home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set theCast to the castNum of sprite 2
- if theCast = 0 then
- exit
- end if
- if the castType of cast theCast = #digitalVideo then
- set the movieRate of sprite 2 to 0
- set the movieTime of sprite 2 to 0
- updateStage()
- end if
- showAnim(6, 531)
- end
-