home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
pendekar.swf
/
scripts
/
DefineSprite_524
/
frame_2
/
DoAction.as
Wrap
Text File
|
2006-05-08
|
124b
|
11 lines
if(x >= l && _parent.tumble)
{
l = random(50);
x = 0;
}
else
{
x++;
gotoAndPlay(_currentframe - 1);
}