home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
DTM2001.swf
/
scripts
/
DefineSprite_91
/
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
|
2001-07-07
|
167 b
|
9 lines
stepy = 18;
stepx = 4;
if(nextTime < getTimer())
{
nextTime = getTimer() + 1000 + random(5000);
_X = 400 + random(70);
_Y = random(0) + random(86);
}