diff options
-rw-r--r-- | engines/director/lingo/tests/builtin.lingo | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/engines/director/lingo/tests/builtin.lingo b/engines/director/lingo/tests/builtin.lingo index 561ecd3659..d3da6d0e61 100644 --- a/engines/director/lingo/tests/builtin.lingo +++ b/engines/director/lingo/tests/builtin.lingo @@ -23,8 +23,10 @@ puppetTempo 30 puppetTransition 1 puppetTransition 2,4,20 -move cast 1, cast 3 -move cast 3 -put findEmpty(cast 10) -pasteClipBoardInto cast 2 -put the width of cast 3 +-- These are D4+ + +-- move cast 1, cast 3 +-- move cast 3 +-- put findEmpty(cast 10) +-- pasteClipBoardInto cast 2 +-- put the width of cast 3 |