home *** CD-ROM | disk | FTP | other *** search
- on pPlayMySound theSound
- puppetSound(theSound)
- updateStage()
- repeat while soundBusy(1) = 1
- nothing()
- end repeat
- puppetSound(0)
- end
-
- on pStartMySound theSound
- puppetSound(theSound)
- updateStage()
- end
-
- on pEndMySound
- repeat while soundBusy(1) = 1
- nothing()
- end repeat
- puppetSound(0)
- end
-
- on pWait nticks
- set the timer to 0
- repeat while the timer < nticks
- end repeat
- end
-