Frame 1
nextFrame();
Frame 2
bgm.stop();
stop();
Frame 3
prevFrame();
Frame 4
nextFrame();
Frame 5
var bara = [[-5, -5], [-2.5, -5], [0, -5], [2.5, -5], [5, -5], [-5, -2.5], [-2.5, -2.5], [0, -2.5], [2.5, -2.5], [5, -2.5], [-5, 0], [-2.5, 0], [0, 0], [2.5, 0], [5, 0], [-5, 2.5], [-2.5, 2.5], [0, 2.5], [2.5, 2.5], [5, 2.5], [-5, 5], [-2.5, 5], [0, 5], [2.5, 5], [5, 5]];
var death = 0;
var time = 0;
var bgm = new Sound();
var sfx = new Sound();
var trail = true;
var onbgm = true;
var onsfx = true;
stop();
Frame 6
prevFrame();
Frame 7
stopAllSounds();
Frame 8
stopAllSounds();
Frame 9
stopAllSounds();
Frame 10
stopAllSounds();
stopAllSounds();
Frame 11
stopAllSounds();
stopAllSounds();
Frame 12
stopAllSounds();
stopAllSounds();
Frame 13
nextFrame();
Frame 14
stop();
Frame 15
prevFrame();
Frame 16
nextFrame();
Frame 17
if (_root.onbgm == true) {
bgm.stop();
bgm.attachSound("BGM_DS");
bgm.start(0, 99999999);
}
death = 0;
gotoAndStop ("title");
stop();
Frame 18
prevFrame();
Frame 19
nextFrame();
Frame 20
stop();
Frame 21
prevFrame();
Frame 22
nextFrame();
Frame 23
stop();
Frame 24
prevFrame();
Frame 25
nextFrame();
Frame 26
if (_root.onbgm == true) {
bgm.stop();
bgm.attachSound("BGM_NBC");
bgm.start(0, 99999999);
}
stop();
Frame 27
prevFrame();
Frame 28
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 28
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 28
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 126 MovieClip in Frame 28
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 29
stop();
Frame 30
prevFrame();
Frame 31
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 31
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 31
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 132 MovieClip in Frame 31
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 32
stop();
Frame 33
prevFrame();
Frame 34
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 34
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 34
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 135 MovieClip in Frame 34
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 35
stop();
Frame 36
prevFrame();
Frame 37
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 37
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 37
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 138 MovieClip in Frame 37
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 38
stop();
Frame 39
prevFrame();
Frame 40
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 40
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 40
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 141 MovieClip in Frame 40
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 41
stop();
Frame 42
prevFrame();
Frame 43
nextFrame();
Frame 44
if (_root.onbgm == true) {
bgm.stop();
bgm.attachSound("BGM_BI");
bgm.start(0, 99999999);
}
stop();
Frame 45
prevFrame();
Frame 46
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 46
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 46
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 151 MovieClip in Frame 46
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 47
stop();
Frame 48
prevFrame();
Frame 49
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 49
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 49
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 160 MovieClip in Frame 49
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 50
stop();
Frame 51
prevFrame();
Frame 52
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 52
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 52
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 166 MovieClip in Frame 52
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 53
stop();
Frame 54
prevFrame();
Frame 55
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 55
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 55
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 172 MovieClip in Frame 55
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 56
stop();
Frame 57
prevFrame();
Frame 58
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 58
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 58
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 181 MovieClip in Frame 58
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 59
stop();
Frame 60
prevFrame();
Frame 61
nextFrame();
Frame 62
if (_root.onbgm == true) {
bgm.stop();
bgm.attachSound("BGM_SO");
bgm.start(0, 99999999);
}
stop();
Frame 63
prevFrame();
Frame 64
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 64
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 64
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 197 MovieClip in Frame 64
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 65
stop();
Frame 66
prevFrame();
Frame 67
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 67
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 67
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 209 MovieClip in Frame 67
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 68
stop();
Frame 69
prevFrame();
Frame 70
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 70
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 70
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 215 MovieClip in Frame 70
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 71
stop();
Frame 72
prevFrame();
Frame 73
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 73
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 73
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 220 MovieClip in Frame 73
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 74
stop();
Frame 75
prevFrame();
Frame 76
nextFrame();
Instance of Symbol 119 MovieClip "boom" in Frame 76
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 76
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 225 MovieClip in Frame 76
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 77
stop();
Frame 78
prevFrame();
Frame 79
nextFrame();
Frame 80
if (_root.onbgm == true) {
bgm.stop();
bgm.attachSound("BGM_EA");
bgm.start(0, 99999999);
}
stop();
Frame 81
prevFrame();
Frame 82
nextFrame();
Instance of Symbol 235 MovieClip in Frame 82
onClipEvent (load) {
_root.dtime = 12.5;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 82
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 82
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 238 MovieClip "wire" in Frame 82
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 83
stop();
Frame 84
prevFrame();
Frame 85
nextFrame();
Instance of Symbol 235 MovieClip in Frame 85
onClipEvent (load) {
_root.dtime = 17.5;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 85
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 85
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 241 MovieClip "wire" in Frame 85
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 86
stop();
Frame 87
prevFrame();
Frame 88
nextFrame();
Instance of Symbol 235 MovieClip in Frame 88
onClipEvent (load) {
_root.dtime = 12;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 88
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 88
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 244 MovieClip "wire" in Frame 88
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 89
stop();
Frame 90
prevFrame();
Frame 91
nextFrame();
Instance of Symbol 235 MovieClip in Frame 91
onClipEvent (load) {
_root.dtime = 20;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 91
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 91
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 259 MovieClip "wire" in Frame 91
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 92
stop();
Frame 93
prevFrame();
Frame 94
nextFrame();
Instance of Symbol 235 MovieClip in Frame 94
onClipEvent (load) {
_root.dtime = 15;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 94
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 94
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 264 MovieClip "wire" in Frame 94
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 95
stop();
Frame 96
prevFrame();
Frame 97
nextFrame();
Frame 98
if (_root.onbgm == true) {
bgm.stop();
bgm.attachSound("BGM_F");
bgm.start(0, 99999999);
}
stop();
Frame 99
prevFrame();
Frame 100
nextFrame();
Instance of Symbol 235 MovieClip in Frame 100
onClipEvent (load) {
_root.dtime = 12;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 100
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 100
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 272 MovieClip "wire" in Frame 100
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 101
stop();
Frame 102
prevFrame();
Frame 103
nextFrame();
Instance of Symbol 235 MovieClip in Frame 103
onClipEvent (load) {
_root.dtime = 7;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 103
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 103
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 280 MovieClip "wire" in Frame 103
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 104
stop();
Frame 105
prevFrame();
Frame 106
nextFrame();
Instance of Symbol 235 MovieClip in Frame 106
onClipEvent (load) {
_root.dtime = 40;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 106
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 106
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 283 MovieClip "wire" in Frame 106
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 107
stop();
Frame 108
prevFrame();
Frame 109
nextFrame();
Instance of Symbol 235 MovieClip in Frame 109
onClipEvent (load) {
_root.dtime = 30;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 109
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 109
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 288 MovieClip "wire" in Frame 109
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 110
stop();
Frame 111
prevFrame();
Frame 112
nextFrame();
Instance of Symbol 235 MovieClip in Frame 112
onClipEvent (load) {
_root.dtime = 15;
_root.dtime = _root.dtime * 50;
_root.tl = _root.dtime;
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
}
onClipEvent (enterFrame) {
_root.deathtimer = Math.round(_root.dtime / 5) / 10;
if (_root.game_start != 0) {
_root.dtime--;
}
if ((_root.dtime < 260) & ((_root.dtime % 50) == 0)) {
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_TU");
_root.sfx.start(0, 1);
}
}
if (_root.dtime < 0) {
with (_root.wire) {
dead(_root.bar._x, _root.bar._y);
}
}
}
Instance of Symbol 119 MovieClip "boom" in Frame 112
onClipEvent (load) {
var ang = random(360);
var timer = 0;
ang = (ang * Math.PI) / 180;
speed = (random(200) / 100) + 1;
}
onClipEvent (enterFrame) {
if (_name != "boom") {
timer++;
_x = (_x + (Math.cos(ang) * speed));
_y = (_y + (Math.sin(ang) * speed));
if (timer > 25) {
removeMovieClip(this);
}
}
}
Instance of Symbol 124 MovieClip "bar" in Frame 112
onClipEvent (load) {
sx = _x;
sy = _y;
_root.game_start = 0;
Mouse.show();
god = 1;
k = 1;
}
onClipEvent (enterFrame) {
if ((_root.game_start == 1) && (_root.trail == true)) {
with (_root) {
attachMovie("bar_s", k, k);
}
tellTarget (eval ("_root." + k)) {
_x = _root.bar._x;
_y = _root.bar._y;
};
k++;
if (k > 9) {
k = 1;
}
}
}
Instance of Symbol 309 MovieClip "wire" in Frame 112
onClipEvent (load) {
function dead(bsx, bsy) {
dx = 0;
dy = 0;
ox = _root.bar.sx;
oy = _root.bar.sy;
j = 21;
while (j < 53) {
duplicateMovieClip (_root.boom, j, j);
k++;
tellTarget (eval ("_root." + j)) {
_x = bsx;
_y = bsy;
};
j++;
}
tellTarget (_root.bar) {
_x = sx;
_y = sy;
stopDrag();
Mouse.show();
god = 1;
};
_root.game_start = 0;
_root.death++;
tellTarget (_root.box) {
gotoAndPlay (1);
};
_root.dtime = _root.tl;
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_LOSE");
_root.sfx.start(0, 1);
}
}
var i;
var j;
var cok = 0;
var ox = _root.bar._x;
var oy = _root.bar._y;
var dx = 0;
var dy = 0;
var pcg = 50;
}
onClipEvent (enterFrame) {
cok = 0;
if (_root.bar.god != 1) {
dx = _root.bar._x - ox;
dy = _root.bar._y - oy;
i = 1;
while ((i < pcg) && (cok == 0)) {
if (this.hitTest(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i), true)) {
dead(ox + ((dx / pcg) * i), oy + ((dy / pcg) * i));
cok = 1;
break;
}
i++;
}
ox = _root.bar._x;
oy = _root.bar._y;
i = 0;
while ((i < 25) && (cok == 0)) {
if (this.hitTest(_root.bar._x + _root.bara[i][0], _root.bar._y + _root.bara[i][1], true)) {
dead(_root.bar._x, _root.bar._y);
break;
}
i++;
}
if (cok == 0) {
if (_root.bar.hitTest(_root.goal.goal_c)) {
Mouse.show();
tellTarget (_root.goal) {
gotoAndStop (2);
};
tellTarget (_root.bar) {
gotoAndStop (2);
stopDrag();
};
_root.game_start = 0;
}
}
if ((((_root.bar._x < -5) || (_root.bar._x > 605)) || (_root.bar._y < -5)) || (_root.bar._y > 405)) {
dead(_root.bar._x, _root.bar._y);
cok = 1;
}
}
}
Frame 113
stop();
Frame 114
prevFrame();
Frame 115
nextFrame();
Frame 116
stop();
Frame 117
prevFrame();
Symbol 4 Button
on (press) {
tellTarget (_root) {
gotoAndPlay(_currentframe + 3);
};
removeMovieClip(this);
}
Symbol 10 MovieClip [win_msg] Frame 1
if (_root.onsfx == true) {
_root.sfx.stop(_root.sfx);
_root.sfx.attachSound("SFX_WIN");
_root.sfx.start(0, 1);
}
Symbol 13 MovieClip [bar_s] Frame 10
removeMovieClip(this);
Symbol 17 Button
on (release) {
nextFrame();
}
Symbol 19 Button
on (release) {
prevFrame();
}
Symbol 20 MovieClip Frame 1
_quality = "HIGH";
stop();
Symbol 20 MovieClip Frame 2
_quality = "LOW";
stop();
Symbol 22 Button
on (release) {
_root.bgm.stop();
nextFrame();
}
Symbol 24 Button
on (release) {
_root.bgm.stop();
_root.bgm.attachSound("BGM_DS");
_root.bgm.start(0, 99999999);
prevFrame();
}
Symbol 25 MovieClip Frame 1
_root.onbgm = true;
stop();
Symbol 25 MovieClip Frame 2
_root.onbgm = false;
stop();
Symbol 26 Button
on (release) {
nextFrame();
}
Symbol 27 Button
on (release) {
prevFrame();
}
Symbol 28 MovieClip Frame 1
_root.trail = true;
stop();
Symbol 28 MovieClip Frame 2
_root.trail = false;
stop();
Symbol 29 MovieClip Frame 1
_root.onsfx = true;
stop();
Symbol 29 MovieClip Frame 2
_root.onsfx = false;
stop();
Symbol 31 Button
on (release) {
tellTarget (_root) {
gotoAndStop(_currentframe - 3);
};
removeMovieClip(this);
}
Instance of Symbol 20 MovieClip in Symbol 35 MovieClip [p_option] Frame 1
onClipEvent (load) {
if (_quality == "LOW") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 25 MovieClip in Symbol 35 MovieClip [p_option] Frame 1
onClipEvent (load) {
if (_root.onbgm == false) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 28 MovieClip in Symbol 35 MovieClip [p_option] Frame 1
onClipEvent (load) {
if (_root.trail == false) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 29 MovieClip in Symbol 35 MovieClip [p_option] Frame 1
onClipEvent (load) {
if (_root.onsfx == false) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 38 MovieClip [BS] Frame 30
removeMovieClip(_root.BS);
stop();
Symbol 47 Button
on (release) {
tellTarget (_root) {
gotoAndStop(_currentframe - 3);
};
removeMovieClip(this);
}
Symbol 52 Button
on (release) {
tellTarget (_root) {
gotoAndStop(_currentframe - 3);
};
removeMovieClip(this);
}
Symbol 58 Button
on (release) {
if (pw == "getcrush") {
tellTarget (_root) {
gotoAndPlay ("a2");
};
} else if (pw == "swayroad") {
tellTarget (_root) {
gotoAndPlay ("a3");
};
} else if (pw == "runclock") {
tellTarget (_root) {
gotoAndPlay ("a4");
};
} else if (pw == "finaldim") {
tellTarget (_root) {
gotoAndPlay ("a5");
};
} else {
tellTarget (_root) {
gotoAndPlay ("a1");
};
}
removeMovieClip(this);
}
Symbol 59 Button
on (release) {
tellTarget (_root) {
gotoAndStop(_currentframe - 3);
};
removeMovieClip(this);
}
Symbol 73 Button
on (press) {
with (_root) {
gotoAndStop(_currentframe + 3);
}
}
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 500
stop();
Instance of Symbol 77 MovieClip "pbar" in Symbol 78 MovieClip Frame 1
onClipEvent (load) {
totalByte = _root.getBytesTotal();
with (_root) {
stop();
}
}
onClipEvent (enterFrame) {
loadByte = _root.getBytesLoaded();
percent = Math.floor((loadByte / totalByte) * 500);
this.gotoAndStop(percent);
num = String(Math.floor(percent / 5) + "%");
}
Symbol 79 Button
on (press) {
gotoAndStop (13);
}
Symbol 83 MovieClip Frame 100
tellTarget (_root) {
gotoAndPlay(_currentframe + 9);
};
Symbol 93 MovieClip Frame 225
tellTarget (_root) {
attachMovie("BS", "BS", 9999999);
with (_root.BS) {
_x = 275;
_y = 200;
}
gotoAndPlay ("play");
};
Symbol 94 Button
on (press) {
attachMovie("BS", "BS", 9999999);
with (_root.BS) {
_x = 275;
_y = 200;
}
gotoAndPlay ("play");
}
Symbol 95 MovieClip Frame 110
gotoAndPlay (1);
Symbol 99 Button
on (press) {
attachMovie("p_credit", "p_credit", 999999);
with (p_credit) {
_x = 275;
_y = 237;
}
gotoAndStop ("set");
}
Symbol 102 Button
on (press) {
attachMovie("p_help", "p_help", 999999);
with (p_help) {
_x = 275;
_y = 237;
}
gotoAndStop ("set");
}
Symbol 105 Button
on (press) {
attachMovie("p_option", "p_option", 999999);
with (p_option) {
_x = 275;
_y = 235;
}
gotoAndStop ("set");
}
Symbol 106 Button
on (press) {
attachMovie("p_game", "p_game", 999999);
with (p_game) {
_x = 275;
_y = 232;
}
gotoAndStop ("set");
}
Symbol 109 Button
on (press) {
tellTarget (_root) {
attachMovie("BS", "BS", 9999999);
with (_root.BS) {
_x = 275;
_y = 200;
}
gotoAndPlay(_currentframe + 3);
};
}
Symbol 112 MovieClip Frame 2
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
Symbol 112 MovieClip Frame 50
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
stop();
Symbol 119 MovieClip Frame 24
stop();
Symbol 122 MovieClip Frame 2
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_GO");
_root.sfx.start(0, 1);
}
Symbol 122 MovieClip Frame 11
stop();
Symbol 123 Button
on (press) {
_root.game_start = 1;
startDrag (this);
Mouse.hide();
god = 0;
}
on (rollOut, release, dragOut, releaseOutside) {
stopDrag();
Mouse.show();
}
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 2
stop();
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
with (_root) {
attachMovie("win_msg", "win", 99999);
}
with (_root.win) {
_x = 275;
_y = 200;
}
stop();
Symbol 144 MovieClip Frame 2
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
Symbol 144 MovieClip Frame 50
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
stop();
Symbol 147 MovieClip Frame 280
gotoAndPlay (1);
Symbol 158 MovieClip Frame 175
gotoAndPlay (1);
Symbol 163 MovieClip Frame 160
gotoAndPlay (1);
Symbol 164 MovieClip Frame 200
gotoAndPlay (1);
Symbol 170 MovieClip Frame 300
gotoAndPlay (1);
Symbol 180 MovieClip Frame 320
gotoAndPlay (1);
Symbol 187 MovieClip Frame 100
gotoAndPlay (1);
Symbol 191 MovieClip Frame 2
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
Symbol 191 MovieClip Frame 50
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
stop();
Symbol 196 MovieClip Frame 200
gotoAndPlay (1);
Symbol 204 MovieClip Frame 200
gotoAndPlay (1);
Symbol 208 MovieClip Frame 100
gotoAndPlay (1);
Symbol 213 MovieClip Frame 600
gotoAndPlay (1);
Symbol 218 MovieClip Frame 400
gotoAndPlay (1);
Symbol 224 MovieClip Frame 120
gotoAndPlay (1);
Symbol 228 MovieClip Frame 2
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
Symbol 228 MovieClip Frame 50
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
stop();
Symbol 232 MovieClip Frame 150
gotoAndPlay (1);
Symbol 252 MovieClip Frame 300
gotoAndPlay (1);
Symbol 258 MovieClip Frame 300
gotoAndPlay (1);
Symbol 262 MovieClip Frame 160
gotoAndPlay (1);
Symbol 268 MovieClip Frame 2
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
Symbol 268 MovieClip Frame 50
if (_root.onsfx == true) {
_root.sfx.attachSound("SFX_BOOM");
_root.sfx.start(0, 1);
}
stop();
Symbol 275 MovieClip Frame 100
gotoAndPlay (1);
Symbol 279 MovieClip Frame 100
gotoAndPlay (1);
Symbol 286 MovieClip Frame 100
gotoAndPlay (1);
Symbol 292 MovieClip Frame 100
gotoAndPlay (1);
Symbol 298 MovieClip Frame 100
gotoAndPlay (1);
Symbol 301 MovieClip Frame 50
gotoAndPlay (1);
Symbol 307 MovieClip Frame 100
gotoAndPlay (1);
Symbol 312 Button
on (release) {
tellTarget (_root) {
bgm.stop();
gotoAndPlay ("boom");
};
}