From 2feee885a14d8438a0a7c3a0a57bd1c87f6cb841 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 28 Oct 2021 12:24:12 -0400 Subject: [PATCH] Movie.newActor and ActorFlxSprite constructor --- src/hollywoo/Movie.kiss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/hollywoo/Movie.kiss b/src/hollywoo/Movie.kiss index 87a5cf7..da75a7e 100644 --- a/src/hollywoo/Movie.kiss +++ b/src/hollywoo/Movie.kiss @@ -44,4 +44,8 @@ (dictSet shownScenes name true) FirstAppearance }) - cc)) \ No newline at end of file + cc)) + +(method newActor [name :Actor actor :Continuation cc] + (dictSet actors name actor) + (cc)) \ No newline at end of file