Instance of Symbol 5 MovieClip "bg" in Frame 1
onClipEvent (enterFrame) {
this._x = ((_parent.laraFuck._x - _parent.laraFuck.startX) * 0.65) + _parent.laraFuck.startX;
this._y = ((_parent.laraFuck._y - _parent.laraFuck.startY) * 0.65) + _parent.laraFuck.startY;
}
Instance of Symbol 15 MovieClip "larafuck" in Frame 1
onClipEvent (load) {
this.startX = this._x;
this.startY = this._y;
}
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 19 MovieClip in Frame 1
on (rollOver) {
this._alpha = 100;
this.onEnterFrame = null;
}
on (rollOut) {
this._alpha = 0;
this.onEnterFrame = null;
}
on (press) {
this.onEnterFrame = null;
this.onEnterFrame = function () {
if ((this._xmouse < -50) && (this._xmouse > -165)) {
if (this.slider_mc._x != (Math.round(this._xmouse / 20) * 20)) {
this.slider_mc._x = Math.round(this._xmouse / 20) * 20;
_parent.larafuck._xscale = (_parent.larafuck._yscale = 100 + (slider_mc._x + 120));
_parent.bg._xscale = (_parent.bg._yscale = 100 + (slider_mc._x + 120));
}
}
if ((this._xmouse > -50) && (this._xmouse < 165)) {
if (this.slider_mc._x != (Math.round(this._xmouse / 30) * 30)) {
this.slider_mc._x = Math.round(this._xmouse / 30) * 30;
_parent.larafuck._xscale = (_parent.larafuck._yscale = 100 + (slider_mc._x + 120));
_parent.bg._xscale = (_parent.bg._yscale = 100 + (slider_mc._x + 120));
}
}
};
}
on (release) {
this.onEnterFrame = null;
}
Symbol 35 MovieClip Frame 1
stop();
Instance of Symbol 21 MovieClip in Symbol 36 MovieClip Frame 1
on (rollOver) {
if (this.onEnterFrame == null) {
this.onEnterFrame = function () {
if ((((_root._xmouse > _parent._x) && (_root._xmouse < (_parent._x + this._width))) && (_root._ymouse > _parent._y)) && (_root._ymouse < (_parent._y + this._height))) {
_parent._alpha = 100;
} else {
_parent._alpha = 0;
}
};
this.rollOver = null;
this.useHandCursor = false;
}
}
Instance of Symbol 35 MovieClip in Symbol 36 MovieClip Frame 1
onClipEvent (load) {
this.select = true;
this.gotoAndStop(1);
}
on (rollOver) {
if (select) {
gotoAndStop (3);
} else {
gotoAndStop (4);
}
}
on (rollOut) {
if (select) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
on (press) {
if (select) {
_parent._parent.larafuck.bloodmc._visible = false;
select = false;
gotoAndStop (4);
} else {
_parent._parent.larafuck.bloodmc._visible = true;
select = true;
gotoAndStop (3);
}
}
Instance of Symbol 35 MovieClip in Symbol 36 MovieClip Frame 1
onClipEvent (load) {
this.select = true;
this.gotoAndStop(1);
}
on (rollOver) {
if (select) {
gotoAndStop (3);
} else {
gotoAndStop (4);
}
}
on (rollOut) {
if (select) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
on (press) {
if (select) {
_parent._parent.larafuck.fleshmc._visible = false;
select = false;
gotoAndStop (4);
} else {
_parent._parent.larafuck.fleshmc._visible = true;
select = true;
gotoAndStop (3);
}
}
Instance of Symbol 35 MovieClip in Symbol 36 MovieClip Frame 1
onClipEvent (load) {
this.select = true;
this.gotoAndStop(1);
}
on (rollOver) {
if (select) {
gotoAndStop (3);
} else {
gotoAndStop (4);
}
}
on (rollOut) {
if (select) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
on (press) {
if (select) {
_parent._parent.larafuck.wetmc._visible = false;
select = false;
gotoAndStop (4);
} else {
_parent._parent.larafuck.wetmc._visible = true;
select = true;
gotoAndStop (3);
}
}