Combined Code
frame 1 {
var KPart = 1;
onLoad = function () {
laugh = false;
stop();
percent = 0;
};
lol = function () {
getURL('http://www.furaffinity.net/user/history-eraser-button/', _blank);
};
lol2 = function () {
getURL('http://www.youtube.com/watch?v=XTr8clKfmJE', _blank);
};
lol3 = function () {
getURL('http://www.youtube.com/watch?v=8pkZ9jj0hm4', _blank);
};
var konamiKek = new Object();
konamiKek.onKeyDown = function () {
if (Key.isDown(38) && KPart == 1) {
KPart = 2;
} else {
if (Key.isDown(38) && KPart == 2) {
KPart = 3;
} else {
if (Key.isDown(40) && KPart == 3) {
KPart = 4;
} else {
if (Key.isDown(40) && KPart == 4) {
KPart = 5;
} else {
if (Key.isDown(37) && KPart == 5) {
KPart = 6;
} else {
if (Key.isDown(39) && KPart == 6) {
KPart = 7;
} else {
if (Key.isDown(37) && KPart == 7) {
KPart = 8;
} else {
if (Key.isDown(39) && KPart == 8) {
KPart = 9;
} else {
if (Key.isDown(66) && KPart == 9) {
KPart = 10;
} else {
if (Key.isDown(65) && KPart == 10) {
getURL('http://www.youtube.com/watch?v=GVzGN3ZuEQs', _blank);
KPart = 11;
} else {
if (Key.isDown(13) && KPart == 11) {
KPart = 12;
} else {
KPart = 1;
}
}
}
}
}
}
}
}
}
}
}
trace(KPart);
};
Key.addListener(konamiKek);
onEnterFrame = function () {
hurr = new ContextMenuItem('Viewer beware; you\'re in for a scare.', lol);
hurr2 = new ContextMenuItem('Music.', lol2);
hurr3 = new ContextMenuItem('Pirouetta\'s Music.', lol3);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
MENU.customItems.push(hurr);
MENU.customItems.push(hurr2);
_root.menu = MENU;
percent = Math.floor((_root.getBytesLoaded() / getBytesTotal()) * 100);
loadn.text = percent + '%';
if (percent != 100) {
Loaderr.gotoAndStop(percent);
if (random(20) == 1) {
a.gotoAndStop(random(5));
}
}
if (percent == 100 && _currentframe == 1) {
if (Loaderr._currentframe < 100 && percent == 100) {
Loaderr.gotoAndStop(100);
}
if (Loaderr._currentFrame == 100) {
Loaderr.play();
}
beginButton._alpha += 1;
loadn._alpha -= 1;
a._alpha -= 1;
}
};
}
movieClip 5 {
}
movieClip 10 {
frame 109 {
stop();
}
}
// unknown tag 88 length 122
movieClip 19 {
}
movieClip 20 {
}
instance beginButton of movieClip 20 {
onClipEvent (release) {
theSound.stop();
_root.gotoAndPlay(2);
}
onClipEvent (load) {
var laugh = false;
this._alpha = 0;
}
onClipEvent (rollOver) {
this.gotoAndStop(2);
if (_root._currentframe == 1) {
if (laugh == false) {
theSound = new Sound();
theSound.setVolume(100);
theSound.attachSound('Comeatme');
theSound.start(0, 100);
laugh = true;
}
}
}
onClipEvent (rollOut) {
this.gotoAndStop(1);
theSound.stop();
laugh = false;
}
}
movieClip 25 {
}
movieClip 30 {
}
movieClip 35 {
}
movieClip 40 {
}
movieClip 45 {
}
movieClip 46 {
}
instance a of movieClip 46 {
onClipEvent (load) {
this.gotoAndStop(random(5));
}
}
frame 2 {
theSound.stop();
}
movieClip 58 {
}
instance beginButton of movieClip 20 {
onClipEvent (release) {
_root.gotoAndPlay(2);
}
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (rollOut) {
this.gotoAndStop(1);
}
}
instance beginButton of movieClip 20 {
onClipEvent (release) {
_root.gotoAndPlay(2);
}
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (rollOut) {
this.gotoAndStop(1);
}
}
movieClip 62 {
}
movieClip 64 {
}
movieClip 65 {
}
movieClip 66 {
}
movieClip 67 {
}
instance beginButton of movieClip 20 {
onClipEvent (release) {
_root.gotoAndPlay(2);
}
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (rollOut) {
this.gotoAndStop(1);
}
}
movieClip 73 {
}
movieClip 77 {
frame 1 {
stop();
onLoad = function () {
var v2 = random(3);
if (v2 == 0) {
} else {
if (v2 == 1) {
this.gotoAndStop(2);
} else {
if (v2 == 2) {
this.gotoAndStop(3);
}
}
}
};
}
}
movieClip 79 {
}
movieClip 80 {
}
frame 139 {
cum = false;
var r = 0;
onMouseDown = function () {
if (r == 0) {
_root.gotoAndPlay('b');
r = 1;
} else {
if (r == 1) {
_root.gotoAndPlay('c');
r = 2;
} else {
if (r == 2) {
_root.gotoAndPlay('a');
r = 0;
}
}
}
};
onEnterFrame = function () {
if (Key.isDown(32)) {
trace('as');
cum = true;
}
if (this._currentframe == 163) {
if (cum == true) {
_root.gotoAndPlay('cum');
} else {
_root.gotoAndPlay('a');
}
} else {
if (this._currentframe == 180) {
if (cum == true) {
_root.gotoAndPlay('cum');
} else {
_root.gotoAndPlay('b');
}
} else {
if (this._currentframe == 194) {
if (cum == true) {
_root.gotoAndPlay('cum');
} else {
_root.gotoAndPlay('c');
}
}
}
}
if (b._alpha > 0) {
b._alpha -= 10;
}
};
}
movieClip 85 {
}
movieClip 87 {
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 95 {
}
movieClip 97 {
}
movieClip 99 {
}
movieClip 101 {
}
movieClip 103 {
}
movieClip 105 {
}
movieClip 108 {
}
movieClip 110 {
}
movieClip 112 {
}
movieClip 114 {
}
movieClip 116 {
}
movieClip 118 {
}
movieClip 121 {
}
movieClip 129 {
}
movieClip 131 {
}
movieClip 133 {
}
movieClip 135 {
}
movieClip 137 {
}
movieClip 139 {
}
movieClip 141 {
}
movieClip 148 {
}
movieClip 150 {
}
movieClip 152 {
}
movieClip 154 {
}
movieClip 156 {
}
movieClip 158 {
}
movieClip 163 {
}
movieClip 164 {
}
movieClip 166 {
}
movieClip 168 {
}
movieClip 170 {
}
movieClip 172 {
}
movieClip 176 {
}
movieClip 183 {
}
movieClip 185 {
}
movieClip 187 {
}
movieClip 189 {
}
movieClip 191 {
}
movieClip 193 {
}
movieClip 199 {
}
movieClip 201 {
}
movieClip 203 {
}
movieClip 205 {
}
movieClip 207 {
}
movieClip 209 {
}
movieClip 211 {
}
movieClip 220 {
}
movieClip 222 {
}
movieClip 224 {
}
movieClip 226 {
}
movieClip 229 {
}
movieClip 231 {
}
movieClip 233 {
}
movieClip 235 {
}
movieClip 237 {
}
frame 195 {
cum = false;
var r = 0;
onMouseDown = function () {};
onEnterFrame = function () {
if (this._currentframe == 368) {
if (cum == true) {
_root.gotoAndPlay('ACum');
} else {
_root.gotoAndPlay('x');
}
}
};
}
movieClip 331 {
}
movieClip 351 {
}
movieClip 354 {
}
movieClip 356 {
}
movieClip 358 {
}
movieClip 360 {
}
movieClip 362 {
}
movieClip 364 {
}
movieClip 366 {
}
movieClip 368 {
}
movieClip 370 {
}
movieClip 373 {
}
movieClip 389 {
}
movieClip 404 {
}
movieClip 407 {
}
movieClip 409 {
}
movieClip 412 {
}
movieClip 414 {
}
movieClip 416 {
}
movieClip 418 {
}
movieClip 420 {
}
movieClip 422 {
}
movieClip 423 {
}
movieClip 461 {
}
movieClip 471 {
}
movieClip 478 {
}
movieClip 519 {
}
button 540 {
on (release) {
_root.gotoAndStop(1);
}
}
frame 369 {
onLoad = function () {
laugh = false;
stop();
percent = 0;
};
lol = function () {
getURL('http://www.furaffinity.net/user/history-eraser-button/', _blank);
};
lol2 = function () {
getURL('http://www.youtube.com/watch?v=vwywvPYZ5TI', _blank);
};
lol3 = function () {
getURL('http://www.youtube.com/watch?v=8pkZ9jj0hm4', _blank);
};
onEnterFrame = function () {
hurr = new ContextMenuItem('I want to get off MR. BOOG\'S WILD RIDE.', lol);
hurr2 = new ContextMenuItem('Aria\'s Music.', lol2);
hurr3 = new ContextMenuItem('Pirouetta\'s Music.', lol3);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
MENU.customItems.push(hurr);
MENU.customItems.push(hurr2);
MENU.customItems.push(hurr3);
_root.menu = MENU;
if (percent != 100) {
percent = Math.floor((_root.getBytesLoaded() / getBytesTotal()) * 100);
}
loadn.text = percent + '%';
Loader.gotoAndStop(percent);
if (percent == 100 && _currentframe == 1) {
beginButton._alpha += 1;
loadn._alpha -= 1;
a._alpha -= 1;
if (laugh == false) {
theSound = new Sound();
theSound.setVolume(100);
theSound.attachSound('Comeatme');
theSound.start(0, 1);
laugh = true;
}
}
};
}
instance beginButton of movieClip 20 {
onClipEvent (release) {
_root.gotoAndPlay(2);
}
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (rollOut) {
this.gotoAndStop(1);
}
}
frame 460 {
cum = false;
var r = 0;
onMouseDown = function () {};
onEnterFrame = function () {
if (Key.isDown(32)) {
trace('as');
gotoAndPlay(460);
}
if (this._currentframe == 106) {
gotoAndPlay(540);
}
};
}
movieClip 591 {
}