home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 2 #9
/
CDRTV2N9.iso
/
progs
/
vearth
/
shared.dir
/
00571_Script_571
< prev
next >
Wrap
Text File
|
1996-04-15
|
655b
|
27 lines
on enterFrame
-- Enter
repeat with var = 5 to 33
puppetSprite var, TRUE
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
-- unLoadCast
updateStage
end
on exitFrame
global gPage, gSound
--set gSound = 0
--set the soundEnabled to FALSE
if the type of sprite 4 = 16 then
set the controller of cast the castnum of sprite 4 to TRUE
set the pausedAtStart of cast the castnum of sprite 4 to TRUE
set the movieTime of sprite 4 to 0
set the volume of sprite 4 to 200
end if
putOn(gPage)
end