Frame 1 (707 B)
stopAllSounds();
stop();
advance = 0;
this.onLoad = function () {
theSound = new Sound();
theSound.attachSound("smashing");
music = new Sound();
music.attachSound("music");
music.setVolume(50);
music2 = new Sound();
music2.attachSound("music2");
credits = 10;
UtherBet = 0;
AculadBet = 0;
YuriBet = 0;
TurokBet = 0;
playSounds = true;
};
music.setVolume(50);
_root.onEnterFrame = function () {
if ((Key.isDown(36) and Key.isDown(27)) and Key.isDown(16)) {
gotoAndStop (15);
}
if ((Key.isDown(20) and Key.isDown(40)) and Key.isDown(34)) {
credits = credits + 3;
}
if ((Key.isDown(85) and Key.isDown(84)) and Key.isDown(72)) {
advance = advance + 5;
}
};
Instance of Symbol 9 MovieClip in Frame 1 (176 B)
onClipEvent (enterFrame) {
_x = (_x - thrustLeft);
thrustLeft = thrustLeft - 1;
if (_x >= 550) {
thrustLeft = random(30);
}
}
onClipEvent (load) {
thrustLeft = 10;
}
Instance of Symbol 9 MovieClip in Frame 1 (176 B)
onClipEvent (enterFrame) {
_x = (_x - thrustLeft);
thrustLeft = thrustLeft - 1;
if (_x >= 550) {
thrustLeft = random(30);
}
}
onClipEvent (load) {
thrustLeft = 10;
}
Instance of Symbol 9 MovieClip in Frame 1 (176 B)
onClipEvent (enterFrame) {
_x = (_x - thrustLeft);
thrustLeft = thrustLeft - 1;
if (_x >= 550) {
thrustLeft = random(30);
}
}
onClipEvent (load) {
thrustLeft = 10;
}
Instance of Symbol 21 MovieClip in Frame 1 (89 B)
onClipEvent (enterFrame) {
if (_root._framesloaded >= 1) {
../:gotoAndStop(2);
}
}
Frame 2 (8 B)
stop();
Frame 9 (8 B)
stop();
Instance of Symbol 48 MovieClip "phantomCredit" in Frame 9 (42 B)
onClipEvent (load) {
_visible = false;
}
Frame 14 (8 B)
stop();
Frame 15 (8 B)
stop();
Frame 21 (8 B)
stop();
Frame 27 (8 B)
stop();
Frame 33 (8 B)
stop();
Frame 34 (881 B)
racing = true;
winner = "";
i = 0;
Uther._x = 0;
Aculad._x = 0;
Yuri._x = 0;
Turok._x = 0;
if (random(2) == 0) {
music.start(0, 5);
} else {
music2.start(0, 5);
music2.setVolume(100);
}
this.onEnterFrame = function () {
if (winner != "") {
dispText.text = winner + " WINS!!";
i++;
if (i > 50) {
if ((UtherBet > 0) and (winner == "Uther")) {
credits = credits + (UtherBet * 2);
}
if ((AculadBet > 0) and (winner == "Aculad")) {
credits = credits + (AculadBet * 2);
}
if ((YuriBet > 0) and (winner == "Yuri")) {
credits = credits + (YuriBet * 2);
}
if ((TurokBet > 0) and (winner == "Turok")) {
credits = credits + (TurokBet * 2);
}
UtherBet = 0;
AculadBet = 0;
YuriBet = 0;
TurokBet = 0;
gotoAndStop (1);
} else {
music.setVolume(50 - i);
}
}
};
stop();
Instance of Symbol 133 MovieClip in Frame 34 (491 B)
onClipEvent (enterFrame) {
if ((((../:Uther._x > 550) or (../:Aculad._x > 550)) or (../:Yuri._x > 550)) or (../:Turok._x > 550)) {
_x = (_x - 25);
if (_root.racing == true) {
if (../:Uther._x > 550) {
_root.winner = "Uther";
} else if (../:Aculad._x > 550) {
_root.winner = "Aculad";
} else if (../:Yuri._x > 550) {
_root.winner = "Yuri";
} else if (../:Turok._x > 550) {
_root.winner = "Turok";
}
}
_root.racing = false;
}
}
Instance of Symbol 138 MovieClip "Uther" in Frame 34 (71 B)
onClipEvent (enterFrame) {
_x = ((_x + random(3)) + _root.advance);
}
Instance of Symbol 141 MovieClip "Aculad" in Frame 34 (53 B)
onClipEvent (enterFrame) {
_x = (_x + random(3));
}
Instance of Symbol 145 MovieClip "yuri" in Frame 34 (53 B)
onClipEvent (enterFrame) {
_x = (_x + random(3));
}
Instance of Symbol 150 MovieClip "turok" in Frame 34 (53 B)
onClipEvent (enterFrame) {
_x = (_x + random(3));
}
Instance of Symbol 159 MovieClip in Frame 34 (393 B)
onClipEvent (enterFrame) {
if (_root.racing == true) {
if ((going == false) and (_x > 550)) {
if (random(60) == 1) {
going = true;
gotoAndStop(random(4) + 1);
}
} else if (going == true) {
_x = (_x - 20);
if (_x <= ../:Turok._x) {
../:Uther._x = ../:Uther._x - 25;
gotoAndPlay (6);
going = false;
}
}
}
}
onClipEvent (load) {
going = false;
}
Instance of Symbol 159 MovieClip in Frame 34 (396 B)
onClipEvent (enterFrame) {
if (_root.racing == true) {
if ((going == false) and (_x > 550)) {
if (random(60) == 1) {
going = true;
gotoAndStop(random(4) + 1);
}
} else if (going == true) {
_x = (_x - 20);
if (_x <= ../:Aculad._x) {
../:Aculad._x = ../:Aculad._x - 25;
gotoAndPlay (6);
going = false;
}
}
}
}
onClipEvent (load) {
going = false;
}
Instance of Symbol 159 MovieClip in Frame 34 (390 B)
onClipEvent (enterFrame) {
if (_root.racing == true) {
if ((going == false) and (_x > 550)) {
if (random(60) == 1) {
going = true;
gotoAndStop(random(4) + 1);
}
} else if (going == true) {
_x = (_x - 20);
if (_x <= ../:Yuri._x) {
../:Yuri._x = ../:Yuri._x - 25;
gotoAndPlay (6);
going = false;
}
}
}
}
onClipEvent (load) {
going = false;
}
Instance of Symbol 159 MovieClip in Frame 34 (393 B)
onClipEvent (enterFrame) {
if (_root.racing == true) {
if ((going == false) and (_x > 550)) {
if (random(60) == 1) {
going = true;
gotoAndStop(random(4) + 1);
}
} else if (going == true) {
_x = (_x - 20);
if (_x <= ../:Turok._x) {
../:Turok._x = ../:Turok._x - 25;
gotoAndPlay (6);
going = false;
}
}
}
}
onClipEvent (load) {
going = false;
}
Instance of Symbol 166 MovieClip in Frame 34 (49 B)
onClipEvent (enterFrame) {
_x = ../:Uther._x;
}
Instance of Symbol 169 MovieClip in Frame 34 (50 B)
onClipEvent (enterFrame) {
_x = ../:Aculad._x;
}
Instance of Symbol 172 MovieClip in Frame 34 (48 B)
onClipEvent (enterFrame) {
_x = ../:Yuri._x;
}
Instance of Symbol 175 MovieClip in Frame 34 (49 B)
onClipEvent (enterFrame) {
_x = ../:Turok._x;
}
Symbol 26 Button (34 B)
on (release) {
gotoAndPlay (3);
}
Symbol 29 Button (35 B)
on (release) {
gotoAndPlay (10);
}
Symbol 31 Button (35 B)
on (release) {
gotoAndPlay (22);
}
Symbol 33 Button (35 B)
on (release) {
gotoAndPlay (16);
}
Symbol 35 Button (35 B)
on (release) {
gotoAndPlay (28);
}
Symbol 72 Button (1.07 KiB) ●
on (press) {
if (_root.credits > 0) {
_root.dragger = this._name;
phantomCredit._x = _root._xmouse;
phantomCredit._y = _root._ymouse;
startDrag ("phantomCredit", true);
phantomCredit._visible = true;
Mouse.hide();
}
}
on (release, releaseOutside) {
Mouse.show();
stopDrag();
phantomCredit._visible = false;
if (_root.dragger == this._name) {
if ((credits > 0) and (_root.utherDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.credits = _root.credits - 1;
_root.utherBet = _root.utherBet + 1;
}
if ((credits > 0) and (_root.AculadDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.credits = _root.credits - 1;
_root.aculadBet = _root.aculadBet + 1;
}
if ((credits > 0) and (_root.yuriDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.credits = _root.credits - 1;
_root.yuriBet = _root.yuriBet + 1;
}
if ((credits > 0) and (_root.turokDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.credits = _root.credits - 1;
_root.turokBet = _root.turokBet + 1;
}
}
}
Symbol 73 Button (1.07 KiB) ●
on (press) {
if (_root.YuriBet > 0) {
_root.dragger = this._name;
phantomCredit._x = _root._xmouse;
phantomCredit._y = _root._ymouse;
startDrag ("phantomCredit", true);
phantomCredit._visible = true;
Mouse.hide();
}
}
on (release, releaseOutside) {
Mouse.show();
stopDrag();
phantomCredit._visible = false;
if (_root.dragger == this._name) {
if ((YuriBet > 0) and (_root.UtherDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.YuriBet = _root.YuriBet - 1;
_root.UtherBet = _root.UtherBet + 1;
}
if ((YuriBet > 0) and (_root.AculadDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.YuriBet = _root.YuriBet - 1;
_root.AculadBet = _root.AculadBet + 1;
}
if ((YuriBet > 0) and (_root.home.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.YuriBet = _root.YuriBet - 1;
_root.credits = _root.credits + 1;
}
if ((YuriBet > 0) and (_root.turokDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.YuriBet = _root.YuriBet - 1;
_root.turokBet = _root.turokBet + 1;
}
}
}
Symbol 74 Button (1.08 KiB) ●
on (press) {
if (_root.UtherBet > 0) {
_root.dragger = this._name;
phantomCredit._x = _root._xmouse;
phantomCredit._y = _root._ymouse;
startDrag ("phantomCredit", true);
phantomCredit._visible = true;
Mouse.hide();
}
}
on (release, releaseOutside) {
Mouse.show();
stopDrag();
phantomCredit._visible = false;
if (_root.dragger == this._name) {
if ((UtherBet > 0) and (_root.home.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.UtherBet = _root.UtherBet - 1;
_root.credits = _root.credits + 1;
}
if ((UtherBet > 0) and (_root.AculadDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.UtherBet = _root.UtherBet - 1;
_root.aculadBet = _root.aculadBet + 1;
}
if ((UtherBet > 0) and (_root.yuriDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.UtherBet = _root.UtherBet - 1;
_root.yuriBet = _root.yuriBet + 1;
}
if ((UtherBet > 0) and (_root.turokDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.UtherBet = _root.UtherBet - 1;
_root.turokBet = _root.turokBet + 1;
}
}
}
Symbol 75 Button (1.09 KiB) ●
on (press) {
if (_root.AculadBet > 0) {
_root.dragger = this._name;
phantomCredit._x = _root._xmouse;
phantomCredit._y = _root._ymouse;
startDrag ("phantomCredit", true);
phantomCredit._visible = true;
Mouse.hide();
}
}
on (release, releaseOutside) {
Mouse.show();
stopDrag();
phantomCredit._visible = false;
if (_root.dragger == this._name) {
if ((AculadBet > 0) and (_root.UtherDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.AculadBet = _root.AculadBet - 1;
_root.UtherBet = _root.UtherBet + 1;
}
if ((AculadBet > 0) and (_root.Home.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.AculadBet = _root.AculadBet - 1;
_root.credits = _root.credits + 1;
}
if ((AculadBet > 0) and (_root.yuriDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.AculadBet = _root.AculadBet - 1;
_root.yuriBet = _root.yuriBet + 1;
}
if ((AculadBet > 0) and (_root.turokDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.AculadBet = _root.AculadBet - 1;
_root.turokBet = _root.turokBet + 1;
}
}
}
Symbol 76 Button (1.08 KiB) ●
on (press) {
if (_root.TurokBet > 0) {
_root.dragger = this._name;
phantomCredit._x = _root._xmouse;
phantomCredit._y = _root._ymouse;
startDrag ("phantomCredit", true);
phantomCredit._visible = true;
Mouse.hide();
}
}
on (release, releaseOutside) {
Mouse.show();
stopDrag();
phantomCredit._visible = false;
if (_root.dragger == this._name) {
if ((TurokBet > 0) and (_root.UtherDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.TurokBet = _root.TurokBet - 1;
_root.UtherBet = _root.UtherBet + 1;
}
if ((TurokBet > 0) and (_root.AculadDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.TurokBet = _root.TurokBet - 1;
_root.AculadBet = _root.AculadBet + 1;
}
if ((TurokBet > 0) and (_root.YuriDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.TurokBet = _root.TurokBet - 1;
_root.yuriBet = _root.yuriBet + 1;
}
if ((TurokBet > 0) and (_root.home.hitTest(_root._xmouse, _root._ymouse, false) == true)) {
_root.TurokBet = _root.TurokBet - 1;
_root.credits = _root.credits + 1;
}
}
}
Symbol 82 Button (35 B)
on (release) {
gotoAndStop (34);
}
Symbol 84 Button (63 B)
on (release) {
if (credits > 20) {
gotoAndStop (15);
}
}
Symbol 87 Button (32 B)
on (release) {
music.start();
}
Symbol 88 Button (33 B)
on (release) {
music2.start();
}
Symbol 89 Button (34 B)
on (release) {
stopAllSounds();
}
Symbol 93 Button (35 B)
on (release) {
theSound.start();
}
Symbol 95 Button (55 B)
on (release) {
theSound.setVolume(_root.volumeizer);
}
Symbol 159 MovieClip Frame 1 (8 B)
stop();
Symbol 159 MovieClip Frame 6 (61 B)
if (_root.playSounds == true) {
_root.theSound.start();
}
Symbol 159 MovieClip Frame 9 (36 B)
_x = 584;
going = false;
stop();
Symbol 161 MovieClip Frame 1 (198 B)
this.onLoad = function () {
_y = random(400);
};
this.onEnterFrame = function () {
if ((_x < -100) and (random(500) == 1)) {
_y = random(400);
_x = 600;
}
_x = (_x - 10);
};
Symbol 180 Button (31 B)
on (release) {
music.stop();
}
Symbol 181 Button (43 B)
on (release) {
playSounds = !playSounds;
}