Combined Code
frame 1 {
Wet = false;
Position = false;
AltClimax = false;
CWSound = true;
CWPause = false;
WPleasure = 0;
WPleasureMax = 431.1;
ringFX = new Sound();
ringFX.attachSound('Click');
overBeep = new Sound();
overBeep.attachSound('overbeep');
themeCurrent = new Sound();
themeCurrent.attachSound('Theme1');
sexNoise = new Sound();
sexNoise.attachSound('Penetration');
cumNoise = new Sound();
cumNoise.attachSound('Cumming');
themeIntro = new Sound();
themeIntro.attachSound('GetItOn');
var player_type = System.capabilities.playerType;
if (player_type == 'External' || player_type == 'ActiveX' || player_type == 'PlugIn') {
var cxmenu = new ContextMenu();
cxmenu.hideBuiltInItems();
}
if (player_type == 'external' || player_type == 'StandAlone') {
var cxmenu = new ContextMenu();
cxmenu.hideBuiltInItems();
fscommand('showmenu', 'false');
fscommand('trapallkeys', 'true');
}
this.menu = cxmenu;
Button.prototype.useHandCursor = false;
Button.prototype.tabEnabled = false;
}
movieClip 7 {
}
movieClip 9 {
}
movieClip 11 {
}
movieClip 13 {
}
movieClip 15 {
}
movieClip 17 {
}
movieClip 19 {
}
movieClip 21 {
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 27 {
}
movieClip 36 {
}
movieClip 37 {
}
movieClip 39 {
}
movieClip 41 {
}
movieClip 44 {
frame 1 {
stop();
}
}
movieClip 46 {
}
movieClip 48 {
}
movieClip 50 {
}
movieClip 52 {
}
movieClip 54 {
}
movieClip 56 {
}
movieClip 58 {
}
movieClip 60 {
}
movieClip 62 {
}
movieClip 64 {
}
movieClip 66 {
}
movieClip 75 {
}
movieClip 77 {
}
movieClip 79 {
}
movieClip 81 {
}
movieClip 83 {
}
movieClip 85 {
}
movieClip 87 {
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 95 {
}
movieClip 97 {
}
movieClip 103 {
}
movieClip 105 {
}
movieClip 106 {
frame 40 {
++_root.WPleasure;
}
frame 80 {
gotoAndPlay(2);
}
}
instance EvaChar of movieClip 106 {
onClipEvent (load) {
this.stop();
this.TailAni.Fire.stop();
}
}
frame 5 {
stop();
themeIntro.start(0, 100);
}
movieClip 109 {
}
movieClip 111 {
}
movieClip 113 {
}
// unknown tag 88 length 68
button 137 {
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
ringFX.start(0, 1);
themeIntro.stop();
currentTheme.play(1, 100);
gotoAndStop('Start');
}
}
button 139 {
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
getURL('http://www.furaffinity.net/user/PokemonLoversStudio', _self);
}
}
button 141 {
on (rollOver) {
overBeep.start(0, 1);
}
on (release) {
getURL('http://www.furaffinity.net/user/tora-shiromaru', _self);
}
}
frame 10 {
stop();
}
instance EvaChar of movieClip 106 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
button 144 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_quality = 'LOW';
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 145 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_quality = 'MEDIUM';
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 146 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_quality = 'HIGH';
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 147 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
if (CWSound == false) {
CWSound = true;
if (CWSound == true) {
ringFX.start(0, 1);
}
} else {
if (CWSound == true) {
CWSound = false;
}
}
}
}
button 148 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
if (CWPause == false) {
EvaChar.stop();
EvaChar.TailFlame.stop();
EvaChar.EyesA.stop();
EvaChar.EyesB.stop();
CWPause = true;
} else {
if (CWPause == true) {
EvaChar.play();
EvaChar.BeadsA.BeadsVibrate.play();
EvaChar.EyesA.play();
EvaChar.EyesB.play();
CWPause = false;
}
}
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 149 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Penetrate');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 150 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('PenAnal');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
// unknown tag 88 length 41
button 154 {
on (release) {
if (CWSound == true) {
ringFX.start(0, 1);
}
if (Wet == false) {
Wet = true;
} else {
if (Wet == true) {
Wet = false;
}
}
}
}
movieClip 158 {
}
movieClip 160 {
}
instance of movieClip 160 {
onClipEvent (load) {
EvaPleasure._width = (_root.WPleasure / _root.WPleasureMax) * 433.1;
if (_root.WPleasure >= _root.WPleasureMax) {
_root.WPleasure = _root.WPleasureMax;
_root.CumBtn._visible = true;
} else {
_root.CumBtn._visible = false;
}
}
onClipEvent (enterFrame) {
EvaPleasure._width = (_root.WPleasure / _root.WPleasureMax) * 433.1;
if (_root.WPleasure >= _root.WPleasureMax) {
_root.WPleasure = _root.WPleasureMax;
_root.CumBtn._visible = true;
} else {
_root.CumBtn._visible = false;
}
}
}
movieClip 162 {
}
movieClip 164 {
}
movieClip 165 {
frame 96 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 161 {
_root.gotoAndStop('Tip');
}
}
instance EvaChar of movieClip 165 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
movieClip 167 {
frame 96 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 175 {
_root.gotoAndStop('AnalTip');
}
}
instance EvaChar of movieClip 167 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
movieClip 168 {
frame 80 {
gotoAndPlay(2);
}
}
instance EvaChar of movieClip 168 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
button 169 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Fast');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 170 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Medium');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 171 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Slow');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 172 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Tip');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 173 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Deep');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 174 {
on (rollOver) {
if (_root.CWSound == true) {
_root.overBeep.start(0, 1);
}
}
on (release) {
_root.Position = true;
_root.gotoAndStop('VClimax');
if (_root.CWSound == true) {
_root.ringFX.start(0, 1);
}
}
}
button 175 {
on (rollOver) {
if (_root.CWSound == true) {
_root.overBeep.start(0, 1);
}
}
on (release) {
_root.Position = false;
_root.gotoAndStop('VClimax');
if (_root.CWSound == true) {
_root.ringFX.start(0, 1);
}
}
}
movieClip 177 {
}
button 178 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('AnalTip');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 179 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
if (CWPause == false) {
EvaChar.stop();
EvaChar.TailFlame.stop();
EvaChar.EyesA.stop();
EvaChar.EyesB.stop();
CWPause = true;
} else {
if (CWPause == true) {
EvaChar.play();
EvaChar.BeadsA.BeadsVibrate.play();
EvaChar.EyesA.play();
EvaChar.EyesB.play();
CWPause = false;
}
}
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 180 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
WPleasure += 50;
}
}
movieClip 183 {
}
movieClip 184 {
frame 30 {
_root.WPleasure += 3;
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 60 {
gotoAndPlay(2);
}
}
instance EvaChar of movieClip 184 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
movieClip 186 {
frame 24 {
_root.WPleasure += 5;
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 43 {
gotoAndPlay(2);
}
}
instance EvaChar of movieClip 186 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
movieClip 188 {
}
movieClip 189 {
frame 14 {
_root.WPleasure += 7;
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 28 {
gotoAndPlay(2);
}
}
instance EvaChar of movieClip 189 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
movieClip 190 {
}
movieClip 191 {
frame 14 {
_root.WPleasure += 10;
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 28 {
gotoAndPlay(2);
}
}
instance EvaChar of movieClip 191 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
frame 90 {
if (AltClimax == true) {
this.gotoAndPlay('Continue');
}
}
movieClip 193 {
}
movieClip 195 {
}
button 197 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_root.gotoAndPlay('FadeOut1');
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
movieClip 256 {
}
movieClip 257 {
frame 1 {
Climax = 8;
}
frame 11 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 22 {
if (Climax != 0) {
gotoAndPlay(2);
--Climax;
} else {
if (_root.Position == true) {
gotoAndPlay('In');
} else {
if (_root.Position == false) {
gotoAndPlay('Out');
}
}
}
}
frame 33 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 42 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 91 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 100 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 149 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 157 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 353 {
gotoAndPlay('Repeat1');
}
frame 424 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 456 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 479 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 525 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 578 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 712 {
gotoAndPlay('Repeat2');
}
}
instance EvaChar of movieClip 257 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (load) {
if (_root.AltClimax == true) {
this.gotoAndPlay('Continue');
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
movieClip 259 {
}
frame 114 {
WPleasure = 0;
AltClimax = false;
Wet = false;
Postion = false;
gotoAndStop('Start');
}
movieClip 260 {
frame 35 {
if (_root.Wet == true) {
_root.WPleasure += 3;
} else {
++_root.WPleasure;
}
}
frame 73 {
gotoAndPlay(2);
}
}
instance EvaChar of movieClip 260 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
button 261 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('AnalMed');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 262 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('AnalFast');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 263 {
on (rollOver) {
if (_root.CWSound == true) {
_root.overBeep.start(0, 1);
}
}
on (release) {
_root.Position = true;
_root.gotoAndStop('AClimax');
if (_root.CWSound == true) {
_root.ringFX.start(0, 1);
}
}
}
button 264 {
on (rollOver) {
if (_root.CWSound == true) {
_root.overBeep.start(0, 1);
}
}
on (release) {
_root.Position = false;
_root.gotoAndStop('AClimax');
if (_root.CWSound == true) {
_root.ringFX.start(0, 1);
}
}
}
movieClip 265 {
}
instance of movieClip 160 {
onClipEvent (load) {
EvaPleasure._width = (_root.WPleasure / _root.WPleasureMax) * 433.1;
if (_root.WPleasure >= _root.WPleasureMax) {
_root.WPleasure = _root.WPleasureMax;
_root.CumBtn._visible = true;
} else {
_root.CumBtn._visible = false;
}
}
onClipEvent (enterFrame) {
EvaPleasure._width = (_root.WPleasure / _root.WPleasureMax) * 433.1;
if (_root.WPleasure >= _root.WPleasureMax) {
_root.WPleasure = _root.WPleasureMax;
_root.CumBtn._visible = true;
} else {
_root.CumBtn._visible = false;
}
}
}
movieClip 267 {
frame 20 {
if (_root.Wet == true) {
_root.WPleasure += 5;
} else {
++_root.WPleasure;
}
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 43 {
gotoAndPlay(2);
}
}
instance EvaChar of movieClip 267 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
movieClip 268 {
frame 14 {
if (_root.Wet == true) {
_root.WPleasure += 7;
} else {
++_root.WPleasure;
}
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 28 {
gotoAndPlay(2);
}
}
instance EvaChar of movieClip 268 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
button 269 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_root.gotoAndPlay('FadeOut2');
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
movieClip 270 {
frame 1 {
Climax = 8;
}
frame 14 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 28 {
if (Climax != 0) {
gotoAndPlay(2);
--Climax;
} else {
if (_root.Position == true) {
gotoAndPlay('In');
} else {
if (_root.Position == false) {
gotoAndPlay('Out');
}
}
}
}
frame 41 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 51 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 99 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 107 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 157 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 168 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 215 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 304 {
gotoAndPlay('Repeat1');
}
frame 372 {
_root.AltClimax = true;
_root.gotoAndStop('VClimax');
}
}
instance EvaChar of movieClip 270 {
onClipEvent (load) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
onClipEvent (enterFrame) {
if (_root.Wet == false) {
_root.EvaChar.CockLube.gotoAndStop('NoLube');
} else {
if (_root.Wet == true) {
_root.EvaChar.CockLube.gotoAndStop('Lube');
}
}
}
}
frame 170 {
WPleasure = 0;
AltClimax = false;
Wet = false;
Postion = false;
gotoAndStop('Start');
}