Frame 1
stop();
fscommand ("fullscreen", "false");
fscommand ("showmenu", "false");
stopAllSounds();
Mouse.show();
_global.haveshotgun = 0;
_global.curgun = 1;
_global.havesilencer = 0;
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Instance of Symbol 83 MovieClip [FScrollBarSymbol] in Frame 7
//component parameters
onClipEvent (initialize) {
_targetInstanceName = "InstanceName_0";
horizontal = false;
}
Frame 8
stop();
Frame 9
stop();
Frame 15
Mouse.hide();
Instance of Symbol 775 MovieClip in Frame 15
onClipEvent (load) {
_global.curweapon = 1;
_global.allshit = 0;
}
onClipEvent (keyDown) {
if (Key.getCode() == 17) {
_root.gotoAndPlay(1);
}
if (Key.getCode() == 9) {
_root.gotoAndPlay(1);
}
if (Key.getCode() == 97) {
_global.curweapon = 1;
_root.weapon.gotoAndStop(1);
_root.high1._alpha = 45;
_root.high2._alpha = 0;
_root.car.arm1.wep1.gotoAndStop(1);
_root.car.arm1.wep2.gotoAndStop(1);
}
if ((Key.getCode() == 98) && (_global.haveshotgun == 1)) {
_global.curweapon = 2;
_root.weapon.gotoAndStop(2);
_root.high1._alpha = 0;
_root.high2._alpha = 45;
_root.car.arm1.wep1.gotoAndStop(2);
_root.car.arm1.wep2.gotoAndStop(2);
}
if (Key.isDown(32)) {
if (_global.curweapon == 1) {
_global.allshit = int(_root.handClip) + int(_root.handTotal);
if (_global.allshit <= 15) {
_root.handClip = _global.allshit;
_root.handTotal = 0;
_root.snds.gotoAndStop("cock");
}
if (_global.allshit > 15) {
_root.handClip = 15;
_root.handTotal = _global.allshit - 15;
_root.snds.gotoAndStop("cock");
}
} else if (_global.curweapon == 2) {
_global.allshit = int(_root.shotClip) + int(_root.shotTotal);
if (_global.allshit <= 1) {
_root.shotClip = _global.allshit;
_root.shotTotal = 0;
_root.snds.gotoAndStop("cock");
}
if (_global.allshit > 1) {
_root.shotClip = 1;
_root.shotTotal = _global.allshit - 1;
_root.snds.gotoAndStop("cock");
}
}
}
}
Instance of Symbol 804 MovieClip "car" in Frame 15
onClipEvent (enterFrame) {
render();
}
onClipEvent (load) {
function render() {
var x;
var y;
x = (y = 0);
if (Key.isDown(39) == true) {
x = hforce;
_root.car.gotoAndStop(1);
_root.car.leg1.nextFrame();
_root.car.leg2.nextFrame();
_root.car.arm1.nextFrame();
_root.car.arm2.nextFrame();
_root.car.head1.nextFrame();
_root.car.eye1.nextFrame();
_root.car.body1.nextFrame();
}
if (Key.isDown(37) == true) {
x = hforce * -1;
_root.car.gotoAndStop(2);
_root.car.leg1.nextFrame();
_root.car.leg2.nextFrame();
_root.car.arm1.nextFrame();
_root.car.arm2.nextFrame();
_root.car.head1.nextFrame();
_root.car.eye1.nextFrame();
_root.car.body1.nextFrame();
}
if (Key.isDown(40) == true) {
y = hforce * 1;
_root.car.leg1.nextFrame();
_root.car.leg2.nextFrame();
_root.car.arm1.nextFrame();
_root.car.arm2.nextFrame();
_root.car.head1.nextFrame();
_root.car.eye1.nextFrame();
_root.car.body1.nextFrame();
}
if (Key.isDown(38) == true) {
y = hforce * -1;
_root.car.leg1.nextFrame();
_root.car.leg2.nextFrame();
_root.car.arm1.nextFrame();
_root.car.arm2.nextFrame();
_root.car.head1.nextFrame();
_root.car.eye1.nextFrame();
_root.car.body1.nextFrame();
}
if (Math.abs(horizontal) < Math.abs(x)) {
horizontal = x;
} else {
horizontal = horizontal * friction;
if (Math.abs(horizontal) < 1) {
horizontal = 0;
}
}
if (Math.abs(vertical) < Math.abs(y)) {
vertical = y;
} else {
vertical = vertical * friction;
if (Math.abs(vertical) < 1) {
vertical = 0;
}
}
if (_root.streets1.top1.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets1.top1.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets1.top1.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets1.top1.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets2.top2.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets2.top2.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets2.top2.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets2.top2.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets3.top3.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets3.top3.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets3.top3.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets3.top3.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets4.top4.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets4.top4.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets4.top4.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets4.top4.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets5.top5.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets5.top5.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets5.top5.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets5.top5.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets6.top6.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets6.top6.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets6.top6.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets6.top6.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets7.top7.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets7.top7.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets7.top7.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets7.top7.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.top8.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.top8.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.top8.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.top8.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets1.bottom1.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets1.bottom1.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets1.bottom1.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets1.bottom1.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets2.bottom2.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets2.bottom2.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets2.bottom2.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets2.bottom2.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets3.bottom3.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets3.bottom3.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets3.bottom3.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets3.bottom3.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets4.bottom4.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets4.bottom4.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets4.bottom4.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets4.bottom4.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets5.bottom5.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets5.bottom5.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets5.bottom5.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets5.bottom5.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets6.bottom6.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets6.bottom6.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets6.bottom6.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets6.bottom6.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets7.bottom7.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets7.bottom7.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets7.bottom7.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets7.bottom7.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.bottom8.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.bottom8.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.bottom8.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.bottom8.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets1.left1.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets1.left1.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets1.left1.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets1.left1.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets3.left3.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets3.left3.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets3.left3.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets3.left3.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets5.left5.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets5.left5.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets5.left5.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets5.left5.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.left8.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.left8.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.left8.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.left8.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.left9.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.left9.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.left9.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.left9.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.left10.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.left10.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.left10.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.left10.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.left11.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.left11.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.left11.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.left11.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.left12.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.left12.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.left12.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.left12.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets2.right1.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets2.right1.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets2.right1.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets2.right1.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets4.right4.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets4.right4.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets4.right4.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets4.right4.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets7.right7.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets7.right7.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets7.right7.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets7.right7.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.right8.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.right8.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.right8.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.right8.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.right11.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.right11.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.right11.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.right11.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.right12.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.right12.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.right12.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.right12.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets1.asblik.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets1.asblik.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets1.asblik.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets1.asblik.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streets7.asblik2.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streets7.asblik2.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streets7.asblik2.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streets7.asblik2.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
if (_root.streetsrest.asblikbank.hitTest(getBounds(_root).xMax, _y, true)) {
_x = (_x - hforce);
}
if (_root.streetsrest.asblikbank.hitTest(getBounds(_root).xMin, _y, true)) {
_x = (_x + hforce);
}
if (_root.streetsrest.asblikbank.hitTest(_x, getBounds(_root).yMax, true)) {
_y = (_y - hforce);
}
if (_root.streetsrest.asblikbank.hitTest(_x, getBounds(_root).yMin, true)) {
_y = (_y + hforce);
}
_y = (_y + vertical);
_x = (_x + horizontal);
}
hforce = 10;
horizontal = 0;
vertical = 0;
friction = 0.5;
}
onClipEvent (keyUp) {
_root.car.leg1.gotoAndStop(1);
_root.car.leg2.gotoAndStop(2);
}
Instance of Symbol 997 MovieClip "cr" in Frame 15
onClipEvent (enterFrame) {
_x = (_x + ((_parent._xmouse - _x) * (_root.health / 100)));
_y = (_y + ((_parent._ymouse - _y) * (_root.health / 100)));
}
Instance of Symbol 804 MovieClip "car" in Frame 61
onClipEvent (enterFrame) {
render();
}
onClipEvent (load) {
function render() {
var x;
var y;
x = (y = 0);
if (Key.isDown(39) == true) {
x = hforce;
_root.car.gotoAndStop(1);
_root.car.leg1.nextFrame();
_root.car.leg2.nextFrame();
_root.car.arm1.nextFrame();
_root.car.arm2.nextFrame();
_root.car.head1.nextFrame();
_root.car.eye1.nextFrame();
_root.car.body1.nextFrame();
}
if (Key.isDown(37) == true) {
x = hforce * -1;
_root.car.gotoAndStop(2);
_root.car.leg1.nextFrame();
_root.car.leg2.nextFrame();
_root.car.arm1.nextFrame();
_root.car.arm2.nextFrame();
_root.car.head1.nextFrame();
_root.car.eye1.nextFrame();
_root.car.body1.nextFrame();
}
if (Key.isDown(40) == true) {
y = hforce * 1;
_root.car.leg1.nextFrame();
_root.car.leg2.nextFrame();
_root.car.arm1.nextFrame();
_root.car.arm2.nextFrame();
_root.car.head1.nextFrame();
_root.car.eye1.nextFrame();
_root.car.body1.nextFrame();
}
if (Key.isDown(38) == true) {
y = hforce * -1;
_root.car.leg1.nextFrame();
_root.car.leg2.nextFrame();
_root.car.arm1.nextFrame();
_root.car.arm2.nextFrame();
_root.car.head1.nextFrame();
_root.car.eye1.nextFrame();
_root.car.body1.nextFrame();
}
if (Math.abs(horizontal) < Math.abs(x)) {
horizontal = x;
} else {
horizontal = horizontal * friction;
if (Math.abs(horizontal) < 1) {
horizontal = 0;
}
}
if (Math.abs(vertical) < Math.abs(y)) {
vertical = y;
} else {
vertical = vertical * friction;
if (Math.abs(vertical) < 1) {
vertical = 0;
}
}
_y = (_y + vertical);
_x = (_x + horizontal);
}
hforce = 10;
horizontal = 0;
vertical = 0;
friction = 0.6;
}
onClipEvent (keyUp) {
_root.car.leg1.gotoAndStop(1);
_root.car.leg2.gotoAndStop(2);
}
Frame 65
Mouse.show();
Symbol 13 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 23 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 32 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "foregroundDisabled");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 33 MovieClip [UpArrow] Frame 1
stop();
Symbol 33 MovieClip [UpArrow] Frame 2
stop();
Symbol 33 MovieClip [UpArrow] Frame 3
stop();
Symbol 40 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 47 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 52 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(highlight3D_mc, "highlight3D");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
Symbol 53 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 61 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 69 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 77 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "foregroundDisabled");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 78 MovieClip [DownArrow] Frame 1
stop();
Symbol 78 MovieClip [DownArrow] Frame 2
stop();
Symbol 78 MovieClip [DownArrow] Frame 3
stop();
Symbol 79 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1
function FUIComponentClass() {
this.init();
}
FUIComponentClass.prototype = new MovieClip();
FUIComponentClass.prototype.init = function () {
this.enable = true;
this.focused = false;
this.useHandCursor = false;
this._accImpl = new Object();
this._accImpl.stub = true;
this.styleTable = new Array();
if (_global.globalStyleFormat == undefined) {
_global.globalStyleFormat = new FStyleFormat();
globalStyleFormat.isGlobal = true;
_global._focusControl = new Object();
_global._focusControl.onSetFocus = function (oldFocus, newFocus) {
oldFocus.myOnKillFocus();
newFocus.myOnSetFocus();
};
Selection.addListener(_global._focusControl);
}
if (this._name != undefined) {
this._focusrect = false;
this.tabEnabled = true;
this.focusEnabled = true;
this.tabChildren = false;
this.tabFocused = true;
if (this.hostStyle == undefined) {
globalStyleFormat.addListener(this);
} else {
this.styleTable = this.hostStyle;
}
this.deadPreview._visible = false;
this.deadPreview._width = (this.deadPreview._height = 1);
this.methodTable = new Object();
this.keyListener = new Object();
this.keyListener.controller = this;
this.keyListener.onKeyDown = function () {
this.controller.myOnKeyDown();
};
this.keyListener.onKeyUp = function () {
this.controller.myOnKeyUp();
};
for (var i in this.styleFormat_prm) {
this.setStyleProperty(i, this.styleFormat_prm[i]);
}
}
};
FUIComponentClass.prototype.setEnabled = function (enabledFlag) {
this.enable = ((arguments.length > 0) ? (enabledFlag) : true);
this.tabEnabled = (this.focusEnabled = enabledFlag);
if ((!this.enable) && (this.focused)) {
Selection.setFocus(undefined);
}
};
FUIComponentClass.prototype.getEnabled = function () {
return(this.enable);
};
FUIComponentClass.prototype.setSize = function (w, h) {
this.width = w;
this.height = h;
this.focusRect.removeMovieClip();
};
FUIComponentClass.prototype.setChangeHandler = function (chng, obj) {
this.handlerObj = ((obj == undefined) ? (this._parent) : (obj));
this.changeHandler = chng;
};
FUIComponentClass.prototype.invalidate = function (methodName) {
this.methodTable[methodName] = true;
this.onEnterFrame = this.cleanUI;
};
FUIComponentClass.prototype.cleanUI = function () {
if (this.methodTable.setSize) {
this.setSize(this.width, this.height);
} else {
this.cleanUINotSize();
}
this.methodTable = new Object();
delete this.onEnterFrame;
};
FUIComponentClass.prototype.cleanUINotSize = function () {
for (var funct in this.methodTable) {
this[funct]();
}
};
FUIComponentClass.prototype.drawRect = function (x, y, w, h) {
var inner = this.styleTable.focusRectInner.value;
var outer = this.styleTable.focusRectOuter.value;
if (inner == undefined) {
inner = 16777215 /* 0xFFFFFF */;
}
if (outer == undefined) {
outer = 0;
}
this.createEmptyMovieClip("focusRect", 1000);
this.focusRect.controller = this;
this.focusRect.lineStyle(1, outer);
this.focusRect.moveTo(x, y);
this.focusRect.lineTo(x + w, y);
this.focusRect.lineTo(x + w, y + h);
this.focusRect.lineTo(x, y + h);
this.focusRect.lineTo(x, y);
this.focusRect.lineStyle(1, inner);
this.focusRect.moveTo(x + 1, y + 1);
this.focusRect.lineTo((x + w) - 1, y + 1);
this.focusRect.lineTo((x + w) - 1, (y + h) - 1);
this.focusRect.lineTo(x + 1, (y + h) - 1);
this.focusRect.lineTo(x + 1, y + 1);
};
FUIComponentClass.prototype.pressFocus = function () {
this.tabFocused = false;
this.focusRect.removeMovieClip();
Selection.setFocus(this);
};
FUIComponentClass.prototype.drawFocusRect = function () {
this.drawRect(-2, -2, this.width + 4, this.height + 4);
};
FUIComponentClass.prototype.myOnSetFocus = function () {
this.focused = true;
Key.addListener(this.keyListener);
if (this.tabFocused) {
this.drawFocusRect();
}
};
FUIComponentClass.prototype.myOnKillFocus = function () {
this.tabFocused = true;
this.focused = false;
this.focusRect.removeMovieClip();
Key.removeListener(this.keyListener);
};
FUIComponentClass.prototype.executeCallBack = function () {
this.handlerObj[this.changeHandler](this);
};
FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) {
this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal);
};
FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) {
if (value == "") {
return(undefined);
}
var tmpValue = parseInt(value);
if (!isNaN(tmpValue)) {
value = tmpValue;
}
var global = ((arguments.length > 2) ? (isGlobal) : false);
if (this.styleTable[propName] == undefined) {
this.styleTable[propName] = new Object();
this.styleTable[propName].useGlobal = true;
}
if (this.styleTable[propName].useGlobal || (!global)) {
this.styleTable[propName].value = value;
if (this.setCustomStyleProperty(propName, value)) {
} else if (propName == "embedFonts") {
this.invalidate("setSize");
} else if (propName.subString(0, 4) == "text") {
if (this.textStyle == undefined) {
this.textStyle = new TextFormat();
}
var textProp = propName.subString(4, propName.length);
this.textStyle[textProp] = value;
this.invalidate("setSize");
} else {
for (var j in this.styleTable[propName].coloredMCs) {
var myColor = new Color(this.styleTable[propName].coloredMCs[j]);
if (this.styleTable[propName].value == undefined) {
var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
myColor.setTransform(myTObj);
} else {
myColor.setRGB(value);
}
}
}
this.styleTable[propName].useGlobal = global;
}
};
FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) {
if (this.styleTable[propName] == undefined) {
this.styleTable[propName] = new Object();
this.styleTable[propName].useGlobal = true;
}
if (this.styleTable[propName].coloredMCs == undefined) {
this.styleTable[propName].coloredMCs = new Object();
}
this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef;
if (this.styleTable[propName].value != undefined) {
var myColor = new Color(skinMCRef);
myColor.setRGB(this.styleTable[propName].value);
}
};
_global.FStyleFormat = function () {
this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true};
this.listeners = new Object();
this.isGlobal = false;
if (arguments.length > 0) {
for (var i in arguments[0]) {
this[i] = arguments[0][i];
}
}
};
_global.FStyleFormat.prototype = new Object();
FStyleFormat.prototype.addListener = function () {
var arg = 0;
while (arg < arguments.length) {
var mcRef = arguments[arg];
this.listeners[arguments[arg]] = mcRef;
for (var i in this) {
if (this.isAStyle(i)) {
mcRef.updateStyleProperty(this, i.toString());
}
}
arg++;
}
};
FStyleFormat.prototype.removeListener = function (component) {
this.listeners[component] = undefined;
for (var prop in this) {
if (this.isAStyle(prop)) {
if (component.styleTable[prop].useGlobal == this.isGlobal) {
component.styleTable[prop].useGlobal = true;
var value = (this.isGlobal ? undefined : (globalStyleFormat[prop]));
component.setStyleProperty(prop, value, true);
}
}
}
};
FStyleFormat.prototype.applyChanges = function () {
var count = 0;
for (var i in this.listeners) {
var component = this.listeners[i];
if (arguments.length > 0) {
var j = 0;
while (j < arguments.length) {
if (this.isAStyle(arguments[j])) {
component.updateStyleProperty(this, arguments[j]);
}
j++;
}
} else {
for (var j in this) {
if (this.isAStyle(j)) {
component.updateStyleProperty(this, j.toString());
}
}
}
}
};
FStyleFormat.prototype.isAStyle = function (name) {
return((this.nonStyles[name] ? false : true));
};
#endinitclip
Symbol 82 MovieClip Frame 1
var component = _parent;
component.registerSkinElement(track_mc, "scrollTrack");
Symbol 83 MovieClip [FScrollBarSymbol] Frame 1
#initclip 2
FScrollBarClass = function () {
if (this._height == 4) {
return(undefined);
}
this.init();
this.minPos = (this.maxPos = (this.pageSize = (this.largeScroll = 0)));
this.smallScroll = 1;
this.width = (this.horizontal ? (this._width) : (this._height));
this._xscale = (this._yscale = 100);
this.setScrollPosition(0);
this.tabEnabled = false;
if (this._targetInstanceName.length > 0) {
this.setScrollTarget(this._parent[this._targetInstanceName]);
}
this.tabChildren = false;
this.setSize(this.width);
};
FScrollBarClass.prototype = new FUIComponentClass();
FScrollBarClass.prototype.setHorizontal = function (flag) {
if (this.horizontal && (!flag)) {
this._xscale = 100;
this._rotation = 0;
} else if (flag && (!this.horizontal)) {
this._xscale = -100;
this._rotation = -90;
}
this.horizontal = flag;
};
FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) {
if (!this.enable) {
return(undefined);
}
this.pageSize = pSize;
this.minPos = Math.max(mnPos, 0);
this.maxPos = Math.max(mxPos, 0);
this.scrollPosition = Math.max(this.minPos, this.scrollPosition);
this.scrollPosition = Math.min(this.maxPos, this.scrollPosition);
if ((this.maxPos - this.minPos) <= 0) {
this.scrollThumb_mc.removeMovieClip();
this.upArrow_mc.gotoAndStop(3);
this.downArrow_mc.gotoAndStop(3);
this.downArrow_mc.onPress = (this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = null));
this.upArrow_mc.onPress = (this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = null));
this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onRelease = null);
this.scrollTrack_mc.onDragOut = (this.scrollTrack_mc.onRollOut = null);
this.scrollTrack_mc.useHandCursor = false;
} else {
var tmp = this.getScrollPosition();
this.upArrow_mc.gotoAndStop(1);
this.downArrow_mc.gotoAndStop(1);
this.upArrow_mc.onPress = (this.upArrow_mc.onDragOver = this.startUpScroller);
this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = this.stopScrolling);
this.downArrow_mc.onPress = (this.downArrow_mc.onDragOver = this.startDownScroller);
this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = this.stopScrolling);
this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onDragOver = this.startTrackScroller);
this.scrollTrack_mc.onRelease = this.stopScrolling;
this.scrollTrack_mc.onDragOut = this.stopScrolling;
this.scrollTrack_mc.onRollOut = this.stopScrolling;
this.scrollTrack_mc.useHandCursor = false;
this.attachMovie("ScrollThumb", "scrollThumb_mc", 3);
this.scrollThumb_mc._x = 0;
this.scrollThumb_mc._y = this.upArrow_mc._height;
this.scrollThumb_mc.onPress = this.startDragThumb;
this.scrollThumb_mc.controller = this;
this.scrollThumb_mc.onRelease = (this.scrollThumb_mc.onReleaseOutside = this.stopDragThumb);
this.scrollThumb_mc.useHandCursor = false;
this.thumbHeight = (this.pageSize / ((this.maxPos - this.minPos) + this.pageSize)) * this.trackSize;
this.thumbMid_mc = this.scrollThumb_mc.mc_sliderMid;
this.thumbTop_mc = this.scrollThumb_mc.mc_sliderTop;
this.thumbBot_mc = this.scrollThumb_mc.mc_sliderBot;
this.thumbHeight = Math.max(this.thumbHeight, 6);
this.midHeight = (this.thumbHeight - this.thumbTop_mc._height) - this.thumbBot_mc._height;
this.thumbMid_mc._yScale = (this.midHeight * 100) / this.thumbMid_mc._height;
this.thumbMid_mc._y = this.thumbTop_mc._height;
this.thumbBot_mc._y = this.thumbTop_mc._height + this.midHeight;
this.scrollTop = this.scrollThumb_mc._y;
this.trackHeight = this.trackSize - this.thumbHeight;
this.scrollBot = this.trackHeight + this.scrollTop;
tmp = Math.min(tmp, this.maxPos);
this.setScrollPosition(Math.max(tmp, this.minPos));
}
};
FScrollBarClass.prototype.getScrollPosition = function () {
return(this.scrollPosition);
};
FScrollBarClass.prototype.setScrollPosition = function (pos) {
this.scrollPosition = pos;
if (this.scrollThumb_mc != undefined) {
pos = Math.min(pos, this.maxPos);
pos = Math.max(pos, this.minPos);
}
this.scrollThumb_mc._y = (((pos - this.minPos) * this.trackHeight) / (this.maxPos - this.minPos)) + this.scrollTop;
this.executeCallBack();
};
FScrollBarClass.prototype.setLargeScroll = function (lScroll) {
this.largeScroll = lScroll;
};
FScrollBarClass.prototype.setSmallScroll = function (sScroll) {
this.smallScroll = sScroll;
};
FScrollBarClass.prototype.setEnabled = function (enabledFlag) {
var wasEnabled = this.enable;
if (enabledFlag && (!wasEnabled)) {
this.enable = enabledFlag;
if (this.textField != undefined) {
this.setScrollTarget(this.textField);
} else {
this.setScrollProperties(this.pageSize, this.cachedMinPos, this.cachedMaxPos);
this.setScrollPosition(this.cachedPos);
}
this.clickFilter = undefined;
} else if ((!enabledFlag) && (wasEnabled)) {
this.textField.removeListener(this);
this.cachedPos = this.getScrollPosition();
this.cachedMinPos = this.minPos;
this.cachedMaxPos = this.maxPos;
if (this.clickFilter == undefined) {
this.setScrollProperties(this.pageSize, 0, 0);
} else {
this.clickFilter = true;
}
this.enable = enabledFlag;
}
};
FScrollBarClass.prototype.setSize = function (hgt) {
if (this._height == 1) {
return(undefined);
}
this.width = hgt;
this.scrollTrack_mc._yscale = 100;
this.scrollTrack_mc._yscale = (100 * this.width) / this.scrollTrack_mc._height;
if (this.upArrow_mc == undefined) {
this.attachMovie("UpArrow", "upArrow_mc", 1);
this.attachMovie("DownArrow", "downArrow_mc", 2);
this.downArrow_mc.controller = (this.upArrow_mc.controller = this);
this.upArrow_mc.useHandCursor = (this.downArrow_mc.useHandCursor = false);
this.upArrow_mc._x = (this.upArrow_mc._y = 0);
this.downArrow_mc._x = 0;
}
this.scrollTrack_mc.controller = this;
this.downArrow_mc._y = this.width - this.downArrow_mc._height;
this.trackSize = this.width - (2 * this.downArrow_mc._height);
if (this.textField != undefined) {
this.onTextChanged();
} else {
this.setScrollProperties(this.pageSize, this.minPos, this.maxPos);
}
};
FScrollBarClass.prototype.scrollIt = function (inc, mode) {
var delt = this.smallScroll;
if (inc != "one") {
delt = ((this.largeScroll == 0) ? (this.pageSize) : (this.largeScroll));
}
var newPos = (this.getScrollPosition() + (mode * delt));
if (newPos > this.maxPos) {
newPos = this.maxPos;
} else if (newPos < this.minPos) {
newPos = this.minPos;
}
this.setScrollPosition(newPos);
};
FScrollBarClass.prototype.startDragThumb = function () {
this.lastY = this._ymouse;
this.onMouseMove = this.controller.dragThumb;
};
FScrollBarClass.prototype.dragThumb = function () {
this.scrollMove = this._ymouse - this.lastY;
this.scrollMove = this.scrollMove + this._y;
if (this.scrollMove < this.controller.scrollTop) {
this.scrollMove = this.controller.scrollTop;
} else if (this.scrollMove > this.controller.scrollBot) {
this.scrollMove = this.controller.scrollBot;
}
this._y = this.scrollMove;
var c = this.controller;
c.scrollPosition = Math.round(((c.maxPos - c.minPos) * (this._y - c.scrollTop)) / c.trackHeight) + c.minPos;
this.controller.isScrolling = true;
updateAfterEvent();
this.controller.executeCallBack();
};
FScrollBarClass.prototype.stopDragThumb = function () {
this.controller.isScrolling = false;
this.onMouseMove = null;
};
FScrollBarClass.prototype.startTrackScroller = function () {
this.controller.trackScroller();
this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "page", -1);
};
FScrollBarClass.prototype.scrollInterval = function (inc, mode) {
clearInterval(this.scrolling);
if (inc == "page") {
this.trackScroller();
} else {
this.scrollIt(inc, mode);
}
this.scrolling = setInterval(this, "scrollInterval", 35, inc, mode);
};
FScrollBarClass.prototype.trackScroller = function () {
if ((this.scrollThumb_mc._y + this.thumbHeight) < this._ymouse) {
this.scrollIt("page", 1);
} else if (this.scrollThumb_mc._y > this._ymouse) {
this.scrollIt("page", -1);
}
};
FScrollBarClass.prototype.stopScrolling = function () {
this.controller.downArrow_mc.gotoAndStop(1);
this.controller.upArrow_mc.gotoAndStop(1);
clearInterval(this.controller.scrolling);
};
FScrollBarClass.prototype.startUpScroller = function () {
this.controller.upArrow_mc.gotoAndStop(2);
this.controller.scrollIt("one", -1);
this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", -1);
};
FScrollBarClass.prototype.startDownScroller = function () {
this.controller.downArrow_mc.gotoAndStop(2);
this.controller.scrollIt("one", 1);
this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", 1);
};
FScrollBarClass.prototype.setScrollTarget = function (tF) {
if (tF == undefined) {
this.textField.removeListener(this);
delete this.textField[(this.horizontal ? "hScroller" : "vScroller")];
if ((this.textField.hScroller != undefined) && (this.textField.vScroller != undefined)) {
this.textField.unwatch("text");
this.textField.unwatch("htmltext");
}
}
this.textField = undefined;
if (!(tF instanceof TextField)) {
return(undefined);
}
this.textField = tF;
this.textField[(this.horizontal ? "hScroller" : "vScroller")] = this;
this.onTextChanged();
this.onChanged = function () {
this.onTextChanged();
};
this.onScroller = function () {
if (!this.isScrolling) {
if (!this.horizontal) {
this.setScrollPosition(this.textField.scroll);
} else {
this.setScrollPosition(this.textField.hscroll);
}
}
};
this.textField.addListener(this);
this.textField.watch("text", this.callback);
this.textField.watch("htmlText", this.callback);
};
FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) {
clearInterval(this.hScroller.synchScroll);
clearInterval(this.vScroller.synchScroll);
this.hScroller.synchScroll = setInterval(this.hScroller, "onTextChanged", 50);
this.vScroller.synchScroll = setInterval(this.vScroller, "onTextChanged", 50);
return(newVal);
};
FScrollBarClass.prototype.onTextChanged = function () {
if ((!this.enable) || (this.textField == undefined)) {
return(undefined);
}
clearInterval(this.synchScroll);
if (this.horizontal) {
var pos = this.textField.hscroll;
this.setScrollProperties(this.textField._width, 0, this.textField.maxhscroll);
this.setScrollPosition(Math.min(pos, this.textField.maxhscroll));
} else {
var pos = this.textField.scroll;
var pageSize = (this.textField.bottomScroll - this.textField.scroll);
this.setScrollProperties(pageSize, 1, this.textField.maxscroll);
this.setScrollPosition(Math.min(pos, this.textField.maxscroll));
}
};
FScrollBarClass.prototype.executeCallBack = function () {
if (this.textField == undefined) {
super.executeCallBack();
} else if (this.horizontal) {
this.textField.hscroll = this.getScrollPosition();
} else {
this.textField.scroll = this.getScrollPosition();
}
};
Object.registerClass("FScrollBarSymbol", FScrollBarClass);
#endinitclip
Symbol 98 MovieClip Frame 1
var total = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.bla._xscale = total;
Symbol 98 MovieClip Frame 2
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
_root.gotoAndPlay("intro");
} else {
_root.gotoAndPlay(1);
}
Symbol 118 Button
on (press) {
nextFrame();
}
Symbol 124 MovieClip Frame 80
_root.gotoAndStop(7);
Symbol 366 Button
on (press) {
stopAllSounds();
nextFrame();
}
Symbol 374 Button
on (press) {
_root.keepda.gotoAndStop(2);
stopAllSounds();
}
Symbol 379 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 2
stop();
_root.gotoAndStop("_start");
Symbol 409 MovieClip Frame 61
stop();
Symbol 416 MovieClip Frame 42
stop();
Symbol 418 Button
on (press) {
if (_global.curweapon == 1) {
if (_root.handClip >= 1) {
_root.snds.gotoAndPlay("shoot");
_root.handClip = _root.handClip - 1;
} else {
_root.snds.gotoAndPlay("empty");
}
} else if (_global.curweapon == 2) {
if (_root.shotClip >= 1) {
_root.snds.gotoAndPlay("shoot2");
_root.shotClip = _root.shotClip - 1;
} else {
_root.snds.gotoAndPlay("empty");
}
}
}
Instance of Symbol 404 MovieClip in Symbol 419 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 100;
_root.streets1._x = _root.streets1._x - 750;
_root.car._x = 30;
}
}
Instance of Symbol 404 MovieClip in Symbol 419 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.streets1._x = _root.streets1._x + 750;
_root.car._x = 650;
}
}
Instance of Symbol 404 MovieClip in Symbol 419 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.streets1._x = -2000;
_root.streets2._x = 370;
_root.streets2._y = 250;
_root.car._x = 30;
}
}
Instance of Symbol 404 MovieClip in Symbol 419 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.directions.dirdown._alpha = 100;
_root.directions.dirup._alpha = 100;
_root.streets1._x = -2000;
_root.streets3._x = 370;
_root.streets3._y = 250;
_root.car._x = 650;
_root.car._y = 250;
}
}
Instance of Symbol 404 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 100;
_root.streets2._x = -2000;
_root.streets1._x = -130;
_root.streets1._y = 232.8;
_root.car._x = 530;
}
}
Instance of Symbol 404 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 100;
_root.streets3._x = -2000;
_root.streets1._x = -130;
_root.streets1._y = 232.8;
_root.car._x = 450;
_root.car._y = 320;
}
}
Instance of Symbol 404 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.streets3._x = -2000;
_root.streets4._x = 370;
_root.streets4._y = 250;
_root.car._x = 50;
}
}
Instance of Symbol 404 MovieClip in Symbol 433 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.directions.dirup._alpha = 100;
_root.streets3._x = -2000;
_root.streets5._x = 370;
_root.streets5._y = 250;
_root.car._x = 650;
_root.car._y = 250;
}
}
Instance of Symbol 404 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.directions.dirdown._alpha = 100;
_root.directions.dirup._alpha = 100;
_root.streets4._x = -2000;
_root.streets3._x = 370;
_root.streets3._y = 250;
_root.car._x = 650;
_root.car._y = 250;
}
}
Instance of Symbol 439 MovieClip in Symbol 440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
myColor = new Color(this);
myColorTransform = new Object();
myColorTransform = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"0", aa:"100", ab:"-100"};
myColor.setTransform(myColorTransform);
} else {
myColor = new Color(this);
myColorTransform = new Object();
myColorTransform = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
myColor.setTransform(myColorTransform);
}
if ((this.hitTest(_root.car) == true) && (Key.isDown(13))) {
_global.sent = 1;
_root.shops._x = 350;
_root.shops._y = 275;
}
}
Instance of Symbol 404 MovieClip in Symbol 447 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.directions.dirdown._alpha = 100;
_root.directions.dirup._alpha = 100;
_root.streets5._x = -2000;
_root.streets3._x = 370;
_root.streets3._y = 250;
_root.car._x = 650;
_root.car._y = 350;
}
}
Instance of Symbol 404 MovieClip in Symbol 447 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.streets5._x = -2000;
_root.streets6._x = 370;
_root.streets6._y = 250;
_root.car._x = 50;
}
}
Instance of Symbol 404 MovieClip in Symbol 453 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.streets6._x = -2000;
_root.streets7._x = 370;
_root.streets7._y = 250;
_root.car._x = 50;
}
}
Instance of Symbol 404 MovieClip in Symbol 453 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirup._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.streets6._x = -2000;
_root.streets5._x = 370;
_root.streets5._y = 250;
_root.car._x = 680;
}
}
Symbol 463 MovieClip Frame 1
stop();
Symbol 463 MovieClip Frame 2
stop();
Instance of Symbol 404 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.streets7._x = -2000;
_root.streets6._x = 370;
_root.streets6._y = 250;
_root.car._x = 650;
}
}
Instance of Symbol 456 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.directions.dirleft._alpha = 20;
_root.streets7._x = -2000;
_root.streetsrest._x = 370;
_root.streetsrest._y = 250;
_root.car._x = 50;
}
}
Instance of Symbol 463 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
if ((this.hitTest(_root.car) == true) && (Key.isDown(13) && (_root.money >= 5))) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 5;
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.directions.dirleft._alpha = 20;
_root.streets7._x = -2000;
_root.car._x = 100;
_root.car._y = 250;
_root.streetsrest._x = 370;
_root.streetsrest._y = 250;
}
}
Symbol 467 MovieClip Frame 1
stop();
Symbol 482 MovieClip Frame 1
chek = random(4);
trace(chek);
if (chek == 2) {
_root.streetsrest.car1.gotoAndPlay(2);
}
Symbol 482 MovieClip Frame 60
gotoAndPlay (1);
Symbol 488 MovieClip Frame 1
stop();
Instance of Symbol 487 MovieClip in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car.manshadow) == true) {
curhealth = int(_root.health);
curhealth = curhealth - 1;
_root.health = curhealth;
if (curhealth <= 0) {
_root.gotoAndStop("die");
}
}
}
Instance of Symbol 487 MovieClip in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car.manshadow) == true) {
curhealth = int(_root.health);
curhealth = curhealth - 1;
if (curhealth <= 0) {
_root.gotoAndStop("die");
}
_root.health = curhealth;
}
}
Symbol 535 MovieClip Frame 59
stop();
Symbol 547 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 2
stop();
Symbol 577 MovieClip Frame 1
stop();
Instance of Symbol 467 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (mouseDown) {
this.gotoAndPlay(2);
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(2);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 100;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.car._y = 250;
_root.streetsrest.gotoAndStop(4);
}
}
Instance of Symbol 463 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
if ((this.hitTest(_root.car) == true) && (Key.isDown(13) && (_root.money >= 5))) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 5;
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirright._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.streetsrest._x = -2000;
_root.streets7._x = 370;
_root.streets7._y = 250;
_root.car._x = 650;
}
}
Symbol 577 MovieClip Frame 2
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 20;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(3);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(1);
}
}
Instance of Symbol 484 MovieClip in Symbol 577 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
myColor = new Color(this);
myColorTransform = new Object();
myColorTransform = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"0", aa:"100", ab:"-100"};
myColor.setTransform(myColorTransform);
} else {
myColor = new Color(this);
myColorTransform = new Object();
myColorTransform = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
myColor.setTransform(myColorTransform);
}
if ((this.hitTest(_root.car) == true) && (Key.isDown(13))) {
_global.sent = 4;
_root.shops._x = 350;
_root.shops._y = 275;
}
}
Symbol 577 MovieClip Frame 3
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(2);
}
}
Symbol 577 MovieClip Frame 4
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(5);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 100;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.car._y = 250;
_root.streetsrest.gotoAndStop(7);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.car._x = 450;
_root.car._y = 320;
_root.streetsrest.gotoAndStop(1);
}
}
Symbol 577 MovieClip Frame 5
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 20;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(6);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 100;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.car._y = 250;
_root.streetsrest.gotoAndStop(8);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 100;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(4);
}
}
Instance of Symbol 513 MovieClip in Symbol 577 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
myColor = new Color(this);
myColorTransform = new Object();
myColorTransform = {ra:"100", rb:"255", ga:"100", gb:"255", ba:"100", bb:"0", aa:"100", ab:"-100"};
myColor.setTransform(myColorTransform);
} else {
myColor = new Color(this);
myColorTransform = new Object();
myColorTransform = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
myColor.setTransform(myColorTransform);
}
if ((this.hitTest(_root.car) == true) && (Key.isDown(13))) {
_global.sent = 2;
_root.shops._x = 350;
_root.shops._y = 275;
}
}
Symbol 577 MovieClip Frame 6
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(5);
}
}
Symbol 577 MovieClip Frame 7
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 100;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(8);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 100;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.car._x = 450;
_root.car._y = 320;
_root.streetsrest.gotoAndStop(4);
}
}
Symbol 577 MovieClip Frame 8
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 20;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(9);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 100;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(7);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 100;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 450;
_root.car._y = 320;
_root.streetsrest.gotoAndStop(5);
}
}
Symbol 577 MovieClip Frame 9
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 100;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(8);
}
}
Instance of Symbol 463 MovieClip in Symbol 577 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
if ((this.hitTest(_root.car) == true) && (Key.isDown(13) && (_root.money >= 5))) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 5;
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.car._x = 100;
_root.car._y = 250;
_root.streetsrest.gotoAndStop(10);
}
}
Instance of Symbol 547 MovieClip in Symbol 577 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
if ((this.hitTest(_root.car) == true) && ((Key.isDown(13) && (_root.money >= 100)) && (_root.health < 100))) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 100;
_root.health = Math.abs(_root.health);
_root.health = _root.health + 100;
_root.hicon.gotoAndPlay(2);
if (_root.health > 100) {
_root.health = 100;
}
}
}
Symbol 577 MovieClip Frame 10
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(11);
}
}
Instance of Symbol 463 MovieClip in Symbol 577 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
if ((this.hitTest(_root.car) == true) && (Key.isDown(13) && (_root.money >= 5))) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 5;
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 20;
_root.car._x = 650;
_root.car._y = 250;
_root.streetsrest.gotoAndStop(9);
}
}
Symbol 577 MovieClip Frame 11
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(12);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 20;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(10);
}
}
Symbol 577 MovieClip Frame 12
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(13);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(11);
}
}
Symbol 577 MovieClip Frame 13
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 20;
_root.car._x = 50;
_root.streetsrest.gotoAndStop(14);
}
}
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(12);
}
}
Symbol 577 MovieClip Frame 14
stop();
Instance of Symbol 404 MovieClip in Symbol 577 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.car) == true) {
_root.directions.dirup._alpha = 20;
_root.directions.dirdown._alpha = 20;
_root.directions.dirleft._alpha = 100;
_root.directions.dirright._alpha = 100;
_root.car._x = 650;
_root.streetsrest.gotoAndStop(13);
}
}
Symbol 581 MovieClip Frame 2
if (_global.sent == 1) {
_root.shops.gotoAndStop(2);
}
if (_global.sent == 2) {
_root.shops.gotoAndStop(3);
}
if (_global.sent == 3) {
_root.shops.gotoAndStop(4);
}
if (_global.sent == 4) {
_global.barc = true;
_global.barene1 = 100;
_global.barene2 = 100;
_global.barene3 = 100;
_global.barene4 = 100;
_global.barene5 = 100;
_global.barene6 = 100;
_root.shops.gotoAndStop(7);
}
Symbol 599 Button
on (release) {
if (_root.money >= 1000) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 1000;
_global.haveshotgun = 1;
}
}
Symbol 606 Button
on (release) {
if (_root.money >= 200) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 200;
_root.weapon.sil._alpha = 100;
_global.havesilencer = 1;
}
}
Symbol 607 Button
on (release) {
if (_root.money >= 100) {
_root.money = Math.abs(_root.money);
_root.handTotal = Math.abs(_root.handTotal);
_root.money = _root.money - 100;
_root.handTotal = _root.handTotal + 50;
}
}
Symbol 608 Button
on (release) {
if (_root.money >= 200) {
_root.money = Math.abs(_root.money);
_root.shotTotal = Math.abs(_root.shotTotal);
_root.money = _root.money - 200;
_root.shotTotal = _root.shotTotal + 20;
}
}
Symbol 618 Button
on (press) {
_global.sent = 0;
_root.car._visible = true;
_root.shops.gotoAndStop(1);
_root.shops._x = -2000;
}
Symbol 621 Button
on (release) {
if (_root.money >= 20) {
if (_root.health < 100) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 20;
_root.health = Math.abs(_root.health);
_root.health = _root.health + 10;
_root.hicon.gotoAndPlay(2);
if (_root.health > 100) {
_root.health = 100;
}
}
}
}
Symbol 628 Button
on (release) {
if (_root.money >= 100) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 100;
_root.lp_icon._x = 45.3;
_root.lp_icon._y = 58.1;
}
}
Symbol 632 Button
on (release) {
if (_root.money >= 50) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 50;
_root.porn_icon._x = 99.5;
_root.porn_icon._y = 53.5;
}
}
Symbol 636 Button
on (release) {
if (_root.money >= 200) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 200;
_root.dildo_icon._x = 159;
_root.dildo_icon._y = 44.9;
}
}
Symbol 642 Button
on (release) {
gotoAndStop (5);
}
Symbol 646 Button
on (release) {
gotoAndStop (6);
}
Symbol 648 Button
on (press) {
gotoAndStop (4);
}
Symbol 649 Button
on (release) {
luck7 = 0;
luck77 = 0;
luck777 = 0;
luck7777 = 0;
luck77777 = 0;
if (_root.money >= 7) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 7;
_root.shops.dacard._alpha = 100;
_root.shops.dacard.l1 = "";
_root.shops.dacard.l1 = Math.abs(_root.shops.dacard.l1);
nb = random(9) + 1;
switch (nb) {
case 1 :
_root.shops.dacard.l1 = 7;
luck7 = luck7 + 1;
break;
case 2 :
_root.shops.dacard.l1 = 77;
luck77 = luck77 + 1;
break;
case 3 :
_root.shops.dacard.l1 = 777;
luck777 = luck777 + 1;
break;
case 4 :
_root.shops.dacard.l1 = 7777;
luck7777 = luck7777 + 1;
break;
case 5 :
_root.shops.dacard.l1 = 77777 /* 0x012FD1 */;
luck77777 = luck77777 + 1;
break;
default :
_root.shops.dacard.l1 = 0;
}
_root.shops.dacard.l2 = "";
_root.shops.dacard.l2 = Math.abs(_root.shops.dacard.l2);
nb = random(9) + 1;
switch (nb) {
case 1 :
_root.shops.dacard.l2 = 7;
luck7 = luck7 + 1;
break;
case 2 :
_root.shops.dacard.l2 = 77;
luck77 = luck77 + 1;
break;
case 3 :
_root.shops.dacard.l2 = 777;
luck777 = luck777 + 1;
break;
case 4 :
_root.shops.dacard.l2 = 7777;
luck7777 = luck7777 + 1;
break;
case 5 :
_root.shops.dacard.l2 = 77777 /* 0x012FD1 */;
luck77777 = luck77777 + 1;
break;
default :
_root.shops.dacard.l2 = 0;
}
_root.shops.dacard.l3 = "";
_root.shops.dacard.l3 = Math.abs(_root.shops.dacard.l3);
nb = random(9) + 1;
switch (nb) {
case 1 :
_root.shops.dacard.l3 = 7;
luck7 = luck7 + 1;
break;
case 2 :
_root.shops.dacard.l3 = 77;
luck77 = luck77 + 1;
break;
case 3 :
_root.shops.dacard.l3 = 777;
luck777 = luck777 + 1;
break;
case 4 :
_root.shops.dacard.l3 = 7777;
luck7777 = luck7777 + 1;
break;
case 5 :
_root.shops.dacard.l3 = 77777 /* 0x012FD1 */;
luck77777 = luck77777 + 1;
break;
default :
_root.shops.dacard.l3 = 0;
}
_root.shops.dacard.l4 = "";
_root.shops.dacard.l4 = Math.abs(_root.shops.dacard.l4);
nb = random(9) + 1;
switch (nb) {
case 1 :
_root.shops.dacard.l4 = 7;
luck7 = luck7 + 1;
break;
case 2 :
_root.shops.dacard.l4 = 77;
luck77 = luck77 + 1;
break;
case 3 :
_root.shops.dacard.l4 = 777;
luck777 = luck777 + 1;
break;
case 4 :
_root.shops.dacard.l4 = 7777;
luck7777 = luck7777 + 1;
break;
case 5 :
_root.shops.dacard.l4 = 77777 /* 0x012FD1 */;
luck77777 = luck77777 + 1;
break;
default :
_root.shops.dacard.l4 = 0;
}
_root.shops.dacard.l5 = "";
_root.shops.dacard.l5 = Math.abs(_root.shops.dacard.l5);
nb = random(9) + 1;
switch (nb) {
case 1 :
_root.shops.dacard.l5 = 7;
luck7 = luck7 + 1;
break;
case 2 :
_root.shops.dacard.l5 = 77;
luck77 = luck77 + 1;
break;
case 3 :
_root.shops.dacard.l5 = 777;
luck777 = luck777 + 1;
break;
case 4 :
_root.shops.dacard.l5 = 7777;
luck7777 = luck7777 + 1;
break;
case 5 :
_root.shops.dacard.l5 = 77777 /* 0x012FD1 */;
luck77777 = luck77777 + 1;
break;
default :
_root.shops.dacard.l5 = 0;
}
_root.shops.dacard.l6 = "";
_root.shops.dacard.l6 = Math.abs(_root.shops.dacard.l6);
nb = random(9) + 1;
switch (nb) {
case 1 :
_root.shops.dacard.l6 = 7;
luck7 = luck7 + 1;
break;
case 2 :
_root.shops.dacard.l6 = 77;
luck77 = luck77 + 1;
break;
case 3 :
_root.shops.dacard.l6 = 777;
luck777 = luck777 + 1;
break;
case 4 :
_root.shops.dacard.l6 = 7777;
luck7777 = luck7777 + 1;
break;
case 5 :
_root.shops.dacard.l6 = 77777 /* 0x012FD1 */;
luck77777 = luck77777 + 1;
break;
default :
_root.shops.dacard.l6 = 0;
}
_root.shops.dacard.l7 = "";
_root.shops.dacard.l7 = Math.abs(_root.shops.dacard.l7);
nb = random(9) + 1;
switch (nb) {
case 1 :
_root.shops.dacard.l7 = 7;
luck7 = luck7 + 1;
break;
case 2 :
_root.shops.dacard.l7 = 77;
luck77 = luck77 + 1;
break;
case 3 :
_root.shops.dacard.l7 = 777;
luck777 = luck777 + 1;
break;
case 4 :
_root.shops.dacard.l7 = 7777;
luck7777 = luck7777 + 1;
break;
case 5 :
_root.shops.dacard.l7 = 77777 /* 0x012FD1 */;
luck77777 = luck77777 + 1;
break;
default :
_root.shops.dacard.l7 = 0;
}
_root.shops.dacard.l8 = "";
_root.shops.dacard.l8 = Math.abs(_root.shops.dacard.l8);
nb = random(9) + 1;
switch (nb) {
case 1 :
_root.shops.dacard.l8 = 7;
luck7 = luck7 + 1;
break;
case 2 :
_root.shops.dacard.l8 = 77;
luck77 = luck77 + 1;
break;
case 3 :
_root.shops.dacard.l8 = 777;
luck777 = luck777 + 1;
break;
case 4 :
_root.shops.dacard.l8 = 7777;
luck7777 = luck7777 + 1;
break;
case 5 :
_root.shops.dacard.l8 = 77777 /* 0x012FD1 */;
luck77777 = luck77777 + 1;
break;
default :
_root.shops.dacard.l8 = 0;
}
_root.shops.dacard.l9 = "";
_root.shops.dacard.l9 = Math.abs(_root.shops.dacard.l9);
nb = random(9) + 1;
switch (nb) {
case 1 :
_root.shops.dacard.l9 = 7;
luck7 = luck7 + 1;
break;
case 2 :
_root.shops.dacard.l9 = 77;
luck77 = luck77 + 1;
break;
case 3 :
_root.shops.dacard.l9 = 777;
luck777 = luck777 + 1;
break;
case 4 :
_root.shops.dacard.l9 = 7777;
luck7777 = luck7777 + 1;
break;
case 5 :
_root.shops.dacard.l9 = 77777 /* 0x012FD1 */;
luck77777 = luck77777 + 1;
break;
default :
_root.shops.dacard.l9 = 0;
}
_global.sendmon = 0;
if (luck7 >= 3) {
_global.sendmon = 10;
}
if (luck77 >= 3) {
_global.sendmon = 50;
}
if (luck777 >= 3) {
_global.sendmon = 100;
}
if (luck7777 >= 3) {
_global.sendmon = 500;
}
if (luck77777 >= 3) {
_global.sendmon = 1000;
}
}
}
Symbol 672 MovieClip Frame 1
stop();
Symbol 672 MovieClip Frame 40
_root.money = Math.abs(_root.money);
_root.money = _root.money + Math.abs(_global.sendmon);
if (_global.sendmon > 5) {
_root.shops.youwin.gotoAndPlay(2);
_root.micon.gotoAndPlay(2);
}
_global.sendmon = 0;
Symbol 672 MovieClip Frame 75
stop();
_root.shops.dacard.l1 = "";
_root.shops.dacard.l2 = "";
_root.shops.dacard.l3 = "";
_root.shops.dacard.l4 = "";
_root.shops.dacard.l5 = "";
_root.shops.dacard.l6 = "";
_root.shops.dacard.l7 = "";
_root.shops.dacard.l8 = "";
_root.shops.dacard.l9 = "";
_root.shops.dacard._alpha = 20;
_root.shops.dacard.scrat.gotoAndStop(1);
Instance of Symbol 672 MovieClip "scrat" in Symbol 673 MovieClip Frame 1
on (press) {
_root.shops.dacard.scrat.gotoAndPlay(2);
}
Symbol 677 MovieClip Frame 1
stop();
Symbol 681 Button
on (release) {
if (_root.money >= 10) {
_root.money = Math.abs(_root.money);
_root.money = _root.money - 10;
nextFrame();
}
}
Symbol 686 Button
on (release) {
_global.allrig = 0;
lo1 = Math.abs(lo1);
lo2 = Math.abs(lo2);
lo3 = Math.abs(lo3);
lo4 = Math.abs(lo4);
lo5 = Math.abs(lo5);
lo6 = Math.abs(lo6);
if (((lo1 >= 1) && (lo1 <= 30)) && (isNan(lo1) == false)) {
_global.allrig = _global.allrig + 1;
}
if (((lo2 >= 1) && (lo2 <= 30)) && (isNan(lo2) == false)) {
_global.allrig = _global.allrig + 1;
}
if (((lo3 >= 1) && (lo3 <= 30)) && (isNan(lo3) == false)) {
_global.allrig = _global.allrig + 1;
}
if (((lo4 >= 1) && (lo4 <= 30)) && (isNan(lo4) == false)) {
_global.allrig = _global.allrig + 1;
}
if (((lo5 >= 1) && (lo5 <= 30)) && (isNan(lo5) == false)) {
_global.allrig = _global.allrig + 1;
}
if (((lo6 >= 1) && (lo6 <= 30)) && (isNan(lo6) == false)) {
_global.allrig = _global.allrig + 1;
}
if (allrig == 6) {
nextFrame();
}
}
Symbol 704 Button
on (release) {
_global.lottopay = 0;
bla1 = random(30) + 1;
bla2 = random(30) + 1;
bla3 = random(30) + 1;
bla4 = random(30) + 1;
bla5 = random(30) + 1;
bla6 = random(30) + 1;
while (bla2 == bla1) {
bla2 = random(30) + 1;
}
while ((bla3 == bla2) || (bla3 == bla1)) {
bla3 = random(30) + 1;
}
while (((bla4 == bla3) || (bla4 == bla2)) || (bla4 == bla1)) {
bla4 = random(30) + 1;
}
while ((((bla5 == bla4) || (bla5 == bla3)) || (bla5 == bla2)) || (bla5 == bla1)) {
bla5 = random(30) + 1;
}
while (((((bla6 == bla5) || (bla6 == bla4)) || (bla6 == bla3)) || (bla6 == bla2)) || (bla6 == bla1)) {
bla6 = random(30) + 1;
}
_root.shops.lb1.bal1 = bla1;
_root.shops.lb2.bal2 = bla2;
_root.shops.lb3.bal3 = bla3;
_root.shops.lb4.bal4 = bla4;
_root.shops.lb5.bal5 = bla5;
_root.shops.lb6.bal6 = bla6;
_root.shops.lb1.gotoAndPlay(2);
if ((((((_root.shops.lb1.bal1 == bla1) || (_root.shops.lb1.bal1 == bla2)) || (_root.shops.lb1.bal1 == bla3)) || (_root.shops.lb1.bal1 == bla4)) || (_root.shops.lb1.bal1 == bla5)) || (_root.shops.lb1.bal1 == bla6)) {
_global.lottopay = _global.lottopay + 1;
}
if ((((((_root.shops.lb1.bal2 == bla1) || (_root.shops.lb1.bal2 == bla2)) || (_root.shops.lb1.bal2 == bla3)) || (_root.shops.lb1.bal2 == bla4)) || (_root.shops.lb1.bal2 == bla5)) || (_root.shops.lb1.bal2 == bla6)) {
_global.lottopay = _global.lottopay + 1;
}
if ((((((_root.shops.lb1.bal3 == bla1) || (_root.shops.lb1.bal3 == bla2)) || (_root.shops.lb1.bal3 == bla3)) || (_root.shops.lb1.bal3 == bla4)) || (_root.shops.lb1.bal3 == bla5)) || (_root.shops.lb1.bal3 == bla6)) {
_global.lottopay = _global.lottopay + 1;
}
if ((((((_root.shops.lb1.bal4 == bla1) || (_root.shops.lb1.bal4 == bla2)) || (_root.shops.lb1.bal4 == bla3)) || (_root.shops.lb1.bal4 == bla4)) || (_root.shops.lb1.bal4 == bla5)) || (_root.shops.lb1.bal4 == bla6)) {
_global.lottopay = _global.lottopay + 1;
}
if ((((((_root.shops.lb1.bal5 == bla1) || (_root.shops.lb1.bal5 == bla2)) || (_root.shops.lb1.bal5 == bla3)) || (_root.shops.lb1.bal5 == bla4)) || (_root.shops.lb1.bal5 == bla5)) || (_root.shops.lb1.bal5 == bla6)) {
_global.lottopay = _global.lottopay + 1;
}
if ((((((_root.shops.lb1.bal6 == bla1) || (_root.shops.lb1.bal6 == bla2)) || (_root.shops.lb1.bal6 == bla3)) || (_root.shops.lb1.bal6 == bla4)) || (_root.shops.lb1.bal6 == bla5)) || (_root.shops.lb1.bal6 == bla6)) {
_global.lottopay = _global.lottopay + 1;
}
}
Symbol 705 MovieClip Frame 1
stop();
Symbol 705 MovieClip Frame 2
stop();
Symbol 705 MovieClip Frame 3
stop();
Symbol 709 MovieClip Frame 1
stop();
Symbol 709 MovieClip Frame 26
stop();
_root.shops.lb2.gotoAndPlay(2);
Symbol 713 MovieClip Frame 1
stop();
Symbol 713 MovieClip Frame 26
stop();
_root.shops.lb3.gotoAndPlay(2);
Symbol 717 MovieClip Frame 1
stop();
Symbol 717 MovieClip Frame 26
stop();
_root.shops.lb4.gotoAndPlay(2);
Symbol 721 MovieClip Frame 1
stop();
Symbol 721 MovieClip Frame 26
stop();
_root.shops.lb5.gotoAndPlay(2);
Symbol 725 MovieClip Frame 1
stop();
Symbol 725 MovieClip Frame 26
stop();
_root.shops.lb6.gotoAndPlay(2);
Symbol 729 MovieClip Frame 1
stop();
Symbol 729 MovieClip Frame 40
_root.money = Math.abs(_root.money);
if (_global.lottopay == 3) {
_root.money = _root.money + 25;
_root.shops.youwin2.gotoAndPlay(2);
_root.micon.gotoAndPlay(2);
}
if (_global.lottopay == 4) {
_root.money = _root.money + 250;
_root.shops.youwin2.gotoAndPlay(2);
_root.micon.gotoAndPlay(2);
}
if (_global.lottopay == 5) {
_root.money = _root.money + 1000;
_root.shops.youwin2.gotoAndPlay(2);
_root.micon.gotoAndPlay(2);
}
if (_global.lottopay == 6) {
_root.money = _root.money + 5000;
_root.shops.youwin2.gotoAndPlay(2);
_root.micon.gotoAndPlay(2);
}
Symbol 729 MovieClip Frame 75
_root.shops.lb1.gotoAndStop(1);
_root.shops.lb2.gotoAndStop(1);
_root.shops.lb3.gotoAndStop(1);
_root.shops.lb4.gotoAndStop(1);
_root.shops.lb5.gotoAndStop(1);
_root.shops.lb6.gotoAndStop(1);
_root.shops.lottocont.gotoAndStop(1);
Symbol 737 MovieClip Frame 1
stop();
Symbol 739 MovieClip Frame 12
gunnasa = random(2) + 1;
if ((gunnasa == 1) && (_global.barc == false)) {
_parent.bar1gun.gotoAndPlay(2);
curhealth = int(_root.health);
curhealth = curhealth - 5;
_root.health = curhealth;
_root.reddead.gotoAndPlay(2);
if (curhealth <= 0) {
_root.gotoAndStop("die");
}
}
Symbol 741 MovieClip Frame 18
gotoAndPlay (1);
Symbol 741 MovieClip Frame 19
stop();
Symbol 745 MovieClip Frame 6
gunnasa2 = random(2) + 1;
if ((gunnasa2 == 1) && (_global.barc == false)) {
_parent.bar2gun.gotoAndPlay(2);
curhealth = int(_root.health);
curhealth = curhealth - 5;
_root.health = curhealth;
_root.reddead.gotoAndPlay(2);
if (curhealth <= 0) {
_root.gotoAndStop("die");
}
}
Symbol 747 MovieClip Frame 22
gotoAndPlay (1);
Symbol 747 MovieClip Frame 23
stop();
Symbol 752 MovieClip Frame 11
stop();
Symbol 756 MovieClip Frame 14
gunnasa3 = random(2) + 1;
if ((gunnasa3 == 1) && (_global.barc == false)) {
_parent.bar3gun.gotoAndPlay(2);
curhealth = int(_root.health);
curhealth = curhealth - 8;
_root.health = curhealth;
_root.reddead.gotoAndPlay(2);
if (curhealth <= 0) {
_root.gotoAndStop("die");
}
}
Symbol 758 MovieClip Frame 15
gotoAndPlay (1);
Symbol 758 MovieClip Frame 16
stop();
Symbol 767 Button
on (press) {
_global.sent = 0;
_root.car._visible = true;
_root.shops._x = -2000;
_root.shops.gotoAndStop(1);
}
Symbol 770 MovieClip Frame 1
stop();
Symbol 770 MovieClip Frame 2
stop();
_root.car._visible = false;
Symbol 770 MovieClip Frame 3
stop();
_root.car._visible = false;
Symbol 770 MovieClip Frame 4
stop();
_root.car._visible = false;
Symbol 770 MovieClip Frame 5
stop();
Symbol 770 MovieClip Frame 6
stop();
Symbol 770 MovieClip Frame 7
stop();
_root.car._visible = false;
Instance of Symbol 732 MovieClip in Symbol 770 MovieClip Frame 7
onClipEvent (keyDown) {
if (Key.isDown(16)) {
_global.barc = !_global.barc;
if (_global.barc == true) {
_root.shops.barcover._y = -28.7;
} else if (_global.barc == false) {
_root.shops.barcover._y = 415.3;
}
}
}
Instance of Symbol 741 MovieClip "be1" in Symbol 770 MovieClip Frame 7
on (press) {
if (_global.barc == false) {
if (_global.curweapon == 1) {
if (_root.handClip >= 1) {
_root.snds.gotoAndPlay("shoot");
_root.handClip = _root.handClip - 1;
_root.shops.blood._x = _root.shops._xmouse;
_root.shops.blood._y = _root.shops._ymouse;
_root.shops.blood.gotoAndPlay(1);
_global.barene1 = _global.barene1 - 5;
if (_global.barene1 <= 0) {
_root.shops.be1.gotoAndStop(19);
}
} else {
_root.snds.gotoAndPlay("empty");
}
} else if (_global.curweapon == 2) {
if (_root.shotClip >= 1) {
_root.snds.gotoAndPlay("shoot2");
_root.shotClip = _root.shotClip - 1;
_root.shops.blood._x = _root.shops._xmouse;
_root.shops.blood._y = _root.shops._ymouse;
_root.shops.blood.gotoAndPlay(1);
_global.barene1 = _global.barene1 - 10;
if (_global.barene1 <= 0) {
_root.shops.be1.gotoAndStop(19);
}
} else {
_root.snds.gotoAndPlay("empty");
}
}
}
}
Instance of Symbol 747 MovieClip "be2" in Symbol 770 MovieClip Frame 7
on (press) {
if (_global.barc == false) {
if (_global.curweapon == 1) {
if (_root.handClip >= 1) {
_root.snds.gotoAndPlay("shoot");
_root.handClip = _root.handClip - 1;
_root.shops.blood._x = _root.shops._xmouse;
_root.shops.blood._y = _root.shops._ymouse;
_root.shops.blood.gotoAndPlay(1);
_global.barene2 = _global.barene2 - 5;
if (_global.barene2 <= 0) {
_root.shops.be2.gotoAndStop(23);
}
} else {
_root.snds.gotoAndPlay("empty");
}
} else if (_global.curweapon == 2) {
if (_root.shotClip >= 1) {
_root.snds.gotoAndPlay("shoot2");
_root.shotClip = _root.shotClip - 1;
_root.shops.blood._x = _root.shops._xmouse;
_root.shops.blood._y = _root.shops._ymouse;
_root.shops.blood.gotoAndPlay(1);
_global.barene2 = _global.barene2 - 10;
if (_global.barene2 <= 0) {
_root.shops.be2.gotoAndStop(23);
}
} else {
_root.snds.gotoAndPlay("empty");
}
}
}
}
Instance of Symbol 758 MovieClip "be3" in Symbol 770 MovieClip Frame 7
on (press) {
if (_global.barc == false) {
if (_global.curweapon == 1) {
if (_root.handClip >= 1) {
_root.snds.gotoAndPlay("shoot");
_root.handClip = _root.handClip - 1;
_root.shops.blood._x = _root.shops._xmouse;
_root.shops.blood._y = _root.shops._ymouse;
_root.shops.blood.gotoAndPlay(1);
_global.barene3 = _global.barene3 - 5;
if (_global.barene3 <= 0) {
_root.shops.be3.gotoAndStop(23);
}
} else {
_root.snds.gotoAndPlay("empty");
}
} else if (_global.curweapon == 2) {
if (_root.shotClip >= 1) {
_root.snds.gotoAndPlay("shoot2");
_root.shotClip = _root.shotClip - 1;
_root.shops.blood._x = _root.shops._xmouse;
_root.shops.blood._y = _root.shops._ymouse;
_root.shops.blood.gotoAndPlay(1);
_global.barene3 = _global.barene3 - 10;
if (_global.barene3 <= 0) {
_root.shops.be3.gotoAndStop(23);
}
} else {
_root.snds.gotoAndPlay("empty");
}
}
}
}
Symbol 772 MovieClip Frame 1
stop();
Symbol 772 MovieClip Frame 9
gotoAndStop (1);
Symbol 780 MovieClip Frame 1
stop();
Symbol 780 MovieClip Frame 15
gotoAndStop (1);
Symbol 783 MovieClip Frame 1
stop();
Symbol 783 MovieClip Frame 20
gotoAndStop (1);
Symbol 786 MovieClip Frame 1
stop();
Symbol 786 MovieClip Frame 20
gotoAndStop (1);
Symbol 789 MovieClip Frame 1
stop();
Symbol 789 MovieClip Frame 20
gotoAndStop (1);
Symbol 792 MovieClip Frame 1
stop();
Symbol 792 MovieClip Frame 15
gotoAndStop (1);
Symbol 795 MovieClip Frame 1
stop();
Symbol 795 MovieClip Frame 2
stop();
Symbol 800 MovieClip Frame 1
if (_global.curweapon == 1) {
_root.car.arm1.wep1.gotoAndStop(1);
_root.car.arm1.wep2.gotoAndStop(1);
} else {
_root.car.arm1.wep1.gotoAndStop(2);
_root.car.arm1.wep2.gotoAndStop(2);
}
stop();
Symbol 800 MovieClip Frame 2
if (_global.curweapon == 1) {
_root.car.arm1.wep1.gotoAndStop(1);
_root.car.arm1.wep2.gotoAndStop(1);
} else {
_root.car.arm1.wep1.gotoAndStop(2);
_root.car.arm1.wep2.gotoAndStop(2);
}
Symbol 800 MovieClip Frame 20
gotoAndStop (1);
Symbol 802 MovieClip Frame 36
gotoAndPlay (1);
Symbol 803 MovieClip Frame 1
stop();
Instance of Symbol 802 MovieClip in Symbol 803 MovieClip Frame 1
/* no clip actions */
Symbol 803 MovieClip Frame 15
gotoAndStop (1);
Symbol 804 MovieClip Frame 1
stop();
Symbol 804 MovieClip Frame 2
stop();
Symbol 819 Button
on (press) {
_root.audioconsole.gotoAndPlay(2);
}
Symbol 843 Button
on (press) {
_root.mypda._x = 250;
}
Symbol 844 MovieClip Frame 55
stop();
Symbol 851 MovieClip Frame 1
stop();
Symbol 856 MovieClip Frame 1
if (Math.abs(_root.minutes) < 59) {
_root.minutes = Math.abs(_root.minutes) + 1;
} else {
_root.minutes = 0;
if (Math.abs(_root.hours) < 23) {
_root.hours = Math.abs(_root.hours) + 1;
} else {
_root.hours = 0;
}
if (_root.hours < 12) {
_root.ampm = "am";
} else {
_root.ampm = "pm";
}
if (_root.hours < 1) {
_root.days = Math.abs(_root.days) + 1;
}
}
Symbol 861 Button
on (press) {
stopAllSounds();
_root.music.gotoAndStop(5);
_root.music.gotoAndStop(1);
}
Symbol 862 Button
on (press) {
stopAllSounds();
_root.music.gotoAndStop(5);
_root.music.gotoAndStop(4);
}
Symbol 863 Button
on (press) {
stopAllSounds();
_root.music.gotoAndStop(5);
_root.music.gotoAndStop(3);
}
Symbol 864 Button
on (press) {
stopAllSounds();
_root.music.gotoAndStop(5);
_root.music.gotoAndStop(2);
}
Symbol 870 Button
on (press) {
stopAllSounds();
_root.music.gotoAndStop(5);
}
Symbol 871 Button
on (press) {
_root.audioconsole.gotoAndPlay(37);
}
Symbol 872 MovieClip Frame 1
stop();
Symbol 872 MovieClip Frame 36
stop();
Symbol 872 MovieClip Frame 72
gotoAndStop (1);
Symbol 879 MovieClip Frame 1
stop();
Symbol 879 MovieClip Frame 2
stop();
Symbol 879 MovieClip Frame 3
stop();
Symbol 879 MovieClip Frame 4
stop();
Symbol 879 MovieClip Frame 5
stop();
Symbol 885 Button
on (press) {
_root.gamehelp._x = 350;
_root.gamehelp._y = 250;
}
Symbol 888 Button
on (press) {
_root.gamestats._x = 350;
_root.gamestats._y = 250;
}
Symbol 892 Button
on (press) {
_root.gameoptions._x = 350;
_root.gameoptions._y = 250;
}
Symbol 902 Button
on (press) {
_root.gameoptions._x = 1000;
}
Symbol 907 Button
on (press) {
_quality = "low";
}
Symbol 909 Button
on (press) {
_quality = "medium";
}
Symbol 911 Button
on (press) {
_quality = "high";
}
Symbol 913 Button
on (press) {
_quality = "best";
}
Symbol 921 Button
on (press) {
_root.gamehelp._x = 1000;
}
Instance of Symbol 83 MovieClip [FScrollBarSymbol] in Symbol 922 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
_targetInstanceName = "InstanceName_3";
horizontal = false;
}
Symbol 924 Button
on (press) {
_root.gamestats._x = 1000;
}
Symbol 954 MovieClip Frame 1
stop();
Instance of Symbol 952 MovieClip "sil" in Symbol 954 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.havesilencer == 1) {
_root.weapon.sil._alpha = 100;
}
}
Symbol 954 MovieClip Frame 2
stop();
Symbol 963 Button
on (release) {
_root.mapper1.gotoAndPlay(2);
}
Symbol 972 Button
on (release) {
_root.mapper1.gotoAndStop(1);
}
Symbol 974 MovieClip Frame 1
stop();
Symbol 974 MovieClip Frame 21
stop();
Symbol 982 MovieClip Frame 1
stop();
Symbol 982 MovieClip Frame 10
if (_global.havesilencer == 1) {
gotoAndPlay (15);
} else {
gotoAndPlay (11);
}
Symbol 982 MovieClip Frame 11
gotoAndStop (1);
Symbol 982 MovieClip Frame 15
gotoAndStop (1);
Symbol 982 MovieClip Frame 20
gotoAndStop (1);
Symbol 982 MovieClip Frame 30
gotoAndStop (1);
Symbol 982 MovieClip Frame 41
gotoAndStop (1);
Symbol 985 MovieClip Frame 1
stop();
Symbol 1011 Button
on (press) {
_root.mypda._x = 1000;
}
Instance of Symbol 83 MovieClip [FScrollBarSymbol] in Symbol 1012 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
_targetInstanceName = "InstanceName_0";
horizontal = false;
}