Frame 1
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
_quality = "LOW";
_root.bytesLoaded = _root.getBytesLoaded();
_root.bytesTotal = _root.getBytesTotal();
_root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal));
_root.bar.gotoAndStop(percentLoaded);
Frame 2
if (_root.percentLoaded == 100) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 40
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Be sure to visit my site");
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Instance of Symbol 30 MovieClip in Frame 40
on (press) {
getURL ("http://www.psy-city.co.uk/", "_blank");
}
Instance of Symbol 47 MovieClip in Frame 40
on (press) {
getURL ("http://www.psy-city.co.uk/", "_blank");
}
Frame 55
stop();
Frame 56
stop();
Frame 57
stop();
Frame 58
stop();
Frame 59
stop();
Frame 60
stop();
Frame 61
stop();
Frame 62
stop();
Frame 63
stop();
Frame 64
stop();
Frame 65
stop();
Frame 66
stop();
Frame 67
stop();
Frame 68
stop();
Frame 69
stop();
Frame 70
stop();
Frame 71
_quality = "low";
_root.pos = 0;
_root.score = 0;
_root.meter.p1 = 0;
_root.meter.c1 = 0;
_root.meter.c2 = 0;
_root.meter.c3 = 0;
stop();
Instance of Symbol 7 MovieClip "crowd" in Frame 71
onClipEvent (enterFrame) {
if (this._x <= -675.3) {
this._x = this._x + 675.3;
}
}
Instance of Symbol 120 MovieClip "detect" in Frame 71
onClipEvent (enterFrame) {
this._alpha = 0;
}
Instance of Symbol 120 MovieClip "detect1" in Frame 71
onClipEvent (enterFrame) {
this._alpha = 0;
}
Instance of Symbol 120 MovieClip "detect2" in Frame 71
onClipEvent (enterFrame) {
this._alpha = 0;
}
Instance of Symbol 120 MovieClip "detect3" in Frame 71
onClipEvent (enterFrame) {
this._alpha = 0;
}
Instance of Symbol 120 MovieClip "racetrack" in Frame 71
onClipEvent (enterFrame) {
if (this._x <= -1392) {
this._x = this._x + 1296;
}
}
Instance of Symbol 122 MovieClip "finish" in Frame 71
onClipEvent (load) {
this._x = 500000 /* 0x07A120 */;
}
onClipEvent (enterFrame) {
if ((this._x < _root.bike._x) && (_root.bike.hitTest(this._parent.detect))) {
_root.gotoAndStop(177);
}
}
onClipEvent (load) {
pos = 0;
enemy01 = true;
bike00 = true;
enemy02 = true;
enemy03 = true;
}
onClipEvent (enterFrame) {
if (bike00 == true) {
if (this._x < _root.enemy1._x) {
if (enemy01 == true) {
pos = pos + 1;
enemy01 = false;
}
}
if (this._x < _root.enemy2._x) {
if (enemy02 == true) {
pos = pos + 1;
enemy02 = false;
}
}
if (this._x < _root.enemy3._x) {
if (enemy03 == true) {
pos = pos + 1;
enemy03 = false;
}
}
if (this._x < _root.bike._x) {
bike00 = false;
}
}
if (this._parent.black._currentframe == 50) {
_root.gotoAndStop(196 + pos);
}
}
Instance of Symbol 12 MovieClip "back" in Frame 71
onClipEvent (enterFrame) {
if (this._x <= -1243.3) {
this._x = this._x + 1243.3;
}
}
Instance of Symbol 124 MovieClip "bump2" in Frame 71
onClipEvent (enterFrame) {
if ((_root.meter.player1._x > 50) && (this._x <= -6000)) {
this._x = this._x + 8661.7;
}
}
Instance of Symbol 126 MovieClip "bump" in Frame 71
onClipEvent (load) {
var sound1 = new Sound();
sound1.attachSound("ramp");
}
onClipEvent (enterFrame) {
if ((_root.meter.player1._x > 50) && (this._x <= -6000)) {
this._x = this._x + 8661.7;
}
if (this.hitTest(this._parent.bike)) {
sound1.start();
}
}
Instance of Symbol 17 MovieClip "front" in Frame 71
onClipEvent (enterFrame) {
if (this._x <= -1622) {
this._x = this._x + 1622;
}
}
Instance of Symbol 233 MovieClip "powerbar" in Frame 71
onClipEvent (enterFrame) {
if (_root._currentframe == 71) {
if (Key.isDown(32)) {
this.stop();
_root.play();
_root.guy.play();
}
}
}
Frame 72
stopAllSounds();
Instance of Symbol 135 MovieClip "enemy3" in Frame 79
onClipEvent (load) {
power = 35;
maxmove = power * 4;
goup = 15;
speed = 0;
yPos = 158.6;
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (speed <= maxmove) {
speed++;
} else {
speed = maxmove;
}
}
this._x = this._x + (speed * 1);
_root.detect1._x = _root.detect1._x + (speed * 1);
if (this.hitTest(_root.bump2)) {
this.gotoAndStop("back");
}
if (this._currentframe == 3) {
this._y = this._y - goup;
goup--;
}
if (this._currentframe == 1) {
if (this.hitTest(_root.detect3)) {
this._y = _root.detect3._y;
goup = 15;
}
}
if (this._y >= _root.detect3._y) {
this._y = _root.detect3._y;
this.gotoAndStop("still");
}
}
Instance of Symbol 135 MovieClip "enemy2" in Frame 99
onClipEvent (load) {
power = 25;
maxmove = power * 4;
goup = 15;
speed = 0;
yPos = 190.6;
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (speed <= maxmove) {
speed++;
} else {
speed = maxmove;
}
}
this._x = this._x + (speed * 1);
_root.detect2._x = _root.detect2._x + (speed * 1);
if (this.hitTest(_root.bump2)) {
this.gotoAndStop("back");
}
if (this._currentframe == 3) {
this._y = this._y - goup;
goup--;
}
if (this._currentframe == 1) {
if (this.hitTest(_root.detect2)) {
this._y = _root.detect2._y;
goup = 15;
}
}
if (this._y >= _root.detect2._y) {
this._y = _root.detect2._y;
this.gotoAndStop("still");
}
}
Instance of Symbol 135 MovieClip "enemy1" in Frame 121
onClipEvent (load) {
power = 20;
maxmove = power * 4;
goup = 15;
speed = 0;
yPos = 222.6;
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (speed <= maxmove) {
speed++;
} else {
speed = maxmove;
}
}
this._x = this._x + (speed * 1);
_root.detect1._x = _root.detect1._x + (speed * 1);
if (this.hitTest(_root.bump2)) {
this.gotoAndStop("back");
}
if (this._currentframe == 3) {
this._y = this._y - goup;
goup--;
}
if (this._currentframe == 1) {
if (this.hitTest(_root.detect1)) {
this._y = _root.detect1._y;
goup = 15;
}
}
if (this._y >= _root.detect1._y) {
this._y = _root.detect1._y;
this.gotoAndStop("still");
}
}
Instance of Symbol 229 MovieClip "bike" in Frame 142
onClipEvent (load) {
alpup = 100;
var sound1 = new Sound();
sound1.attachSound("race");
sound1.start(0, 9);
speed = 0;
power = _root.powerbar._currentframe;
if (power >= 17) {
power = power - ((power - 17) * 2);
}
if (power <= 4) {
power = 4;
}
_root.maxmove = power * 4;
goup = power + 3;
scoreback = 0;
}
onClipEvent (enterFrame) {
if ((_root._currentframe >= 142) && (_root._currentframe <= 145)) {
if (Key.isDown(32)) {
speed = _root.maxmove;
this.gotoAndStop("power");
}
}
if (_root._currentframe == 174) {
if (this._currentframe == 20) {
this.gotoAndStop("back");
}
this._y = _root.racetrack._y + 98;
power = power + ((_root.score - scoreback) / 200);
scoreback = _root.score;
_root.maxmove = power * 4;
goup = power + 3;
if (goup >= 30) {
goup = 30;
}
if (speed <= _root.maxmove) {
speed++;
} else {
speed = _root.maxmove;
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
this._parent.enemy1._x = this._parent.enemy1._x - (speed * 1);
this._parent.enemy2._x = this._parent.enemy2._x - (speed * 1);
this._parent.enemy3._x = this._parent.enemy3._x - (speed * 1);
this._parent.finish._x = this._parent.finish._x - (speed * 1);
_root.detect1._x = _root.detect1._x - (speed * 1);
_root.detect2._x = _root.detect2._x - (speed * 1);
_root.detect3._x = _root.detect3._x - (speed * 1);
if (_root.bike.hitTest(_root.bump)) {
this.gotoAndStop("back");
this._parent.enemy1._x = this._parent.enemy1._x + (speed * 1);
this._parent.enemy2._x = this._parent.enemy2._x + (speed * 1);
this._parent.enemy3._x = this._parent.enemy3._x + (speed * 1);
_root.nextFrame();
sound1.stop("race");
}
}
if (_root._currentframe == 175) {
_root.score = _root.score + (random(2) + 2);
if (this.hitTest(_root.bump)) {
this._y = this._y - (_root.maxmove / 1.8);
}
if (Key.isDown(37)) {
if (_root.bike._currentframe == 1) {
this.gotoAndStop("back");
} else if (_root.bike._currentframe == 4) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 5) {
this.gotoAndStop("back");
}
}
if (Key.isDown(39)) {
if (_root.bike._currentframe == 1) {
this.gotoAndStop("front");
} else if (_root.bike._currentframe == 3) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 5) {
this.gotoAndStop("front");
} else if (_root.bike._currentframe == 16) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 17) {
this.gotoAndStop("up");
}
}
if (Key.isDown(38)) {
if (_root.bike._currentframe == 1) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 3) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 4) {
this.gotoAndStop("up");
}
}
if (Key.isDown(40)) {
if (_root.bike._currentframe == 1) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 3) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 4) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 12) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 5) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 9) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 16) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 17) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 19) {
this.gotoAndStop("kiss of death");
} else if (_root.bike._currentframe == 18) {
this.gotoAndStop("superman");
}
}
if (Key.isDown(65)) {
if (_root.bike._currentframe == 3) {
this.gotoAndStop("backflip");
_root.score = _root.score + (random(10) + 50);
}
if (_root.bike._currentframe == 9) {
this.gotoAndStop("bodyflip");
_root.score = _root.score + (random(10) + 75);
}
if (_root.bike._currentframe == 12) {
this.gotoAndStop("rock solid");
_root.score = _root.score + (random(10) + 30);
}
if (_root.bike._currentframe == 4) {
this.gotoAndStop("360front");
_root.score = _root.score + (random(10) + 42);
}
if ((_root.bike._currentframe == 1) && (Key.isDown(40))) {
this.gotoAndStop("whip");
_root.score = _root.score + (random(10) + 50);
}
}
if (Key.isDown(68)) {
if (_root.bike._currentframe == 4) {
this.gotoAndStop("frontflip");
_root.score = _root.score + (random(10) + 50);
}
if ((_root.bike._currentframe == 1) && (Key.isDown(40))) {
this.gotoAndStop("sidewinder");
_root.score = _root.score + (random(10) + 50);
}
if ((_root.bike._currentframe == 18) && (timer == 1)) {
this.gotoAndStop("tsunami");
_root.score = _root.score + (random(10) + 30);
}
if (_root.bike._currentframe == 3) {
this.gotoAndStop("360back");
_root.score = _root.score + (random(10) + 42);
}
if (_root.bike._currentframe == 5) {
this.gotoAndStop("superman");
_root.score = _root.score + (random(10) + 25);
timer--;
}
if (_root.bike._currentframe == 9) {
this.gotoAndStop("lazyboy");
_root.score = _root.score + (random(10) + 40);
}
if ((_root.bike._currentframe == 12) && (timer == 1)) {
timer--;
this.gotoAndStop("kiss of death");
_root.score = _root.score + (random(10) + 30);
}
} else {
timer = 1;
}
if (Key.isDown(83)) {
if (_root.bike._currentframe == 4) {
this.gotoAndStop("mulita2");
_root.score = _root.score + (random(10) + 40);
}
if (_root.bike._currentframe == 5) {
this.gotoAndStop("barhop");
_root.score = _root.score + (random(10) + 20);
}
if (_root.bike._currentframe == 3) {
this.gotoAndStop("mulita1");
_root.score = _root.score + (random(10) + 40);
}
if (_root.bike._currentframe == 12) {
this.gotoAndStop("carolla");
_root.score = _root.score + (random(10) + 30);
}
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
this._parent.enemy1._x = this._parent.enemy1._x - (speed * 1);
this._parent.enemy2._x = this._parent.enemy2._x - (speed * 1);
this._parent.enemy3._x = this._parent.enemy3._x - (speed * 1);
this._parent.finish._x = this._parent.finish._x - (speed * 1);
_root.detect1._x = _root.detect1._x - (speed * 1);
_root.detect2._x = _root.detect2._x - (speed * 1);
_root.detect3._x = _root.detect3._x - (speed * 1);
if (goup > 0) {
goup--;
if (this._y >= 100) {
this._y = this._y - goup;
} else {
if (this._y <= 95) {
this._y = 95;
}
this._parent.racetrack._y = this._parent.racetrack._y + (goup * 1);
this._parent.powerbar._y = this._parent.powerbar._y + (goup * 1);
this._parent.front._y = this._parent.front._y + (goup * 1.1);
this._parent.back._y = this._parent.back._y + (goup * 0.9);
this._parent.crowd._y = this._parent.crowd._y + (goup * 0.7);
this._parent.guy._y = this._parent.guy._y + (goup * 1);
this._parent.bump._y = this._parent.bump._y + (goup * 1);
this._parent.bump2._y = this._parent.bump2._y + (goup * 1);
this._parent.detect._y = this._parent.detect._y + (goup * 1);
this._parent.detect1._y = this._parent.detect1._y + (goup * 1);
this._parent.detect2._y = this._parent.detect2._y + (goup * 1);
this._parent.detect3._y = this._parent.detect3._y + (goup * 1);
this._parent.bg._y = this._parent.bg._y + (goup * 0.5);
this._parent.enemy1._y = this._parent.enemy1._y + (goup * 1);
this._parent.enemy2._y = this._parent.enemy2._y + (goup * 1);
this._parent.enemy3._y = this._parent.enemy3._y + (goup * 1);
this._parent.finish._y = this._parent.finish._y + (goup * 1);
}
} else {
goup--;
if (this._parent.front._y >= 343.8) {
this._parent.racetrack._y = this._parent.racetrack._y + (goup * 1);
this._parent.powerbar._y = this._parent.powerbar._y + (goup * 1);
this._parent.front._y = this._parent.front._y + (goup * 1.1);
this._parent.back._y = this._parent.back._y + (goup * 0.9);
this._parent.crowd._y = this._parent.crowd._y + (goup * 0.7);
this._parent.guy._y = this._parent.guy._y + (goup * 1);
this._parent.bump._y = this._parent.bump._y + (goup * 1);
this._parent.bump2._y = this._parent.bump2._y + (goup * 1);
this._parent.detect._y = this._parent.detect._y + (goup * 1);
this._parent.detect1._y = this._parent.detect1._y + (goup * 1);
this._parent.detect2._y = this._parent.detect2._y + (goup * 1);
this._parent.detect3._y = this._parent.detect3._y + (goup * 1);
this._parent.finish._y = this._parent.finish._y + (goup * 1);
this._parent.bg._y = this._parent.bg._y + (goup * 0.5);
this._parent.enemy1._y = this._parent.enemy1._y + (goup * 1);
this._parent.enemy2._y = this._parent.enemy2._y + (goup * 1);
this._parent.enemy3._y = this._parent.enemy3._y + (goup * 1);
} else {
this._y = this._y - goup;
}
}
if (this.hitTest(_root.detect)) {
this._y = this._y + goup;
if (this._currentframe == 1) {
this.gotoAndStop("still");
_root.prevFrame();
sound1.start(0, 9);
} else if (((this._currentframe == 3) || (this._currentframe == 4)) || (this._currentframe == 5)) {
this.gotoAndStop("still");
speed = speed - 7;
_root.prevFrame();
sound1.start(0, 9);
} else {
this.gotoAndStop("bail");
this._parent.enemy1._x = this._parent.enemy1._x + (speed * 1);
this._parent.enemy2._x = this._parent.enemy2._x + (speed * 1);
this._parent.enemy3._x = this._parent.enemy3._x + (speed * 1);
_root.nextFrame();
}
}
}
if (_root._currentframe == 176) {
speed = int(speed);
this._y = _root.racetrack._y + 98;
if (speed > 0) {
speed--;
} else if (speed <= 0) {
speed == 0;
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
this._parent.enemy1._x = this._parent.enemy1._x - (speed * 1);
this._parent.enemy2._x = this._parent.enemy2._x - (speed * 1);
this._parent.enemy3._x = this._parent.enemy3._x - (speed * 1);
this._parent.finish._x = this._parent.finish._x - (speed * 1);
if (speed == 0) {
this.bail.play();
}
if (this._currentframe == 1) {
_root.gotoAndStop(174);
power = _root.powerbar._currentframe;
if (power >= 17) {
power = power - ((power - 17) * 2);
}
if (power <= 4) {
power = 4;
}
}
}
if (_root._currentframe == 177) {
if (_root.bike.hitTest(_root.detect)) {
this.gotoAndStop("win");
speed = int(speed);
this._y = _root.racetrack._y + 98;
if (speed > 0) {
speed--;
} else if (speed <= 0) {
speed == 0;
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
this._parent.enemy1._x = this._parent.enemy1._x - (speed * 1);
this._parent.enemy2._x = this._parent.enemy2._x - (speed * 1);
this._parent.enemy3._x = this._parent.enemy3._x - (speed * 1);
this._parent.finish._x = this._parent.finish._x - (speed * 1);
}
}
}
Frame 174
stop();
Frame 175
stop();
Frame 176
stop();
Frame 177
stop();
Frame 196
stop();
Frame 197
stop();
Frame 198
stop();
Frame 199
stop();
Frame 201
_root.score = 0;
stop();
stop();
_quality = "LOW";
Instance of Symbol 7 MovieClip "crowd" in Frame 201
onClipEvent (enterFrame) {
if (this._x <= -675.3) {
this._x = this._x + 675.3;
}
if (this._y <= 28.2) {
this._y = 28.2;
}
}
Instance of Symbol 120 MovieClip "detect" in Frame 201
onClipEvent (enterFrame) {
this._alpha = 0;
}
Instance of Symbol 120 MovieClip "racetrack" in Frame 201
onClipEvent (enterFrame) {
if (this._x <= -1392) {
this._x = this._x + 1296;
}
if (this._y <= 243.4) {
this._y = 243.4;
}
}
Instance of Symbol 12 MovieClip "back" in Frame 201
onClipEvent (enterFrame) {
if (this._x <= -1243.3) {
this._x = this._x + 1243.3;
}
if (this._y <= 207.2) {
this._y = 207.2;
}
}
Instance of Symbol 124 MovieClip "bump2" in Frame 201
onClipEvent (enterFrame) {
if (this._x <= -6000) {
this._x = this._x + 8661.7;
}
if (this._y <= 175.7) {
this._y = 175.7;
}
}
Instance of Symbol 126 MovieClip "bump" in Frame 201
onClipEvent (load) {
var sound1 = new Sound();
sound1.attachSound("ramp");
}
onClipEvent (enterFrame) {
if (this._x <= -6000) {
this._x = this._x + 8661.7;
}
if (this._y <= 257.6) {
this._y = 257.6;
}
if (this.hitTest(this._parent.bike)) {
sound1.start();
}
}
Instance of Symbol 17 MovieClip "front" in Frame 201
onClipEvent (enterFrame) {
if (this._x <= -1622) {
this._x = this._x + 1622;
}
if (this._y <= 343.8) {
this._y = 343.8;
}
}
Instance of Symbol 233 MovieClip "powerbar" in Frame 201
onClipEvent (enterFrame) {
if (_root._currentframe == 201) {
if (Key.isDown(32)) {
this.stop();
_root.play();
_root.guy.play();
}
}
}
Frame 202
stop();
Instance of Symbol 229 MovieClip "bike" in Frame 202
onClipEvent (load) {
var sound1 = new Sound();
sound1.attachSound("race");
sound1.start(0, 9);
speed = 0;
power = _root.powerbar._currentframe;
if (power >= 17) {
power = power - ((power - 17) * 2);
}
if (power <= 4) {
power = 4;
}
_root.maxmove = power * 4;
goup = power + 3;
scoreback = 0;
}
onClipEvent (enterFrame) {
if (_root._currentframe == 202) {
this._y = _root.racetrack._y + 98;
power = power + ((_root.score - scoreback) / 250);
scoreback = _root.score;
_root.maxmove = power * 4;
goup = int(power + 3);
if (speed <= _root.maxmove) {
speed++;
} else {
speed = _root.maxmove;
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
if (_root.bike.hitTest(_root.bump)) {
this.gotoAndStop("back");
_root.nextFrame();
sound1.stop("race");
}
}
if (_root._currentframe == 203) {
_root.score = _root.score + (random(2) + 2);
if (this.hitTest(_root.bump)) {
this._y = this._y - (_root.maxmove / 1.8);
}
if (Key.isDown(37)) {
if (_root.bike._currentframe == 1) {
this.gotoAndStop("back");
} else if (_root.bike._currentframe == 4) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 5) {
this.gotoAndStop("back");
}
}
if (Key.isDown(39)) {
if (_root.bike._currentframe == 1) {
this.gotoAndStop("front");
} else if (_root.bike._currentframe == 3) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 5) {
this.gotoAndStop("front");
} else if (_root.bike._currentframe == 16) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 17) {
this.gotoAndStop("up");
}
}
if (Key.isDown(38)) {
if (_root.bike._currentframe == 1) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 3) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 4) {
this.gotoAndStop("up");
}
}
if (Key.isDown(40)) {
if (_root.bike._currentframe == 1) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 3) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 4) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 12) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 5) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 9) {
this.gotoAndStop("still");
} else if (_root.bike._currentframe == 16) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 17) {
this.gotoAndStop("up");
} else if (_root.bike._currentframe == 19) {
this.gotoAndStop("kiss of death");
} else if (_root.bike._currentframe == 18) {
this.gotoAndStop("superman");
}
}
if (Key.isDown(65)) {
if (_root.bike._currentframe == 3) {
this.gotoAndStop("backflip");
_root.score = _root.score + (random(10) + 50);
}
if (_root.bike._currentframe == 9) {
this.gotoAndStop("bodyflip");
_root.score = _root.score + (random(10) + 75);
}
if (_root.bike._currentframe == 12) {
this.gotoAndStop("rock solid");
_root.score = _root.score + (random(10) + 30);
}
if (_root.bike._currentframe == 4) {
this.gotoAndStop("360front");
_root.score = _root.score + (random(10) + 42);
}
if ((_root.bike._currentframe == 1) && (Key.isDown(40))) {
this.gotoAndStop("whip");
_root.score = _root.score + (random(10) + 50);
}
}
if (Key.isDown(68)) {
if (_root.bike._currentframe == 4) {
this.gotoAndStop("frontflip");
_root.score = _root.score + (random(10) + 50);
}
if ((_root.bike._currentframe == 1) && (Key.isDown(40))) {
this.gotoAndStop("sidewinder");
_root.score = _root.score + (random(10) + 50);
}
if ((_root.bike._currentframe == 18) && (timer == 1)) {
this.gotoAndStop("tsunami");
_root.score = _root.score + (random(10) + 30);
}
if (_root.bike._currentframe == 3) {
this.gotoAndStop("360back");
_root.score = _root.score + (random(10) + 42);
}
if (_root.bike._currentframe == 5) {
this.gotoAndStop("superman");
_root.score = _root.score + (random(10) + 25);
timer--;
}
if (_root.bike._currentframe == 9) {
this.gotoAndStop("lazyboy");
_root.score = _root.score + (random(10) + 40);
}
if ((_root.bike._currentframe == 12) && (timer == 1)) {
timer--;
this.gotoAndStop("kiss of death");
_root.score = _root.score + (random(10) + 30);
}
} else {
timer = 1;
}
if (Key.isDown(83)) {
if (_root.bike._currentframe == 4) {
this.gotoAndStop("mulita2");
_root.score = _root.score + (random(10) + 40);
}
if (_root.bike._currentframe == 5) {
this.gotoAndStop("barhop");
_root.score = _root.score + (random(10) + 20);
}
if (_root.bike._currentframe == 3) {
this.gotoAndStop("mulita1");
_root.score = _root.score + (random(10) + 40);
}
if (_root.bike._currentframe == 12) {
this.gotoAndStop("carolla");
_root.score = _root.score + (random(10) + 30);
}
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
if (goup > 0) {
goup--;
if (this._y >= 100) {
this._y = this._y - goup;
} else {
if (this._y <= 95) {
this._y = 95;
}
this._parent.racetrack._y = this._parent.racetrack._y + (goup * 1);
this._parent.powerbar._y = this._parent.powerbar._y + (goup * 1);
this._parent.front._y = this._parent.front._y + (goup * 1.1);
this._parent.back._y = this._parent.back._y + (goup * 0.9);
this._parent.crowd._y = this._parent.crowd._y + (goup * 0.7);
this._parent.guy._y = this._parent.guy._y + (goup * 1);
this._parent.bump._y = this._parent.bump._y + (goup * 1);
this._parent.bump2._y = this._parent.bump2._y + (goup * 1);
this._parent.detect._y = this._parent.detect._y + (goup * 1);
this._parent.bg._y = this._parent.bg._y + (goup * 0.5);
}
} else {
goup--;
if (this._parent.front._y >= 343.9) {
this._parent.racetrack._y = this._parent.racetrack._y + (goup * 1);
this._parent.powerbar._y = this._parent.powerbar._y + (goup * 1);
this._parent.front._y = this._parent.front._y + (goup * 1.1);
this._parent.back._y = this._parent.back._y + (goup * 0.9);
this._parent.crowd._y = this._parent.crowd._y + (goup * 0.7);
this._parent.guy._y = this._parent.guy._y + (goup * 1);
this._parent.bump._y = this._parent.bump._y + (goup * 1);
this._parent.bump2._y = this._parent.bump2._y + (goup * 1);
this._parent.detect._y = this._parent.detect._y + (goup * 1);
this._parent.bg._y = this._parent.bg._y + (goup * 0.5);
} else {
this._y = this._y - goup;
}
}
if (this.hitTest(_root.detect)) {
this._y = this._y + goup;
if ((((this._currentframe == 1) || (this._currentframe == 3)) || (this._currentframe == 4)) || (this._currentframe == 5)) {
this.gotoAndStop("still");
_root.prevFrame();
sound1.start(0, 9);
} else {
this.gotoAndStop("bail");
_root.nextFrame();
}
}
}
if (_root._currentframe == 204) {
speed = int(speed);
this._y = _root.racetrack._y + 98;
if (speed > 0) {
speed--;
} else if (speed <= 0) {
speed == 0;
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
if (speed == 0) {
_root.black.play();
}
if (_root.black._currentframe == 50) {
_root.black.stop();
_root.gotoAndPlay(50);
}
}
}
Frame 203
stop();
Frame 204
stop();
Frame 206
_root.score = 0;
stop();
stop();
_quality = "LOW";
Instance of Symbol 7 MovieClip "crowd" in Frame 206
onClipEvent (enterFrame) {
if (this._x <= -675.3) {
this._x = this._x + 675.3;
}
if (this._y <= 28.2) {
this._y = 28.2;
}
}
Instance of Symbol 120 MovieClip "detect" in Frame 206
onClipEvent (enterFrame) {
this._alpha = 0;
}
Instance of Symbol 120 MovieClip "racetrack" in Frame 206
onClipEvent (enterFrame) {
if (this._x <= -1392) {
this._x = this._x + 1296;
}
if (this._y <= 243.4) {
this._y = 243.4;
}
}
Instance of Symbol 12 MovieClip "back" in Frame 206
onClipEvent (enterFrame) {
if (this._x <= -1243.3) {
this._x = this._x + 1243.3;
}
if (this._y <= 207.2) {
this._y = 207.2;
}
}
Instance of Symbol 124 MovieClip "bump2" in Frame 206
onClipEvent (load) {
this._x = this._x + 10000;
}
onClipEvent (enterFrame) {
if (this._y <= 175.7) {
this._y = 175.7;
}
}
Instance of Symbol 126 MovieClip "bump" in Frame 206
onClipEvent (load) {
var sound1 = new Sound();
sound1.attachSound("ramp");
this._x = this._x + 10000;
}
onClipEvent (enterFrame) {
if (this._y <= 257.6) {
this._y = 257.6;
}
if (this.hitTest(this._parent.bike)) {
sound1.start();
}
}
Instance of Symbol 279 MovieClip "truck" in Frame 206
onClipEvent (load) {
this._x = this._x + 10000;
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.trucktotal.text);
}
Instance of Symbol 281 MovieClip "truck2" in Frame 206
onClipEvent (load) {
this._x = this._x + 10000;
}
Instance of Symbol 17 MovieClip "front" in Frame 206
onClipEvent (enterFrame) {
if (this._x <= -1622) {
this._x = this._x + 1622;
}
if (this._y <= 343.8) {
this._y = 343.8;
}
}
Instance of Symbol 233 MovieClip "powerbar" in Frame 206
onClipEvent (load) {
star = false;
}
onClipEvent (enterFrame) {
if ((_root._currentframe == 206) && (star == true)) {
if (Key.isDown(32)) {
this.stop();
_root.play();
_root.guy.play();
}
}
}
Frame 207
stop();
Instance of Symbol 229 MovieClip "bike" in Frame 207
onClipEvent (load) {
var sound1 = new Sound();
sound1.attachSound("race");
sound1.start(0, 9);
speed = 0;
power = _root.powerbar._currentframe;
if (power >= 17) {
power = power - ((power - 17) * 2);
}
if (power <= 4) {
power = 4;
}
_root.maxmove = power * 4;
goup = 13;
scoreback = 0;
butt = true;
}
onClipEvent (enterFrame) {
if (_root._currentframe == 207) {
if (butt == true) {
if (Key.isDown(65)) {
power++;
butt = false;
}
} else if (butt == false) {
if (Key.isDown(83)) {
power++;
butt = true;
}
}
this._y = _root.racetrack._y + 98;
power = power + ((_root.score - scoreback) / 250);
scoreback = _root.score;
_root.maxmove = power * 4;
goup = 13;
if (speed <= _root.maxmove) {
speed++;
} else {
speed = _root.maxmove;
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.truck2._x = this._parent.truck2._x - (speed * 1);
this._parent.truck._x = this._parent.truck._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
if (_root.bike.hitTest(_root.bump)) {
this.gotoAndStop("back");
_root.nextFrame();
sound1.stop("race");
}
}
if (_root._currentframe == 208) {
_root.score = _root.score + (random(17) + 20);
if (this.hitTest(_root.bump)) {
this._y = this._y - (_root.maxmove / 1.8);
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.truck2._x = this._parent.truck2._x - (speed * 1);
this._parent.truck._x = this._parent.truck._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
if (goup > 0) {
goup--;
if (this._y >= 100) {
this._y = this._y - goup;
} else {
if (this._y <= 95) {
this._y = 95;
}
this._parent.racetrack._y = this._parent.racetrack._y + (goup * 1);
this._parent.powerbar._y = this._parent.powerbar._y + (goup * 1);
this._parent.front._y = this._parent.front._y + (goup * 1.1);
this._parent.back._y = this._parent.back._y + (goup * 0.9);
this._parent.crowd._y = this._parent.crowd._y + (goup * 0.7);
this._parent.guy._y = this._parent.guy._y + (goup * 1);
this._parent.truck2._y = this._parent.truck2._y + (goup * 1);
this._parent.truck._y = this._parent.truck._y + (goup * 1);
this._parent.bump._y = this._parent.bump._y + (goup * 1);
this._parent.bump2._y = this._parent.bump2._y + (goup * 1);
this._parent.detect._y = this._parent.detect._y + (goup * 1);
this._parent.bg._y = this._parent.bg._y + (goup * 0.5);
}
} else {
goup--;
if (this._parent.front._y >= 343.9) {
this._parent.racetrack._y = this._parent.racetrack._y + (goup * 1);
this._parent.powerbar._y = this._parent.powerbar._y + (goup * 1);
this._parent.front._y = this._parent.front._y + (goup * 1.1);
this._parent.back._y = this._parent.back._y + (goup * 0.9);
this._parent.crowd._y = this._parent.crowd._y + (goup * 0.7);
this._parent.guy._y = this._parent.guy._y + (goup * 1);
this._parent.truck._y = this._parent.truck._y + (goup * 1);
this._parent.truck2._y = this._parent.truck2._y + (goup * 1);
this._parent.bump._y = this._parent.bump._y + (goup * 1);
this._parent.bump2._y = this._parent.bump2._y + (goup * 1);
this._parent.detect._y = this._parent.detect._y + (goup * 1);
this._parent.bg._y = this._parent.bg._y + (goup * 0.5);
} else {
this._y = this._y - goup;
}
}
if (this.hitTest(_root.detect)) {
this._y = this._y + goup;
this.gotoAndStop("win");
_root.nextFrame();
}
if (this.hitTest(_root.truck)) {
if (goup < 0) {
goup = goup * -1;
}
this.gotoAndStop("bail");
_root.gotoAndPlay(210);
}
if (this.hitTest(_root.truck2)) {
goup = goup * -1;
this.gotoAndStop("bail");
_root.gotoAndPlay(210);
}
}
if (_root._currentframe == 209) {
speed = int(speed);
this._y = _root.racetrack._y + 98;
if (speed > 0) {
speed--;
} else if (speed <= 0) {
speed == 0;
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.truck2._x = this._parent.truck2._x - (speed * 1);
this._parent.truck._x = this._parent.truck._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
if (speed == 0) {
_root.black.play();
}
if (_root.black._currentframe == 50) {
_root.black.stop();
_root.gotoAndPlay(50);
}
}
if (_root._currentframe == 210) {
if (goup > 0) {
goup--;
if (this._y >= 100) {
this._y = this._y - goup;
} else {
if (this._y <= 95) {
this._y = 95;
}
this._parent.racetrack._y = this._parent.racetrack._y + (goup * 1);
this._parent.powerbar._y = this._parent.powerbar._y + (goup * 1);
this._parent.front._y = this._parent.front._y + (goup * 1.1);
this._parent.back._y = this._parent.back._y + (goup * 0.9);
this._parent.crowd._y = this._parent.crowd._y + (goup * 0.7);
this._parent.guy._y = this._parent.guy._y + (goup * 1);
this._parent.truck._y = this._parent.truck._y + (goup * 1);
this._parent.truck2._y = this._parent.truck2._y + (goup * 1);
this._parent.bump._y = this._parent.bump._y + (goup * 1);
this._parent.bump2._y = this._parent.bump2._y + (goup * 1);
this._parent.detect._y = this._parent.detect._y + (goup * 1);
this._parent.bg._y = this._parent.bg._y + (goup * 0.5);
}
} else {
goup--;
if (this._parent.front._y >= 343.9) {
this._parent.racetrack._y = this._parent.racetrack._y + (goup * 1);
this._parent.powerbar._y = this._parent.powerbar._y + (goup * 1);
this._parent.front._y = this._parent.front._y + (goup * 1.1);
this._parent.back._y = this._parent.back._y + (goup * 0.9);
this._parent.crowd._y = this._parent.crowd._y + (goup * 0.7);
this._parent.guy._y = this._parent.guy._y + (goup * 1);
this._parent.truck._y = this._parent.truck._y + (goup * 1);
this._parent.truck2._y = this._parent.truck2._y + (goup * 1);
this._parent.bump._y = this._parent.bump._y + (goup * 1);
this._parent.bump2._y = this._parent.bump2._y + (goup * 1);
this._parent.detect._y = this._parent.detect._y + (goup * 1);
this._parent.bg._y = this._parent.bg._y + (goup * 0.5);
} else {
this._y = this._y - goup;
}
}
speed = int(speed);
if (speed > 0) {
speed--;
} else if (speed <= 0) {
speed == 0;
}
this._parent.racetrack._x = this._parent.racetrack._x - (speed * 1);
this._parent.powerbar._x = this._parent.powerbar._x - (speed * 1);
this._parent.front._x = this._parent.front._x - (speed * 1.1);
this._parent.back._x = this._parent.back._x - (speed * 0.9);
this._parent.crowd._x = this._parent.crowd._x - (speed * 0.7);
this._parent.guy._x = this._parent.guy._x - (speed * 1);
this._parent.truck._x = this._parent.truck._x - (speed * 1);
this._parent.truck2._x = this._parent.truck2._x - (speed * 1);
this._parent.bump._x = this._parent.bump._x - (speed * 1);
this._parent.bump2._x = this._parent.bump2._x - (speed * 1);
if (speed == 0) {
_root.black.play();
}
if (_root.black._currentframe == 50) {
_root.black.stop();
_root.gotoAndPlay(50);
stopAllSounds();
}
if (this.hitTest(_root.detect)) {
this._y = _root.racetrack._y + 98;
}
}
}
Frame 208
stop();
Frame 209
stop();
Frame 210
stop();
Symbol 24 MovieClip Frame 2
stop();
Symbol 30 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 42 Button
on (release) {
getURL ("http://www.psy-city.co.uk", "_blank");
}
Symbol 47 MovieClip Frame 1
play();
Symbol 47 MovieClip Frame 290
_root.play();
Symbol 51 Button
on (release) {
getURL ("http://www.psy-city.co.uk/", "_blank");
}
Symbol 59 Button
on (release) {
getURL ("http://www.psy-city.co.uk", "_blank");
}
Symbol 60 Button
on (release) {
gotoAndStop (57);
}
Symbol 61 Button
on (release) {
nextFrame();
}
Symbol 62 Button
on (release) {
gotoAndStop (62);
}
Symbol 64 Button
on (release) {
stopAllSounds();
gotoAndPlay (71);
}
Symbol 66 Button
on (release) {
stopAllSounds();
gotoAndStop (206);
}
Symbol 68 Button
on (release) {
stopAllSounds();
gotoAndPlay (201);
}
Symbol 71 Button
on (release) {
prevFrame();
}
Symbol 73 Button
on (release) {
nextFrame();
}
Symbol 74 Button
on (release) {
gotoAndStop (59);
}
Symbol 75 Button
on (release) {
gotoAndStop (61);
}
Symbol 76 Button
on (release) {
gotoAndStop (60);
}
Symbol 77 Button
on (release) {
gotoAndStop (55);
}
Symbol 81 Button
on (release) {
gotoAndStop (57);
}
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 4
stop();
Symbol 118 MovieClip Frame 5
prevFrame();
Symbol 134 MovieClip Frame 55
stop();
Symbol 134 MovieClip Frame 75
_root.bike.gotoAndStop("still");
Symbol 135 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 2
stop();
Symbol 135 MovieClip Frame 3
stop();
Symbol 138 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 19
_root.bike.gotoAndStop("still");
Symbol 155 MovieClip Frame 18
_root.bike.gotoAndStop("still");
Symbol 160 MovieClip Frame 13
_root.bike.gotoAndStop("still");
Symbol 171 MovieClip Frame 15
_root.bike.gotoAndStop("still");
Symbol 176 MovieClip Frame 13
_root.bike.gotoAndStop("still");
Symbol 188 MovieClip Frame 17
_root.bike.gotoAndStop("superman");
Symbol 195 MovieClip Frame 15
_root.bike.gotoAndStop("still");
Symbol 197 MovieClip Frame 15
_root.bike.gotoAndStop("still");
Symbol 204 MovieClip Frame 7
stop();
Symbol 209 MovieClip Frame 2
stop();
Symbol 219 MovieClip Frame 3
stop();
Symbol 226 MovieClip Frame 15
_root.bike.gotoAndStop("still");
Symbol 228 MovieClip Frame 15
_root.bike.gotoAndStop("still");
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
stop();
Symbol 229 MovieClip Frame 3
stop();
Symbol 229 MovieClip Frame 4
stop();
Symbol 229 MovieClip Frame 5
stop();
Symbol 229 MovieClip Frame 6
stop();
Symbol 229 MovieClip Frame 7
stop();
Symbol 229 MovieClip Frame 8
stop();
Symbol 229 MovieClip Frame 9
stop();
Symbol 229 MovieClip Frame 10
stop();
Symbol 229 MovieClip Frame 11
stop();
Symbol 229 MovieClip Frame 12
stop();
Symbol 229 MovieClip Frame 13
stop();
Symbol 229 MovieClip Frame 14
stop();
Symbol 229 MovieClip Frame 15
stop();
Symbol 229 MovieClip Frame 16
stop();
Symbol 229 MovieClip Frame 17
stop();
Symbol 229 MovieClip Frame 18
stop();
Symbol 229 MovieClip Frame 19
stop();
Symbol 229 MovieClip Frame 20
stop();
Symbol 229 MovieClip Frame 21
stop();
Symbol 229 MovieClip Frame 22
stop();
Symbol 229 MovieClip Frame 23
stop();
Instance of Symbol 241 MovieClip "cpu1" in Symbol 245 MovieClip Frame 1
onClipEvent (load) {
alpup = 100;
away = _root.finish._x / 520;
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = (_root.finish._x - _root.enemy1._x) / away;
if (_root.enemy1._x > _root.finish._x) {
alpup--;
this._alpha = alpup;
}
}
}
Instance of Symbol 241 MovieClip "cpu2" in Symbol 245 MovieClip Frame 1
onClipEvent (load) {
alpup = 100;
away = _root.finish._x / 520;
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = (_root.finish._x - _root.enemy2._x) / away;
if (_root.enemy2._x > _root.finish._x) {
alpup--;
this._alpha = alpup;
}
}
}
Instance of Symbol 241 MovieClip "cpu3" in Symbol 245 MovieClip Frame 1
onClipEvent (load) {
alpup = 100;
away = _root.finish._x / 520;
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = (_root.finish._x - _root.enemy3._x) / away;
if (_root.enemy3._x > _root.finish._x) {
alpup--;
this._alpha = alpup;
}
}
}
Instance of Symbol 243 MovieClip "player1" in Symbol 245 MovieClip Frame 1
onClipEvent (load) {
alpup = 100;
away = _root.finish._x / 520;
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = (_root.finish._x - _root.bike._x) / away;
if (_root.bike._currentframe == 21) {
alpup--;
this._alpha = alpup;
}
if (this._alpha == 0) {
_root.black.play();
}
}
}
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 35
stopAllSounds();
Symbol 246 MovieClip Frame 51
prevFrame();
Symbol 258 Button
on (release) {
_root.gotoAndPlay(50);
}
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 49
stopAllSounds();
Symbol 267 MovieClip Frame 51
prevFrame();
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 2
stop();
Symbol 279 MovieClip Frame 3
stop();
Symbol 279 MovieClip Frame 4
stop();
Symbol 279 MovieClip Frame 5
stop();
Symbol 279 MovieClip Frame 6
stop();
Symbol 279 MovieClip Frame 7
stop();
Symbol 279 MovieClip Frame 8
stop();
Symbol 279 MovieClip Frame 9
stop();
Symbol 279 MovieClip Frame 10
stop();
Instance of Symbol 243 MovieClip "player1" in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
alpup = 100;
away = _root.bump._x / 520;
}
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = (_root.bump._x - _root.bike._x) / away;
if (_root.bike._currentframe == 21) {
alpup--;
this._alpha = alpup;
}
if (this._alpha == 0) {
_root.black.play();
}
}
}
Instance of Symbol 286 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 1;
this._parent._alpha = 0;
}
Instance of Symbol 288 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 2;
this._parent._alpha = 0;
}
Instance of Symbol 290 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 3;
this._parent._alpha = 0;
}
Instance of Symbol 292 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 4;
this._parent._alpha = 0;
}
Instance of Symbol 294 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 5;
this._parent._alpha = 0;
}
Instance of Symbol 296 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 6;
this._parent._alpha = 0;
}
Instance of Symbol 298 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 7;
this._parent._alpha = 0;
}
Instance of Symbol 300 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 8;
this._parent._alpha = 0;
}
Instance of Symbol 302 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 9;
this._parent._alpha = 0;
}
Instance of Symbol 304 MovieClip in Symbol 305 MovieClip Frame 1
on (release) {
_root.powerbar.star = true;
_root.trucktotal.text = 10;
this._parent._alpha = 0;
}