From 7e2c77f001cdedc9c6117bdc263f768eade73018 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 7 Aug 2016 08:00:29 +0200 Subject: DIRECTOR: Lingo: Extended go to/play test --- engines/director/lingo/tests/goto.lingo | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines/director/lingo') diff --git a/engines/director/lingo/tests/goto.lingo b/engines/director/lingo/tests/goto.lingo index 250ea24f8a..43c7ebcd20 100644 --- a/engines/director/lingo/tests/goto.lingo +++ b/engines/director/lingo/tests/goto.lingo @@ -3,3 +3,21 @@ go "CARDBACK" go movie "BAR 1" go to "Open23" of movie "OpenCabin23" go to "Chair" + +set varframe to "VARFrame" +set varmovie to "VARMovie" + +go to frame 35 +go "label two" +go to movie "Chicago" +go to frame 23 of movie "Chicago" +go to frame "main loop" of movie "Basic With" +play frame varFrame of movie varMovie +go to marker(1) + +play frame 37 +play frame "label one" +play movie "Desert Scene" +play frame 23 of movie "Chicago" +play frame varframe of movie varmovie +play frame "main loop" of movie "Basic With" -- cgit v1.2.3