home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global cVID
- sound playFile 2, "mmvrrvt.AIF"
- unPuppetVisPlus()
- set cVID to the castNum of sprite 40
- if cVID > 0 then
- if the castType of cast cVID = #digitalVideo then
- set the movieRate of sprite 40 to 0
- end if
- end if
- go("MAIN")
- end
-