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

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