home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / DrivingOverJakob.swf / scripts / DefineSprite_63 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  213 b   |  8 lines

  1. setProperty("other_car", _visible, false);
  2. carsize = "20";
  3. setProperty("other_car", _xscale, carsize);
  4. setProperty("other_car", _yscale, carsize);
  5. carY = "-100";
  6. setProperty("other_car", _Y, carY);
  7. stop();
  8.