Frame 1
stop();
_root.second = 0;
_root.seconds = 0;
Instance of Symbol 13 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 40 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 46 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 48 MovieClip in Frame 4
/* no clip actions */
Instance of Symbol 50 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 52 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 54 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 50 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 52 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.nug == 1) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 54 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 66 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 68 MovieClip in Frame 5
onClipEvent (enterFrame) {
_xscale = _root.hp;
_root.hp = _root.hp + 0.2;
_root.hp = _root.hp - ((45 - _root.fp) / 100);
if (_root.hp > 100) {
_root.hp = 100;
}
}
Instance of Symbol 81 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) {
switch (Math.floor(g)) {
case 0 :
tmc._x = 400;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 135;
return;
case 1 :
tmc._x = Math.random() * 400;
tmc._y = 400;
tmc.deg = (Math.random() * 90) + 225;
return;
case 2 :
tmc._x = 0;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 315;
return;
case 3 :
tmc._x = Math.random() * 400;
tmc._y = 0;
tmc.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
this._rotation = this._rotation + 0;
this._x = this._x + (this.speed * Math.cos((Math.PI/180) * this.deg));
this._y = this._y + (this.speed * Math.sin((Math.PI/180) * this.deg));
if (!this.hit_flag) {
if (sword_mc._visible && (this.hitTest(sword_mc))) {
this.deg = _rotation;
this.speed = 20;
this.hit_flag = true;
if (_root.comboh == 1) {
_root.combo = _root.combo + 1;
}
_root.score = _root.score + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
_root.bonus = _root.bonus + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
tint = tint + 0.07;
_root.tou = _root.tou - 1;
if (_root.fp > 37) {
_root.score = _root.score + ((10 * _root.bai) * _root.combo);
_root.bonus = _root.bonus + (10 * _root.bai);
}
_root.bonus = _root.bonus - (42 - _root.fp);
if (_root.bonus < 0) {
_root.bonus = 0;
}
if (_root.ball == 1) {
_root.exbonus = _root.exbonus + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
}
se.start();
} else if (this.hitTest(_x, _y, false)) {
_root.hp = _root.hp - 20;
if (_root.fp < 35) {
_root.hp = _root.hp - 10;
}
se2.start();
_root.bonus = _root.bonus - ((42 - _root.fp) * 100);
if (_root.bonus < 0) {
_root.bonus = 0;
}
if (_root.hp < 0) {
_root.shi = 1;
se3.start();
_root.gotoAndStop("over");
}
if (_root.shi == 0) {
if ((_root.nug == 0) & (_root.tou == 100)) {
_root.tou = 100;
}
_root.tou = _root.tou + 0;
if (_root.tou > 100) {
_root.nug = _root.nug - 1;
_root.tou = 0;
}
}
}
}
if (((((this._x < 0) || (this._x > Stage.width)) || (this._y < 0)) || (this._y > Stage.height)) || (_root._currentframe == "game")) {
_root.tama = _root.tama - 1;
this.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) / Math.PI);
}
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 11 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 84 MovieClip in Frame 6
onClipEvent (enterFrame) {
_x = _root.sx;
_y = _root.sy;
}
Instance of Symbol 88 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 88 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 105 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 107 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 109 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 105 MovieClip "bura" in Frame 10
onClipEvent (enterFrame) {
if (_root.nug == 1) {
_alpha = _root.tou;
}
if (_root.tou < 0) {
_root.nug = _root.nug + 1;
}
}
Instance of Symbol 107 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 109 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 66 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 68 MovieClip in Frame 10
onClipEvent (enterFrame) {
_xscale = _root.hp;
_root.hp = _root.hp + 0.2;
_root.hp = _root.hp - ((45 - _root.fp) / 100);
if (_root.hp > 100) {
_root.hp = 100;
}
}
Instance of Symbol 81 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) {
switch (Math.floor(g)) {
case 0 :
tmc._x = 400;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 135;
return;
case 1 :
tmc._x = Math.random() * 400;
tmc._y = 400;
tmc.deg = (Math.random() * 90) + 225;
return;
case 2 :
tmc._x = 0;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 315;
return;
case 3 :
tmc._x = Math.random() * 400;
tmc._y = 0;
tmc.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
this._rotation = this._rotation + 0;
this._x = this._x + (this.speed * Math.cos((Math.PI/180) * this.deg));
this._y = this._y + (this.speed * Math.sin((Math.PI/180) * this.deg));
if (!this.hit_flag) {
if (sword_mc._visible && (this.hitTest(sword_mc))) {
this.deg = _rotation;
this.speed = 20;
this.hit_flag = true;
if (_root.comboh == 1) {
_root.combo = _root.combo + 1;
}
_root.score = _root.score + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
_root.bonus = _root.bonus + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
tint = tint + 0.07;
_root.tou = _root.tou - 1;
if (_root.fp > 37) {
_root.score = _root.score + ((10 * _root.bai) * _root.combo);
_root.bonus = _root.bonus + (10 * _root.bai);
}
_root.bonus = _root.bonus - (42 - _root.fp);
if (_root.bonus < 0) {
_root.bonus = 0;
}
if (_root.ball == 1) {
_root.exbonus = _root.exbonus + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
}
se.start();
} else if (this.hitTest(_x, _y, false)) {
_root.hp = _root.hp - 20;
if (_root.fp < 35) {
_root.hp = _root.hp - 10;
}
se2.start();
_root.bonus = _root.bonus - ((42 - _root.fp) * 100);
if (_root.bonus < 0) {
_root.bonus = 0;
}
if (_root.hp < 0) {
_root.shi = 1;
se3.start();
_root.gotoAndStop("over2");
}
if (_root.shi == 0) {
if ((_root.nug == 0) & (_root.tou == 100)) {
_root.tou = 100;
}
_root.tou = _root.tou + 0;
if (_root.tou > 100) {
_root.nug = _root.nug - 1;
_root.tou = 0;
}
}
}
}
if (((((this._x < 0) || (this._x > Stage.width)) || (this._y < 0)) || (this._y > Stage.height)) || (_root._currentframe == "game2")) {
_root.tama = _root.tama - 1;
this.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) / Math.PI);
}
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 11 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 84 MovieClip in Frame 11
onClipEvent (load) {
vx = _root._xmouse;
vy = _root._ymouse;
}
onClipEvent (enterFrame) {
_x = vx;
_y = vy;
}
Instance of Symbol 88 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 88 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 137 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 140 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 143 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 81 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) {
switch (Math.floor(g)) {
case 0 :
tmc._x = 400;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 135;
return;
case 1 :
tmc._x = Math.random() * 400;
tmc._y = 400;
tmc.deg = (Math.random() * 90) + 225;
return;
case 2 :
tmc._x = 0;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 315;
return;
case 3 :
tmc._x = Math.random() * 400;
tmc._y = 0;
tmc.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
this._rotation = this._rotation + 0;
this._x = this._x + (this.speed * Math.cos((Math.PI/180) * this.deg));
this._y = this._y + (this.speed * Math.sin((Math.PI/180) * this.deg));
if (!this.hit_flag) {
if (sword_mc._visible && (this.hitTest(sword_mc))) {
this.deg = _rotation;
this.speed = 20;
this.hit_flag = true;
_root.score = _root.score + (Math.floor(101 - _root.hp) * _root.bai);
_root.bonus = _root.bonus + (Math.floor(101 - _root.hp) * _root.bai);
_root.tou = _root.tou - 2;
if (_root.fp > 37) {
_root.score = _root.score + (10 * _root.bai);
_root.bonus = _root.bonus + (10 * _root.bai);
}
_root.bonus = _root.bonus - (40 - _root.fp);
if (_root.bonus < 0) {
_root.bonus = 0;
}
se.start();
} else if (this.hitTest(_x, _y, false)) {
_root.hp = _root.hp - 0;
_root.bonus = 0;
if (_root.hp < 0) {
_root.shi = 1;
_root.gotoAndStop("over");
}
if (_root.shi == 0) {
if ((_root.nug == 0) & (_root.tou == 100)) {
_root.tou = 100;
}
_root.tou = _root.tou + 0;
if (_root.tou > 100) {
_root.nug = _root.nug - 1;
_root.tou = 0;
}
}
}
}
if (((((this._x < 0) || (this._x > Stage.width)) || (this._y < 0)) || (this._y > Stage.height)) || (_root._currentframe == "fpstest")) {
_root.tama = _root.tama - 1;
this.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) / Math.PI);
}
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 46 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";
Instance of Symbol 68 MovieClip in Frame 20
/* no clip actions */
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 11 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 203 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 46 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 277 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 279 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 281 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 66 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 68 MovieClip in Frame 101
onClipEvent (enterFrame) {
_xscale = _root.hp;
_root.hp = _root.hp + 0.2;
_root.hp = _root.hp - ((45 - _root.fp) / 100);
if (_root.hp > 100) {
_root.hp = 100;
}
}
Instance of Symbol 81 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) {
switch (Math.floor(g)) {
case 0 :
tmc._x = 400;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 135;
return;
case 1 :
tmc._x = Math.random() * 400;
tmc._y = 400;
tmc.deg = (Math.random() * 90) + 225;
return;
case 2 :
tmc._x = 0;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 315;
return;
case 3 :
tmc._x = Math.random() * 400;
tmc._y = 0;
tmc.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
this._rotation = this._rotation + 0;
this._x = this._x + (this.speed * Math.cos((Math.PI/180) * this.deg));
this._y = this._y + (this.speed * Math.sin((Math.PI/180) * this.deg));
if (!this.hit_flag) {
if (sword_mc._visible && (this.hitTest(sword_mc))) {
this.deg = _rotation;
this.speed = 20;
this.hit_flag = true;
if (_root.comboh == 1) {
_root.combo = _root.combo + 1;
}
_root.score = _root.score + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
_root.bonus = _root.bonus + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
tint = tint + 0.07;
_root.tou = _root.tou - 1;
if (_root.fp > 37) {
_root.score = _root.score + ((10 * _root.bai) * _root.combo);
_root.bonus = _root.bonus + (10 * _root.bai);
}
_root.bonus = _root.bonus - (42 - _root.fp);
if (_root.bonus < 0) {
_root.bonus = 0;
}
if (_root.ball == 1) {
_root.exbonus = _root.exbonus + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
}
se.start();
} else if (this.hitTest(_x, _y, false)) {
_root.hp = _root.hp - 20;
if (_root.fp < 35) {
_root.hp = _root.hp - 10;
}
se2.start();
_root.bonus = _root.bonus - ((42 - _root.fp) * 100);
if (_root.bonus < 0) {
_root.bonus = 0;
}
if (_root.hp < 0) {
_root.shi = 1;
se3.start();
_root.gotoAndStop("over3");
}
if (_root.shi == 0) {
if ((_root.nug == 0) & (_root.tou == 100)) {
_root.tou = 100;
}
_root.tou = _root.tou + 0;
if (_root.tou > 100) {
_root.nug = _root.nug - 1;
_root.tou = 0;
}
}
}
}
if (((((this._x < 0) || (this._x > Stage.width)) || (this._y < 0)) || (this._y > Stage.height)) || (_root._currentframe == "game3")) {
_root.tama = _root.tama - 1;
this.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) / Math.PI);
}
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 11 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 84 MovieClip in Frame 102
onClipEvent (enterFrame) {
_x = _root.sx;
_y = _root.sy;
}
Instance of Symbol 88 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 88 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 300 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 302 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 304 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 66 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 68 MovieClip in Frame 107
onClipEvent (enterFrame) {
_xscale = _root.hp;
_root.hp = _root.hp + 0.2;
_root.hp = _root.hp - ((45 - _root.fp) / 100);
if (_root.hp > 100) {
_root.hp = 100;
}
}
Instance of Symbol 81 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) {
switch (Math.floor(g)) {
case 0 :
tmc._x = 400;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 135;
return;
case 1 :
tmc._x = Math.random() * 400;
tmc._y = 400;
tmc.deg = (Math.random() * 90) + 225;
return;
case 2 :
tmc._x = 0;
tmc._y = Math.random() * 400;
tmc.deg = (Math.random() * 90) + 315;
return;
case 3 :
tmc._x = Math.random() * 400;
tmc._y = 0;
tmc.deg = (Math.random() * 90) + 45;
}
}
function tamaEvent() {
this._rotation = this._rotation + 0;
this._x = this._x + (this.speed * Math.cos((Math.PI/180) * this.deg));
this._y = this._y + (this.speed * Math.sin((Math.PI/180) * this.deg));
if (!this.hit_flag) {
if (sword_mc._visible && (this.hitTest(sword_mc))) {
this.deg = _rotation;
this.speed = 20;
this.hit_flag = true;
if (_root.comboh == 1) {
_root.combo = _root.combo + 1;
}
_root.score = _root.score + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
_root.bonus = _root.bonus + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
tint = tint + 0.07;
_root.tou = _root.tou - 1;
if (_root.fp > 37) {
_root.score = _root.score + ((10 * _root.bai) * _root.combo);
_root.bonus = _root.bonus + (10 * _root.bai);
}
_root.bonus = _root.bonus - (42 - _root.fp);
if (_root.bonus < 0) {
_root.bonus = 0;
}
if (_root.ball == 1) {
_root.exbonus = _root.exbonus + ((Math.floor(101 - _root.hp) * _root.bai) * _root.combo);
}
se.start();
} else if (this.hitTest(_x, _y, false)) {
_root.hp = _root.hp - 20;
if (_root.fp < 35) {
_root.hp = _root.hp - 10;
}
se2.start();
_root.bonus = _root.bonus - ((42 - _root.fp) * 100);
if (_root.bonus < 0) {
_root.bonus = 0;
}
if (_root.hp < 0) {
_root.shi = 1;
se3.start();
_root.gotoAndStop("over4");
}
if (_root.shi == 0) {
if ((_root.nug == 0) & (_root.tou == 100)) {
_root.tou = 100;
}
_root.tou = _root.tou + 0;
if (_root.tou > 100) {
_root.nug = _root.nug - 1;
_root.tou = 0;
}
}
}
}
if (((((this._x < 0) || (this._x > Stage.width)) || (this._y < 0)) || (this._y > Stage.height)) || (_root._currentframe == "game4")) {
_root.tama = _root.tama - 1;
this.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) / Math.PI);
}
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 11 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 84 MovieClip in Frame 108
onClipEvent (enterFrame) {
_x = _root.sx;
_y = _root.sy;
}
Instance of Symbol 88 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 88 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 25 Button
on (press) {
gotoAndPlay (17);
}
Symbol 27 Button
on (press) {
gotoAndPlay (20);
}
Symbol 34 Button
on (release) {
_quality = "LOW";
}
Symbol 35 Button
on (release) {
_quality = "HIGH";
}
Symbol 36 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 37 Button
on (press) {
gotoAndPlay (97);
}
Symbol 56 Button
on (press) {
stopAllSounds();
gotoAndPlay (5);
}
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 22
stop();
_root.bonush = _root.bonush + 1;
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
stop();
Symbol 91 MovieClip Frame 151
_root.bo = 1;
stop();
Symbol 99 MovieClip Frame 1
stopAllSounds();
Symbol 99 MovieClip Frame 58
stop();
_root.bo = 1;
Symbol 111 Button
on (press) {
stopAllSounds();
gotoAndPlay (10);
}
Symbol 131 Button
on (press) {
stopAllSounds();
gotoAndPlay (3);
}
Symbol 146 Button
on (press) {
gotoAndPlay (18);
}
Symbol 164 Button
on (press) {
gotoAndPlay (21);
}
Symbol 165 Button
on (press) {
stopAllSounds();
gotoAndPlay (3);
}
Symbol 179 Button
on (press) {
gotoAndPlay (22);
}
Symbol 180 Button
on (press) {
stopAllSounds();
gotoAndPlay (20);
}
Symbol 186 Button
on (press) {
gotoAndPlay (23);
}
Symbol 219 Button
on (press) {
gotoAndPlay (95);
}
Symbol 237 Button
on (press) {
stopAllSounds();
gotoAndPlay (3);
}
Symbol 283 Button
on (press) {
stopAllSounds();
gotoAndPlay (101);
}
Symbol 306 Button
on (press) {
stopAllSounds();
gotoAndPlay (107);
}