Frame 1
System.security.allowDomain("*");
if (_root.controller == undefined) {
var playList = new Array("idle", "walk");
var targetClip = enemy;
targetClip.stop();
recenterEnemy = function (targ, blendf) {
if (blendf == undefined) {
blendf = 0.1;
}
var _local3 = targ.getBounds(_root);
var _local7 = _local3.xMax - _local3.xMin;
var _local6 = _local3.yMax - _local3.yMin;
if ((((_local7 != undefined) && (_local7 > 0)) && (_local6 != undefined)) && (_local6 > 0)) {
var _local14 = targ._xscale / 100;
var _local13 = targ._yscale / 100;
var _local5 = Stage.width / _local7;
var _local4 = Stage.height / _local6;
if (_local5 <= _local4) {
_local4 = _local5;
} else {
_local5 = _local4;
}
var _local9 = (Stage.width - (_local7 * _local5)) / 2;
var _local11 = (Stage.height - (_local6 * _local4)) / 2;
var _local12 = _local9 - (_local3.xMin - targ._x);
var _local10 = _local11 - (_local3.yMin - targ._y);
targ._x = targ._x + ((_local12 - targ._x) * blendf);
targ._y = targ._y + ((_local10 - targ._y) * blendf);
targ._xscale = targ._xscale + ((((100 * _local5) * _local14) - targ._xscale) * blendf);
targ._yscale = targ._yscale + ((((100 * _local4) * _local13) - targ._yscale) * blendf);
return(1);
}
return(0);
};
recenterEnemy(targetClip);
targetClip.G = new Object();
targetClip.G.goPlay = function (targ, aname) {
targ.gotoAndPlay(aname);
};
var mouseListener = new Object();
var mouseData = new Object({x:_xmouse, y:_ymousem, down:0, up:0});
mouseListener.onMouseMove = function () {
mouseData.x = _xmouse;
mouseData.y = _ymouse;
};
mouseListener.onMouseDown = function () {
mouseData.down = 1;
};
mouseListener.onMouseUp = function () {
mouseData.up = 1;
};
Mouse.addListener(mouseListener);
onEnterFrame = function () {
recenterEnemy(targetClip);
if (mouseData.up) {
mouseData.down = 0;
mouseData.up = 0;
}
if (mouseData.down) {
mouseData.down = 0;
var _local1 = Math.floor(Math.random() * playList.length);
targetClip.G.goPlay(targetClip, playList[_local1]);
}
};
}
Symbol 11 MovieClip Frame 19
stop();
Symbol 11 MovieClip Frame 60
stop();
Symbol 11 MovieClip Frame 80
G.goPlay(this, "Hide");
Symbol 17 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 11
stop();
Symbol 17 MovieClip Frame 21
stop();
Symbol 21 MovieClip Frame 1
if (_parent._parent._parent.G.getValue("eyecolor") == 1) {
G.goPlay(this, "green");
}
if (_parent._parent._parent.G.getValue("eyecolor") == 2) {
G.goPlay(this, "purple");
}
if (_parent._parent._parent.G.getValue("eyecolor") == 3) {
G.goPlay(this, "red");
}
stop();
Symbol 21 MovieClip Frame 11
stop();
Symbol 21 MovieClip Frame 21
stop();
Symbol 64 MovieClip Frame 1
Symbol 64 MovieClip Frame 10
stop();
Symbol 64 MovieClip Frame 30
stop();
Symbol 64 MovieClip Frame 51
stop();
Symbol 64 MovieClip Frame 71
stop();
Symbol 64 MovieClip Frame 87
G.goPlay(this, "Normal");
Symbol 64 MovieClip Frame 123
G.goPlay(this, "Normal");
Symbol 64 MovieClip Frame 143
stop();
Symbol 64 MovieClip Frame 150
G.goPlay(this, "Normal");
Symbol 64 MovieClip Frame 171
stop();
Symbol 64 MovieClip Frame 201
stop();
Symbol 64 MovieClip Frame 234
stop();
Symbol 64 MovieClip Frame 253
stop();
Symbol 64 MovieClip Frame 270
G.goPlay(this, "HappyGulp");
Symbol 64 MovieClip Frame 291
G.goPlay(this, "BellyHappy");
stop();
Symbol 64 MovieClip Frame 292
stop();
Symbol 64 MovieClip Frame 300
stop();
Symbol 65 MovieClip Frame 1
if (_parent.G.getValue("eyecolor") == 1) {
PredEyeMale.Eyeball.gotoAndPlay("green");
PredEyeMale.EyeBallBack.gotoAndPlay("green");
}
if (_parent.G.getValue("eyecolor") == 2) {
PredEyeMale.Eyeball.gotoAndPlay("purple");
PredEyeMale.EyeBallBack.gotoAndPlay("purple");
}
if (_parent.G.getValue("eyecolor") == 3) {
PredEyeMale.Eyeball.gotoAndPlay("red");
PredEyeMale.EyeBallBack.gotoAndPlay("red");
}
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 11
stop();
Symbol 88 MovieClip Frame 1
if (_parent.G.getOption("showNaughty") == 0) {
_visible = false;
} else if ((_parent.G.getValue("sex") == 2) || (_parent.G.getValue("sex") == 3)) {
_visible = true;
} else {
_visible = false;
}
Symbol 88 MovieClip Frame 10
stop();
Symbol 88 MovieClip Frame 28
stop();
Symbol 102 MovieClip Frame 1
if (_parent.G.getOption("showNaughty") == 0) {
_visible = false;
} else if (_parent.G.getValue("sex") == 1) {
_visible = true;
} else {
_visible = false;
}
Symbol 102 MovieClip Frame 13
stop();
Symbol 102 MovieClip Frame 103
stop();
_parent.G.setValue("Aroused", 1.5);
Symbol 102 MovieClip Frame 138
stop();
_parent.G.setValue("Aroused", 2.5);
Symbol 102 MovieClip Frame 173
stop();
_parent.G.setValue("Aroused", 3.5);
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 11
stop();
Symbol 106 MovieClip Frame 21
stop();
Symbol 124 MovieClip Frame 10
stop();
Symbol 124 MovieClip Frame 20
stop();
Symbol 124 MovieClip Frame 60
stop();
Symbol 166 MovieClip Frame 1
gotoAndStop(_root.GLOBAL_PLAYERGRAPHIC);
Symbol 166 MovieClip Frame 2
gotoAndStop(_root.GLOBAL_PLAYERGRAPHIC);
Symbol 166 MovieClip Frame 3
gotoAndStop(_root.GLOBAL_PLAYERGRAPHIC);
Symbol 166 MovieClip Frame 4
gotoAndStop(_root.GLOBAL_PLAYERGRAPHIC);
Symbol 170 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
gotoAndStop(_root.GLOBAL_PLAYERGRAPHIC);
Symbol 178 MovieClip Frame 2
gotoAndStop(_root.GLOBAL_PLAYERGRAPHIC);
Symbol 178 MovieClip Frame 3
gotoAndStop(_root.GLOBAL_PLAYERGRAPHIC);
Symbol 178 MovieClip Frame 4
gotoAndStop(_root.GLOBAL_PLAYERGRAPHIC);
Symbol 179 MovieClip Frame 1
if (!_root.GLOBAL_PLAYERHEAD) {
head._visible = false;
}
Symbol 221 MovieClip Frame 1
gotoAndStop(_root.GLOBAL_WEAPON_TYPE);
stop();
Symbol 221 MovieClip Frame 2
gotoAndStop(_root.GLOBAL_WEAPON_TYPE);
stop();
Symbol 221 MovieClip Frame 3
gotoAndStop(_root.GLOBAL_WEAPON_TYPE);
stop();
Symbol 221 MovieClip Frame 4
gotoAndStop(_root.GLOBAL_WEAPON_TYPE);
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 1
onEnterFrame = function () {
if (!_root.GLOBAL_PLAYERHEAD) {
head._visible = false;
}
};
Symbol 228 MovieClip Frame 9
_parent._parent.s_ended = 1;
_parent._parent.gotoAndStop("idle");
Symbol 333 MovieClip Frame 1
onEnterFrame = function () {
if (_parent.G != undefined) {
if (!_parent.G.isPaused()) {
if (_parent.animstruct != undefined) {
_parent.G.handleBasicStruggle(_parent, _parent.animstruct);
} else {
_parent.G.handleBasicStruggle(_parent);
}
}
}
};
Symbol 397 MovieClip Frame 1
stop();
Symbol 418 MovieClip Frame 1
onEnterFrame = function () {
if (_parent.G != undefined) {
if (!_parent.G.isPaused()) {
_parent.G.updateOnlyDigestion(_parent);
}
}
};
Symbol 458 MovieClip Frame 11
stop();
Symbol 458 MovieClip Frame 99
stop();
Symbol 458 MovieClip Frame 191
stop();
Symbol 531 MovieClip Frame 1
stop();
Symbol 531 MovieClip Frame 10
stop();
Symbol 531 MovieClip Frame 60
stop();
Symbol 531 MovieClip Frame 91
stop();
Symbol 531 MovieClip Frame 121
stop();
Symbol 531 MovieClip Frame 151
stop();
Symbol 531 MovieClip Frame 181
stop();
Symbol 531 MovieClip Frame 211
stop();
Symbol 531 MovieClip Frame 268
stop();
Symbol 531 MovieClip Frame 298
stop();
Symbol 552 MovieClip Frame 1
G.actIdle(this);
if (G.manualReset(this)) {
G.setScaleValue(400);
G.setStatus("-");
G.setCredit("B");
G.setHAtk(4);
G.setMAtk(4);
G.setLAtk(4);
G.setHDef(31);
G.setMDef(28);
G.setLDef(31);
G.enemySetAttackHistogram(1, 1, 1);
G.setMaxHP(400);
G.setHP(400);
G.setValue("Aroused", 0);
G.setValue("MaleFriendlyMode", 1);
G.setValue("sex", 0);
G.setValue("StompCounter", 0);
G.setValue("LickCounter", 0);
G.setValue("HadHug", "0");
G.setValue("AITYPE", "none");
G.setValue("eyecolor", "1");
G.enemySetAllowPets(1);
if (G.chance(50)) {
G.setValue("RandomChar", 1);
} else if (G.chance(50)) {
G.setValue("RandomChar", 2);
} else {
G.setValue("RandomChar", 3);
}
if (G.getValue("RandomChar") == 1) {
G.setValue("sex", 1);
G.setName("Male Fisher");
G.setValue("mygoodname", "Rico");
G.setValue("eyecolor", "1");
G.setValue("AITYPE", "AI_Friendly&PlayNoms");
G.setStatus("Friendly and Happy");
}
if (G.getValue("RandomChar") == 2) {
G.setValue("sex", 2);
G.setName("Female Fisher");
G.setValue("mygoodname", "Sasha");
G.setValue("eyecolor", "2");
G.setValue("AITYPE", "AI_Mean&Hungry_Female");
G.setStatus("Hungry and Mean");
}
if (G.getValue("RandomChar") == 3) {
if (G.getOption("showNaughty") == 1) {
G.setValue("sex", 1);
G.setName("Dirty Male Fisher");
G.setValue("AITYPE", "AI_HornyDevil");
G.setValue("mygoodname", "Marco");
G.setStatus("Horny Bastard");
G.setValue("Aroused", 3.5);
G.setValue("eyecolor", "3");
} else {
G.setValue("sex", 1);
G.setName("Male Fisher");
G.setValue("mygoodname", "Rico");
G.setValue("eyecolor", "1");
G.setValue("AITYPE", "AI_Friendly&PlayNoms");
G.setStatus("Friendly and Happy");
}
}
}
head.PredEyeMale.gotoAndPlay("Normal");
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
this.Tail.gotoAndStop("Normal");
Symbol 552 MovieClip Frame 2
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 3
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 4
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 5
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 6
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 7
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 8
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 9
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 10
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 11
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 12
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 13
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 14
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 15
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 16
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 17
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 18
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 19
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 20
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 21
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 22
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 23
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 24
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 25
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 26
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 27
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 28
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 29
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 30
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 31
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 32
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 33
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 34
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 35
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 36
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 37
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 38
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 39
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 40
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 41
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 42
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 43
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 44
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 45
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 46
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 47
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 48
G.actMove(this, 3.8);
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 49
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 50
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 51
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 52
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 53
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 54
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 55
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 56
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 57
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 58
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 59
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 60
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 61
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 62
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 63
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 64
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 65
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 66
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 67
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 68
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 69
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 70
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 71
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 72
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 73
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 74
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 75
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 76
G.goPlay(this, "walk");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 77
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 78
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 79
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 80
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 81
G.actHurt(this, 4);
G.endDigestion(this);
G.setValue("MaleFriendlyMode", 0);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 82
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 83
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 84
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 85
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 86
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 87
G.actHurt(this, 4);
G.endDigestion(this);
G.setValue("MaleFriendlyMode", 0);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 88
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 89
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 90
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 91
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 92
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 93
G.actHurt(this, 4);
G.endDigestion(this);
G.setValue("MaleFriendlyMode", 0);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 94
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 95
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 96
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 97
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 98
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 99
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 100
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 101
G.actHurt(this, 0);
if ((G.getValue("sex") == 1) && (G.getValue("MaleFriendlyMode") == 1)) {
G.goPlay(this, "MaleHappy4Hug");
} else {
G.goPlay(this, "Mad4Hug");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 102
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 103
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 104
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 105
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 106
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 107
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 108
G.actHurt(this, 0);
G.endDigestion(this);
G.unconsumePlayer(this, 50);
G.actUnbusy();
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 109
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 110
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 111
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 112
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 113
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 114
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 115
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 116
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 117
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 118
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 119
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 120
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 121
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 122
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 123
G.actHurt(this, 0);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 124
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 125
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 126
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 127
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 128
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 129
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 130
G.goPlay(this, "dead");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 131
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 132
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 133
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 134
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 135
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 136
G.actAttack(this, G.ATTACK_MEDIUM);
G.goPlay(this, G.getValue("AITYPE"));
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 137
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 138
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 139
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 140
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 141
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 142
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 143
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 144
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 145
G.actAttack(this, G.ATTACK_HIGH);
G.goPlay(this, G.getValue("AITYPE"));
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 146
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 147
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 148
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 149
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 150
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 151
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 152
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 153
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 154
G.actAttack(this, G.ATTACK_LOW);
if (G.getValue("AITYPE") == "AI_HornyDevil") {
G.goPlay(this, "AI_HornyDevil");
}
if (G.getValue("AITYPE") == "AI_Mean&Hungry_Female") {
G.goPlay(this, "AI_Mean&Hungry_Female");
}
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 155
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 156
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 157
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 158
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 159
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 160
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 161
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 162
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 163
if (G.getOption("showNaughty") == 0) {
G.setValue("sex", 1);
G.setName("Male Fisher");
G.setValue("mygoodname", "Rico");
G.setValue("eyecolor", "1");
G.setValue("AITYPE", "AI_Friendly&PlayNoms");
G.setStatus("Friendly and Happy");
G.setValue("Aroused", 0);
}
if (G.hitPlayer(HitBox)) {
if (G.chance(50)) {
G.goPlay(this, "TryGrabForHump");
}
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 164
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 165
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 166
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 167
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 168
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 169
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 170
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 171
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 172
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 173
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 174
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 175
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 176
if (G.hitPlayer(HitBox)) {
if (G.chance(50)) {
G.goPlay(this, "LickAttackCheck");
}
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 177
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 178
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 179
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 180
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 181
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 182
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 183
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 184
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 185
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 186
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 187
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 188
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 189
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 190
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 191
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 192
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 193
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 194
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 195
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 196
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 197
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 198
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 199
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 200
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 201
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 202
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 203
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 204
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 205
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 206
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 207
if (G.hitPlayer(HitBox)) {
G.goPlay(this, "Mad4Hug");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 208
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 209
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 210
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 211
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 212
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 213
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 214
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 215
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 216
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 217
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 218
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 219
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 220
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 221
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 222
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 223
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 224
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 225
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 226
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 227
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 228
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 229
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 230
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 231
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 232
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 233
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 234
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 235
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 236
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 237
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 238
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 239
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 240
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 241
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 242
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 243
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 244
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 245
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 246
G.chatClear();
G.chatType(1);
if (G.getValue("HadHug") == 0) {
G.chatMessage("%[mygoodname]: Hugs for me?");
} else {
G.chatMessage("%[mygoodname]: Awww, Thanks Babe!");
}
G.actBusy(this);
G.endDigestion(this);
G.consumePlayer(this);
head.PredEyeMale.gotoAndPlay("HugHappy");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
if (G.getValue("Aroused") == 0) {
this.Cock.gotoAndPlay("OpeningSlit");
G.setValue("Aroused", 1);
}
Symbol 552 MovieClip Frame 247
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 248
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 249
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 250
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 251
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 252
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 253
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 254
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 255
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 256
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 257
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 258
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 259
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 260
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 261
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 262
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 263
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 264
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 265
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 266
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 267
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 268
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 269
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 270
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 271
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 272
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 273
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 274
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 275
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 276
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 277
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 278
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 279
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 280
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 281
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 282
this.ForeLegR.gotoAndStop("Grab");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 283
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 284
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 285
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 286
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 287
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 288
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 289
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 290
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 291
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 292
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 293
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 294
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 295
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 296
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 297
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 298
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 299
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 300
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 301
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 302
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 303
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 304
G.healPlayer(this, 5);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 305
G.chatType(1);
if (G.getValue("HadHug") == 0) {
G.chatMessage("%[mygoodname]: Dawww, thanks!");
G.setValue("HadHug", "1");
} else {
G.chatMessage("%[mygoodname]: Your so good to me.");
}
G.setValue("HadHug", "1");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 306
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 307
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 308
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 309
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 310
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 311
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 312
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 313
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 314
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 315
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 316
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 317
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 318
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 319
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 320
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 321
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 322
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 323
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 324
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 325
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 326
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 327
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 328
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 329
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 330
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 331
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 332
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 333
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 334
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 335
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 336
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 337
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 338
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 339
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 340
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 341
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 342
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 343
head.PredEyeMale.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 344
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 345
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 346
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 347
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 348
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 349
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 350
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 351
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 352
G.actUnbusy();
G.unconsumePlayer(this, 390);
G.goPlay(this, "idle");
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 353
G.actBusy(this);
G.endDigestion(this);
G.consumePlayer(this);
head.PredEyeMale.gotoAndPlay("LookDownMad");
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 354
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 355
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 356
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 357
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 358
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 359
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 360
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 361
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 362
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 363
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 364
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 365
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 366
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 367
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 368
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 369
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 370
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 371
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 372
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 373
if (G.chance(100)) {
G.goPlay(this, "FootSmash");
} else {
G.goPlay(this, "HardChomp");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 374
G.chatClear();
G.chatType(1);
if ((G.getValue("sex") == 1) || (G.getValue("sex") == 3)) {
G.chatMessage("%[mygoodname]: After what you did to me the only physical contact your getting is this!");
} else {
G.chatMessage("%[mygoodname]: Oh, hell no!");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 375
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 376
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 377
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 378
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 379
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 380
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 381
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 382
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 383
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 384
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 385
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 386
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 387
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 388
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 389
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 390
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 391
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 392
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 393
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 394
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 395
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 396
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 397
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 398
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 399
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 400
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 401
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 402
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 403
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 404
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 405
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 406
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 407
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 408
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 409
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 410
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 411
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 412
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 413
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 414
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 415
if (G.getValue("sex") == 2) {
G.chatClear();
G.chatType(1);
G.chatMessage("%[mygoodname]: Don't touch me, morsel!");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 416
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 417
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 418
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 419
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 420
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 421
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 422
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 423
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 424
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 425
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 426
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 427
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 428
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 429
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 430
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 431
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 432
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 433
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 434
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 435
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 436
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 437
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 438
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 439
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 440
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 441
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 442
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 443
G.healPlayer(this, -10);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 444
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 445
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 446
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 447
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 448
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 449
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 450
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 451
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 452
if (G.getValue("StompCounter") <= 3) {
if (G.chance(10)) {
G.goPlay(this, "FootSmashFinish");
} else {
G.goPlay(this, "FootSmashLoop");
G.addValue("StompCounter", 1);
}
} else {
G.goPlay(this, "FootSmashFinish");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 453
G.setValue("StompCounter", 0);
head.PredEyeMale.gotoAndPlay("MadEyeFollow");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 454
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 455
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 456
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 457
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 458
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 459
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 460
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 461
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 462
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 463
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 464
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 465
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 466
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 467
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 468
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 469
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 470
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 471
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 472
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 473
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 474
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 475
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 476
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 477
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 478
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 479
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 480
G.healPlayer(this, -5);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 481
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 482
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 483
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 484
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 485
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 486
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 487
head.PredEyeMale.gotoAndPlay("MEFtoNormal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 488
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 489
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 490
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 491
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 492
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 493
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 494
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 495
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 496
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 497
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 498
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 499
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 500
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 501
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 502
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 503
if (G.chance(30)) {
G.actUnbusy();
G.unconsumePlayer(this, -390);
G.goPlay(this, "idle");
} else {
G.goPlay(this, "FaceSit");
}
head.PredEyeMale.gotoAndPlay("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
this.Tail.gotoAndStop("NoFinL");
Symbol 552 MovieClip Frame 504
G.chatClear();
G.chatType(1);
if ((G.getValue("sex") == 1) || (G.getValue("sex") == 3)) {
G.chatMessage("%[mygoodname]: Kiss my ass, bitch.");
} else {
G.chatMessage("%[mygoodname]: Smell that bitch? That's where your going to end up soon.");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 505
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 506
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 507
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 508
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 509
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 510
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 511
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 512
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 513
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 514
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 515
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 516
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 517
head.PredEyeMale.gotoAndPlay("CloseEyes");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
this.Tail.gotoAndPlay("FartonFace");
Symbol 552 MovieClip Frame 518
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 519
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 520
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 521
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 522
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 523
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 524
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 525
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 526
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 527
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 528
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 529
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 530
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 531
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 532
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 533
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 534
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 535
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 536
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 537
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 538
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 539
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 540
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 541
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 542
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 543
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 544
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 545
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 546
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 547
G.healPlayer(this, -10);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 548
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 549
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 550
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 551
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 552
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 553
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 554
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 555
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 556
if (G.chance(0)) {
G.goPlay(this, "Fartloop");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
this.Tail.gotoAndStop("NoFinL");
Symbol 552 MovieClip Frame 557
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 558
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 559
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 560
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 561
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 562
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 563
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 564
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 565
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 566
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 567
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 568
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 569
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 570
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 571
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 572
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 573
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 574
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 575
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 576
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 577
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 578
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 579
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 580
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 581
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 582
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 583
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 584
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 585
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 586
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 587
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 588
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 589
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 590
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 591
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 592
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 593
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 594
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 595
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 596
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 597
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 598
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 599
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 600
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 601
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 602
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 603
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 604
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 605
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 606
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 607
G.actUnbusy();
G.unconsumePlayer(this, -1025);
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 608
if ((G.getValue("sex") == 2) || (G.getValue("MaleFriendlyMode") == 0)) {
G.goPlay(this, "idle");
}
head.PredEyeMale.gotoAndPlay("HugHappy");
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
this.Tail.gotoAndStop("Normal");
Symbol 552 MovieClip Frame 609
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 610
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 611
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 612
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 613
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 614
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 615
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 616
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 617
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 618
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 619
if (G.hitPlayer(HitBox)) {
G.goPlay(this, "LickAttack");
} else {
G.goPlay(this, "LickAttackMiss");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 620
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 621
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 622
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 623
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 624
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 625
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 626
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 627
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 628
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 629
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 630
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 631
if ((G.getValue("sex") == 1) && (G.getValue("MaleFriendlyMode") == 1)) {
G.goPlay(this, "LickAtkFriendly");
G.setValue("mygoodname", "Rico");
G.chatClear();
G.chatType(1);
G.chatMessage("%[mygoodname]: I really like you babe!");
}
head.PredEyeMale.gotoAndPlay("LickJoy");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 632
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 633
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 634
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 635
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 636
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 637
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 638
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 639
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 640
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 641
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 642
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 643
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 644
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 645
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 646
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 647
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 648
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 649
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 650
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 651
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 652
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 653
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 654
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 655
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 656
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 657
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 658
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 659
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 660
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 661
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 662
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 663
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 664
if ((G.getValue("LickCounter") <= 3) && (G.hitPlayer(HitBox))) {
G.goPlay(this, "LickAtkFriendly");
G.addValue("LickCounter", 1);
}
if ((G.getValue("LickCounter") >= 4) && (G.hitPlayer(HitBox))) {
if (G.chance(40)) {
G.setValue("LickCounter", 0);
G.goPlay(this, "LickAboutToEat");
this.PredEyeMale.gotoAndPlay("LickNomsWarn");
} else {
G.goPlay(this, "LickAtkFriendly");
G.addValue("LickCounter", 1);
}
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 665
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 666
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 667
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 668
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 669
head.PredEyeMale.gotoAndPlay("LJtoNormal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 670
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 671
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 672
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 673
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 674
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 675
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 676
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 677
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 678
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 679
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 680
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 681
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 682
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 683
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 684
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 685
G.goPlay(this, "idle");
G.setValue("LickCounter", 0);
head.PredEyeMale.gotoAndPlay("Normal");
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
this.Tail.gotoAndStop("Normal");
Symbol 552 MovieClip Frame 686
G.chatType(1);
G.chatMessage("%[mygoodname]: Hey don't leave me girl, I'm lonely.", 1);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 687
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 688
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 689
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 690
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 691
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 692
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 693
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 694
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 695
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 696
G.goPlay(this, "idle");
head.PredEyeMale.gotoAndPlay("HugHappy");
this.ForeLegR.gotoAndStop("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
this.Tail.gotoAndStop("Normal");
Symbol 552 MovieClip Frame 697
G.chatClear();
G.chatType(1);
G.chatMessage("%[mygoodname]: You taste sweet girl, I can tell we are going to have fun.");
head.PredEyeMale.gotoAndPlay("LickNomsWarn");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 698
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 699
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 700
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 701
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 702
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 703
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 704
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 705
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 706
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 707
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 708
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 709
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 710
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 711
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 712
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 713
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 714
if (G.hitPlayer(HitBox)) {
if (G.getValue("LickCounter") <= 8) {
G.goPlay(this, "LickAboutToEatLoop");
G.addValue("LickCounter", 1);
}
if (G.getValue("LickCounter") >= 9) {
if (G.chance(50)) {
G.setValue("LickCounter", 0);
G.goPlay(this, "HappyNom");
} else {
G.goPlay(this, "LickAboutToEatLoop");
G.addValue("LickCounter", 1);
}
}
} else {
G.goPlay(this, "LickDone");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 715
G.chatClear();
G.chatType(1);
G.chatMessage("%[mygoodname]: I want you all to myself babe.");
G.actBusy(this);
G.endDigestion(this);
G.consumePlayer(this);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 716
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 717
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 718
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 719
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 720
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 721
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 722
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 723
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 724
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 725
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 726
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 727
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 728
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 729
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 730
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 731
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 732
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 733
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 734
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 735
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 736
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 737
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 738
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 739
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 740
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 741
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 742
head.PredEyeMale.gotoAndPlay("GoNomsJoy");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 743
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 744
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 745
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 746
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 747
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 748
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 749
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 750
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 751
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 752
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 753
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 754
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 755
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 756
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 757
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 758
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 759
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 760
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 761
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 762
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 763
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 764
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 765
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 766
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 767
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 768
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 769
head.PredEyeMale.gotoAndStop("NomsJoy");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 770
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 771
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 772
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 773
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 774
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 775
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 776
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 777
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 778
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 779
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 780
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 781
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 782
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 783
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 784
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 785
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 786
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 787
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 788
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 789
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 790
G.healPlayer(this, 5);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 791
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 792
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 793
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 794
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 795
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 796
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 797
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 798
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 799
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 800
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 801
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 802
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 803
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 804
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 805
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 806
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 807
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 808
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 809
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 810
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 811
if (G.chance(60)) {
G.goPlay(this, "MawLove");
} else {
G.goPlay(this, "HappySwallow");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 812
G.chatClear();
G.chatType(1);
G.chatMessage("%[mygoodname]: Your all mine babe, no other male is gonna steal my girl away from me again.");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 813
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 814
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 815
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 816
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 817
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 818
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 819
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 820
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 821
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 822
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 823
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 824
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 825
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 826
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 827
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 828
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 829
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 830
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 831
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 832
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 833
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 834
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 835
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 836
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 837
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 838
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 839
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 840
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 841
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 842
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 843
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 844
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 845
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 846
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 847
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 848
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 849
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 850
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 851
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 852
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 853
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 854
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 855
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 856
head.PredEyeMale.gotoAndPlay("GoHappyGulp");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 857
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 858
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 859
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 860
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 861
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 862
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 863
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 864
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 865
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 866
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 867
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 868
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 869
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 870
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 871
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 872
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 873
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 874
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 875
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 876
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 877
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 878
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 879
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 880
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 881
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 882
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 883
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 884
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 885
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 886
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 887
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 888
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 889
head.PredEyeMale.gotoAndStop("HappyGulp");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 890
G.startDigestion(this, 0);
var WigObj = new Object();
G.setEscape(this, "GulletPickFate", "D", 2, 0);
G.setEscape(this, "GulletPickFate", "W", 5, 0);
WigObj.l = "GulletStruggleL";
WigObj.r = "GulletStruggleR";
WigObj.u = "GulletStruggleUpPick";
WigObj.d = "GulletStruggleDown";
WigObj.bl = "GulletPleaseL";
WigObj.br = "GulletPleaseR";
WigObj.bu = "GulletPleaseUp";
WigObj.bd = "GulletPleaseUp";
G.setAnims(this, WigObj);
head.PredEyeMale.gotoAndStop("HappyGulp");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 891
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 892
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 893
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 894
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 895
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 896
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 897
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 898
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 899
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 900
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 901
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 902
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 903
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 904
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 905
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 906
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 907
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 908
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 909
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 910
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 911
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 912
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 913
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 914
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 915
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 916
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 917
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 918
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 919
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 920
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 921
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 922
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 923
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 924
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 925
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 926
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 927
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 928
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 929
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 930
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 931
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 932
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 933
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 934
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 935
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 936
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 937
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 938
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 939
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 940
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 941
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 942
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 943
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 944
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 945
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 946
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 947
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 948
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 949
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 950
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 951
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 952
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 953
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 954
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 955
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 956
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 957
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 958
G.goPlay(this, "GulletStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 959
G.chatType(1);
G.chatMessage("%[mygoodname]: Don't Struggle, you are safe.", 1);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 960
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 961
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 962
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 963
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 964
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 965
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 966
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 967
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 968
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 969
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 970
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 971
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 972
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 973
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 974
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 975
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 976
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 977
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 978
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 979
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 980
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 981
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 982
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 983
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 984
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 985
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 986
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 987
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 988
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 989
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 990
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 991
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 992
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 993
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 994
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 995
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 996
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 997
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 998
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 999
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1000
G.goPlay(this, "GulletStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1001
G.chatType(1);
G.chatMessage("%[mygoodname]: That feels great babe.", 1);
head.PredEyeMale.gotoAndPlay("HappyGulpClosed");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1002
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1003
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1004
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1005
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1006
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1007
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1008
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1009
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1010
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1011
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1012
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1013
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1014
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1015
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1016
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1017
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1018
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1019
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1020
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1021
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1022
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1023
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1024
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1025
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1026
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1027
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1028
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1029
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1030
head.PredEyeMale.gotoAndPlay("HappyGulpClosedBack");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1031
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1032
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1033
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1034
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1035
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1036
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1037
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1038
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1039
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1040
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1041
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1042
G.goPlay(this, "GulletStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1043
G.chatType(1);
G.chatMessage("%[mygoodname]: Don't Struggle, you are safe.", 1);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1044
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1045
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1046
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1047
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1048
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1049
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1050
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1051
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1052
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1053
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1054
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1055
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1056
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1057
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1058
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1059
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1060
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1061
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1062
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1063
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1064
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1065
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1066
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1067
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1068
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1069
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1070
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1071
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1072
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1073
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1074
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1075
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1076
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1077
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1078
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1079
G.goPlay(this, "GulletStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1080
G.chatType(1);
G.chatMessage("%[mygoodname]: That feels great babe.", 1);
head.PredEyeMale.gotoAndPlay("HappyGulpClosed");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1081
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1082
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1083
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1084
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1085
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1086
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1087
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1088
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1089
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1090
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1091
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1092
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1093
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1094
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1095
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1096
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1097
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1098
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1099
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1100
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1101
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1102
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1103
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1104
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1105
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1106
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1107
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1108
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1109
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1110
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1111
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1112
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1113
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1114
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1115
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1116
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1117
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1118
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1119
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1120
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1121
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1122
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1123
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1124
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1125
head.PredEyeMale.gotoAndPlay("HappyGulpClosedBack");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1126
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1127
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1128
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1129
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1130
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1131
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1132
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1133
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1134
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1135
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1136
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1137
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1138
G.goPlay(this, "GulletStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1139
G.chatType(1);
G.chatMessage("%[mygoodname]: Excuse me, my dear lady.", 1);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1140
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1141
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1142
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1143
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1144
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1145
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1146
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1147
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1148
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1149
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1150
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1151
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1152
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1153
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1154
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1155
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1156
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1157
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1158
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1159
G.healPlayer(this, -5);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1160
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1161
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1162
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1163
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1164
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1165
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1166
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1167
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1168
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1169
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1170
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1171
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1172
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1173
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1174
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1175
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1176
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1177
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1178
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1179
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1180
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1181
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1182
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1183
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1184
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1185
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1186
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1187
G.goPlay(this, "GulletStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1188
G.chatType(1);
G.chatMessage("%[mygoodname]: Excuse me, my dear lady.", 1);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1189
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1190
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1191
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1192
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1193
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1194
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1195
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1196
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1197
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1198
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1199
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1200
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1201
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1202
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1203
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1204
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1205
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1206
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1207
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1208
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1209
G.healPlayer(this, -2);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1210
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1211
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1212
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1213
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1214
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1215
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1216
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1217
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1218
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1219
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1220
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1221
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1222
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1223
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1224
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1225
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1226
G.goPlay(this, "GulletStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1227
if (G.chance(60)) {
G.goPlay(this, "GulletStruggleUpBelch");
} else {
G.goPlay(this, "GulletStruggleUpBurp");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1228
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1229
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1230
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1231
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1232
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1233
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1234
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1235
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1236
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1237
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1238
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1239
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1240
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1241
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1242
G.chatType(1);
G.chatMessage("%[mygoodname]: That feels great babe.", 1);
G.setPlayerStatus("Oh wow, your good.");
head.PredEyeMale.gotoAndPlay("HappyGulpClosed");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1243
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1244
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1245
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1246
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1247
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1248
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1249
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1250
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1251
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1252
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1253
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1254
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1255
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1256
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1257
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1258
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1259
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1260
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1261
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1262
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1263
head.PredEyeMale.gotoAndPlay("HappyGulpClosedBack");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1264
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1265
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1266
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1267
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1268
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1269
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1270
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1271
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1272
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1273
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1274
G.goPlay(this, "GulletStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1275
G.chatType(1);
G.chatMessage("%[mygoodname]: You want to go deeper huh?", 1);
head.PredEyeMale.gotoAndPlay("HappyGulpClosed");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1276
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1277
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1278
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1279
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1280
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1281
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1282
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1283
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1284
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1285
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1286
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1287
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1288
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1289
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1290
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1291
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1292
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1293
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1294
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1295
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1296
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1297
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1298
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1299
head.PredEyeMale.gotoAndPlay("HappyGulpClosedBack");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1300
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1301
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1302
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1303
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1304
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1305
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1306
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1307
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1308
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1309
G.goPlay(this, "GulletStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1310
if (G.chance(50)) {
G.goPlay(this, "GulletSwallowDown");
} else {
G.goPlay(this, "GulletStruggleUpBelch");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1311
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1312
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1313
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1314
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1315
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1316
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1317
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1318
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1319
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1320
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1321
G.chatClear();
G.chatType(1);
G.chatMessage("%[mygoodname]: Down you go my darling, be careful in there.", 1);
G.healPlayer(this, 10);
G.stopDigestion(this);
G.setValue("BellyTalkLoop", "0");
head.PredEyeMale.gotoAndPlay("HappyGulpClosed");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1322
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1323
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1324
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1325
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1326
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1327
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1328
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1329
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1330
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1331
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1332
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1333
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1334
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1335
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1336
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1337
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1338
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1339
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1340
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1341
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1342
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1343
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1344
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1345
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1346
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1347
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1348
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1349
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1350
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1351
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1352
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1353
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1354
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1355
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1356
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1357
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1358
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1359
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1360
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1361
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1362
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1363
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1364
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1365
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1366
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1367
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1368
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1369
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1370
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1371
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1372
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1373
head.PredEyeMale.gotoAndPlay("HappyGulpClosedToBellyHappy");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1374
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1375
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1376
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1377
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1378
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1379
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1380
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1381
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1382
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1383
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1384
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1385
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1386
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1387
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1388
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1389
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1390
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1391
G.goPlay(this, "BellyStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1392
G.startDigestion(this, 60);
var WigObj = new Object();
G.setEscape(this, "BellyNoStruggle", "W", 5, 0);
WigObj.l = "";
WigObj.r = "";
WigObj.u = "";
WigObj.d = "";
WigObj.bl = "";
WigObj.br = "";
WigObj.bu = "";
WigObj.bd = "";
G.setAnims(this, WigObj);
G.setEscape(this, "BellySadDigest", "E", 1, 0);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1393
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1394
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1395
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1396
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1397
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1398
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1399
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1400
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1401
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1402
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1403
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1404
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1405
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1406
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1407
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1408
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1409
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1410
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1411
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1412
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1413
head.PredEyeMale.gotoAndStop("BellyHappy");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1414
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1415
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1416
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1417
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1418
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1419
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1420
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1421
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1422
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1423
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1424
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1425
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1426
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1427
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1428
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1429
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1430
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1431
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1432
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1433
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1434
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1435
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1436
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1437
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1438
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1439
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1440
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1441
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1442
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1443
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1444
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1445
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1446
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1447
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1448
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1449
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1450
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1451
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1452
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1453
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1454
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1455
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1456
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1457
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1458
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1459
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1460
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1461
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1462
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1463
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1464
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1465
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1466
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1467
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1468
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1469
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1470
G.goPlay(this, "BellyStruggle");
G.setValue("BellyTalkLoop", "0");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1471
G.chatType(1);
G.chatMessage("%[mygoodname]: Mmmm... That hits the spot.", 1);
G.startDigestion(this, 20);
var WigObj = new Object();
WigObj.l = "BellyStruggle";
WigObj.r = "BellyStruggle";
WigObj.u = "BellyStruggle";
WigObj.d = "BellyStruggle";
WigObj.bl = "BellyStruggle";
WigObj.br = "BellyStruggle";
WigObj.bu = "BellyStruggle";
WigObj.bd = "BellyStruggle";
G.setAnims(this, WigObj);
G.setEscape(this, "BellySadDigest", "E", 1, 0);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1472
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1473
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1474
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1475
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1476
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1477
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1478
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1479
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1480
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1481
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1482
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1483
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1484
head.PredEyeMale.gotoAndStop("BellyHappy");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1485
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1486
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1487
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1488
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1489
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1490
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1491
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1492
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1493
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1494
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1495
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1496
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1497
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1498
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1499
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1500
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1501
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1502
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1503
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1504
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1505
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1506
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1507
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1508
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1509
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1510
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1511
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1512
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1513
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1514
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1515
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1516
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1517
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1518
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1519
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1520
G.goPlay(this, "BellyNoStruggle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1521
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1522
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1523
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1524
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1525
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1526
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1527
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1528
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1529
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1530
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1531
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1532
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1533
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1534
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1535
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1536
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1537
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1538
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1539
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1540
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1541
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1542
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1543
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1544
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1545
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1546
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1547
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1548
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1549
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1550
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1551
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1552
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1553
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1554
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1555
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1556
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1557
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1558
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1559
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1560
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1561
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1562
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1563
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1564
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1565
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1566
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1567
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1568
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1569
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1570
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1579
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1580
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1581
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1582
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1583
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1584
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1585
G.chatType(1);
G.chatMessage("%[mygoodname]: Opps, I got a little carried away there, babe.");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1586
G.stopDigestion(this);
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1587
head.PredEyeMale.gotoAndPlay("Normal");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1588
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1589
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1590
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1591
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1592
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1593
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1594
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1595
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1596
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1597
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1598
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1599
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1600
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1601
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1602
G.actBusy(this);
G.stopDigestion(this);
G.consumePlayer(this);
G.showConsumedPlayer(1, 1);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1603
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1604
G.qteEvent(20, new Object({type:1}));
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1605
if (G.qteCheck()) {
G.goPlay(this, "GrabMiss");
} else {
G.goPlay(this, "GrabGot4Hump");
}
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1606
G.showConsumedPlayer(false);
G.unconsumePlayer(this, 0);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1607
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1608
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1609
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1610
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1611
G.chatType(1);
G.chatMessage("%[mygoodname]: Darn it, don't resist me!");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1612
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1613
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1614
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1615
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1616
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1617
G.goPlay(this, "idle");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1618
G.showConsumedPlayer(false);
G.endDigestion(this);
G.consumePlayer(this);
head.PredEyeMale.gotoAndPlay("LookDownMad");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1619
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1620
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1621
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1622
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1623
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1624
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1625
this.ForeLegR.gotoAndStop("Grab");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1626
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1627
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1628
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1629
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1630
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1631
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1632
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1633
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1634
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1635
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1636
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1637
this.ForeLegR.gotoAndStop("Grab");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1638
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1639
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1640
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1641
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1642
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1643
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1644
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1645
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1646
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1647
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1648
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1649
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1650
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1651
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1652
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1653
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1654
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1655
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1656
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1657
head.PredEyeMale.gotoAndPlay("MadEyeFollow");
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1658
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1659
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1660
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1661
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1662
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1663
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1664
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1665
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1666
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1667
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1668
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1669
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1670
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1671
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1672
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1673
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1674
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1675
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1676
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1677
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1678
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1679
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1680
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1681
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1682
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1683
G.chatType(1);
G.chatMessage("%[mygoodname]: Oh, yeahhhh! Your my little toy now.");
G.setValue("HumpCount", 0);
if (G.getValue("Aroused") == 1.5) {
this.Cock.gotoAndStop("CockPeaking");
}
if (G.getValue("Aroused") == 2.5) {
this.Cock.gotoAndStop("CockHalfMast");
}
if (G.getValue("Aroused") == 3.5) {
this.Cock.gotoAndStop("CockHard");
}
Symbol 552 MovieClip Frame 1684
G.startDigestion(this, 60);
Symbol 552 MovieClip Frame 1722
if (G.getValue("HumpCount") <= 6) {
G.goPlay(this, "DickRubHumpingSlow");
G.addValue("HumpCount", 1);
} else if (G.chance(50)) {
G.goPlay(this, "DickRubHumpingSlow");
G.addValue("HumpCount", 1);
} else {
G.goPlay(this, "DickRubHumpingFast");
G.setValue("HumpCount", 0);
}
Symbol 552 MovieClip Frame 1723
G.startDigestion(this, 30);
Symbol 552 MovieClip Frame 1742
if (G.getValue("HumpCount") <= 12) {
G.goPlay(this, "DickRubHumpingFast");
G.addValue("HumpCount", 1);
} else if (G.chance(50)) {
G.goPlay(this, "DickRubHumpingFast");
G.addValue("HumpCount", 1);
} else {
G.goPlay(this, "HornyCockVore");
}
Symbol 552 MovieClip Frame 1743
G.setValue("HumpCount", 0);
Symbol 552 MovieClip Frame 1756
this.ForeLegR.gotoAndStop("Normal");
Symbol 552 MovieClip Frame 1771
this.CockVore.gotoAndPlay("CockVorePartA");
Symbol 552 MovieClip Frame 1808
if (G.chance(100)) {
G.goPlay(this, "GoCockVoreRubs");
} else {
G.goPlay(this, "CockVoreSlamDown");
}
Symbol 552 MovieClip Frame 1837
this.ForeLegR.gotoAndStop("Grab");
Symbol 552 MovieClip Frame 1838
G.startDigestion(this, 45);
this.ForeLegR.gotoAndStop("Grab");
Symbol 552 MovieClip Frame 1867
if (G.getValue("HumpCount") <= 6) {
G.goPlay(this, "CockVoreRubs");
G.addValue("HumpCount", 1);
} else if (G.chance(50)) {
G.goPlay(this, "CockVoreRubs");
G.addValue("HumpCount", 1);
} else {
G.goPlay(this, "CVRtoCVSD");
G.setValue("HumpCount", 0);
}
this.ForeLegR.gotoAndStop("Grab");
Symbol 552 MovieClip Frame 1868
this.ForeLegR.gotoAndStop("Normal");
this.CockVore.gotoAndPlay("CockVorePartB");
Symbol 552 MovieClip Frame 1885
G.actBusy(this);
G.endDigestion(this);
G.consumePlayer(this);
G.setValue("PleasedmeHornyCV", 0);
this.Body.gotoAndPlay("FillBelly");
Symbol 552 MovieClip Frame 1966
G.startDigestion(this, 25);
var WigObj = new Object();
G.setEscape(this, "HornyCVDigestion", "U", 4, 0);
G.setEscape(this, "HornyCVDigestion", "W", 12, 0);
G.setEscape(this, "BallsAbsorb", "E", 1, 0);
WigObj.l = "HornyCVStruggleL";
WigObj.r = "HornyCVStruggleR";
WigObj.u = "HornyCVStruggleU";
WigObj.d = "HornyCVStruggleD";
WigObj.bl = "HornyCVPleaseL";
WigObj.br = "HornyCVPleaseR";
WigObj.bu = "HornyCVPleaseU";
WigObj.bd = "HornyCVPleaseD";
G.setAnims(this, WigObj);
this.ForeLegR.gotoAndStop("Grab");
this.Body.gotoAndPlay("BellyIdle");
Symbol 552 MovieClip Frame 1999
this.Body.gotoAndPlay("BellyIdle");
Symbol 552 MovieClip Frame 2030
G.goPlay(this, "HornyCVDigest");
Symbol 552 MovieClip Frame 2031
if (G.getValue("PleasedmeHornyCV") == 1) {
head.FaceGlow.gotoAndPlay("FadeOut");
G.setValue("PleasedmeHornyCV", 0);
}
this.Body.gotoAndPlay("StruggleL");
Symbol 552 MovieClip Frame 2061
G.goPlay(this, "HornyCVDigest");
Symbol 552 MovieClip Frame 2062
if (G.getValue("PleasedmeHornyCV") == 1) {
head.FaceGlow.gotoAndPlay("FadeOut");
G.setValue("PleasedmeHornyCV", 0);
}
this.Body.gotoAndPlay("StruggleR");
Symbol 552 MovieClip Frame 2092
G.goPlay(this, "HornyCVDigest");
Symbol 552 MovieClip Frame 2093
if (G.getValue("PleasedmeHornyCV") == 1) {
head.FaceGlow.gotoAndPlay("FadeOut");
G.setValue("PleasedmeHornyCV", 0);
}
this.Body.gotoAndPlay("StruggleU");
Symbol 552 MovieClip Frame 2123
G.goPlay(this, "HornyCVDigest");
Symbol 552 MovieClip Frame 2124
if (G.getValue("PleasedmeHornyCV") == 1) {
head.FaceGlow.gotoAndPlay("FadeOut");
G.setValue("PleasedmeHornyCV", 0);
}
this.Body.gotoAndPlay("StruggleD");
Symbol 552 MovieClip Frame 2154
G.goPlay(this, "HornyCVDigest");
Symbol 552 MovieClip Frame 2155
if (G.getValue("PleasedmeHornyCV") == 0) {
head.FaceGlow.gotoAndPlay("FadeIn");
G.setValue("PleasedmeHornyCV", 1);
}
this.Body.gotoAndPlay("StruggleL");
Symbol 552 MovieClip Frame 2185
G.goPlay(this, "HornyCVDigest");
Symbol 552 MovieClip Frame 2186
if (G.getValue("PleasedmeHornyCV") == 0) {
head.FaceGlow.gotoAndPlay("FadeIn");
G.setValue("PleasedmeHornyCV", 1);
}
this.Body.gotoAndPlay("StruggleR");
Symbol 552 MovieClip Frame 2216
G.goPlay(this, "HornyCVDigest");
Symbol 552 MovieClip Frame 2217
if (G.getValue("PleasedmeHornyCV") == 0) {
head.FaceGlow.gotoAndPlay("FadeIn");
G.setValue("PleasedmeHornyCV", 1);
}
this.Body.gotoAndPlay("StruggleU");
Symbol 552 MovieClip Frame 2247
G.goPlay(this, "HornyCVDigest");
Symbol 552 MovieClip Frame 2248
if (G.getValue("PleasedmeHornyCV") == 0) {
head.FaceGlow.gotoAndPlay("FadeIn");
G.setValue("PleasedmeHornyCV", 1);
}
this.Body.gotoAndPlay("StruggleD");
Symbol 552 MovieClip Frame 2278
G.goPlay(this, "HornyCVDigest");
Symbol 552 MovieClip Frame 2279
this.Body.gotoAndPlay("Digest");
Symbol 552 MovieClip Frame 2337
G.endDigestion(this);
G.goPlay(this, "idle");