home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSound(1, 0)
- set the text of field "infoField" to "Finally we can hear the complete mixed track."
- repeat with x = 75 to 95
- set the visible of sprite x to 0
- end repeat
- set the visible of sprite 83 to 1
- if not soundBusy(1) then
- puppetSound(1, "step9")
- end if
- end
-