home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
Kung_Fu.swf
/
scripts
/
DefineSprite_316_baddie3
/
frame_1
/
DoAction_2.as
next >
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
|
2007-09-27
|
235 b
|
16 lines
if(_root.guy.hitTest(this))
{
gotoAndPlay(3);
}
else if(_root.killallenemies == "on")
{
gotoAndStop(45);
}
else if(_root.pause == "on")
{
f = [46,47];
r = random(2);
frame = f[r];
gotoAndStop(frame);
}