home *** CD-ROM | disk | FTP | other *** search
- _root.sound_beam.stop();
- man_mc.gotoAndPlay("πüèπüíπéï");
- _root.rock = false;
- _root.beam_fire = false;
- number_kiridasi = this._name.split("_");
- _root.h_number = number_kiridasi[1];
- man_down_x = this._x;
- if(_root.enemy_beam == 0)
- {
- this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("飛び出る1");
- }
- else if(_root.enemy_beam == 1)
- {
- this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("飛び出る2");
- }
- else if(_root.enemy_beam == 2)
- {
- this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("飛び出る3");
- }
- else if(_root.enemy_beam == 3)
- {
- this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("飛び出る4");
- }
- else if(_root.enemy_beam == 4)
- {
- this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("飛び出る5");
- }
- else if(_root.enemy_beam > 4)
- {
- this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("飛び出る6");
- }
- winner = true;
- _root.renda = false;
- _root.enemy_beam = 0;
-