home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Samsung New PC Studio
/
Samsung_new_Pc_studio.iso
/
Experience
/
English
/
movie2.swf
/
scripts
/
frame_1
/
DoAction_2.as
next >
Wrap
Text File
|
2007-09-19
|
214b
|
11 lines
if(_level200.soundStats == "play")
{
_level200.gotoAndPlay("sub2_bgm");
trace("음악플레이");
}
else if(_level200.soundStats == "mute")
{
_level200.gotoAndPlay("mute");
trace("뮤트");
}