Combined Code
frame 1 {
bgSound = new Sound(this);
bgSound.attachSound('sound1');
bgSound.start(0, 99);
playB.enabled = false;
slider.slideBar._y = -65;
slider.slideBar.onEnterFrame = function () {
bgSound.setVolume(-this._y);
};
slider.slideBar.onPress = function () {
startDrag(this, false, this._x, -65, this._x, 0);
};
slider.slideBar.onReleaseOutside = function () {
stopDrag();
};
slider.slideBar.onRelease = slider.slideBar.onReleaseOutside;
stopB.onRelease = function () {
bgSound.stop();
playB.enabled = true;
stopB.enabled = false;
};
playB.onRelease = function () {
bgSound.start(0, 99);
playB.enabled = false;
stopB.enabled = true;
};
}
movieClip 2 {
}
movieClip 10 {
}
movieClip 12 {
}
movieClip 14 {
}
// unknown tag 88 length 63
movieClip 20 {
}
button 21 {
on (release) {
gotoAndPlay(control_slow);
}
}
button 24 {
on (release) {
gotoAndPlay(control_fast);
}
}
movieClip 27 {
}
button 29 {
on (release) {
gotoAndPlay(control_cum);
}
}
movieClip 31 {
frame 1 {
stop();
}
frame 11 {
_root.gotoAndPlay('idle');
}
frame 21 {
stop();
}
frame 31 {
_root.gotoAndPlay('slow');
}
frame 41 {
gotoAndStop(1);
}
frame 51 {
_root.gotoAndPlay('fast');
}
frame 61 {
gotoAndStop(1);
}
frame 71 {
_root.gotoAndPlay('cum');
}
frame 81 {
gotoAndStop(1);
}
}
movieClip 35 {
}
movieClip 36 {
}
movieClip 38 {
}
movieClip 39 {
}
movieClip 42 {
frame 1 {
bgSound = new Sound(this);
bgSound.attachSound('sound1');
bgSound.start(0, 99);
playB.enabled = false;
slider.slideBar._y = -65;
slider.slideBar.onEnterFrame = function () {
bgSound.setVolume(-this._y);
};
slider.slideBar.onPress = function () {
startDrag(this, false, this._x, -65, this._x, 0);
};
slider.slideBar.onReleaseOutside = function () {
stopDrag();
};
slider.slideBar.onRelease = slider.slideBar.onReleaseOutside;
stopB.onRelease = function () {
bgSound.stop();
playB.enabled = true;
stopB.enabled = false;
};
playB.onRelease = function () {
bgSound.start(0, 99);
playB.enabled = false;
stopB.enabled = true;
};
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
movieClip 49 {
}
frame 5 {
stop();
}
movieClip 59 {
}
movieClip 60 {
frame 16 {
_root.gotoAndPlay('end');
}
}
movieClip 61 {
instance of movieClip 60 {
onClipEvent (load) {
gotoAndStop(1);
}
onClipEvent (release) {
stopAllSounds();
}
onClipEvent (rollOver) {
gotoAndStop(2);
}
onClipEvent (rollOut) {
gotoAndStop(1);
}
onClipEvent (release) {
gotoAndPlay(ag);
}
}
frame 58 {
stop();
}
}
movieClip 62 {
frame 245 {
stop();
_root.gotoAndPlay('uia');
}
}
frame 15 {
stop();
}