home *** CD-ROM | disk | FTP | other *** search
- on waitSound whichChannel
- repeat while soundBusy(whichChannel) and not (the mouseDown)
- updateStage()
- end repeat
- end
-
- on waitVideo whichSprite
- repeat while (the movieRate of sprite whichSprite > 0) and not (the mouseDown)
- updateStage()
- end repeat
- end
-