Frame 1 (8 B)
stop();
Instance of Symbol 3 MovieClip in Frame 1 (204 B)
onClipEvent (enterFrame) {
_root.txty.text = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.nextFrame();
}
}
Frame 3 (61 B)
if (_global.loopcount <= 0) {
_global.loopcount = 0;
}
Instance of Symbol 45 MovieClip in Frame 12 (158 B)
onClipEvent (load) {
function __f_load(eventObj) {
if (_global.loopcount > 0) {
_visible = false;
}
}
this.addEventListener("load", __f_load);
}
Instance of Symbol 47 MovieClip in Frame 13 (2.82 KiB) ●
onClipEvent (load) {
thetext.text = ("Loops: " + _global.loopcount) + " ";
_alpha = 0;
seeable = false;
if (_global.loopcount == 15) {
thetext.text = thetext.text + "You must be enjoying this.";
}
if (_global.loopcount == 20) {
thetext.text = thetext.text + "Congratulations! You have reached the 20th loop.";
}
if (_global.loopcount == 30) {
thetext.text = thetext.text + "Hey, we should keep a highscore record for whoever gets the most loops.";
}
if (_global.loopcount == 34) {
thetext.text = thetext.text + "You can't possibly be thinking of...? Oh god no.";
}
if (_global.loopcount == 42) {
thetext.text = thetext.text + "The answer to life, the universe, and everything.";
}
if (_global.loopcount == 50) {
thetext.text = thetext.text + "You're halfway to a hundred!";
}
if (_global.loopcount == 64) {
thetext.text = thetext.text + "OMG NINTENDO SICKS TEA PHOAR";
}
if (_global.loopcount == 100) {
thetext.text = thetext.text + "You have been watching this for almost 40 minutes. Did you know that?";
}
if (_global.loopcount == 120) {
thetext.text = thetext.text + "I got all 120 stars in Super Mario 64 in less than a week.";
}
if (_global.loopcount == 121) {
thetext.text = thetext.text + "It took much longer to get all 121 stars in Super Mario Galaxy though.";
}
if (_global.loopcount == 150) {
thetext.text = thetext.text + "Gotta catch 'em all!";
}
if (_global.loopcount == 151) {
thetext.text = thetext.text + "Wait, we forgot about Mew.";
}
if (_global.loopcount == 200) {
thetext.text = thetext.text + "You're still here!!??? OMGWTFHAX";
}
if (_global.loopcount == 242) {
thetext.text = thetext.text + "That's the total number of stars in Super Mario Galaxy. w00ts.";
}
if (_global.loopcount == 300) {
thetext.text = thetext.text + "This is the final message. Thank you for watching!! :D :D :D";
}
if (_global.loopcount == 301) {
thetext.text = thetext.text + "Seriously! You can stop wasting your time now.";
}
if (_global.loopcount == 1101) {
thetext.text = thetext.text + "Itoi, creator of Earthbound.";
}
if (_global.loopcount == 9000) {
thetext.text = thetext.text + "VEGETA! WHAT DOES THE SCOUTER SAY ABOUT HIS POWER LEVEL!?";
}
if (_global.loopcount == 9001) {
thetext.text = thetext.text + "IT'S OVER NINE THOUSAAAAAAND!!!";
}
if (_global.loopcount == 9999) {
thetext.text = thetext.text + "GENO WHIRL";
}
if (_global.loopcount == 10000) {
thetext.text = thetext.text + "Wtf stop hacking my Flash animations. lolz.";
}
}
on (rollOver) {
seeable = true;
}
on (rollOut) {
seeable = false;
}
onClipEvent (enterFrame) {
if ((((_global.loopcount > 0) and (seeable == true)) and (_alpha < 100)) or (_global.loopcount >= 10)) {
_alpha = (_alpha + 10);
}
if (((seeable == false) and (_alpha > 0)) and (_global.loopcount < 10)) {
_alpha = (_alpha - 10);
}
}
Frame 968 (62 B)
_global.loopcount = _global.loopcount + 1;
gotoAndPlay (12);
Symbol 15 Button (29 B)
on (press) {
_root.play();
}
Instance of Symbol 38 MovieClip in Symbol 39 MovieClip Frame 1 (506 B)
onClipEvent (load) {
if ((!_global.fspeed) > 0) {
_global.fspeed = 0;
}
}
onClipEvent (enterFrame) {
if (spin == true) {
if (_global.fspeed < 20) {
_global.fspeed = _global.fspeed + 1;
}
} else if (_global.fspeed > 0) {
_global.fspeed = _global.fspeed - 1;
}
_rotation = (_rotation + _global.fspeed);
if ((_global.fspeed == 0) and (_rotation != 0)) {
_rotation = (_rotation + Math.round((-_rotation) / 8));
}
}
on (rollOver) {
spin = true;
}
on (rollOut) {
spin = false;
}
Symbol 45 MovieClip Frame 201 (8 B)
stop();
Symbol 61 Button (39 B)
on (release) {
_root.gotoAndStop(1);
}
Symbol 62 Button (41 B)
on (release) {
_root.gotoAndPlay(965);
}