home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
casual_gameplay_escape.swf
/
scripts
/
DefineSprite_808_soundtoggle
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-09-05
|
229b
|
15 lines
stop();
this.onRelease = function()
{
if(this._currentframe == 1)
{
_root.soundmute = true;
this.gotoAndStop(2);
}
else
{
_root.soundmute = false;
this.gotoAndStop(1);
}
};