Frame 1
loadedbytes = this.getBytesLoaded();
totalbytes = this.getBytesTotal();
if (loadedbytes == totalbytes) {
gotoAndStop (3);
}
rex = totalbytes / loadedbytes;
setProperty(this.load, _yscale , rex * 100);
Frame 2
gotoAndPlay (1);
Frame 3
stop();
stopAllSounds();
Mouse.show();
var gross = 0;
var wart = 0;
_quality = "MEDIUM";
fscommand ("trapallkeys", true);
Frame 4
gotoAndStop (3);
Frame 6
stopAllSounds();
var ten = 0;
var posx = 0;
var posy = 0;
var postx = 0;
var posty = 0;
var gas = 0;
var wherex = 0;
var wherey = 0;
var dam = 0;
var am = 0;
var pie = 3;
var pot = 0.0175;
var oneeighty = 180;
var negone = -1;
var boost = 1.5;
var wherex = 320;
var wherey = 191;
var rotater = 0;
var bounce = 1;
var mosx = 0;
var mosy = 0;
var des = 0;
var ns = 0.97;
var ts = 0.26;
var es = 0.87;
var ff = 0.45;
var sz = 0.7;
var fz = 0.5;
var endo = false;
Instance of Symbol 133 MovieClip "recticle" in Frame 6
onClipEvent (load) {
setProperty(this, _visible , false);
}
onClipEvent (mouseDown) {
if (this._parent.am > 2) {
tellTarget (this._parent.car.turretshield.barrels) {
gotoAndPlay (2);
tellTarget (this) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (mouseUp) {
tellTarget (this._parent.car.turretshield.barrels) {
gotoAndStop (1);
tellTarget (this) {
gotoAndStop (1);
};
};
}
Frame 7
if (endo == true) {
gotoAndPlay (9);
}
if (gmo == true) {
gotoAndPlay (10);
}
if (ten > 345) {
ten = 0;
}
if (ten < -345) {
ten = 0;
}
rotater = ten;
if (rotater < 0) {
rotater = rotater + 360;
}
posty = _root.car.centr._ymouse * negone;
postx = _root.car.centr._xmouse;
mosy = _root.moog._ymouse;
mosx = _root.moog._xmouse;
setProperty(_root.recticle, _x , mosx);
setProperty(_root.recticle, _y , mosy);
rot = Math.atan2(posty, postx);
rotate = (rot / pie) * oneeighty;
setProperty(_root.car.turretshield, _rotation , -rotate);
setProperty(_root.car, _rotation , ten);
setProperty(_root.carshad, _rotation , ten);
if (rotater == 0) {
multx = 1;
multy = 0;
}
if (rotater == 15) {
multx = ns;
multy = -ts;
}
if (rotater == 30) {
multx = es;
multy = -ff;
}
if (rotater == 45) {
multx = sz;
multy = -sz;
}
if (rotater == 60) {
multx = fz;
multy = -es;
}
if (rotater == 75) {
multx = ts;
multy = -ns;
}
if (rotater == 90) {
multx = 0;
multy = -1;
}
if (rotater == 105) {
multx = -ts;
multy = -ns;
}
if (rotater == 120) {
multx = -fz;
multy = -es;
}
if (rotater == 135) {
multx = -sz;
multy = -sz;
}
if (rotater == 150) {
multx = -es;
multy = -ff;
}
if (rotater == 165) {
multx = -ns;
multy = -ts;
}
if (rotater == 180) {
multx = -1;
multy = 0;
}
if (rotater == 195) {
multx = -ns;
multy = ts;
}
if (rotater == 210) {
multx = -es;
multy = ff;
}
if (rotater == 225) {
multx = -sz;
multy = sz;
}
if (rotater == 240) {
multx = -fz;
multy = es;
}
if (rotater == 255) {
multx = -ts;
multy = ns;
}
if (rotater == 270) {
multx = 0;
multy = 1;
}
if (rotater == 285) {
multx = ts;
multy = ns;
}
if (rotater == 300) {
multx = fz;
multy = es;
}
if (rotater == 315) {
multx = sz;
multy = sz;
}
if (rotater == 330) {
multx = es;
multy = ff;
}
if (rotater == 345) {
multx = ns;
multy = ts;
}
posx = posx + (multx * (gas * boost));
posy = posy + (multy * (gas * boost));
setProperty(grid, _x , (-posx) + 320);
setProperty(grid, _y , posy + 205);
setProperty(uppergrid, _x , (-posx) + 320);
setProperty(uppergrid, _y , posy + 205);
diffx = wherex - posx;
diffy = wherey + posy;
setProperty(_root.hud.damage, _yscale , dam);
setProperty(_root.hud.ammolevel, _yscale , am);
Instance of Symbol 348 MovieClip "grid" in Frame 7
onClipEvent (load) {
setProperty(this, _xscale , 700);
setProperty(this, _yscale , 700);
setProperty(this._parent.uppergrid, _xscale , 700);
setProperty(this._parent.uppergrid, _yscale , 700);
}
Instance of Symbol 349 MovieClip "keys" in Frame 7
onClipEvent (enterFrame) {
if ((((Key.isDown(68) && (!Key.isDown(65))) && (!Key.isDown(83))) && (!Key.isDown(87))) && (this._parent.bounce == true)) {
_root.ten = _root.ten + 15;
}
if ((((Key.isDown(65) && (!Key.isDown(68))) && (!Key.isDown(83))) && (!Key.isDown(87))) && (this._parent.bounce == true)) {
_root.ten = _root.ten - 15;
}
if ((((Key.isDown(87) && (!Key.isDown(83))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (this._parent.bounce == true)) {
tellTarget (this._parent.speed) {
nextFrame();
};
}
if ((((Key.isDown(83) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (this._parent.bounce == true)) {
tellTarget (this._parent.speed) {
prevFrame();
};
}
if ((Key.isDown(32) && (this._parent.am < 100)) && (this._parent.bounce == true)) {
this._parent.am = 100;
tellTarget (this._parent.reload) {
nextFrame();
tellTarget (this._parent.car.turretshield.shooter) {
gotoAndPlay (2);
};
};
}
}
Instance of Symbol 414 MovieClip "car" in Frame 7
onClipEvent (enterFrame) {
if (_root.dam > 99) {
tellTarget (_root.car) {
nextFrame();
_root.bounce = false;
_root.gas = 0;
tellTarget (_root.speed) {
gotoAndStop (31);
_root.am = 0;
};
};
}
}
Frame 8
gotoAndPlay (7);
Frame 9
stop();
var db = (des * 2000);
var mp = 200000;
var dd = wart;
var te = ((db + mp) + dd);
_root.gross = _root.gross + te;
Mouse.show();
Frame 10
play();
var db = (des * 2000);
var mp = 0;
var dd = wart;
var te = ((db + mp) + dd);
_root.gross = _root.gross + te;
Mouse.show();
Instance of Symbol 487 MovieClip "gmover" in Frame 10
onClipEvent (load) {
ex = 240;
}
onClipEvent (enterFrame) {
ex = ex - 2;
setProperty(this, _y , ex);
if (ex < -100) {
ex = ex + 550;
}
}
Frame 11
gotoAndPlay (10);
Frame 12
stopAllSounds();
var gmo = false;
var ten = 0;
var posx = 0;
var posy = 0;
var postx = 0;
var posty = 0;
var gas = 0;
var wherex = 0;
var wherey = 0;
var dam = 0;
var am = 0;
var pie = 3;
var pot = 0.0175;
var oneeighty = 180;
var negone = -1;
var boost = 2;
var wherex = 320;
var wherey = 191;
var rotater = 0;
var bounce = 1;
var mosx = 0;
var mosy = 0;
var des = 0;
var ns = 0.97;
var ts = 0.26;
var es = 0.87;
var ff = 0.45;
var sz = 0.7;
var fz = 0.5;
play();
Instance of Symbol 133 MovieClip "recticle" in Frame 12
onClipEvent (load) {
setProperty(this, _visible , false);
}
onClipEvent (mouseDown) {
if (this._parent.am > 2) {
tellTarget (this._parent.car.turretshield.barrels) {
gotoAndPlay (2);
tellTarget (this) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (mouseUp) {
tellTarget (this._parent.car.turretshield.barrels) {
gotoAndStop (1);
tellTarget (this) {
gotoAndStop (1);
};
};
}
Frame 13
if (endo == true) {
gotoAndPlay (15);
}
if (gmo == true) {
gotoAndPlay (16);
}
if (this.ten > 345) {
this.ten = 0;
}
if (this.ten < -345) {
this.ten = 0;
}
rotater = ten;
if (rotater < 0) {
rotater = rotater + 360;
}
posty = _root.car.centr._ymouse * negone;
postx = _root.car.centr._xmouse;
mosy = _root.moog._ymouse;
mosx = _root.moog._xmouse;
setProperty(_root.recticle, _x , mosx);
setProperty(_root.recticle, _y , mosy);
rot = Math.atan2(posty, postx);
rotate = (rot / pie) * oneeighty;
setProperty(this.car.turretshield, _rotation , -rotate);
setProperty(this.car, _rotation , ten);
setProperty(this.carshad, _rotation , ten);
if (rotater == 0) {
multx = 1;
multy = 0;
}
if (rotater == 15) {
multx = ns;
multy = -ts;
}
if (rotater == 30) {
multx = es;
multy = -ff;
}
if (rotater == 45) {
multx = sz;
multy = -sz;
}
if (rotater == 60) {
multx = fz;
multy = -es;
}
if (rotater == 75) {
multx = ts;
multy = -ns;
}
if (rotater == 90) {
multx = 0;
multy = -1;
}
if (rotater == 105) {
multx = -ts;
multy = -ns;
}
if (rotater == 120) {
multx = -fz;
multy = -es;
}
if (rotater == 135) {
multx = -sz;
multy = -sz;
}
if (rotater == 150) {
multx = -es;
multy = -ff;
}
if (rotater == 165) {
multx = -ns;
multy = -ts;
}
if (rotater == 180) {
multx = -1;
multy = 0;
}
if (rotater == 195) {
multx = -ns;
multy = ts;
}
if (rotater == 210) {
multx = -es;
multy = ff;
}
if (rotater == 225) {
multx = -sz;
multy = sz;
}
if (rotater == 240) {
multx = -fz;
multy = es;
}
if (rotater == 255) {
multx = -ts;
multy = ns;
}
if (rotater == 270) {
multx = 0;
multy = 1;
}
if (rotater == 285) {
multx = ts;
multy = ns;
}
if (rotater == 300) {
multx = fz;
multy = es;
}
if (rotater == 315) {
multx = sz;
multy = sz;
}
if (rotater == 330) {
multx = es;
multy = ff;
}
if (rotater == 345) {
multx = ns;
multy = ts;
}
posx = posx + (multx * (this.gas * boost));
posy = posy + (multy * (this.gas * boost));
setProperty(_root.grid, _x , (-posx) + 320);
setProperty(_root.grid, _y , posy + 205);
setProperty(_root.uppergrid, _x , (-posx) + 320);
setProperty(_root.uppergrid, _y , posy + 205);
diffx = wherex - posx;
diffy = wherey + posy;
setProperty(_root.hud.damage, _yscale , dam);
setProperty(_root.hud.ammolevel, _yscale , am);
Instance of Symbol 506 MovieClip "grid" in Frame 13
onClipEvent (load) {
setProperty(this, _xscale , 700);
setProperty(this, _yscale , 700);
setProperty(_root.uppergrid, _xscale , 700);
setProperty(_root.uppergrid, _yscale , 700);
}
Instance of Symbol 349 MovieClip "keys" in Frame 13
onClipEvent (enterFrame) {
if ((((Key.isDown(68) && (!Key.isDown(65))) && (!Key.isDown(83))) && (!Key.isDown(87))) && (this._parent.bounce == true)) {
_root.ten = _root.ten + 15;
}
if ((((Key.isDown(65) && (!Key.isDown(68))) && (!Key.isDown(83))) && (!Key.isDown(87))) && (this._parent.bounce == true)) {
_root.ten = _root.ten - 15;
}
if ((((Key.isDown(87) && (!Key.isDown(83))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (this._parent.bounce == true)) {
tellTarget (this._parent.speed) {
nextFrame();
};
}
if ((((Key.isDown(83) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (this._parent.bounce == true)) {
tellTarget (this._parent.speed) {
prevFrame();
};
}
if ((Key.isDown(32) && (this._parent.am < 100)) && (this._parent.bounce == true)) {
this._parent.am = 100;
tellTarget (this._parent.reload) {
nextFrame();
tellTarget (this._parent.car.turretshield.shooter) {
gotoAndPlay (2);
};
};
}
}
Instance of Symbol 519 MovieClip "car" in Frame 13
onClipEvent (enterFrame) {
if (_root.dam > 99) {
tellTarget (_root.car) {
nextFrame();
_root.bounce = false;
_root.gas = 0;
tellTarget (_root.speed) {
gotoAndStop (31);
_root.am = 0;
};
};
}
}
Frame 14
gotoAndPlay (13);
Frame 15
stop();
var db = (des * 2000);
var mp = 200000;
var dd = wart;
var te = (((db + mp) + dd) + _root.gross);
Mouse.show();
Frame 16
play();
var db = (des * 2000);
var mp = 0;
var dd = wart;
var te = (((db + mp) + dd) + _root.gross);
Mouse.show();
Instance of Symbol 487 MovieClip "gmover" in Frame 16
onClipEvent (load) {
ex = 240;
}
onClipEvent (enterFrame) {
ex = ex - 2;
setProperty(this, _y , ex);
if (ex < -100) {
ex = ex + 550;
}
}
Frame 17
gotoAndPlay (16);
Frame 22
play();
var db = (des * 2000);
var mp = 0;
var dd = wart;
var te = (((db + mp) + dd) + _root.gross);
Mouse.show();
Instance of Symbol 487 MovieClip "gmover" in Frame 22
onClipEvent (load) {
ex = 240;
}
onClipEvent (enterFrame) {
ex = ex - 2;
setProperty(this, _y , ex);
if (ex < -100) {
ex = ex + 550;
}
}
Frame 23
gotoAndPlay (22);
Symbol 6 MovieClip Frame 301
stop();
Symbol 23 MovieClip Frame 180
stop();
Symbol 80 Button
on (press) {
gotoAndPlay("/:levelone");
}
Symbol 84 Button
on (press) {
tellTarget (_root.transout) {
gotoAndPlay (2);
};
}
Symbol 85 Button
on (press) {
tellTarget (_root.instructions) {
gotoAndStop (2);
};
}
Symbol 86 MovieClip Frame 188
stop();
Symbol 89 Button
on (press) {
tellTarget (_root.transout) {
gotoAndPlay (2);
};
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 11
stop();
gotoAndPlay("/:levelone");
Symbol 103 Button
on (rollOver) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (3);
};
}
on (rollOut, release, dragOut, releaseOutside) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (1);
};
}
Symbol 104 Button
on (rollOver) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (4);
};
}
on (rollOut, release, dragOut, releaseOutside) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (1);
};
}
Symbol 105 Button
on (rollOver) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (2);
};
}
on (rollOut, release, dragOut, releaseOutside) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (1);
};
}
Symbol 107 Button
on (rollOver) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (9);
};
}
on (rollOut, release, dragOut, releaseOutside) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (1);
};
}
Symbol 108 Button
on (rollOver) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (5);
};
}
on (rollOut, release, dragOut, releaseOutside) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (1);
};
}
Symbol 109 Button
on (rollOver) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (8);
};
}
on (rollOut, release, dragOut, releaseOutside) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (1);
};
}
Symbol 110 Button
on (rollOver) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (6);
};
}
on (rollOut, release, dragOut, releaseOutside) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (1);
};
}
Symbol 111 Button
on (rollOver) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (7);
};
}
on (rollOut, release, dragOut, releaseOutside) {
tellTarget (_root.instructions.insbox) {
gotoAndStop (1);
};
}
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 2
stop();
Symbol 121 MovieClip Frame 3
stop();
Symbol 121 MovieClip Frame 4
stop();
Symbol 121 MovieClip Frame 5
stop();
Symbol 121 MovieClip Frame 6
stop();
Symbol 121 MovieClip Frame 7
stop();
Symbol 121 MovieClip Frame 8
stop();
Symbol 121 MovieClip Frame 9
stop();
Symbol 124 Button
on (press) {
gotoAndStop (1);
}
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 2
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 2
Symbol 133 MovieClip Frame 4
if (_root.am > 2) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 2
stop();
Symbol 145 MovieClip Frame 3
stop();
Symbol 145 MovieClip Frame 4
_root.gmo = true;
stop();
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
stop();
Symbol 149 MovieClip Frame 3
stop();
Symbol 149 MovieClip Frame 4
stop();
Symbol 149 MovieClip Frame 5
stop();
Symbol 149 MovieClip Frame 6
stop();
Symbol 149 MovieClip Frame 7
stop();
Symbol 149 MovieClip Frame 8
stop();
Symbol 149 MovieClip Frame 9
stop();
Symbol 149 MovieClip Frame 10
stop();
Symbol 149 MovieClip Frame 11
stop();
Symbol 149 MovieClip Frame 12
stop();
Symbol 149 MovieClip Frame 13
stop();
Symbol 149 MovieClip Frame 14
stop();
Symbol 149 MovieClip Frame 15
stop();
Symbol 149 MovieClip Frame 16
stop();
Symbol 149 MovieClip Frame 17
stop();
Symbol 149 MovieClip Frame 18
stop();
Symbol 149 MovieClip Frame 19
stop();
Symbol 149 MovieClip Frame 20
stop();
Symbol 149 MovieClip Frame 21
stop();
Symbol 149 MovieClip Frame 22
stop();
Symbol 149 MovieClip Frame 23
stop();
Symbol 149 MovieClip Frame 24
stop();
Symbol 149 MovieClip Frame 25
stop();
tellTarget (_root.message) {
gotoAndPlay (327);
};
Symbol 149 MovieClip Frame 26
gotoAndStop (25);
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 2
_root.boost = 2.5;
Symbol 158 MovieClip Frame 362
_root.boost = 1;
stop();
Symbol 168 MovieClip Frame 2
play();
Symbol 168 MovieClip Frame 14
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 12
_root.endo = true;
Symbol 214 Button
on (press) {
gotoAndPlay (133);
}
Symbol 216 Button
on (press) {
gotoAndPlay (212);
}
Symbol 222 Button
on (press) {
gotoAndPlay (297);
}
Symbol 241 MovieClip Frame 3
gotoAndPlay (1);
Symbol 241 MovieClip Frame 4
this._parent._parent.stoprot = 1;
Symbol 241 MovieClip Frame 11
tellTarget (this._parent) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 248 MovieClip Frame 1
stop();
this._parent.stoprot = 1;
Symbol 248 MovieClip Frame 2
rank = random(7);
if (rank == 0) {
gotoAndPlay (3);
} else {
gotoAndStop (1);
}
Symbol 248 MovieClip Frame 3
play();
this._parent.stoprot = 0;
Symbol 248 MovieClip Frame 20
this._parent.stoprot = 1;
Symbol 248 MovieClip Frame 21
gotoAndStop (1);
Symbol 258 MovieClip Frame 22
stop();
Symbol 260 MovieClip Frame 70
setProperty(this._parent, _visible , false);
stop();
Symbol 262 MovieClip Frame 1
killcount = 0;
Symbol 262 MovieClip Frame 2
stop();
Symbol 262 MovieClip Frame 3
killcount = killcount + 1;
if (killcount > 4) {
gotoAndPlay (5);
}
play();
Symbol 262 MovieClip Frame 4
gotoAndPlay (2);
Symbol 262 MovieClip Frame 5
stop();
Instance of Symbol 260 MovieClip "edeath" in Symbol 262 MovieClip Frame 5
onClipEvent (load) {
this._parent.stoprot = 0;
_root.des = _root.des + 1;
tellTarget (this._parent._parent._parent.hud.killskills) {
nextFrame();
};
}
Symbol 274 MovieClip Frame 3
gotoAndPlay (1);
Symbol 274 MovieClip Frame 4
this._parent._parent.stoprot = 1;
Symbol 274 MovieClip Frame 13
tellTarget (this._parent) {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 280 MovieClip Frame 1
stop();
this._parent.stoprot = 1;
Symbol 280 MovieClip Frame 2
play();
this._parent.stoprot = 0;
Symbol 280 MovieClip Frame 25
play();
this._parent.stoprot = 0;
Symbol 280 MovieClip Frame 27
this._parent.stoprot = 1;
Symbol 280 MovieClip Frame 28
gotoAndStop (1);
Symbol 286 MovieClip Frame 10
stop();
Symbol 288 MovieClip Frame 1
killcount = 0;
Symbol 288 MovieClip Frame 2
stop();
Symbol 288 MovieClip Frame 3
killcount = killcount + 1;
if (killcount > 20) {
gotoAndPlay (5);
}
play();
Symbol 288 MovieClip Frame 4
gotoAndPlay (2);
Symbol 288 MovieClip Frame 5
stop();
Instance of Symbol 286 MovieClip "edeath" in Symbol 288 MovieClip Frame 5
onClipEvent (load) {
this._parent.stoprot = 0;
_root.des = _root.des + 1;
}
Symbol 297 MovieClip Frame 1
count = 0;
Symbol 297 MovieClip Frame 2
stop();
Symbol 297 MovieClip Frame 3
count = count + 1;
if (count > 2) {
gotoAndPlay (5);
} else {
play();
}
Symbol 297 MovieClip Frame 4
gotoAndStop (2);
Symbol 297 MovieClip Frame 5
_root.des = _root.des + 1;
Symbol 297 MovieClip Frame 14
stop();
Symbol 305 MovieClip Frame 1
count = 0;
Symbol 305 MovieClip Frame 2
stop();
Symbol 305 MovieClip Frame 3
count = count + 1;
if (count > 5) {
gotoAndPlay (5);
} else {
play();
}
Symbol 305 MovieClip Frame 4
gotoAndStop (2);
Symbol 305 MovieClip Frame 5
tellTarget (_root.grid.obj1) {
gotoAndPlay (2);
_root.des = _root.des + 1;
};
Symbol 305 MovieClip Frame 14
stop();
Symbol 323 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 2
play();
Symbol 323 MovieClip Frame 131
gotoAndPlay (56);
Symbol 323 MovieClip Frame 132
play();
Symbol 323 MovieClip Frame 210
gotoAndPlay (133);
Symbol 323 MovieClip Frame 211
play();
Symbol 323 MovieClip Frame 287
gotoAndPlay (211);
Symbol 323 MovieClip Frame 296
gotoAndPlay (211);
Symbol 323 MovieClip Frame 297
play();
Symbol 323 MovieClip Frame 324
Mouse.hide();
_root.bounce = true;
setProperty(_root.recticle, _visible , true);
_root.am = 100;
tellTarget (_root.speed) {
gotoAndStop (6);
};
stop();
Symbol 323 MovieClip Frame 325
Mouse.hide();
_root.bounce = true;
_root.am = 100;
tellTarget (_root.speed) {
gotoAndStop (6);
};
gotoAndStop (324);
Symbol 323 MovieClip Frame 327
play();
tellTarget (_root.uppergrid.pelarrive) {
gotoAndPlay (140);
};
Symbol 323 MovieClip Frame 461
_root.bounce = true;
setProperty(_root.grid.home, _visible , true);
Symbol 323 MovieClip Frame 462
stop();
Symbol 323 MovieClip Frame 463
stop();
Symbol 340 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 2
play();
Symbol 347 MovieClip Frame 12
_root.dam = _root.dam - 15;
Symbol 347 MovieClip Frame 16
_root.dam = _root.dam - 15;
Symbol 347 MovieClip Frame 19
_root.dam = _root.dam - 15;
Symbol 347 MovieClip Frame 32
stop();
setProperty(this, _visible , false);
Instance of Symbol 342 MovieClip "home" in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
roth = Math.atan2((_root.posy + (jakey * 6.98)) + 5, (_root.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
}
Instance of Symbol 305 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 347 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.canou.hitTest(this.doink)) {
tellTarget (this) {
gotoAndStop (2);
};
}
}
Instance of Symbol 347 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.canou.hitTest(this.doink)) {
tellTarget (this) {
gotoAndStop (2);
};
}
}
Symbol 349 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 2
play();
Symbol 351 MovieClip Frame 3
play();
Symbol 351 MovieClip Frame 4
play();
Symbol 351 MovieClip Frame 5
play();
Symbol 351 MovieClip Frame 6
play();
Symbol 351 MovieClip Frame 7
play();
Symbol 351 MovieClip Frame 8
play();
Symbol 351 MovieClip Frame 9
play();
Symbol 351 MovieClip Frame 10
play();
Symbol 351 MovieClip Frame 11
play();
Symbol 351 MovieClip Frame 12
play();
Symbol 351 MovieClip Frame 13
play();
Symbol 351 MovieClip Frame 14
play();
Symbol 351 MovieClip Frame 15
play();
Symbol 351 MovieClip Frame 16
play();
Symbol 351 MovieClip Frame 17
gotoAndStop (1);
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 2
play();
Symbol 363 MovieClip Frame 15
gotoAndPlay (3);
Symbol 363 MovieClip Frame 25
gotoAndPlay (17);
Symbol 363 MovieClip Frame 33
gotoAndPlay (27);
Symbol 363 MovieClip Frame 39
gotoAndPlay (35);
Symbol 363 MovieClip Frame 55
gotoAndPlay (41);
Symbol 367 MovieClip Frame 1
stop();
Symbol 371 MovieClip Frame 1
stop();
Symbol 371 MovieClip Frame 2
stop();
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 2
play();
if (this._parent._parent.dam < 100) {
this._parent._parent.dam = this._parent._parent.dam + 5;
}
Symbol 376 MovieClip Frame 3
gotoAndStop (1);
Symbol 376 MovieClip Frame 4
play();
if (this._parent._parent.dam < 100) {
this._parent._parent.dam = this._parent._parent.dam + 15;
}
Symbol 376 MovieClip Frame 5
gotoAndStop (1);
Symbol 389 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
if (_root.am < 2) {
gotoAndStop (1);
} else {
gotoAndPlay (3);
}
Symbol 398 MovieClip Frame 3
play();
if (_root.am > 1) {
_root.am = _root.am - 1;
}
Symbol 398 MovieClip Frame 4
if (_root.am > 1) {
_root.am = _root.am - 1;
}
Symbol 398 MovieClip Frame 5
if (_root.am > 1) {
_root.am = _root.am - 1;
}
Symbol 398 MovieClip Frame 6
if (_root.am < 2) {
gotoAndStop (1);
} else {
gotoAndPlay (3);
}
Symbol 414 MovieClip Frame 1
stop();
Symbol 414 MovieClip Frame 2
play();
Symbol 414 MovieClip Frame 33
tellTarget (this._parent.hud.wartc) {
nextFrame();
};
_root.wart = _root.wart - 30000;
Symbol 414 MovieClip Frame 35
tellTarget (_root.hud.killskills) {
gotoAndStop (1);
};
tellTarget (_root.hud.boost) {
gotoAndStop (1);
};
gotoAndPlay("/:levelone");
gotoAndStop (1);
Symbol 442 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 2
play();
Symbol 442 MovieClip Frame 3
play();
Symbol 442 MovieClip Frame 4
play();
Symbol 442 MovieClip Frame 5
play();
Symbol 442 MovieClip Frame 6
play();
Symbol 442 MovieClip Frame 7
play();
Symbol 442 MovieClip Frame 8
play();
Symbol 442 MovieClip Frame 9
play();
Symbol 442 MovieClip Frame 10
gotoAndStop (1);
Symbol 453 MovieClip Frame 119
setProperty(_root.car, _visible , true);
setProperty(_root.carshad, _visible , true);
tellTarget (_root.message) {
nextFrame();
};
Symbol 453 MovieClip Frame 139
stop();
Symbol 453 MovieClip Frame 140
play();
Instance of Symbol 451 MovieClip "pbump" in Symbol 453 MovieClip Frame 140
onClipEvent (enterFrame) {
if (_root.car.canousmall.hitTest(this)) {
tellTarget (_root.endl1) {
gotoAndPlay (2);
tellTarget (_root.uppergrid.pelarrive) {
gotoAndStop (146);
};
};
}
}
Symbol 453 MovieClip Frame 145
gotoAndPlay (140);
Symbol 453 MovieClip Frame 146
stop();
Symbol 453 MovieClip Frame 165
gotoAndStop (146);
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 453 MovieClip "pelarrive" in Symbol 454 MovieClip Frame 1
onClipEvent (load) {
setProperty(this._parent._parent.car, _visible , false);
setProperty(_root.carshad, _visible , false);
_root.bounce = false;
}
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 2
_root.bounce = true;
nextFrame();
Symbol 470 MovieClip Frame 3
_root.bounce = true;
nextFrame();
Symbol 470 MovieClip Frame 4
stop();
_root.gas = -4;
tellTarget (_root.car.HULL.rearlights) {
gotoAndStop (2);
};
Symbol 470 MovieClip Frame 5
stop();
_root.gas = -2;
tellTarget (_root.car.tires.treadbl) {
gotoAndPlay (40);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndPlay (40);
};
tellTarget (_root.car.HULL.rearlights) {
gotoAndStop (2);
};
Symbol 470 MovieClip Frame 6
stop();
_root.gas = 0;
tellTarget (_root.car.tires.treadbl) {
gotoAndStop (1);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndStop (1);
};
tellTarget (_root.car.HULL.rearlights) {
gotoAndStop (1);
};
Symbol 470 MovieClip Frame 7
stop();
_root.gas = 2;
tellTarget (_root.car.tires.treadbl) {
gotoAndPlay (2);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndPlay (2);
};
tellTarget (_root.car.HULL.rearlights) {
gotoAndStop (1);
};
Symbol 470 MovieClip Frame 8
stop();
_root.gas = 4;
tellTarget (_root.car.tires.treadbl) {
gotoAndPlay (2);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndPlay (2);
};
tellTarget (_root.car.HULL.rearlights) {
gotoAndStop (1);
};
Symbol 470 MovieClip Frame 9
stop();
_root.gas = 6;
tellTarget (_root.car.tires.treadbl) {
gotoAndPlay (16);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndPlay (16);
};
Symbol 470 MovieClip Frame 10
stop();
_root.gas = 8;
tellTarget (_root.car.tires.treadbl) {
gotoAndPlay (16);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndPlay (16);
};
Symbol 470 MovieClip Frame 11
stop();
_root.gas = 10;
tellTarget (_root.car.tires.treadbl) {
gotoAndPlay (26);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndPlay (26);
};
Symbol 470 MovieClip Frame 12
stop();
_root.gas = 12;
tellTarget (_root.car.tires.treadbl) {
gotoAndPlay (26);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndPlay (26);
};
Symbol 470 MovieClip Frame 13
stop();
_root.gas = 14;
tellTarget (_root.car.tires.treadbl) {
gotoAndPlay (26);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndPlay (26);
};
Symbol 470 MovieClip Frame 14
stop();
_root.gas = 16;
tellTarget (_root.car.tires.treadbl) {
gotoAndPlay (26);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndPlay (26);
};
Symbol 470 MovieClip Frame 16
stop();
_root.gas = 20;
Symbol 470 MovieClip Frame 17
_root.bounce = true;
prevFrame();
Symbol 470 MovieClip Frame 18
_root.bounce = true;
prevFrame();
Symbol 470 MovieClip Frame 19
_root.gas = -4;
_root.bounce = false;
if (_root.dam < 100) {
_root.dam = _root.dam + 3;
tellTarget (_root.car.HULL.driver) {
gotoAndPlay (2);
};
gotoAndPlay (26);
}
Symbol 470 MovieClip Frame 20
_root.bounce = false;
_root.gas = 4;
if (_root.dam < 100) {
_root.dam = _root.dam + 3;
tellTarget (_root.car.HULL.driver) {
gotoAndPlay (2);
};
}
play();
Symbol 470 MovieClip Frame 21
_root.bounce = false;
_root.gas = 4;
play();
Symbol 470 MovieClip Frame 22
_root.bounce = false;
_root.gas = 4;
play();
Symbol 470 MovieClip Frame 23
_root.bounce = false;
_root.gas = 4;
play();
Symbol 470 MovieClip Frame 24
_root.bounce = false;
_root.gas = 4;
play();
Symbol 470 MovieClip Frame 25
_root.bounce = true;
gotoAndPlay (8);
Symbol 470 MovieClip Frame 26
_root.bounce = false;
_root.gas = -4;
play();
Symbol 470 MovieClip Frame 27
_root.bounce = false;
_root.gas = -4;
play();
Symbol 470 MovieClip Frame 28
_root.bounce = false;
_root.gas = -4;
play();
Symbol 470 MovieClip Frame 29
_root.bounce = false;
_root.gas = -4;
play();
Symbol 470 MovieClip Frame 30
_root.bounce = true;
gotoAndPlay (4);
Symbol 470 MovieClip Frame 31
stop();
tellTarget (_root.car.tires.treadbl) {
gotoAndStop (1);
};
tellTarget (_root.car.tires.treadbr) {
gotoAndStop (1);
};
Symbol 479 Button
on (release) {
gotoAndPlay (12);
_root.endo = false;
_root.wart = 0;
_root.gross = te;
}
Symbol 496 Button
on (press) {
getURL ("http://www.xboxottawa.ca/movies.htm", _blank);
}
Symbol 500 Button
on (press) {
gotoAndPlay ("startoff");
_root.gmo = false;
}
Symbol 503 MovieClip Frame 1
stop();
Symbol 503 MovieClip Frame 2
play();
Symbol 503 MovieClip Frame 131
gotoAndPlay (56);
Symbol 503 MovieClip Frame 132
play();
Symbol 503 MovieClip Frame 210
gotoAndPlay (133);
Symbol 503 MovieClip Frame 211
play();
Symbol 503 MovieClip Frame 287
gotoAndPlay (211);
Symbol 503 MovieClip Frame 296
gotoAndPlay (211);
Symbol 503 MovieClip Frame 297
play();
Symbol 503 MovieClip Frame 324
Mouse.hide();
_root.bounce = true;
setProperty(_root.recticle, _visible , true);
_root.am = 100;
tellTarget (_root.speed) {
gotoAndStop (6);
};
stop();
Symbol 503 MovieClip Frame 325
Mouse.hide();
_root.bounce = true;
_root.am = 100;
tellTarget (_root.speed) {
gotoAndStop (6);
};
gotoAndStop (324);
Symbol 503 MovieClip Frame 327
play();
tellTarget (_root.uppergrid.pelarrive) {
gotoAndPlay (140);
};
Symbol 503 MovieClip Frame 461
_root.bounce = true;
setProperty(_root.grid.home, _visible , true);
Symbol 503 MovieClip Frame 462
stop();
Symbol 503 MovieClip Frame 463
stop();
Instance of Symbol 347 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.canou.hitTest(this.doink)) {
tellTarget (this) {
gotoAndStop (2);
};
}
}
Instance of Symbol 342 MovieClip "home" in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
roth = Math.atan2((_root.posy + (jakey * 6.98)) + 5, (_root.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 297 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this.smokeshow.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 288 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
}
onClipEvent (enterFrame) {
if (this.stoprot == 1) {
randonk = random(30) - 15;
roth = Math.atan2(this._parent._parent.posy + (jakey * 7), this._parent._parent.posx - (jakex * 7));
rotateh = (roth / ppie) * 180;
setProperty(this.egun, _rotation , (-rotateh) + randonk);
setProperty(this.gunshad, _rotation , (-rotateh) + randonk);
if (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump)) {
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (4);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 262 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
this.stoprot = 1;
ppie = 3.1415;
jakex = getProperty(this, _x);
jakey = getProperty(this, _y);
aamovex = 1;
aamovey = 1;
setProperty(this, _visible , false);
}
onClipEvent (enterFrame) {
if ((this.stoprot == 1) && (this._parent._parent.car.sniperc.hitTest(this.egun.erifbump))) {
roth = Math.atan2((this._parent._parent.posy + (jakey * 6.98)) + 5, (this._parent._parent.posx - (jakex * 6.98)) + 5);
rotateh = (roth / ppie) * 180;
setProperty(this, _rotation , -rotateh);
setProperty(this, _visible , true);
tellTarget (this.egun) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.egun.bolt.boltbump.hitTest(this._parent._parent.car.canou)) {
tellTarget (this.egun.bolt) {
gotoAndPlay (5);
tellTarget (this._parent._parent.car.damagedhog) {
gotoAndPlay (2);
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.canou.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (5);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 305 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.recticle.red.hitTest(this.albump)) {
tellTarget (this) {
gotoAndPlay (3);
setProperty(this, _x , _x + ((random(6) - 3) / 10));
setProperty(this, _y , _y + ((random(6) - 3) / 10));
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.albump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 347 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.canou.hitTest(this.doink)) {
tellTarget (this) {
gotoAndStop (2);
};
}
}
Symbol 519 MovieClip Frame 1
stop();
Symbol 519 MovieClip Frame 2
play();
Symbol 519 MovieClip Frame 34
tellTarget (_root.hud.killskills) {
gotoAndStop (1);
};
tellTarget (_root.hud.boost) {
gotoAndStop (1);
};
tellTarget (this._parent.hud.wartc) {
nextFrame();
};
Symbol 519 MovieClip Frame 35
_root.wart = _root.wart - 30000;
gotoAndPlay("/:levelone2");
gotoAndStop (1);
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 416 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 423 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip "pinetree32d" in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._parent.car.frontbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (this._parent._parent.car.rearbump.hitTest(this.treebump)) {
tellTarget (this._parent._parent.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 442 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.car.frontbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (19);
tellTarget (this) {
nextFrame();
};
};
}
}
onClipEvent (enterFrame) {
if (_root.car.rearbump.hitTest(this.treebump)) {
tellTarget (_root.speed) {
gotoAndPlay (20);
tellTarget (this) {
nextFrame();
};
};
}
}
Instance of Symbol 453 MovieClip "pelarrive" in Symbol 520 MovieClip Frame 1
onClipEvent (load) {
setProperty(this._parent._parent.car, _visible , false);
setProperty(_root.carshad, _visible , false);
_root.bounce = false;
}
Symbol 529 Button
on (press) {
gotoAndPlay (22);
_root.gross = _root.gross + 200000;
}
Symbol 542 MovieClip Frame 1
stop();
Symbol 542 MovieClip Frame 2
play();
if (this._parent._parent.dam < 100) {
this._parent._parent.dam = this._parent._parent.dam + 2;
}
Symbol 542 MovieClip Frame 3
gotoAndStop (1);
Symbol 542 MovieClip Frame 4
play();
if (this._parent._parent.dam < 100) {
this._parent._parent.dam = this._parent._parent.dam + 7;
}
Symbol 542 MovieClip Frame 5
gotoAndStop (1);
Symbol 547 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 2
gotoAndPlay (3);
Symbol 547 MovieClip Frame 3
play();
Symbol 547 MovieClip Frame 6
gotoAndPlay (3);
Symbol 557 MovieClip Frame 1
stop();
Symbol 557 MovieClip Frame 2
play();
Symbol 557 MovieClip Frame 33
tellTarget (this._parent.hud.wartc) {
nextFrame();
};
Symbol 557 MovieClip Frame 35
tellTarget (_root.hud.killskills) {
gotoAndStop (1);
};
tellTarget (_root.hud.boost) {
gotoAndStop (1);
};
_root.wart = _root.wart - 30000;
gotoAndPlay("/:levelone");
gotoAndStop (1);
Symbol 559 Button
on (release) {
gotoAndPlay ("startoff");
_root.gmo = false;
}