home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global work8, work9
- set work8 to -1
- set work9 to 0
- wtime(20)
- repeat with n = 3 to 9
- puppetSprite(n, 1)
- end repeat
- set xlist to [430, 433, 410, 427, 347, 403, 393]
- repeat with n = 1 to 12
- repeat with m = 1 to 7
- set the locH of sprite (m + 2) to (n * 15) + getAt(xlist, m)
- end repeat
- updateStage()
- wtime01(4)
- end repeat
- puppetSprite(20, 1)
- wtime(45)
- startTimer()
- end
-