STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228138
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/33616024?noj=FRM33616024-17DC" width="1" height="1"></div>

Angel Pang.swf

This is the info page for
Flash #22172

(Click the ID number above for more basic data on this flash file.)


Text
Time

item_sound

time_up

ActionScript [AS1/AS2]

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();

Library Items

Symbol 1 Sound [bg_m]
Symbol 2 Sound [cl_m]
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:5
Symbol 5 MovieClipUses:4Used by:6
Symbol 6 MovieClip [bb]Uses:5
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:9
Symbol 9 MovieClipUses:8Used by:16
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:16 25 29 263 267 354 358 362 367 371 375 381 386 390 395 399 405 410 414
Symbol 12 GraphicUsed by:16
Symbol 13 SoundUsed by:16 25 29 263 267 354 358 362 367 371 375 381 386 390 395 399 405 410 414
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [bbb]Uses:9 11 12 13 14 15
Symbol 17 GraphicUsed by:21
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:17 18 19 20Used by:25 29 263 267 354 358 362 367 371 375 381 386 390 395 399 405 410 414
Symbol 22 GraphicUsed by:25
Symbol 23 GraphicUsed by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClip [ball_2]Uses:21 11 22 13 23 24Used by:Timeline
Symbol 26 GraphicUsed by:29
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClip [ball2_2]Uses:21 11 26 13 27 28Used by:Timeline
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:Timeline
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:32 33Used by:41
Symbol 35 GraphicUsed by:36 40
Symbol 36 ButtonUses:35Used by:41
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:37 38Used by:41
Symbol 40 ButtonUses:35Used by:41
Symbol 41 MovieClipUses:34 36 39 40Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:43 44Used by:Timeline
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:46 47Used by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:67
Symbol 52 BitmapUsed by:61 66
Symbol 53 BitmapUsed by:61 66
Symbol 54 BitmapUsed by:61 66
Symbol 55 BitmapUsed by:61 66
Symbol 56 BitmapUsed by:61 66
Symbol 57 BitmapUsed by:61 66
Symbol 58 BitmapUsed by:61 66
Symbol 59 BitmapUsed by:61 66
Symbol 60 BitmapUsed by:61 66
Symbol 61 GraphicUses:52 53 54 55 56 57 58 59 60Used by:65
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:62 63Used by:65 67
Symbol 65 MovieClipUses:61 64Used by:67
Symbol 66 GraphicUses:52 53 54 55 56 57 58 59 60Used by:67
Symbol 67 MovieClipUses:51 65 66 64Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 BitmapUsed by:70 72 74
Symbol 70 GraphicUses:69Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUses:69Used by:Timeline
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73 69Used by:Timeline
Symbol 75 GraphicUsed by:77
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:75 76Used by:Timeline
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 BitmapUsed by:84
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:82 83Used by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:98 103
Symbol 89 GraphicUsed by:98
Symbol 90 GraphicUsed by:98
Symbol 91 GraphicUsed by:98
Symbol 92 GraphicUsed by:98 103
Symbol 93 GraphicUsed by:98 103
Symbol 94 GraphicUsed by:98
Symbol 95 GraphicUsed by:98 103
Symbol 96 GraphicUsed by:98 103
Symbol 97 GraphicUsed by:98 103
Symbol 98 MovieClipUses:88 89 90 91 92 93 94 95 96 97Used by:115
Symbol 99 GraphicUsed by:103
Symbol 100 GraphicUsed by:103
Symbol 101 GraphicUsed by:103
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:88 99 100 101 92 93 102 95 96 97Used by:115
Symbol 104 GraphicUsed by:114
Symbol 105 GraphicUsed by:114
Symbol 106 GraphicUsed by:114
Symbol 107 GraphicUsed by:114
Symbol 108 GraphicUsed by:114 121 126
Symbol 109 GraphicUsed by:114 121 126
Symbol 110 GraphicUsed by:114
Symbol 111 GraphicUsed by:114 121 126
Symbol 112 GraphicUsed by:114 121 126
Symbol 113 GraphicUsed by:114 121 126
Symbol 114 MovieClipUses:104 105 106 107 108 109 110 111 112 113Used by:115
Symbol 115 MovieClipUses:98 103 114Used by:Timeline
Symbol 116 GraphicUsed by:121 126
Symbol 117 GraphicUsed by:121
Symbol 118 GraphicUsed by:121
Symbol 119 GraphicUsed by:121
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:116 117 118 119 108 109 120 111 112 113Used by:127
Symbol 122 GraphicUsed by:126
Symbol 123 GraphicUsed by:126
Symbol 124 GraphicUsed by:126
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:116 122 123 124 108 109 125 111 112 113Used by:127
Symbol 127 MovieClipUses:121 126Used by:Timeline
Symbol 128 GraphicUsed by:132
Symbol 129 GraphicUsed by:132
Symbol 130 GraphicUsed by:132
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:128 129 130 131Used by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 FontUsed by:136 289
Symbol 136 EditableTextUses:135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:150 152 154
Symbol 143 ShapeTweeningUsed by:150
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:150 152 154
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:150 152 154
Symbol 148 SoundUsed by:150 152 154
Symbol 149 GraphicUsed by:150 152 154 162
Symbol 150 MovieClipUses:142 143 145 147 148 149Used by:Timeline
Symbol 151 ShapeTweeningUsed by:152
Symbol 152 MovieClipUses:142 151 145 147 148 149Used by:Timeline
Symbol 153 ShapeTweeningUsed by:154
Symbol 154 MovieClipUses:142 153 145 147 148 149Used by:Timeline
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:162
Symbol 157 ShapeTweeningUsed by:162
Symbol 158 GraphicUsed by:162
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:162
Symbol 161 SoundUsed by:162
Symbol 162 MovieClipUses:156 157 158 160 161 149Used by:Timeline
Symbol 163 GraphicUsed by:257
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:189 248 256
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:189 248 256
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:189 213 226 248 256
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:189 248 256
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172Used by:189 248 256
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:189
Symbol 176 GraphicUsed by:182
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:182
Symbol 179 GraphicUsed by:182
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:182
Symbol 182 MovieClipUses:176 178 179 181Used by:189
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:189 248 256
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:189 248 256
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187Used by:189
Symbol 189 MovieClipUses:165 167 169 171 173 175 182 184 186 188Used by:257
Symbol 190 GraphicUsed by:192
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:190 191Used by:257
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:257
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:213
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:213
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:213
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:213
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:213
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:213
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:213
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:213
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:213
Symbol 213 MovieClipUses:196 198 169 200 202 204 206 208 210 212Used by:257
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:226
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:226
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:226
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:226
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:226
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:224Used by:226
Symbol 226 MovieClipUses:215 217 219 221 223 225 169Used by:257
Symbol 227 GraphicUsed by:230
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:230
Symbol 230 MovieClipUses:227 229Used by:248
Symbol 231 GraphicUsed by:236 237 238 239
Symbol 232 GraphicUsed by:236 237 238 239
Symbol 233 GraphicUsed by:236 237 238 239
Symbol 234 GraphicUsed by:236 237 238 239
Symbol 235 GraphicUsed by:236 237 238 239
Symbol 236 MovieClipUses:231 232 233 234 235Used by:248 256
Symbol 237 MovieClipUses:233 234 232 235 231Used by:248 256
Symbol 238 MovieClipUses:235 232 231 233 234Used by:248 256
Symbol 239 MovieClipUses:234 232 235 231 233Used by:248 256
Symbol 240 SoundUsed by:248 256
Symbol 241 GraphicUsed by:243
Symbol 242 GraphicUsed by:243 245 247
Symbol 243 MovieClipUses:241 242Used by:248
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244 242Used by:248
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:246 242Used by:248
Symbol 248 MovieClipUses:165 167 169 171 173 230 184 186 236 237 238 239 240 243 245 247Used by:257
Symbol 249 GraphicUsed by:252
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:252
Symbol 252 MovieClipUses:249 251Used by:256
Symbol 253 GraphicUsed by:255
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:253 254Used by:256
Symbol 256 MovieClipUses:165 167 169 171 173 252 186 184 236 237 238 239 240 255Used by:257
Symbol 257 MovieClipUses:163 189 192 194 213 226 248 256Used by:Timeline
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:258Used by:Timeline
Symbol 260 GraphicUsed by:263
Symbol 261 GraphicUsed by:263
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:21 11 260 13 261 262Used by:Timeline
Symbol 264 GraphicUsed by:267
Symbol 265 GraphicUsed by:267
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:21 11 264 13 265 266Used by:Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 FontUsed by:271 337
Symbol 271 TextUses:270Used by:272
Symbol 272 MovieClipUses:271Used by:Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 GraphicUsed by:285
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:285 287 288
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:278Used by:285 287 288
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:285 287 288
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:285 287 288
Symbol 284 SoundUsed by:285 287 288
Symbol 285 MovieClipUses:275 277 279 281 283 284Used by:Timeline
Symbol 286 GraphicUsed by:287 288
Symbol 287 MovieClipUses:286 277 279 281 283 284Used by:Timeline
Symbol 288 MovieClipUses:286 277 279 281 283 284Used by:Timeline
Symbol 289 EditableTextUses:135Used by:291
Symbol 290 SoundUsed by:291 297 302 307 311 318 323 330 335
Symbol 291 MovieClipUses:289 290Used by:Timeline
Symbol 292 GraphicUsed by:336
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:295 296
Symbol 295 MovieClipUses:294Used by:297
Symbol 296 MovieClipUses:294Used by:297
Symbol 297 MovieClipUses:295 296 290Used by:336
Symbol 298 BitmapUsed by:299
Symbol 299 GraphicUses:298Used by:300 301
Symbol 300 MovieClipUses:299Used by:302
Symbol 301 MovieClipUses:299Used by:302
Symbol 302 MovieClipUses:300 301 290Used by:336
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:305 306
Symbol 305 MovieClipUses:304Used by:307
Symbol 306 MovieClipUses:304Used by:307
Symbol 307 MovieClipUses:305 306 290Used by:336
Symbol 308 BitmapUsed by:309
Symbol 309 GraphicUses:308Used by:310
Symbol 310 MovieClipUses:309Used by:311
Symbol 311 MovieClipUses:310 290Used by:336
Symbol 312 BitmapUsed by:313
Symbol 313 GraphicUses:312Used by:314 315
Symbol 314 MovieClipUses:313Used by:318
Symbol 315 MovieClipUses:313Used by:318
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:316Used by:318
Symbol 318 MovieClipUses:314 315 317 290Used by:336
Symbol 319 BitmapUsed by:320
Symbol 320 GraphicUses:319Used by:321 322
Symbol 321 MovieClipUses:320Used by:323
Symbol 322 MovieClipUses:320Used by:323
Symbol 323 MovieClipUses:321 322 290Used by:336
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324Used by:326 327
Symbol 326 MovieClipUses:325Used by:330
Symbol 327 MovieClipUses:325Used by:330
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:330
Symbol 330 MovieClipUses:326 327 329 290Used by:336
Symbol 331 BitmapUsed by:332
Symbol 332 GraphicUses:331Used by:333 334
Symbol 333 MovieClipUses:332Used by:335
Symbol 334 MovieClipUses:332Used by:335
Symbol 335 MovieClipUses:333 334 290Used by:336
Symbol 336 MovieClipUses:292 297 302 307 311 318 323 330 335Used by:Timeline
Symbol 337 TextUses:270Used by:338
Symbol 338 MovieClipUses:337Used by:Timeline
Symbol 339 GraphicUsed by:340
Symbol 340 MovieClipUses:339Used by:342 363 376 377 382 391 400 401 406 415
Symbol 341 SoundUsed by:342 363 376 377 382 391 400 401 406 415
Symbol 342 MovieClipUses:340 341 SS1Used by:Timeline
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:350
Symbol 345 SoundUsed by:350
Symbol 346 SoundUsed by:350
Symbol 347 GraphicUsed by:349
Symbol 348 GraphicUsed by:349
Symbol 349 MovieClipUses:347 348Used by:350
Symbol 350 MovieClipUses:344 345 346 349Used by:Timeline
Symbol 351 GraphicUsed by:354
Symbol 352 GraphicUsed by:354
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:21 11 351 13 352 353Used by:Timeline
Symbol 355 GraphicUsed by:358
Symbol 356 GraphicUsed by:358
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:21 11 355 13 356 357Used by:Timeline
Symbol 359 GraphicUsed by:362
Symbol 360 GraphicUsed by:362
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:21 11 359 13 360 361Used by:Timeline
Symbol 363 MovieClipUses:340 341 SS2Used by:Timeline
Symbol 364 GraphicUsed by:367
Symbol 365 GraphicUsed by:367
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:21 11 364 13 365 366Used by:Timeline
Symbol 368 GraphicUsed by:371
Symbol 369 GraphicUsed by:371
Symbol 370 GraphicUsed by:371
Symbol 371 MovieClipUses:21 11 368 13 369 370Used by:Timeline
Symbol 372 GraphicUsed by:375
Symbol 373 GraphicUsed by:375
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:21 11 372 13 373 374Used by:Timeline
Symbol 376 MovieClipUses:340 341 SS3Used by:Timeline
Symbol 377 MovieClipUses:340 341 SS4Used by:Timeline
Symbol 378 GraphicUsed by:381
Symbol 379 GraphicUsed by:381
Symbol 380 GraphicUsed by:381
Symbol 381 MovieClipUses:21 11 378 13 379 380Used by:Timeline
Symbol 382 MovieClipUses:340 341 SS5Used by:Timeline
Symbol 383 GraphicUsed by:386
Symbol 384 GraphicUsed by:386
Symbol 385 GraphicUsed by:386
Symbol 386 MovieClipUses:21 11 383 13 384 385Used by:Timeline
Symbol 387 GraphicUsed by:390
Symbol 388 GraphicUsed by:390
Symbol 389 GraphicUsed by:390
Symbol 390 MovieClipUses:21 11 387 13 388 389Used by:Timeline
Symbol 391 MovieClipUses:340 341 SS6Used by:Timeline
Symbol 392 GraphicUsed by:395
Symbol 393 GraphicUsed by:395
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:21 11 392 13 393 394Used by:Timeline
Symbol 396 GraphicUsed by:399
Symbol 397 GraphicUsed by:399
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:21 11 396 13 397 398Used by:Timeline
Symbol 400 MovieClipUses:340 341 SS7Used by:Timeline
Symbol 401 MovieClipUses:340 341 SS8Used by:Timeline
Symbol 402 GraphicUsed by:405
Symbol 403 GraphicUsed by:405
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:21 11 402 13 403 404Used by:Timeline
Symbol 406 MovieClipUses:340 341 SS9Used by:Timeline
Symbol 407 GraphicUsed by:410
Symbol 408 GraphicUsed by:410
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:21 11 407 13 408 409Used by:Timeline
Symbol 411 GraphicUsed by:414
Symbol 412 GraphicUsed by:414
Symbol 413 GraphicUsed by:414
Symbol 414 MovieClipUses:21 11 411 13 412 413Used by:Timeline
Symbol 415 MovieClipUses:340 341 SS10Used by:Timeline
Symbol 416 GraphicUsed by:417
Symbol 417 MovieClipUses:416Used by:418
Symbol 418 MovieClipUses:417Used by:Timeline
Symbol 419 GraphicUsed by:Timeline
Symbol 420 GraphicUsed by:430
Symbol 421 GraphicUsed by:430
Symbol 422 GraphicUsed by:430
Symbol 423 GraphicUsed by:430
Symbol 424 GraphicUsed by:430
Symbol 425 GraphicUsed by:430
Symbol 426 GraphicUsed by:430
Symbol 427 GraphicUsed by:430
Symbol 428 GraphicUsed by:430
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:420 421 422 423 424 425 426 427 428 429Used by:431
Symbol 431 MovieClipUses:430Used by:Timeline
Symbol 432 GraphicUsed by:Timeline
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:433Used by:Timeline
Symbol 435 GraphicUsed by:Timeline
Symbol 436 FontUsed by:437 438 439
Symbol 437 EditableTextUses:436Used by:Timeline
Symbol 438 EditableTextUses:436Used by:Timeline
Symbol 439 EditableTextUses:436Used by:Timeline
Symbol 440 GraphicUsed by:Timeline
Symbol 441 GraphicUsed by:443
Symbol 442 GraphicUsed by:443
Symbol 443 MovieClipUses:441 442Used by:Timeline
Symbol 444 GraphicUsed by:446
Symbol 445 GraphicUsed by:446
Symbol 446 MovieClipUses:444 445Used by:Timeline
Streaming Sound 1Used by:Symbol 342 MovieClip
Streaming Sound 2Used by:Symbol 363 MovieClip
Streaming Sound 3Used by:Symbol 376 MovieClip
Streaming Sound 4Used by:Symbol 377 MovieClip
Streaming Sound 5Used by:Symbol 382 MovieClip
Streaming Sound 6Used by:Symbol 391 MovieClip
Streaming Sound 7Used by:Symbol 400 MovieClip
Streaming Sound 8Used by:Symbol 401 MovieClip
Streaming Sound 9Used by:Symbol 406 MovieClip
Streaming Sound 10Used by:Symbol 415 MovieClip

