Frame 1
ifFrameLoaded (198) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 71
stop();
Frame 72
gotoAndStop (71);
Frame 73
gotoAndPlay (75);
Frame 74
gotoAndPlay (156);
Frame 115
stopAllSounds();
Frame 116
tellTarget (bar1) {
r = 20;
};
tellTarget (bar2) {
j = 20;
};
stop();
Instance of Symbol 130 MovieClip "prox" in Frame 116
onClipEvent (load) {
moveSpeed = 7;
wheely_x = getProperty("_root.wheel", _x);
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
if (this._x < 550) {
this._x = this._x + moveSpeed;
_xscale = 100;
}
}
if (Key.isDown(Key.LEFT)) {
if (30 < this._x) {
this._x = this._x - moveSpeed;
_xscale = -100;
}
}
}
Instance of Symbol 139 MovieClip "wheel" in Frame 116
onClipEvent (load) {
moveSpeed = 4;
}
onClipEvent (enterFrame) {
proxy_x = getProperty("_root.prox", _x);
if (this._x < proxy_x) {
_xscale = -100;
} else if (proxy_x < this._x) {
_xscale = 100;
}
}
Frame 117
tellTarget (prox) {
moveSpeed = 0;
};
Frame 154
if (_root.win.winner == "Proxist Wins!") {
gotoAndPlay (237);
}
if (_root.win.winner == "WheelJack Wins!") {
gotoAndPlay (243);
}
stop();
Frame 155
gotoAndStop (116);
Frame 196
stopAllSounds();
Frame 197
tellTarget (bar1) {
r = 20;
};
tellTarget (bar2) {
j = 20;
};
stop();
Instance of Symbol 149 MovieClip "prox" in Frame 197
onClipEvent (load) {
moveSpeed = 4;
}
onClipEvent (enterFrame) {
wheely_x = getProperty("_root.wheel", _x);
if (this._x < wheely_x) {
_xscale = -100;
} else if (wheely_x < this._x) {
_xscale = 100;
}
}
Instance of Symbol 191 MovieClip "wheel" in Frame 197
onClipEvent (load) {
moveSpeed = 7;
prox_x = getProperty("_root.prox", _x);
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
if (this._x < 550) {
this._x = this._x + moveSpeed;
_xscale = 100;
}
}
if (Key.isDown(Key.LEFT)) {
if (30 < this._x) {
this._x = this._x - moveSpeed;
_xscale = -100;
}
}
}
Frame 198
tellTarget (wheel) {
moveSpeed = 0;
};
Frame 235
if (_root.win.winner == "Proxist Wins!") {
gotoAndPlay (237);
}
if (_root.win.winner == "WheelJack Wins!") {
gotoAndPlay (243);
}
Frame 236
gotoAndStop (197);
Frame 237
stopAllSounds();
play();
Frame 241
stop();
Frame 242
gotoAndStop (241);
Frame 243
stopAllSounds();
play();
Frame 247
stop();
Frame 248
gotoAndStop (247);
Symbol 25 Button
on (release) {
play();
}
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 11
stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 11
stop();
Symbol 36 Button
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndPlay (9);
}
on (press) {
_root.gotoAndPlay(74);
}
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 8
stop();
Symbol 37 MovieClip Frame 15
gotoAndStop (1);
Symbol 39 Button
on (press) {
_root.gotoAndPlay(73);
}
on (rollOver) {
gotoAndPlay (2);
}
on (rollOut) {
gotoAndPlay (9);
}
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 8
stop();
Symbol 46 Button
on (release) {
play();
}
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 13
stop();
Symbol 74 MovieClip Frame 30
gotoAndPlay (1);
Symbol 100 MovieClip Frame 41
stop();
Symbol 103 MovieClip Frame 1
if (r == Number(random(10))) {
tellTarget (_root.tom2) {
play();
};
}
if (r >= 0) {
this._xscale = r * 5;
}
if (0 >= r) {
tellTarget (_root.prox) {
gotoAndStop (11);
};
tellTarget (_root.wheel) {
gotoAndStop (10);
};
_root.win.winner = "WheelJack Wins!";
tellTarget (_root) {
play();
};
}
Symbol 103 MovieClip Frame 2
gotoAndPlay (1);
Symbol 107 MovieClip Frame 1
if (j == Number(random(10))) {
tellTarget (_root.tom) {
play();
};
}
if (j >= 0) {
this._xscale = j * 5;
}
if (0 >= j) {
tellTarget (_root.wheel) {
gotoAndStop (12);
};
tellTarget (_root.prox) {
gotoAndStop (9);
};
_root.win.winner = "Proxist Wins!";
tellTarget (_root) {
play();
};
}
Symbol 107 MovieClip Frame 2
gotoAndPlay (1);
Symbol 111 Button
on (keyPress "<Right>") {
gotoAndStop (3);
_root.prox.gotoAndStop(3);
}
on (keyPress "<Left>") {
gotoAndStop (3);
}
on (keyPress "w") {
gotoAndStop (6);
}
on (keyPress "a") {
gotoAndStop (5);
}
on (keyPress "d") {
gotoAndStop (7);
}
Symbol 112 MovieClip Frame 21
gotoAndPlay (1);
Symbol 113 MovieClip Frame 16
my_x = _x;
my_y = _y;
enemyx = getProperty("_root.wheel", _x);
enemyy = getProperty("_root.wheel", _y);
enemywidth = getProperty("_root.wheel", _width);
enemyheight = getProperty("_root.wheel", _height);
enemytop = enemyy - (enemyheight / 2);
enemybottom = Number(enemyy) + Number(enemyheight / 2);
enemyleft = (enemyx - (enemywidth / 2)) - 50;
enemyright = (Number(enemyx) + Number(enemywidth / 2)) + 50;
if ((((Number(enemyleft) < Number(my_x)) and (Number(my_x) < Number(enemyright))) and (Number(enemytop) < Number(my_y))) and (Number(my_y) < Number(enemybottom))) {
tellTarget ("_root.bar2") {
j = j - 1;
};
}
Symbol 113 MovieClip Frame 22
_root.prox.gotoAndStop(1);
Symbol 124 MovieClip Frame 45
_root.prox.gotoAndStop(1);
Symbol 125 MovieClip Frame 14
_root.prox.gotoAndStop(1);
Symbol 126 MovieClip Frame 10
stop();
Symbol 129 MovieClip Frame 11
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 3
stop();
Symbol 130 MovieClip Frame 5
my_x = _x;
my_y = _y;
enemyx = getProperty("_root.wheel", _x);
enemyy = getProperty("_root.wheel", _y);
enemywidth = getProperty("_root.wheel", _width);
enemyheight = getProperty("_root.wheel", _height);
enemytop = enemyy - (enemyheight / 2);
enemybottom = Number(enemyy) + Number(enemyheight / 2);
enemyleft = (enemyx - (enemywidth / 2)) - 50;
enemyright = (Number(enemyx) + Number(enemywidth / 2)) + 50;
if ((((Number(enemyleft) < Number(my_x)) and (Number(my_x) < Number(enemyright))) and (Number(enemytop) < Number(my_y))) and (Number(my_y) < Number(enemybottom))) {
tellTarget ("_root.bar2") {
j = j - 1;
};
}
stop();
Symbol 130 MovieClip Frame 6
my_x = _x;
my_y = _y;
enemyx = getProperty("_root.wheel", _x);
enemyy = getProperty("_root.wheel", _y);
enemywidth = getProperty("_root.wheel", _width);
enemyheight = getProperty("_root.wheel", _height);
enemytop = enemyy - (enemyheight / 2);
enemybottom = Number(enemyy) + Number(enemyheight / 2);
enemyleft = (enemyx - (enemywidth / 2)) - 50;
enemyright = (Number(enemyx) + Number(enemywidth / 2)) + 50;
if ((((Number(enemyleft) < Number(my_x)) and (Number(my_x) < Number(enemyright))) and (Number(enemytop) < Number(my_y))) and (Number(my_y) < Number(enemybottom))) {
tellTarget ("_root.bar2") {
j = j - 4;
};
tellTarget ("_root.bar1") {
r = r - 1;
};
}
stop();
Symbol 130 MovieClip Frame 7
my_x = _x;
my_y = _y;
enemyx = getProperty("_root.wheel", _x);
enemyy = getProperty("_root.wheel", _y);
enemywidth = getProperty("_root.wheel", _width);
enemyheight = getProperty("_root.wheel", _height);
enemytop = enemyy - (enemyheight / 2);
enemybottom = Number(enemyy) + Number(enemyheight / 2);
enemyleft = (enemyx - (enemywidth / 2)) - 50;
enemyright = (Number(enemyx) + Number(enemywidth / 2)) + 50;
if ((((Number(enemyleft) < Number(my_x)) and (Number(my_x) < Number(enemyright))) and (Number(enemytop) < Number(my_y))) and (Number(my_y) < Number(enemybottom))) {
tellTarget ("_root.bar2") {
j = j - 1;
};
}
stop();
Symbol 130 MovieClip Frame 9
stop();
Symbol 130 MovieClip Frame 11
stop();
Symbol 131 MovieClip Frame 22
gotoAndPlay (2);
Symbol 132 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 16
_root.wheel.gotoAndPlay(1);
Symbol 134 MovieClip Frame 17
_root.wheel.gotoAndPlay(1);
Symbol 135 MovieClip Frame 10
stop();
Symbol 138 MovieClip Frame 10
tellTarget (wheel) {
moveSpeed = 0;
};
stop();
Symbol 139 MovieClip Frame 1
proxy_x = getProperty("_root.prox", _x);
if ((this._x < proxy_x) and (75 >= (proxy_x - this._x))) {
if (Number(random(2)) == 1) {
gotoAndStop (6);
} else {
gotoAndStop (8);
}
}
if ((proxy_x < this._x) and (75 >= (this._x - proxy_x))) {
if (Number(random(2)) == 1) {
gotoAndStop (6);
} else {
gotoAndStop (8);
}
}
moveSpeed = 4;
proxy_x = getProperty("_root.prox", _x);
if (this._x >= (proxy_x + 75)) {
this._x = this._x - moveSpeed;
}
if ((proxy_x - 75) >= this._x) {
this._x = this._x + moveSpeed;
}
Symbol 139 MovieClip Frame 2
gotoAndPlay (1);
Symbol 139 MovieClip Frame 4
stop();
Symbol 139 MovieClip Frame 6
wheel_x = _x;
wheel_y = _y;
proxx = getProperty("_root.prox", _x);
proxy = getProperty("_root.prox", _y);
proxwidth = getProperty("_root.prox", _width);
proxheight = getProperty("_root.prox", _height);
proxtop = proxy - (proxheight / 2);
proxbottom = Number(proxy) + Number(proxheight / 2);
proxleft = (proxx - (proxwidth / 2)) - 50;
proxright = (Number(proxx) + Number(proxwidth / 2)) + 50;
if ((((Number(proxleft) < Number(wheel_x)) and (Number(wheel_x) < Number(proxright))) and (Number(proxtop) < Number(wheel_y))) and (Number(wheel_y) < Number(proxbottom))) {
tellTarget ("_root.bar1") {
r = r - 1;
};
}
stop();
Symbol 139 MovieClip Frame 8
wheel_x = _x;
wheel_y = _y;
proxx = getProperty("_root.prox", _x);
proxy = getProperty("_root.prox", _y);
proxwidth = getProperty("_root.prox", _width);
proxheight = getProperty("_root.prox", _height);
proxtop = proxy - (proxheight / 2);
proxbottom = Number(proxy) + Number(proxheight / 2);
proxleft = (proxx - (proxwidth / 2)) - 50;
proxright = (Number(proxx) + Number(proxwidth / 2)) + 50;
if ((((Number(proxleft) < Number(wheel_x)) and (Number(wheel_x) < Number(proxright))) and (Number(proxtop) < Number(wheel_y))) and (Number(wheel_y) < Number(proxbottom))) {
tellTarget ("_root.bar1") {
r = r - 1;
};
}
stop();
Symbol 139 MovieClip Frame 10
stop();
Symbol 139 MovieClip Frame 12
stop();
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 26
stop();
Symbol 143 MovieClip Frame 30
gotoAndPlay (24);
Symbol 145 MovieClip Frame 41
stop();
Symbol 146 MovieClip Frame 22
_root.prox.gotoAndPlay(1);
Symbol 147 MovieClip Frame 14
_root.prox.gotoAndPlay(1);
Symbol 148 MovieClip Frame 10
stop();
Symbol 149 MovieClip Frame 1
wheely_x = getProperty("_root.wheel", _x);
if ((this._x < wheely_x) and (75 >= (wheely_x - this._x))) {
if (Number(random(2)) == 1) {
gotoAndStop (6);
} else {
gotoAndStop (8);
}
}
if ((wheely_x < this._x) and (75 >= (this._x - wheely_x))) {
if (Number(random(2)) == 1) {
gotoAndStop (6);
} else {
gotoAndStop (8);
}
}
moveSpeed = 4;
wheely_x = getProperty("_root.wheel", _x);
if (this._x >= (wheely_x + 75)) {
this._x = this._x - moveSpeed;
}
if ((wheely_x - 75) >= this._x) {
this._x = this._x + moveSpeed;
}
Symbol 149 MovieClip Frame 2
gotoAndPlay (1);
Symbol 149 MovieClip Frame 4
stop();
Symbol 149 MovieClip Frame 6
my_x = _x;
my_y = _y;
enemyx = getProperty("_root.wheel", _x);
enemyy = getProperty("_root.wheel", _y);
enemywidth = getProperty("_root.wheel", _width);
enemyheight = getProperty("_root.wheel", _height);
enemytop = enemyy - (enemyheight / 2);
enemybottom = Number(enemyy) + Number(enemyheight / 2);
enemyleft = (enemyx - (enemywidth / 2)) - 50;
enemyright = (Number(enemyx) + Number(enemywidth / 2)) + 50;
if ((((Number(enemyleft) < Number(my_x)) and (Number(my_x) < Number(enemyright))) and (Number(enemytop) < Number(my_y))) and (Number(my_y) < Number(enemybottom))) {
tellTarget ("_root.bar2") {
j = j - 1;
};
}
stop();
Symbol 149 MovieClip Frame 8
my_x = _x;
my_y = _y;
enemyx = getProperty("_root.wheel", _x);
enemyy = getProperty("_root.wheel", _y);
enemywidth = getProperty("_root.wheel", _width);
enemyheight = getProperty("_root.wheel", _height);
enemytop = enemyy - (enemyheight / 2);
enemybottom = Number(enemyy) + Number(enemyheight / 2);
enemyleft = (enemyx - (enemywidth / 2)) - 50;
enemyright = (Number(enemyx) + Number(enemywidth / 2)) + 50;
if ((((Number(enemyleft) < Number(my_x)) and (Number(my_x) < Number(enemyright))) and (Number(enemytop) < Number(my_y))) and (Number(my_y) < Number(enemybottom))) {
tellTarget ("_root.bar2") {
j = j - 1;
};
}
stop();
Symbol 149 MovieClip Frame 9
stop();
Symbol 149 MovieClip Frame 11
stop();
Symbol 150 Button
on (keyPress "<Right>") {
_root.wheel.gotoAndStop(3);
}
on (keyPress "<Left>") {
_root.wheel.gotoAndStop(3);
}
on (keyPress "a") {
_root.wheel.gotoAndStop(5);
}
on (keyPress "w") {
gotoAndStop (6);
}
on (keyPress "d") {
_root.wheel.gotoAndStop(7);
}
Symbol 151 MovieClip Frame 16
_root.wheel.gotoAndStop(1);
Symbol 188 MovieClip Frame 19
stop();
Symbol 189 MovieClip Frame 57
_root.wheel.gotoAndStop(1);
Symbol 190 MovieClip Frame 17
_root.wheel.gotoAndStop(1);
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 3
stop();
Symbol 191 MovieClip Frame 5
wheel_x = _x;
wheel_y = _y;
proxx = getProperty("_root.prox", _x);
proxy = getProperty("_root.prox", _y);
proxwidth = getProperty("_root.prox", _width);
proxheight = getProperty("_root.prox", _height);
proxtop = proxy - (proxheight / 2);
proxbottom = Number(proxy) + Number(proxheight / 2);
proxleft = (proxx - (proxwidth / 2)) - 50;
proxright = (Number(proxx) + Number(proxwidth / 2)) + 50;
if ((((Number(proxleft) < Number(wheel_x)) and (Number(wheel_x) < Number(proxright))) and (Number(proxtop) < Number(wheel_y))) and (Number(wheel_y) < Number(proxbottom))) {
tellTarget ("_root.bar1") {
r = r - 1;
};
}
stop();
Symbol 191 MovieClip Frame 6
wheel_x = _x;
wheel_y = _y;
proxx = getProperty("_root.prox", _x);
proxy = getProperty("_root.prox", _y);
proxwidth = getProperty("_root.prox", _width);
proxheight = getProperty("_root.prox", _height);
proxtop = proxy - (proxheight / 2);
proxbottom = Number(proxy) + Number(proxheight / 2);
proxleft = (proxx - (proxwidth / 2)) - 50;
proxright = (Number(proxx) + Number(proxwidth / 2)) + 50;
if ((((Number(proxleft) < Number(wheel_x)) and (Number(wheel_x) < Number(proxright))) and (Number(proxtop) < Number(wheel_y))) and (Number(wheel_y) < Number(proxbottom))) {
tellTarget ("_root.bar1") {
r = r - 6;
};
tellTarget ("_root.bar2") {
j = j - 1;
};
}
stop();
Symbol 191 MovieClip Frame 7
wheel_x = _x;
wheel_y = _y;
proxx = getProperty("_root.prox", _x);
proxy = getProperty("_root.prox", _y);
proxwidth = getProperty("_root.prox", _width);
proxheight = getProperty("_root.prox", _height);
proxtop = proxy - (proxheight / 2);
proxbottom = Number(proxy) + Number(proxheight / 2);
proxleft = (proxx - (proxwidth / 2)) - 50;
proxright = (Number(proxx) + Number(proxwidth / 2)) + 50;
if ((((Number(proxleft) < Number(wheel_x)) and (Number(wheel_x) < Number(proxright))) and (Number(proxtop) < Number(wheel_y))) and (Number(wheel_y) < Number(proxbottom))) {
tellTarget ("_root.bar1") {
r = r - 1;
};
}
stop();
Symbol 191 MovieClip Frame 10
stop();
Symbol 191 MovieClip Frame 11
stop();
Symbol 193 MovieClip Frame 1
if (r == Number(random(10))) {
tellTarget (_root.tom2) {
play();
};
}
if (r >= 0) {
this._xscale = r * 5;
}
if (0 >= r) {
tellTarget (_root.prox) {
gotoAndStop (11);
};
tellTarget (_root.wheel) {
gotoAndStop (10);
};
_root.win.winner = "WheelJack Wins!";
tellTarget (_root) {
play();
};
}
Symbol 193 MovieClip Frame 2
gotoAndPlay (1);
Symbol 198 MovieClip Frame 1
stop();
Symbol 214 Button
on (release) {
_root.gotoAndStop(71);
}
Symbol 215 MovieClip Frame 290
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 290
stop();