Skip to content

Commit

Permalink
DIRECTOR: Lingo: Extended factory test to one from Warlock D5.safe-mo…
Browse files Browse the repository at this point in the history
…vie-1
  • Loading branch information
sev- committed Aug 3, 2016
1 parent f67bcdc commit 62c0700
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/director/lingo/tests/factory.lingo
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 62c0700

Please sign in to comment.