diff --git a/src/hollywoo/Movie.kiss b/src/hollywoo/Movie.kiss index 38c892c..5d35bc3 100644 --- a/src/hollywoo/Movie.kiss +++ b/src/hollywoo/Movie.kiss @@ -566,6 +566,12 @@ (.remove .characters (_currentScene) actorName) (director.hideCharacter c .camera (_currentScene) cc))) +(hollywooMethod clearCharacters false [:Continuation cc] + (doFor =>name c .characters (_currentScene) + (director.hideCharacter c .camera (_currentScene) (makeCC null)) + (.remove .characters (_currentScene) name)) + (cc)) + // INSTANTLY move a character: (hollywooMethod moveCharacter false [actorName :Dynamic newPosition :StageFacing newFacing :Continuation cc] (removeCharacter actorName