Instance of Symbol 31 MovieClip "b_low" in Frame 1
onClipEvent (load) {
_root.text_flg = "0";
}
onClipEvent (enterFrame) {
_root.b_low.onRollOver = function () {
_root.b_low.gotoAndStop(2);
};
_root.b_low.onRollOut = function () {
_root.b_low.gotoAndStop(1);
};
_root.b_low.onDragOut = function () {
_root.b_low.gotoAndStop(1);
};
_root.b_low.onPress = function () {
_root.b_low.gotoAndStop(3);
};
_root.b_low.onRelease = function () {
_root.b_low.gotoAndStop(1);
if (_root.text_flg == "1") {
_root.gotoAndPlay("act-0");
_root.body.gotoAndPlay("act-0");
_root.text_flg = "0";
} else if (_root.text_flg == "2") {
_root.gotoAndPlay("act-1");
_root.body.gotoAndPlay("act-1");
_root.text_flg = "1";
}
};
_root.b_fast.onRollOver = function () {
_root.b_fast.gotoAndStop(2);
};
_root.b_fast.onRollOut = function () {
_root.b_fast.gotoAndStop(1);
};
_root.b_fast.onDragOut = function () {
_root.b_fast.gotoAndStop(1);
};
_root.b_fast.onPress = function () {
_root.b_fast.gotoAndStop(3);
};
_root.b_fast.onRelease = function () {
_root.b_fast.gotoAndStop(1);
if (_root.text_flg == "0") {
_root.gotoAndPlay("act-1");
_root.body.gotoAndPlay("act-1");
_root.text_flg = "1";
} else if (_root.text_flg == "1") {
_root.gotoAndPlay("act-2");
_root.body.gotoAndPlay("act-2");
_root.text_flg = "2";
}
};
_root.b_no.onRollOver = function () {
_root.b_no.gotoAndStop(2);
};
_root.b_no.onRollOut = function () {
_root.b_no.gotoAndStop(1);
};
_root.b_no.onDragOut = function () {
_root.b_no.gotoAndStop(1);
};
_root.b_no.onPress = function () {
_root.b_no.gotoAndStop(3);
};
_root.b_no.onRelease = function () {
_root.b_no.gotoAndStop(1);
if (_root.al._currentframe == 10) {
_root.al.gotoAndPlay(11);
_root.penis.gotoAndPlay(11);
} else {
_root.al.gotoAndPlay(1);
_root.penis.gotoAndPlay(1);
}
};
_root.b_alpha.onRollOver = function () {
_root.b_alpha.gotoAndStop(2);
};
_root.b_alpha.onRollOut = function () {
_root.b_alpha.gotoAndStop(1);
};
_root.b_alpha.onDragOut = function () {
_root.b_alpha.gotoAndStop(1);
};
_root.b_alpha.onPress = function () {
_root.b_alpha.gotoAndStop(3);
};
_root.b_alpha.onRelease = function () {
_root.b_alpha.gotoAndStop(1);
if (_root.al._currentframe == 2) {
_root.al.gotoAndPlay(3);
_root.penis.gotoAndPlay(3);
} else {
_root.al.gotoAndPlay(9);
_root.penis.gotoAndPlay(9);
}
};
}
Frame 40
gotoAndPlay ("act-0");
Frame 54
gotoAndPlay ("act-1");
Frame 62
gotoAndPlay ("act-2");
Symbol 7 MovieClip Frame 40
gotoAndPlay (1);
Symbol 7 MovieClip Frame 54
gotoAndPlay ("act-1");
Symbol 7 MovieClip Frame 63
gotoAndPlay ("act-2");
Symbol 16 MovieClip Frame 2
stop();
Symbol 16 MovieClip Frame 10
stop();
Symbol 23 MovieClip Frame 2
stop();
Symbol 23 MovieClip Frame 10
stop();
Symbol 30 MovieClip Frame 10
stop();
Symbol 31 MovieClip Frame 1
stop();