home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global asim
- if asim = 0 then
- puppetSound(1, 0)
- set the volume of sound 1 to 255
- puppetSound(1, 11)
- end if
- go("aN")
- end
-
- on exitFrame
- global asim
- if not soundBusy(1) then
- puppetSound(1, 0)
- set asim to 1
- set the volume of sound 1 to 255
- puppetSound(1, 11)
- end if
- SelectCursor(OC())
- go(the frame)
- end
-