home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / PrettyBang.swf / scripts / DefineSprite_93 / frame_81 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  451 b   |  19 lines

  1. this._visible = 1;
  2. this._x = 0;
  3. this._y = 0;
  4. this._yscale = 0;
  5. gun_delay = 0;
  6. next_maze = 2;
  7. hp = 4;
  8. boss_fight = 3;
  9. _parent.boss_helper.gotoAndPlay("whirl helper");
  10. _parent.boss_helper._x = 0;
  11. _parent.boss_helper._y = 0;
  12. _parent.boss_helper._xscale = 0;
  13. _parent.boss_helper._yscale = 0;
  14. _parent.boss_helper._visible = 1;
  15. _parent.boss_helper.active = 1;
  16. _parent.boss_helper.maze.gotoAndStop(1);
  17. whirl._xscale = 0;
  18. whirl._yscale = 0;
  19.