aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-02 11:59:54 +0300
committerEugene Sandulenko2016-08-03 23:40:36 +0200
commit62c0700588d1414446a02222fcd9a14fb387f837 (patch)
tree6652903584af810f4f745f173c23c79fb3d95797
parentf67bcdc141146cdf096bdcc14ad24320118a00a0 (diff)
downloadscummvm-rg350-62c0700588d1414446a02222fcd9a14fb387f837.tar.gz
scummvm-rg350-62c0700588d1414446a02222fcd9a14fb387f837.tar.bz2
scummvm-rg350-62c0700588d1414446a02222fcd9a14fb387f837.zip
DIRECTOR: Lingo: Extended factory test to one from Warlock D5.safe-movie-1
-rw-r--r--engines/director/lingo/tests/factory.lingo3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/factory.lingo b/engines/director/lingo/tests/factory.lingo
index d458ba4bff..388d2c3a51 100644
--- a/engines/director/lingo/tests/factory.lingo
+++ b/engines/director/lingo/tests/factory.lingo
@@ -7,6 +7,8 @@ factory aim2
method mNew
dontpassevent
global aim1
+ when mousedown then aim1(fire)
+ when keydown then aim1(mExit)
set the locv of sprite 24 to 540
method mMove x, y
set the locH of sprite 15 to x
@@ -31,6 +33,7 @@ method mDispose
factory fire2
method mNew
dontpassevent
+ when mousedown then nothing
set the castnum of sprite 14 to f15
method mAtFrame
Global StartH, StartV, targetv, stepH, stepV, bcast