Frame 1
loadMovieNum ("http://www1.du39.com/annui2.swf", 5);
Stage.showMenu = false;
Instance of Symbol 21 MovieClip "load_bar" in Frame 1
onClipEvent (load) {
Widths = this._width;
}
onClipEvent (enterFrame) {
this.percent = Math.floor((_parent.getBytesLoaded() / _parent.getBytesTotal()) * 100);
this._width = (Widths * this.percent) / 100;
if (_parent.getBytesLoaded() == _parent.getBytesTotal()) {
_parent.play();
}
}
Frame 64
this.stop();
Frame 65
function FNlist() {
var _local2 = _root;
var _local3 = this;
LVlist = new LoadVars();
LVlist.onLoad = function () {
var _local2 = _root;
var _local3 = this;
trace(_local3.content);
content = _local3.content.split("|");
_local3.total = content.length;
var _local1 = 0;
while (_local1 < (_local3.total / 4)) {
_local2.ranking["rank" + _local1].text = content[_local1 * 4];
_local2.ranking["user_id" + _local1].text = content[(_local1 * 4) + 1];
_local2.ranking["score" + _local1].text = content[(_local1 * 4) + 2];
_local2.ranking["date" + _local1].text = content[(_local1 * 4) + 3];
_local1++;
}
delete LVlist;
};
LVlist.load((((((((((("http://" + _local2.homepage) + "/") + _local2.site) + "/get_rank.") + _local2.prog) + "?flag=") + _local2.flag) + "&user_id=") + _local2.user_id) + "&game_id=") + _local2.game_id);
}
function soundOn() {
SoundObj.setVolume(100);
}
function soundOff() {
SoundObj.setVolume(0);
}
fscommand ("STT_start");
SoundObj = new Sound(this);
SoundObj.attachSound("bg_m");
_root.homepage = "http://www.flashgame.co.kr";
this.onEnterFrame = function () {
var _local1 = this;
if (_local1.vol == 1) {
soundOn();
_local1.vol = 2;
}
if (_local1.vol == 0) {
soundOff();
_local1.vol = 2;
}
};
Frame 107
this.stop();
SoundObj.stop();
Instance of Symbol 120 MovieClip in Frame 107
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (release) {
trace("on");
_parent.ranking.nextFrame();
}
Instance of Symbol 116 MovieClip in Frame 107
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (release) {
stopAllSounds();
_parent.gotoAndStop("game");
}
Frame 108
Score = 0;
GGG = 5;
Frame 109
stop();
gun = 1;
SoundObj.start(0, 999);
trace("??");
move_play = true;
Move = true;
player_move = true;
canPlay = true;
minX = 45;
minY = 25;
maxX = 500;
maxY = 380;
hero.speed = 9;
this.onEnterFrame = function () {
var _local1 = this;
if (_local1.vol == 1) {
soundOn();
_local1.vol = 2;
}
if (_local1.vol == 0) {
soundOff();
_local1.vol = 2;
}
if (canPlay) {
if (cnt == 16) {
_local1.gotoAndStop("nextstep2");
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 (hero._x < _local1.maxX) {
if (score_plus) {
_local1.Score++;
hero.speed = 12;
} else {
hero.speed = 9;
}
hero.gotoAndStop("right");
hero._x = hero._x + hero.speed;
}
} else if (Key.isDown(37)) {
if (hero._x > _local1.minX) {
if (score_plus) {
_local1.Score++;
hero.speed = 12;
} else {
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;
}
}
}
}
}
};
Instance of Symbol 272 MovieClip "hero" in Frame 109
onClipEvent (load) {
_parent.gun = 1;
_parent.A3 = true;
_parent.Score = 0;
_parent.cnt = 0;
}
Frame 110
this.stop();
Instance of Symbol 335 MovieClip "obj" in Frame 110
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 > 360) {
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) {
_parent.score = _parent.score + 50;
}
if (this.num == 6) {
_parent.ball_hit_set.play();
}
this.stop();
this.in_obj.play();
}
i++;
}
}
Instance of Symbol 347 MovieClip "ball" in Frame 110
onClipEvent (load) {
pang_start = true;
speedX = -5 + (-zzz_num);
ishit = true;
Att_hit = true;
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((3.141593 * g) / 180));
this._y = 300 - (sn * distance);
if ((this._x > 470) || (this._x < 70)) {
speedX = -1 * speedX;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.mball2._x = this._x + 50;
_parent.mball1._x = this._x - 50;
this.play();
ishit = false;
}
}
}
Instance of Symbol 13 MovieClip [ball_2] "mball1" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = -5 + (-zzz_num);
ishit = false;
this.dis = 200;
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((3.141593 * g) / 180));
this._y = _parent.Hit._y - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 200;
}
if ((this._x > 510) || (this._x < 30)) {
speedX = -1 * speedX;
}
if (this._x > 510) {
this._x = 509;
}
if (this._x < 30) {
this._x = 31;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sball3._x = this._x + 20;
_parent.sball4._x = this._x - 20;
this.play();
ishit = false;
}
}
}
Instance of Symbol 12 MovieClip [ball2_2] "mball2" in Frame 110
onClipEvent (load) {
pang_start = true;
speedX = 5 + zzz_num;
ishit = false;
this.dis = 200;
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((3.141593 * g) / 180));
this._y = _parent.Hit._y - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 200;
}
if ((this._x > 510) || (this._x < 30)) {
speedX = -1 * speedX;
}
if (this._x > 510) {
this._x = 509;
}
if (this._x < 30) {
this._x = 31;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sball2._x = this._x + 20;
_parent.sball1._x = this._x - 20;
this.play();
ishit = false;
}
}
}
Instance of Symbol 348 MovieClip "sball1" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
this.dis = 180;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
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 349 MovieClip "sball2" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
this.dis = 180;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
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 350 MovieClip "sball3" in Frame 110
onClipEvent (load) {
speedX = 5 + zzz_num;
ishit = false;
this.dis = 180;
this._visible = false;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.ssball5._x = this._x + 10;
_parent.ssball6._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 351 MovieClip "sball4" in Frame 110
onClipEvent (load) {
speedX = -4 + (-zzz_num);
ishit = false;
this.dis = 180;
this._visible = false;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 25) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 180;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_1.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_2.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
_parent.arrow_3.gotoAndStop(1);
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.ssball7._x = this._x + 10;
_parent.ssball8._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 352 MovieClip "ssball1" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
this.dis = 150;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
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 353 MovieClip "ssball2" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
this.dis = 150;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
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 354 MovieClip "ssball4" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
this.dis = 150;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball5._x = this._x + 10;
_parent.sssball6._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 355 MovieClip "ssball3" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
this.dis = 150;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball7._x = this._x + 10;
_parent.sssball8._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 356 MovieClip "ssball8" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
dis = 150;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball15._x = this._x + 10;
_parent.sssball16._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 357 MovieClip "ssball7" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
dis = 150;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
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 358 MovieClip "ssball6" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = -4 + (-zzz_num);
ishit = false;
dis = 150;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssmball11._x = this._x + 10;
_parent.sssmball12._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball11._x = this._x + 10;
_parent.sssball12._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 359 MovieClip "ssball5" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = 4 + zzz_num;
ishit = false;
dis = 150;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 40) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 150;
}
if ((this._x > 530) || (this._x < 10)) {
speedX = -1 * speedX;
}
if (this._x > 530) {
this._x = 529;
}
if (this._x < 10) {
this._x = 11;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
_parent.arrow_1.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_2.hit)) {
_parent.arrow_2.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_3.hit)) {
_parent.arrow_3.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_4.hit)) {
_parent.arrow_4.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_5.hit)) {
_parent.arrow_5.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_7.hit)) {
_parent.arrow_7.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
ishit = false;
}
if (this.hitTest(_parent.arrow_8.hit)) {
_parent.arrow_8.gotoAndStop(1);
_parent.sssball9._x = this._x + 10;
_parent.sssball10._x = this._x - 10;
this.play();
ishit = false;
}
}
}
Instance of Symbol 360 MovieClip "sssball2" in Frame 110
onClipEvent (load) {
speedX = 3 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball1" in Frame 110
onClipEvent (load) {
speedX = -3 + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball4" in Frame 110
onClipEvent (load) {
speedX = -3 + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball3" in Frame 110
onClipEvent (load) {
speedX = 3 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball6" in Frame 110
onClipEvent (load) {
speedX = -3 + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("6");
_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 360 MovieClip "sssball5" in Frame 110
onClipEvent (load) {
speedX = 3 + zzz_num;
ishit = false;
pang_start = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("5");
_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 360 MovieClip "sssball8" in Frame 110
onClipEvent (load) {
speedX = -3 + (-zzz_num);
ishit = false;
pang_start = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
if (Att_hit) {
if (this.hitTest(_parent.arrow_1.hit)) {
trace("8");
_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 360 MovieClip "sssball7" in Frame 110
onClipEvent (load) {
speedX = 3 + zzz_num;
pang_start = false;
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball10" in Frame 110
onClipEvent (load) {
speedX = -3 + (-zzz_num);
pang_start = false;
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball9" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball12" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = -3 + (-zzz_num);
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball11" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball14" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = -3 + (-zzz_num);
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball13" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball16" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = -3 + (-zzz_num);
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 360 MovieClip "sssball15" in Frame 110
onClipEvent (load) {
pang_start = false;
speedX = 3 + zzz_num;
ishit = false;
this.dis = 120;
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((3.141593 * g) / 180));
this._y = (_parent.Hit._y + 45) - (sn * dis);
if (((g % 360) == 90) || ((g % 360) == 270)) {
dis = 120;
}
if ((this._x > 540) || (this._x < 0)) {
speedX = -1 * speedX;
}
if (this._x > 540) {
this._x = 539;
}
if (this._x < 0) {
this._x = 1;
}
}
}
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 113
trace("next");
cnt = 0;
SoundObj.stop();
sx++;
if (sx >= 3) {
zzz_num = 2;
}
this.gotoAndStop("game_play");
Frame 117
canPlay = false;
player_move = false;
hero.gotoAndStop(1);
SoundObj.stop();
Frame 118
function FNsend() {
var _local1 = _root;
LVwrite = new LoadVars();
LVwrite.site = _local1.site;
LVwrite.game_id = _local1.game_id;
LVwrite.user_id = _local1.user_id;
LVwrite.score = _local1.Score;
LVwrite.onLoad = function () {
delete LVwrite;
_root.ranking.menu.gotoAndStop(2);
};
LVwrite.sendAndLoad((((((((((((("http://" + _local1.homepage) + "/") + _local1.site) + "/put_rank.") + _local1.prog) + "?flag=") + _local1.flag) + "&user_id=") + _local1.user_id) + "&game_id=") + _local1.game_id) + "&score=") + _local1.Score, LVwrite, "POST");
}
time.stop();
SoundObj.stop();
if (((_root.user_id != "") && (_root.user_id != null)) && (_root.user_id != undefined)) {
_root.FNsend();
_root.ranking.v_log._visible = false;
}
Symbol 3 MovieClip Frame 1
this._x = _parent._parent.arrow_3._x;
this._y = _parent._parent.arrow_3._y;
speed = 8;
Symbol 3 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 3 MovieClip Frame 3
gotoAndPlay (2);
Symbol 4 MovieClip [bb] Frame 1
var i = 1;
while (i <= 3) {
this["m" + i]._rotation = 229.5 + (20 * i);
i++;
}
Symbol 12 MovieClip [ball2_2] Frame 1
stop();
Symbol 12 MovieClip [ball2_2] Frame 2
_parent.sball2._y = this._y;
_parent.sball1._y = this._y;
_parent.sball2.dis = (_parent.Hit._y - this._y) + 50;
_parent.sball1.dis = (_parent.Hit._y - this._y) + 50;
_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 12 MovieClip [ball2_2] Frame 3
_parent.sball2._visible = true;
_parent.sball1._visible = true;
_parent.Score = _parent.Score + 80;
Symbol 12 MovieClip [ball2_2] Frame 7
stop();
_parent.removeMovieClip();
Symbol 13 MovieClip [ball_2] Frame 1
stop();
Symbol 13 MovieClip [ball_2] Frame 2
_parent.sball3._y = this._y;
_parent.sball4._y = this._y;
_parent.sball3.dis = (_parent.Hit._y - this._y) + 50;
_parent.sball4.dis = (_parent.Hit._y - this._y) + 50;
_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 13 MovieClip [ball_2] Frame 3
_parent.sball3._visible = true;
_parent.sball4._visible = true;
_parent.Score = _parent.Score + 80;
Symbol 13 MovieClip [ball_2] Frame 7
stop();
_parent.removeMovieClip();
Symbol 37 MovieClip Frame 1
stop();
Symbol 40 Button
on (release) {
_parent.gotoAndStop(5);
}
Symbol 42 MovieClip Frame 1
this.stop();
Symbol 44 Button
on (release) {
_parent.gotoAndStop(2);
}
Symbol 46 MovieClip Frame 1
this.stop();
Symbol 48 Button
on (release) {
_parent.gotoAndStop(4);
}
Symbol 50 MovieClip Frame 1
this.stop();
Symbol 52 Button
on (release) {
_parent.gotoAndStop(3);
}
Symbol 54 MovieClip Frame 1
this.stop();
Symbol 55 MovieClip Frame 1
this.stop();
Symbol 55 MovieClip Frame 2
var i = 0;
while (i < 10) {
_root.ranking["rank" + i].text = "";
_root.ranking["user_id" + i].text = "";
_root.ranking["score" + i].text = "";
_root.ranking["date" + i].text = "";
i++;
}
_root.flag = 0;
if (((_root.user_id != "") && (_root.user_id != null)) && (_root.user_id != undefined)) {
_root.FNlist();
_parent.v_log._visible = false;
}
Symbol 55 MovieClip Frame 3
var i = 0;
while (i < 10) {
_root.ranking["rank" + i].text = "";
_root.ranking["user_id" + i].text = "";
_root.ranking["score" + i].text = "";
_root.ranking["date" + i].text = "";
i++;
}
_root.flag = 1;
if (((_root.user_id != "") && (_root.user_id != null)) && (_root.user_id != undefined)) {
_root.FNlist();
_parent.v_log._visible = false;
}
Symbol 55 MovieClip Frame 4
var i = 0;
while (i < 10) {
_root.ranking["rank" + i].text = "";
_root.ranking["user_id" + i].text = "";
_root.ranking["score" + i].text = "";
_root.ranking["date" + i].text = "";
i++;
}
_root.flag = 2;
if (((_root.user_id != "") && (_root.user_id != null)) && (_root.user_id != undefined)) {
_root.FNlist();
_parent.v_log._visible = false;
}
Symbol 55 MovieClip Frame 5
var i = 0;
while (i < 10) {
_root.ranking["rank" + i].text = "";
_root.ranking["user_id" + i].text = "";
_root.ranking["score" + i].text = "";
_root.ranking["date" + i].text = "";
i++;
}
_root.flag = 3;
if (((_root.user_id != "") && (_root.user_id != null)) && (_root.user_id != undefined)) {
_root.FNlist();
_parent.v_log._visible = false;
}
Symbol 100 MovieClip Frame 1
this.stop();
Symbol 100 MovieClip Frame 2
this.menu.gotoAndStop(2);
this.gara.useHandCursor = false;
this.gara1.useHandCursor = false;
Instance of Symbol 37 MovieClip in Symbol 100 MovieClip Frame 2
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (release) {
_parent.prevFrame();
}
Symbol 116 MovieClip Frame 1
stop();
Instance of Symbol 116 MovieClip in Symbol 117 MovieClip Frame 1
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (release) {
stopAllSounds();
_parent.gotoAndStop("game");
}
Symbol 120 MovieClip Frame 1
stop();
Instance of Symbol 120 MovieClip in Symbol 121 MovieClip Frame 1
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (release) {
_parent.ranking.gotoAndStop(2);
}
Symbol 126 MovieClip Frame 9
stop();
Symbol 127 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 40
_parent.nextFrame();
Symbol 164 MovieClip Frame 4321
_parent.gotoAndStop("timeover");
stop();
Symbol 170 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 16
this.stop();
trace("ddddddddd");
_parent._parent.nextFrame();
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 240
_parent.gun = 1;
_parent.item_bar.gotoAndStop(1);
trace("chang");
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 2
_parent.score_plus = true;
Symbol 191 MovieClip Frame 70
_parent.score_plus = false;
Symbol 223 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 48
stop();
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 2
_parent.Hit._x = -1000;
Symbol 241 MovieClip Frame 73
_parent.Hit._x = 4;
Symbol 260 MovieClip Frame 13
gotoAndPlay (3);
Symbol 263 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 7
_parent._parent.player_move = true;
Symbol 271 MovieClip Frame 22
_parent._parent.player_diebox.play();
Symbol 271 MovieClip Frame 62
stop();
Symbol 272 MovieClip Frame 1
stop();
name = _name;
if (Key.isDown(37)) {
this.gotoAndStop("left");
}
if (Key.isDown(39)) {
this.gotoAndStop("right");
}
Symbol 285 MovieClip Frame 1
stop();
this._x = -100;
state = "";
_parent.A1 = true;
Symbol 285 MovieClip Frame 2
_parent.A1 = false;
Symbol 287 MovieClip Frame 1
stop();
this._x = -100;
state = "";
_parent.A8 = false;
Symbol 287 MovieClip Frame 2
_parent.A8 = false;
Symbol 289 MovieClip Frame 1
stop();
this._x = -100;
state = "";
_parent.A7 = true;
Symbol 289 MovieClip Frame 5
_parent.A8 = true;
_parent.A7 = false;
Symbol 296 MovieClip Frame 1
stop();
this._x = -100;
state = "";
_parent.A2 = true;
Symbol 296 MovieClip Frame 2
_parent.A2 = false;
Symbol 307 MovieClip Frame 1
stop();
state = "";
Symbol 307 MovieClip Frame 4
_parent.A3 = false;
_parent.A4 = true;
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 75
_parent._parent._parent.pang_item_hit = true;
_parent._parent._y = -500;
this.Rnd = random(11) + 2;
_parent._parent.gotoAndStop(Rnd);
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 9
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 316 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 75
_parent._parent._parent.pang_item_hit = true;
_parent._parent._y = -500;
this.Rnd = random(11) + 2;
_parent._parent.gotoAndStop(Rnd);
Symbol 318 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 9
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 75
_parent._parent._parent.pang_item_hit = true;
_parent._parent._y = -500;
this.Rnd = random(11) + 2;
_parent._parent.gotoAndStop(Rnd);
Symbol 322 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 9
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 324 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 75
_parent._parent._parent.pang_item_hit = true;
_parent._parent._y = -500;
this.Rnd = random(11) + 2;
_parent._parent.gotoAndStop(Rnd);
Symbol 327 MovieClip Frame 1
stop();
Symbol 327 MovieClip Frame 9
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 75
_parent._parent._parent.pang_item_hit = true;
_parent._parent._y = -500;
this.Rnd = random(11) + 2;
_parent._parent.gotoAndStop(Rnd);
Symbol 331 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 2
_parent._parent.Plus.play();
Symbol 331 MovieClip Frame 9
_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 75
_parent._parent._parent.pang_item_hit = true;
_parent._parent._y = -500;
this.Rnd = random(11) + 2;
_parent._parent.gotoAndStop(Rnd);
Symbol 334 MovieClip Frame 1
stop();
Symbol 334 MovieClip Frame 9
_parent._visible = false;
_parent._parent.pang_item_hit = true;
_parent._y = -500;
this.Rnd = random(11) + 2;
_parent.gotoAndStop(Rnd);
Symbol 335 MovieClip Frame 2
num = 6;
Symbol 335 MovieClip Frame 3
num = 2;
Symbol 335 MovieClip Frame 4
num = 3;
Symbol 335 MovieClip Frame 5
num = 4;
Symbol 335 MovieClip Frame 6
num = 5;
Symbol 335 MovieClip Frame 7
num = 7;
Symbol 335 MovieClip Frame 8
num = 4;
Symbol 335 MovieClip Frame 9
num = 2;
Symbol 335 MovieClip Frame 10
num = 3;
Symbol 335 MovieClip Frame 11
num = 4;
Symbol 335 MovieClip Frame 12
num = 5;
Symbol 337 MovieClip Frame 1
stop();
state = "";
Symbol 337 MovieClip Frame 4
_parent.A5 = false;
_parent.A3 = true;
Symbol 338 MovieClip Frame 1
stop();
state = "";
Symbol 338 MovieClip Frame 4
_parent.A4 = false;
_parent.A5 = true;
Symbol 341 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 3
_parent.move_play = false;
Symbol 343 MovieClip Frame 99
var v = 0;
while (v < 20) {
if (_parent.ball.pang_start) {
_parent.ball._visible = true;
}
if (_parent["mball" + v].pang_start) {
_parent["mball" + v]._visible = true;
}
if (_parent["sball" + v].pang_start) {
_parent["sball" + v]._visible = true;
}
if (_parent["sssball" + v].pang_start) {
_parent["ssball" + v]._visible = true;
}
if (_parent["sssball" + v].pang_start) {
_parent["sssball" + v]._visible = true;
}
v++;
}
Symbol 343 MovieClip Frame 102
var v = 1;
while (v < 20) {
if (_parent.ball.pang_start) {
_parent.ball._visible = false;
}
if (_parent["mball" + v].pang_start) {
_parent["mball" + v]._visible = false;
}
if (_parent["sball" + v].pang_start) {
_parent["sball" + v]._visible = false;
}
if (_parent["sssball" + v].pang_start) {
_parent["ssball" + v]._visible = false;
}
if (_parent["sssball" + v].pang_start) {
_parent["sssball" + v]._visible = false;
}
v++;
}
Symbol 343 MovieClip Frame 105
var v = 1;
while (v < 20) {
if (_parent.ball.pang_start) {
_parent.ball._visible = true;
}
if (_parent["mball" + v].pang_start) {
_parent["mball" + v]._visible = true;
}
if (_parent["sball" + v].pang_start) {
_parent["sball" + v]._visible = true;
}
if (_parent["sssball" + v].pang_start) {
_parent["ssball" + v]._visible = true;
}
if (_parent["sssball" + v].pang_start) {
_parent["sssball" + v]._visible = true;
}
v++;
}
Symbol 343 MovieClip Frame 108
var v = 1;
while (v < 20) {
if (_parent.ball.pang_start) {
_parent.ball._visible = false;
}
if (_parent["mball" + v].pang_start) {
_parent["mball" + v]._visible = false;
}
if (_parent["sball" + v].pang_start) {
_parent["sball" + v]._visible = false;
}
if (_parent["sssball" + v].pang_start) {
_parent["ssball" + v]._visible = false;
}
if (_parent["sssball" + v].pang_start) {
_parent["sssball" + v]._visible = false;
}
v++;
}
Symbol 343 MovieClip Frame 111
var v = 1;
while (v < 20) {
if (_parent.ball.pang_start) {
_parent.ball._visible = true;
}
if (_parent["mball" + v].pang_start) {
_parent["mball" + v]._visible = true;
}
if (_parent["sball" + v].pang_start) {
_parent["sball" + v]._visible = true;
}
if (_parent["sssball" + v].pang_start) {
_parent["ssball" + v]._visible = true;
}
if (_parent["sssball" + v].pang_start) {
_parent["sssball" + v]._visible = true;
}
v++;
}
Symbol 343 MovieClip Frame 114
var v = 1;
while (v < 20) {
if (_parent.ball.pang_start) {
_parent.ball._visible = false;
}
if (_parent["mball" + v].pang_start) {
_parent["mball" + v]._visible = false;
}
if (_parent["sball" + v].pang_start) {
_parent["sball" + v]._visible = false;
}
if (_parent["sssball" + v].pang_start) {
_parent["ssball" + v]._visible = false;
}
if (_parent["sssball" + v].pang_start) {
_parent["sssball" + v]._visible = false;
}
v++;
}
Symbol 343 MovieClip Frame 117
var v = 1;
while (v < 20) {
if (_parent.ball.pang_start) {
_parent.ball._visible = true;
}
if (_parent["mball" + v].pang_start) {
_parent["mball" + v]._visible = true;
}
if (_parent["sball" + v].pang_start) {
_parent["sball" + v]._visible = true;
}
if (_parent["sssball" + v].pang_start) {
_parent["ssball" + v]._visible = true;
}
if (_parent["sssball" + v].pang_start) {
_parent["sssball" + v]._visible = true;
}
v++;
}
Symbol 343 MovieClip Frame 131
_parent.move_play = true;
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 2
_parent.mball1.dis = _parent.Hit._y - this._y;
_parent.mball2.dis = _parent.Hit._y - this._y;
_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 347 MovieClip Frame 3
_parent.mball1._visible = true;
_parent.mball2._visible = true;
_parent.Score = _parent.Score + 50;
Symbol 347 MovieClip Frame 7
stop();
_parent.removeMovieClip();
Symbol 348 MovieClip Frame 1
stop();
Symbol 348 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) + 50;
_parent.ssball4.dis = (_parent.Hit._y - this._y) + 50;
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 348 MovieClip Frame 3
_parent.ssball3._visible = true;
_parent.ssball4._visible = true;
_parent.Score = _parent.Score + 100;
Symbol 348 MovieClip Frame 7
stop();
_parent.removeMovieClip();
Symbol 349 MovieClip Frame 1
stop();
Symbol 349 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) + 50;
_parent.ssball1.dis = (_parent.Hit._y - this._y) + 50;
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 349 MovieClip Frame 3
_parent.ssball2._visible = true;
_parent.ssball1._visible = true;
_parent.Score = _parent.Score + 100;
Symbol 349 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 350 MovieClip Frame 1
stop();
Symbol 350 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) + 50;
_parent.ssball6.dis = (_parent.Hit._y - this._y) + 50;
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 350 MovieClip Frame 3
_parent.ssball5._visible = true;
_parent.ssball6._visible = true;
_parent.Score = _parent.Score + 100;
Symbol 350 MovieClip Frame 8
stop();
_parent.removeMovieClip();
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 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) + 50;
_parent.ssball8.dis = (_parent.Hit._y - this._y) + 50;
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 351 MovieClip Frame 3
_parent.ssball7._visible = true;
_parent.ssball8._visible = true;
_parent.Score = _parent.Score + 100;
Symbol 351 MovieClip Frame 8
stop();
_parent.removeMovieClip();
Symbol 352 MovieClip Frame 1
stop();
Symbol 352 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) + 50;
_parent.sssball4.dis = (_parent.Hit._y - this._y) + 50;
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 352 MovieClip Frame 3
_parent.sssball3._visible = true;
_parent.sssball4._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 352 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 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) + 50;
_parent.sssball1.dis = (_parent.Hit._y - this._y) + 50;
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 353 MovieClip Frame 3
_parent.sssball2._visible = true;
_parent.sssball1._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 353 MovieClip Frame 7
stop();
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 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) + 50;
_parent.sssball6.dis = (_parent.Hit._y - this._y) + 50;
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.sssball5._visible = true;
_parent.sssball6._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 354 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 355 MovieClip Frame 1
stop();
Symbol 355 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) + 50;
_parent.sssball8.dis = (_parent.Hit._y - this._y) + 50;
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 355 MovieClip Frame 3
_parent.sssball7._visible = true;
_parent.sssball8._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 355 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 356 MovieClip Frame 1
stop();
Symbol 356 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) + 50;
_parent.sssball16.dis = (_parent.Hit._y - this._y) + 50;
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 356 MovieClip Frame 3
_parent.sssball15._visible = true;
_parent.sssball16._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 356 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 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) + 50;
_parent.sssball13.dis = (_parent.Hit._y - this._y) + 50;
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 357 MovieClip Frame 3
_parent.sssball13._visible = true;
_parent.sssball14._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 357 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 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) + 50;
_parent.sssball11.dis = (_parent.Hit._y - this._y) + 50;
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.sssball12._visible = true;
_parent.sssball11._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 358 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 359 MovieClip Frame 1
stop();
Symbol 359 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) + 50;
_parent.sssball10.dis = (_parent.Hit._y - this._y) + 50;
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 359 MovieClip Frame 3
_parent.sssball9._visible = true;
_parent.sssball10._visible = true;
_parent.Score = _parent.Score + 120;
Symbol 359 MovieClip Frame 7
stop();
this.removeMovieClip(this);
Symbol 360 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 3
_parent.Score = _parent.Score + 150;
Symbol 360 MovieClip Frame 7
stop();
_parent.cnt++;
Symbol 364 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 35
stop();
_parent.gotoAndStop("gameover");
Symbol 367 MovieClip Frame 46
_parent.gotoAndStop("gameover");
Symbol 374 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 1
this.gara.useHandCursor = false;
var i = 0;
while (i < 10) {
_root.ranking["rank" + i].text = "";
_root.ranking["user_id" + i].text = "";
_root.ranking["score" + i].text = "";
_root.ranking["date" + i].text = "";
i++;
}
this.stop();
Instance of Symbol 37 MovieClip in Symbol 379 MovieClip Frame 1
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (release) {
_parent._parent.gotoAndPlay("first");
}
Instance of Symbol 374 MovieClip in Symbol 379 MovieClip Frame 1
on (rollOver) {
this.nextFrame();
}
on (rollOut) {
this.prevFrame();
}
on (release) {
getURL ("http://youxi.du38.com", "_blank");
}