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