home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- startTimer()
- repeat with n = 1 to 51
- set the locH of sprite 3 to -130 + (10 * n)
- updateStage()
- if (n mod 2) = 0 then
- waith()
- end if
- end repeat
- repeat with n = 1 to 6
- set the locH of sprite 3 to 380 - (10 * n)
- updateStage()
- if (n mod 2) = 0 then
- waith()
- end if
- end repeat
- repeat while soundBusy(1)
- end repeat
- startTimer()
- repeat while the timer < 50
- end repeat
- end
-
- on waith
- repeat while the timer < 1
- end repeat
- startTimer()
- end
-