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

  1. _X = _X + xspeed;
  2. _Y = _Y - speedMax * 0.9;
  3. _rotation = _rotation + 9;
  4. xspeed *= 0.7;
  5.