Combined Code
frame 1 {
WPleasure = 0;
WPleasureMax = 433.1;
CWPause = false;
CWSound = true;
PokeLube = false;
Lucario = false;
AnalBeads = false;
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');
sexSlow = new Sound();
sexSlow.attachSound('PenA');
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;
}
frame 5 {
stop();
}
movieClip 9 {
}
// unknown tag 88 length 41
movieClip 13 {
}
movieClip 15 {
}
movieClip 17 {
}
movieClip 19 {
}
movieClip 21 {
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 27 {
}
movieClip 29 {
}
movieClip 31 {
}
movieClip 33 {
}
movieClip 35 {
}
movieClip 37 {
}
movieClip 39 {
}
movieClip 41 {
}
movieClip 43 {
}
movieClip 46 {
frame 1 {
stop();
}
frame 20 {
stop();
}
}
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 85 {
}
movieClip 87 {
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 99 {
}
movieClip 101 {
}
movieClip 103 {
}
movieClip 105 {
}
movieClip 107 {
}
movieClip 108 {
}
movieClip 110 {
}
// unknown tag 88 length 61
button 114 {
on (release) {
gotoAndPlay('IntroStart');
}
}
movieClip 116 {
}
movieClip 118 {
}
// unknown tag 88 length 68
movieClip 123 {
}
button 127 {
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.themeIntro.stop();
_root.currentTheme.play(1, 100);
_root.gotoAndStop('Start');
}
}
button 129 {
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
getURL('http://www.furaffinity.net/user/PokemonLoversStudio', _self);
}
}
button 131 {
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
getURL('http://www.furaffinity.net/user/thefurfather', _self);
}
}
movieClip 132 {
frame 1 {
stop();
}
frame 25 {
_root.themeIntro.start(0, 100);
}
frame 210 {
stop();
}
}
button 133 {
on (release) {
if (CWSound == true) {
ringFX.start(0, 1);
}
if (PokeLube == false) {
PokeLube = true;
} else {
if (PokeLube == true) {
PokeLube = false;
}
}
}
}
button 134 {
on (release) {
if (CWSound == true) {
ringFX.start(0, 1);
}
if (Lucario == false) {
AnalBeads = false;
AnalBMC._visible = true;
Lucario = true;
LTMC._visible = false;
}
}
}
button 135 {
on (release) {
if (CWSound == true) {
ringFX.start(0, 1);
}
if (AnalBeads == false) {
Lucario = false;
LTMC._visible = true;
AnalBeads = true;
AnalBMC._visible = false;
}
}
}
movieClip 137 {
}
movieClip 142 {
}
button 143 {
on (release) {
_root.AnalBeads = false;
_root.AnalBMC._visible = true;
}
}
button 145 {
on (release) {
_root.Lucario = false;
_root.LTMC._visible = true;
}
}
movieClip 147 {
}
movieClip 148 {
instance of movieClip 46 {
onClipEvent (enterFrame) {
if (_root.PokeLube == true) {
gotoAndStop('LubedStrapOn');
} else {
gotoAndStop(1);
}
}
}
frame 27 {
if (_root.CWSound == true && _root.Lucario == true) {
_root.sexNoise.start(0, 1);
_root.WPleasure += 8;
} else {
if (_root.CWSound == true && _root.AnalBeads == true) {
_root.sexNoise.start(0, 1);
_root.WPleasure += 8;
}
}
}
frame 54 {
gotoAndPlay(2);
}
}
instance CaliWeavile of movieClip 148 {
onClipEvent (load) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (load) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
}
button 151 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_quality = 'LOW';
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 152 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_quality = 'MEDIUM';
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 153 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_quality = 'HIGH';
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 154 {
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 155 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
if (CWPause == false) {
CaliWeavile.stop();
CaliWeavile.BeadsA.BeadsVibrate.stop();
CaliWeavile.EyesA.stop();
CaliWeavile.EyesB.stop();
CWPause = true;
} else {
if (CWPause == true) {
CaliWeavile.play();
CaliWeavile.BeadsA.BeadsVibrate.play();
CaliWeavile.EyesA.play();
CaliWeavile.EyesB.play();
CWPause = false;
}
}
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 156 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Penetrate');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
movieClip 159 {
}
movieClip 161 {
}
instance of movieClip 161 {
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;
}
}
}
button 164 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
Lucario = true;
AnalBeads = true;
gotoAndStop('Climax');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
frame 20 {
Lucario = false;
AnalBeads = false;
}
movieClip 166 {
}
movieClip 168 {
}
movieClip 170 {
}
movieClip 172 {
}
movieClip 174 {
}
movieClip 176 {
}
movieClip 178 {
}
movieClip 179 {
frame 180 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 283 {
_root.gotoAndStop('Anal1');
}
}
instance CaliWeavile of movieClip 179 {
onClipEvent (enterFrame) {
if (_root.PokeLube == true) {
StrapOn.gotoAndStop('LubedStrapOn');
}
}
}
instance of movieClip 161 {
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 181 {
frame 30 {
if (_root.PokeLube == true) {
_root.WPleasure += 3;
} else {
++_root.WPleasure;
}
if (_root.CWSound == true && _root.Lucario == true) {
_root.sexNoise.start(0, 1);
if (_root.PokeLube == true) {
_root.WPleasure += 6;
} else {
_root.WPleasure += 2;
}
}
if (_root.CWSound == true && _root.AnalBeads == true) {
_root.sexNoise.start(0, 1);
if (_root.PokeLube == true) {
_root.WPleasure += 6;
} else {
_root.WPleasure += 2;
}
}
}
frame 60 {
gotoAndPlay(3);
}
}
instance CaliWeavile of movieClip 181 {
onClipEvent (load) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (load) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.PokeLube == true) {
StrapOn.gotoAndStop('LubedStrapOn');
} else {
if (_root.PokeLube == false) {
StrapOn.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
}
instance of movieClip 161 {
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;
}
}
}
button 182 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Anal1');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 183 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Anal2');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 184 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Anal3');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 185 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Anal4');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
button 188 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Climax');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
movieClip 190 {
}
movieClip 191 {
frame 30 {
if (_root.PokeLube == true) {
_root.WPleasure += 3;
} else {
++_root.WPleasure;
}
if (_root.CWSound == true) {
_root.sexSlow.start(0, 1);
}
if (_root.Lucario == true || _root.AnalBeads == true) {
if (_root.PokeLube == true) {
_root.WPleasure += 10;
} else {
_root.WPleasure += 3;
}
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
}
frame 60 {
gotoAndPlay(2);
}
}
instance CaliWeavile of movieClip 191 {
onClipEvent (load) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (load) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.PokeLube == true) {
StrapOn.gotoAndStop('LubedStrapOn');
} else {
if (_root.PokeLube == false) {
StrapOn.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
}
movieClip 194 {
}
movieClip 195 {
frame 19 {
if (_root.PokeLube == true) {
_root.WPleasure += 5;
} else {
++_root.WPleasure;
}
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
if (_root.Lucario == true || _root.AnalBeads == true) {
if (_root.PokeLube == true) {
_root.WPleasure += 8;
} else {
_root.WPleasure += 3;
}
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
}
frame 38 {
gotoAndPlay(2);
}
}
instance CaliWeavile of movieClip 195 {
onClipEvent (load) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (load) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.PokeLube == true) {
StrapOn.gotoAndStop('LubedStrapOn');
} else {
if (_root.PokeLube == false) {
StrapOn.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
}
movieClip 197 {
}
movieClip 199 {
}
movieClip 200 {
frame 9 {
if (_root.PokeLube == true) {
_root.WPleasure += 7;
} else {
++_root.WPleasure;
}
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
if (_root.Lucario == true || _root.AnalBeads == true) {
if (_root.PokeLube == true) {
_root.WPleasure += 10;
} else {
_root.WPleasure += 3;
}
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
}
frame 21 {
gotoAndPlay(2);
}
}
instance CaliWeavile of movieClip 200 {
onClipEvent (load) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (load) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.PokeLube == true) {
StrapOn.gotoAndStop('LubedStrapOn');
} else {
if (_root.PokeLube == false) {
StrapOn.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
}
frame 70 {
if (Lucario == true) {
LTMC._visible = false;
}
if (AnalBeads == true) {
AnalBMC._visible = false;
}
}
movieClip 206 {
}
movieClip 208 {
}
movieClip 210 {
}
movieClip 212 {
}
movieClip 329 {
frame 1 {
ClimaxLoop = 9;
}
frame 9 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 21 {
if (ClimaxLoop != 0) {
gotoAndPlay(2);
--ClimaxLoop;
}
}
frame 45 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 93 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 127 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 175 {
if (_root.CWSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 211 {
if (_root.CWSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 276 {
if (_root.CWSound == true) {
_root.sexSlow.start(0, 1);
}
}
frame 353 {
_root.gotoAndStop('Replay');
}
}
instance CaliWeavile of movieClip 329 {
onClipEvent (load) {
if (_root.AnalBeads == false) {
LeftPoseA._visible = true;
LeftPoseB._visible = false;
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
LeftPoseA._visible = false;
LeftPoseB._visible = true;
BeadsA._visible = true;
}
}
}
onClipEvent (load) {
if (_root.Lucario == false) {
RightPoseA._visible = true;
RightPoseB._visible = false;
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
RightPoseA._visible = false;
RightPoseB._visible = true;
LucarioD._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.PokeLube == true) {
StrapOn.gotoAndStop('LubedStrapOn');
}
}
onClipEvent (enterFrame) {
if (_root.AnalBeads == false) {
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
BeadsA._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.Lucario == false) {
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
LucarioD._visible = true;
}
}
}
}
movieClip 331 {
frame 50 {
gotoAndPlay(1);
}
}
instance CaliWeavile of movieClip 331 {
onClipEvent (enterFrame) {
if (_root.PokeLube == true) {
StrapOn.gotoAndStop('LubedStrapOn');
}
}
onClipEvent (enterFrame) {
if (_root.AnalBeads == false) {
BeadsA._visible = false;
} else {
if (_root.AnalBeads == true) {
BeadsA._visible = true;
}
}
}
onClipEvent (enterFrame) {
if (_root.Lucario == false) {
LucarioD._visible = false;
} else {
if (_root.Lucario == true) {
LucarioD._visible = true;
}
}
}
}
button 333 {
on (rollOver) {
if (CWSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_root.gotoAndPlay('FadeOut');
if (CWSound == true) {
ringFX.start(0, 1);
}
}
}
frame 114 {
gotoAndStop('Start');
WPleasure = 0;
PokeLube = false;
Lucario = false;
AnalBeads = false;
}