Initial commit
This commit is contained in:
21
engines/director/lingo/tests/events.lingo
Normal file
21
engines/director/lingo/tests/events.lingo
Normal file
@@ -0,0 +1,21 @@
|
||||
on exitFrame
|
||||
beep
|
||||
end exitFrame
|
||||
|
||||
on enterFrame me
|
||||
beep
|
||||
end
|
||||
|
||||
on annoy howMuch
|
||||
beep random(howMuch)
|
||||
alert "Aren't handlers fun?"
|
||||
end annoy
|
||||
|
||||
on annoy2 howMuch
|
||||
beep random(howMuch)
|
||||
alert "Aren't handlers fun?"
|
||||
end annoy2 howMuch
|
||||
|
||||
on move me
|
||||
set h = the locH of sprite pSprite + pChangeH
|
||||
end
|
||||
Reference in New Issue
Block a user