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