Combined Code
frame 1 {
onLoad = function () {
stop();
percent = 0;
};
lol = function () {
getURL('http://www.furaffinity.net/user/history-eraser-button/', _blank);
};
onEnterFrame = function () {
hurr = new ContextMenuItem('U mad.', lol);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
MENU.customItems.push(hurr);
_root.menu = MENU;
if (percent != 100) {
percent = Math.floor((_root.getBytesLoaded() / getBytesTotal()) * 100);
}
loadn.text = percent + '%';
Loader.gotoAndStop(percent);
if (percent == 100 && _currentframe == 1) {
gotoAndPlay(2);
}
};
}
movieClip 8 {
}
movieClip 9 {
}
instance Loader of movieClip 9 {
onClipEvent (release) {
_root.gotoAndPlay(2);
}
}
// unknown tag 88 length 64
movieClip 15 {
}
frame 24 {
onEnterFrame = function () {
if (this._currentframe == 58) {
this.gotoAndPlay(25);
}
if (this._currentframe == 25) {
}
if (this._currentframe == 51) {
choice = random(4) + 1;
theSound = new Sound();
theSound.setVolume(100);
if (choice == 1) {
theSound.attachSound('Schrchlrch.wav');
} else {
if (choice == 2) {
theSound.attachSound('Schlch.wav');
} else {
if (choice == 3) {
theSound.attachSound('Glchruch.wav');
} else {
if (choice == 4) {
theSound.attachSound('chrclhlick.wav');
}
}
}
}
theSound.start(0, 1);
}
};
}
movieClip 22 {
}
movieClip 24 {
}
movieClip 26 {
}
movieClip 27 {
}
movieClip 29 {
}
movieClip 31 {
}
movieClip 33 {
}
movieClip 37 {
}
movieClip 39 {
}
movieClip 41 {
}
movieClip 46 {
}
movieClip 48 {
}
movieClip 50 {
}
movieClip 52 {
}
movieClip 65 {
}
movieClip 69 {
}
movieClip 70 {
}
instance of movieClip 70 {
onClipEvent (load) {
_root.cv = false;
_root.musicVol = 70;
randomNum = 0;
_root.song = randomNum;
if (randomNum == 0) {
_root.m.play();
_root.songName.text = 'MiteMite Dance';
}
_root.songName._visible = false;
stop();
theStartSound = new Sound(this);
theStartSound.attachSound(musicName);
theStartSound.setVolume(_root.musicVol);
_root.currentSong = 0;
}
onClipEvent (press) {
gotoAndStop(3);
}
onClipEvent (rollOver) {
gotoAndStop(2);
_root.songName._visible = true;
}
onClipEvent (rollOut) {
gotoAndStop(1);
_root.songName._visible = false;
}
onClipEvent (release) {
theStartSound.stop();
gotoAndStop(1);
theSound.stop();
_root.song += 1;
if (_root.song == 2) {
_root.song = 0;
}
theSound.stop();
if (_root.song == 0) {
_root.m.play();
_root.songName.text = 'MiteMite Dance';
} else {
if (_root.song == 1) {
_root.m.stop();
_root.songName.text = 'Off';
}
}
}
}
button 72 {
on (release) {
_root.cv = !_root.cv;
if (_root.cv == false) {
_root.cc.text = 'Cum: off';
} else {
_root.cc.text = 'Cum: on';
}
}
on (rollOver) {
_root.cc._visible = true;
if (_root.cc.text == '') {
_root.cc.text = 'Cum: off';
}
}
on (rollOut) {
_root.cc._visible = false;
}
}
movieClip 76 {
}
movieClip 90 {
}
instance cum of movieClip 90 {
onClipEvent (enterFrame) {
this._visible = _root.cv;
}
onClipEvent (load) {
this._visible = _root.cv;
}
}
movieClip 96 {
}
movieClip 98 {
}
movieClip 102 {
}
movieClip 104 {
}
movieClip 106 {
}
movieClip 111 {
}
movieClip 113 {
}
movieClip 115 {
}
movieClip 117 {
}
movieClip 121 {
}
movieClip 126 {
}
movieClip 128 {
}
movieClip 130 {
}
movieClip 132 {
}
movieClip 134 {
}
movieClip 136 {
}
movieClip 138 {
}
movieClip 140 {
}
movieClip 143 {
}
movieClip 148 {
}
movieClip 150 {
}
movieClip 152 {
}
movieClip 154 {
}
movieClip 156 {
}
movieClip 158 {
}
movieClip 160 {
}
movieClip 162 {
}
movieClip 168 {
}