Combined Code
movieClip 16 {
}
movieClip 17 {
frame 1 {
stop();
}
}
movieClip 20 {
frame 1 {
stop();
}
}
instance Char of movieClip 20 {
onClipEvent (enterFrame) {
if (_root.Start._currentframe == 210) {
this._visible = true;
this.swapDepths(this._y);
if (_root.Char._currentframe == 1) {
if (Key.isDown(37)) {
this._xscale = -100;
this.Legs.gotoAndStop(2);
this._x -= 15;
}
if (Key.isDown(39)) {
this._xscale = 100;
this.Legs.gotoAndStop(2);
this._x += 15;
}
if (Key.isDown(38)) {
this.Legs.gotoAndStop(2);
this._y -= 15;
}
if (Key.isDown(40)) {
this.Legs.gotoAndStop(2);
this._y += 15;
}
if (!Key.isDown(37) && !Key.isDown(39) && !Key.isDown(38) && !Key.isDown(40)) {
this.Legs.gotoAndStop(1);
}
}
if (_root.Char._currentframe == 2) {
_root.Char._x = _root.Car._x;
}
} else {
this._visible = false;
}
}
}
movieClip 22 {
}
instance of movieClip 22 {
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
}
// unknown tag 88 length 229
movieClip 26 {
frame 1 {
stop();
}
}
movieClip 31 {
frame 1 {
stop();
}
}
movieClip 33 {
frame 1 {
stop();
}
}
instance Car of movieClip 33 {
onClipEvent (enterFrame) {
this.swapDepths(this._y);
if (this._currentframe == 2) {
if (Key.isDown(37)) {
this._x -= 25;
this.Light.gotoAndStop(2);
}
if (Key.isDown(39)) {
this._x += 25;
}
if (!Key.isDown(37)) {
this.Light.gotoAndStop(1);
}
}
}
}
movieClip 37 {
frame 1 {
stop();
}
}
movieClip 39 {
frame 1 {
stop();
}
frame 45 {
gotoAndPlay(2);
}
}
movieClip 43 {
}
movieClip 47 {
frame 14 {
stop();
}
}
movieClip 53 {
}
movieClip 56 {
frame 1 {
stop();
}
}
movieClip 58 {
frame 1 {
stop();
}
}
movieClip 59 {
frame 1 {
stop();
}
instance Work of movieClip 39 {
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
}
}
instance Arm of movieClip 56 {
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (Key.isDown(40)) {
this.gotoAndPlay(2);
_root.Work.ComB4._visible = false;
}
} else {
if (this.fixer._currentframe == 14) {
this.gotoAndStop(1);
}
}
}
}
}
instance Work of movieClip 59 {
onClipEvent (enterFrame) {
this.swapDepths(this._y);
if (this.Arm.handHit.hitTest(this.Work.Twink)) {
this.Work.Twink.gotoAndStop(2);
this.Money.gotoAndPlay(2);
_root.Money.nextFrame();
}
if (this.Work._currentframe > 41) {
this.Work.Twink.gotoAndStop(1);
}
}
}
movieClip 85 {
frame 210 {
stop();
}
}
instance Start of movieClip 85 {
onClipEvent (enterFrame) {
this.swapDepths(1000);
if (this._currentframe == 210) {
if (Key.isDown(37)) {
this._visible = false;
}
if (Key.isDown(39)) {
this._visible = false;
}
if (Key.isDown(38)) {
this._visible = false;
}
if (Key.isDown(40)) {
this._visible = false;
}
}
}
}
movieClip 87 {
frame 1 {
function camControl() {
rp.x = _x;
rp.y = _y;
var v5 = camH * (_yscale * 0.01);
var v6 = camW * (_xscale * 0.01);
var v3 = sH / v5;
var v4 = sW / v6;
_x2 = (v6 / 2) * v4;
_y2 = (v5 / 2) * v3;
_xscale2 = v4 * 100;
_yscale2 = v3 * 100;
_rotation2 = -_rotation;
_parent.filters = this.filters;
_parent.transform.colorTransform = this.transform.colorTransform;
}
function reset() {
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
_parent._rotation = 0;
_parent._visible = true;
}
function set_x2(value) {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
_parent._x += value - v2.x;
}
function get_x2() {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
return v2.x;
}
function set_y2(value) {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
_parent._y += value - v2.y;
}
function get_y2() {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
return v2.y;
}
function get_xscale2() {
return _parent._xscale;
}
function set_xscale2(value) {
setProperty2('_xscale', value);
}
function get_yscale2() {
return _parent._yscale;
}
function set_yscale2(value) {
setProperty2('_yscale', value);
}
function get_rotation2() {
return parent.rotation;
}
function set_rotation2(value) {
setProperty2('_rotation', value);
}
function setProperty2(prop, n) {
var v3 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v3);
_parent[prop] = n;
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
_parent._x -= v2.x - v3.x;
_parent._y -= v2.y - v3.y;
}
_visible = false;
addProperty('_x2', get_x2, set_x2);
addProperty('_y2', get_y2, set_y2);
addProperty('_xscale2', get_xscale2, set_xscale2);
addProperty('_yscale2', get_yscale2, set_yscale2);
addProperty('_rotation2', get_rotation2, set_rotation2);
var oldScaleMode = stage.scaleMode;
stage.scaleMode = 'exactFit';
var sW = Stage.width;
var sH = Stage.height;
stage.scaleMode = oldScaleMode;
var bounds_obj = this.getBounds(this);
var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin);
var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin);
var rp = {'x': this._x, 'y': this._y};
onEnterFrame = function () {
camControl();
};
this.onUnload = reset;
}
}
instance vcam of movieClip 87 {
onClipEvent (enterFrame) {
this._x = _root.Char._x;
}
}
movieClip 112 {
}
movieClip 113 {
frame 1 {
stop();
}
}
button 122 {
on (release) {
if (Paid != 1) {
if (_root.Money._currentframe == 21) {
_root.Money.gotoAndStop(1);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 22) {
_root.Money.gotoAndStop(2);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 23) {
_root.Money.gotoAndStop(3);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 24) {
_root.Money.gotoAndStop(4);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 25) {
_root.Money.gotoAndStop(5);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 26) {
_root.Money.gotoAndStop(6);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 27) {
_root.Money.gotoAndStop(7);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 28) {
_root.Money.gotoAndStop(8);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 29) {
_root.Money.gotoAndStop(9);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 30) {
_root.Money.gotoAndStop(10);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 31) {
_root.Money.gotoAndStop(11);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 32) {
_root.Money.gotoAndStop(12);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 33) {
_root.Money.gotoAndStop(13);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 34) {
_root.Money.gotoAndStop(14);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 35) {
_root.Money.gotoAndStop(15);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
if (_root.Money._currentframe == 36) {
_root.Money.gotoAndStop(16);
_root.CamGirl.Girl.gotoAndStop(2);
_root.CamGirl.PaidFor.gotoAndStop(2);
Paid = 1;
}
if (_root.Money._currentframe == 37) {
_root.Money.gotoAndStop(17);
_root.CamGirl.Girl.gotoAndStop(2);
_root.CamGirl.PaidFor.gotoAndStop(2);
Paid = 1;
}
if (_root.Money._currentframe == 38) {
_root.Money.gotoAndStop(18);
_root.CamGirl.Girl.gotoAndStop(2);
_root.CamGirl.PaidFor.gotoAndStop(2);
Paid = 1;
}
if (_root.Money._currentframe == 39) {
_root.Money.gotoAndStop(19);
_root.CamGirl.Girl.gotoAndStop(2);
_root.CamGirl.PaidFor.gotoAndStop(2);
Paid = 1;
}
if (_root.Money._currentframe == 40) {
_root.Money.gotoAndStop(20);
_root.CamGirl.Girl.gotoAndStop(2);
_root.CamGirl.PaidFor.gotoAndStop(2);
Paid = 1;
}
if (_root.Money._currentframe == 41) {
_root.Money.gotoAndStop(21);
_root.CamGirl.Girl.gotoAndStop(2);
Paid = 1;
_root.CamGirl.PaidFor.gotoAndStop(2);
}
}
if (Paid == 1) {
if (_root.CamGirl.Girl._currentframe == 2) {
_root.CamGirl.Girl.gotoAndStop(1);
} else {
if (_root.CamGirl.Girl._currentframe == 3) {
_root.CamGirl.Girl.gotoAndStop(2);
} else {
_root.CamGirl.Girl.gotoAndStop(2);
}
}
}
}
}
button 127 {
on (release) {
getURL('https://www.patreon.com/user?u=15356306', '_blank');
}
}
movieClip 128 {
frame 1 {
stop();
}
}
movieClip 130 {
}
instance CamGirl of movieClip 130 {
onClipEvent (enterFrame) {
this._x = _root.vcam._x + 120;
this.swapDepths(2000);
if (Bob != 5) {
this._visible = false;
Bob = 5;
}
}
}
movieClip 175 {
frame 1 {
stop();
}
}
instance Money of movieClip 175 {
onClipEvent (enterFrame) {
this._x = _root.Char._x - 400;
this.swapDepths(2100);
}
}
movieClip 177 {
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._x += 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._y -= 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._y -= 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._y += 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._y -= 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._y += 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._y += 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._x += 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._x -= 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.ComB._visible = true;
if (Key.isDown(32)) {
if (_root.TimeTime._currentframe == 1) {
if (_root.Char._currentframe == 1) {
_root.TimeTime.gotoAndPlay(2);
_root.Char.gotoAndStop(4);
_root.CamGirl._visible = true;
_root.ComB.gotoAndStop(2);
} else {
_root.TimeTime.gotoAndPlay(2);
_root.Char.gotoAndStop(1);
_root.CamGirl._visible = false;
}
}
}
} else {
_root.ComB._visible = false;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._x -= 15;
}
this._visible = false;
this._x = _root.Car._x - 50;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._x += 15;
}
this._visible = false;
this._x = _root.Car._x + 50;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._y += 15;
}
this._x = _root.Car._x;
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._y -= 15;
}
this._x = _root.Car._x;
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.hitTest(this)) {
_root.ComB1._visible = true;
if (Key.isDown(32)) {
if (_root.TimeTime._currentframe == 1) {
if (_root.Char._currentframe == 1) {
_root.TimeTime.gotoAndPlay(2);
_root.Char.gotoAndStop(2);
_root.Car.gotoAndStop(2);
_root.ComB1.gotoAndStop(2);
} else {
_root.TimeTime.gotoAndPlay(2);
_root.Char.gotoAndStop(1);
_root.Car.gotoAndStop(1);
}
}
}
} else {
_root.ComB1._visible = false;
}
this._x = _root.Car._x;
this._visible = false;
}
}
movieClip 179 {
frame 1 {
stop();
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Car.hitTest(this)) {
_root.Car._x += 25;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Car.hitTest(this)) {
_root.Car._x -= 25;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._x -= 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.hitTest(this)) {
_root.ComB2._visible = true;
if (Key.isDown(32)) {
if (_root.TimeTime._currentframe == 1) {
if (_root.Char._currentframe == 1) {
_root.TimeTime.gotoAndPlay(2);
_root.Char.gotoAndStop(3);
_root.Work.gotoAndStop(2);
_root.ComB2.gotoAndStop(2);
} else {
_root.TimeTime.gotoAndPlay(2);
_root.Char.gotoAndStop(1);
_root.Work.gotoAndStop(1);
}
}
}
} else {
_root.ComB2._visible = false;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._y -= 15;
}
this._visible = false;
}
}
instance of movieClip 177 {
onClipEvent (enterFrame) {
if (_root.Char.Legs.hitTest(this)) {
_root.Char._x -= 15;
}
this._visible = false;
}
}