home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
synj_sneak_attack.swf
/
scripts
/
DefineSprite_219
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-10-06
|
215 b
|
17 lines
if(_parent.timer == 0)
{
if(random(2) == 1)
{
_parent.gotoAndStop("bush");
}
else
{
_parent.gotoAndStop("grass");
}
}
else
{
_parent.timer--;
_parent._x = 1000;
}