home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
DTM2001.swf
/
scripts
/
DefineSprite_104
/
frame_3
/
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
|
2001-07-07
|
134 b
|
9 lines
_Y = Number(_Y) + Number(stepy);
_X = _X - stepx;
if(Number(stepy) < 0)
{
stepy *= 0.97;
stepx *= 1.002;
}
prevFrame();