home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- puppetSprite(4, 1)
- repeat with n = 1 to 12
- set the locV of sprite 4 to 502 - (n * 5)
- updateStage()
- wtime(1)
- end repeat
- repeat with n = 1 to 2
- set the locV of sprite 4 to (n * 5) + 442
- updateStage()
- wtime(1)
- end repeat
- end
-