home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- puppetSprite(2, 1)
- repeat with n = 1 to 41
- set the locH of sprite 2 to 665 - (n * 7)
- set md to (n - 1) mod 4
- set the castNum of sprite 2 to the number of member ("QUIZRA" & string(md))
- puppetSound("ï‡çs")
- updateStage()
- wtime01(1)
- end repeat
- puppetSprite(2, 0)
- puppetSound(0)
- end
-