home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
pendekar.swf
/
scripts
/
DefineSprite_744
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-05-08
|
262b
|
17 lines
function init()
{
if(runOnce)
{
return undefined;
}
runOnce = true;
music = new Sound();
if(_root.menuName != null)
{
gotoAndStop(_root.menuName);
_root.menuName = null;
}
}
this.onLoad = init();
stop();