home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
robin.swf
/
scripts
/
DefineSprite_329_bonus
/
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
|
318 b
|
19 lines
xs = r.carspeed;
onenterframe = function()
{
_X = _X + xs;
if(hittest(s.z))
{
r.score += 10 * r.point;
r.zbonus.start();
r.energy = r.energymax;
r.bar.barfr.play();
this.removeMovieClip();
}
if(_X < -20)
{
this.removeMovieClip();
}
};
stop();