home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with c = 1 to 10
- repeat with n = 4 to 7
- set the castNum of sprite n to 198
- end repeat
- updateStage()
- waith()
- repeat with n = 4 to 7
- set the castNum of sprite n to 197
- end repeat
- updateStage()
- waith()
- end repeat
- end
-
- on waith
- startTimer()
- repeat while the timer < 10
- nothing()
- end repeat
- end
-