Combined Code
button 7 {
on (release) {
getURL('http://www.furaffinity.net/user/advancealliahn/', '_blank');
}
}
movieClip 9 {
}
movieClip 10 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 10 {
onClipEvent (load) {
rtime = _root.getBytesLoaded();
rtmax = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
if (rtime >= rtmax) {
_root.gotoAndStop(2);
} else {
rtime = _root.getBytesLoaded();
percentage = (rtime / rtmax) * 50;
bar._xscale = percentage * 3;
results1 = Math.floor(percentage) + '';
}
}
}
// unknown tag 88 length 64
frame 2 {
stop();
}
movieClip 18 {
}
movieClip 20 {
}
movieClip 27 {
}
button 29 {
on (release) {
gotoAndPlay(3);
}
}
// unknown tag 88 length 69
button 39 {
on (release) {
getURL('http://www.furaffinity.net/view/5899997/', '_blank');
}
}
button 44 {
on (release) {
getURL('http://www.furaffinity.net/view/8257834/', '_blank');
}
}
movieClip 47 {
}
// unknown tag 88 length 78
movieClip 51 {
}
movieClip 54 {
}
frame 120 {
pleasure = 0;
pleasuremax = 100;
}
movieClip 67 {
}
movieClip 69 {
}
movieClip 71 {
}
movieClip 74 {
}
movieClip 76 {
}
movieClip 78 {
}
movieClip 81 {
}
movieClip 83 {
}
movieClip 85 {
}
movieClip 87 {
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 95 {
}
movieClip 97 {
}
movieClip 99 {
}
movieClip 101 {
}
movieClip 103 {
}
movieClip 105 {
}
movieClip 107 {
}
movieClip 109 {
}
movieClip 111 {
}
movieClip 113 {
}
movieClip 115 {
}
movieClip 117 {
}
movieClip 119 {
}
movieClip 121 {
}
movieClip 123 {
}
movieClip 126 {
}
movieClip 128 {
}
movieClip 130 {
}
movieClip 134 {
}
instance of movieClip 134 {
onClipEvent (load) {
pleasure = 0;
pleasuremax = 100;
}
onClipEvent (enterFrame) {
this.pleasurebar._yscale = (_root.pleasure / _root.pleasuremax) * 100;
}
}
movieClip 157 {
}
button 160 {
on (release) {
gotoAndPlay(152);
}
}
button 161 {
on (release) {
gotoAndPlay(156);
}
}
button 162 {
on (release) {
gotoAndPlay(150);
}
}
button 163 {
on (release) {
gotoAndPlay(154);
}
}
frame 151 {
gotoAndPlay(150);
if (_root.pleasure >= 100) {
gotoAndStop(158);
}
}
movieClip 164 {
frame 100 {
_root.pleasure += 4;
}
}
button 165 {
on (press) {
_root.pleasure += 10;
}
}
frame 153 {
gotoAndPlay(152);
if (_root.pleasure >= 100) {
gotoAndStop(158);
}
}
movieClip 167 {
}
movieClip 169 {
}
movieClip 170 {
frame 75 {
gotoAndPlay(25);
_root.pleasure += 3;
}
}
frame 155 {
gotoAndPlay(154);
if (_root.pleasure >= 100) {
gotoAndStop(158);
}
}
movieClip 172 {
}
movieClip 173 {
frame 45 {
gotoAndPlay(25);
_root.pleasure += 2;
}
}
frame 157 {
gotoAndPlay(156);
if (_root.pleasure >= 100) {
gotoAndStop(158);
}
}
frame 158 {
stop();
}
movieClip 224 {
frame 250 {
gotoAndPlay(150);
}
}
button 225 {
on (release) {
gotoAndPlay(120);
}
}