home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global CDDrive, DELIMITER, cVID
- sound playFile 2, CDDrive & "BLENDER" & DELIMITER & "FILES" & DELIMITER & "SOUNDS" & DELIMITER & "stuni.AIF"
- repeat with n = 48 down to 1
- puppetSprite(n, 0)
- set the visible of sprite n to 1
- end repeat
- 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("CD2")
- end
-