Combined Code
movieClip 3 r18 {
#initclip
Object.registerClass('r18', main);
#endinitclip
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 34 penisside {
#initclip
Object.registerClass('penisside', main);
#endinitclip
frame 1 {
stop();
}
frame 9 {
stop();
}
frame 17 {
stop();
}
frame 25 {
stop();
}
}
movieClip 36 ballsSide {
#initclip
Object.registerClass('ballsSide', main);
#endinitclip
}
movieClip 37 mainAS {
#initclip
Object.registerClass('mainAS', main);
#endinitclip
}
movieClip 70 penis {
#initclip
Object.registerClass('penis', main);
#endinitclip
frame 1 {
stop();
}
frame 9 {
stop();
}
frame 17 {
stop();
}
frame 25 {
stop();
}
}
movieClip 72 balls {
#initclip
Object.registerClass('balls', main);
#endinitclip
}
movieClip 74 Turn {
#initclip
Object.registerClass('Turn', main);
#endinitclip
}
frame 1 {
stop();
onEnterFrame = function () {
_root.mainAS.cockCheck();
delete this.onEnterFrame;
};
}
// unknown tag 88 length 67
// unknown tag 88 length 62
movieClip 97 __Packages.main {
#initclip
if (!_global.main) {
var v1 = function () {
super();
};
_global.main = v1;
_global.main extends MovieClip;
var v2 = v1.prototype;
v2.onLoad = function () {
this.cockState = 1;
};
v2.onEnterFrame = function () {
if (this.cockState > 4) {
this.cockState = 1;
}
_root.penisFront.onRelease = function () {
_root.penisFront.play();
_root.mainAS.cockState += 1;
};
_root.penisSide.onRelease = function () {
_root.penisSide.play();
_root.mainAS.cockState += 1;
};
_root.turn.onRelease = function () {
_root.play();
};
};
v2.cockCheck = function () {
if (_root.mainAS.cockState == 1) {
_root.penisFront.gotoAndStop(1);
_root.penisSide.gotoAndStop(1);
}
if (_root.mainAS.cockState == 2) {
_root.penisFront.gotoAndStop(9);
_root.penisSide.gotoAndStop(9);
}
if (_root.mainAS.cockState == 3) {
_root.penisFront.gotoAndStop(17);
_root.penisSide.gotoAndStop(17);
}
if (_root.mainAS.cockState == 4) {
_root.penisFront.gotoAndStop(25);
_root.penisSide.gotoAndStop(25);
}
};
ASSetPropFlags(_global.main.prototype, null, 1);
}
#endinitclip
}
frame 2 {
stop();
onEnterFrame = function () {
_root.mainAS.cockCheck();
delete this.onEnterFrame;
};
}
frame 3 {
stop();
}