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

  1. stepy = 18;
  2. stepx = 4;
  3. if(nextTime < getTimer())
  4. {
  5.    nextTime = getTimer() + 1000 + random(5000);
  6.    _X = 400 + random(70);
  7.    _Y = random(0) + random(86);
  8. }
  9.