home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineSprite_728 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  132 b   |  8 lines

  1. play();
  2. _root.game._y -= 5;
  3. _root.game.ufo.shieldCharge -= _global.damage;
  4. tellTarget("_root.damage")
  5. {
  6.    gotoAndPlay(2);
  7. }
  8.