Frame 1
_quality = HIGH;
stop();
Instance of Symbol 45 MovieClip "preloadgraph" in Frame 1
onClipEvent (load) {
function scale() {
loading = _root.getBytesLoaded();
total = _root.getBytesTotal();
parsent = int((loading / total) * 100);
this._xscale = parsent;
}
}
onClipEvent (enterFrame) {
this.scale();
if (parsent == 100) {
_root.graphl.allreset();
_root.gotoAndplay(2);
}
}
Instance of Symbol 47 MovieClip "preloadtxt" in Frame 1
onClipEvent (enterFrame) {
preloadper = ((((_parent.preloadgraph.loading + "/") + _parent.preloadgraph.total) + "bytes(") + _parent.preloadgraph.parsent) + "% done)";
}
Instance of Symbol 49 MovieClip "graphl" in Frame 1
onClipEvent (load) {
function dmc() {
dmccount++;
var newname = ("new" + dmccount);
this.duplicateMovieClip(newname, dmccount);
_parent[newname]._x = _root.loadingobject._x;
_parent[newname]._y = _root.loadingobject._y;
if (dmccount >= 100) {
remcount++;
var newname2 = ("new" + remcount);
_parent[newname2].removeMovieClip();
}
}
function allreset() {
while ((dmccount - remcount) >= 0) {
remcount++;
var newname2 = ("new" + remcount);
_parent[newname2].removeMovieClip();
}
dmccount = 0;
remcount = 0;
}
dmccount = 0;
remcount = 0;
}
Instance of Symbol 51 MovieClip "loado" in Frame 1
onClipEvent (load) {
function gravity() {
if ((this._x - _root.loadingobject._x) > 0) {
_root.loadingobject.movexplus = _root.loadingobject.movexplus + 0.5;
} else {
_root.loadingobject.movexplus = _root.loadingobject.movexplus - 0.5;
}
if ((this._y - _root.loadingobject._y) > 0) {
_root.loadingobject.moveyplus = _root.loadingobject.moveyplus + 0.5;
} else {
_root.loadingobject.moveyplus = _root.loadingobject.moveyplus - 0.5;
}
}
}
onClipEvent (enterFrame) {
this.gravity();
}
Instance of Symbol 53 MovieClip "loadingobject" in Frame 1
onClipEvent (load) {
function setrandom() {
this._x = (Math.random() * 300) + 100;
this._y = (Math.random() * 150) + 50;
}
setrandom();
}
onClipEvent (enterFrame) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
_root.graphl.dmc();
}
Frame 3
function modeselect(value) {
if (value == "NORMAL") {
gamemode = "NORMAL";
}
if (value == "TIMEATTACK") {
gamemode = "TIMEATTACK";
}
}
myscore = 0;
lifeget = false;
gameovercount = 0;
ending = "false";
submiter = "";
gamemode2 = "";
bgm = new Sound(_root);
bgmp = "false";
life = 3;
gamemode = "";
prequality = Nan;
stagenum = 1;
bgmnum = 1;
clearstagetime = 0;
currentstagetime = 0;
i = 1;
while (i <= 9) {
Set(("stage" + i) + "time", "-:--:---");
i++;
}
Frame 6
stop();
Instance of Symbol 88 MovieClip in Frame 6
onClipEvent (enterFrame) {
this.stagen = 0;
this.stagen = _root.stagenum;
if (Key.isDown(88)) {
if (Key.isDown(72)) {
if (Key.isDown(46)) {
this._x = 500;
}
}
}
}
Frame 7
stop();
Instance of Symbol 128 MovieClip "modeselect" in Frame 7
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha <= 95) {
this._alpha = this._alpha + 7;
}
}
Frame 8
play();
Frame 22
if (gamemode == "TIMEATTACK") {
life = life + 2;
}
_quality = prequality;
stagenumber = "stage" + stagenum;
_root.gotoAndPlay("stagesele");
Frame 25
_quality = "HIGH";
timeattacklogo.taction.stagescore._visible = true;
Instance of Symbol 207 MovieClip "timeattacklogo" in Frame 25
onClipEvent (load) {
if (_root.gamemode == "NORMAL") {
this._visible = false;
}
}
Frame 28
function nextstage() {
if (stagenum == 9) {
gamemode2 = "ENDING";
_root.gotoAndPlay("ending");
} else {
_root.gotoAndStop("next");
}
}
stop();
Frame 29
play();
Frame 45
stop();
Instance of Symbol 51 MovieClip "loado" in Frame 45
onClipEvent (load) {
function gravity() {
if ((this._x - _root.loadingobject._x) > 0) {
_root.loadingobject.movexplus = _root.loadingobject.movexplus + 0.5;
} else {
_root.loadingobject.movexplus = _root.loadingobject.movexplus - 0.5;
}
if ((this._y - _root.loadingobject._y) > 0) {
_root.loadingobject.moveyplus = _root.loadingobject.moveyplus + 0.5;
} else {
_root.loadingobject.moveyplus = _root.loadingobject.moveyplus - 0.5;
}
}
}
onClipEvent (enterFrame) {
this.gravity();
}
Instance of Symbol 53 MovieClip "loadingobject" in Frame 45
onClipEvent (load) {
function setrandom() {
this._x = (Math.random() * 300) + 100;
this._y = (Math.random() * 150) + 50;
}
setrandom();
}
onClipEvent (enterFrame) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
_root.graphl.dmc();
}
Instance of Symbol 49 MovieClip "graphl" in Frame 45
onClipEvent (load) {
function dmc() {
dmccount++;
var newname = ("new" + dmccount);
this.duplicateMovieClip(newname, dmccount);
_parent[newname]._x = _root.loadingobject._x;
_parent[newname]._y = _root.loadingobject._y;
if (dmccount >= 100) {
remcount++;
var newname2 = ("new" + remcount);
_parent[newname2].removeMovieClip();
}
}
function allreset() {
while ((dmccount - remcount) >= 0) {
remcount++;
var newname2 = ("new" + remcount);
_parent[newname2].removeMovieClip();
}
dmccount = 0;
remcount = 0;
}
dmccount = 0;
remcount = 0;
}
Frame 46
_root.gotoAndPlay(stagenumber);
Frame 47
_quality = "HIGH";
timeattacklogo.taction.stagescore._visible = true;
Instance of Symbol 207 MovieClip "timeattacklogo" in Frame 47
onClipEvent (load) {
if (_root.gamemode == "NORMAL") {
this._visible = false;
}
}
Frame 50
function nextstage() {
if (stagenum == 9) {
gamemode2 = "ENDING";
_root.gotoAndPlay("ending");
} else {
_root.gotoAndStop("next");
}
}
stop();
Frame 51
play();
Frame 66
_quality = prequality;
_root.gotoAndPlay(stagenumber);
Frame 67
if (_root.gamemode == "NORMAL") {
stopAllSounds();
}
_quality = "HIGH";
bgmp = "false";
bgmnum++;
myscore = myscore + (life * 200);
play();
Instance of Symbol 232 MovieClip in Frame 67
onClipEvent (load) {
myscore = _root.myscore;
fuel = _root.fuel;
life = _root.life;
if (_root.gamemode == "TIMEATTACK") {
this._visible = false;
}
}
Instance of Symbol 237 MovieClip in Frame 67
onClipEvent (load) {
function timeset(value) {
var nowtime = value;
var second = int(nowtime / 1000);
var sec = second;
var ms = nowtime;
if (ms >= 1000) {
ms = ms - (1000 * sec);
}
var min;
var minet = int(nowtime / 60000);
min = minet;
if (sec >= 60) {
sec = sec - (60 * min);
}
var msl = new String(ms);
var secl = new String(sec);
var mslength = msl.length;
if (mslength == 1) {
ms = "00" + ms;
}
if (mslength == 2) {
ms = "0" + ms;
}
var seclength = secl.length;
if (seclength == 1) {
sec = "0" + sec;
}
var returntime = ((((min + ":") + sec) + ":") + ms);
return(returntime);
}
if (_root.gamemode == "NORMAL") {
this._visible = false;
}
stagenum = _root.stagenum;
if (stagenum == 1) {
stagetime = _root.stage1time;
} else if (stagenum == 2) {
stagetime = _root.stage2time;
} else if (stagenum == 3) {
stagetime = _root.stage3time;
} else if (stagenum == 4) {
stagetime = _root.stage4time;
} else if (stagenum == 5) {
stagetime = _root.stage5time;
} else if (stagenum == 6) {
stagetime = _root.stage6time;
} else if (stagenum == 7) {
stagetime = _root.stage7time;
} else if (stagenum == 8) {
stagetime = _root.stage8time;
} else if (stagenum == 9) {
stagetime = _root.stage9time;
}
totaltime = timeset(_root.clearstagetime);
}
Frame 70
stop();
Frame 71
play();
Frame 86
_quality = _root.prequality;
stagenum++;
stagenumber = "stage" + stagenum;
if (_root.gamemode == "NORMAL") {
gotoAndPlay (25);
} else if (_root.gamemode == "TIMEATTACK") {
_root.gotoAndPlay("stageseledummy");
}
Frame 87
stopAllSounds();
_quality = "HIGH";
gameovercount++;
bgmp = "false";
Instance of Symbol 246 MovieClip "gameoverscore" in Frame 87
onClipEvent (load) {
if (_root.gamemode == "TIMEATTACK") {
_visible = false;
}
myscore = _root.myscore;
}
Instance of Symbol 250 MovieClip in Frame 87
onClipEvent (load) {
if (_root.gamemode == "TIMEATTACK") {
_visible = false;
}
}
Instance of Symbol 252 MovieClip in Frame 87
onClipEvent (load) {
if (_root.gamemode == "NORMAL") {
_visible = false;
}
}
Frame 90
stop();
Instance of Symbol 274 MovieClip "hint" in Frame 90
onClipEvent (load) {
function mieru(value) {
if (value == "true") {
_visible = true;
} else {
_visible = false;
}
}
_visible = false;
}
Frame 91
play();
Frame 106
myscore = 0;
lifeget = false;
submiter = "";
life = 3;
_root.gotoAndPlay("stagesele");
Instance of Symbol 297 MovieClip "scorewindow" in Frame 107
onClipEvent (load) {
function pointplus(score) {
_root.myscore = _root.myscore + score;
this.myscore = _root.myscore;
}
}
onClipEvent (enterFrame) {
this.pointplus();
}
Instance of Symbol 136 MovieClip "sym" in Frame 107
onClipEvent (load) {
function movex() {
if (Key.isDown(37)) {
moveXplus = moveXplus + 1;
_root.fuel = _root.fuel - 1;
fireRight._visible = true;
bash.start();
} else {
fireRight._visible = false;
}
if (Key.isDown(39)) {
moveXplus = moveXplus - 1;
_root.fuel = _root.fuel - 1;
fireLeft._visible = true;
bash.start();
} else {
fireLeft._visible = false;
}
}
function movey() {
if (Key.isDown(38)) {
moveYplus = moveYplus + 1;
_root.fuel = _root.fuel - 1;
fireDown._visible = true;
bash.start();
} else {
fireDown._visible = false;
}
if (Key.isDown(40)) {
moveYplus = moveYplus - 1;
_root.fuel = _root.fuel - 1;
fireUP._visible = true;
bash.start();
} else {
fireUP._visible = false;
}
}
bash = new Sound(this);
bash.attachSound("hakka");
}
onClipEvent (enterFrame) {
if (this._currentframe < 3) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
}
}
Frame 109
gotoAndStop (108);
Instance of Symbol 136 MovieClip "sym" in Frame 113
onClipEvent (load) {
function movex() {
if (Key.isDown(37)) {
moveXplus = moveXplus + 1;
fireRight._visible = true;
bash.start();
} else {
fireRight._visible = false;
}
if (Key.isDown(39)) {
moveXplus = moveXplus - 1;
fireLeft._visible = true;
bash.start();
} else {
fireLeft._visible = false;
}
}
function movey() {
if (Key.isDown(38)) {
moveYplus = moveYplus + 1;
fireDown._visible = true;
bash.start();
} else {
fireDown._visible = false;
}
if (Key.isDown(40)) {
moveYplus = moveYplus - 1;
fireUP._visible = true;
bash.start();
} else {
fireUP._visible = false;
}
}
bash = new Sound(this);
bash.attachSound("hakka");
}
onClipEvent (enterFrame) {
if (this._currentframe < 3) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
}
}
Instance of Symbol 297 MovieClip "scorewindow" in Frame 113
onClipEvent (load) {
function pointplus(score) {
_root.myscore = _root.myscore + score;
this.myscore = _root.myscore;
}
}
onClipEvent (enterFrame) {
this.pointplus();
}
Frame 115
stop();
Instance of Symbol 136 MovieClip "sym" in Frame 116
onClipEvent (load) {
function movex() {
if (Key.isDown(37)) {
moveXplus = moveXplus + 1;
fireRight._visible = true;
bash.start();
} else {
fireRight._visible = false;
}
if (Key.isDown(39)) {
moveXplus = moveXplus - 1;
fireLeft._visible = true;
bash.start();
} else {
fireLeft._visible = false;
}
}
function movey() {
if (Key.isDown(38)) {
moveYplus = moveYplus + 1;
fireDown._visible = true;
bash.start();
} else {
fireDown._visible = false;
}
if (Key.isDown(40)) {
moveYplus = moveYplus - 1;
fireUP._visible = true;
bash.start();
} else {
fireUP._visible = false;
}
}
bash = new Sound(this);
bash.attachSound("hakka");
}
onClipEvent (enterFrame) {
if (this._currentframe < 3) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
}
}
Instance of Symbol 320 MovieClip in Frame 116
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Instance of Symbol 297 MovieClip "scorewindow" in Frame 116
onClipEvent (load) {
function pointplus(score) {
_root.myscore = _root.myscore + score;
this.myscore = _root.myscore;
}
}
onClipEvent (enterFrame) {
this.pointplus();
}
Frame 117
stop();
Instance of Symbol 136 MovieClip "sym" in Frame 118
onClipEvent (load) {
function movex() {
if (Key.isDown(37)) {
moveXplus = moveXplus + 1;
fireRight._visible = true;
bash.start();
} else {
fireRight._visible = false;
}
if (Key.isDown(39)) {
moveXplus = moveXplus - 1;
fireLeft._visible = true;
bash.start();
} else {
fireLeft._visible = false;
}
}
function movey() {
if (Key.isDown(38)) {
moveYplus = moveYplus + 1;
fireDown._visible = true;
bash.start();
} else {
fireDown._visible = false;
}
if (Key.isDown(40)) {
moveYplus = moveYplus - 1;
fireUP._visible = true;
bash.start();
} else {
fireUP._visible = false;
}
}
bash = new Sound(this);
bash.attachSound("hakka");
}
onClipEvent (enterFrame) {
if (this._currentframe < 3) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
}
}
Instance of Symbol 297 MovieClip "scorewindow" in Frame 118
onClipEvent (load) {
function pointplus(score) {
_root.myscore = _root.myscore + score;
this.myscore = _root.myscore;
}
}
onClipEvent (enterFrame) {
this.pointplus();
}
Frame 120
stop();
Instance of Symbol 334 MovieClip in Frame 121
onClipEvent (enterFrame) {
_rotation = (_rotation + 2.1);
}
Instance of Symbol 334 MovieClip in Frame 121
onClipEvent (enterFrame) {
_rotation = (_rotation - 1.8);
}
Instance of Symbol 136 MovieClip "sym" in Frame 121
onClipEvent (load) {
function movex() {
if (Key.isDown(37)) {
moveXplus = moveXplus + 1;
fireRight._visible = true;
bash.start();
} else {
fireRight._visible = false;
}
if (Key.isDown(39)) {
moveXplus = moveXplus - 1;
fireLeft._visible = true;
bash.start();
} else {
fireLeft._visible = false;
}
}
function movey() {
if (Key.isDown(38)) {
moveYplus = moveYplus + 1;
fireDown._visible = true;
bash.start();
} else {
fireDown._visible = false;
}
if (Key.isDown(40)) {
moveYplus = moveYplus - 1;
fireUP._visible = true;
bash.start();
} else {
fireUP._visible = false;
}
}
bash = new Sound(this);
bash.attachSound("hakka");
}
onClipEvent (enterFrame) {
if (this._currentframe < 3) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
}
}
Instance of Symbol 297 MovieClip "scorewindow" in Frame 121
onClipEvent (load) {
function pointplus(score) {
_root.myscore = _root.myscore + score;
this.myscore = _root.myscore;
}
}
onClipEvent (enterFrame) {
this.pointplus();
}
Frame 123
stop();
Instance of Symbol 27 MovieClip "bou" in Frame 124
onClipEvent (enterFrame) {
this._y++;
}
Instance of Symbol 27 MovieClip "bou2" in Frame 124
onClipEvent (enterFrame) {
this._y++;
}
Instance of Symbol 342 MovieClip in Frame 124
onClipEvent (enterFrame) {
if (this.hitTest(_parent.bou2)) {
_parent.bou2._y = _parent.bou2._y - 130;
}
if (this.hitTest(_parent.bou)) {
_parent.bou._y = _parent.bou._y - 130;
}
}
Instance of Symbol 342 MovieClip in Frame 124
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.myscore = _root.myscore + 97;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 136 MovieClip "sym" in Frame 124
onClipEvent (load) {
function movex() {
if (Key.isDown(37)) {
moveXplus = moveXplus + 1;
fireRight._visible = true;
bash.start();
} else {
fireRight._visible = false;
}
if (Key.isDown(39)) {
moveXplus = moveXplus - 1;
fireLeft._visible = true;
bash.start();
} else {
fireLeft._visible = false;
}
}
function movey() {
if (Key.isDown(38)) {
moveYplus = moveYplus + 1;
fireDown._visible = true;
bash.start();
} else {
fireDown._visible = false;
}
if (Key.isDown(40)) {
moveYplus = moveYplus - 1;
fireUP._visible = true;
bash.start();
} else {
fireUP._visible = false;
}
}
bash = new Sound(this);
bash.attachSound("hakka");
}
onClipEvent (enterFrame) {
if (this._currentframe < 3) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
}
}
Instance of Symbol 297 MovieClip "scorewindow" in Frame 124
onClipEvent (load) {
function pointplus(score) {
_root.myscore = _root.myscore + score;
this.myscore = _root.myscore;
}
}
onClipEvent (enterFrame) {
this.pointplus();
}
Frame 128
stop();
Instance of Symbol 356 MovieClip in Frame 129
onClipEvent (load) {
function gravity() {
if ((this._x - _root.sym._x) > 0) {
_root.sym.moveXplus = _root.sym.moveXplus + 0.1;
} else {
_root.sym.moveXplus = _root.sym.moveXplus - 0.1;
}
if ((this._y - _root.sym._y) > 0) {
_root.sym.moveYplus = _root.sym.moveYplus + 0.1;
} else {
_root.sym.moveYplus = _root.sym.moveYplus - 0.1;
}
}
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.sym.sym2.hitTest(_root.nogravity)) {
} else {
this.gravity();
}
}
Instance of Symbol 136 MovieClip "sym" in Frame 129
onClipEvent (load) {
function movex() {
if (Key.isDown(37)) {
moveXplus = moveXplus + 1;
fireRight._visible = true;
bash.start();
} else {
fireRight._visible = false;
}
if (Key.isDown(39)) {
moveXplus = moveXplus - 1;
fireLeft._visible = true;
bash.start();
} else {
fireLeft._visible = false;
}
}
function movey() {
if (Key.isDown(38)) {
moveYplus = moveYplus + 1;
fireDown._visible = true;
bash.start();
} else {
fireDown._visible = false;
}
if (Key.isDown(40)) {
moveYplus = moveYplus - 1;
fireUP._visible = true;
bash.start();
} else {
fireUP._visible = false;
}
}
n = 0;
bash = new Sound(this);
bash.attachSound("hakka");
}
onClipEvent (enterFrame) {
if (this._currentframe < 3) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
}
}
Instance of Symbol 297 MovieClip "scorewindow" in Frame 129
onClipEvent (load) {
function pointplus(score) {
_root.myscore = _root.myscore + score;
this.myscore = _root.myscore;
}
}
onClipEvent (enterFrame) {
this.pointplus();
}
Frame 131
stop();
Frame 188
gotoAndPlay (129);
Instance of Symbol 360 MovieClip "dvs" in Frame 189
onClipEvent (enterFrame) {
this._x = _root.sym._x;
this._y = _root.sym._y;
}
Instance of Symbol 25 MovieClip "seki" in Frame 189
onClipEvent (load) {
m = 0;
}
onClipEvent (enterFrame) {
if (m <= 450) {
this._y = this._y + 1;
m = m + 1;
} else {
m = 0;
this._y = this._y - 450;
}
}
Instance of Symbol 25 MovieClip "seki2" in Frame 189
onClipEvent (load) {
m = 0;
}
onClipEvent (enterFrame) {
if (m <= 600) {
this._x = this._x + 1;
m = m + 1;
} else {
m = 0;
this._x = this._x - 600;
}
}
Instance of Symbol 25 MovieClip "seki3" in Frame 189
onClipEvent (load) {
m = 190;
}
onClipEvent (enterFrame) {
if (m <= 600) {
this._x = this._x + 1;
m = m + 1;
} else {
m = 0;
this._x = this._x - 600;
}
}
Instance of Symbol 366 MovieClip in Frame 189
onClipEvent (load) {
function ran(n) {
var v = (Math.random() * n);
if (v == 0) {
v = 1;
} else {
v = Math.ceil(v);
}
return(v);
}
function kaiten() {
if (kakudo == 4) {
this._rotation = 90;
} else if (kakudo == 1) {
this._rotation = 180;
} else if (kakudo == 2) {
this._rotation = -90;
}
}
kakudo = 0;
}
onClipEvent (load) {
if (_root.gamemode == "NORMAL") {
kakudo = this.ran(4);
} else {
kakudo = 3;
}
kakudo = this.kaiten();
}
Instance of Symbol 367 MovieClip in Frame 189
onClipEvent (load) {
function ran(n) {
var v = (Math.random() * n);
if (v == 0) {
v = 1;
} else {
v = Math.ceil(v);
}
return(v);
}
function kaiten() {
if (kakudo == 2) {
this._rotation = 90;
} else if (kakudo == 4) {
this._rotation = 180;
} else if (kakudo == 3) {
this._rotation = -90;
}
}
kakudo = 0;
}
onClipEvent (load) {
if (_root.gamemode == "NORMAL") {
kakudo = this.ran(4);
} else {
kakudo = 1;
}
kakudo = this.kaiten();
}
Instance of Symbol 366 MovieClip in Frame 189
onClipEvent (load) {
function ran(n) {
var v = (Math.random() * n);
if (v == 0) {
v = 1;
} else {
v = Math.ceil(v);
}
return(v);
}
function kaiten() {
if (kakudo == 3) {
this._rotation = 90;
} else if (kakudo == 4) {
this._rotation = 180;
} else if (kakudo == 1) {
this._rotation = -90;
}
}
kakudo = 0;
}
onClipEvent (load) {
if (_root.gamemode == "NORMAL") {
kakudo = this.ran(4);
} else {
kakudo = 2;
}
kakudo = this.kaiten();
}
Instance of Symbol 367 MovieClip in Frame 189
onClipEvent (load) {
function ran(n) {
var v = (Math.random() * n);
if (v == 0) {
v = 1;
} else {
v = Math.ceil(v);
}
return(v);
}
function kaiten() {
if (kakudo == 2) {
this._rotation = 90;
} else if (kakudo == 3) {
this._rotation = 180;
} else if (kakudo == 4) {
this._rotation = -90;
}
}
kakudo = 0;
}
onClipEvent (load) {
if (_root.gamemode == "NORMAL") {
kakudo = this.ran(4);
} else {
kakudo = 1;
}
kakudo = this.kaiten();
}
Instance of Symbol 372 MovieClip in Frame 189
onClipEvent (enterFrame) {
this._x = _root.sym._x;
this._y = _root.sym._y;
}
Instance of Symbol 136 MovieClip "sym" in Frame 189
onClipEvent (load) {
function movex() {
if (Key.isDown(37)) {
moveXplus = moveXplus + 1;
fireRight._visible = true;
bash.start();
} else {
fireRight._visible = false;
}
if (Key.isDown(39)) {
moveXplus = moveXplus - 1;
fireLeft._visible = true;
bash.start();
} else {
fireLeft._visible = false;
}
}
function movey() {
if (Key.isDown(38)) {
moveYplus = moveYplus + 1;
fireDown._visible = true;
bash.start();
} else {
fireDown._visible = false;
}
if (Key.isDown(40)) {
moveYplus = moveYplus - 1;
fireUP._visible = true;
bash.start();
} else {
fireUP._visible = false;
}
}
n = 0;
bash = new Sound(this);
bash.attachSound("hakka");
}
onClipEvent (enterFrame) {
if (this._currentframe < 3) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
}
_root.graph.duplicateMovieClip("graph" + n, n);
_root.graph._x = this._x;
_root.graph._y = this._y;
n++;
}
Instance of Symbol 297 MovieClip "scorewindow" in Frame 189
onClipEvent (load) {
function pointplus(score) {
_root.myscore = _root.myscore + score;
this.myscore = _root.myscore;
}
}
onClipEvent (enterFrame) {
this.pointplus();
}
Frame 191
stop();
Frame 248
gotoAndPlay (189);
Instance of Symbol 380 MovieClip in Frame 249
onClipEvent (load) {
t = 0;
}
onClipEvent (enterFrame) {
if (t < 104) {
if (_root.sym._x <= 160) {
kasoku = (160 - _root.sym._x) / 20;
this._x = this._x + (3 + kasoku);
t = t + (3 + kasoku);
} else {
this._x = this._x + 3;
t = t + 3;
}
} else {
this._x = this._x - 104;
t = 0;
}
}
Instance of Symbol 381 MovieClip in Frame 249
onClipEvent (load) {
this._x = -2060;
}
onClipEvent (enterFrame) {
if (_root.sym._x <= 160) {
kasoku = (160 - _root.sym._x) / 20;
this._x = this._x + (3 + kasoku);
} else {
this._x = this._x + 3;
}
}
Instance of Symbol 40 MovieClip [lastkabe1] in Frame 249
onClipEvent (load) {
this._x = -650;
kasoku = 0;
}
onClipEvent (enterFrame) {
if (_root.sym._x <= 160) {
kasoku = (160 - _root.sym._x) / 20;
this._x = this._x + (3 + kasoku);
} else {
this._x = this._x + 3;
}
}
Instance of Symbol 136 MovieClip "sym" in Frame 249
onClipEvent (load) {
function movex() {
if (Key.isDown(37)) {
moveXplus = moveXplus + 1;
fireRight._visible = true;
bash.start();
} else {
fireRight._visible = false;
}
if (Key.isDown(39)) {
if (moveXplus == 1) {
moveXplus = -1;
} else {
moveXplus = moveXplus - 1;
}
fireLeft._visible = true;
bash.start();
} else {
fireLeft._visible = false;
}
}
function movey() {
if (Key.isDown(38)) {
moveYplus = moveYplus + 1;
fireDown._visible = true;
bash.start();
} else {
fireDown._visible = false;
}
if (Key.isDown(40)) {
moveYplus = moveYplus - 1;
fireUP._visible = true;
bash.start();
} else {
fireUP._visible = false;
}
}
n = 0;
moveXplus = 0;
moveYplus = 0;
bash = new Sound(this);
bash.attachSound("hakka");
}
onClipEvent (enterFrame) {
if (this._currentframe < 3) {
if ((1 > moveXplus) > 0) {
moveXplus = moveXplus + 0.1;
}
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
}
}
Instance of Symbol 297 MovieClip "scorewindow" in Frame 249
onClipEvent (load) {
function pointplus(score) {
_root.myscore = _root.myscore + score;
this.myscore = _root.myscore;
}
}
onClipEvent (enterFrame) {
this.pointplus();
}
Frame 251
stop();
Frame 308
gotoAndPlay (249);
Frame 309
stop();
stopAllSounds();
bgmp = "false";
Frame 310
_quality = "HIGH";
Frame 311
play();
Frame 369
stop();
Instance of Symbol 392 MovieClip in Frame 369
onClipEvent (load) {
if (_root.gamemode == "TIMEATTACK") {
this._visible = false;
}
n = "FALSE";
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.myscore > myscoreend) {
if ((_root.myscore - myscoreend) > 200) {
myscoreend = myscoreend + 171;
} else if ((_root.myscore - myscoreend) > 100) {
myscoreend = myscoreend + 71;
} else if (_root.myscore > myscoreend) {
myscoreend++;
}
}
if (_root.myscore <= myscoreend) {
if (n == "FALSE") {
n = "TRUE";
ranking.rank = ranking.ranking(_root.myscore);
}
}
}
onClipEvent (enterFrame) {
if (this._alpha <= 100) {
this._alpha = this._alpha + 10;
}
}
Instance of Symbol 407 MovieClip "lasttime" in Frame 369
onClipEvent (load) {
function timeset(value) {
var nowtime = value;
var second = int(nowtime / 1000);
var sec = second;
var ms = nowtime;
if (ms >= 1000) {
ms = ms - (1000 * sec);
}
var min;
var minet = int(nowtime / 60000);
min = minet;
if (sec >= 60) {
sec = sec - (60 * min);
}
var msl = new String(ms);
var secl = new String(sec);
var mslength = msl.length;
if (mslength == 1) {
ms = "00" + ms;
}
if (mslength == 2) {
ms = "0" + ms;
}
var seclength = secl.length;
if (seclength == 1) {
sec = "0" + sec;
}
var returntime = ((((min + ":") + sec) + ":") + ms);
return(returntime);
}
this._alpha = 0;
if (_root.gamemode == "NORMAL") {
this._visible = false;
}
nowtime2 = timeset(_root.clearstagetime);
stage1time = _root.stage1time;
stage2time = _root.stage2time;
stage3time = _root.stage3time;
stage4time = _root.stage4time;
stage5time = _root.stage5time;
stage6time = _root.stage6time;
stage7time = _root.stage7time;
stage8time = _root.stage8time;
stage9time = _root.stage9time;
}
onClipEvent (enterFrame) {
if (this._alpha <= 100) {
this._alpha = this._alpha + 10;
}
}
Frame 370
stop();
Instance of Symbol 414 MovieClip in Frame 370
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 4) {
if (_alpha <= 100) {
_alpha = (_alpha + 4);
}
}
}
Instance of Symbol 415 MovieClip in Frame 370
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 7) {
if (_alpha <= 100) {
_alpha = (_alpha + 7);
}
}
}
Instance of Symbol 416 MovieClip in Frame 370
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 6) {
if (_alpha <= 100) {
_alpha = (_alpha + 6);
}
}
}
Instance of Symbol 417 MovieClip in Frame 370
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 5) {
if (_alpha <= 100) {
_alpha = (_alpha + 5);
}
}
}
Instance of Symbol 418 MovieClip in Frame 370
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 10) {
if (_alpha <= 100) {
_alpha = (_alpha + 10);
}
}
}
Instance of Symbol 419 MovieClip in Frame 370
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 9) {
if (_alpha <= 100) {
_alpha = (_alpha + 9);
}
}
}
Instance of Symbol 420 MovieClip in Frame 370
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 8) {
if (_alpha <= 100) {
_alpha = (_alpha + 8);
}
}
}
Instance of Symbol 448 MovieClip in Frame 370
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha <= 100) {
this._alpha = this._alpha + 5;
}
}
Frame 371
stop();
Instance of Symbol 454 MovieClip in Frame 371
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 10) {
if (_alpha <= 100) {
_alpha = (_alpha + 10);
}
}
}
Frame 372
stop();
Instance of Symbol 458 MovieClip in Frame 372
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 9) {
if (_alpha <= 100) {
_alpha = (_alpha + 10);
}
}
}
Frame 373
stop();
Instance of Symbol 461 MovieClip in Frame 373
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 8) {
if (_alpha <= 100) {
_alpha = (_alpha + 10);
}
}
}
Frame 374
stop();
Instance of Symbol 464 MovieClip in Frame 374
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 8) {
if (_alpha <= 100) {
_alpha = (_alpha + 10);
}
}
}
Frame 375
stop();
Instance of Symbol 467 MovieClip in Frame 375
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 6) {
if (_alpha <= 100) {
_alpha = (_alpha + 10);
}
}
}
Frame 376
stop();
Instance of Symbol 470 MovieClip in Frame 376
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 5) {
if (_alpha <= 100) {
_alpha = (_alpha + 10);
}
}
}
Frame 377
stop();
Instance of Symbol 473 MovieClip in Frame 377
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.gameovercount < 4) {
if (_alpha <= 100) {
_alpha = (_alpha + 10);
}
}
}
Frame 378
stop();
stopAllSounds();
Instance of Symbol 51 MovieClip "loado" in Frame 378
onClipEvent (load) {
function gravity() {
if ((this._x - _root.loadingobject._x) > 0) {
_root.loadingobject.movexplus = _root.loadingobject.movexplus + 0.5;
} else {
_root.loadingobject.movexplus = _root.loadingobject.movexplus - 0.5;
}
if ((this._y - _root.loadingobject._y) > 0) {
_root.loadingobject.moveyplus = _root.loadingobject.moveyplus + 0.5;
} else {
_root.loadingobject.moveyplus = _root.loadingobject.moveyplus - 0.5;
}
}
}
onClipEvent (enterFrame) {
this.gravity();
}
Instance of Symbol 53 MovieClip "loadingobject" in Frame 378
onClipEvent (load) {
function setrandom() {
this._x = (Math.random() * 300) + 100;
this._y = (Math.random() * 150) + 50;
}
setrandom();
}
onClipEvent (enterFrame) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
_root.graphl.dmc();
}
Instance of Symbol 49 MovieClip "graphl" in Frame 378
onClipEvent (load) {
function dmc() {
dmccount++;
var newname = ("new" + dmccount);
this.duplicateMovieClip(newname, dmccount);
_parent[newname]._x = _root.loadingobject._x;
_parent[newname]._y = _root.loadingobject._y;
if (dmccount >= 100) {
remcount++;
var newname2 = ("new" + remcount);
_parent[newname2].removeMovieClip();
}
}
function allreset() {
while ((dmccount - remcount) >= 0) {
remcount++;
var newname2 = ("new" + remcount);
_parent[newname2].removeMovieClip();
}
dmccount = 0;
remcount = 0;
}
dmccount = 0;
remcount = 0;
}
Frame 379
stop();
Frame 385
stop();
stopAllSounds();
Instance of Symbol 53 MovieClip "loadingobject" in Frame 385
onClipEvent (load) {
function setrandom() {
this._x = (Math.random() * 100) + 300;
this._y = (Math.random() * 150) + 50;
}
setrandom();
}
onClipEvent (enterFrame) {
this.movex();
this.movey();
_x = (_x + moveXplus);
_y = (_y + moveYplus);
_root.graphl.dmc();
}
Frame 387
function timeset(value) {
var nowtime = value;
var second = int(nowtime / 1000);
var sec = second;
var ms = nowtime;
if (ms >= 1000) {
ms = ms - (1000 * sec);
}
var min;
var minet = int(nowtime / 60000);
min = minet;
if (sec >= 60) {
sec = sec - (60 * min);
}
var msl = new String(ms);
var secl = new String(sec);
var mslength = msl.length;
if (mslength == 1) {
ms = "00" + ms;
}
if (mslength == 2) {
ms = "0" + ms;
}
var seclength = secl.length;
if (seclength == 1) {
sec = "0" + sec;
}
var returntime = ((((min + ":") + sec) + ":") + ms);
return(returntime);
}
function rankingta(value) {
var score = value;
var rank = "not invlude";
if (score >= 600000) {
rank = "E";
} else if (score >= 540000) {
rank = "D";
} else if (score >= 420000) {
rank = "C";
} else if (score >= 300000) {
rank = "B";
} else if (score >= 240000) {
rank = "A";
} else if (score >= 210000) {
rank = "AA";
} else if (score >= 180000) {
rank = "AAA";
} else if (score >= 170000) {
rank = "S";
} else if (score <= 170000) {
rank = "S";
}
return(rank);
}
Instance of Symbol 537 MovieClip "tar1" in Frame 387
onClipEvent (load) {
n = this._x;
this._x = this._x - 100;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 10);
vx = (0.65 * vx) + ((n - this._x) / 10);
this._x = this._x + vx;
}
Instance of Symbol 543 MovieClip "tar2" in Frame 387
onClipEvent (load) {
n = this._x;
this._x = this._x + 70;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 10);
vx = (0.65 * vx) + ((this._x - n) / 10);
this._x = this._x - vx;
}
Instance of Symbol 549 MovieClip "tar3" in Frame 387
onClipEvent (load) {
n = this._x;
this._x = this._x - 100;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 10);
vx = (0.65 * vx) + ((n - this._x) / 10);
this._x = this._x + vx;
}
Instance of Symbol 9 MovieClip in Symbol 10 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 18 MovieClip in Symbol 19 MovieClip Frame 1
onClipEvent (load) {
function plus() {
_root.scorewindow.pointplus(500);
scoresound.start();
_y = (_y + 400);
}
if (_root.gamemode == "TIMEATTACK") {
_y = 800;
}
scoresound = new Sound();
scoresound.attachSound("po");
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.sym.sym2)) {
this.plus();
}
}
Instance of Symbol 23 MovieClip "atarihantei" in Symbol 25 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 29 MovieClip in Symbol 30 MovieClip Frame 1
onClipEvent (load) {
function plus() {
_root.scorewindow.pointplus(300);
scoresound.start();
_y = (_y + 400);
}
if (_root.gamemode == "TIMEATTACK") {
_y = 800;
}
scoresound = new Sound();
scoresound.attachSound("po");
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.sym.sym2)) {
this.plus();
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
function plus() {
_root.scorewindow.pointplus(700);
scoresound.start();
_y = (_y + 400);
}
if (_root.gamemode == "TIMEATTACK") {
_y = 800;
}
scoresound = new Sound();
scoresound.attachSound("po");
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.sym.sym2)) {
this.plus();
}
}
Instance of Symbol 23 MovieClip in Symbol 38 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 25 MovieClip in Symbol 40 MovieClip [lastkabe1] Frame 1
onClipEvent (enterFrame) {
this._y--;
this._x = this._x + 0.1;
}
Instance of Symbol 36 MovieClip in Symbol 40 MovieClip [lastkabe1] Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
}
Instance of Symbol 36 MovieClip in Symbol 40 MovieClip [lastkabe1] Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation - 3;
}
Instance of Symbol 39 MovieClip in Symbol 40 MovieClip [lastkabe1] Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Symbol 58 Button
on (release) {
_root.graphl.allreset();
_root.loadingobject.setrandom();
}
Symbol 70 Button
on (release) {
gotoAndStop (23);
}
Symbol 75 Button
on (release, keyPress "<Space>") {
nextFrame();
stop();
}
Symbol 82 Button
on (release) {
if (_root.stagenum < 9) {
_root.stagenum++;
_root.bgmnum++;
}
}
Symbol 86 Button
on (release) {
if (_root.stagenum > 1) {
_root.stagenum--;
_root.bgmnum--;
}
}
Symbol 97 Button
on (release) {
_root.modeselect("TIMEATTACK");
nextFrame();
}
Symbol 102 Button
on (release) {
_root.modeselect("NORMAL");
nextFrame();
}
Symbol 109 Button
on (release) {
_root.prequality = "LOW";
nextFrame();
}
Symbol 113 Button
on (release) {
_root.prequality = "MEDIUM";
nextFrame();
}
Symbol 121 Button
on (release) {
_root.nextFrame();
_root.play();
}
Symbol 125 Button
on (release) {
gotoAndStop (1);
}
Symbol 128 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 3
gamemode = "Gamemode : " + _root.gamemode;
if (_root.prequality == "MEDIUM") {
quality = "quality:HIGH";
} else {
quality = "quality:" + _root.prequality;
}
Instance of Symbol 134 MovieClip "fireDown" in Symbol 136 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 134 MovieClip "fireUP" in Symbol 136 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 134 MovieClip "fireLeft" in Symbol 136 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 134 MovieClip "fireRight" in Symbol 136 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 136 MovieClip Frame 2
prevFrame();
Symbol 136 MovieClip Frame 3
_root.stop();
Symbol 136 MovieClip Frame 29
_root.life--;
_root.meters.timer.action.bomb();
Symbol 136 MovieClip Frame 30
if (_root.life > 0) {
_root.gotoAndPlay("stageseledummy");
} else {
_root.gotoAndPlay("over");
}
Symbol 145 Button
on (release) {
gotoAndStop (6);
}
Symbol 150 Button
on (release) {
nextFrame();
}
Symbol 152 Button
on (release) {
prevFrame();
}
Instance of Symbol 155 MovieClip "100" in Symbol 156 MovieClip Frame 1
onClipEvent (load) {
function plus() {
_root.scorewindow.pointplus(100);
scoresound.start();
_y = (_y + 400);
}
if (_root.gamemode == "TIMEATTACK") {
_y = 800;
}
scoresound = new Sound();
scoresound.attachSound("po");
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.sym.sym2)) {
this.plus();
}
}
Instance of Symbol 158 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
function plus() {
_root.scorewindow.pointplus(1000);
scoresound.start();
_y = (_y + 400);
}
if (_root.gamemode == "TIMEATTACK") {
_y = 800;
}
scoresound = new Sound();
scoresound.attachSound("po");
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.sym.sym2)) {
this.plus();
}
}
Instance of Symbol 161 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (load) {
function plusf() {
_root.fuel = _root.fuel + 200;
scoresound.start();
_y = (_y + 400);
}
if (_root.gamemode == "TIMEATTACK") {
_y = 800;
}
scoresound = new Sound();
scoresound.attachSound("pot");
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.sym.sym2)) {
this.plusf();
}
}
Instance of Symbol 164 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
function plusf() {
_root.life++;
_root.lifeget = true;
scoresound.start();
_y = (_y + 400);
}
if (_root.lifeget == true) {
_y = (_y + 400);
}
scoresound = new Sound();
scoresound.attachSound("pot");
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.sym.sym2)) {
this.plusf();
}
}
Symbol 173 Button
on (release, keyPress "<Space>") {
nextFrame();
play();
fuel = 1000;
}
Instance of Symbol 204 MovieClip "stagescore" in Symbol 206 MovieClip Frame 1
onClipEvent (load) {
n = "FALSE";
wait = "TRUE";
waittime = 5;
}
onClipEvent (enterFrame) {
waittime++;
if (waittime >= 5) {
wait = "FALSE";
waittime = 0;
}
if (Key.isDown(46)) {
if (wait == "FALSE") {
waittime = 0;
if (n == "FALSE") {
this._visible = true;
n = "TRUE";
wait = "TRUE";
} else if (n == "TRUE") {
this._visible = false;
n = "FALSE";
wait = "TRUE";
}
}
}
stage1time = _root.stage1time;
stage2time = _root.stage2time;
stage3time = _root.stage3time;
stage4time = _root.stage4time;
stage5time = _root.stage5time;
stage6time = _root.stage6time;
stage7time = _root.stage7time;
stage8time = _root.stage8time;
stage9time = _root.stage9time;
}
Instance of Symbol 206 MovieClip "taction" in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
function timeset(value) {
var nowtime = value;
var second = int(nowtime / 1000);
var sec = second;
var ms = nowtime;
if (ms >= 1000) {
ms = ms - (1000 * sec);
}
var min;
var minet = int(nowtime / 60000);
min = minet;
if (sec >= 60) {
sec = sec - (60 * min);
}
var msl = new String(ms);
var secl = new String(sec);
var mslength = msl.length;
if (mslength == 1) {
ms = "00" + ms;
}
if (mslength == 2) {
ms = "0" + ms;
}
var seclength = secl.length;
if (seclength == 1) {
sec = "0" + sec;
}
var returntime = ((((min + ":") + sec) + ":") + ms);
if (returntime == "0:00:000") {
returntime = "-:--:---";
return(returntime);
}
return(returntime);
}
nowtime2 = timeset(_root.clearstagetime);
stage1time = _root.stage1time;
stage2time = _root.stage2time;
stage3time = _root.stage3time;
stage4time = _root.stage4time;
stage5time = _root.stage5time;
stage6time = _root.stage6time;
stage7time = _root.stage7time;
stage8time = _root.stage8time;
stage9time = _root.stage9time;
Set(("stage" + _root.stagenum) + "time", timeset(_root.currentstagetime));
}
Instance of Symbol 209 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
loadper = ((((_parent.bgmgraph.loading + "/") + _parent.bgmgraph.total) + "bytes(") + _parent.bgmgraph.parsent) + "% done)";
}
Instance of Symbol 211 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
bgmnumber = ("(TRACK" + _parent.bgmgraph.bgmnum) + ")";
}
Instance of Symbol 212 MovieClip "bgmgraph" in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
function sentaku() {
bgm.onLoad = function () {
_root.graphl.allreset();
_root.nextFrame();
_quality = _root.prequality;
if (_root.bgmp == "false") {
bgm.start(0, 1000);
_root.bgmp = "true";
if (_root.gamemode2 == "ENDING") {
_root.play();
}
}
};
if (_root.gamemode2 == "ENDING") {
bgm.loadSound("bgm/11.mp3", false);
} else if (_root.gamemode == "NORMAL") {
bgm.loadSound(("bgm/" + bgmnum) + ".mp3", false);
} else if (_root.gamemode == "TIMEATTACK") {
bgm.loadSound("bgm/10.mp3", false);
}
}
function soundplay() {
bgm.start(0, 1000);
}
function scale() {
loading = bgm.getbytesloaded();
total = bgm.getbytestotal();
parsent = int((loading / total) * 100);
this._xscale = parsent;
}
bgmnum = _root.bgmnum;
bgm = _root.bgm;
this.sentaku();
}
onClipEvent (enterFrame) {
this.scale();
}
Symbol 220 Button
on (release, keyPress "<Space>") {
nextFrame();
play();
}
Symbol 243 Button
on (release) {
gotoAndPlay (3);
}
Symbol 249 Button
on (release) {
if (_root.gamemode == "NORMAL") {
_root.nextFrame();
_root.play();
}
}
Symbol 257 Button
on (release) {
_root.hint.mieru("false");
}
Instance of Symbol 264 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (load) {
if (_root.stagenum < 4) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 267 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (load) {
if (_root.stagenum < 7) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 270 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (load) {
if (_root.stagenum < 8) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 273 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (load) {
if (_root.stagenum < 9) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 281 Button
on (release) {
_root.hint.mieru("true");
}
Instance of Symbol 286 MovieClip "kabe" in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 288 MovieClip "labeue" in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 286 MovieClip "kabehidari" in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 288 MovieClip "labeue2" in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 291 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.lifeget = false;
_root.meters.timer.action.stageclear();
_root.myscore = _root.myscore + _root.fuel;
_root.sym.sym2._x = _root.sym.sym2._x - 300;
_root.nextstage();
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 296 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (load) {
if (_root.gamemode == "TIMEATTACK") {
_root.scorewindow._visible = false;
}
}
Instance of Symbol 206 MovieClip "action" in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
function stageclear() {
_root.clearstagetime = _root.clearstagetime + ntime;
_root.currentstagetime = 0;
var subtime = this.timeset(nowtimest);
Set(("_root.stage" + _root.stagenum) + "time", subtime);
}
function bomb() {
_root.currentstagetime = _root.currentstagetime + ntime;
_root.clearstagetime = _root.clearstagetime + ntime;
}
function timeset(value) {
var nowtime = value;
var second = int(nowtime / 1000);
var sec = second;
var ms = nowtime;
if (ms >= 1000) {
ms = ms - (1000 * sec);
}
var min;
var minet = int(nowtime / 60000);
min = minet;
if (sec >= 60) {
sec = sec - (60 * min);
}
var msl = new String(ms);
var secl = new String(sec);
var mslength = msl.length;
if (mslength == 1) {
ms = "00" + ms;
}
if (mslength == 2) {
ms = "0" + ms;
}
var seclength = secl.length;
if (seclength == 1) {
sec = "0" + sec;
}
var returntime = ((((min + ":") + sec) + ":") + ms);
if (returntime == "0:00:000") {
returntime = "-:--:---";
return(returntime);
}
return(returntime);
}
timer = getTimer();
plusroot = _root.clearstagetime;
plusrootst = _root.currentstagetime;
nowtime = plusroot;
nowtimest = plusrootst;
}
onClipEvent (enterFrame) {
ntime = getTimer() - timer;
nowtime = ntime + plusroot;
nowtimest = ntime + plusrootst;
nowtime2 = timeset(nowtime);
Set(("stagescore.stage" + _root.stagenum) + "time", timeset(nowtimest));
}
Instance of Symbol 310 MovieClip "lifewindow" in Symbol 311 MovieClip Frame 1
onClipEvent (load) {
if (_root.gamemode == "NORMAL") {
_visible = false;
}
}
onClipEvent (enterFrame) {
mylife = _root.life;
}
Instance of Symbol 300 MovieClip "meter" in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
function fuelmeter() {
var meter = (_root.fuel / 10);
_xscale = meter;
}
function fuelempty() {
if (_root.fuel <= 0) {
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
if (_root.sym._currentframe < 3) {
_root.sym.gotoAndPlay(3);
}
} else if (_root.fuel > 0) {
if (_root.sym._currentframe < 3) {
_root.fuel--;
}
}
}
if (_root.gamemode == "TIMEATTACK") {
_root.meters._y = -13;
_root.meters._x = _root.meters._x - 5;
}
fuelcolor = new Color(_root.meters.meter);
}
onClipEvent (enterFrame) {
if (_root.gamemode == "NORMAL") {
this.fuelmeter();
this.fuelempty();
}
}
Instance of Symbol 303 MovieClip "fueldanger" in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
function fuelmeter3() {
var meter = (_root.fuel / 10);
if (meter < 30) {
_visible = true;
} else {
_visible = false;
}
}
_visible = false;
}
onClipEvent (enterFrame) {
this.fuelmeter3();
}
Instance of Symbol 304 MovieClip "timer" in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
action.stagescore._visible = false;
if (_root.gamemode == "NORMAL") {
this._visible = false;
}
}
Instance of Symbol 305 MovieClip "fuelmeterdanger" in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
function fuelmeter2() {
var meter = (_root.fuel / 10);
_xscale = meter;
if (meter < 30) {
_visible = true;
} else {
_visible = false;
}
}
_visible = false;
}
onClipEvent (enterFrame) {
this.fuelmeter2();
}
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
if (_root.gamemode == "NORMAL") {
this._visible = false;
}
}
Instance of Symbol 23 MovieClip "atarihantei" in Symbol 316 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 310 MovieClip "lifewindow" in Symbol 317 MovieClip Frame 1
onClipEvent (load) {
if (_root.gamemode == "TIMEATTACK") {
_visible = false;
}
}
onClipEvent (enterFrame) {
mylife = _root.life;
}
Instance of Symbol 325 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 331 MovieClip in Symbol 332 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 338 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.moveXplus = -5;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 343 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.moveXplus = 0;
_root.sym.moveYplus = -5;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 346 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 5;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 349 MovieClip in Symbol 351 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.moveXplus = 5;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 364 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 369 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (load) {
function hit() {
if (this.hitTest(_root.sym.sym2)) {
_root.sym.gotoAndPlay(3);
_root.sym.moveXplus = 0;
_root.sym.moveYplus = 0;
}
}
}
onClipEvent (enterFrame) {
this.hit();
}
Instance of Symbol 377 MovieClip "sikaku" in Symbol 378 MovieClip Frame 1
onClipEvent (load) {
susumu = random(5) + 3;
alpa = random(40) + 1;
}
onClipEvent (enterFrame) {
setProperty(this, _x , (getProperty(sikaku, _x) + susumu) + random(1));
setProperty(this, _rotation , (getProperty(this, _rotation) + 3) + random(3));
if (getProperty(this, _alpha) >= alpa) {
setProperty(this, _alpha , getProperty(this, _alpha) - 1);
} else {
setProperty(this, _alpha , getProperty(this, _alpha) + 100);
}
if (hittest(_root.atari)) {
setProperty(this, _x , getProperty(this, _x) - 700);
}
}
Symbol 378 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 36 MovieClip in Symbol 381 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 4.5;
}
Instance of Symbol 36 MovieClip in Symbol 381 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation - 3;
}
Instance of Symbol 391 MovieClip "ranking" in Symbol 392 MovieClip Frame 1
onClipEvent (load) {
function ranking(value) {
var score = value;
if (score <= 3000) {
ranks = "E";
} else if (score <= 5000) {
ranks = "D";
} else if (score <= 10000) {
ranks = "C";
} else if (score <= 15000) {
ranks = "B";
} else if (score <= 20000) {
ranks = "A";
} else if (score <= 23000) {
ranks = "AA";
} else if (score <= 27000) {
ranks = "AAA";
} else if (score <= 30000) {
ranks = "S";
} else if (score >= 30000) {
ranks = "S";
}
return(ranks);
}
this._xscale = 300;
this._yscale = 300;
if (_root.gamemode == "TIMEATTACK") {
this._visible = false;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (rank == undefined) {
} else if (_root.lasttime._alpha >= 100) {
if (_alpha < 100) {
this._alpha = this._alpha + 5;
}
if (_xscale > 100) {
this._xscale = this._xscale - 50;
}
if (_yscale > 100) {
this._yscale = this._yscale - 50;
}
}
}
Instance of Symbol 406 MovieClip "timerank" in Symbol 407 MovieClip Frame 1
onClipEvent (load) {
function ranking(value) {
var score = value;
var rank = "not invlude";
if (score >= 600000) {
rank = "E";
} else if (score >= 540000) {
rank = "D";
} else if (score >= 420000) {
rank = "C";
} else if (score >= 300000) {
rank = "B";
} else if (score >= 240000) {
rank = "A";
} else if (score >= 210000) {
rank = "AA";
} else if (score >= 180000) {
rank = "AAA";
} else if (score >= 170000) {
rank = "S";
} else if (score <= 170000) {
rank = "S";
}
return(rank);
}
this._alpha = 0;
this._xscale = 500;
this._yscale = 500;
rank = ranking(_root.clearstagetime);
}
onClipEvent (enterFrame) {
if (_root.lasttime._alpha >= 100) {
if (_alpha < 100) {
this._alpha = this._alpha + 5;
}
if (_xscale > 100) {
this._xscale = this._xscale - 50;
}
if (_yscale > 100) {
this._yscale = this._yscale - 50;
}
}
}
Symbol 410 Button
on (release) {
gotoAndPlay (3);
}
Symbol 413 Button
on (release) {
nextFrame();
}
Symbol 425 Button
on (release) {
nextFrame();
}
Symbol 429 Button
on (release) {
gotoAndStop (385);
}
Symbol 443 Button
on (release) {
_root.getURL("http://www.art-side.com", "_blank");
}
Symbol 445 Button
on (release) {
this.getURL("mailto:hase_seen1394@hotmail.com");
}
Symbol 451 Button
on (release) {
prevFrame();
}
Symbol 455 Button
on (release) {
gotoAndStop (370);
}
Instance of Symbol 474 MovieClip "bgmgraphend" in Symbol 479 MovieClip Frame 1
onClipEvent (load) {
function sentaku() {
abc.onLoad = function () {
_root.bgmloadend.bgmgraphend.abc.start();
};
abc.loadSound(("bgm2/" + bgmnum) + ".mp3", false);
}
function scale() {
loading = abc.getBytesLoaded();
total = abc.getBytesTotal();
parsent = int((loading / total) * 100);
this._xscale = parsent;
}
abc = new Sound();
bgmnum = 1;
this.sentaku();
}
onClipEvent (enterFrame) {
this.scale();
}
Instance of Symbol 476 MovieClip in Symbol 479 MovieClip Frame 1
onClipEvent (enterFrame) {
loadper = ((((_parent.bgmgraphend.loading + "/") + _parent.bgmgraphend.total) + "bytes(") + _parent.bgmgraphend.parsent) + "% done)";
}
Instance of Symbol 478 MovieClip in Symbol 479 MovieClip Frame 1
onClipEvent (enterFrame) {
bgmnumber = ("(TRACK" + _parent.bgmgraphend.bgmnum) + ")";
}
Symbol 481 Button
on (release) {
_root.bgmloadend.bgmgraphend.abc.stop();
_root.bgmloadend.bgmgraphend.sentaku();
}
Symbol 482 Button
on (release) {
_root.bgmloadend.bgmgraphend.abc.stop();
}
Symbol 486 Button
on (release) {
if (_root.bgmloadend.bgmgraphend.bgmnum < 13) {
_root.bgmloadend.bgmgraphend.abc.stop();
_root.bgmloadend.bgmgraphend.bgmnum++;
_root.bgmloadend.bgmgraphend.sentaku();
}
}
Symbol 490 Button
on (release) {
if (_root.bgmloadend.bgmgraphend.bgmnum > 1) {
_root.bgmloadend.bgmgraphend.abc.stop();
_root.bgmloadend.bgmgraphend.bgmnum--;
_root.bgmloadend.bgmgraphend.sentaku();
}
}
Symbol 496 Button
on (release) {
if (_root.bgmloadend.bgmgraphend.bgmnum < 16) {
_root.bgmloadend.bgmgraphend.abc.stop();
_root.bgmloadend.bgmgraphend.bgmnum++;
_root.bgmloadend.bgmgraphend.sentaku();
}
}
Symbol 497 Button
on (release) {
_root.bgmloadend.bgmgraphend.abc.stop();
_root.bgmloadend.bgmgraphend.sentaku();
}
Symbol 498 Button
on (release) {
_root.graphl.allreset();
_root.bgmloadend.bgmgraphend.abc.stop();
gotoAndStop (370);
}