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

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