Frame 1
Loaded = Math.round(getBytesLoaded());
total = Math.round(getBytesTotal());
percent = Loaded / total;
bar._width = percent * 150;
text = Math.round(percent * 100) + "%";
if (Loaded == total) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 4
meaw = new Sound();
meaw.attachSound("meaw");
whish = new Sound();
whish.attachSound("whish");
woop = new Sound();
woop.attachSound("woop");
good = new Sound();
good.attachSound("good");
gameover = new Sound();
gameover.attachSound("gameover");
levelstart0 = new Sound();
levelstart0.attachSound("levelstart0");
levelstart2 = new Sound();
levelstart2.attachSound("levelstart2");
ririn = new Sound();
ririn.attachSound("ririn");
warpopen = new Sound();
warpopen.attachSound("warpopen");
warpclose = new Sound();
warpclose.attachSound("warpclose");
stop();
Frame 5
_global.score = 0;
_root.score = 0;
stopAllSounds();
stop();
Frame 6
_global.goal = 300;
_global.chain = 0;
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 6
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 137 MovieClip in Frame 6
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 137 MovieClip in Frame 6
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 150 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 6
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 6
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("level2start");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 7
_global.goal = (_global.score / 2) + 1000;
_root.goal = _global.goal;
_global.chain = 0;
stop();
stopAllSounds();
Mouse.show();
Frame 8
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 8
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 8
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 75);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 8
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 75);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 203 MovieClip in Frame 8
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 203 MovieClip in Frame 8
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 150 MovieClip in Frame 8
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 8
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 8
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("level3start");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 9
_global.goal = (_global.score / 2) + 1500;
_root.goal = _global.goal;
_global.chain = 0;
stop();
stopAllSounds();
Mouse.show();
Frame 10
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 10
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 10
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 10
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 10
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 10
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 10
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 211 MovieClip in Frame 10
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 10
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 10
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 220 MovieClip "kuropass" in Frame 10
onClipEvent (load) {
_root.kurofly = 0;
}
onClipEvent (enterFrame) {
if (!_root.kurofly) {
kurorandom = Math.floor(Math.random() * 100);
if (kurorandom == 1) {
_root.kurofly = 1;
this.gotoAndPlay("kuroready");
}
}
}
on (press) {
this.kuromove.gotoAndPlay("kuroshot");
_root.score = _root.score + 100;
_global.chain = _global.chain + 1;
_global.score = _global.score + 100;
}
Instance of Symbol 199 MovieClip in Frame 10
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 211 MovieClip in Frame 10
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 150 MovieClip in Frame 10
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 10
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 10
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("level4start");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 11
_global.goal = (_global.score / 2) + 2000;
_root.goal = _global.goal;
_global.chain = 0;
stop();
stopAllSounds();
Mouse.show();
Frame 12
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 12
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 12
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 12
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 12
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 137 MovieClip in Frame 12
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 220 MovieClip "kuropass" in Frame 12
onClipEvent (load) {
_root.kurofly = 0;
}
onClipEvent (enterFrame) {
if (!_root.kurofly) {
kurorandom = Math.floor(Math.random() * 100);
if (kurorandom == 1) {
_root.kurofly = 1;
this.gotoAndPlay("kuroready");
}
}
}
on (press) {
this.kuromove.gotoAndPlay("kuroshot");
_root.score = _root.score + 100;
_global.chain = _global.chain + 1;
_global.score = _global.score + 100;
}
Instance of Symbol 199 MovieClip in Frame 12
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 137 MovieClip in Frame 12
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 150 MovieClip in Frame 12
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 12
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 12
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("level5start");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 13
_global.goal = (_global.score / 2) + 3000;
_root.goal = _global.goal;
_global.chain = 0;
stop();
stopAllSounds();
Mouse.show();
Frame 14
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 14
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 14
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 14
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 203 MovieClip in Frame 14
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 220 MovieClip "kuropass" in Frame 14
onClipEvent (load) {
_root.kurofly = 0;
}
onClipEvent (enterFrame) {
if (!_root.kurofly) {
kurorandom = Math.floor(Math.random() * 100);
if (kurorandom == 1) {
_root.kurofly = 1;
this.gotoAndPlay("kuroready");
}
}
}
on (press) {
this.kuromove.gotoAndPlay("kuroshot");
_root.score = _root.score + 100;
_global.chain = _global.chain + 1;
_global.score = _global.score + 100;
}
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 14
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
trace(nobarandom);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 14
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 203 MovieClip in Frame 14
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 245 MovieClip in Frame 14
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 150 MovieClip in Frame 14
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 14
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 14
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("level6start");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 15
_global.goal = (_global.score / 2) + 3500;
_root.goal = _global.goal;
_global.chain = 0;
stop();
stopAllSounds();
Mouse.show();
Frame 16
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 16
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 211 MovieClip in Frame 16
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 211 MovieClip in Frame 16
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 245 MovieClip in Frame 16
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 16
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 16
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 16
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 150 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 16
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 16
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("level7start");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 17
_global.goal = (_global.score / 2) + 4000;
_root.goal = _global.goal;
_global.chain = 0;
stop();
stopAllSounds();
Mouse.show();
Frame 18
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 18
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 18
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 75);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 18
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 75);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 203 MovieClip in Frame 18
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 203 MovieClip in Frame 18
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 245 MovieClip in Frame 18
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 18
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 18
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 18
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 150 MovieClip in Frame 18
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 18
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 18
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("level8start");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 19
_global.goal = (_global.score / 2) + 4500;
_root.goal = _global.goal;
_global.chain = 0;
stop();
stopAllSounds();
Mouse.show();
Frame 20
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 20
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 20
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 20
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 20
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 20
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 20
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 211 MovieClip in Frame 20
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 20
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 20
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 220 MovieClip "kuropass" in Frame 20
onClipEvent (load) {
_root.kurofly = 0;
}
onClipEvent (enterFrame) {
if (!_root.kurofly) {
kurorandom = Math.floor(Math.random() * 100);
if (kurorandom == 1) {
_root.kurofly = 1;
this.gotoAndPlay("kuroready");
}
}
}
on (press) {
this.kuromove.gotoAndPlay("kuroshot");
_root.score = _root.score + 100;
_global.chain = _global.chain + 1;
_global.score = _global.score + 100;
}
Instance of Symbol 199 MovieClip in Frame 20
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 211 MovieClip in Frame 20
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 245 MovieClip in Frame 20
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 20
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 20
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 20
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 150 MovieClip in Frame 20
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 20
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 20
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("level9start");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 21
_global.goal = (_global.score / 2) + 5000;
_root.goal = _global.goal;
_global.chain = 0;
stop();
stopAllSounds();
Mouse.show();
Frame 22
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 22
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 22
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 22
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 22
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 22
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 22
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 137 MovieClip in Frame 22
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 22
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 22
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 220 MovieClip "kuropass" in Frame 22
onClipEvent (load) {
_root.kurofly = 0;
}
onClipEvent (enterFrame) {
if (!_root.kurofly) {
kurorandom = Math.floor(Math.random() * 100);
if (kurorandom == 1) {
_root.kurofly = 1;
this.gotoAndPlay("kuroready");
}
}
}
on (press) {
this.kuromove.gotoAndPlay("kuroshot");
_root.score = _root.score + 100;
_global.chain = _global.chain + 1;
_global.score = _global.score + 100;
}
Instance of Symbol 199 MovieClip in Frame 22
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 137 MovieClip in Frame 22
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 245 MovieClip in Frame 22
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 22
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 22
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 22
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 150 MovieClip in Frame 22
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 22
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 22
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("level10start");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 23
_global.goal = (_global.score / 2) + 5500;
_root.goal = _global.goal;
_global.chain = 0;
stop();
stopAllSounds();
Mouse.show();
Frame 24
_root.levelstart0.start(0, 999);
stop();
Instance of Symbol 112 MovieClip in Frame 24
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 24
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 199 MovieClip in Frame 24
onClipEvent (load) {
ririnup = 0;
}
onClipEvent (enterFrame) {
if (!ririnup) {
ririnrandom = Math.floor(Math.random() * 55);
if (ririnrandom == 1) {
ririnup = 1;
this.gotoAndPlay("ririnready");
}
}
}
on (press) {
this.gotoAndPlay("ririnshot");
_root.score = _root.score + 50;
_global.chain = _global.chain + 1;
_global.score = _global.score + 50;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 203 MovieClip in Frame 24
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 220 MovieClip "kuropass" in Frame 24
onClipEvent (load) {
_root.kurofly = 0;
}
onClipEvent (enterFrame) {
if (!_root.kurofly) {
kurorandom = Math.floor(Math.random() * 100);
if (kurorandom == 1) {
_root.kurofly = 1;
this.gotoAndPlay("kuroready");
}
}
}
on (press) {
this.kuromove.gotoAndPlay("kuroshot");
_root.score = _root.score + 100;
_global.chain = _global.chain + 1;
_global.score = _global.score + 100;
}
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) {
konup = 0;
}
onClipEvent (enterFrame) {
if (!konup) {
konrandom = Math.floor(Math.random() * 25);
if (konrandom == 1) {
konup = 1;
this.gotoAndPlay("konready");
}
}
}
on (press) {
this.gotoAndPlay("konshot");
_root.score = _root.score + 10;
_global.chain = _global.chain + 1;
_global.score = _global.score + 10;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 24
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
trace(nobarandom);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 245 MovieClip in Frame 24
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 203 MovieClip in Frame 24
on (press) {
_global.chain = 0;
return(undefined);
}
Instance of Symbol 245 MovieClip in Frame 24
onClipEvent (load) {
nobaup = 0;
}
onClipEvent (enterFrame) {
if (!nobaup) {
nobarandom = Math.floor(Math.random() * 200);
if (nobarandom == 1) {
nobaup = 1;
this.gotoAndPlay("nobaready");
}
}
}
on (press) {
this.gotoAndPlay("nobashot");
_root.score = _root.score + 200;
_global.chain = _global.chain + 1;
_global.score = _global.score + 200;
this.enabled = 0;
}
Instance of Symbol 150 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = _root._xmouse;
}
onClipEvent (mouseDown) {
this.gotoAndPlay("attack");
}
Instance of Symbol 152 MovieClip in Frame 24
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
_root.whish.start(0, 1);
}
Instance of Symbol 179 MovieClip in Frame 24
onClipEvent (load) {
start = getTimer();
startCount = 60;
}
onClipEvent (enterFrame) {
current = (getTimer() - start) / 600;
if (current < startCount) {
elapsed = startCount - current;
counter = Math.floor(elapsed);
} else if (_global.score >= _global.goal) {
_root.gotoAndStop("finish");
} else {
_root.gotoAndStop("gameover");
}
}
Instance of Symbol 185 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_global.chain == 3) {
_root.goodcomment.gotoAndPlay("showcomment");
_global.chain = 4;
}
if (_global.chain == 6) {
_root.greatcomment.gotoAndPlay("showcomment");
_global.chain = 7;
}
if (_global.chain == 9) {
_root.excellentcomment.gotoAndPlay("showcomment");
_global.chain = 0;
}
}
Frame 45
stop();
stopAllSounds();
_root.gameover.start(0, 999);
Mouse.show();
Frame 46
stop();
Frame 47
stop();
stopAllSounds();
_root.levelstart2.start(0, 999);
Mouse.show();
Symbol 18 Button
on (release) {
getURL ("http://www.ultimateflashgame.com", "_blank");
}
Symbol 29 MovieClip Frame 74
stop();
_root.gotoAndStop("main");
Symbol 93 Button
on (release) {
_root.gotoAndStop("level1start");
}
Symbol 95 Button
on (release) {
_root.gotoAndStop("credits");
}
Symbol 97 Button
on (release) {
getURL ("http://www.ultimateflashgame.com", "_blank");
}
Symbol 101 MovieClip [b_WEBSECTORde] Frame 1
this.init("http://www.ultimateflashgame.com/", true);
stop();
Symbol 102 Button
on (release) {
getURL ("http://www.ultimateflashgame.com", "_blank");
}
Symbol 110 Button
on (release) {
gotoAndStop (6);
}
Symbol 129 MovieClip Frame 8
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 5
_root.woop.start();
Symbol 130 MovieClip Frame 12
konup = 0;
gotoAndStop (1);
Symbol 130 MovieClip Frame 13
_root.meaw.start(0, 1);
Symbol 130 MovieClip Frame 20
konup = 0;
this.enabled = 1;
gotoAndStop (1);
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
Symbol 150 MovieClip Frame 4
gotoAndPlay (1);
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 2
_root.good.start();
Symbol 158 MovieClip Frame 15
_root.score = _root.score + 50;
_global.score = _global.score + 50;
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 2
_root.good.start();
Symbol 164 MovieClip Frame 15
_root.score = _root.score + 100;
_global.score = _global.score + 100;
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 2
_root.good.start();
Symbol 170 MovieClip Frame 15
_root.score = _root.score + 150;
_global.score = _global.score + 150;
Symbol 188 Button
on (release) {
gotoAndStop (8);
}
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 5
_root.woop.start();
Symbol 199 MovieClip Frame 15
ririnup = 0;
gotoAndStop (1);
Symbol 199 MovieClip Frame 16
_root.ririn.start();
Symbol 199 MovieClip Frame 24
ririnup = 0;
this.enabled = 1;
gotoAndStop (1);
Symbol 208 Button
on (release) {
gotoAndStop (10);
}
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
Symbol 219 MovieClip Frame 20
_root.kurofly = 0;
gotoAndStop (1);
_root.kuropass.gotoAndStop("kuroready");
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 39
_root.kurofly = 0;
gotoAndStop (1);
Symbol 225 Button
on (release) {
gotoAndStop (12);
}
Symbol 232 Button
on (release) {
gotoAndStop (14);
}
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 2
_root.warpopen.start(0, 1);
Symbol 245 MovieClip Frame 31
_root.warpclose.start(0, 1);
Symbol 245 MovieClip Frame 39
nobaup = 0;
gotoAndStop (1);
Symbol 245 MovieClip Frame 40
_root.meaw.start(0, 1);
Symbol 245 MovieClip Frame 43
_root.warpclose.start(0, 1);
Symbol 245 MovieClip Frame 50
nobaup = 0;
this.enabled = 1;
gotoAndStop (1);
Symbol 251 Button
on (release) {
gotoAndStop (16);
}
Symbol 256 Button
on (release) {
gotoAndStop (18);
}
Symbol 262 Button
on (release) {
gotoAndStop (20);
}
Symbol 268 Button
on (release) {
gotoAndStop (22);
}
Symbol 274 Button
on (release) {
gotoAndStop (24);
}
Symbol 284 Button
on (release) {
gotoAndStop (5);
}
Symbol 289 MovieClip Frame 12
stop();
Symbol 294 Button
on (release) {
gotoAndStop (4);
}