Frame 1
stop();
Stage.showMenu = false;
_root.bgSound = new Sound(this);
_root.bgSound.attachSound("music");
_root.again = 0;
Frame 2
if (_root.again == 0) {
_root.bgSound.start(0, 99);
}
Frame 3
_root.deerkill = 0;
t = 1;
_root.lightrack = 0;
_root.grilleguard = 0;
_root.bgSound.setVolume(20);
stop();
Instance of Symbol 59 MovieClip "road" in Frame 3
onClipEvent (enterFrame) {
if (_x < -250) {
_x = -250;
}
if (_x > 250) {
_x = 250;
}
}
Instance of Symbol 82 MovieClip in Frame 3
onClipEvent (load) {
Default = 0;
this._rotation = Default;
Steerspeed = 5;
Maxsteerright = 30;
Maxsteerleft = -30;
}
onClipEvent (enterFrame) {
if (this._rotation < Maxsteerright) {
if (Key.isDown(39)) {
this._rotation = this._rotation + Steerspeed;
}
}
}
onClipEvent (enterFrame) {
if (this._rotation > Maxsteerleft) {
if (Key.isDown(37)) {
this._rotation = this._rotation - Steerspeed;
}
}
}
onClipEvent (enterFrame) {
tellTarget (this.road) {
_parent.road._x = _parent.road._x - (this._rotation * 0.5);
};
}
Frame 4
stop();
Frame 5
stop();
_root.bgSound.setVolume(100);
Frame 7
t = 1;
stop();
_root.fuel.gotoAndPlay(1);
_root.damage.bar.gotoAndStop(1);
_root.bgSound.setVolume(20);
Instance of Symbol 143 MovieClip "road" in Frame 7
onClipEvent (enterFrame) {
if (_x < -250) {
_x = -250;
}
if (_x > 250) {
_x = 250;
}
}
Instance of Symbol 82 MovieClip in Frame 7
onClipEvent (load) {
Default = 0;
this._rotation = Default;
Steerspeed = 5;
Maxsteerright = 30;
Maxsteerleft = -30;
}
onClipEvent (enterFrame) {
if (this._rotation < Maxsteerright) {
if (Key.isDown(39)) {
this._rotation = this._rotation + Steerspeed;
}
}
}
onClipEvent (enterFrame) {
if (this._rotation > Maxsteerleft) {
if (Key.isDown(37)) {
this._rotation = this._rotation - Steerspeed;
}
}
}
onClipEvent (enterFrame) {
tellTarget (this.road) {
_parent.road._x = _parent.road._x - (this._rotation * 0.5);
};
}
Frame 8
stop();
Frame 9
stop();
_root.bgSound.setVolume(100);
Frame 11
t = 1;
stop();
_root.fuel.gotoAndPlay(1);
_root.damage.bar.gotoAndStop(1);
_root.bgSound.setVolume(20);
Instance of Symbol 152 MovieClip "road" in Frame 11
onClipEvent (enterFrame) {
if (_x < -250) {
_x = -250;
}
if (_x > 250) {
_x = 250;
}
}
Instance of Symbol 82 MovieClip in Frame 11
onClipEvent (load) {
Default = 0;
this._rotation = Default;
Steerspeed = 5;
Maxsteerright = 30;
Maxsteerleft = -30;
}
onClipEvent (enterFrame) {
if (this._rotation < Maxsteerright) {
if (Key.isDown(39)) {
this._rotation = this._rotation + Steerspeed;
}
}
}
onClipEvent (enterFrame) {
if (this._rotation > Maxsteerleft) {
if (Key.isDown(37)) {
this._rotation = this._rotation - Steerspeed;
}
}
}
onClipEvent (enterFrame) {
tellTarget (this.road) {
_parent.road._x = _parent.road._x - (this._rotation * 0.5);
};
}
Frame 12
stop();
Frame 13
stop();
_root.bgSound.setVolume(100);
Frame 15
_root.fuel.gotoAndPlay(1);
t = 1;
stop();
_root.damage.bar.gotoAndStop(1);
_root.bgSound.setVolume(20);
Instance of Symbol 157 MovieClip "road" in Frame 15
onClipEvent (enterFrame) {
if (_x < -250) {
_x = -250;
}
if (_x > 250) {
_x = 250;
}
}
Instance of Symbol 82 MovieClip in Frame 15
onClipEvent (load) {
Default = 0;
this._rotation = Default;
Steerspeed = 5;
Maxsteerright = 30;
Maxsteerleft = -30;
}
onClipEvent (enterFrame) {
if (this._rotation < Maxsteerright) {
if (Key.isDown(39)) {
this._rotation = this._rotation + Steerspeed;
}
}
}
onClipEvent (enterFrame) {
if (this._rotation > Maxsteerleft) {
if (Key.isDown(37)) {
this._rotation = this._rotation - Steerspeed;
}
}
}
onClipEvent (enterFrame) {
tellTarget (this.road) {
_parent.road._x = _parent.road._x - (this._rotation * 0.5);
};
}
Frame 16
stop();
Frame 17
stop();
_root.bgSound.setVolume(100);
Frame 19
_root.fuel.gotoAndPlay(1);
t = 1;
stop();
_root.damage.bar.gotoAndStop(1);
_root.bgSound.setVolume(20);
Instance of Symbol 170 MovieClip "road" in Frame 19
onClipEvent (enterFrame) {
if (_x < -250) {
_x = -250;
}
if (_x > 250) {
_x = 250;
}
}
Instance of Symbol 82 MovieClip in Frame 19
onClipEvent (load) {
Default = 0;
this._rotation = Default;
Steerspeed = 5;
Maxsteerright = 30;
Maxsteerleft = -30;
}
onClipEvent (enterFrame) {
if (this._rotation < Maxsteerright) {
if (Key.isDown(39)) {
this._rotation = this._rotation + Steerspeed;
}
}
}
onClipEvent (enterFrame) {
if (this._rotation > Maxsteerleft) {
if (Key.isDown(37)) {
this._rotation = this._rotation - Steerspeed;
}
}
}
onClipEvent (enterFrame) {
tellTarget (this.road) {
_parent.road._x = _parent.road._x - (this._rotation * 0.5);
};
}
Frame 20
stop();
Frame 21
stop();
_root.bgSound.setVolume(100);
Frame 23
_root.fuel.gotoAndPlay(1);
t = 1;
stop();
_root.damage.bar.gotoAndStop(1);
_root.bgSound.setVolume(20);
Instance of Symbol 176 MovieClip "road" in Frame 23
onClipEvent (enterFrame) {
if (_x < -250) {
_x = -250;
}
if (_x > 250) {
_x = 250;
}
}
Instance of Symbol 82 MovieClip in Frame 23
onClipEvent (load) {
Default = 0;
this._rotation = Default;
Steerspeed = 5;
Maxsteerright = 30;
Maxsteerleft = -30;
}
onClipEvent (enterFrame) {
if (this._rotation < Maxsteerright) {
if (Key.isDown(39)) {
this._rotation = this._rotation + Steerspeed;
}
}
}
onClipEvent (enterFrame) {
if (this._rotation > Maxsteerleft) {
if (Key.isDown(37)) {
this._rotation = this._rotation - Steerspeed;
}
}
}
onClipEvent (enterFrame) {
tellTarget (this.road) {
_parent.road._x = _parent.road._x - (this._rotation * 0.5);
};
}
Frame 24
stop();
Frame 25
stop();
_root.bgSound.setVolume(100);
Symbol 10 Button
on (release) {
getURL ("http://www.wesgill.net", "_blank");
}
Symbol 14 Button
on (release) {
_root.nextFrame();
}
Symbol 15 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 15 MovieClip Frame 2
gotoAndPlay (1);
Symbol 28 Button
on (release) {
_root.play();
}
Symbol 29 Button
on (release) {
_root.menu.play();
}
Symbol 30 Button
on (release) {
getURL ("http://www.wesgill.net/deer_scores.php", "_blank");
}
Symbol 34 MovieClip Frame 1
stop();
Symbol 34 MovieClip Frame 10
stop();
Symbol 37 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 5
stop();
Instance of Symbol 55 MovieClip "deerhit" in Symbol 57 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.leftcorner)) {
if (_root.lightrack == 0) {
if (_root.leftlight.light == 1) {
_root.leftlight.gotoAndStop(3);
_root.rightlight.gotoAndStop(3);
_root.leftcorner.nextFrame();
}
if (_root.rightlight.light == 1) {
_root.leftcorner.nextFrame();
} else {
_root.rightlight.nextFrame();
_root.leftcorner.nextFrame();
}
}
if (this.hitTest(_root.left)) {
_root.left.nextFrame();
_root.damage.bar.nextFrame();
_root.hit.gotoAndPlay(1);
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
if (this.hitTest(_root.leftcorner)) {
_root.hit.gotoAndPlay(1);
_root.leftcorner.nextFrame();
_root.deerkill = _root.deerkill + 1;
_parent.gotoAndStop(37);
}
if (this.hitTest(_root.rightcorner)) {
if (_root.lightrack == 0) {
if (_root.rightlight.light == 1) {
_root.rightlight.gotoAndStop(3);
_root.leftlight.gotoAndStop(3);
_root.rightcorner.nextFrame();
}
if (_root.leftlight.light == 1) {
_root.rightcorner.nextFrame();
} else {
_root.leftlight.nextframe();
_root.rightcorner.nextFrame();
}
}
if (this.hitTest(_root.right)) {
_root.right.nextFrame();
_root.damage.bar.nextFrame();
_root.hit.gotoAndPlay(1);
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
if (this.hitTest(_root.rightcorner)) {
_root.rightcorner.nextFrame();
_root.deerkill = _root.deerkill + 1;
_parent.gotoAndStop(37);
_root.hit.gotoAndPlay(1);
}
if (this.hitTest(_root.right && (_root.left))) {
_root.right.nextFrame();
_root.left.nextFrame();
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
_root.damage.bar.nextFrame();
}
if (this.hitTest(_root.leftcorner)) {
_root.leftcorner.nextFrame();
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
if (this.hitTest(_root.rightcorner)) {
_root.rightcorner.nextFrame();
_root.damage.bar.nextFrame();
_root.hit.gotoAndPlay(1);
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
_root.deerkill = _root.deerkill + 1;
_parent.gotoAndStop(37);
_root.hit.gotoAndPlay(1);
}
}
Symbol 57 MovieClip Frame 36
gotoAndPlay (1);
Instance of Symbol 55 MovieClip "deerhit" in Symbol 58 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.leftcorner)) {
if (_root.lightrack == 0) {
if (_root.leftlight.light == 1) {
_root.leftlight.gotoAndStop(3);
_root.rightlight.gotoAndStop(3);
_root.leftcorner.nextFrame();
}
if (_root.rightlight.light == 1) {
_root.leftcorner.nextFrame();
} else {
_root.rightlight.nextFrame();
_root.leftcorner.nextFrame();
}
}
if (this.hitTest(_root.left)) {
_root.left.nextFrame();
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
if (this.hitTest(_root.leftcorner)) {
_root.hit.gotoAndPlay(1);
_root.leftcorner.nextFrame();
_root.deerkill = _root.deerkill + 1;
_parent.gotoAndStop(37);
}
if (this.hitTest(_root.rightcorner)) {
if (_root.lightrack == 0) {
if (_root.rightlight.light == 1) {
_root.rightlight.gotoAndStop(3);
_root.leftlight.gotoAndStop(3);
_root.rightcorner.nextFrame();
}
if (_root.leftlight.light == 1) {
_root.rightcorner.nextFrame();
} else {
_root.leftlight.nextframe();
_root.rightcorner.nextFrame();
}
}
if (this.hitTest(_root.right)) {
_root.right.nextFrame();
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
if (this.hitTest(_root.rightcorner)) {
_root.hit.gotoAndPlay(1);
_root.rightcorner.nextFrame();
_root.deerkill = _root.deerkill + 1;
_parent.gotoAndStop(37);
}
if (this.hitTest(_root.right && (_root.left))) {
_root.right.nextFrame();
_root.left.nextFrame();
_root.damage.bar.nextFrame();
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
_root.damage.bar.nextFrame();
}
if (this.hitTest(_root.leftcorner)) {
_root.leftcorner.nextFrame();
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
if (this.hitTest(_root.rightcorner)) {
_root.rightcorner.nextFrame();
_root.damage.bar.nextFrame();
_root.hit.gotoAndPlay(1);
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
_root.deerkill = _root.deerkill + 1;
_root.hit.gotoAndPlay(1);
_parent.gotoAndStop(37);
}
}
Symbol 58 MovieClip Frame 36
gotoAndPlay (1);
Symbol 59 MovieClip Frame 1
stop();
interval = 0;
chance = 100;
duplicateVar = 0;
depth = 1;
onEnterFrame = function () {
var _local1 = _root;
interval = random(chance);
if (interval == 1) {
duplicateMovieClip (_local1.road.deer, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 464.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (interval == 2) {
duplicateMovieClip (_local1.road.deertwo, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 55.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
duplicateVar++;
depth--;
};
Instance of Symbol 44 MovieClip in Symbol 59 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 57 MovieClip "deer" in Symbol 59 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
_root.deerxspeed = 15;
_root.deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.deeryspeed);
_x = (_x - _root.deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 58 MovieClip "deertwo" in Symbol 59 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
deerxspeed = -15;
deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + deeryspeed);
_x = (_x - deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 2
stop();
light = 1;
Symbol 64 MovieClip Frame 3
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 2
stop();
light = 1;
Symbol 67 MovieClip Frame 3
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 2
stop();
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 2
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 2
stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 2
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 100
_root.destroyed.play();
Symbol 90 Button
on (release) {
toggleHighQuality();
}
Symbol 96 MovieClip Frame 1
_root.allow_refuel = 0;
_root.fuel_light.gotoAndStop(1);
Symbol 96 MovieClip Frame 360
_root.allow_refuel = 1;
Symbol 96 MovieClip Frame 630
_root.fuel_light.play();
Symbol 96 MovieClip Frame 720
stop();
_root.no_fuel.play();
Symbol 101 Button
on (release) {
_root.gotoAndStop("end");
}
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 5
_root.nextFrame();
Symbol 102 MovieClip Frame 55
stop();
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 30
gotoAndPlay (2);
Symbol 106 Button
on (release) {
_root.nextFrame();
}
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 50
stop();
_root.nextFrame();
Symbol 109 Button
on (release) {
_root.nextFrame();
}
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 10
_root.nextFrame();
Symbol 110 MovieClip Frame 50
stop();
Symbol 112 MovieClip Frame 60
_root.nextFrame();
_root.road.nextFrame();
Symbol 114 MovieClip Frame 1
if (_root.allow_refuel == 1) {
if (Key.isDown(82)) {
_root.fuel.gotoAndPlay(1);
_root.deerkill = _root.deerkill - 5;
}
}
Symbol 118 Button
on (release) {
nextFrame();
}
Symbol 124 Button
on (release) {
if (_root.deerkill >= 15) {
_root.deerkill = _root.deerkill - 15;
_root.lightrack = 1;
nextFrame();
}
}
Symbol 127 MovieClip Frame 1
if (_root.lightrack == 1) {
nextFrame();
} else {
stop();
}
Symbol 132 Button
on (release) {
if (_root.deerkill >= 40) {
_root.deerkill = _root.deerkill - 40;
_root.grilleguard = 1;
nextFrame();
}
}
Symbol 134 MovieClip Frame 1
if (_root.grilleguard == 1) {
nextFrame();
} else {
stop();
}
Symbol 141 MovieClip Frame 1
stop();
Instance of Symbol 139 MovieClip "pylonhit" in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.leftcorner)) {
if (_root.lightrack == 0) {
if (_root.leftlight.light == 1) {
_root.leftlight.gotoAndStop(3);
_root.rightlight.gotoAndStop(3);
_root.leftcorner.nextFrame();
}
if (_root.rightlight.light == 1) {
_root.leftcorner.nextFrame();
} else {
_root.rightlight.nextFrame();
_root.leftcorner.nextFrame();
}
}
if (this.hitTest(_root.left)) {
_root.left.nextFrame();
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
if (this.hitTest(_root.leftcorner)) {
_root.leftcorner.nextFrame();
_parent.nextFrame();
}
if (this.hitTest(_root.rightcorner)) {
if (_root.lightrack == 0) {
if (_root.rightlight.light == 1) {
_root.rightlight.gotoAndStop(3);
_root.leftlight.gotoAndStop(3);
_root.rightcorner.nextFrame();
}
if (_root.leftlight.light == 1) {
_root.rightcorner.nextFrame();
} else {
_root.leftlight.nextframe();
_root.rightcorner.nextFrame();
}
}
if (this.hitTest(_root.right)) {
_root.right.nextFrame();
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
if (this.hitTest(_root.rightcorner)) {
_root.rightcorner.nextFrame();
_parent.nextFrame();
}
if (this.hitTest(_root.right && (_root.left))) {
_root.right.nextFrame();
_root.left.nextFrame();
_root.damage.bar.nextFrame();
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
_root.damage.bar.nextFrame();
}
if (this.hitTest(_root.leftcorner)) {
_root.leftcorner.nextFrame();
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
if (this.hitTest(_root.rightcorner)) {
_root.rightcorner.nextFrame();
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
if (_root.grilleguard == 0) {
_root.damage.bar.nextFrame();
}
}
_parent.nextFrame();
}
}
Symbol 143 MovieClip Frame 1
stop();
interval = 0;
chance = 100;
duplicateVar = 0;
depth = 1;
pyloninterval = 0;
pylonchance = 600;
onEnterFrame = function () {
var _local1 = _root;
interval = random(chance);
pyloninterval = random(pylonchance);
if (interval == 1) {
duplicateMovieClip (_local1.road.deer, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 464.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (interval == 2) {
duplicateMovieClip (_local1.road.deertwo, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 55.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (pyloninterval == 1) {
duplicateMovieClip (_local1.road.pylon, "pylon" + duplicateVar, depth);
_local1.road["pylon" + duplicateVar]._x = 260;
_local1.road["pylon" + duplicateVar]._y = 9;
_local1.road["pylon" + duplicateVar]._height = 45.9;
_local1.road["pylon" + duplicateVar]._width = 130.6;
}
if (pyloninterval == 2) {
duplicateMovieClip (_local1.road.pylontwo, "pylontwo" + duplicateVar, depth);
_local1.road["pylontwo" + duplicateVar]._x = 282.3;
_local1.road["pylontwo" + duplicateVar]._y = 9;
_local1.road["pylontwo" + duplicateVar]._height = 45.9;
_local1.road["pylontwo" + duplicateVar]._width = 130.6;
}
duplicateVar++;
depth--;
};
Instance of Symbol 44 MovieClip in Symbol 143 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 57 MovieClip "deer" in Symbol 143 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
_root.deerxspeed = 15;
_root.deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.deeryspeed);
_x = (_x - _root.deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 58 MovieClip "deertwo" in Symbol 143 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
deerxspeed = -15;
deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + deeryspeed);
_x = (_x - deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 142 MovieClip "pylon" in Symbol 143 MovieClip Frame 1
onClipEvent (load) {
_root.pylonyspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.pylonyspeed);
_xscale = _y;
_yscale = _y;
}
Instance of Symbol 142 MovieClip "pylontwo" in Symbol 143 MovieClip Frame 1
onClipEvent (load) {
_root.pylon2yspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.pylon2yspeed);
_xscale = _y;
_yscale = _y;
}
Symbol 146 MovieClip Frame 60
_root.nextFrame();
Symbol 151 MovieClip Frame 1
stop();
Instance of Symbol 150 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.leftcorner)) {
if (this.hitTest(_root.left)) {
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
}
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
}
if (this.hitTest(_root.leftcorner)) {
_parent.nextFrame();
}
if (this.hitTest(_root.rightcorner)) {
if (this.hitTest(_root.right)) {
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
}
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
}
if (this.hitTest(_root.rightcorner)) {
_parent.nextFrame();
}
if (this.hitTest(_root.right && (_root.left))) {
_root.damage.bar.nextFrame();
_root.damage.bar.nextFrame();
_root.hit.gotoAndPlay(1);
if (this.hitTest(_root.leftcorner)) {
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
}
if (this.hitTest(_root.rightcorner)) {
_root.hit.gotoAndPlay(1);
_root.damage.bar.nextFrame();
}
_parent.nextFrame();
}
}
Symbol 152 MovieClip Frame 1
stop();
interval = 0;
chance = 100;
duplicateVar = 0;
depth = 1;
holeinterval = 0;
holechance = 200;
onEnterFrame = function () {
var _local1 = _root;
interval = random(chance);
pyloninterval = random(pylonchance);
carinterval = random(carchance);
holeinterval = random(holechance);
if (interval == 1) {
duplicateMovieClip (_local1.road.deer, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 464.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (interval == 2) {
duplicateMovieClip (_local1.road.deertwo, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 55.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (holeinterval == 2) {
duplicateMovieClip (_local1.road.pothole2, "hole2" + duplicateVar, depth);
_local1.road["hole2" + duplicateVar]._x = 188.2;
_local1.road["hole2" + duplicateVar]._y = 60.5;
_local1.road["hole2" + duplicateVar]._height = 15.3;
_local1.road["hole2" + duplicateVar]._width = 35;
}
if (holeinterval == 3) {
duplicateMovieClip (_local1.road.pothole3, "hole3" + duplicateVar, depth);
_local1.road["hole3" + duplicateVar]._x = 326.4;
_local1.road["hole3" + duplicateVar]._y = 36.6;
_local1.road["hole3" + duplicateVar]._height = 14.7;
_local1.road["hole3" + duplicateVar]._width = 33.5;
}
duplicateVar++;
depth--;
};
Instance of Symbol 44 MovieClip in Symbol 152 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 57 MovieClip "deer" in Symbol 152 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
_root.deerxspeed = 15;
_root.deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.deeryspeed);
_x = (_x - _root.deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 58 MovieClip "deertwo" in Symbol 152 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
deerxspeed = -15;
deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + deeryspeed);
_x = (_x - deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 151 MovieClip "pothole3" in Symbol 152 MovieClip Frame 1
onClipEvent (load) {
_root.hole2yspeed = 3;
}
onClipEvent (enterFrame) {
_y = (_y + _root.hole2yspeed);
_xscale = (_y / 1.75);
_yscale = (_y / 1.75);
}
Instance of Symbol 151 MovieClip "pothole2" in Symbol 152 MovieClip Frame 1
onClipEvent (load) {
_root.holeyspeed = 3;
}
onClipEvent (enterFrame) {
_y = (_y + _root.holeyspeed);
_xscale = (_y / 1.75);
_yscale = (_y / 1.75);
}
Symbol 155 MovieClip Frame 60
_root.nextFrame();
Symbol 157 MovieClip Frame 1
stop();
interval = 0;
chance = 100;
duplicateVar = 0;
depth = 1;
pyloninterval = 0;
pylonchance = 600;
carinterval = 0;
carchance = 1000;
holeinterval = 0;
holechance = 500;
onEnterFrame = function () {
var _local1 = _root;
interval = random(chance);
pyloninterval = random(pylonchance);
carinterval = random(carchance);
holeinterval = random(holechance);
if (interval == 1) {
duplicateMovieClip (_local1.road.deer, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 464.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (interval == 2) {
duplicateMovieClip (_local1.road.deertwo, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 55.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (pyloninterval == 1) {
duplicateMovieClip (_local1.road.pylon, "pylon" + duplicateVar, depth);
_local1.road["pylon" + duplicateVar]._x = 260;
_local1.road["pylon" + duplicateVar]._y = 9;
_local1.road["pylon" + duplicateVar]._height = 45.9;
_local1.road["pylon" + duplicateVar]._width = 130.6;
}
if (pyloninterval == 2) {
duplicateMovieClip (_local1.road.pylontwo, "pylontwo" + duplicateVar, depth);
_local1.road["pylontwo" + duplicateVar]._x = 282.3;
_local1.road["pylontwo" + duplicateVar]._y = 9;
_local1.road["pylontwo" + duplicateVar]._height = 45.9;
_local1.road["pylontwo" + duplicateVar]._width = 130.6;
}
if (holeinterval == 2) {
duplicateMovieClip (_local1.road.pothole2, "hole2" + duplicateVar, depth);
_local1.road["hole2" + duplicateVar]._x = 188.2;
_local1.road["hole2" + duplicateVar]._y = 60.5;
_local1.road["hole2" + duplicateVar]._height = 15.3;
_local1.road["hole2" + duplicateVar]._width = 35;
}
if (holeinterval == 3) {
duplicateMovieClip (_local1.road.pothole3, "hole3" + duplicateVar, depth);
_local1.road["hole3" + duplicateVar]._x = 326.4;
_local1.road["hole3" + duplicateVar]._y = 36.6;
_local1.road["hole3" + duplicateVar]._height = 14.7;
_local1.road["hole3" + duplicateVar]._width = 33.5;
}
duplicateVar++;
depth--;
};
Instance of Symbol 44 MovieClip in Symbol 157 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 57 MovieClip "deer" in Symbol 157 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
_root.deerxspeed = 15;
_root.deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.deeryspeed);
_x = (_x - _root.deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 58 MovieClip "deertwo" in Symbol 157 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
deerxspeed = -15;
deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + deeryspeed);
_x = (_x - deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 142 MovieClip "pylon" in Symbol 157 MovieClip Frame 1
onClipEvent (load) {
_root.pylonyspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.pylonyspeed);
_xscale = _y;
_yscale = _y;
}
Instance of Symbol 142 MovieClip "pylontwo" in Symbol 157 MovieClip Frame 1
onClipEvent (load) {
_root.pylon2yspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.pylon2yspeed);
_xscale = _y;
_yscale = _y;
}
Instance of Symbol 151 MovieClip "pothole3" in Symbol 157 MovieClip Frame 1
onClipEvent (load) {
_root.hole2yspeed = 3;
}
onClipEvent (enterFrame) {
_y = (_y + _root.hole2yspeed);
_xscale = (_y / 1.75);
_yscale = (_y / 1.75);
}
Instance of Symbol 151 MovieClip "pothole2" in Symbol 157 MovieClip Frame 1
onClipEvent (load) {
_root.holeyspeed = 3;
}
onClipEvent (enterFrame) {
_y = (_y + _root.holeyspeed);
_xscale = (_y / 1.75);
_yscale = (_y / 1.75);
}
Symbol 160 MovieClip Frame 60
_root.nextFrame();
Instance of Symbol 164 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.leftcorner)) {
_root.dead.play();
_root.car_hit.gotoAndPlay(1);
}
if (this.hitTest(_root.rightcorner)) {
_root.dead.play();
_root.car_hit.gotoAndPlay(1);
}
if (this.hitTest(_root.left)) {
_root.car_hit.gotoAndPlay(1);
_root.dead.play();
}
}
Symbol 170 MovieClip Frame 1
stop();
interval = 0;
chance = 100;
duplicateVar = 0;
depth = 1;
pyloninterval = 0;
pylonchance = 600;
carinterval = 0;
carchance = 1000;
holeinterval = 0;
holechance = 500;
onEnterFrame = function () {
var _local1 = _root;
interval = random(chance);
pyloninterval = random(pylonchance);
carinterval = random(carchance);
holeinterval = random(holechance);
if (interval == 1) {
duplicateMovieClip (_local1.road.deer, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 464.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (interval == 2) {
duplicateMovieClip (_local1.road.deertwo, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 55.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (pyloninterval == 1) {
duplicateMovieClip (_local1.road.pylon, "pylon" + duplicateVar, depth);
_local1.road["pylon" + duplicateVar]._x = 260;
_local1.road["pylon" + duplicateVar]._y = 9;
_local1.road["pylon" + duplicateVar]._height = 45.9;
_local1.road["pylon" + duplicateVar]._width = 130.6;
}
if (pyloninterval == 2) {
duplicateMovieClip (_local1.road.pylontwo, "pylontwo" + duplicateVar, depth);
_local1.road["pylontwo" + duplicateVar]._x = 282.3;
_local1.road["pylontwo" + duplicateVar]._y = 9;
_local1.road["pylontwo" + duplicateVar]._height = 45.9;
_local1.road["pylontwo" + duplicateVar]._width = 130.6;
}
if (carinterval == 1) {
duplicateMovieClip (_local1.road.car, "car" + duplicateVar, depth);
_local1.road["car" + duplicateVar]._x = 200;
_local1.road["car" + duplicateVar]._y = -37;
_local1.road["car" + duplicateVar]._height = 90.3;
_local1.road["car" + duplicateVar]._width = 132.7;
}
if (holeinterval == 2) {
duplicateMovieClip (_local1.road.pothole2, "hole2" + duplicateVar, depth);
_local1.road["hole2" + duplicateVar]._x = 188.2;
_local1.road["hole2" + duplicateVar]._y = 60.5;
_local1.road["hole2" + duplicateVar]._height = 15.3;
_local1.road["hole2" + duplicateVar]._width = 35;
}
if (holeinterval == 3) {
duplicateMovieClip (_local1.road.pothole3, "hole3" + duplicateVar, depth);
_local1.road["hole3" + duplicateVar]._x = 326.4;
_local1.road["hole3" + duplicateVar]._y = 36.6;
_local1.road["hole3" + duplicateVar]._height = 14.7;
_local1.road["hole3" + duplicateVar]._width = 33.5;
}
duplicateVar++;
depth--;
};
Instance of Symbol 44 MovieClip in Symbol 170 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 57 MovieClip "deer" in Symbol 170 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
_root.deerxspeed = 15;
_root.deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.deeryspeed);
_x = (_x - _root.deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 58 MovieClip "deertwo" in Symbol 170 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
deerxspeed = -15;
deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + deeryspeed);
_x = (_x - deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 142 MovieClip "pylon" in Symbol 170 MovieClip Frame 1
onClipEvent (load) {
_root.pylonyspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.pylonyspeed);
_xscale = _y;
_yscale = _y;
}
Instance of Symbol 142 MovieClip "pylontwo" in Symbol 170 MovieClip Frame 1
onClipEvent (load) {
_root.pylon2yspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.pylon2yspeed);
_xscale = _y;
_yscale = _y;
}
Instance of Symbol 169 MovieClip "car" in Symbol 170 MovieClip Frame 1
onClipEvent (load) {
_root.caryspeed = 4;
}
onClipEvent (enterFrame) {
_y = (_y + _root.caryspeed);
_xscale = _y;
_yscale = _y;
}
Instance of Symbol 151 MovieClip "pothole3" in Symbol 170 MovieClip Frame 1
onClipEvent (load) {
_root.hole2yspeed = 3;
}
onClipEvent (enterFrame) {
_y = (_y + _root.hole2yspeed);
_xscale = (_y / 1.75);
_yscale = (_y / 1.75);
}
Instance of Symbol 151 MovieClip "pothole2" in Symbol 170 MovieClip Frame 1
onClipEvent (load) {
_root.holeyspeed = 3;
}
onClipEvent (enterFrame) {
_y = (_y + _root.holeyspeed);
_xscale = (_y / 1.75);
_yscale = (_y / 1.75);
}
Symbol 173 MovieClip Frame 60
_root.nextFrame();
Symbol 176 MovieClip Frame 1
stop();
interval = 0;
chance = 100;
duplicateVar = 0;
depth = 1;
pyloninterval = 0;
pylonchance = 600;
carinterval = 0;
carchance = 1000;
holeinterval = 0;
holechance = 500;
onEnterFrame = function () {
var _local1 = _root;
interval = random(chance);
pyloninterval = random(pylonchance);
carinterval = random(carchance);
holeinterval = random(holechance);
if (interval == 1) {
duplicateMovieClip (_local1.road.deer, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 464.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (interval == 2) {
duplicateMovieClip (_local1.road.deertwo, "deer" + duplicateVar, depth);
_local1.road["deer" + duplicateVar]._x = 55.4;
_local1.road["deer" + duplicateVar]._y = 36.3;
_local1.road["deer" + duplicateVar]._width = 28.1;
_local1.road["deer" + duplicateVar]._height = 21.1;
}
if (pyloninterval == 1) {
duplicateMovieClip (_local1.road.pylon, "pylon" + duplicateVar, depth);
_local1.road["pylon" + duplicateVar]._x = 260;
_local1.road["pylon" + duplicateVar]._y = 9;
_local1.road["pylon" + duplicateVar]._height = 45.9;
_local1.road["pylon" + duplicateVar]._width = 130.6;
}
if (pyloninterval == 2) {
duplicateMovieClip (_local1.road.pylontwo, "pylontwo" + duplicateVar, depth);
_local1.road["pylontwo" + duplicateVar]._x = 282.3;
_local1.road["pylontwo" + duplicateVar]._y = 9;
_local1.road["pylontwo" + duplicateVar]._height = 45.9;
_local1.road["pylontwo" + duplicateVar]._width = 130.6;
}
if (carinterval == 1) {
duplicateMovieClip (_local1.road.car, "car" + duplicateVar, depth);
_local1.road["car" + duplicateVar]._x = 200;
_local1.road["car" + duplicateVar]._y = -37;
_local1.road["car" + duplicateVar]._height = 90.3;
_local1.road["car" + duplicateVar]._width = 132.7;
}
if (holeinterval == 2) {
duplicateMovieClip (_local1.road.pothole2, "hole2" + duplicateVar, depth);
_local1.road["hole2" + duplicateVar]._x = 188.2;
_local1.road["hole2" + duplicateVar]._y = 60.5;
_local1.road["hole2" + duplicateVar]._height = 15.3;
_local1.road["hole2" + duplicateVar]._width = 35;
}
if (holeinterval == 3) {
duplicateMovieClip (_local1.road.pothole3, "hole3" + duplicateVar, depth);
_local1.road["hole3" + duplicateVar]._x = 326.4;
_local1.road["hole3" + duplicateVar]._y = 36.6;
_local1.road["hole3" + duplicateVar]._height = 14.7;
_local1.road["hole3" + duplicateVar]._width = 33.5;
}
duplicateVar++;
depth--;
};
Instance of Symbol 44 MovieClip in Symbol 176 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 57 MovieClip "deer" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
_root.deerxspeed = 15;
_root.deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.deeryspeed);
_x = (_x - _root.deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 58 MovieClip "deertwo" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
deerlive = 1;
deerxspeed = -15;
deeryspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + deeryspeed);
_x = (_x - deerxspeed);
_xscale = (_y / 2);
_yscale = (_y / 2);
}
Instance of Symbol 142 MovieClip "pylon" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_root.pylonyspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.pylonyspeed);
_xscale = _y;
_yscale = _y;
}
Instance of Symbol 142 MovieClip "pylontwo" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_root.pylon2yspeed = 1.5;
}
onClipEvent (enterFrame) {
_y = (_y + _root.pylon2yspeed);
_xscale = _y;
_yscale = _y;
}
Instance of Symbol 169 MovieClip "car" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_root.caryspeed = 4;
}
onClipEvent (enterFrame) {
_y = (_y + _root.caryspeed);
_xscale = _y;
_yscale = _y;
}
Instance of Symbol 151 MovieClip "pothole3" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_root.hole2yspeed = 3;
}
onClipEvent (enterFrame) {
_y = (_y + _root.hole2yspeed);
_xscale = (_y / 1.75);
_yscale = (_y / 1.75);
}
Instance of Symbol 151 MovieClip "pothole2" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
_root.holeyspeed = 3;
}
onClipEvent (enterFrame) {
_y = (_y + _root.holeyspeed);
_xscale = (_y / 1.75);
_yscale = (_y / 1.75);
}
Symbol 179 MovieClip Frame 60
_root.nextFrame();
Symbol 185 Button
on (release) {
_root.game_id = "deer";
getURL ("http://www.wesgill.net/deer_scores/addscore.php", "_blank", "POST");
_root.gotoAndStop("menu");
}
Symbol 188 Button
on (release) {
_root.gotoAndStop("menu");
_root.again = 1;
}
Symbol 189 MovieClip Frame 1
_root.submit_scores.final_score = _root.deerkill;