home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPlayAll
- set theCast to the castNum of sprite 2
- if theCast <> 0 then
- if the castType of cast theCast = #digitalVideo then
- set the movieRate of sprite 2 to 0
- updateStage()
- end if
- end if
- set gPlayAll to 0
- soundFade()
- showAnim(3, 30)
- go("part1")
- end
-