Frame 1
function FNlist() {
LVlist = new LoadVars();
LVlist.onLoad = function () {
trace(this.content);
content = this.content.split("|");
this.total = content.length;
var i = 0;
while (i < (this.total / 4)) {
_root.ranking["rank" + i].text = content[i * 4];
_root.ranking["user_id" + i].text = content[(i * 4) + 1];
_root.ranking["score" + i].text = content[(i * 4) + 2];
_root.ranking["date" + i].text = content[(i * 4) + 3];
i++;
}
delete LVlist;
};
LVlist.load((((((((((((("http://" + _root.homepage) + "/") + _root.site) + "/get_rank.") + _root.prog) + "?flag=") + _root.flag) + "&user_id=") + _root.user_id) + "&game_id=") + _root.game_id) + "&cash=") + (Math.random() * 65000));
}
function soundOn() {
SoundObj.setVolume(100);
}
function soundOff() {
SoundObj.setVolume(0);
}
this.stop();
SoundObj.stop();
volume_controler.gotoAndStop(soundFrame);
Stage.showMenu = false;
fscommand ("STT_start");
SoundObj = new Sound(this);
SoundObj.attachSound("bg_m");
_root.homepage = "http://www.flashgame.co.kr";
this.onEnterFrame = function () {
if (this.vol == 1) {
soundOn();
this.vol = 2;
}
if (this.vol == 0) {
soundOff();
this.vol = 2;
}
};
Instance of Symbol 45 MovieClip in Frame 1
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (press) {
_parent.gotoAndStop("game");
}
Instance of Symbol 48 MovieClip in Frame 1
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (press) {
_parent.help.play();
}
Frame 2
function Rand() {
cor = random(4) + 1;
var xxx = 0;
while (xxx < 21) {
this.ball.in_ball.gotoAndStop(cor);
this["mball" + xxx].in_ball.gotoAndStop(cor);
this["sball" + xxx].in_ball.gotoAndStop(cor);
this["ssball" + xxx].in_ball.gotoAndStop(cor);
this["sssball" + xxx].in_ball.gotoAndStop(cor);
xxx++;
}
}
function TimeScore2() {
var tSco_a = (Math.floor(this.Score / 1000000) + 1);
var tSco_a_c = (this.Score % 1000000);
var tSco_b = (Math.floor(tSco_a_c / 100000) + 1);
var tSco_b_c = (tSco_a_c % 100000);
var tSco_c = (Math.floor(tSco_b_c / 10000) + 1);
var tSco_c_c = (tSco_b_c % 10000);
var tSco_d = (Math.floor(tSco_c_c / 1000) + 1);
var tSco_d_c = (tSco_c_c % 1000);
var tSco_e = (Math.floor(tSco_d_c / 100) + 1);
var tSco_e_c = (tSco_d_c % 100);
var tSco_f = (Math.floor(tSco_e_c / 10) + 1);
this.Score2_mc.mc6.gotoAndStop(tSco_a);
this.Score2_mc.mc5.gotoAndStop(tSco_b);
this.Score2_mc.mc4.gotoAndStop(tSco_c);
this.Score2_mc.mc3.gotoAndStop(tSco_d);
this.Score2_mc.mc2.gotoAndStop(tSco_e);
this.Score2_mc.mc1.gotoAndStop(tSco_f);
if (Math.floor(this.Score / 1000000) > 0) {
this.Score2_mc.mc6._visible = true;
}
if (Math.floor(this.Score / 100000) > 0) {
this.Score2_mc.mc5._visible = true;
}
if (Math.floor(this.Score / 10000) > 0) {
this.Score2_mc.mc4._visible = true;
}
if (Math.floor(this.Score / 1000) > 0) {
this.Score2_mc.mc3._visible = true;
}
if (Math.floor(this.Score / 100) > 0) {
this.Score2_mc.mc2._visible = true;
}
if (Math.floor(this.Score / 10) > 0) {
this.Score2_mc.mc1._visible = true;
}
}
function TimeScore() {
var tSco_a = (Math.floor(this.Score / 1000000) + 1);
var tSco_a_c = (this.Score % 1000000);
var tSco_b = (Math.floor(tSco_a_c / 100000) + 1);
var tSco_b_c = (tSco_a_c % 100000);
var tSco_c = (Math.floor(tSco_b_c / 10000) + 1);
var tSco_c_c = (tSco_b_c % 10000);
var tSco_d = (Math.floor(tSco_c_c / 1000) + 1);
var tSco_d_c = (tSco_c_c % 1000);
var tSco_e = (Math.floor(tSco_d_c / 100) + 1);
var tSco_e_c = (tSco_d_c % 100);
var tSco_f = (Math.floor(tSco_e_c / 10) + 1);
this.Score_mc.mc6.gotoAndStop(tSco_a);
this.Score_mc.mc5.gotoAndStop(tSco_b);
this.Score_mc.mc4.gotoAndStop(tSco_c);
this.Score_mc.mc3.gotoAndStop(tSco_d);
this.Score_mc.mc2.gotoAndStop(tSco_e);
this.Score_mc.mc1.gotoAndStop(tSco_f);
if (Math.floor(this.Score / 1000000) > 0) {
this.Score_mc.mc6._visible = true;
}
if (Math.floor(this.Score / 100000) > 0) {
this.Score_mc.mc5._visible = true;
}
if (Math.floor(this.Score / 10000) > 0) {
this.Score_mc.mc4._visible = true;
}
if (Math.floor(this.Score / 1000) > 0) {
this.Score_mc.mc3._visible = true;
}
if (Math.floor(this.Score / 100) > 0) {
this.Score_mc.mc2._visible = true;
}
if (Math.floor(this.Score / 10) > 0) {
this.Score_mc.mc1._visible = true;
}
}
GGG = 5;
jump = 150;
MMM_Time = 20;
last_game = false;
SoundObj = new Sound(this);
SoundObj.attachSound("bg_m");
SoundObj2 = new Sound(this);
SoundObj2.attachSound("cl_m");
stop();
_root.big1 = 3;
_root.big2 = 4;
_root.big3 = 5;
_root.big4 = 6;
_root.big5 = 7;
tans = 80;
all_obj_remove = false;
volume_controler.gotoAndStop(soundFrame);
gun = 1;
minX = 37;
minY = 25;
maxX = 620;
maxY = 380;
hero.speed = 9;
this.onEnterFrame = function () {
rt_txt = rt;
TimeScore();
if (this.vol == 1) {
soundOn();
this.vol = 2;
}
if (this.vol == 0) {
soundOff();
this.vol = 2;
}
if (canPlay) {
this.time._width = w;
if (cnt == 16) {
SoundObj.stop();
SoundObj2.start();
hero.gotoAndStop(1);
time_bar_start.stop();
w = w - 2;
ii = 0;
Score = Score + 10;
if ((time._width == 0) || (time._width == 1)) {
SoundObj2.stop();
cnt = 0;
level_up_font.play();
}
player_move = false;
hero.gotoAndStop(1);
GGG = 6;
}
if (gun == 3) {
hero.player.Att_go.gotoAndStop(3);
hero.player.gun_box.gotoAndStop(2);
}
if (gun == 2) {
hero.player.Att_go.gotoAndStop(2);
hero.player.gun_box.gotoAndStop(1);
}
if (gun == 1) {
hero.player.Att_go.gotoAndStop(1);
hero.player.gun_box.gotoAndStop(1);
}
if (gun == 7) {
hero.player.Att_go.gotoAndStop(1);
hero.player.gun_box.gotoAndStop(1);
}
if (player_move) {
if (Key.isDown(39)) {
if (player_move == false) {
hero.gotoAndStop(1);
}
if (hero._x < this.maxX) {
hero.speed = 9;
hero.gotoAndStop("right");
hero._x = hero._x + hero.speed;
}
} else if (Key.isDown(37)) {
if (player_move == false) {
hero.gotoAndStop(1);
}
if (hero._x > this.minX) {
hero.speed = 9;
hero.gotoAndStop("left");
hero._x = hero._x - hero.speed;
}
} else {
hero.gotoAndStop("stop");
}
if (Key.isDown(32)) {
if (gun == 1) {
if (A1) {
arrow_1._x = hero._x - 4;
arrow_1.gotoAndPlay(2);
hero.gotoAndStop("shoot");
player_move = false;
}
}
if (gun == 2) {
if (A2) {
arrow_2._x = hero._x - 4;
arrow_2.gotoAndPlay(2);
hero.gotoAndStop("shoot");
player_move = false;
}
}
if (gun == 7) {
if (A7) {
arrow_7._x = hero._x - 4;
arrow_7.play();
hero.gotoAndStop("shoot");
player_move = false;
}
if (A8) {
arrow_8.play();
arrow_8._x = hero._x - 4;
hero.gotoAndStop("shoot");
player_move = false;
}
}
if (gun == 3) {
if (A3) {
arrow_3._x = hero._x - 4;
arrow_3._y = hero._y - 5;
arrow_3.play();
hero.gotoAndStop("shoot");
player_move = false;
}
if (A4) {
arrow_4.play();
arrow_4._x = hero._x - 4;
arrow_4._y = hero._y - 5;
hero.gotoAndStop("shoot");
player_move = false;
}
if (A5) {
arrow_5.play();
arrow_5._x = hero._x - 4;
arrow_5._y = hero._y - 5;
hero.gotoAndStop("shoot");
player_move = false;
}
}
}
}
}
};
this.nextFrame();
Instance of Symbol 127 MovieClip "Score_mc" in Frame 2
onClipEvent (load) {
_parent.Score = 0;
_parent.game_step_level = 3;
}
Frame 3
cnt = 13;
trace("frame2");
hero.gotoAndStop(1);
cor = random(4) + 1;
Rand();
this.sssball12.in_ball.gotoAndStop(cor);
w = 174;
metal_ww = 174;
stop();
move_play = false;
Move = false;
player_move = false;
canPlay = false;
gun = 1;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 257 MovieClip "hero" in Frame 3
onClipEvent (load) {
_parent.gun = 1;
_parent.A3 = true;
}
Instance of Symbol 263 MovieClip "ssball7" in Frame 3
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
dis = 150;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball12" in Frame 3
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -3 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball14" in Frame 3
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball13" in Frame 3
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 336 MovieClip "obj" in Frame 3
onClipEvent (load) {
this.ran = random(11) + 2;
this.gotoAndStop(ran);
speed = 10;
_parent.item_Down = false;
_parent.pang_item_hit = true;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.item_Down) {
this._y = this._y + speed;
}
if (this._y > 405) {
this._y = 405;
this.in_obj.in_in_obj.play();
_parent.item_Down = false;
}
var i = 0;
while (i < 7) {
if (this.hitTest(_parent.hero.dfn)) {
item_sound.play();
if (num == 7) {
_parent.item_bar.gotoAndStop(4);
_parent.chang.gotoAndPlay(2);
_parent.gun = 7;
}
if (this.num == 1) {
_parent.gun = 1;
_parent.item_bar.gotoAndStop(1);
}
if (this.num == 2) {
_parent.item_bar.gotoAndStop(2);
_parent.chang.gotoAndPlay(2);
_parent.gun = 2;
}
if (this.num == 3) {
_parent.chang.gotoAndPlay(2);
_parent.gun = 3;
_parent.item_bar.gotoAndStop(3);
}
if (this.num == 4) {
_parent.hero.dfn.play();
}
if (this.num == 5) {
}
if (this.num == 6) {
_parent.ball_hit_set.play();
}
if (this.num == 8) {
}
if (this.num == 9) {
}
this.stop();
this.in_obj.play();
}
i++;
}
}
Frame 4
trace("frame3");
move_play = false;
hero.gotoAndStop(1);
cor = random(4) + 1;
Move = false;
player_move = false;
canPlay = false;
gun = 1;
cnt = 11;
w = 174;
Rand();
metal_ww = 174;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 354 MovieClip "sball2" in Frame 4
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 30) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 358 MovieClip "ssball1" in Frame 4
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 362 MovieClip "ssball2" in Frame 4
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball2" in Frame 4
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball1" in Frame 4
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball4" in Frame 4
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball3" in Frame 4
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball15" in Frame 4
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -3 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Frame 5
move_play = false;
hero.gotoAndStop(1);
cor = random(4) + 1;
Move = false;
player_move = false;
canPlay = false;
gun = 1;
cnt = 8;
w = 174;
Rand();
metal_ww = 174;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 367 MovieClip "sball1" in Frame 5
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 358 MovieClip "ssball1" in Frame 5
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 362 MovieClip "ssball2" in Frame 5
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 371 MovieClip "ssball4" in Frame 5
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 375 MovieClip "ssball3" in Frame 5
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball4" in Frame 5
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball3" in Frame 5
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball6" in Frame 5
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball5" in Frame 5
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball8" in Frame 5
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball7" in Frame 5
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Frame 6
stop();
hero.gotoAndStop(1);
cor = random(4) + 1;
move_play = false;
Move = false;
player_move = false;
canPlay = false;
gun = 1;
cnt = 6;
w = 174;
Rand();
metal_ww = 174;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 358 MovieClip "ssball1" in Frame 6
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 362 MovieClip "ssball2" in Frame 6
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 371 MovieClip "ssball4" in Frame 6
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 375 MovieClip "ssball3" in Frame 6
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball2" in Frame 6
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball1" in Frame 6
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball4" in Frame 6
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball3" in Frame 6
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball6" in Frame 6
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball5" in Frame 6
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball8" in Frame 6
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball7" in Frame 6
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball16" in Frame 6
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = -3 + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -3 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball15" in Frame 6
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -3 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 367 MovieClip "sball1" in Frame 6
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 354 MovieClip "sball2" in Frame 6
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
}
}
Frame 7
move_play = false;
cor = random(4) + 1;
hero.gotoAndStop(1);
Move = false;
player_move = false;
canPlay = false;
gun = 1;
cnt = 4;
w = 174;
Rand();
metal_ww = 174;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 29 MovieClip [ball2_2] "mball2" in Frame 7
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = true;
speedX = 5 + zzz_num;
ishit = false;
this.dis = 200;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 10) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 200;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 5 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -5 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
}
}
Instance of Symbol 367 MovieClip "sball1" in Frame 7
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 354 MovieClip "sball2" in Frame 7
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 375 MovieClip "ssball3" in Frame 7
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 381 MovieClip "ssball8" in Frame 7
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
dis = 150;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 263 MovieClip "ssball7" in Frame 7
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
dis = 150;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball2" in Frame 7
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball3" in Frame 7
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball6" in Frame 7
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball7" in Frame 7
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball14" in Frame 7
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball13" in Frame 7
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball16" in Frame 7
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball15" in Frame 7
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Frame 8
move_play = false;
hero.gotoAndStop(1);
Move = false;
player_move = false;
canPlay = false;
gun = 1;
cnt = 2;
w = 174;
cor = random(4) + 1;
Rand();
metal_ww = 174;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 354 MovieClip "sball2" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 386 MovieClip "sball4" in Frame 8
onClipEvent (load) {
this._x = random(380) + 120;
speedX = -4 + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = true;
pang_start = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 358 MovieClip "ssball1" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 362 MovieClip "ssball2" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 371 MovieClip "ssball4" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 375 MovieClip "ssball3" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 381 MovieClip "ssball8" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 263 MovieClip "ssball7" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball2" in Frame 8
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball1" in Frame 8
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball4" in Frame 8
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball3" in Frame 8
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball6" in Frame 8
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball5" in Frame 8
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball8" in Frame 8
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball7" in Frame 8
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball14" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball13" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball15" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 390 MovieClip "ssball6" in Frame 8
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
dis = 150;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssmball11._x = this._x + 10;
_parent.sssmball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball12" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball11" in Frame 8
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Frame 9
stop();
hero.gotoAndStop(1);
cor = random(4) + 1;
Rand();
move_play = false;
Move = false;
player_move = false;
canPlay = false;
gun = 1;
cnt = 0;
w = 174;
metal_ww = 174;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 386 MovieClip "sball4" in Frame 9
onClipEvent (load) {
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = true;
pang_start = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 354 MovieClip "sball2" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 367 MovieClip "sball1" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 358 MovieClip "ssball1" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 362 MovieClip "ssball2" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 371 MovieClip "ssball4" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 381 MovieClip "ssball8" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 263 MovieClip "ssball7" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 390 MovieClip "ssball6" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssmball11._x = this._x + 10;
_parent.sssmball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 395 MovieClip "ssball5" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball2" in Frame 9
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball1" in Frame 9
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball4" in Frame 9
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball3" in Frame 9
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball5" in Frame 9
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball10" in Frame 9
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball9" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball12" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball11" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball14" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball13" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball16" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball15" in Frame 9
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 399 MovieClip "sball3" in Frame 9
onClipEvent (load) {
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = true;
pang_start = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
}
}
Frame 10
move_play = false;
cor = random(4) + 1;
hero.gotoAndStop(1);
Rand();
Move = false;
player_move = false;
canPlay = false;
gun = 1;
cnt = -2;
w = 174;
metal_ww = 174;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 367 MovieClip "sball1" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 180;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 354 MovieClip "sball2" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 180;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 399 MovieClip "sball3" in Frame 10
onClipEvent (load) {
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = false;
g = _root.jump;
pang_start = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 386 MovieClip "sball4" in Frame 10
onClipEvent (load) {
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = false;
g = _root.jump;
pang_start = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 358 MovieClip "ssball1" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 362 MovieClip "ssball2" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 371 MovieClip "ssball4" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 375 MovieClip "ssball3" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 381 MovieClip "ssball8" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 263 MovieClip "ssball7" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 390 MovieClip "ssball6" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssmball11._x = this._x + 10;
_parent.sssmball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 395 MovieClip "ssball5" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball2" in Frame 10
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball1" in Frame 10
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball4" in Frame 10
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball3" in Frame 10
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball5" in Frame 10
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball7" in Frame 10
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball10" in Frame 10
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("10");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball9" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit9");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("9");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball12" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit12");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("12");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball11" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit11");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("11");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball14" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit14");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
trace("14");
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball13" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit13");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("13");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball16" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit14");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("16");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball15" in Frame 10
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit15");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("15");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball18" in Frame 10
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = -3 + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -3 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball17" in Frame 10
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -3 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 25 MovieClip [ball_2] "mball1" in Frame 10
onClipEvent (load) {
this._x = random(380) + 120;
this._y = 137;
pang_start = false;
speedX = (-_root.big3) + (-zzz_num);
ishit = false;
this.dis = 200;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 10) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 200;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big3) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
}
}
Instance of Symbol 29 MovieClip [ball2_2] "mball2" in Frame 10
onClipEvent (load) {
this._x = random(380) + 120;
this._y = 137;
pang_start = true;
speedX = _root.big3 + zzz_num;
ishit = false;
this.dis = 200;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 10) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 200;
}
if (this.hitTest(_parent.hit_L)) {
speedX = 5 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = -5 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
}
}
Frame 11
stop();
cor = random(4) + 1;
hero.gotoAndStop(1);
Rand();
move_play = false;
Move = false;
player_move = false;
canPlay = false;
gun = 1;
cnt = -3;
w = 174;
metal_ww = 174;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 405 MovieClip "ball" in Frame 11
onClipEvent (load) {
pang_start = true;
this._x = random(380) + 120;
speedX = -5 + (-zzz_num);
ishit = false;
Att_hit = false;
distance = 250;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (430 - (this._height / 2)) - (sn * distance);
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = 5 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = -5 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
}
}
Instance of Symbol 25 MovieClip [ball_2] "mball1" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big3) + (-zzz_num);
ishit = false;
this.dis = 200;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 10) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 200;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big3) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
}
}
Instance of Symbol 29 MovieClip [ball2_2] "mball2" in Frame 11
onClipEvent (load) {
pang_start = true;
speedX = _root.big3 + zzz_num;
ishit = false;
this.dis = 200;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 10) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 200;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big3) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
}
}
Instance of Symbol 367 MovieClip "sball1" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 180;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 399 MovieClip "sball3" in Frame 11
onClipEvent (load) {
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = false;
pang_start = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 386 MovieClip "sball4" in Frame 11
onClipEvent (load) {
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = false;
pang_start = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 358 MovieClip "ssball1" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball3._x = this._x + 10;
_parent.sssball4._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 362 MovieClip "ssball2" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball2._x = this._x + 10;
_parent.sssball1._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 375 MovieClip "ssball3" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 381 MovieClip "ssball8" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 263 MovieClip "ssball7" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
dis = 150;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball2" in Frame 11
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit2");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("2");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball1" in Frame 11
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit1");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("1");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball4" in Frame 11
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit4");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("4");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball3" in Frame 11
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit3");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("3");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball6" in Frame 11
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit6");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
trace("6");
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball5" in Frame 11
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit5");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
trace("5");
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball8" in Frame 11
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit8");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
trace("8");
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball7" in Frame 11
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit7");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("7");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball10" in Frame 11
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit10");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("10");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball9" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit9");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("9");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball12" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit12");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("12");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball11" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit11");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("11");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball14" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit14");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
trace("14");
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball13" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit13");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("13");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball16" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit14");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("16");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball15" in Frame 11
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit15");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("15");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball17" in Frame 11
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit13");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = 3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = -3 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("13");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball18" in Frame 11
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = -3 + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit14");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = 3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = -3 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("16");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball19" in Frame 11
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit15");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = 3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = -3 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("15");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Frame 12
cor = random(4) + 1;
hero.gotoAndStop(1);
Rand();
move_play = false;
Move = false;
player_move = false;
canPlay = false;
gun = 1;
cnt = -4;
w = 174;
last_game = true;
metal_ww = 174;
Go = true;
metal_ball_num = metal_ball_renum;
Instance of Symbol 405 MovieClip "ball" in Frame 12
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = true;
speedX = -5 + (-zzz_num);
ishit = false;
Att_hit = false;
distance = 250;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (430 - (this._height / 2)) - (sn * distance);
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = 5 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = -5 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
}
}
}
Instance of Symbol 25 MovieClip [ball_2] "mball1" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big3) + (-zzz_num);
ishit = false;
this.dis = 200;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 10) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 200;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big3) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
}
}
}
Instance of Symbol 29 MovieClip [ball2_2] "mball2" in Frame 12
onClipEvent (load) {
pang_start = true;
speedX = _root.big3 + zzz_num;
ishit = false;
this.dis = 200;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 10) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 200;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big3) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
}
}
}
Instance of Symbol 367 MovieClip "sball1" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 180;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball3._x = this._x + 10;
_parent.ssball4._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 354 MovieClip "sball2" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 180;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball2._x = this._x + 10;
_parent.ssball1._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 399 MovieClip "sball3" in Frame 12
onClipEvent (load) {
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = false;
g = _root.jump;
pang_start = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 386 MovieClip "sball4" in Frame 12
onClipEvent (load) {
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = false;
g = _root.jump;
pang_start = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 371 MovieClip "ssball4" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
this.dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 375 MovieClip "ssball3" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
this.dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 381 MovieClip "ssball8" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big2) + (-zzz_num);
ishit = false;
dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 263 MovieClip "ssball7" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball13._x = this._x + 10;
_parent.sssball14._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 395 MovieClip "ssball5" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big2 + zzz_num;
ishit = false;
dis = 150;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big2 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big2) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball2" in Frame 12
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit2");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("2");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball3" in Frame 12
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit3");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("3");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball6" in Frame 12
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit6");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
trace("6");
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball5" in Frame 12
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit5");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
trace("5");
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball8" in Frame 12
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit8");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
trace("8");
_parent.arrow_1.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball7" in Frame 12
onClipEvent (load) {
speedX = _root.big1 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit7");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("7");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball10" in Frame 12
onClipEvent (load) {
speedX = (-_root.big1) + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit10");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("10");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball9" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit9");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("9");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball12" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit12");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("12");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball11" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit11");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("11");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball14" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit14");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
trace("14");
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball13" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit13");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("13");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball16" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit14");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("16");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball15" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit15");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("15");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 410 MovieClip "ssball10" in Frame 12
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
dis = 150;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball19._x = this._x + 10;
_parent.sssball20._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball19._x = this._x + 10;
_parent.sssball20._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball19._x = this._x + 10;
_parent.sssball20._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball19._x = this._x + 10;
_parent.sssball20._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball19._x = this._x + 10;
_parent.sssball20._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball19._x = this._x + 10;
_parent.sssball20._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball19._x = this._x + 10;
_parent.sssball20._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 414 MovieClip "ssball9" in Frame 12
onClipEvent (load) {
this._x = random(380) + 120;
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
dis = 150;
this._visible = true;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = 4 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = -4 + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
ishit = false;
_parent.arrow_1.gotoAndStop(1);
_parent.sssball17._x = this._x + 10;
_parent.sssball18._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_2.hit)) {
ishit = false;
_parent.arrow_2.gotoAndStop(1);
_parent.sssball17._x = this._x + 10;
_parent.sssball18._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_3.hit)) {
ishit = false;
_parent.arrow_3.gotoAndStop(1);
_parent.sssball17._x = this._x + 10;
_parent.sssball18._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_4.hit)) {
ishit = false;
_parent.arrow_4.gotoAndStop(1);
_parent.sssball17._x = this._x + 10;
_parent.sssball18._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_5.hit)) {
ishit = false;
_parent.arrow_5.gotoAndStop(1);
_parent.sssball17._x = this._x + 10;
_parent.sssball18._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_7.hit)) {
ishit = false;
_parent.arrow_7.gotoAndStop(1);
_parent.sssball17._x = this._x + 10;
_parent.sssball18._x = this._x - 10;
this.play();
}
if (this.hitTest(_parent.arrow_8.hit)) {
ishit = false;
_parent.arrow_8.gotoAndStop(1);
_parent.sssball17._x = this._x + 10;
_parent.sssball18._x = this._x - 10;
this.play();
}
}
}
Instance of Symbol 267 MovieClip "sssball18" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
this._visible = false;
g = _root.jump;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit14");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
trace("14");
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball17" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit13");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("13");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball20" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = (-_root.big1) + (-zzz_num);
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit14");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("16");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Instance of Symbol 267 MovieClip "sssball19" in Frame 12
onClipEvent (load) {
pang_start = false;
speedX = _root.big1 + zzz_num;
ishit = false;
this.dis = 120;
g = _root.jump;
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.move_play) {
if (ishit) {
if ((this._x > 632) || (this._x < 0)) {
ishit = false;
this.play();
}
if (this.hit.hitTest(_parent.hero.Hit)) {
trace("hit15");
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if (this.hitTest(_parent.hit_L)) {
trace("hitLLLLLLLLLLLLLLL");
speedX = _root.big1 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
trace("hitRRRRRRRRRR");
speedX = (-_root.big1) + (-zzz_num);
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("15");
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
this.play();
ishit = false;
}
}
}
Frame 13
cnt = 0;
ii = 0;
all_obj_remove = true;
game_step_level = game_step_level + 1;
SoundObj.stop();
metal++;
if (metal > 10) {
metal = 11;
}
if (last_game) {
last_game = false;
all_obj_remove = false;
game_step_level = 3;
this.gotoAndStop(3);
} else {
all_obj_remove = false;
this.gotoAndStop(game_step_level);
}
Frame 17
canPlay = false;
player_move = false;
hero.gotoAndStop(1);
SoundObj.stop();
Frame 18
trace("die;;;;;;;;;;");
SoundObj.stop();
ii = 0;
all_obj_remove = true;
this.gotoAndStop(game_step_level);
Frame 23
time.stop();
SoundObj.stop();
TimeScore2();
Frame 24
function FNsend() {
LVwrite = new LoadVars();
LVwrite.uid = _root.uid;
LVwrite.pt = _root.pt;
LVwrite.rt = _root.rt;
LVwrite.ot1 = _root.ot1;
LVwrite.ot2 = _root.ot2;
LVwrite.ot3 = _root.ot3;
LVwrite.ot4 = _root.ot4;
LVwrite.ot5 = _root.ot5;
LVwrite.onLoad = function () {
_root.rank = LVwrite.rank;
_root.nick = LVwrite.nick;
delete LVwrite;
};
LVwrite.sendAndLoad((("http://www.gameangel.com/System/gameangel/game_rank.proc.php?ran=" + random(1000)) + "&uid=") + _root.uid, LVwrite, "POST");
}
System.useCodepage = true;
_root.rt = rt;
_root.pt = Score;
_root.FNsend();
Instance of Symbol 443 MovieClip in Frame 24
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (release) {
_parent.gotoAndStop("gamereset");
}
Instance of Symbol 446 MovieClip in Frame 24
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (release) {
_parent.gotoAndStop("refirst");
}
Frame 25
metal = 0;
level_re_trun = false;
this.gotoAndStop("first");
Frame 26
metal = 0;
level_re_trun = false;
this.gotoAndStop("game");
Symbol 5 MovieClip Frame 1
this._x = _parent._parent.arrow_3._x;
this._y = _parent._parent.arrow_3._y;
speed = 8;
Symbol 5 MovieClip Frame 2
if (this.in_boss_bullet.hitTest(_parent._parent.Hitbox)) {
_parent.removeMovieClip(this);
}
this.in_boss_bullet._x = this.in_boss_bullet._x + speed;
var j = 1;
while (j < 20) {
if (_parent._parent["mball" + j].ishit) {
if (this.hitTest(_parent._parent["mball" + j].hit)) {
_parent._parent["mball" + j].play();
_parent.removeMovieClip(this);
_parent._parent["mball" + j].ishit = false;
}
}
if (_parent._parent["sball" + j].ishit) {
if (this.hitTest(_parent._parent["sball" + j].hit)) {
_parent._parent["sball" + j].play();
_parent.removeMovieClip(this);
_parent._parent["sball" + j].ishit = false;
}
}
if (_parent._parent["ssball" + j].ishit) {
if (this.hitTest(_parent._parent["ssball" + j].hit)) {
_parent._parent["ssball" + j].play();
this.removeMovieClip(this);
_parent._parent["ssball" + j].ishit = false;
}
}
if (_parent._parent["sssball" + j].ishit) {
if (this.hitTest(_parent._parent["sssball" + j].hit)) {
_parent._parent["sssball" + j].play();
_parent.removeMovieClip(this);
_parent._parent["sssball" + j].ishit = false;
}
}
if (_parent._parent.ball.ishit) {
if (this.hitTest(_parent._parent.ball.hit)) {
_parent._parent.ball.play();
_parent.removeMovieClip(this);
_parent._parent.ball.ishit = false;
}
}
j++;
}
Symbol 5 MovieClip Frame 3
gotoAndPlay (2);
Symbol 6 MovieClip [bb] Frame 1
var i = 1;
while (i <= 3) {
this["m" + i]._rotation = 229.5 + (20 * i);
i++;
}
Symbol 16 MovieClip [bbb] Frame 1
this.dis = 390;
stop();
_root.ww = _root.metal_ww;
this._x = random(380) + 120;
pang_start = true;
speedX = _root.big_Att + zzz_num;
this.onEnterFrame = function () {
if (_parent.move_play == false) {
this.obj.stop();
}
if (_root.all_obj_remove) {
this.removeMovieClip(this);
}
if (_root.cnt >= 16) {
this.play();
}
if (_parent.move_play) {
this.obj.play();
g = g + _parent.GGG;
this._x = this._x + speedX;
sn = Math.abs(Math.cos((Math.PI * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (this.hit.hitTest(_parent.hero.Hit)) {
_parent.canPlay = false;
_parent.player_move = false;
_parent.hero.gotoAndStop("die");
}
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if (this.hitTest(_parent.hit_L)) {
speedX = _root.big3 + zzz_num;
}
if (this.hitTest(_parent.hit_R)) {
speedX = (-_root.big3) + (-zzz_num);
}
}
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
}
};
Symbol 16 MovieClip [bbb] Frame 5
this.removeMovieClip(this);
Symbol 21 MovieClip Frame 1
stop();
Symbol 25 MovieClip [ball_2] Frame 1
stop();
Symbol 25 MovieClip [ball_2] Frame 2
_parent.sball3._y = this._y;
_parent.sball4._y = this._y;
_parent.sball3.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sball4.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sball4.ishit = true;
_parent.sball3.ishit = true;
_parent.sball4.Att_hit = true;
_parent.sball3.Att_hit = true;
_parent.sball3.pang_start = true;
_parent.sball4.pang_start = true;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 25 MovieClip [ball_2] Frame 3
_parent.sball3._visible = true;
_parent.sball4._visible = true;
_parent.Score = _parent.Score + 80;
Symbol 25 MovieClip [ball_2] Frame 7
stop();
_parent.removeMovieClip();
Symbol 29 MovieClip [ball2_2] Frame 1
stop();
Symbol 29 MovieClip [ball2_2] Frame 2
_parent.sball2._y = this._y;
_parent.sball1._y = this._y;
_parent.sball2.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sball1.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sball1.ishit = true;
_parent.sball2.ishit = true;
_parent.sball1.Att_hit = true;
_parent.sball2.Att_hit = true;
_parent.sball1.pang_start = true;
_parent.sball2.pang_start = true;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 29 MovieClip [ball2_2] Frame 3
_parent.sball2._visible = true;
_parent.sball1._visible = true;
_parent.Score = _parent.Score + 80;
Symbol 29 MovieClip [ball2_2] Frame 7
stop();
_parent.removeMovieClip();
Symbol 34 MovieClip Frame 1
this.stop();
Symbol 36 Button
on (rollOver) {
this.mc.nextFrame();
}
on (rollOut) {
this.mc.prevFrame();
}
on (release) {
_parent.soundFrame = 2;
_root.vol = 0;
this.nextFrame();
}
Symbol 39 MovieClip Frame 1
this.stop();
Symbol 40 Button
on (rollOver) {
this.mc.nextFrame();
}
on (rollOut) {
this.mc.prevFrame();
}
on (release) {
_parent.soundFrame = 1;
_root.vol = 1;
this.prevFrame();
}
Symbol 41 MovieClip Frame 1
this.stop();
Symbol 45 MovieClip Frame 1
this.stop();
Symbol 48 MovieClip Frame 1
this.stop();
Symbol 64 MovieClip Frame 1
stop();
Instance of Symbol 64 MovieClip in Symbol 65 MovieClip Frame 1
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (press) {
_parent.gotoAndStop(1);
}
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 12
stop();
Instance of Symbol 64 MovieClip in Symbol 67 MovieClip Frame 12
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (press) {
_parent.gotoAndStop(1);
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 2
stop();
_parent.mc2.gotoAndStop(1);
if (_root.level_re_trun) {
_parent.mc.nextFrame();
}
Symbol 103 MovieClip Frame 11
_parent.mc2.nextFrame();
_root.level_re_trun = true;
gotoAndStop (1);
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
_root.metal_ball = _root.MMM_Time;
_root.metal_ball_num = 1;
_root.metal_ball_renum = 1;
Symbol 114 MovieClip Frame 3
_root.metal_ball = _root.MMM_Time;
_root.metal_ball_num = 2;
_root.metal_ball_renum = 2;
Symbol 114 MovieClip Frame 4
_root.metal_ball = _root.MMM_Time;
_root.metal_ball_num = 3;
_root.metal_ball_renum = 3;
Symbol 114 MovieClip Frame 5
_root.metal_ball = _root.MMM_Time;
_root.metal_ball_num = 4;
_root.metal_ball_renum = 4;
Symbol 114 MovieClip Frame 6
_root.metal_ball = _root.MMM_Time;
_root.metal_ball_num = 5;
_root.metal_ball_renum = 5;
Symbol 114 MovieClip Frame 7
_root.metal_ball = _root.MMM_Time;
_root.metal_ball_num = 6;
_root.metal_ball_renum = 6;
Symbol 114 MovieClip Frame 8
_root.metal_ball = _root.MMM_Time;
_root.metal_ball_num = 7;
_root.metal_ball_renum = 7;
Symbol 114 MovieClip Frame 9
_root.metal_ball = _root.MMM_Time;
_root.metal_ball_num = 8;
_root.metal_ball_renum = 8;
Symbol 121 MovieClip Frame 1
stop();
if (re) {
_root.bonus_txt.play();
}
Symbol 121 MovieClip Frame 2
_root.bonus_txt.play();
Symbol 121 MovieClip Frame 3
_root.bonus_txt.play();
Symbol 121 MovieClip Frame 4
_root.bonus_txt.play();
Symbol 121 MovieClip Frame 5
_root.bonus_txt.play();
Symbol 121 MovieClip Frame 6
_root.bonus_txt.play();
Symbol 121 MovieClip Frame 7
_root.bonus_txt.play();
Symbol 121 MovieClip Frame 8
_root.bonus_txt.play();
Symbol 121 MovieClip Frame 9
_root.bonus_txt.play();
Symbol 121 MovieClip Frame 10
_root.bonus_txt.play();
re = true;
Symbol 126 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 1
stop();
_parent.hero_die_num = 1;
Symbol 132 MovieClip Frame 2
_parent.hero_die_num = 2;
Symbol 132 MovieClip Frame 3
_parent.hero_die_num = 3;
Symbol 132 MovieClip Frame 4
_parent.all_obj_remove = true;
_parent.gotoAndStop("gameover");
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
_parent.life.prevFrame();
Symbol 138 MovieClip Frame 25
_root.rt++;
Symbol 150 MovieClip Frame 1
stop();
this._x = -100;
state = "";
_parent.A1 = true;
Symbol 150 MovieClip Frame 2
_parent.A1 = false;
Symbol 152 MovieClip Frame 1
stop();
this._x = -100;
state = "";
_parent.A7 = true;
Symbol 152 MovieClip Frame 5
_parent.A8 = true;
_parent.A7 = false;
Symbol 154 MovieClip Frame 1
stop();
this._x = -100;
state = "";
_parent.A8 = false;
Symbol 154 MovieClip Frame 2
_parent.A8 = false;
Symbol 162 MovieClip Frame 1
stop();
this._x = -100;
state = "";
_parent.A2 = true;
Symbol 162 MovieClip Frame 2
_parent.A2 = false;
Symbol 182 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 2
_parent.Hit._x = -1000;
Symbol 192 MovieClip Frame 107
_parent.Hit._x = -3.45;
Symbol 226 MovieClip Frame 5
_parent._parent.player_move = true;
Symbol 248 MovieClip Frame 26
_parent._parent.life.nextFrame();
Symbol 248 MovieClip Frame 30
stop();
_parent._parent.all_obj_remove = true;
_parent._parent.gotoAndStop("regame");
Symbol 256 MovieClip Frame 30
_parent._parent.life.nextFrame();
Symbol 256 MovieClip Frame 31
stop();
Symbol 257 MovieClip Frame 1
stop();
name = _name;
if (Key.isDown(37)) {
this.gotoAndStop("left");
}
if (Key.isDown(39)) {
this.gotoAndStop("right");
}
Symbol 257 MovieClip Frame 31
if (_parent.hero_die_num == 3) {
this.gotoAndStop("die2");
} else {
this.nextFrame();
}
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 3
_parent.move_play = false;
Symbol 259 MovieClip Frame 99
var v = 0;
while (v < 22) {
if (_parent["mball" + v].ishit) {
_parent["mball" + v]._visible = true;
}
if (_parent["sball" + v].ishit) {
_parent["sball" + v]._visible = true;
}
if (_parent["ssball" + v].ishit) {
_parent["ssball" + v]._visible = true;
}
if (_parent["sssball" + v].ishit) {
_parent["sssball" + v]._visible = true;
}
v++;
}
Symbol 259 MovieClip Frame 102
var v = 0;
while (v < 22) {
if (_parent["mball" + v].ishit) {
_parent["mball" + v]._visible = false;
}
if (_parent["sball" + v].ishit) {
_parent["sball" + v]._visible = false;
}
if (_parent["ssball" + v].ishit) {
_parent["ssball" + v]._visible = false;
}
if (_parent["sssball" + v].ishit) {
_parent["sssball" + v]._visible = false;
}
v++;
}
Symbol 259 MovieClip Frame 105
var v = 0;
while (v < 22) {
if (_parent["mball" + v].ishit) {
_parent["mball" + v]._visible = true;
}
if (_parent["sball" + v].ishit) {
_parent["sball" + v]._visible = true;
}
if (_parent["ssball" + v].ishit) {
_parent["ssball" + v]._visible = true;
}
if (_parent["sssball" + v].ishit) {
_parent["sssball" + v]._visible = true;
}
v++;
}
Symbol 259 MovieClip Frame 108
var v = 0;
while (v < 22) {
if (_parent["mball" + v].ishit) {
_parent["mball" + v]._visible = false;
}
if (_parent["sball" + v].ishit) {
_parent["sball" + v]._visible = false;
}
if (_parent["ssball" + v].ishit) {
_parent["ssball" + v]._visible = false;
}
if (_parent["sssball" + v].ishit) {
_parent["sssball" + v]._visible = false;
}
v++;
}
Symbol 259 MovieClip Frame 111
var v = 0;
while (v < 22) {
if (_parent["mball" + v].ishit) {
_parent["mball" + v]._visible = true;
}
if (_parent["sball" + v].ishit) {
_parent["sball" + v]._visible = true;
}
if (_parent["ssball" + v].ishit) {
_parent["ssball" + v]._visible = true;
}
if (_parent["sssball" + v].ishit) {
_parent["sssball" + v]._visible = true;
}
v++;
}
Symbol 259 MovieClip Frame 114
var v = 0;
while (v < 22) {
if (_parent["mball" + v].ishit) {
_parent["mball" + v]._visible = false;
}
if (_parent["sball" + v].ishit) {
_parent["sball" + v]._visible = false;
}
if (_parent["ssball" + v].ishit) {
_parent["ssball" + v]._visible = false;
}
if (_parent["sssball" + v].ishit) {
_parent["sssball" + v]._visible = false;
}
v++;
}
Symbol 259 MovieClip Frame 117
var v = 0;
while (v < 22) {
if (_parent["mball" + v].ishit) {
_parent["mball" + v]._visible = true;
}
if (_parent["sball" + v].ishit) {
_parent["sball" + v]._visible = true;
}
if (_parent["ssball" + v].ishit) {
_parent["ssball" + v]._visible = true;
}
if (_parent["sssball" + v].ishit) {
_parent["sssball" + v]._visible = true;
}
v++;
}
Symbol 259 MovieClip Frame 131
_parent.move_play = true;
Symbol 263 MovieClip Frame 1
stop();
Symbol 263 MovieClip Frame 2
_parent.sssball13._y = this._y;
_parent.sssball14._y = this._y;
_parent.sssball13.ishit = true;
_parent.sssball14.ishit = true;
_parent.sssball13.Att_hit = true;
_parent.sssball14.Att_hit = true;
_parent.sssball13.pang_start = true;
_parent.sssball14.pang_start = true;
_parent.sssball14.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball13.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 263 MovieClip Frame 3
_parent.sssball13._visible = true;
_parent.sssball14._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 263 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 3
_parent.Score = _parent.Score + 150;
this.ishit = false;
Symbol 267 MovieClip Frame 7
_parent.cnt++;
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 10
this.ran = random(2);
if (ran == 0) {
_root.big_Att = 5;
}
if (ran == 1) {
_root.big_Att = -5;
}
_parent.w--;
gotoAndPlay (2);
if ((_parent.w == 0) || (_parent.w == 1)) {
trace("w");
if (_parent.cnt < 16) {
_parent.canPlay = false;
_parent.player_move = false;
if (_parent.hero_die_num == 3) {
_parent.hero.gotoAndStop("die2");
} else {
_parent.hero.gotoAndStop("die");
}
}
}
_parent.metal_ww--;
if (_root.metal >= 10) {
if (_root.Go) {
if ((_parent.metal_ww == 173) || (_parent.metal_ww == (_root.ww - _parent.metal_ball))) {
_root.all_obj_remove = false;
_root.metal_ball_num--;
if (_root.metal_ball_num == 0) {
_root.Go = false;
}
_parent.attachMovie("bbb", "bbb" + _root.ii, _root.ii);
_root.ii++;
}
}
}
Symbol 285 MovieClip Frame 1
stop();
state = "";
Symbol 285 MovieClip Frame 4
_parent.A3 = false;
_parent.A4 = true;
Symbol 287 MovieClip Frame 1
stop();
state = "";
Symbol 287 MovieClip Frame 4
_parent.A5 = false;
_parent.A3 = true;
Symbol 288 MovieClip Frame 1
stop();
state = "";
Symbol 288 MovieClip Frame 4
_parent.A4 = false;
_parent.A5 = true;
Symbol 291 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 98
_parent.gotoAndStop(10);
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 10
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 98
_parent.gotoAndStop(10);
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 10
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 305 MovieClip Frame 1
stop();
Symbol 305 MovieClip Frame 98
_parent.gotoAndStop(10);
Symbol 307 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 10
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 98
_parent.gotoAndStop(10);
Symbol 311 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 10
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 98
_parent.gotoAndStop(27);
Symbol 318 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 2
_parent._parent.Score = _parent._parent.Score + 200;
Symbol 318 MovieClip Frame 27
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 98
_parent.gotoAndStop(10);
Symbol 323 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 10
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 98
_parent.gotoAndStop(26);
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 2
_parent._parent.Score = _parent._parent.Score + 50;
Symbol 330 MovieClip Frame 26
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 98
_parent.gotoAndStop(10);
Symbol 335 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 2
_parent._parent.time_up.play();
Symbol 335 MovieClip Frame 10
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 336 MovieClip Frame 2
num = 6;
Symbol 336 MovieClip Frame 3
num = 2;
Symbol 336 MovieClip Frame 4
num = 3;
Symbol 336 MovieClip Frame 5
num = 4;
Symbol 336 MovieClip Frame 6
num = 5;
Symbol 336 MovieClip Frame 7
num = 7;
Symbol 336 MovieClip Frame 8
num = 4;
Symbol 336 MovieClip Frame 9
num = 2;
Symbol 336 MovieClip Frame 10
num = 8;
Symbol 336 MovieClip Frame 11
num = 9;
Symbol 336 MovieClip Frame 12
num = 8;
Symbol 338 MovieClip Frame 1
stop();
Symbol 338 MovieClip Frame 2
_parent.time_bar_start.stop();
this.onEnterFrame = function () {
_parent.w++;
if (_parent.w > 174) {
_parent.w = 174;
_parent.time_bar_start.play();
delete this.onEnterFrame;
}
};
Symbol 338 MovieClip Frame 45
_parent.time_bar_start.play();
delete this.onEnterFrame;
Symbol 342 MovieClip Frame 44
_parent.canPlay = true;
_parent.sssball12.ishit = true;
_parent.ssball7.ishit = true;
trace(_parent.sssball12.ishit);
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.ssball7.pang_start = true;
_parent.sssball12.pang_start = true;
_parent.sssball12.Att_hit = true;
_parent.ssball7.Att_hit = true;
_parent.time_bar_start.play();
_parent.SoundObj.start(0, 999);
_parent.sssball12.dis = (_parent.Hit._y - this._y) + 100;
_parent.ssball7.dis = (_parent.Hit._y - this._y) + 100;
Symbol 342 MovieClip Frame 45
stop();
Symbol 349 MovieClip Frame 1
stop();
Symbol 350 MovieClip Frame 1
stop();
Symbol 350 MovieClip Frame 2
_parent.rt_time.stop();
Symbol 350 MovieClip Frame 20
stop();
_parent.level_mc.mc1.nextFrame();
this.onEnterFrame = function () {
if (Key.isDown(32)) {
this.play();
}
};
Instance of Symbol 349 MovieClip in Symbol 350 MovieClip Frame 20
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (press) {
_parent.play();
}
Symbol 350 MovieClip Frame 21
delete this.onEnterFrame;
Symbol 350 MovieClip Frame 29
_parent.rt_time.play();
_parent.gotoAndStop("nextstep2");
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 2
_parent.ssball2._y = this._y;
_parent.ssball1._y = this._y;
_parent.ssball1.ishit = true;
_parent.ssball2.ishit = true;
_parent.ssball1.Att_hit = true;
_parent.ssball2.Att_hit = true;
_parent.ssball1.pang_start = true;
_parent.ssball2.pang_start = true;
_parent.ssball2.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.ssball1.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 354 MovieClip Frame 3
_parent.ssball2._visible = true;
_parent.ssball1._visible = true;
_parent.Score = _parent.Score + 100;
Symbol 354 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 2
_parent.sssball4._y = this._y;
_parent.sssball3._y = this._y;
_parent.sssball3.ishit = true;
_parent.sssball4.ishit = true;
_parent.sssball3.Att_hit = true;
_parent.sssball4.Att_hit = true;
_parent.sssball4.pang_start = true;
_parent.sssball3.pang_start = true;
_parent.sssball3.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball4.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 358 MovieClip Frame 3
_parent.sssball3._visible = true;
_parent.sssball4._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 358 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 362 MovieClip Frame 1
stop();
Symbol 362 MovieClip Frame 2
_parent.sssball2._y = this._y;
_parent.sssball1._y = this._y;
_parent.sssball1.ishit = true;
_parent.sssball2.ishit = true;
_parent.sssball1.Att_hit = true;
_parent.sssball2.Att_hit = true;
_parent.sssball2.pang_start = true;
_parent.sssball1.pang_start = true;
_parent.sssball2.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball1.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 362 MovieClip Frame 3
_parent.sssball2._visible = true;
_parent.sssball1._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 362 MovieClip Frame 7
stop();
Symbol 363 MovieClip Frame 45
_parent.time_bar_start.play();
_parent.sssball15.ishit = true;
_parent.sball2.ishit = true;
_parent.sssball15.Att_hit = true;
_parent.sball2.Att_hit = true;
_parent.sball2.dis = (_parent.Hit._y - this._y) + 100;
_parent.sssball15.dis = (_parent.Hit._y - this._y) + 100;
_parent.sball2.pang_start = true;
_parent.sssball15.pang_start = true;
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.canPlay = true;
stop();
_parent.SoundObj.start(0, 999);
Symbol 367 MovieClip Frame 1
stop();
Symbol 367 MovieClip Frame 2
_parent.ssball3._y = this._y;
_parent.ssball4._y = this._y;
_parent.ssball3.ishit = true;
_parent.ssball4.ishit = true;
_parent.ssball3.Att_hit = true;
_parent.ssball4.Att_hit = true;
_parent.ssball3.pang_start = true;
_parent.ssball4.pang_start = true;
_parent.ssball3.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.ssball4.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 367 MovieClip Frame 3
_parent.ssball3._visible = true;
_parent.ssball4._visible = true;
_parent.Score = _parent.Score + 100;
Symbol 367 MovieClip Frame 7
stop();
_parent.removeMovieClip();
Symbol 371 MovieClip Frame 1
stop();
Symbol 371 MovieClip Frame 2
_parent.sssball5._y = this._y;
_parent.sssball6._y = this._y;
_parent.sssball5.ishit = true;
_parent.sssball6.ishit = true;
_parent.sssball5.Att_hit = true;
_parent.sssball6.Att_hit = true;
_parent.sssball6.pang_start = true;
_parent.sssball5.pang_start = true;
_parent.sssball5.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball6.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 371 MovieClip Frame 3
_parent.sssball5._visible = true;
_parent.sssball6._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 371 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 375 MovieClip Frame 1
stop();
Symbol 375 MovieClip Frame 2
_parent.sssball8._y = this._y;
_parent.sssball7._y = this._y;
_parent.sssball7.ishit = true;
_parent.sssball8.ishit = true;
_parent.sssball7.Att_hit = true;
_parent.sssball8.Att_hit = true;
_parent.sssball7.pang_start = true;
_parent.sssball8.pang_start = true;
_parent.sssball7.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball8.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 375 MovieClip Frame 3
_parent.sssball7._visible = true;
_parent.sssball8._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 375 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 376 MovieClip Frame 45
_parent.time_bar_start.play();
_parent.ssball1.ishit = true;
_parent.ssball2.ishit = true;
_parent.sball1.ishit = true;
_parent.ssball1.Att_hit = true;
_parent.ssball2.Att_hit = true;
_parent.sball1.Att_hit = true;
_parent.sball1.dis = (_parent.Hit._y - this._y) + 100;
_parent.ssball2.dis = (_parent.Hit._y - this._y) + 100;
_parent.ssball1.dis = (_parent.Hit._y - this._y) + 100;
_parent.sball1.pang_start = true;
_parent.ssball2.pang_start = true;
_parent.ssball1.pang_start = true;
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.canPlay = true;
stop();
_parent.SoundObj.start(0, 999);
Symbol 377 MovieClip Frame 45
_parent.time_bar_start.play();
_parent.sball1.ishit = true;
_parent.sball2.ishit = true;
_parent.sssball15.ishit = true;
_parent.sssball16.ishit = true;
_parent.sball1.Att_hit = true;
_parent.sball2.Att_hit = true;
_parent.sssball15.Att_hit = true;
_parent.sssball16.Att_hit = true;
_parent.sball2.dis = (_parent.Hit._y - this._y) + 100;
_parent.sball1.dis = (_parent.Hit._y - this._y) + 100;
_parent.sssball16.dis = (_parent.Hit._y - this._y) + 100;
_parent.sssball15.dis = (_parent.Hit._y - this._y) + 100;
_parent.sball2.pang_start = true;
_parent.sball1.pang_start = true;
_parent.sssball16.pang_start = true;
_parent.sssball15.pang_start = true;
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.canPlay = true;
stop();
_parent.SoundObj.start(0, 999);
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 2
_parent.sssball15._y = this._y;
_parent.sssball16._y = this._y;
_parent.sssball15.ishit = true;
_parent.sssball16.ishit = true;
_parent.sssball15.Att_hit = true;
_parent.sssball16.Att_hit = true;
_parent.sssball16.pang_start = true;
_parent.sssball15.pang_start = true;
_parent.sssball15.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball16.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 381 MovieClip Frame 3
_parent.sssball15._visible = true;
_parent.sssball16._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 381 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 382 MovieClip Frame 45
_parent.time_bar_start.play();
_parent.mball2.ishit = true;
_parent.ssball8.ishit = true;
_parent.ssball7.ishit = true;
_parent.ssball7.Att_hit = true;
_parent.ssball8.Att_hit = true;
_parent.mball2.Att_hit = true;
_parent.mball2.dis = (_parent.Hit._y - this._y) + 100;
_parent.ssball7.dis = (_parent.Hit._y - this._y) + 100;
_parent.ssball8.dis = (_parent.Hit._y - this._y) + 100;
_parent.mball2.pang_start = true;
_parent.ssball7.pang_start = true;
_parent.ssball8.pang_start = true;
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.canPlay = true;
stop();
_parent.SoundObj.start(0, 999);
Symbol 386 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 2
_parent.ssball7._y = this._y;
_parent.ssball8._y = this._y;
_parent.ssball7.ishit = true;
_parent.ssball8.ishit = true;
_parent.ssball7.Att_hit = true;
_parent.ssball8.Att_hit = true;
_parent.ssball7.pang_start = true;
_parent.ssball8.pang_start = true;
_parent.ssball7.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.ssball8.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 386 MovieClip Frame 3
_parent.ssball7._visible = true;
_parent.ssball8._visible = true;
_parent.Score = _parent.Score + 100;
Symbol 386 MovieClip Frame 8
stop();
_parent.removeMovieClip();
Symbol 390 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 2
_parent.sssball12._y = this._y;
_parent.sssball11._y = this._y;
_parent.sssball11.ishit = true;
_parent.sssball12.ishit = true;
_parent.sssball11.Att_hit = true;
_parent.sssball12.Att_hit = true;
_parent.sssball12.pang_start = true;
_parent.sssball11.pang_start = true;
_parent.sssball12.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball11.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 390 MovieClip Frame 3
_parent.sssball12._visible = true;
_parent.sssball11._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 390 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 391 MovieClip Frame 45
_parent.time_bar_start.play();
_parent.mball2.ishit = true;
_parent.sball4.ishit = true;
_parent.ssball6.ishit = true;
_parent.sball4.Att_hit = true;
_parent.ssball6.Att_hit = true;
_parent.mball2.Att_hit = true;
_parent.mball2.dis = (_parent.Hit._y - this._y) + 100;
_parent.ssball6.dis = (_parent.Hit._y - this._y) + 100;
_parent.sball4.dis = (_parent.Hit._y - this._y) + 100;
_parent.mball2.pang_start = true;
_parent.ssball6.pang_start = true;
_parent.sball4.pang_start = true;
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.canPlay = true;
stop();
_parent.SoundObj.start(0, 999);
Symbol 395 MovieClip Frame 1
stop();
Symbol 395 MovieClip Frame 2
_parent.sssball9._y = this._y;
_parent.sssball10._y = this._y;
_parent.sssball9.ishit = true;
_parent.sssball10.ishit = true;
_parent.sssball9.Att_hit = true;
_parent.sssball10.Att_hit = true;
_parent.sssball9.pang_start = true;
_parent.sssball10.pang_start = true;
_parent.sssball9.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball10.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 395 MovieClip Frame 3
_parent.sssball9._visible = true;
_parent.sssball10._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 395 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 399 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 2
_parent.ssball5._y = this._y;
_parent.ssball6._y = this._y;
_parent.ssball5.ishit = true;
_parent.ssball6.ishit = true;
_parent.ssball5.Att_hit = true;
_parent.ssball6.Att_hit = true;
_parent.ssball5.pang_start = true;
_parent.ssball6.pang_start = true;
_parent.ssball5.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.ssball6.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 399 MovieClip Frame 3
_parent.ssball5._visible = true;
_parent.ssball6._visible = true;
_parent.Score = _parent.Score + 100;
Symbol 399 MovieClip Frame 8
stop();
_parent.removeMovieClip();
Symbol 400 MovieClip Frame 45
_parent.time_bar_start.play();
_parent.sball1.ishit = true;
_parent.sball2.ishit = true;
_parent.sball3.ishit = true;
_parent.sball4.ishit = true;
_parent.sball1.Att_hit = true;
_parent.sball2.Att_hit = true;
_parent.sball3.Att_hit = true;
_parent.sball4.Att_hit = true;
_parent.sball1.dis = (_parent.Hit._y - this._y) + 100;
_parent.sball2.dis = (_parent.Hit._y - this._y) + 100;
_parent.sball3.dis = (_parent.Hit._y - this._y) + 100;
_parent.sball4.dis = (_parent.Hit._y - this._y) + 100;
_parent.sball1.pang_start = true;
_parent.sball2.pang_start = true;
_parent.sball3.pang_start = true;
_parent.sball4.pang_start = true;
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.canPlay = true;
stop();
_parent.SoundObj.start(0, 999);
Symbol 401 MovieClip Frame 45
_parent.time_bar_start.play();
_parent.mball1.ishit = true;
_parent.mball2.ishit = true;
_parent.sssball17.ishit = true;
_parent.sssball18.ishit = true;
_parent.mball1.Att_hit = true;
_parent.mball2.Att_hit = true;
_parent.sssball17.Att_hit = true;
_parent.sssball18.Att_hit = true;
_parent.mball1.dis = (_parent.Hit._y - this._y) + 100;
_parent.mball2.dis = (_parent.Hit._y - this._y) + 100;
_parent.sssball17.dis = (_parent.Hit._y - this._y) + 100;
_parent.sssball18.dis = (_parent.Hit._y - this._y) + 100;
_parent.mball1.pang_start = true;
_parent.mball2.pang_start = true;
_parent.sssball17.pang_start = true;
_parent.sssball18.pang_start = true;
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.canPlay = true;
stop();
_parent.SoundObj.start(0, 999);
Symbol 405 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 2
_parent.mball1.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.mball2.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.mball1._y = this._y;
_parent.mball2._y = this._y;
_parent.mball2.ishit = true;
_parent.mball1.ishit = true;
_parent.mball2.Att_hit = true;
_parent.mball1.Att_hit = true;
_parent.mball2.pang_start = true;
_parent.mball1.pang_start = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 405 MovieClip Frame 3
_parent.mball1._visible = true;
_parent.mball2._visible = true;
_parent.Score = _parent.Score + 50;
Symbol 405 MovieClip Frame 7
stop();
_parent.removeMovieClip();
Symbol 406 MovieClip Frame 45
_parent.time_bar_start.play();
_parent.ball.ishit = true;
_parent.sssball17.ishit = true;
_parent.sssball18.ishit = true;
_parent.sssball19.ishit = true;
_parent.ball.Att_hit = true;
_parent.sssball17.Att_hit = true;
_parent.sssball18.Att_hit = true;
_parent.sssball19.Att_hit = true;
_parent.ball.dis = (_parent.Hit._y - this._y) + 100;
_parent.sssball17.dis = (_parent.Hit._y - this._y) + 100;
_parent.sssball18.dis = (_parent.Hit._y - this._y) + 100;
_parent.sssball19.dis = (_parent.Hit._y - this._y) + 100;
_parent.ball.pang_start = true;
_parent.sssball17.pang_start = true;
_parent.sssball18.pang_start = true;
_parent.sssball19.pang_start = true;
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.canPlay = true;
stop();
_parent.SoundObj.start(0, 999);
Symbol 410 MovieClip Frame 1
stop();
Symbol 410 MovieClip Frame 2
_parent.sssball19._y = this._y;
_parent.sssball20._y = this._y;
_parent.sssball19.ishit = true;
_parent.sssball20.ishit = true;
_parent.sssball19.Att_hit = true;
_parent.sssball20.Att_hit = true;
_parent.sssball20.pang_start = true;
_parent.sssball19.pang_start = true;
_parent.sssball19.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball20.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 410 MovieClip Frame 3
_parent.sssball19._visible = true;
_parent.sssball20._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 410 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 414 MovieClip Frame 1
stop();
Symbol 414 MovieClip Frame 2
_parent.sssball17._y = this._y;
_parent.sssball18._y = this._y;
_parent.sssball17.ishit = true;
_parent.sssball18.ishit = true;
_parent.sssball17.Att_hit = true;
_parent.sssball18.Att_hit = true;
_parent.sssball17.pang_start = true;
_parent.sssball18.pang_start = true;
_parent.sssball18.dis = (_parent.Hit._y - this._y) + _root.tans;
_parent.sssball17.dis = (_parent.Hit._y - this._y) + _root.tans;
if (random(3) == 0) {
if (_parent.pang_item_hit) {
_parent.item_Down = true;
_parent.obj._x = this._x;
_parent.obj._y = this._y;
_parent.pang_item_hit = false;
_parent.obj._visible = true;
_parent.obj.in_obj.start_obj.play();
}
}
Symbol 414 MovieClip Frame 3
_parent.sssball17._visible = true;
_parent.sssball18._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 414 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 415 MovieClip Frame 45
_parent.time_bar_start.play();
_parent.ball.ishit = true;
_parent.ssball9.ishit = true;
_parent.ssball10.ishit = true;
_parent.ball.Att_hit = true;
_parent.ssball9.Att_hit = true;
_parent.ssball10.Att_hit = true;
_parent.ball.dis = (_parent.Hit._y - this._y) + 100;
_parent.ssball9.dis = (_parent.Hit._y - this._y) + 100;
_parent.ssball10.dis = (_parent.Hit._y - this._y) + 100;
_parent.ball.pang_start = true;
_parent.ssball9.pang_start = true;
_parent.ssball10.pang_start = true;
_parent.move_play = true;
_parent.Move = true;
_parent.player_move = true;
_parent.canPlay = true;
stop();
_parent.SoundObj.start(0, 999);
Symbol 418 MovieClip Frame 48
_parent.nextFrame();
Symbol 430 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 50
_parent.nextFrame();
Symbol 443 MovieClip Frame 1
this.stop();
Symbol 446 MovieClip Frame 1
stop();