home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME1.iso / FLASHGAME / FORTTESS.EXE / scripts / DefineSprite_169 / frame_24 / DoAction.as
Encoding:
Text File  |  2000-08-17  |  120 b   |  8 lines

  1. angle += 5;
  2. if(angle >= 180)
  3. {
  4.    angle = 180;
  5.    gotoAndPlay(26);
  6. }
  7. setProperty("Power.Bar", _rotation, angle);
  8.