home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
Kung_Fu.swf
/
scripts
/
DefineSprite_1461
/
frame_2
/
DoAction.as
Wrap
Text File
|
2007-09-26
|
132b
|
9 lines
s = new Sound(this);
s.attachSound("Level4");
s.start(0,99);
s.onSoundComplete = function()
{
gotoAndStop(2);
};
stop();