Frame 1 (8 B)
stop();
Frame 2 (8 B)
stop();
Instance of Symbol 13 MovieClip "pinktank" in Frame 2 (470 B)
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - 20);
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_y = (_y - -20);
_rotation = 180;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - 20);
_rotation = -90;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x - -20);
_rotation = 90;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hornypenis)) {
_root.pinktank.Play();
}
}
Instance of Symbol 18 MovieClip "hornypenis" in Frame 2 (374 B)
onClipEvent (enterFrame) {
if (_root.pinktank._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.pinktank._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.pinktank._y > _y) {
_y = (_y + 5);
_rotation = 180;
}
}
onClipEvent (enterFrame) {
if (_root.pinktank._y < _y) {
_y = (_y - 5);
_rotation = 90;
}
}
Frame 3 (8 B)
stop();
Instance of Symbol 23 MovieClip "smile" in Frame 3 (461 B)
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_y = (_y - 15);
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_y = (_y - -15);
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - 15);
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x - -15);
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.antismile)) {
_root.smile.Play();
}
}
Instance of Symbol 25 MovieClip "antismile" in Frame 3 (359 B)
onClipEvent (enterFrame) {
if (_root.smile._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.smile._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.smile._y > _y) {
_y = (_y + 5);
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (_root.smile._y < _y) {
_y = (_y - 5);
_rotation = 0;
}
}
Symbol 2 Button (28 B)
on (press) {
nextFrame();
}
Symbol 5 Button (32 B)
on (press) {
gotoAndStop (3);
}
Symbol 13 MovieClip Frame 1 (8 B)
stop();
Symbol 13 MovieClip Frame 10 (8 B)
stop();
Symbol 13 MovieClip Frame 19 (8 B)
stop();
Symbol 13 MovieClip Frame 28 (8 B)
stop();
Symbol 13 MovieClip Frame 36 (8 B)
stop();
Symbol 15 Button (32 B)
on (press) {
gotoAndStop (1);
}
Symbol 19 Button (32 B)
on (press) {
gotoAndStop (1);
}
Symbol 23 MovieClip Frame 1 (8 B)
stop();
Symbol 23 MovieClip Frame 10 (8 B)
stop();
Symbol 23 MovieClip Frame 19 (8 B)
stop();
Symbol 23 MovieClip Frame 27 (8 B)
stop();
Symbol 23 MovieClip Frame 28 (8 B)
stop();