home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / chplus / flashlp / img / car / car.swf / scripts / frame_1 / DoAction.as
Text File  |  2003-06-10  |  133b  |  5 lines

  1. speedview = Math.round(car.speed);
  2. rotateview = Math.round(car._rotation);
  3. xpos = Math.round(car._x);
  4. ypos = Math.round(car._y);
  5.