Frame 1
stop();
_root.second = 0;
_root.seconds = 0;
Instance of Symbol 11 MovieClip in Frame 1
onClipEvent (enterFrame) {
loaded = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.Val = loaded + "%";
this._width = loaded;
if (loaded == 100) {
_root.gotoAndPlay("title");
}
}
Frame 2
gotoAndPlay (1);
Frame 3
stop();
_quality = "MEDIUM";
stopAllSounds();
_root.bo = 1;
_root.gou = 0;
_root.bonush = 0;
_root.bai = 1;
_root.ballh = 0;
_root.bonus = 0;
_root.score = 0;
_root.ball = 0;
_root.shi = 0;
_root.hp = 100;
_root.tou = 100;
_root.nug = 0;
Instance of Symbol 39 MovieClip in Frame 3
onClipEvent (enterFrame) {
_root.seconds = _root.seconds + 1;
if (_root.seconds > 40) {
_root.seconds = 0;
_root.second = _root.second + 1;
if (_root.second > 59) {
_root.second = 0;
}
}
}
Instance of Symbol 45 MovieClip in Frame 3
onClipEvent (load) {
fr = 40;
time = 1000;
time_count = 0;
old_timer = getTimer();
fps = (fr + "/") + fr;
}
onClipEvent (enterFrame) {
time_count = time_count + 1;
if ((getTimer() - old_timer) >= time) {
fps = (Math.floor((time_count * 1000) / (getTimer() - old_timer)) + "/") + fr;
_root.fp = Math.floor((time_count * 1000) / (getTimer() - old_timer));
old_timer = getTimer();
time_count = 0;
}
}
Frame 4
stop();
Instance of Symbol 49 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.nug == 2) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 51 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.nug == 1) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 53 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.nug == 0) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.tou = 100;
_root.nug = _root.nug + 1;
}
}
Frame 5
Mouse.hide();
stop();
Instance of Symbol 49 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.nug == 2) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
if (_root.nug == 3) {
_root.score = _root.score + Math.floor(_root.bonus / _root.fp);
_root.gotoAndStop("clear");
}
}
Instance of Symbol 53 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.nug == 0) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.tou = 100;
_root.nug = _root.nug + 1;
_root.ballh = _root.ballh + 1;
if (_root.ballh == 1) {
_root.ball = 1;
_root.ballh = _root.ballh + 1;
}
}
}
Instance of Symbol 69 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.nug == 1) {
if (_root.bonush == 0) {
_root.score = _root.score + _root.bonus;
play();
}
}
if (_root.nug == 2) {
if (_root.bonush == 1) {
_root.score = _root.score + _root.bonus;
play();
}
}
if (_root.nug == 3) {
stop();
}
}
Instance of Symbol 71 MovieClip in Frame 5
onClipEvent (enterFrame) {
_xscale = _root.hp;
_root.hp = _root.hp + 0.9;
_root.hp = 100;
if (_root.hp > 100) {
_root.hp = 100;
}
}
Instance of Symbol 84 MovieClip "game" in Frame 5
onClipEvent (load) {
_root.tama = 0;
_root.comboh = 0;
_root.combo = 0;
_root.bo = 0;
_root.exbonus = 0;
_root.sx = 0;
_root.sy = 0;
_root.bonush = 0;
_root.bai = 1;
_root.ballh = 0;
_root.bonus = 0;
_root.score = 0;
_root.ball = 0;
_root.shi = 0;
_root.hp = 100;
_root.tou = 100;
_root.nug = 0;
g = 0;
tno = 0;
tint = 30;
tcnt = 0;
_root.score = 0;
sword_mc._visible = false;
se = new Sound();
se1 = new Sound();
se2 = new Sound();
se3 = new Sound();
se3.attachSound("go");
se.attachSound("se_sword");
se1.attachSound("se_sword1");
se2.attachSound("miss");
}
onClipEvent (enterFrame) {
function tamaPos(tmc) {
var _local1 = tmc;
switch (Math.floor(g)) {
case 0 :
_local1._x = 400;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 135;
return;
case 1 :
_local1._x = Math.random() * 400;
_local1._y = 400;
_local1.deg = (Math.random() * 90) + 225;
return;
case 2 :
_local1._x = 0;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 315;
return;
case 3 :
_local1._x = Math.random() * 400;
_local1._y = 0;
_local1.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
var _local1 = _root;
var _local2 = this;
_local2._rotation = _local2._rotation + 0;
_local2._x = _local2._x + (_local2.speed * Math.cos(0.01745329 * _local2.deg));
_local2._y = _local2._y + (_local2.speed * Math.sin(0.01745329 * _local2.deg));
if (!_local2.hit_flag) {
if (sword_mc._visible && (_local2.hitTest(sword_mc))) {
_local2.deg = _rotation;
_local2.speed = 20;
_local2.hit_flag = true;
if (_local1.comboh == 1) {
_local1.combo = _local1.combo + 1;
}
_local1.score = _local1.score + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
_local1.bonus = _local1.bonus + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
tint = tint + 0.07;
_local1.tou = _local1.tou - 1;
if (_local1.fp > 37) {
_local1.score = _local1.score + ((10 * _local1.bai) * _local1.combo);
_local1.bonus = _local1.bonus + (10 * _local1.bai);
}
_local1.bonus = _local1.bonus - (42 - _local1.fp);
if (_local1.bonus < 0) {
_local1.bonus = 0;
}
if (_local1.ball == 1) {
_local1.exbonus = _local1.exbonus + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
}
se.start();
} else if (_local2.hitTest(_x, _y, false)) {
_local1.hp = _local1.hp - 20;
if (_local1.fp < 35) {
_local1.hp = _local1.hp - 10;
}
se2.start();
_local1.bonus = _local1.bonus - ((42 - _local1.fp) * 100);
if (_local1.bonus < 0) {
_local1.bonus = 0;
}
if (_local1.hp < 0) {
_local1.shi = 1;
se3.start();
_local1.gotoAndStop("over");
}
if (_local1.shi == 0) {
if ((_local1.nug == 0) & (_local1.tou == 100)) {
_local1.tou = 100;
}
_local1.tou = _local1.tou + 0;
if (_local1.tou > 100) {
_local1.nug = _local1.nug - 1;
_local1.tou = 0;
}
}
}
}
if (((((_local2._x < 0) || (_local2._x > Stage.width)) || (_local2._y < 0)) || (_local2._y > Stage.height)) || (_local1._currentframe == "game")) {
_local1.tama = _local1.tama - 1;
_local2.removeMovieClip();
}
}
if (_root.fp < 30) {
_root.gotoAndStop("omoi");
}
vx = (_root._xmouse - _x) / 4;
vy = (_root._ymouse - _y) / 4;
_x = (_x + vx);
_y = (_y + vy);
_root.sx = _x;
_root.sy = _y;
if ((Math.abs(vx) > 1) || (Math.abs(vy) > 1)) {
_rotation = ((Math.atan2(vy, vx) * 180) / 3.141593);
}
if (sword_mc._visible) {
sword_mc._rotation = sword_mc._rotation + 20;
if (sword_mc._rotation == 180) {
sword_mc._rotation = 0;
_root.comboh = 0;
_root.combo = 0;
_root.hp = _root.hp - 7;
if (_root.hp < 0) {
se3.start();
_root.gotoAndStop("over");
}
sword_mc._visible = false;
}
if (sword_mc._rotation == 20) {
se1.start();
}
}
if ((++tcnt) > tint) {
if (_root.tama < 5) {
tmc = _root.attachMovie("Tama", "tama" + tno, tno);
_root.tama = _root.tama + 1;
tmc.speed = random(12) + 4;
if (_root.fp < 35) {
tmc.speed = tmc.speed + 1;
}
tmc.hit_flag = false;
tamaPos(tmc);
tmc.onEnterFrame = tamaEvent;
if ((++tno) > 1000) {
tno = 0;
}
}
tcnt = 0;
}
tint = tint - 0.005;
if (tint < 1) {
tint = 1;
}
_root.tint = tint;
g = random(4);
if (_x < 40) {
_root.score = _root.score + 50;
_root.hp = _root.hp - 2;
_x = 40;
}
if (_x > 360) {
_root.score = _root.score + 50;
_x = 360;
_root.hp = _root.hp - 2;
}
if (_y < 40) {
_y = 40;
}
if (_y > 360) {
_y = 360;
}
if (_root.hp < 0) {
se3.start();
_root.gotoAndStop("over");
}
}
onClipEvent (mouseDown) {
_root.comboh = 1;
sword_mc._visible = true;
}
Instance of Symbol 86 MovieClip [kai] "kai" in Frame 5
onClipEvent (enterFrame) {
if (_root.ball == 0) {
_root.kai._visible = false;
}
if (_root.ball == 1) {
_root.kai._visible = true;
_root.bai = 2;
}
}
on (keyPress "<Space>") {
if (_root.ball == 1) {
_root.kai._visible = false;
_root.hp = _root.hp + 100;
if (_root.hp > 100) {
_root.hp = 100;
}
_root.ball = 0;
_root.bai = 1;
}
}
Frame 6
Mouse.show();
_quality = "HIGH";
stop();
Instance of Symbol 89 MovieClip in Frame 6
onClipEvent (enterFrame) {
_x = _root.sx;
_y = _root.sy;
}
Instance of Symbol 93 MovieClip "spb" in Frame 6
onClipEvent (enterFrame) {
_root.spb._visible = false;
if (_root.bo == 1) {
_root.spb._visible = true;
play();
}
}
on (keyPress "<Space>") {
if (_root.bo == 1) {
_root.gotoAndStop("check");
}
}
Frame 7
gotoAndPlay (1);
Frame 8
Mouse.show();
_quality = "HIGH";
stop();
Instance of Symbol 93 MovieClip "spb" in Frame 8
onClipEvent (enterFrame) {
_root.spb._visible = false;
if (_root.bo == 1) {
_root.spb._visible = true;
play();
}
}
on (keyPress "<Space>") {
if (_root.bo == 1) {
stopAllSounds();
_root.gotoAndStop("cbonus");
}
}
Frame 9
stop();
Instance of Symbol 110 MovieClip "bura" in Frame 9
onClipEvent (enterFrame) {
if (_root.nug == 1) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 112 MovieClip "pan" in Frame 9
onClipEvent (enterFrame) {
if (_root.nug == 2) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 114 MovieClip "fuku" in Frame 9
onClipEvent (enterFrame) {
if (_root.nug == 0) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.tou = 100;
_root.nug = _root.nug + 1;
}
}
Frame 10
Mouse.hide();
stop();
Instance of Symbol 112 MovieClip "pan" in Frame 10
onClipEvent (enterFrame) {
if (_root.nug == 2) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
if (_root.nug == 3) {
_root.score = _root.score + Math.floor(_root.bonus / _root.fp);
_root.gotoAndStop("clear2");
}
}
Instance of Symbol 114 MovieClip "fuku" in Frame 10
onClipEvent (enterFrame) {
if (_root.nug == 0) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.tou = 100;
_root.nug = _root.nug + 1;
_root.ballh = _root.ballh + 1;
if (_root.ballh == 1) {
_root.ball = 1;
_root.ballh = _root.ballh + 1;
}
}
}
Instance of Symbol 69 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.nug == 1) {
if (_root.bonush == 0) {
_root.score = _root.score + _root.bonus;
play();
}
}
if (_root.nug == 2) {
if (_root.bonush == 1) {
_root.score = _root.score + _root.bonus;
play();
}
}
if (_root.nug == 3) {
stop();
}
}
Instance of Symbol 71 MovieClip in Frame 10
onClipEvent (enterFrame) {
_xscale = _root.hp;
_root.hp = _root.hp + 0.9;
_root.hp = 100;
if (_root.hp > 100) {
_root.hp = 100;
}
}
Instance of Symbol 84 MovieClip "game" in Frame 10
onClipEvent (load) {
_root.tama = 0;
_root.comboh = 0;
_root.combo = 0;
_root.bo = 0;
_root.exbonus = 0;
_root.sx = 0;
_root.sy = 0;
_root.bonush = 0;
_root.bai = 1;
_root.ballh = 0;
_root.bonus = 0;
_root.score = 0;
_root.ball = 0;
_root.shi = 0;
_root.hp = 100;
_root.tou = 100;
_root.nug = 0;
g = 0;
tno = 0;
tint = 30;
tcnt = 0;
_root.score = 0;
sword_mc._visible = false;
se = new Sound();
se1 = new Sound();
se2 = new Sound();
se3 = new Sound();
se3.attachSound("go");
se.attachSound("se_sword");
se1.attachSound("se_sword1");
se2.attachSound("miss");
}
onClipEvent (enterFrame) {
function tamaPos(tmc) {
var _local1 = tmc;
switch (Math.floor(g)) {
case 0 :
_local1._x = 400;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 135;
return;
case 1 :
_local1._x = Math.random() * 400;
_local1._y = 400;
_local1.deg = (Math.random() * 90) + 225;
return;
case 2 :
_local1._x = 0;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 315;
return;
case 3 :
_local1._x = Math.random() * 400;
_local1._y = 0;
_local1.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
var _local1 = _root;
var _local2 = this;
_local2._rotation = _local2._rotation + 0;
_local2._x = _local2._x + (_local2.speed * Math.cos(0.01745329 * _local2.deg));
_local2._y = _local2._y + (_local2.speed * Math.sin(0.01745329 * _local2.deg));
if (!_local2.hit_flag) {
if (sword_mc._visible && (_local2.hitTest(sword_mc))) {
_local2.deg = _rotation;
_local2.speed = 20;
_local2.hit_flag = true;
if (_local1.comboh == 1) {
_local1.combo = _local1.combo + 1;
}
_local1.score = _local1.score + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
_local1.bonus = _local1.bonus + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
tint = tint + 0.07;
_local1.tou = _local1.tou - 1;
if (_local1.fp > 37) {
_local1.score = _local1.score + ((10 * _local1.bai) * _local1.combo);
_local1.bonus = _local1.bonus + (10 * _local1.bai);
}
_local1.bonus = _local1.bonus - (42 - _local1.fp);
if (_local1.bonus < 0) {
_local1.bonus = 0;
}
if (_local1.ball == 1) {
_local1.exbonus = _local1.exbonus + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
}
se.start();
} else if (_local2.hitTest(_x, _y, false)) {
_local1.hp = _local1.hp - 20;
if (_local1.fp < 35) {
_local1.hp = _local1.hp - 10;
}
se2.start();
_local1.bonus = _local1.bonus - ((42 - _local1.fp) * 100);
if (_local1.bonus < 0) {
_local1.bonus = 0;
}
if (_local1.hp < 0) {
_local1.shi = 1;
se3.start();
_local1.gotoAndStop("over2");
}
if (_local1.shi == 0) {
if ((_local1.nug == 0) & (_local1.tou == 100)) {
_local1.tou = 100;
}
_local1.tou = _local1.tou + 0;
if (_local1.tou > 100) {
_local1.nug = _local1.nug - 1;
_local1.tou = 0;
}
}
}
}
if (((((_local2._x < 0) || (_local2._x > Stage.width)) || (_local2._y < 0)) || (_local2._y > Stage.height)) || (_local1._currentframe == "game2")) {
_local1.tama = _local1.tama - 1;
_local2.removeMovieClip();
}
}
if (_root.fp < 30) {
_root.gotoAndStop("omoi");
}
vx = (_root._xmouse - _x) / 4;
vy = (_root._ymouse - _y) / 4;
_x = (_x + vx);
_y = (_y + vy);
_root.sx = _x;
_root.sy = _y;
if ((Math.abs(vx) > 1) || (Math.abs(vy) > 1)) {
_rotation = ((Math.atan2(vy, vx) * 180) / 3.141593);
}
if (sword_mc._visible) {
sword_mc._rotation = sword_mc._rotation + 20;
if (sword_mc._rotation == 180) {
sword_mc._rotation = 0;
_root.comboh = 0;
_root.combo = 0;
_root.hp = _root.hp - 7;
if (_root.hp < 0) {
se3.start();
_root.gotoAndStop("over2");
}
sword_mc._visible = false;
}
if (sword_mc._rotation == 20) {
se1.start();
}
}
if ((++tcnt) > tint) {
if (_root.tama < 5) {
tmc = _root.attachMovie("Tama", "tama" + tno, tno);
_root.tama = _root.tama + 1;
tmc.speed = random(12) + 4;
if (_root.fp < 35) {
tmc.speed = tmc.speed + 1;
}
tmc.hit_flag = false;
tamaPos(tmc);
tmc.onEnterFrame = tamaEvent;
if ((++tno) > 1000) {
tno = 0;
}
}
tcnt = 0;
}
tint = tint - 0.005;
if (tint < 1) {
tint = 1;
}
_root.tint = tint;
g = random(4);
if (_x < 40) {
_root.score = _root.score + 50;
_root.hp = _root.hp - 2;
_x = 40;
}
if (_x > 360) {
_root.score = _root.score + 50;
_x = 360;
_root.hp = _root.hp - 2;
}
if (_y < 40) {
_y = 40;
}
if (_y > 360) {
_y = 360;
}
if (_root.hp < 0) {
se3.start();
_root.gotoAndStop("over2");
}
}
onClipEvent (mouseDown) {
_root.comboh = 1;
sword_mc._visible = true;
}
Instance of Symbol 86 MovieClip [kai] "kai" in Frame 10
onClipEvent (enterFrame) {
if (_root.ball == 0) {
_root.kai._visible = false;
}
if (_root.ball == 1) {
_root.kai._visible = true;
_root.bai = 2;
}
}
on (keyPress "<Space>") {
if (_root.ball == 1) {
_root.kai._visible = false;
_root.hp = _root.hp + 100;
if (_root.hp > 100) {
_root.hp = 100;
}
_root.ball = 0;
_root.bai = 1;
}
}
Frame 11
Mouse.show();
_quality = "HIGH";
stop();
Instance of Symbol 89 MovieClip in Frame 11
onClipEvent (load) {
vx = _root._xmouse;
vy = _root._ymouse;
}
onClipEvent (enterFrame) {
_x = vx;
_y = vy;
}
Instance of Symbol 93 MovieClip "spb" in Frame 11
onClipEvent (enterFrame) {
_root.spb._visible = false;
if (_root.bo == 1) {
_root.spb._visible = true;
play();
}
}
on (keyPress "<Space>") {
if (_root.bo == 1) {
_root.gotoAndStop("check");
}
}
Frame 12
gotoAndPlay (1);
Frame 13
Mouse.show();
_quality = "HIGH";
stop();
Instance of Symbol 93 MovieClip "spb" in Frame 13
onClipEvent (enterFrame) {
_root.spb._visible = false;
if (_root.bo == 1) {
_root.spb._visible = true;
play();
}
}
on (keyPress "<Space>") {
stopAllSounds();
if (_root.bo == 1) {
_root.gotoAndStop("cbonus");
}
}
Frame 14
gotoAndPlay (1);
Frame 15
stopAllSounds();
_root.score = 0;
Mouse.show();
stop();
Frame 16
gotoAndPlay (1);
Frame 17
stop();
Instance of Symbol 145 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.nug == 2) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 148 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.nug == 1) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 151 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.nug == 0) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.tou = 100;
_root.nug = _root.nug + 1;
_root.ballh = _root.ballh + 1;
if (_root.ballh == 1) {
_root.ball = 1;
_root.ballh = _root.ballh + 1;
}
}
}
Instance of Symbol 84 MovieClip "game" in Frame 17
onClipEvent (load) {
_root.tama = 0;
_root.bonush = 0;
_root.bai = 1;
_root.ballh = 0;
_root.bonus = 0;
_root.score = 0;
_root.ball = 0;
_root.shi = 0;
_root.hp = 100;
_root.tou = 100;
_root.nug = 0;
g = 0;
tno = 0;
tint = 0;
tcnt = 0;
_root.score = 0;
sword_mc._visible = false;
se = new Sound();
se1 = new Sound();
se.attachSound("se_sword");
se1.attachSound("se_sword1");
}
onClipEvent (enterFrame) {
function tamaPos(tmc) {
var _local1 = tmc;
switch (Math.floor(g)) {
case 0 :
_local1._x = 400;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 135;
return;
case 1 :
_local1._x = Math.random() * 400;
_local1._y = 400;
_local1.deg = (Math.random() * 90) + 225;
return;
case 2 :
_local1._x = 0;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 315;
return;
case 3 :
_local1._x = Math.random() * 400;
_local1._y = 0;
_local1.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
var _local1 = _root;
var _local2 = this;
_local2._rotation = _local2._rotation + 0;
_local2._x = _local2._x + (_local2.speed * Math.cos(0.01745329 * _local2.deg));
_local2._y = _local2._y + (_local2.speed * Math.sin(0.01745329 * _local2.deg));
if (!_local2.hit_flag) {
if (sword_mc._visible && (_local2.hitTest(sword_mc))) {
_local2.deg = _rotation;
_local2.speed = 20;
_local2.hit_flag = true;
_local1.score = _local1.score + (Math.floor(101 - _local1.hp) * _local1.bai);
_local1.bonus = _local1.bonus + (Math.floor(101 - _local1.hp) * _local1.bai);
_local1.tou = _local1.tou - 2;
if (_local1.fp > 37) {
_local1.score = _local1.score + (10 * _local1.bai);
_local1.bonus = _local1.bonus + (10 * _local1.bai);
}
_local1.bonus = _local1.bonus - (40 - _local1.fp);
if (_local1.bonus < 0) {
_local1.bonus = 0;
}
se.start();
} else if (_local2.hitTest(_x, _y, false)) {
_local1.hp = _local1.hp - 0;
_local1.bonus = 0;
if (_local1.hp < 0) {
_local1.shi = 1;
_local1.gotoAndStop("over");
}
if (_local1.shi == 0) {
if ((_local1.nug == 0) & (_local1.tou == 100)) {
_local1.tou = 100;
}
_local1.tou = _local1.tou + 0;
if (_local1.tou > 100) {
_local1.nug = _local1.nug - 1;
_local1.tou = 0;
}
}
}
}
if (((((_local2._x < 0) || (_local2._x > Stage.width)) || (_local2._y < 0)) || (_local2._y > Stage.height)) || (_local1._currentframe == "fpstest")) {
_local1.tama = _local1.tama - 1;
_local2.removeMovieClip();
}
}
if (_root.nug == 3) {
_root.gotoAndStop("fpsclear");
}
vx = (_root._xmouse - _x) / 4;
vy = (_root._ymouse - _y) / 4;
_x = (_x + vx);
_y = (_y + vy);
if ((Math.abs(vx) > 1) || (Math.abs(vy) > 1)) {
_rotation = ((Math.atan2(vy, vx) * 180) / 3.141593);
}
if (sword_mc._visible) {
sword_mc._rotation = sword_mc._rotation + 20;
if (sword_mc._rotation == 180) {
sword_mc._rotation = 0;
_root.hp = _root.hp - 0;
if (_root.hp < 0) {
_root.gotoAndStop("over");
}
sword_mc._visible = false;
}
if (sword_mc._rotation == 20) {
se1.start();
}
}
if ((++tcnt) > tint) {
tmc = _root.attachMovie("Tama", "tama" + tno, tno);
_root.tama = _root.tama + 1;
tmc.speed = random(10) + 4;
tmc.hit_flag = false;
tamaPos(tmc);
tmc.onEnterFrame = tamaEvent;
if ((++tno) > 1000) {
tno = 0;
}
tcnt = 0;
}
tint = tint - 0.005;
if (tint < 7) {
tint = 7;
}
_root.tint = tint;
g = random(4);
if (_x < 40) {
_x = 40;
}
if (_x > 360) {
_x = 360;
}
if (_y < 40) {
_y = 40;
}
if (_y > 360) {
_y = 360;
}
}
onClipEvent (mouseDown) {
sword_mc._visible = true;
}
Instance of Symbol 45 MovieClip in Frame 17
onClipEvent (load) {
fr = 40;
time = 1000;
time_count = 0;
old_timer = getTimer();
fps = (fr + "/") + fr;
}
onClipEvent (enterFrame) {
time_count = time_count + 1;
if ((getTimer() - old_timer) >= time) {
fps = (Math.floor((time_count * 1000) / (getTimer() - old_timer)) + "/") + fr;
_root.fp = Math.floor((time_count * 1000) / (getTimer() - old_timer));
old_timer = getTimer();
if (_root.fp > 40) {
_root.fp = 40;
}
time_count = 0;
}
}
Frame 18
stop();
Frame 19
gotoAndPlay (1);
Frame 20
stop();
_quality = "HIGH";
Frame 21
stop();
Frame 22
stop();
Frame 23
stop();
Frame 24
stop();
Frame 25
play();
_root.gou = _root.gou + (_root.exbonus * _root.bai);
if (_root.ball == 1) {
_root.gou = _root.gou + 100000;
_root.score = _root.score + _root.gou;
}
Instance of Symbol 86 MovieClip [kai] "kai" in Frame 25
onClipEvent (enterFrame) {
if (_root.ball == 0) {
_root.kai._visible = false;
}
if (_root.ball == 1) {
_root.kai._visible = true;
_root.bai = 2;
}
}
Instance of Symbol 210 MovieClip "bs" in Frame 49
onClipEvent (enterFrame) {
_root.bs._visible = false;
if (_root.ball == 1) {
_root.bs._visible = true;
}
}
Frame 93
stop();
Mouse.show();
Frame 94
gotoAndPlay (1);
Frame 95
CGIFile = "hibs.cgi?" + Math.floor(Math.random() * 1000);
myLoadVars = new LoadVars();
myLoadVars.onLoad = function (success) {
rank_in = false;
i = 0;
while (i < 10) {
if (Number(myLoadVars["score" + i]) < score) {
rank_in = true;
}
i++;
}
if (rank_in == true) {
gotoAndStop (96);
} else {
stopAllSounds();
gotoAndStop (97);
}
};
myLoadVars.load(CGIFile);
stop();
Frame 96
stop();
_quality = "HIGH";
send_btn.onRelease = function () {
stopAllSounds();
gotoAndPlay (97);
};
Frame 97
_quality = "HIGH";
CGIFile = "hibs.cgi?" + Math.floor(Math.random() * 1000);
mySaveVars = new LoadVars();
mySaveVars.score = score;
mySaveVars.playername = playername;
myLoadVars = new LoadVars();
myLoadVars.onLoad = function (success) {
rankingdata = "";
i = 0;
while (i < 10) {
tname = "rname" + (i + 1);
eval (tname).text = myLoadVars["name" + i];
tname = "rscore" + (i + 1);
eval (tname).text = myLoadVars["score" + i];
i++;
}
};
mySaveVars.sendAndLoad(CGIFile, myLoadVars, "POST");
stop();
Frame 99
gotoAndPlay (1);
Frame 100
stop();
Instance of Symbol 45 MovieClip in Frame 100
onClipEvent (load) {
fr = 40;
time = 1000;
time_count = 0;
old_timer = getTimer();
fps = (fr + "/") + fr;
}
onClipEvent (enterFrame) {
time_count = time_count + 1;
if ((getTimer() - old_timer) >= time) {
fps = (Math.floor((time_count * 1000) / (getTimer() - old_timer)) + "/") + fr;
_root.fp = Math.floor((time_count * 1000) / (getTimer() - old_timer));
old_timer = getTimer();
time_count = 0;
}
}
Frame 101
Mouse.hide();
stop();
Instance of Symbol 282 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.nug == 2) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
if (_root.nug == 3) {
_root.score = _root.score + Math.floor(_root.bonus / _root.fp);
_root.gotoAndStop("clear3");
}
}
Instance of Symbol 284 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.nug == 1) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 286 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.nug == 0) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.tou = 100;
_root.nug = _root.nug + 1;
_root.ballh = _root.ballh + 1;
if (_root.ballh == 1) {
_root.ball = 1;
_root.ballh = _root.ballh + 1;
}
}
}
Instance of Symbol 69 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.nug == 1) {
if (_root.bonush == 0) {
_root.score = _root.score + _root.bonus;
play();
}
}
if (_root.nug == 2) {
if (_root.bonush == 1) {
_root.score = _root.score + _root.bonus;
play();
}
}
if (_root.nug == 3) {
stop();
}
}
Instance of Symbol 71 MovieClip in Frame 101
onClipEvent (enterFrame) {
_xscale = _root.hp;
_root.hp = _root.hp + 0.9;
_root.hp = 100;
if (_root.hp > 100) {
_root.hp = 100;
}
}
Instance of Symbol 84 MovieClip "game" in Frame 101
onClipEvent (load) {
_root.tama = 0;
_root.comboh = 0;
_root.combo = 0;
_root.bo = 0;
_root.exbonus = 0;
_root.sx = 0;
_root.sy = 0;
_root.bonush = 0;
_root.bai = 1;
_root.ballh = 0;
_root.bonus = 0;
_root.score = 0;
_root.ball = 0;
_root.shi = 0;
_root.hp = 100;
_root.tou = 100;
_root.nug = 0;
g = 0;
tno = 0;
tint = 30;
tcnt = 0;
_root.score = 0;
sword_mc._visible = false;
se = new Sound();
se1 = new Sound();
se2 = new Sound();
se3 = new Sound();
se3.attachSound("go");
se.attachSound("se_sword");
se1.attachSound("se_sword1");
se2.attachSound("miss");
}
onClipEvent (enterFrame) {
function tamaPos(tmc) {
var _local1 = tmc;
switch (Math.floor(g)) {
case 0 :
_local1._x = 400;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 135;
return;
case 1 :
_local1._x = Math.random() * 400;
_local1._y = 400;
_local1.deg = (Math.random() * 90) + 225;
return;
case 2 :
_local1._x = 0;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 315;
return;
case 3 :
_local1._x = Math.random() * 400;
_local1._y = 0;
_local1.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
var _local1 = _root;
var _local2 = this;
_local2._rotation = _local2._rotation + 0;
_local2._x = _local2._x + (_local2.speed * Math.cos(0.01745329 * _local2.deg));
_local2._y = _local2._y + (_local2.speed * Math.sin(0.01745329 * _local2.deg));
if (!_local2.hit_flag) {
if (sword_mc._visible && (_local2.hitTest(sword_mc))) {
_local2.deg = _rotation;
_local2.speed = 20;
_local2.hit_flag = true;
if (_local1.comboh == 1) {
_local1.combo = _local1.combo + 1;
}
_local1.score = _local1.score + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
_local1.bonus = _local1.bonus + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
tint = tint + 0.07;
_local1.tou = _local1.tou - 1;
if (_local1.fp > 37) {
_local1.score = _local1.score + ((10 * _local1.bai) * _local1.combo);
_local1.bonus = _local1.bonus + (10 * _local1.bai);
}
_local1.bonus = _local1.bonus - (42 - _local1.fp);
if (_local1.bonus < 0) {
_local1.bonus = 0;
}
if (_local1.ball == 1) {
_local1.exbonus = _local1.exbonus + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
}
se.start();
} else if (_local2.hitTest(_x, _y, false)) {
_local1.hp = _local1.hp - 20;
if (_local1.fp < 35) {
_local1.hp = _local1.hp - 10;
}
se2.start();
_local1.bonus = _local1.bonus - ((42 - _local1.fp) * 100);
if (_local1.bonus < 0) {
_local1.bonus = 0;
}
if (_local1.hp < 0) {
_local1.shi = 1;
se3.start();
_local1.gotoAndStop("over3");
}
if (_local1.shi == 0) {
if ((_local1.nug == 0) & (_local1.tou == 100)) {
_local1.tou = 100;
}
_local1.tou = _local1.tou + 0;
if (_local1.tou > 100) {
_local1.nug = _local1.nug - 1;
_local1.tou = 0;
}
}
}
}
if (((((_local2._x < 0) || (_local2._x > Stage.width)) || (_local2._y < 0)) || (_local2._y > Stage.height)) || (_local1._currentframe == "game3")) {
_local1.tama = _local1.tama - 1;
_local2.removeMovieClip();
}
}
if (_root.fp < 30) {
_root.gotoAndStop("omoi");
}
vx = (_root._xmouse - _x) / 4;
vy = (_root._ymouse - _y) / 4;
_x = (_x + vx);
_y = (_y + vy);
_root.sx = _x;
_root.sy = _y;
if ((Math.abs(vx) > 1) || (Math.abs(vy) > 1)) {
_rotation = ((Math.atan2(vy, vx) * 180) / 3.141593);
}
if (sword_mc._visible) {
sword_mc._rotation = sword_mc._rotation + 20;
if (sword_mc._rotation == 180) {
sword_mc._rotation = 0;
_root.comboh = 0;
_root.combo = 0;
_root.hp = _root.hp - 7;
if (_root.hp < 0) {
se3.start();
_root.gotoAndStop("over3");
}
sword_mc._visible = false;
}
if (sword_mc._rotation == 20) {
se1.start();
}
}
if ((++tcnt) > tint) {
if (_root.tama < 5) {
tmc = _root.attachMovie("Tama", "tama" + tno, tno);
_root.tama = _root.tama + 1;
tmc.speed = random(12) + 4;
if (_root.fp < 35) {
tmc.speed = tmc.speed + 1;
}
tmc.hit_flag = false;
tamaPos(tmc);
tmc.onEnterFrame = tamaEvent;
if ((++tno) > 1000) {
tno = 0;
}
}
tcnt = 0;
}
tint = tint - 0.005;
if (tint < 1) {
tint = 1;
}
_root.tint = tint;
g = random(4);
if (_x < 40) {
_root.score = _root.score + 50;
_root.hp = _root.hp - 2;
_x = 40;
}
if (_x > 360) {
_root.score = _root.score + 50;
_x = 360;
_root.hp = _root.hp - 2;
}
if (_y < 40) {
_y = 40;
}
if (_y > 360) {
_y = 360;
}
if (_root.hp < 0) {
se3.start();
_root.gotoAndStop("over3");
}
}
onClipEvent (mouseDown) {
_root.comboh = 1;
sword_mc._visible = true;
}
Instance of Symbol 86 MovieClip [kai] "kai" in Frame 101
onClipEvent (enterFrame) {
if (_root.ball == 0) {
_root.kai._visible = false;
}
if (_root.ball == 1) {
_root.kai._visible = true;
_root.bai = 2;
}
}
on (keyPress "<Space>") {
if (_root.ball == 1) {
_root.kai._visible = false;
_root.hp = _root.hp + 100;
if (_root.hp > 100) {
_root.hp = 100;
}
_root.ball = 0;
_root.bai = 1;
}
}
Frame 102
Mouse.show();
_quality = "HIGH";
stop();
Instance of Symbol 89 MovieClip in Frame 102
onClipEvent (enterFrame) {
_x = _root.sx;
_y = _root.sy;
}
Instance of Symbol 93 MovieClip "spb" in Frame 102
onClipEvent (enterFrame) {
_root.spb._visible = false;
if (_root.bo == 1) {
_root.spb._visible = true;
play();
}
}
on (keyPress "<Space>") {
if (_root.bo == 1) {
_root.gotoAndStop("check");
}
}
Frame 103
gotoAndPlay (1);
Frame 104
Mouse.show();
_quality = "HIGH";
stop();
Instance of Symbol 93 MovieClip "spb" in Frame 104
onClipEvent (enterFrame) {
_root.spb._visible = false;
if (_root.bo == 1) {
_root.spb._visible = true;
play();
}
}
on (keyPress "<Space>") {
stopAllSounds();
if (_root.bo == 1) {
_root.gotoAndStop("cbonus");
}
}
Frame 106
stop();
Frame 107
Mouse.hide();
stop();
Instance of Symbol 307 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (_root.nug == 1) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 309 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (_root.nug == 2) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
if (_root.nug == 3) {
_root.score = _root.score + Math.floor(_root.bonus / _root.fp);
_root.gotoAndStop("clear4");
}
}
Instance of Symbol 311 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (_root.nug == 0) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.tou = 100;
_root.nug = _root.nug + 1;
_root.ballh = _root.ballh + 1;
if (_root.ballh == 1) {
_root.ball = 1;
_root.ballh = _root.ballh + 1;
}
}
}
Instance of Symbol 69 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (_root.nug == 1) {
if (_root.bonush == 0) {
_root.score = _root.score + _root.bonus;
play();
}
}
if (_root.nug == 2) {
if (_root.bonush == 1) {
_root.score = _root.score + _root.bonus;
play();
}
}
if (_root.nug == 3) {
stop();
}
}
Instance of Symbol 71 MovieClip in Frame 107
onClipEvent (enterFrame) {
_xscale = _root.hp;
_root.hp = _root.hp + 0.9;
_root.hp = 100;
if (_root.hp > 100) {
_root.hp = 100;
}
}
Instance of Symbol 84 MovieClip "game" in Frame 107
onClipEvent (load) {
_root.tama = 0;
_root.comboh = 0;
_root.combo = 0;
_root.bo = 0;
_root.exbonus = 0;
_root.sx = 0;
_root.sy = 0;
_root.bonush = 0;
_root.bai = 1;
_root.ballh = 0;
_root.bonus = 0;
_root.score = 0;
_root.ball = 0;
_root.shi = 0;
_root.hp = 100;
_root.tou = 100;
_root.nug = 0;
g = 0;
tno = 0;
tint = 30;
tcnt = 0;
_root.score = 0;
sword_mc._visible = false;
se = new Sound();
se1 = new Sound();
se2 = new Sound();
se3 = new Sound();
se3.attachSound("go");
se.attachSound("se_sword");
se1.attachSound("se_sword1");
se2.attachSound("miss");
}
onClipEvent (enterFrame) {
function tamaPos(tmc) {
var _local1 = tmc;
switch (Math.floor(g)) {
case 0 :
_local1._x = 400;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 135;
return;
case 1 :
_local1._x = Math.random() * 400;
_local1._y = 400;
_local1.deg = (Math.random() * 90) + 225;
return;
case 2 :
_local1._x = 0;
_local1._y = Math.random() * 400;
_local1.deg = (Math.random() * 90) + 315;
return;
case 3 :
_local1._x = Math.random() * 400;
_local1._y = 0;
_local1.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
var _local1 = _root;
var _local2 = this;
_local2._rotation = _local2._rotation + 0;
_local2._x = _local2._x + (_local2.speed * Math.cos(0.01745329 * _local2.deg));
_local2._y = _local2._y + (_local2.speed * Math.sin(0.01745329 * _local2.deg));
if (!_local2.hit_flag) {
if (sword_mc._visible && (_local2.hitTest(sword_mc))) {
_local2.deg = _rotation;
_local2.speed = 20;
_local2.hit_flag = true;
if (_local1.comboh == 1) {
_local1.combo = _local1.combo + 1;
}
_local1.score = _local1.score + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
_local1.bonus = _local1.bonus + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
tint = tint + 0.07;
_local1.tou = _local1.tou - 1;
if (_local1.fp > 37) {
_local1.score = _local1.score + ((10 * _local1.bai) * _local1.combo);
_local1.bonus = _local1.bonus + (10 * _local1.bai);
}
_local1.bonus = _local1.bonus - (42 - _local1.fp);
if (_local1.bonus < 0) {
_local1.bonus = 0;
}
if (_local1.ball == 1) {
_local1.exbonus = _local1.exbonus + ((Math.floor(101 - _local1.hp) * _local1.bai) * _local1.combo);
}
se.start();
} else if (_local2.hitTest(_x, _y, false)) {
_local1.hp = _local1.hp - 20;
if (_local1.fp < 35) {
_local1.hp = _local1.hp - 10;
}
se2.start();
_local1.bonus = _local1.bonus - ((42 - _local1.fp) * 100);
if (_local1.bonus < 0) {
_local1.bonus = 0;
}
if (_local1.hp < 0) {
_local1.shi = 1;
se3.start();
_local1.gotoAndStop("over4");
}
if (_local1.shi == 0) {
if ((_local1.nug == 0) & (_local1.tou == 100)) {
_local1.tou = 100;
}
_local1.tou = _local1.tou + 0;
if (_local1.tou > 100) {
_local1.nug = _local1.nug - 1;
_local1.tou = 0;
}
}
}
}
if (((((_local2._x < 0) || (_local2._x > Stage.width)) || (_local2._y < 0)) || (_local2._y > Stage.height)) || (_local1._currentframe == "game4")) {
_local1.tama = _local1.tama - 1;
_local2.removeMovieClip();
}
}
if (_root.fp < 30) {
_root.gotoAndStop("omoi");
}
vx = (_root._xmouse - _x) / 4;
vy = (_root._ymouse - _y) / 4;
_x = (_x + vx);
_y = (_y + vy);
_root.sx = _x;
_root.sy = _y;
if ((Math.abs(vx) > 1) || (Math.abs(vy) > 1)) {
_rotation = ((Math.atan2(vy, vx) * 180) / 3.141593);
}
if (sword_mc._visible) {
sword_mc._rotation = sword_mc._rotation + 20;
if (sword_mc._rotation == 180) {
sword_mc._rotation = 0;
_root.comboh = 0;
_root.combo = 0;
_root.hp = _root.hp - 7;
if (_root.hp < 0) {
se3.start();
_root.gotoAndStop("over4");
}
sword_mc._visible = false;
}
if (sword_mc._rotation == 20) {
se1.start();
}
}
if ((++tcnt) > tint) {
if (_root.tama < 5) {
tmc = _root.attachMovie("Tama", "tama" + tno, tno);
_root.tama = _root.tama + 1;
tmc.speed = random(12) + 4;
if (_root.fp < 35) {
tmc.speed = tmc.speed + 1;
}
tmc.hit_flag = false;
tamaPos(tmc);
tmc.onEnterFrame = tamaEvent;
if ((++tno) > 1000) {
tno = 0;
}
}
tcnt = 0;
}
tint = tint - 0.005;
if (tint < 1) {
tint = 1;
}
_root.tint = tint;
g = random(4);
if (_x < 40) {
_root.score = _root.score + 50;
_root.hp = _root.hp - 2;
_x = 40;
}
if (_x > 360) {
_root.score = _root.score + 50;
_x = 360;
_root.hp = _root.hp - 2;
}
if (_y < 40) {
_y = 40;
}
if (_y > 360) {
_y = 360;
}
if (_root.hp < 0) {
se3.start();
_root.gotoAndStop("over4");
}
}
onClipEvent (mouseDown) {
_root.comboh = 1;
sword_mc._visible = true;
}
Instance of Symbol 86 MovieClip [kai] "kai" in Frame 107
onClipEvent (enterFrame) {
if (_root.ball == 0) {
_root.kai._visible = false;
}
if (_root.ball == 1) {
_root.kai._visible = true;
_root.bai = 2;
}
}
on (keyPress "<Space>") {
if (_root.ball == 1) {
_root.kai._visible = false;
_root.hp = _root.hp + 100;
if (_root.hp > 100) {
_root.hp = 100;
}
_root.ball = 0;
_root.bai = 1;
}
}
Frame 108
Mouse.show();
_quality = "HIGH";
stop();
Instance of Symbol 89 MovieClip in Frame 108
onClipEvent (enterFrame) {
_x = _root.sx;
_y = _root.sy;
}
Instance of Symbol 93 MovieClip "spb" in Frame 108
onClipEvent (enterFrame) {
_root.spb._visible = false;
if (_root.bo == 1) {
_root.spb._visible = true;
play();
}
}
on (keyPress "<Space>") {
if (_root.bo == 1) {
_root.gotoAndStop("check");
}
}
Frame 109
gotoAndPlay (1);
Frame 110
Mouse.show();
_quality = "HIGH";
stop();
Instance of Symbol 93 MovieClip "spb" in Frame 110
onClipEvent (enterFrame) {
_root.spb._visible = false;
if (_root.bo == 1) {
_root.spb._visible = true;
play();
}
}
on (keyPress "<Space>") {
if (_root.bo == 1) {
stopAllSounds();
_root.gotoAndStop("cbonus");
}
}
Symbol 9 MovieClip [Tama] Frame 1
t = random(3);
if (t < 3) {
gotoAndPlay (4);
}
if (t < 2) {
gotoAndPlay (2);
}
if (t < 1) {
gotoAndPlay (3);
}
Symbol 9 MovieClip [Tama] Frame 2
stop();
Symbol 9 MovieClip [Tama] Frame 3
stop();
Symbol 9 MovieClip [Tama] Frame 4
stop();
Symbol 22 Button
on (press) {
cha = random(4);
if ((cha < 4) & (_root.second > 55)) {
gotoAndPlay (106);
} else {
gotoAndPlay (4);
}
if (cha < 3) {
gotoAndPlay (100);
}
if (cha < 2) {
gotoAndPlay (9);
}
if (cha < 1) {
gotoAndPlay (4);
}
}
Symbol 24 Button
on (press) {
gotoAndPlay (17);
}
Symbol 26 Button
on (press) {
gotoAndPlay (20);
}
Symbol 33 Button
on (release) {
_quality = "LOW";
}
Symbol 34 Button
on (release) {
_quality = "HIGH";
}
Symbol 35 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 36 Button
on (press) {
gotoAndPlay (97);
}
Symbol 55 Button
on (press) {
stopAllSounds();
gotoAndPlay (5);
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 22
stop();
_root.bonush = _root.bonush + 1;
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
stop();
Symbol 96 MovieClip Frame 151
_root.bo = 1;
stop();
Symbol 104 MovieClip Frame 1
stopAllSounds();
Symbol 104 MovieClip Frame 58
stop();
_root.bo = 1;
Symbol 116 Button
on (press) {
stopAllSounds();
gotoAndPlay (10);
}
Symbol 139 Button
on (press) {
stopAllSounds();
gotoAndPlay (3);
}
Symbol 153 Button
on (press) {
gotoAndPlay (18);
}
Symbol 171 Button
on (press) {
gotoAndPlay (21);
}
Symbol 172 Button
on (press) {
stopAllSounds();
gotoAndPlay (3);
}
Symbol 186 Button
on (press) {
gotoAndPlay (22);
}
Symbol 187 Button
on (press) {
stopAllSounds();
gotoAndPlay (20);
}
Symbol 193 Button
on (press) {
gotoAndPlay (23);
}
Symbol 226 Button
on (press) {
gotoAndPlay (95);
}
Symbol 243 Button
on (press) {
stopAllSounds();
gotoAndPlay (3);
}
Symbol 288 Button
on (press) {
stopAllSounds();
gotoAndPlay (101);
}
Symbol 313 Button
on (press) {
stopAllSounds();
gotoAndPlay (107);
}