mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 07:14:59 +00:00
DIRECTOR: LINGO: Added test for the 'tell' command
This commit is contained in:
parent
b4cd76c75e
commit
b29d68218c
9
engines/director/lingo/tests/tell.lingo
Normal file
9
engines/director/lingo/tests/tell.lingo
Normal file
@ -0,0 +1,9 @@
|
||||
tell window "ball" to puppettempo 5
|
||||
|
||||
tell window "hello" to continue
|
||||
|
||||
tell window childMovie
|
||||
go to frame 50
|
||||
set the stageColor to 100
|
||||
updateStage
|
||||
end tell
|
Loading…
x
Reference in New Issue
Block a user