Frame 1
pleasure = 0;
pleasure2 = 0;
cummed = 0;
Frame 2
stop();
Symbol 2 MovieClip [ClashCursor] Frame 1
#initclip 2
Object.registerClass("ClashCursor", ClashCursor);
#endinitclip
Symbol 139 MovieClip [__Packages.ClashCursor] Frame 0
class ClashCursor extends MovieClip
{
var _x, _xmouse, _y, _ymouse, startDrag, hitTest;
function ClashCursor () {
super();
}
function onLoad() {
Mouse.hide();
_x = _xmouse;
_y = _ymouse;
startDrag();
}
function onEnterFrame() {
_root.ClashCursor2._x = _x;
_root.ClashCursor2._y = _y;
if (hitTest(_root.Six.Balls.B01)) {
_root.ClashCursor2.play();
if (_root.pleasure <= 1000) {
_root.pleasure = _root.pleasure + 2;
}
if (_root.pleasure >= 1000) {
_root.pleasure2 = _root.pleasure2 + 2;
}
}
if (hitTest(_root.Six.Balls.B02)) {
_root.ClashCursor2.play();
if (_root.pleasure <= 1000) {
_root.pleasure = _root.pleasure + 3;
}
if (_root.pleasure >= 1000) {
_root.pleasure2 = _root.pleasure2 + 3;
}
}
if ((hitTest(_root.Six.Head.B03) || (hitTest(_root.Six.Head.B04))) || (hitTest(_root.Six.Cuerpo.B05))) {
_root.ClashCursor2.play();
if (_root.pleasure <= 1000) {
_root.pleasure = _root.pleasure + 1.5;
}
if (_root.pleasure >= 1000) {
_root.pleasure2 = _root.pleasure2 + 1.5;
}
}
if (hitTest(_root.Six.Face.B06) && (_root.ClashCursor2._currentframe > 16)) {
_root.ClashCursor2.play();
if (_root.pleasure <= 1000) {
_root.pleasure = _root.pleasure + 1.5;
}
if (_root.pleasure >= 1000) {
_root.pleasure2 = _root.pleasure2 + 1.5;
}
}
if (_root.pleasure >= 1001) {
_root.pleasure = 1001;
}
if (_root.pleasure2 >= 1001) {
_root.pleasure2 = 1001;
}
if ((_root.pleasure >= 1) && (_root.Six.Balls._currentframe < 17)) {
_root.pleasure = _root.pleasure - 1;
}
if ((_root.pleasure2 >= 1) && (_root.pleasure2 <= 1000)) {
_root.pleasure2 = _root.pleasure2 - 1;
}
_root.Charge._yscale = (_root.pleasure / 1000) * 100;
_root.Charge2._yscale = (_root.pleasure2 / 1000) * 100;
if (hitTest(_root.Six.Balls.B01) || (hitTest(_root.Six.Balls.B02))) {
if ((_root.pleasure < 500) && (_root.Six.Face._currentframe < 120)) {
_root.Six.Face.gotoAndPlay(120);
}
if ((_root.pleasure >= 500) && (_root.Six.Face._currentframe < 230)) {
_root.Six.Face.gotoAndPlay(230);
}
}
if ((!hitTest(_root.Six.Balls.B01)) && (!hitTest(_root.Six.Balls.B02))) {
if ((_root.pleasure < 100) && (_root.Six.Face._currentframe > 120)) {
_root.Six.Face.gotoAndPlay(1);
}
if ((_root.pleasure < 500) && (_root.Six.Face._currentframe > 230)) {
_root.Six.Face.gotoAndPlay(120);
}
}
if (hitTest(_root.Six.Face.B06) && (_root.ClashCursor2._currentframe > 16)) {
if (_root.Six.Face._currentframe < 229) {
_root.Six.Face.gotoAndPlay(230);
}
}
if ((_root.cummed == 1) && (_root.Six.Face._currentframe > 120)) {
_root.Six.Face.gotoAndPlay(1);
}
if (_root.pleasure <= 100) {
_root.Six.Balls.gotoAndStop(1);
}
if ((_root.pleasure > 150) && (_root.pleasure <= 250)) {
_root.Six.Balls.gotoAndStop(2);
}
if ((_root.pleasure > 250) && (_root.pleasure <= 350)) {
_root.Six.Balls.gotoAndStop(3);
}
if ((_root.pleasure > 350) && (_root.pleasure <= 450)) {
_root.Six.Balls.gotoAndStop(4);
}
if ((_root.pleasure > 450) && (_root.pleasure <= 500)) {
_root.Six.Balls.gotoAndStop(5);
}
if ((_root.pleasure > 500) && (_root.pleasure <= 550)) {
_root.Six.Balls.gotoAndStop(6);
}
if ((_root.pleasure > 550) && (_root.pleasure <= 600)) {
_root.Six.Balls.gotoAndStop(7);
}
if ((_root.pleasure > 600) && (_root.pleasure <= 650)) {
_root.Six.Balls.gotoAndStop(8);
}
if ((_root.pleasure > 650) && (_root.pleasure <= 700)) {
_root.Six.Balls.gotoAndStop(9);
}
if ((_root.pleasure > 700) && (_root.pleasure <= 750)) {
_root.Six.Balls.gotoAndStop(10);
}
if ((_root.pleasure > 750) && (_root.pleasure <= 800)) {
_root.Six.Balls.gotoAndStop(11);
}
if ((_root.pleasure > 800) && (_root.pleasure <= 850)) {
_root.Six.Balls.gotoAndStop(12);
}
if ((_root.pleasure > 850) && (_root.pleasure <= 900)) {
_root.Six.Balls.gotoAndStop(13);
}
if ((_root.pleasure > 900) && (_root.pleasure <= 950)) {
_root.Six.Balls.gotoAndStop(14);
}
if ((_root.pleasure > 950) && (_root.pleasure <= 975)) {
_root.Six.Balls.gotoAndStop(15);
}
if ((_root.pleasure > 975) && (_root.pleasure <= 999)) {
_root.Six.Balls.gotoAndStop(16);
}
if ((_root.pleasure > 999) && (_root.pleasure2 <= 999)) {
_root.Six.Balls.gotoAndStop(17);
}
if ((_root.pleasure2 >= 1000) && (_root.Six.Balls._currentframe < 20)) {
_root.Six.Balls.gotoAndPlay(20);
if (_root.Six.Balls.Cock._currentframe < 2) {
_root.Six.Balls.Cock.gotoAndPlay(2);
}
}
}
}
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 2
play();
_root.Six.Cum.play();
Symbol 64 MovieClip Frame 42
stop();
Symbol 65 MovieClip Frame 1
function doSomething1() {
getURL ("http://www.furaffinity.net/user/shenhibiki", (window = blank));
}
function doSomething2() {
getURL ("http://www.furaffinity.net/user/six~~", (window = blank));
}
function doSomething3() {
getURL ("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5864973", (window = blank));
}
stop();
Stage.scaleMode = "noScale";
MENU = new ContextMenu();
MENU.builtInItems.play = false;
MENU.builtInItems.forward_back = false;
MENU.builtInItems.loop = false;
MENU.builtInItems.print = false;
MENU.builtInItems.rewind = false;
MENU.builtInItems.save = false;
MENU.builtInItems.zoom = false;
Functioned1 = new ContextMenuItem("Flash by Shen Hibiki", doSomething1);
Functioned2 = new ContextMenuItem("Comished by Six", doSomething2);
Functioned3 = new ContextMenuItem("-DONATE?-", doSomething3);
Functioned3.separatorBefore = true;
MENU.customItems.push(Functioned1);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
_root.menu = MENU;
Symbol 65 MovieClip Frame 17
stop();
Symbol 65 MovieClip Frame 35
if (_root.cummed == 0) {
gotoAndPlay (21);
}
if (_root.cummed == 1) {
stop();
}
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 51
_root.cummed = 1;
_root.Replay.gotoAndStop(2);
stop();
Symbol 93 MovieClip Frame 116
gotoAndPlay(random(50) + 1);
Symbol 93 MovieClip Frame 226
gotoAndPlay(random(50) + 121);
Symbol 93 MovieClip Frame 257
gotoAndPlay (230);
Symbol 110 Button
on (release) {
_root.Click.play();
if (_root.ClashCursor2._currentframe > 16) {
_root.ClashCursor2.gotoAndStop(1);
} else if (_root.ClashCursor2._currentframe < 17) {
_root.ClashCursor2.gotoAndStop(17);
}
}
Symbol 114 Button
on (release) {
_root.Click.play();
if (_root.ClashCursor2._currentframe > 16) {
_root.ClashCursor2.gotoAndStop(1);
} else if (_root.ClashCursor2._currentframe < 17) {
_root.ClashCursor2.gotoAndStop(17);
}
}
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 2
stop();
Symbol 118 Button
on (release) {
_root.gotoAndPlay(1);
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 16
gotoAndPlay (1);
Symbol 138 MovieClip Frame 17
stop();
Symbol 138 MovieClip Frame 32
gotoAndPlay (17);