home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global lastflip,prev_vol
-
- set lastflip = the timer
- cursor -1
- if voidp(prev_vol) or prev_vol > 0 then
- set prev_vol = the volume of sound 3
- end if
-
- set the volume of sound 3 = 255
- sound close 2
- sound playFile 3, "homerang.aif"
- updatestage
-
- repeat with i in [1,3,4]
- puppetsprite i,true
- end repeat
- end
-