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

  1. _X = _X + xspeed;
  2. _rotation = _rotation + 0.5;
  3. xspeed *= 0.05;
  4. if(_Y >= yspot)
  5. {
  6.    gotoAndStop(27);
  7. }
  8. else
  9. {
  10.    _Y = _Y + speedMax;
  11. }
  12.