home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- when mouseDown then Play done
- end
-
- on PlaySound chan, theFile
- set theFile to the pathName & theFile
- sound playFile chan, theFile
- end
-
- on WaitForSound chan
- if soundBusy(chan) then
- go(the frame)
- else
- nothing()
- end if
- end
-