home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_253 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  84 b   |  5 lines

  1. onEnterFrame = function()
  2. {
  3.    _rotation = _rotation + _root.car.xSpeed * 2;
  4. };
  5.