home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
raven.swf
/
scripts
/
DefineSprite_120
/
frame_8
/
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
|
237 b
|
19 lines
d = 40;
onenterframe = function()
{
d--;
if(!d)
{
gotoAndPlay(2);
}
if(r.got == 999)
{
if(z.hittest(r.water))
{
hitwater();
gotoAndPlay(14);
}
}
};
stop();