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