Combined Code
frame 1 {
stop();
Stage.showMenu = false;
}
// unknown tag 88 length 142
button 10 {
on (release) {
gotoAndPlay('ready');
}
}
button 13 {
on (release) {
gotoAndStop('desc');
}
}
movieClip 16 {
}
frame 11 {
stop();
}
// unknown tag 88 length 80
// unknown tag 88 length 67
button 27 {
on (release) {
gotoAndPlay('title');
}
}
frame 21 {
tScore = 0;
totalscore.text = tScore;
moko = 0;
totalMoko.text = 0;
timer.text = '30.00';
}
movieClip 29 {
frame 20 {
gotoAndPlay(1);
}
}
// unknown tag 88 length 529
movieClip 39 {
}
movieClip 40 {
frame 1 {
stop();
}
}
movieClip 42 {
}
movieClip 43 {
frame 1 {
stop();
}
}
movieClip 46 {
}
movieClip 49 {
}
movieClip 51 {
}
frame 111 {
function plus(score, serif) {
trace(score + '+' + serif);
if (serif != 'breakaway!') {
++moko;
totalMoko.text = moko;
}
plusScore_mc.gotoAndPlay(2);
plusScore_mc.plusScore_in_mc.plusScore.text = score;
plusTime_mc.gotoAndPlay(2);
if (score == 1000) {
plusTime_mc.plusTime_in_mc.plusTime.text = '1.0';
} else {
plusTime_mc.plusTime_in_mc.plusTime.text = (score / 10000) * 10;
}
nowTime += score / 10;
tScore += score;
totalscore.text = tScore;
serif_mc.gotoAndPlay(serif);
}
stop();
trace('start');
totalTime = 3000;
nowTime = totalTime;
onEnterFrame = function () {
nowTime -= 3.333333333333334;
timer.text = Math.floor(nowTime) / 100;
if (nowTime <= 0) {
resultScore = totalscore.text;
resultMoko = totalMoko.text;
onEnterFrame = null;
gotoAndPlay('end');
}
};
}
movieClip 53 {
}
button 56 {
on (press) {
_root.plus(_root.scoreplus, _root.message);
}
}
movieClip 60 {
}
button 63 {
on (press) {
_root.plus(_root.scoreplus, _root.message);
this.gotoAndPlay('out');
}
}
button 72 {
on (press) {
_root.plus(_root.scoreplus, _root.message);
this.gotoAndPlay('out');
}
}
movieClip 78 {
frame 1 {
_root.scoreplus = -200;
_root.message = 'breakaway!';
}
frame 73 {
_root.scoreplus = 1000;
_root.message = 'perfect!!';
}
frame 76 {
_root.scoreplus = 900;
_root.message = 'excellent!';
}
frame 79 {
_root.scoreplus = 800;
_root.message = 'excellent!';
}
frame 82 {
_root.scoreplus = 700;
_root.message = 'great!';
}
frame 85 {
_root.scoreplus = 600;
_root.message = 'great!';
}
frame 88 {
_root.scoreplus = 500;
_root.message = 'great!';
}
frame 91 {
_root.scoreplus = 400;
_root.message = 'good!';
}
frame 94 {
_root.scoreplus = 300;
_root.message = 'good!';
}
frame 97 {
_root.scoreplus = 200;
_root.message = 'good!';
}
frame 100 {
_root.scoreplus = 100;
_root.message = 'good!';
}
frame 105 {
_root.scoreplus = 0;
_root.message = 'miss';
}
frame 106 {
stop();
}
frame 107 {
_root.scoreplus = -200;
_root.message = 'breakaway!';
}
frame 115 {
var randomFrame = Math.floor(Math.random() * 60);
gotoAndPlay(randomFrame);
}
}
movieClip 80 {
}
movieClip 82 {
frame 26 {
stop();
}
}
movieClip 84 {
}
movieClip 86 {
}
movieClip 88 {
}
movieClip 90 {
}
movieClip 92 {
}
movieClip 93 {
frame 1 {
stop();
}
frame 11 {
play();
}
frame 20 {
gotoAndStop(1);
}
frame 21 {
play();
}
frame 30 {
gotoAndStop(1);
}
frame 31 {
play();
}
frame 40 {
gotoAndStop(1);
}
frame 41 {
play();
}
frame 50 {
gotoAndStop(1);
}
frame 51 {
play();
}
frame 61 {
gotoAndStop(1);
}
frame 62 {
play();
}
frame 72 {
gotoAndStop(1);
}
}
frame 121 {
play();
totalscore.text = resultScore;
totalMoko.text = resultMoko;
timer.text = 0;
trace('end');
}
movieClip 96 {
}
frame 151 {
trace(resultScore);
if (resultScore >= 25000) {
kene_result.gotoAndPlay('p25000');
} else {
if (resultScore >= 20000) {
kene_result.gotoAndPlay('p20000');
} else {
if (resultScore >= 15000) {
kene_result.gotoAndPlay('p15000');
} else {
if (resultScore >= 10000) {
kene_result.gotoAndPlay('p10000');
} else {
if (resultScore >= 5000) {
kene_result.gotoAndPlay('p5000');
} else {
if (resultScore > 0) {
kene_result.gotoAndPlay('p1');
} else {
if (resultScore == 0) {
kene_result.gotoAndPlay('p0');
} else {
if (resultScore < 0) {
kene_result.gotoAndPlay('pminus');
} else {
kene_result.gotoAndPlay('error');
}
}
}
}
}
}
}
}
}
movieClip 98 {
}
movieClip 104 {
}
movieClip 110 {
}
movieClip 114 {
frame 1 {
stop();
}
frame 11 {
play();
}
frame 30 {
stop();
}
frame 31 {
play();
}
frame 50 {
stop();
}
frame 51 {
play();
}
frame 70 {
stop();
}
frame 71 {
play();
}
frame 90 {
stop();
}
frame 91 {
play();
}
frame 110 {
stop();
}
frame 111 {
play();
}
frame 130 {
stop();
}
frame 131 {
play();
}
frame 150 {
stop();
}
frame 151 {
play();
}
frame 170 {
stop();
}
frame 171 {
play();
}
frame 190 {
stop();
}
}
button 117 {
on (release) {
this.gotoAndPlay('ready');
}
}
button 120 {
on (release) {
this.gotoAndPlay('title');
}
}
frame 160 {
stop();
}