Combined Code
frame 1 {
Stage.scaleMode = 'exactfit';
stop();
}
movieClip 4 {
}
movieClip 8 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 8 {
onClipEvent (load) {
rtime = _root.getBytesLoaded();
rtmax = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
if (rtime >= rtmax) {
sel = random(2);
if (sel == 0) {
_root.gotoAndStop('p1');
}
if (sel == 1) {
_root.gotoAndStop('p2');
}
} else {
rtime = _root.getBytesLoaded();
percentage = (rtime / rtmax) * 100;
bar._xscale = percentage * 3;
results1 = Math.floor(percentage) + '%Panty Dance!';
}
}
}
frame 2 {
stop();
}
movieClip 30 {
}
movieClip 35 {
}
movieClip 36 {
}
movieClip 38 {
}
instance of movieClip 38 {
onClipEvent (load) {
ttime = 0;
stagemusic1a = new Sound();
stagemusic1a.attachSound('prom1a');
stagemusic1a.onSoundComplete = function () {
_root.gotoAndStop('p2');
};
}
onClipEvent (enterFrame) {
ttime += 1;
_root.timer = ttime;
if (!a) {
stagemusic1a.start();
a = true;
}
}
}
movieClip 41 {
}
instance of movieClip 41 {
onClipEvent (release) {
getURL('http://toonpimp.net', '');
}
}
instance of movieClip 41 {
onClipEvent (release) {
getURL('http://www.furaffinity.net/user/roary/', '');
}
}
frame 3 {
_root.speed1 = 1;
stop();
}
movieClip 43 {
}
instance of movieClip 43 {
onClipEvent (enterFrame) {
_rotation = _rotation + _root.speed1;
}
}
movieClip 45 {
}
movieClip 46 {
}
instance of movieClip 46 {
onClipEvent (load) {
}
onClipEvent (enterFrame) {
_rotation = _rotation + _root.speed1;
}
}
movieClip 48 {
}
movieClip 50 {
}
movieClip 52 {
}
movieClip 54 {
}
movieClip 56 {
}
movieClip 58 {
}
movieClip 60 {
}
movieClip 62 {
}
movieClip 64 {
}
movieClip 66 {
}
movieClip 68 {
}
movieClip 70 {
}
movieClip 72 {
}
movieClip 74 {
}
movieClip 76 {
}
movieClip 78 {
}
movieClip 80 {
}
movieClip 82 {
}
movieClip 83 {
}
instance of movieClip 83 {
onClipEvent (enterFrame) {
_rotation = _rotation + _root.speed1 / 2;
}
}
instance of movieClip 38 {
onClipEvent (load) {
ttime = 0;
stagemusic1a = new Sound();
stagemusic1a.attachSound('prom1b');
stagemusic1a.onSoundComplete = function () {
_root.gotoAndStop('p1');
};
}
onClipEvent (enterFrame) {
ttime += 1;
_root.timer = ttime;
if (!a) {
stagemusic1a.start();
a = true;
}
}
}
movieClip 87 {
}
movieClip 88 {
}
instance of movieClip 88 {
onClipEvent (release) {
getURL('http://www.furaffinity.net/user/roary/', '');
}
}
instance of movieClip 41 {
onClipEvent (release) {
getURL('http://toonpimp.net', '');
}
}