home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gRippleSwitch
- cursor(-1)
- if the timer < 1000 then
- go(the frame)
- else
- set gRippleSwitch to 0
- end if
- end
-
- on mouseDown
- global gSoundPath, gRippleSwitch
- set gRippleSwitch to 0
- cursor(200)
- if soundBusy(1) then
- fadeOutTransit()
- set the volume of sound 1 to 155
- sound playFile 1, gSoundPath & "RoxyThm.aif"
- end if
- go("slideshow")
- end
-