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

  1. this._visible = 1;
  2. gun_delay = 1;
  3. hp = 100;
  4. boss_fight = 3;
  5. _parent.boss_helper.gotoAndPlay("bipolar helper");
  6. _parent.boss_helper._x = this._x;
  7. _parent.boss_helper._y = this._y;
  8. _parent.boss_helper._visible = 1;
  9. _parent.boss_helper.active = 1;
  10. _parent.boss_helper.text.gotoAndStop(polarity + 1);
  11.