home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / DTM2001.swf / scripts / DefineSprite_88 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  165 b   |  9 lines

  1. stepy = 18;
  2. stepx = -3;
  3. if(nextTime < getTimer())
  4. {
  5.    nextTime = getTimer() + 2000 + random(8000);
  6.    _X = 201 + random(170);
  7.    _Y = Number(random(82));
  8. }
  9.