DIRECTOR: LINGO: Added test for the 'tell' command

This commit is contained in:
Eugene Sandulenko 2020-01-13 20:35:42 +01:00
parent b4cd76c75e
commit b29d68218c

View 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