home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
star.swf
/
scripts
/
DefineSprite_76
/
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-01-05
|
166 b
|
13 lines
onenterframe = function()
{
if(r.shootingani)
{
gotoAndPlay(11);
}
if(r.hit)
{
r.shotsize = 100;
gotoAndPlay(1);
}
};