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

  1. this._visible = 1;
  2. gun_delay = 0;
  3. top_speed = 16;
  4. dx = top_speed;
  5. ddx = -1;
  6. hp = 100;
  7. this._rotation = _parent.get_rotation(this,_parent.player);
  8. boss_fight = 3;
  9. _parent.boss_helper.gotoAndPlay("underwear helper");
  10. _parent.boss_helper.target._y = - _parent.max_speed;
  11.