Instance of Symbol 7 MovieClip in Frame 1 (105 B)
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
this.gotoAndStop(_parent.score.score);
}
Instance of Symbol 23 MovieClip "siru" in Frame 1 (110 B)
onClipEvent (load) {
lv = 0;
}
onClipEvent (enterFrame) {
if (_parent.score.score >= 30) {
lv = 1;
}
}
Instance of Symbol 25 MovieClip "score" in Frame 1 (78 B)
onClipEvent (load) {
score = 0;
}
onClipEvent (enterFrame) {
trace(score);
}
Instance of Symbol 27 MovieClip "bottan" in Frame 1 (459 B)
onClipEvent (load) {
a0 = _parent._currentframe;
aa = 13;
cc = 25;
nextflag = "anal";
}
onClipEvent (mouseDown) {
_parent.score.score++;
mouseon = 1;
}
onClipEvent (mouseUp) {
mouseon = 0;
}
onClipEvent (enterFrame) {
if (mouseon == 1) {
if (_parent._currentframe <= aa) {
_parent.nextFrame();
}
} else if (a0 < _parent._currentframe) {
_parent.prevFrame();
}
if (_parent.score.score >= cc) {
_parent.gotoAndPlay(nextflag);
}
}
Instance of Symbol 29 MovieClip in Frame 1 (172 B)
on (rollOver) {
_parent.serifu.gotoAndStop("serifu04");
}
on (press) {
_parent.serifu.gotoAndStop("serifu05");
}
on (rollOut) {
_parent.serifu.gotoAndStop("serifu01");
}
Instance of Symbol 29 MovieClip in Frame 1 (172 B)
on (rollOver) {
_parent.serifu.gotoAndStop("serifu02");
}
on (press) {
_parent.serifu.gotoAndStop("serifu03");
}
on (rollOut) {
_parent.serifu.gotoAndStop("serifu01");
}
Frame 12 (41 B)
this.score.score = this.score.score + 3;
Instance of Symbol 27 MovieClip "bottan" in Frame 40 (464 B)
onClipEvent (load) {
a0 = _parent._currentframe;
aa = 45;
cc = 30;
nextflag = "anal_roop";
}
onClipEvent (mouseDown) {
_parent.score.score++;
mouseon = 1;
}
onClipEvent (mouseUp) {
mouseon = 0;
}
onClipEvent (enterFrame) {
if (mouseon == 1) {
if (_parent._currentframe <= aa) {
_parent.nextFrame();
}
} else if (a0 < _parent._currentframe) {
_parent.prevFrame();
}
if (_parent.score.score >= cc) {
_parent.gotoAndPlay(nextflag);
}
}
Instance of Symbol 29 MovieClip in Frame 40 (172 B)
on (rollOver) {
_parent.serifu.gotoAndStop("serifu02");
}
on (press) {
_parent.serifu.gotoAndStop("serifu03");
}
on (rollOut) {
_parent.serifu.gotoAndStop("serifu00");
}
Instance of Symbol 29 MovieClip in Frame 40 (17 B)
on (rollOver) {
}
Instance of Symbol 27 MovieClip "bottan" in Frame 50 (461 B)
onClipEvent (load) {
a0 = _parent._currentframe;
aa = 60;
cc = 50;
nextflag = "finish";
}
onClipEvent (mouseDown) {
_parent.score.score++;
mouseon = 1;
}
onClipEvent (mouseUp) {
mouseon = 0;
}
onClipEvent (enterFrame) {
if (mouseon == 1) {
if (_parent._currentframe <= aa) {
_parent.nextFrame();
}
} else if (a0 < _parent._currentframe) {
_parent.prevFrame();
}
if (_parent.score.score >= cc) {
_parent.gotoAndPlay(nextflag);
}
}
Frame 59 (20 B)
this.score.score++;
Frame 232 (41 B)
this.score.score = this.score.score + 3;
Frame 274 (41 B)
this.score.score = this.score.score + 3;
Frame 306 (36 B)
_root.select.gotoAndStop("ending");
Symbol 23 MovieClip Frame 4 (32 B)
this.gotoAndPlay("level" + lv);
Symbol 23 MovieClip Frame 14 (32 B)
this.gotoAndPlay("level" + lv);
Symbol 23 MovieClip Frame 24 (32 B)
this.gotoAndPlay("level" + lv);
Symbol 36 MovieClip Frame 1 (13 B)
this.play();
Symbol 36 MovieClip Frame 49 (21 B)
this.gotoAndPlay(1);
Symbol 41 Button (69 B)
on (release) {
getURL ("http://www.clitgames.com/join", "_blank");
}