home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- repeat with var = 5 to 33
- puppetSprite(var, 1)
- end repeat
- set the blend of sprite 13 to 0
- set the blend of sprite 14 to 0
- set the blend of sprite 15 to 0
- set the blend of sprite 16 to 0
- updateStage()
- end
-
- on exitFrame
- global gPage, gSound
- if the type of sprite 4 = 16 then
- set the controller of cast the castNum of sprite 4 to 1
- set the pausedAtStart of cast the castNum of sprite 4 to 1
- set the movieTime of sprite 4 to 0
- set the volume of sprite 4 to 200
- end if
- putOn(gPage)
- end
-