home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
rocketcar2.swf
/
scripts
/
DefineSprite_440
/
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
|
2008-09-24
|
350 b
|
23 lines
stop();
_alpha = 0;
this.onEnterFrame = function()
{
if(_alpha < 101)
{
if(_root.fuelFade)
{
_alpha = _alpha + 10;
}
}
if(_root.car.hitTest(_X,_Y,true))
{
if(_root.fuelFade)
{
if(_alpha >= 100)
{
this.gotoAndStop(2);
}
}
}
};