home *** CD-ROM | disk | FTP | other *** search
- on XXBusyWait secs
- set Anz to secs * 60
- set myTicks to the ticks + Anz
- repeat while the ticks < myTicks
- if the mouseDown then
- ChkMouse()
- end if
- end repeat
- end
-
- on XXSoundWait Track
- repeat while soundBusy(Track)
- if the mouseDown then
- ChkMouse()
- end if
- end repeat
- end
-
- on YYMovieWait spn
- repeat while the movieRate of sprite spn > 0
- nothing()
- end repeat
- end
-