Instance Names

"volume_controler"Frame 1Symbol 41 MovieClip
"help"Frame 1Symbol 67 MovieClip
"time"Frame 2Symbol 87 MovieClip
"level_mc"Frame 2Symbol 115 MovieClip
"Score_mc"Frame 2Symbol 127 MovieClip
"life"Frame 2Symbol 132 MovieClip
"volume_controler"Frame 2Symbol 41 MovieClip
"bonus_txt"Frame 2Symbol 134 MovieClip
"rt_time"Frame 2Symbol 138 MovieClip
"Hit"Frame 3Symbol 140 MovieClip
"arrow_1"Frame 3Symbol 150 MovieClip
"arrow_7"Frame 3Symbol 152 MovieClip
"arrow_8"Frame 3Symbol 154 MovieClip
"arrow_2"Frame 3Symbol 162 MovieClip
"hero"Frame 3Symbol 257 MovieClip
"ball_hit_set"Frame 3Symbol 259 MovieClip
"ssball7"Frame 3Symbol 263 MovieClip
"sssball12"Frame 3Symbol 267 MovieClip
"sssball14"Frame 3Symbol 267 MovieClip
"sssball13"Frame 3Symbol 267 MovieClip
"hit_R"Frame 3Symbol 269 MovieClip
"hit_L"Frame 3Symbol 269 MovieClip
"time_bar_start"Frame 3Symbol 272 MovieClip
"mc"Frame 3Symbol 274 MovieClip
"arrow_3"Frame 3Symbol 285 MovieClip
"arrow_5"Frame 3Symbol 287 MovieClip
"arrow_4"Frame 3Symbol 288 MovieClip
"obj"Frame 3Symbol 336 MovieClip
"time_up"Frame 3Symbol 338 MovieClip
"level_up_font"Frame 3Symbol 350 MovieClip
"sball2"Frame 4Symbol 354 MovieClip
"ssball1"Frame 4Symbol 358 MovieClip
"ssball2"Frame 4Symbol 362 MovieClip
"sssball2"Frame 4Symbol 267 MovieClip
"sssball1"Frame 4Symbol 267 MovieClip
"sssball4"Frame 4Symbol 267 MovieClip
"sssball3"Frame 4Symbol 267 MovieClip
"sssball15"Frame 4Symbol 267 MovieClip
"Start_txt"Frame 4Symbol 363 MovieClip
"sball1"Frame 5Symbol 367 MovieClip
"ssball1"Frame 5Symbol 358 MovieClip
"ssball2"Frame 5Symbol 362 MovieClip
"ssball4"Frame 5Symbol 371 MovieClip
"ssball3"Frame 5Symbol 375 MovieClip
"sssball4"Frame 5Symbol 267 MovieClip
"sssball3"Frame 5Symbol 267 MovieClip
"sssball6"Frame 5Symbol 267 MovieClip
"sssball5"Frame 5Symbol 267 MovieClip
"sssball8"Frame 5Symbol 267 MovieClip
"sssball7"Frame 5Symbol 267 MovieClip
"Start_txt"Frame 5Symbol 376 MovieClip
"ssball1"Frame 6Symbol 358 MovieClip
"ssball2"Frame 6Symbol 362 MovieClip
"ssball4"Frame 6Symbol 371 MovieClip
"ssball3"Frame 6Symbol 375 MovieClip
"sssball2"Frame 6Symbol 267 MovieClip
"sssball1"Frame 6Symbol 267 MovieClip
"sssball4"Frame 6Symbol 267 MovieClip
"sssball3"Frame 6Symbol 267 MovieClip
"sssball6"Frame 6Symbol 267 MovieClip
"sssball5"Frame 6Symbol 267 MovieClip
"sssball8"Frame 6Symbol 267 MovieClip
"sssball7"Frame 6Symbol 267 MovieClip
"sssball16"Frame 6Symbol 267 MovieClip
"sssball15"Frame 6Symbol 267 MovieClip
"sball1"Frame 6Symbol 367 MovieClip
"sball2"Frame 6Symbol 354 MovieClip
"Start_txt"Frame 6Symbol 377 MovieClip
"mball2"Frame 7Symbol 29 MovieClip [ball2_2]
"sball1"Frame 7Symbol 367 MovieClip
"sball2"Frame 7Symbol 354 MovieClip
"ssball3"Frame 7Symbol 375 MovieClip
"ssball8"Frame 7Symbol 381 MovieClip
"ssball7"Frame 7Symbol 263 MovieClip
"sssball2"Frame 7Symbol 267 MovieClip
"sssball3"Frame 7Symbol 267 MovieClip
"sssball6"Frame 7Symbol 267 MovieClip
"sssball7"Frame 7Symbol 267 MovieClip
"sssball14"Frame 7Symbol 267 MovieClip
"sssball13"Frame 7Symbol 267 MovieClip
"sssball16"Frame 7Symbol 267 MovieClip
"sssball15"Frame 7Symbol 267 MovieClip
"Start_txt"Frame 7Symbol 382 MovieClip
"sball2"Frame 8Symbol 354 MovieClip
"sball4"Frame 8Symbol 386 MovieClip
"ssball1"Frame 8Symbol 358 MovieClip
"ssball2"Frame 8Symbol 362 MovieClip
"ssball4"Frame 8Symbol 371 MovieClip
"ssball3"Frame 8Symbol 375 MovieClip
"ssball8"Frame 8Symbol 381 MovieClip
"ssball7"Frame 8Symbol 263 MovieClip
"sssball2"Frame 8Symbol 267 MovieClip
"sssball1"Frame 8Symbol 267 MovieClip
"sssball4"Frame 8Symbol 267 MovieClip
"sssball3"Frame 8Symbol 267 MovieClip
"sssball6"Frame 8Symbol 267 MovieClip
"sssball5"Frame 8Symbol 267 MovieClip
"sssball8"Frame 8Symbol 267 MovieClip
"sssball7"Frame 8Symbol 267 MovieClip
"sssball14"Frame 8Symbol 267 MovieClip
"sssball13"Frame 8Symbol 267 MovieClip
"sssball15"Frame 8Symbol 267 MovieClip
"ssball6"Frame 8Symbol 390 MovieClip
"sssball12"Frame 8Symbol 267 MovieClip
"sssball11"Frame 8Symbol 267 MovieClip
"Start_txt"Frame 8Symbol 391 MovieClip
"sball4"Frame 9Symbol 386 MovieClip
"sball2"Frame 9Symbol 354 MovieClip
"sball1"Frame 9Symbol 367 MovieClip
"ssball1"Frame 9Symbol 358 MovieClip
"ssball2"Frame 9Symbol 362 MovieClip
"ssball4"Frame 9Symbol 371 MovieClip
"ssball8"Frame 9Symbol 381 MovieClip
"ssball7"Frame 9Symbol 263 MovieClip
"ssball6"Frame 9Symbol 390 MovieClip
"ssball5"Frame 9Symbol 395 MovieClip
"sssball2"Frame 9Symbol 267 MovieClip
"sssball1"Frame 9Symbol 267 MovieClip
"sssball4"Frame 9Symbol 267 MovieClip
"sssball3"Frame 9Symbol 267 MovieClip
"sssball5"Frame 9Symbol 267 MovieClip
"sssball10"Frame 9Symbol 267 MovieClip
"sssball9"Frame 9Symbol 267 MovieClip
"sssball12"Frame 9Symbol 267 MovieClip
"sssball11"Frame 9Symbol 267 MovieClip
"sssball14"Frame 9Symbol 267 MovieClip
"sssball13"Frame 9Symbol 267 MovieClip
"sssball16"Frame 9Symbol 267 MovieClip
"sssball15"Frame 9Symbol 267 MovieClip
"sball3"Frame 9Symbol 399 MovieClip
"Start_txt"Frame 9Symbol 400 MovieClip
"sball1"Frame 10Symbol 367 MovieClip
"sball2"Frame 10Symbol 354 MovieClip
"sball3"Frame 10Symbol 399 MovieClip
"sball4"Frame 10Symbol 386 MovieClip
"ssball1"Frame 10Symbol 358 MovieClip
"ssball2"Frame 10Symbol 362 MovieClip
"ssball4"Frame 10Symbol 371 MovieClip
"ssball3"Frame 10Symbol 375 MovieClip
"ssball8"Frame 10Symbol 381 MovieClip
"ssball7"Frame 10Symbol 263 MovieClip
"ssball6"Frame 10Symbol 390 MovieClip
"ssball5"Frame 10Symbol 395 MovieClip
"sssball2"Frame 10Symbol 267 MovieClip
"sssball1"Frame 10Symbol 267 MovieClip
"sssball4"Frame 10Symbol 267 MovieClip
"sssball3"Frame 10Symbol 267 MovieClip
"sssball5"Frame 10Symbol 267 MovieClip
"sssball7"Frame 10Symbol 267 MovieClip
"sssball10"Frame 10Symbol 267 MovieClip
"sssball9"Frame 10Symbol 267 MovieClip
"sssball12"Frame 10Symbol 267 MovieClip
"sssball11"Frame 10Symbol 267 MovieClip
"sssball14"Frame 10Symbol 267 MovieClip
"sssball13"Frame 10Symbol 267 MovieClip
"sssball16"Frame 10Symbol 267 MovieClip
"sssball15"Frame 10Symbol 267 MovieClip
"sssball18"Frame 10Symbol 267 MovieClip
"sssball17"Frame 10Symbol 267 MovieClip
"mball1"Frame 10Symbol 25 MovieClip [ball_2]
"mball2"Frame 10Symbol 29 MovieClip [ball2_2]
"Start_txt"Frame 10Symbol 401 MovieClip
"level_up_font"Frame 10Symbol 350 MovieClip
"ball"Frame 11Symbol 405 MovieClip
"mball1"Frame 11Symbol 25 MovieClip [ball_2]
"mball2"Frame 11Symbol 29 MovieClip [ball2_2]
"sball1"Frame 11Symbol 367 MovieClip
"sball3"Frame 11Symbol 399 MovieClip
"sball4"Frame 11Symbol 386 MovieClip
"ssball1"Frame 11Symbol 358 MovieClip
"ssball2"Frame 11Symbol 362 MovieClip
"ssball3"Frame 11Symbol 375 MovieClip
"ssball8"Frame 11Symbol 381 MovieClip
"ssball7"Frame 11Symbol 263 MovieClip
"sssball2"Frame 11Symbol 267 MovieClip
"sssball1"Frame 11Symbol 267 MovieClip
"sssball4"Frame 11Symbol 267 MovieClip
"sssball3"Frame 11Symbol 267 MovieClip
"sssball6"Frame 11Symbol 267 MovieClip
"sssball5"Frame 11Symbol 267 MovieClip
"sssball8"Frame 11Symbol 267 MovieClip
"sssball7"Frame 11Symbol 267 MovieClip
"sssball10"Frame 11Symbol 267 MovieClip
"sssball9"Frame 11Symbol 267 MovieClip
"sssball12"Frame 11Symbol 267 MovieClip
"sssball11"Frame 11Symbol 267 MovieClip
"sssball14"Frame 11Symbol 267 MovieClip
"sssball13"Frame 11Symbol 267 MovieClip
"sssball16"Frame 11Symbol 267 MovieClip
"sssball15"Frame 11Symbol 267 MovieClip
"sssball17"Frame 11Symbol 267 MovieClip
"sssball18"Frame 11Symbol 267 MovieClip
"sssball19"Frame 11Symbol 267 MovieClip
"Start_txt"Frame 11Symbol 406 MovieClip
"ball"Frame 12Symbol 405 MovieClip
"mball1"Frame 12Symbol 25 MovieClip [ball_2]
"mball2"Frame 12Symbol 29 MovieClip [ball2_2]
"sball1"Frame 12Symbol 367 MovieClip
"sball2"Frame 12Symbol 354 MovieClip
"sball3"Frame 12Symbol 399 MovieClip
"sball4"Frame 12Symbol 386 MovieClip
"ssball4"Frame 12Symbol 371 MovieClip
"ssball3"Frame 12Symbol 375 MovieClip
"ssball8"Frame 12Symbol 381 MovieClip
"ssball7"Frame 12Symbol 263 MovieClip
"ssball5"Frame 12Symbol 395 MovieClip
"sssball2"Frame 12Symbol 267 MovieClip
"sssball3"Frame 12Symbol 267 MovieClip
"sssball6"Frame 12Symbol 267 MovieClip
"sssball5"Frame 12Symbol 267 MovieClip
"sssball8"Frame 12Symbol 267 MovieClip
"sssball7"Frame 12Symbol 267 MovieClip
"sssball10"Frame 12Symbol 267 MovieClip
"sssball9"Frame 12Symbol 267 MovieClip
"sssball12"Frame 12Symbol 267 MovieClip
"sssball11"Frame 12Symbol 267 MovieClip
"sssball14"Frame 12Symbol 267 MovieClip
"sssball13"Frame 12Symbol 267 MovieClip
"sssball16"Frame 12Symbol 267 MovieClip
"sssball15"Frame 12Symbol 267 MovieClip
"ssball10"Frame 12Symbol 410 MovieClip
"ssball9"Frame 12Symbol 414 MovieClip
"sssball18"Frame 12Symbol 267 MovieClip
"sssball17"Frame 12Symbol 267 MovieClip
"sssball20"Frame 12Symbol 267 MovieClip
"sssball19"Frame 12Symbol 267 MovieClip
"Start_txt"Frame 12Symbol 415 MovieClip
"Score2_mc"Frame 23Symbol 431 MovieClip
"in_boss_bullet"Symbol 5 MovieClip Frame 1Symbol 4 MovieClip
"m1"Symbol 6 MovieClip [bb] Frame 1Symbol 5 MovieClip
"m3"Symbol 6 MovieClip [bb] Frame 1Symbol 5 MovieClip
"m2"Symbol 6 MovieClip [bb] Frame 1Symbol 5 MovieClip
"obj"Symbol 16 MovieClip [bbb] Frame 1Symbol 9 MovieClip
"hit"Symbol 16 MovieClip [bbb] Frame 1Symbol 11 MovieClip
"in_ball"Symbol 25 MovieClip [ball_2] Frame 1Symbol 21 MovieClip
"hit"Symbol 25 MovieClip [ball_2] Frame 1Symbol 11 MovieClip
"in_ball"Symbol 29 MovieClip [ball2_2] Frame 1Symbol 21 MovieClip
"hit"Symbol 29 MovieClip [ball2_2] Frame 1Symbol 11 MovieClip
"mc"Symbol 41 MovieClip Frame 1Symbol 34 MovieClip
"mc"Symbol 41 MovieClip Frame 2Symbol 39 MovieClip
"mc2"Symbol 115 MovieClip Frame 1Symbol 98 MovieClip
"mc1"Symbol 115 MovieClip Frame 1Symbol 103 MovieClip
"mc"Symbol 115 MovieClip Frame 1Symbol 114 MovieClip
"mc4"Symbol 127 MovieClip Frame 1Symbol 121 MovieClip
"mc3"Symbol 127 MovieClip Frame 1Symbol 126 MovieClip
"mc2"Symbol 127 MovieClip Frame 1Symbol 126 MovieClip
"mc1"Symbol 127 MovieClip Frame 1Symbol 126 MovieClip
"mc5"Symbol 127 MovieClip Frame 1Symbol 126 MovieClip
"mc6"Symbol 127 MovieClip Frame 1Symbol 126 MovieClip
"hit"Symbol 150 MovieClip Frame 2Symbol 147 MovieClip
"hit"Symbol 152 MovieClip Frame 2Symbol 147 MovieClip
"hit"Symbol 154 MovieClip Frame 2Symbol 147 MovieClip
"hit"Symbol 162 MovieClip Frame 2Symbol 160 MovieClip
"dfn"Symbol 257 MovieClip Frame 1Symbol 192 MovieClip
"Hit"Symbol 257 MovieClip Frame 1Symbol 194 MovieClip
"in_ball"Symbol 263 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 263 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 267 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 267 MovieClip Frame 1Symbol 11 MovieClip
"hit"Symbol 285 MovieClip Frame 2Symbol 277 MovieClip
"hit"Symbol 287 MovieClip Frame 2Symbol 277 MovieClip
"hit"Symbol 288 MovieClip Frame 2Symbol 277 MovieClip
"in_in_obj"Symbol 297 MovieClip Frame 1Symbol 295 MovieClip
"in_in_obj"Symbol 302 MovieClip Frame 1Symbol 300 MovieClip
"in_in_obj"Symbol 307 MovieClip Frame 1Symbol 305 MovieClip
"in_in_obj"Symbol 311 MovieClip Frame 1Symbol 310 MovieClip
"in_in_obj"Symbol 318 MovieClip Frame 1Symbol 314 MovieClip
"in_in_obj"Symbol 323 MovieClip Frame 1Symbol 321 MovieClip
"in_in_obj"Symbol 330 MovieClip Frame 1Symbol 326 MovieClip
"in_in_obj"Symbol 335 MovieClip Frame 1Symbol 333 MovieClip
"in_obj"Symbol 336 MovieClip Frame 2Symbol 297 MovieClip
"in_obj"Symbol 336 MovieClip Frame 3Symbol 302 MovieClip
"in_obj"Symbol 336 MovieClip Frame 4Symbol 307 MovieClip
"in_obj"Symbol 336 MovieClip Frame 5Symbol 311 MovieClip
"in_obj"Symbol 336 MovieClip Frame 6Symbol 318 MovieClip
"in_obj"Symbol 336 MovieClip Frame 7Symbol 323 MovieClip
"in_obj"Symbol 336 MovieClip Frame 8Symbol 311 MovieClip
"in_obj"Symbol 336 MovieClip Frame 9Symbol 302 MovieClip
"in_obj"Symbol 336 MovieClip Frame 10Symbol 330 MovieClip
"in_obj"Symbol 336 MovieClip Frame 11Symbol 335 MovieClip
"in_obj"Symbol 336 MovieClip Frame 12Symbol 330 MovieClip
"in_ball"Symbol 354 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 354 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 358 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 358 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 362 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 362 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 367 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 367 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 371 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 371 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 375 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 375 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 381 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 381 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 386 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 386 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 390 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 390 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 395 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 395 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 399 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 399 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 405 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 405 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 410 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 410 MovieClip Frame 1Symbol 11 MovieClip
"in_ball"Symbol 414 MovieClip Frame 1Symbol 21 MovieClip
"hit"Symbol 414 MovieClip Frame 1Symbol 11 MovieClip
"mc2"Symbol 431 MovieClip Frame 1Symbol 430 MovieClip
"mc3"Symbol 431 MovieClip Frame 1Symbol 430 MovieClip
"mc4"Symbol 431 MovieClip Frame 1Symbol 430 MovieClip
"mc5"Symbol 431 MovieClip Frame 1Symbol 430 MovieClip
"mc6"Symbol 431 MovieClip Frame 1Symbol 430 MovieClip
"mc1"Symbol 431 MovieClip Frame 1Symbol 430 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "bg_m"
ExportAssets (56)Timeline Frame 1Symbol 2 as "cl_m"
ExportAssets (56)Timeline Frame 1Symbol 6 as "bb"
ExportAssets (56)Timeline Frame 1Symbol 16 as "bbb"
ExportAssets (56)Timeline Frame 1Symbol 25 as "ball_2"
ExportAssets (56)Timeline Frame 1Symbol 29 as "ball2_2"
ExportAssets (56)Timeline Frame 7Symbol 29 as "ball2_2"
ExportAssets (56)Timeline Frame 8Symbol 29 as "ball2_2"
ExportAssets (56)Timeline Frame 10Symbol 25 as "ball_2"
ExportAssets (56)Timeline Frame 10Symbol 29 as "ball2_2"
ExportAssets (56)Timeline Frame 11Symbol 25 as "ball_2"
ExportAssets (56)Timeline Frame 11Symbol 29 as "ball2_2"
ExportAssets (56)Timeline Frame 12Symbol 25 as "ball_2"
ExportAssets (56)Timeline Frame 12Symbol 29 as "ball2_2"

Labels

"first"Frame 1
"game"Frame 2
"game_play"Frame 3
"nextstep2"Frame 13
"timeover"Frame 17
"regame"Frame 18
"gameover"Frame 22
"refirst"Frame 25
"gamereset"Frame 26
"stop"Symbol 257 MovieClip Frame 1
"left"Symbol 257 MovieClip Frame 9
"right"Symbol 257 MovieClip Frame 18
"shoot"Symbol 257 MovieClip Frame 26
"die"Symbol 257 MovieClip Frame 31
"die2"Symbol 257 MovieClip Frame 37

Dynamic Text Variables

rt_txtSymbol 136 EditableText""
nickSymbol 437 EditableText""
ptSymbol 438 EditableText""
rankSymbol 439 EditableText""




http://swfchan.com/5/22172/info.shtml
Created: 27/5 -2019 02:03:22 Last modified: 27/5 -2019 02:03:22 Server time: 17/05 -2024 15:33:12