Combined Code
frame 1 {
EvaP = 0;
EvaPMax = 433.1;
ELPause = false;
ELMusic = true;
ELSound = true;
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;
}
frame 2 {
stop();
EvaLucario.stop();
}
movieClip 8 {
}
movieClip 10 {
}
movieClip 12 {
}
movieClip 14 {
}
movieClip 16 {
}
movieClip 18 {
}
movieClip 20 {
}
movieClip 22 {
}
movieClip 24 {
}
movieClip 26 {
}
movieClip 32 {
}
movieClip 34 {
}
movieClip 36 {
}
movieClip 38 {
}
movieClip 40 {
}
movieClip 42 {
}
movieClip 44 {
}
movieClip 46 {
}
movieClip 48 {
}
movieClip 50 {
}
movieClip 52 {
}
movieClip 54 {
}
movieClip 57 {
}
movieClip 59 {
}
movieClip 61 {
}
movieClip 63 {
}
movieClip 65 {
}
movieClip 67 {
}
movieClip 69 {
}
movieClip 71 {
}
movieClip 73 {
}
movieClip 75 {
}
movieClip 77 {
}
movieClip 79 {
}
movieClip 81 {
}
movieClip 83 {
}
movieClip 96 {
}
movieClip 97 {
frame 23 {
_root.EvaP += 2;
}
frame 42 {
gotoAndPlay(6);
}
}
movieClip 99 {
}
// unknown tag 88 length 41
// unknown tag 88 length 61
button 104 {
on (release) {
gotoAndPlay('IntroStart');
}
}
movieClip 106 {
}
movieClip 108 {
}
movieClip 112 {
}
// unknown tag 88 length 68
button 117 {
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
_root.ringFX.start(0, 1);
_root.themeIntro.stop();
_root.currentTheme.play(1, 100);
_root.gotoAndStop('Grind');
}
}
button 119 {
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
getURL('http://www.furaffinity.net/user/PokemonLoversStudio', _self);
}
}
button 121 {
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (release) {
getURL('http://www.furaffinity.net/user/gwon', _self);
}
}
movieClip 122 {
frame 1 {
stop();
}
frame 25 {
_root.themeIntro.start(0, 100);
}
frame 210 {
stop();
}
}
frame 4 {
gotoAndPlay(1);
}
button 125 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Grind');
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
button 126 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Slow');
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
button 127 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Medium');
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
button 128 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
gotoAndStop('Fast');
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
button 130 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
if (ELSound == true) {
ringFX.start(0, 1);
}
gotoAndStop('PullOut');
}
}
button 132 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
if (ELSound == true) {
ringFX.start(0, 1);
}
gotoAndStop('Knot');
}
}
movieClip 134 {
}
movieClip 136 {
}
instance of movieClip 136 {
onClipEvent (enterFrame) {
EvaPleasure._width = (_root.EvaP / _root.EvaPMax) * 433.1;
if (_root.EvaP >= _root.EvaPMax) {
_root.EvaP = _root.EvaPMax;
_root.CumInside._visible = true;
_root.CumOutside._visible = true;
} else {
_root.CumInside._visible = false;
_root.CumOutside._visible = false;
}
}
}
button 137 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_quality = 'LOW';
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
button 138 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_quality = 'MEDIUM';
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
button 139 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_quality = 'HIGH';
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
button 140 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
if (ELSound == false) {
ELSound = true;
if (ELSound == true) {
ringFX.start(0, 1);
}
} else {
if (ELSound == true) {
ELSound = false;
}
}
}
}
button 141 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
if (ELPause == false) {
EvaLucario.stop();
ELPause = true;
} else {
if (ELPause == true) {
EvaLucario.play();
ELPause = false;
}
}
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
movieClip 144 {
}
movieClip 146 {
}
movieClip 148 {
}
movieClip 149 {
frame 28 {
_root.EvaP += 3;
if (_root.ELSound == true) {
_root.sexNoise.start(0, 1);
}
}
}
movieClip 150 {
frame 19 {
_root.EvaP += 4;
if (_root.ELSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 151 {
frame 11 {
_root.EvaP += 5;
if (_root.ELSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 16 {
gotoAndPlay(2);
}
}
frame 45 {
gotoAndPlay(1);
}
movieClip 152 {
}
movieClip 153 {
}
movieClip 159 {
}
button 161 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_root.gotoAndPlay('FadeOut1');
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
movieClip 162 {
frame 1 {
FinalThrust = 6;
}
frame 11 {
_root.EvaP += 5;
if (_root.ELSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 16 {
if (FinalThrust != 0) {
--FinalThrust;
gotoAndPlay(2);
}
}
frame 27 {
if (_root.ELSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 44 {
if (_root.ELSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 49 {
if (_root.ELSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 70 {
if (_root.ELSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 102 {
if (_root.ELSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 134 {
if (_root.ELSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 247 {
gotoAndPlay('EndLoop');
}
}
frame 79 {
EvaP = 0;
gotoAndStop('Grind');
}
movieClip 165 {
}
movieClip 167 {
}
movieClip 179 {
}
movieClip 180 {
frame 772 {
stop();
}
}
movieClip 181 {
frame 238 {
stop();
}
}
movieClip 192 {
}
movieClip 203 {
frame 187 {
stop();
}
}
movieClip 212 {
}
button 213 {
on (rollOver) {
if (ELSound == true) {
overBeep.start(0, 1);
}
}
on (release) {
_root.gotoAndPlay('FadeOut2');
if (ELSound == true) {
ringFX.start(0, 1);
}
}
}
movieClip 214 {
frame 1 {
FinalThrust = 6;
}
frame 11 {
_root.EvaP += 5;
if (_root.ELSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 16 {
if (FinalThrust != 0) {
--FinalThrust;
gotoAndPlay(2);
}
}
frame 27 {
if (_root.ELSound == true) {
_root.sexNoise.start(0, 1);
}
}
frame 64 {
if (_root.ELSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 83 {
if (_root.ELSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 106 {
if (_root.ELSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 144 {
if (_root.ELSound == true) {
_root.cumNoise.start(0, 1);
}
}
frame 260 {
gotoAndPlay('Finished');
}
}
frame 104 {
EvaP = 0;
gotoAndStop('Grind');
}