Combined Code
frame 1 {
stop();
myLoaded = Math.round(getBytesLoaded());
myTotal = Math.round(getBytesTotal());
myPercent = myLoaded / myTotal;
fillBar._width = fillBar.fullWidth * myPercent;
if (myLoaded == myTotal) {
gotoAndStop(2);
} else {
gotoAndPlay(1);
}
}
movieClip 3 {
}
// unknown tag 88 length 62
// unknown tag 88 length 62
movieClip 10 {
}
instance fillBar of movieClip 10 {
onClipEvent (load) {
fullWidth = this._width;
}
}
// unknown tag 88 length 216
frame 2 {
stop();
}
// unknown tag 88 length 62
button 16 {
on (release) {
nextFrame();
}
}
frame 3 {
stop();
_global.pleasure = 1;
_global.pSpeed = 0;
cbar.onEnterFrame = function () {
this.cbar._xscale = pleasure;
pleasure += pSpeed;
if (pleasure > 25) {
b2._visible = true;
}
if (pleasure >= 100) {
pleasure = 100;
b3._visible = true;
}
};
}
movieClip 57 {
}
movieClip 58 {
}
movieClip 59 {
}
movieClip 66 {
frame 120 {
gotoAndPlay(52);
}
}
movieClip 67 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 70 {
}
movieClip 71 {
}
button 76 {
on (release) {
pSpeed = 0.1;
animation1.gotoAndStop('yiff1');
}
}
button 79 {
on (release) {
pSpeed = 0.3;
animation1.gotoAndStop('yiff2');
}
}
button 82 {
on (release) {
pSpeed = 0;
animation1.gotoAndStop('cum');
}
}
button 85 {
on (release) {
b2._visible = false;
b3._visible = false;
pSpeed = 0;
pleasure = 1;
animation1.gotoAndStop('idle');
}
}