home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / towerblaster.swf / scripts / DefineSprite_288 / frame_8 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  93 b   |  5 lines

  1. _X = _X + xspeed;
  2. _Y = _Y + speedMax * 0.3;
  3. _rotation = _rotation + 0.5;
  4. xspeed *= 0.05;
  5.