diff options
author | Eugene Sandulenko | 2016-08-08 21:18:30 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-08 21:18:30 +0200 |
commit | 9dff05e51b41ae3b9eaac4a629ca73baebf5856a (patch) | |
tree | 752e6a6d149adf707dfd5cb4cedc6708e78f4e28 /engines/director/lingo/tests | |
parent | 83a3cb7db1f88560745c85a3aba4b023ed69d785 (diff) | |
download | scummvm-rg350-9dff05e51b41ae3b9eaac4a629ca73baebf5856a.tar.gz scummvm-rg350-9dff05e51b41ae3b9eaac4a629ca73baebf5856a.tar.bz2 scummvm-rg350-9dff05e51b41ae3b9eaac4a629ca73baebf5856a.zip |
DIRECTOR: Lingo: Added stubs for puppet* commands
Diffstat (limited to 'engines/director/lingo/tests')
-rw-r--r-- | engines/director/lingo/tests/builtin.lingo | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/builtin.lingo b/engines/director/lingo/tests/builtin.lingo index b8cdf21b80..351efdb12c 100644 --- a/engines/director/lingo/tests/builtin.lingo +++ b/engines/director/lingo/tests/builtin.lingo @@ -6,3 +6,19 @@ alert "Hi" && "there" open "Hello" open "Hello" with "Finder" open "Hello" && "more" with "Finder" + +puppetPalette "Rainbow" +puppetPalette "System",30 +puppetPalette "custompal", 15,4 + +puppetSound "Air Lock Lock" +puppetSound 0 +puppetSound midiStart +puppetSound midiSong, 3 +puppetSound midisongPointer, 2, 120 + +puppetSprite 15, true + +puppetTempo 30 +puppetTransition 1 +puppetTransition 2,4,20 |