Frame 1
stop();
hardd = 1;
qu = 1;
Stage.showMenu = false;
_root.gameid = _global.gameid;
Frame 3
stop();
Instance of Symbol 247 MovieClip in Frame 3
onClipEvent (load) {
_lockroot = true;
}
Instance of Symbol 7 MovieClip in Symbol 11 MovieClip Frame 1
onClipEvent (enterFrame) {
aa = _root.getBytesTotal();
bb = _root.getBytesLoaded();
cc = int((bb / aa) * 100);
_xscale = cc;
_parent.out = cc + "%";
if (cc >= 100) {
_root.play();
}
}
Symbol 30 MovieClip [dian] Frame 1
mycolor = new Color(this);
mycolor.setRGB(16711680);
onEnterFrame = function () {
_x = (_root["enemy" + num]._x / 10);
_y = (_root["enemy" + num]._y / 10);
};
Symbol 34 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 7
stop();
Symbol 50 Button
on (release) {
tc.gotoAndPlay("\u5E2E\u52A9");
}
Symbol 54 Button
on (release) {
getURL ("http://www.loadfreegames.com/Game_Scores.asp?Game_Name=suspend", "_blank");
}
Symbol 58 Button
on (rollOver) {
rollover();
}
on (release) {
getURL ("http://www.LoadFreeGames.com", "_blank");
}
Symbol 62 Button
on (release) {
_parent.my_music.stop();
_parent.gotoAndStop("\u6E38\u620F");
}
Symbol 66 Button
on (release) {
tc.gotoAndPlay("\u8BBE\u7F6E");
}
Symbol 68 Button
on (release) {
getURL ("http://www.LoadFreeGames.com", "_blank");
}
Symbol 70 Button
on (release) {
_parent._parent._parent.hardd = 1;
_root.my_sound4.start();
play();
}
Symbol 71 Button
on (release) {
_parent._parent._parent.hardd = 2;
_root.my_sound4.start();
play();
}
Symbol 72 Button
on (release) {
_parent._parent._parent.hardd = 3;
_root.my_sound4.start();
play();
}
Symbol 73 Button
on (release) {
_quality = "low";
_parent._parent._parent.qu = 1;
}
Symbol 74 Button
on (release) {
_quality = "medium";
_parent._parent._parent.qu = 2;
}
Symbol 75 Button
on (release) {
_quality = "high";
_parent._parent._parent.qu = 3;
}
Symbol 76 Button
on (release) {
play();
}
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 13
stop();
Symbol 81 MovieClip Frame 23
gotoAndStop (1);
Symbol 81 MovieClip Frame 36
stop();
Symbol 81 MovieClip Frame 46
gotoAndStop (1);
Symbol 87 MovieClip Frame 30
stop();
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 65
gotoAndStop (1);
Symbol 111 MovieClip Frame 1
_visible = false;
Symbol 116 MovieClip Frame 1
if (((this._parent.wire.hitTest(_root.tenjou_mc) == false) && (this._parent.wire.hitTest(_root.tenjou2_mc) == false)) && (this._parent.wire.hitTest(_root.tenjou3_mc) == false)) {
if (_root.player_mc.hitTest(_root.jimen_mc) == false) {
gotoAndPlay (55);
}
}
Symbol 116 MovieClip Frame 14
gotoAndPlay (1);
Symbol 116 MovieClip Frame 31
gotoAndPlay (1);
Symbol 121 MovieClip Frame 1
if (((this._parent.wire.hitTest(_root.tenjou_mc) == false) && (this._parent.wire.hitTest(_root.tenjou2_mc) == false)) && (this._parent.wire.hitTest(_root.tenjou3_mc) == false)) {
if (_root.player_mc.hitTest(_root.jimen_mc) == false) {
gotoAndPlay (55);
}
}
Symbol 121 MovieClip Frame 14
gotoAndPlay (1);
Symbol 121 MovieClip Frame 31
gotoAndPlay (1);
Symbol 122 MovieClip Frame 12
stop();
Symbol 125 MovieClip Frame 1
onEnterFrame = function () {
sm._x = _parent.player_mc._x / 10;
sm._y = _parent.player_mc._y / 10;
};
Instance of Symbol 124 MovieClip "sm" in Symbol 125 MovieClip Frame 1
/* no clip actions */
Symbol 154 MovieClip Frame 1
function checkmain() {
onEnterFrame = function () {
if (ok != undefined) {
asp = _parent.vv;
if (asp < 0) {
asp = 0;
}
if (_parent.firstrelease == true) {
_x = (_x - speed);
} else {
_x = (_x - (speed + (asp / 2)));
}
i = 0;
while (i < 7) {
enem = _parent["fb" + (_parent.dep2 - i)];
if (hitt.hitTest(enem)) {
_parent.fbnum--;
enem.removeMovieClip();
delete onEnterFrame;
gotoAndPlay ("die");
}
i++;
}
if (hitt.hitTest(_parent.player_mc.hitt)) {
_parent.my_music.stop();
_parent.my_sound3.start();
if (_parent._parent.hardd == 3) {
_root.mrss.start();
} else {
_root.kkxd.start();
}
_parent.gotoAndStop("\u7ED3\u675F");
_root.enemynum--;
_parent.map["dian" + num].removeMovieClip();
this.removeMovieClip();
}
if ((_x <= -10) || (_parent.gameover == true)) {
_root.enemynum--;
_parent.map["dian" + num].removeMovieClip();
this.removeMovieClip();
}
}
};
}
speed = random(5) + 2;
stop();
checkmain();
Symbol 154 MovieClip Frame 2
stop();
speed = random(10) + 2;
checkmain();
Symbol 154 MovieClip Frame 3
stop();
speed = random(3) + 2;
checkmain();
Symbol 154 MovieClip Frame 23
_root.enemynum--;
_parent.map["dian" + num].removeMovieClip();
this.removeMovieClip();
Symbol 157 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 2
_parent.fbnum++;
speed = random(10) + 15;
rot = random(10) + 20;
onEnterFrame = function () {
this._rotation = this._rotation + rot;
_x = (_x + speed);
if ((_x >= 570) || (_parent.gameover == true)) {
_parent.fbnum--;
this.removeMovieClip();
}
};
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
_parent.fbnum++;
speed = random(15) + 20;
onEnterFrame = function () {
_x = (_x + speed);
if ((_x >= 650) || (_parent.gameover == true)) {
_parent.fbnum--;
this.removeMovieClip();
}
};
Symbol 194 Button
on (release) {
getURL ("http://www.LoadFreeGames.com", "_blank");
}
Symbol 203 Button
on (release) {
_parent.my_music.stop();
_parent._parent.gotoAndPlay(2);
}
Symbol 211 Button
on (release) {
getURL ("http://www.LoadFreeGames.com", "_blank");
}
Symbol 220 MovieClip Frame 1
function moved(named) {
named._x = named._x + 1;
if (named._x >= 507) {
named._x = -543;
}
}
mov1.onEnterFrame = function () {
moved(mov1);
};
mov2.onEnterFrame = function () {
moved(mov2);
};
Symbol 228 Button
on (release) {
gotoAndStop (1);
}
Symbol 230 Button
on (release) {
_parent.gotoAndStop(1);
}
Symbol 238 Button
on (release) {
getURL ("http://www.loadfreegames.com/Game_Scores.asp?Game_Name=suspend", "_blank");
}
Symbol 239 Button
on (release) {
getURL ("http://www.LoadFreeGames.com", "_blank");
}
Symbol 240 MovieClip Frame 1
stop();
_quality = "high";
System.useCodepage = true;
btn_s.onRelease = function () {
play();
};
Instance of Symbol 192 MovieClip in Symbol 240 MovieClip Frame 1
onClipEvent (load) {
function ziti(obj, oldval, newval) {
if (newval > 9999999) {
num8.gotoAndStop((int(newval / 10000000) % 10) + 1);
} else {
num8.gotoAndStop(11);
}
if (newval > 999999) {
num7.gotoAndStop((int(newval / 1000000) % 10) + 1);
} else {
num7.gotoAndStop(11);
}
if (newval > 99999) {
num6.gotoAndStop((int(newval / 100000) % 10) + 1);
} else {
num6.gotoAndStop(11);
}
if (newval > 9999) {
num5.gotoAndStop((int(newval / 10000) % 10) + 1);
} else {
num5.gotoAndStop(11);
}
if (newval > 999) {
num4.gotoAndStop((int(newval / 1000) % 10) + 1);
} else {
num4.gotoAndStop(11);
}
if (newval > 99) {
num3.gotoAndStop((int(newval / 100) % 10) + 1);
} else {
num3.gotoAndStop(11);
}
if (newval > 9) {
num2.gotoAndStop((int(newval / 10) % 10) + 1);
} else {
num2.gotoAndStop(11);
}
num1.gotoAndStop((newval % 10) + 1);
return(newval);
}
_root.watch("score", ziti);
ziti(null, null, _root.score);
}
Symbol 240 MovieClip Frame 3
var snd = new LoadVars();
var rnd = new LoadVars();
snd.Act = "Add_Scores";
snd.Game_Name = "suspend";
snd.Player_Name = playerName;
snd.Scores_Data = _root.score;
snd.sendAndLoad("http://www.loadfreegames.com/Game_Scores.asp", rnd, "GET");
gotoAndPlay ("passed");
Symbol 240 MovieClip Frame 6
stop();
Symbol 240 MovieClip Frame 12
stop();
Symbol 240 MovieClip Frame 18
stop();
Symbol 245 Button
on (release) {
_parent._parent.gotoAndPlay(2);
}
Symbol 247 MovieClip Frame 1
_root.gameid = _parent.gameid;
gohit = new Sound();
gohit.attachSound("gohit");
my_sound = new Sound();
my_sound.attachSound("swing");
gouzi = new Sound();
gouzi.attachSound("gouzi");
my_sound2 = new Sound();
my_sound2.attachSound("swing2");
my_sound3 = new Sound();
my_sound3.attachSound("hit2");
kkxd = new Sound();
kkxd.attachSound("kkxd");
my_sound4 = new Sound();
my_sound4.attachSound("levelup");
my_music = new Sound();
my_music.attachSound("music2");
mrs = new Sound();
mrs.attachSound("mrs");
mrss = new Sound();
mrss.attachSound("mrss");
e_r = new Sound();
e_r.attachSound("e_r");
gotoAndStop ("\u5F00\u59CB");
Symbol 247 MovieClip Frame 3
stop();
Symbol 247 MovieClip Frame 4
play();
Instance of Symbol 94 MovieClip "bj" in Symbol 247 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_x <= -800) {
_x = ((_parent.bj2._x + _parent.bj2._width) - 2);
}
}
Instance of Symbol 96 MovieClip "bj2" in Symbol 247 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_x <= -800) {
_x = ((_parent.bj._x + _parent.bj._width) - 2);
_x = ((_parent.bj._x + _parent.bj._width) - 2);
}
}
Instance of Symbol 116 MovieClip in Symbol 247 MovieClip Frame 4
onClipEvent (load) {
if (_parent._parent.hardd != 3) {
_visible = true;
_name = "player_mc";
} else {
stop();
_visible = false;
_name = "dd";
}
}
Instance of Symbol 121 MovieClip in Symbol 247 MovieClip Frame 4
onClipEvent (load) {
if (_parent._parent.hardd != 3) {
stop();
_visible = false;
_name = "dd";
} else {
_visible = true;
_name = "player_mc";
}
}
Symbol 247 MovieClip Frame 5
function copy_fb(nd) {
this[atkfly].duplicateMovieClip("fb" + dep2, dep2++);
this["fb" + dep2]._x = player_mc._x + 20;
this["fb" + dep2]._y = player_mc._y + nd;
this["fb" + dep2].gotoAndStop(2);
}
stop();
zuobi = false;
t_1 = getTimer();
if (_parent.qu == 1) {
_quality = "low";
}
if (_parent.qu == 2) {
_quality = "medium";
}
if (_parent.qu == 3) {
_quality = "high";
}
if (_parent.hardd == 1) {
enemymax = 3;
otime = 15;
uspeed = 30;
l_color = "0xffffff";
cx = 1;
atkfly = "fb";
}
if (_parent.hardd == 2) {
enemymax = 4;
otime = 10;
uspeed = 28;
l_color = "0xffff00";
cx = 1;
atkfly = "fb";
}
if (_parent.hardd == 3) {
enemymax = 4;
otime = 1;
uspeed = 30;
l_color = "0x00ccff";
cx = 2;
atkfly = "fb2";
}
enemynum = 0;
LEVEL = 1;
dep = 200;
dep2 = 1000000 /* 0x0F4240 */;
fbnum = 0;
firstput = true;
my_music.start(0, 99999);
this.wire._y = _root.player_mc._y;
this.wire._x = _root.player_mc._x;
firsthit = true;
firstrelease = true;
fx = _root.player_mc._x;
g = 9.8;
dt = 0.01;
v = 0;
gvy = 0;
tmpy = 0;
meter = 0;
rad = 30;
rot = 0;
rota = 5;
posx = 200;
posy = 150;
gameover = false;
myListener = new Object();
keyListener = new Object();
myListener.onMouseDown = function () {
t_1 = getTimer();
if (gameover == false) {
gouzi.start();
}
nobiru = true;
hanasu = false;
};
myListener.onMouseUp = function () {
nobiru = false;
hanasu = true;
firstput = true;
};
Mouse.addListener(myListener);
Key.addListener(keyListener);
this.onEnterFrame = function () {
t_2 = getTimer();
if ((t_2 - t_1) >= 15000) {
my_music.stop();
zuobi = true;
gotoAndStop ("\u7ED3\u675F");
}
if (fbnum < 0) {
fbnum = 0;
}
if (dep >= 999999) {
dep = 200;
}
if (dep2 >= 2000000) {
dep2 = 1000000 /* 0x0F4240 */;
}
if ((Key.isDown(32) && (fbp == false)) && (fbnum < 2)) {
my_sound.start();
if (_parent.hardd == 3) {
mrs.start();
} else {
gohit.start();
}
if (_parent.hardd != 3) {
if (LEVEL <= 3) {
copy_fb(0);
}
if ((LEVEL > 3) && (LEVEL < 6)) {
copy_fb(-30);
copy_fb(30);
}
if (LEVEL >= 6) {
copy_fb(0);
copy_fb(-50);
copy_fb(50);
}
} else {
copy_fb(0);
copy_fb(-30);
copy_fb(30);
}
}
if (Key.isDown(32)) {
fbp = true;
} else {
fbp = false;
}
if (LEVEL >= 10) {
LEVEL = 10;
}
se_t = random((11 - LEVEL) * otime);
if ((se_t == 0) && (enemynum < enemymax)) {
enemy.duplicateMovieClip("enemy" + dep, dep++);
_root.enemynum++;
myenemy = this["enemy" + dep];
aa = random(LEVEL) + 1;
if (aa > 3) {
aa = random(3) + 1;
}
myenemy.gotoAndStop(aa);
myenemy.num = dep;
myenemy._x = 800;
myenemy._y = random(380) + 20;
myenemy.ok = true;
map.attachMovie("dian", "dian" + dep, dep);
map["dian" + dep].num = dep;
}
if (_root.player_mc.hitTest(_root.jimen_mc) == false) {
_root.jimen_mc._x = -1000;
}
var _local4 = _root._xmouse - _root.player_mc._x;
var _local5 = _root._ymouse - _root.player_mc._y;
nDegrees = (Math.atan2(_local5, _local4) * 180) / 3.141593;
xuspeed = uspeed * Math.cos((nDegrees * 3.141593) / 180);
yuspeed = uspeed * Math.sin((nDegrees * 3.141593) / 180);
rad = Math.atan2(_local5, _local4);
if (nobiru == true) {
if (((this.wire.hitTest(_root.tenjou_mc) == false) & (this.wire.hitTest(_root.tenjou2_mc) == false)) & (this.wire.hitTest(_root.tenjou3_mc) == false)) {
if (this.player_mc._y > (_root.tenjou_mc._y + 21)) {
if (this.wire._y > -40) {
if (firstput == true) {
if (firstlong == true) {
firstlong = false;
this.wire._y = _root.player_mc._y;
this.wire._x = _root.player_mc._x;
}
if (this.player_mc._y >= this.wire._y) {
undershot = false;
this.wire._y = this.wire._y + yuspeed;
this.wire._x = this.wire._x + xuspeed;
} else {
undershot = true;
this.wire._y = _root.player_mc._y;
this.wire._x = _root.player_mc._x;
firstput = false;
nobiru == false;
}
} else {
this.wire._y = _root.player_mc._y;
this.wire._x = _root.player_mc._x;
firstput = false;
nobiru == false;
}
} else {
this.wire._y = _root.player_mc._y;
this.wire._x = _root.player_mc._x;
firstput = false;
nobiru == false;
}
} else {
firstput = false;
nobiru == false;
}
} else {
if (Key.isDown(32) == true) {
}
this.wire._y = 20;
nobiru = false;
}
if (this.player_mc._y < (this.wire._y + 3)) {
}
}
if (undershot == false) {
if (((this.wire.hitTest(_root.tenjou_mc) == true) || (this.wire.hitTest(_root.tenjou2_mc) == true)) || (this.wire.hitTest(_root.tenjou3_mc) == true)) {
if (_root.player_mc._y > this.wire._y) {
if (firsthit == true) {
v = 0;
firsthit = false;
firstrelease = true;
CenterX = wire._x;
CenterY = wire._y;
temptenjoux = this.tenjou_mc._x;
temptenjou2x = this.tenjou2_mc._x;
temptenjou3x = this.tenjou3_mc._x;
x = -(CenterX - _root.player_mc._x);
y = CenterY - _root.player_mc._y;
L = Math.sqrt((x * x) + (y * y));
centermeter = meter - (x / 100);
firstx = x;
}
a = ((-g) * x) / L;
v = v + (a / 2);
x = x + (v / 2);
if ((firstx * x) <= 0) {
my_sound2.start();
firstx = x;
}
tmpy = Math.sqrt((L * L) - (x * x));
ly = tmpy - y;
vy = ly / 2;
y = Math.sqrt((L * L) - (x * x));
_root.player_mc._x = CenterX + x;
_root.player_mc._y = CenterY + y;
meter = centermeter + (x / 100);
} else {
if (this.tenjou_mc._x < 0) {
}
if (this.tenjou2_mc._x < 0) {
}
}
}
}
if (undershot == true) {
this.wire._y = _root.player_mc._y;
this.wire._x = _root.player_mc._x;
}
if ((((this.wire.hitTest(_root.tenjou_mc) == false) & (this.wire.hitTest(_root.tenjou2_mc) == false)) & (this.wire.hitTest(_root.tenjou3_mc) == false)) || (undershot == true)) {
if (_root.player_mc.hitTest(_root.jimen_mc) == false) {
if (firstrelease == true) {
gvy = 3 * vy;
firstrelease = false;
} else {
gvy = gvy + (g / 30);
}
_root.player_mc._y = _root.player_mc._y + gvy;
vv = v / 1.5;
if (vv > 0) {
if (_root.player_mc._x > fx) {
this.tenjou3_mc._x = this.tenjou3_mc._x - (2 * vv);
this.tenjou2_mc._x = this.tenjou2_mc._x - (2 * vv);
this.tenjou_mc._x = this.tenjou_mc._x - (2 * vv);
this.bj._x = this.bj._x - (vv / 3);
this.bj2._x = this.bj2._x - (vv / 3);
_root.jimen_mc._x - (2 * vv);
_root.player_mc._x = _root.player_mc._x - vv;
this.needle_1._x = this.needle_1._x - vv;
this.needle_2._x = vv;
} else {
this.tenjou3_mc._x = this.tenjou3_mc._x - vv;
this.tenjou2_mc._x = this.tenjou2_mc._x - vv;
this.tenjou_mc._x = this.tenjou_mc._x - vv;
this.bj._x = this.bj._x - (vv / 3);
this.bj2._x = this.bj2._x - (vv / 3);
_root.jimen_mc._x = _root.jimen_mc._x - vv;
this.needle_1._x = this.needle_1._x - vv;
this.needle_2._x = this.needle_2._x - vv;
}
meter = meter + 0.1;
} else {
if (_root.player_mc._x < fx) {
_root.player_mc._x = _root.player_mc._x + vv;
} else {
_root.player_mc._x = _root.player_mc._x + vv;
}
meter = meter - 0.1;
}
}
if (((Math.round(50 * meter) / 10) > 500) && ((Math.round(50 * meter) / 10) < 1000)) {
}
if (this.tenjou_mc._x < ((-this.tenjou_mc._width) / 2)) {
this.tenjou_mc._x = (((this.tenjou3_mc._x + 280) + Math.floor(Math.random() * 100)) + 1) - 50;
if (((Math.round(50 * meter) / 10) > 500) && ((Math.round(50 * meter) / 10) < 1000)) {
this.tenjou_mc._width = 180;
} else if (((Math.round(50 * meter) / 10) > 1000) && ((Math.round(50 * meter) / 10) < 2000)) {
this.tenjou_mc._width = 160;
} else if (((Math.round(50 * meter) / 10) > 2000) && ((Math.round(50 * meter) / 10) < 3000)) {
this.tenjou_mc._width = 140;
} else if (((Math.round(50 * meter) / 10) > 3000) && ((Math.round(50 * meter) / 10) < 4000)) {
this.tenjou_mc._width = 120;
} else if (((Math.round(50 * meter) / 10) > 4000) && ((Math.round(50 * meter) / 10) < 5000)) {
this.tenjou_mc._width = 100;
} else if (((Math.round(50 * meter) / 10) > 5000) && ((Math.round(50 * meter) / 10) < 6000)) {
this.tenjou_mc._width = 80;
} else if (((Math.round(50 * meter) / 10) > 6000) && ((Math.round(50 * meter) / 10) < 8000)) {
this.tenjou_mc._width = 70;
} else if (((Math.round(50 * meter) / 10) > 8000) && ((Math.round(50 * meter) / 10) < 10000)) {
this.tenjou_mc._width = 60;
} else if ((Math.round(50 * meter) / 10) > 10000) {
this.tenjou_mc._width = 50;
}
}
if (this.tenjou2_mc._x < ((-this.tenjou_mc._width) / 2)) {
this.tenjou2_mc._x = (((this.tenjou_mc._x + 280) + Math.floor(Math.random() * 100)) + 1) - 50;
if (((Math.round(50 * meter) / 10) > 500) && ((Math.round(50 * meter) / 10) < 1000)) {
this.tenjou2_mc._width = 180;
} else if (((Math.round(50 * meter) / 10) > 1000) && ((Math.round(50 * meter) / 10) < 2000)) {
this.tenjou2_mc._width = 160;
} else if (((Math.round(50 * meter) / 10) > 2000) && ((Math.round(50 * meter) / 10) < 3000)) {
this.tenjou2_mc._width = 140;
} else if (((Math.round(50 * meter) / 10) > 3000) && ((Math.round(50 * meter) / 10) < 4000)) {
this.tenjou2_mc._width = 120;
} else if (((Math.round(50 * meter) / 10) > 4000) && ((Math.round(50 * meter) / 10) < 5000)) {
this.tenjou2_mc._width = 100;
} else if (((Math.round(50 * meter) / 10) > 5000) && ((Math.round(50 * meter) / 10) < 6000)) {
this.tenjou2_mc._width = 90;
} else if (((Math.round(50 * meter) / 10) > 6000) && ((Math.round(50 * meter) / 10) < 8000)) {
this.tenjou2_mc._width = 80;
} else if (((Math.round(50 * meter) / 10) > 8000) && ((Math.round(50 * meter) / 10) < 10000)) {
this.tenjou2_mc._width = 70;
} else if ((Math.round(50 * meter) / 10) > 10000) {
this.tenjou2_mc._width = 60;
}
}
if (this.tenjou3_mc._x < ((-this.tenjou_mc._width) / 2)) {
this.tenjou3_mc._x = (((this.tenjou2_mc._x + 280) + Math.floor(Math.random() * 100)) + 1) - 50;
if (((Math.round(50 * meter) / 10) > 500) && ((Math.round(50 * meter) / 10) < 1000)) {
this.tenjou3_mc._width = 180;
} else if (((Math.round(50 * meter) / 10) > 1000) && ((Math.round(50 * meter) / 10) < 2000)) {
this.tenjou3_mc._width = 160;
} else if (((Math.round(50 * meter) / 10) > 2000) && ((Math.round(50 * meter) / 10) < 3000)) {
this.tenjou3_mc._width = 140;
} else if (((Math.round(50 * meter) / 10) > 3000) && ((Math.round(50 * meter) / 10) < 4000)) {
this.tenjou3_mc._width = 120;
} else if (((Math.round(50 * meter) / 10) > 4000) && ((Math.round(50 * meter) / 10) < 5000)) {
this.tenjou3_mc._width = 110;
} else if (((Math.round(50 * meter) / 10) > 5000) && ((Math.round(50 * meter) / 10) < 6000)) {
this.tenjou3_mc._width = 100;
} else if (((Math.round(50 * meter) / 10) > 6000) && ((Math.round(50 * meter) / 10) < 8000)) {
this.tenjou3_mc._width = 90;
} else if (((Math.round(50 * meter) / 10) > 8000) && ((Math.round(50 * meter) / 10) < 10000)) {
this.tenjou3_mc._width = 80;
} else if ((Math.round(50 * meter) / 10) > 10000) {
this.tenjou3_mc._width = 70;
}
}
if ((Math.round(50 * meter) / 10) > 500) {
if (LEVEL == 1) {
this.level_mc.play();
this.level_mc._x = 200;
my_sound4.start();
LEVEL = 2;
}
}
if ((Math.round(50 * meter) / 10) > 1000) {
if (LEVEL == 2) {
this.level_mc.play();
this.level_mc._x = 200;
my_sound4.start();
LEVEL = 3;
}
}
if ((Math.round(50 * meter) / 10) > 2000) {
if (LEVEL == 3) {
this.level_mc.play();
this.level_mc._x = 200;
my_sound4.start();
LEVEL = 4;
}
}
if ((Math.round(50 * meter) / 10) > 3000) {
if (LEVEL == 4) {
this.level_mc.play();
this.level_mc._x = 200;
my_sound4.start();
LEVEL = 5;
}
}
if ((Math.round(50 * meter) / 10) > 4000) {
if (LEVEL == 5) {
this.level_mc.play();
this.level_mc._x = 200;
my_sound4.start();
LEVEL = 6;
}
}
if ((Math.round(50 * meter) / 10) > 5000) {
if (LEVEL == 6) {
this.level_mc.play();
this.level_mc._x = 200;
my_sound4.start();
LEVEL = 7;
}
}
if ((Math.round(50 * meter) / 10) > 6000) {
if (LEVEL == 7) {
this.level_mc.play();
this.level_mc._x = 200;
my_sound4.start();
LEVEL = 8;
}
}
if ((Math.round(50 * meter) / 10) > 8000) {
if (LEVEL == 8) {
this.level_mc.play();
this.level_mc._x = 200;
my_sound4.start();
LEVEL = 9;
}
}
if ((Math.round(50 * meter) / 10) > 10000) {
if (LEVEL == 9) {
this.level_mc.play();
this.level_mc._x = 200;
my_sound4.start();
LEVEL = 10;
}
}
}
if (Key.isDown(32) == true) {
}
if (Key.isDown(32) == false) {
catcher = false;
}
if (hanasu == true) {
this.wire._x = 1000;
firsthit = true;
firstlong = true;
}
if (this.needle_mc1._x < -750) {
this.needle_mc1._x = this.needle_mc2._x + 750;
}
if (this.needle_mc2._x < -750) {
this.needle_mc2._x = this.needle_mc1._x + 750;
}
putmeter = Math.round(5 * meter) / 1;
triangle_mc.clear();
if (_root.wire._x != 1000) {
_root.createEmptyMovieClip("triangle_mc", this.getNextHighestDepth());
triangle_mc.lineStyle(cx, l_color, 50, true, "none", "round", "miter", 1);
triangle_mc.moveTo(_root.player_mc._x, _root.player_mc._y);
triangle_mc.lineTo(_root.wire._x, _root.wire._y);
}
if (_root.player_mc._y > 400) {
my_music.stop();
my_sound3.start();
if (_parent.hardd == 3) {
mrss.start();
} else {
kkxd.start();
}
gotoAndStop ("\u7ED3\u675F");
}
if (_root.player_mc._x < -400) {
my_music.stop();
my_sound3.start();
if (_parent.hardd == 3) {
mrss.start();
} else {
kkxd.start();
}
gotoAndStop ("\u7ED3\u675F");
}
};
Instance of Symbol 170 MovieClip in Symbol 247 MovieClip Frame 5
onClipEvent (load) {
gotoAndStop(_parent._parent.hardd);
}
Instance of Symbol 192 MovieClip in Symbol 247 MovieClip Frame 5
onClipEvent (load) {
function ziti(obj, oldval, newval) {
if (newval > 9999999) {
num8.gotoAndStop((int(newval / 10000000) % 10) + 1);
} else {
num8.gotoAndStop(11);
}
if (newval > 999999) {
num7.gotoAndStop((int(newval / 1000000) % 10) + 1);
} else {
num7.gotoAndStop(11);
}
if (newval > 99999) {
num6.gotoAndStop((int(newval / 100000) % 10) + 1);
} else {
num6.gotoAndStop(11);
}
if (newval > 9999) {
num5.gotoAndStop((int(newval / 10000) % 10) + 1);
} else {
num5.gotoAndStop(11);
}
if (newval > 999) {
num4.gotoAndStop((int(newval / 1000) % 10) + 1);
} else {
num4.gotoAndStop(11);
}
if (newval > 99) {
num3.gotoAndStop((int(newval / 100) % 10) + 1);
} else {
num3.gotoAndStop(11);
}
if (newval > 9) {
num2.gotoAndStop((int(newval / 10) % 10) + 1);
} else {
num2.gotoAndStop(11);
}
num1.gotoAndStop((newval % 10) + 1);
return(newval);
}
_root.watch("putmeter", ziti);
ziti(null, null, _root.putmeter);
}
Instance of Symbol 193 MovieClip in Symbol 247 MovieClip Frame 5
onClipEvent (load) {
function ziti(obj, oldval, newval) {
if (newval > 99) {
num3.gotoAndStop((int(newval / 100) % 10) + 1);
} else {
num3.gotoAndStop(11);
}
if (newval > 9) {
num2.gotoAndStop((int(newval / 10) % 10) + 1);
} else {
num2.gotoAndStop(11);
}
num1.gotoAndStop((newval % 10) + 1);
return(newval);
}
_root.watch("LEVEL", ziti);
ziti(null, null, _root.LEVEL);
}
Symbol 247 MovieClip Frame 7
gameover = true;
triangle_mc.clear();
delete onEnterFrame;
_root.score = putmeter;
if (_parent.hardd == 3) {
_root.score = _root.score * 2;
}
if (_root.score <= 0) {
_root.score = 0;
}
Instance of Symbol 94 MovieClip in Symbol 247 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_x <= -800) {
_x = ((_parent.bj2._x + _parent.bj2._width) - 2);
}
}
Instance of Symbol 242 MovieClip "x2" in Symbol 247 MovieClip Frame 7
onClipEvent (load) {
if ((_parent._parent.hardd == 3) && (_root.score > 0)) {
_root.my_sound4.start();
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 246 MovieClip in Symbol 247 MovieClip Frame 7
onClipEvent (load) {
if (_root.zuobi == false) {
_visible = false;
} else {
_root.e_r.start();
_visible = true;
}
}