home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Equipe de France et Bonbons
/
EquipeFrancePromoCD.iso
/
pages
/
cs_cadbury
/
cadbury.swf
/
scripts
/
frame_102
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-03-19
|
270 b
|
11 lines
_global._masterSound = new Sound();
_global._masterOver = new Sound();
_global._masterPress = new Sound();
_global._masterOver.attachSound("btOver");
_global._masterPress.attachSound("btPress");
if(this.mute == "yes")
{
_masterSound.setVolume(0);
}
stop();