home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 2 #9
/
CDRTV2N9.iso
/
progs
/
vearth
/
shared.dir
/
00562_Script_562
< prev
next >
Wrap
Text File
|
1996-04-15
|
819b
|
29 lines
on mouseUp
--Sound
global gSound
if gSound = 1 then
set the blend of sprite (the clickOn) to 70
updateStage
set gSound = 0
if the type of sprite 4 = 16 then
set the movieRate of sprite 4 to 0
set the movieTime of sprite 4 to 0
set the sound of cast the castNum of sprite 4 to 1
set the volume of sprite 4 to 200
end if
set the soundEnabled to gSound
else
set the blend of sprite (the clickOn) to 100
updateStage
set gSound = 1
-- set the blend of sprite (the clickOn) to 100
set the soundEnabled to gSound
if the type of sprite 4 = 16 then
set the sound of cast the castNum of sprite 4 to 1
set the volume of sprite 4 to 200
updateStage
end if
end if
end