home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with n = 5 to 8
- puppetSprite(n, 1)
- end repeat
- repeat with n = 1 to 16
- set the locH of sprite 5 to (n * 19) + 168
- set the locV of sprite 6 to 356 - integer(n * 14.5)
- set the locH of sprite 7 to 472 - (n * 19)
- set the locV of sprite 8 to integer(n * 14.5) + 124
- updateStage()
- wtime01(1)
- end repeat
- end
-