Frame 1
function gameSave() {
trace("saved");
var _local1 = SharedObject.getLocal("parkmycar");
_local1.data.myObj = highScore_arr;
_local1.flush();
}
function gameSave_GK() {
trace("saved_GK");
var _local1 = SharedObject.getLocal("parkmycar_GK");
_local1.data.myObj_GK = highScore_GK;
trace(highScore_GK);
_local1.flush();
}
fscommand ("allowscale", false);
fscommand ("showmenu", false);
myLSO = SharedObject.getLocal("parkmycar");
if (myLSO.data.myObj == undefined) {
trace("first play");
highScore_arr = [["cpu", 120000], ["cpu", 100000], ["cpu", 80000], ["cpu", 50000], ["cpu", 30000], ["cpu", 25000], ["cpu", 18000], ["cpu", 15000], ["cpu", 12000], ["cpu", 8000]];
gameSave();
} else {
trace("loaded");
highScore_arr = myLSO.data.myObj;
trace(highScore_arr);
}
myLSOB_GK = SharedObject.getLocal("parkmycar_GK");
if (myLSOB_GK.data.myObj_GK == undefined) {
trace("first play_GK");
highScore_GK = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
gameSave_GK();
} else {
trace("loaded_GK");
highScore_GK = myLSOB_GK.data.myObj_GK;
trace(highScore_GK);
}
Instance of Symbol 43 MovieClip "All" in Frame 1
onClipEvent (load) {
this.swapDepths(2000);
}
Frame 2
function goto_uvod() {
clearInterval(delay_uvod);
removeMovieClip(adBox);
_root.attachMovie("play_button", "play_button", this.getNextHighestDepth(), {_x:300, _y:350});
loading.unloadMovie();
}
stop();
delay_uvod = setInterval(goto_uvod, 13300);
var CPMStarPoolID = 12741;
var CPMStarSubPoolID = 7;
System.security.allowDomain("server.cpmstar.com");
adBox.loadMovie((("http://server.cpmstar.com/adviewas2.swf?poolid=" + CPMStarPoolID) + "&subpoolid=") + CPMStarSubPoolID);
Frame 5
if (byteloaded == bytetotal) {
gotoAndPlay ("start0");
} else {
gotoAndPlay ("loop");
}
Frame 9
OKsound = 1;
onesound = 0;
if ((_root.OKsound == 1) && (onesound == 0)) {
onesound = 1;
KSSOUND = new Sound();
KSSOUND.attachSound("mainscreen");
KSSOUND.start(0, 1000);
}
Frame 10
function doFigure(pmc, num) {
_root.points = new Array(num);
var _local9 = Math.max(pmc._width + 10, pmc._height + 20) / 2;
var _local11 = 360 / num;
var _local8 = 0;
var _local4 = 0;
while (_local4 < num) {
_root.points[_local4] = new Array();
var _local6 = Math.cos((_local8 * 3.141593) / 180);
var _local7 = Math.sin((_local8 * 3.141593) / 180);
var _local2 = pmc._x + (_local9 * _local6);
var _local3 = pmc._y + (_local9 * _local7);
do {
if (pmc.hitTest(_local2, _local3, true)) {
break;
}
_local2 = _local2 - _local6;
_local3 = _local3 - _local7;
} while (!((_local2 <= 0) || (_local3 <= 0)));
_root.points[_local4][0] = _local2 - pmc._x;
_root.points[_local4][1] = _local3 - pmc._y;
_local8 = _local8 + _local11;
_local4 = _local4 + 1;
}
}
function doFigure2(pmc, num) {
pmc.points = new Array(num);
var _local8 = Math.max(pmc._width + 10, pmc._height + 20) / 2;
var _local10 = 360 / num;
var _local7 = 0;
var _local4 = 0;
while (_local4 < num) {
pmc.points[_local4] = new Array();
var _local5 = Math.cos((_local7 * 3.141593) / 180);
var _local6 = Math.sin((_local7 * 3.141593) / 180);
var _local1 = pmc._x + (_local8 * _local5);
var _local2 = pmc._y + (_local8 * _local6);
do {
if (pmc.hitTest(_local1, _local2, true)) {
break;
}
_local1 = _local1 - _local5;
_local2 = _local2 - _local6;
} while (!((_local1 <= 0) || (_local2 <= 0)));
pmc.points[_local4][0] = _local1 - pmc._x;
pmc.points[_local4][1] = _local2 - pmc._y;
_local7 = _local7 + _local10;
_local4 = _local4 + 1;
}
}
play_button.removeMovieClip();
hit = false;
JD = 0;
T = 89;
T2 = 0;
live = 3;
guank = 0;
fen = 0;
TZ = 1;
qualityNum = 1;
PDJ = function (x1, y1) {
x2 = _root.A._x;
y2 = _root.A._y;
dx = Math.abs(x2 - x1);
dy = Math.abs(y2 - y1);
angle = Math.atan(dy / dx);
angle = (angle * 180) / 3.141593;
if (dx < 0) {
angle = angle - 180;
}
if (x2 < x1) {
if (y2 <= y1) {
TA = int(angle + 90) - 180;
} else if (y2 > y1) {
TA = -int(angle + 90);
}
}
if (x2 > x1) {
if (y2 <= y1) {
TA = 180 - int(angle + 90);
} else if (y2 > y1) {
TA = int(angle + 90);
}
}
return(TA);
};
PDJ2 = function (x1, y1) {
x2 = _root.QB._x;
y2 = _root.QB._y;
dx = Math.abs(x2 - x1);
dy = Math.abs(y2 - y1);
angle = Math.atan(dy / dx);
angle = (angle * 180) / 3.141593;
if (dx < 0) {
angle = angle - 180;
}
if (x2 < x1) {
if (y2 <= y1) {
TB = int(angle + 90) - 180;
} else if (y2 > y1) {
TB = -int(angle + 90);
}
}
if (x2 > x1) {
if (y2 <= y1) {
TB = 180 - int(angle + 90);
} else if (y2 > y1) {
TB = int(angle + 90);
}
}
return(TB);
};
QBXY = function () {
degree = 0.01745329;
if (_root.guank == 6) {
xspeed = Math.sin((-_root.A._rotation) * degree);
yspeed = Math.cos((-_root.A._rotation) * degree);
} else {
xspeed = Math.sin((-(_root.A._rotation + 180)) * degree);
yspeed = Math.cos((-(_root.A._rotation + 180)) * degree);
}
x2 = xspeed * 120;
y2 = yspeed * 120;
_root.QB._x = x2 + _root.A._x;
_root.QB._y = y2 + _root.A._y;
};
stop();
Frame 11
stop();
Frame 12
if (guank == 0) {
guank = 1;
}
world = 0;
Key.addListener(this);
this.onKeyDown = function () {
if (Key.getAscii() == 32) {
trace(1);
stopAllSounds();
world = 1;
gotoAndPlay("G" + _root.guank);
Key.removeListener(this);
}
};
stop();
Frame 15
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(3);
guank = 1;
levelmc.G = "0" + _root.guank;
if ((_root.OKsound == 1) && (world == 1)) {
_root.KSSOUND = new Sound();
_root.KSSOUND.attachSound("world1");
_root.KSSOUND.start(0, 1000);
}
_root.timeK.T = "90:00";
world = 2;
stop();
Instance of Symbol 128 MovieClip "A" in Frame 15
onClipEvent (load) {
thisT = 0;
timemove = 0;
KQOK = 30;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
root1 = 0;
root2 = 0;
_root.doFigure(_root.A, numb);
this.swapDepths(400);
_root.S.swapDepths(410);
if (_root.TZ == 1) {
_root.A2.swapDepths(401);
_root.QB.swapDepths(464);
_root.QB1.swapDepths(465);
_root.XT1.swapDepths(461);
}
SY = 0;
}
onClipEvent (enterFrame) {
if (this._x < 0) {
this._x = 0;
}
if (this._x > 580) {
this._x = 580;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARD");
_root.QD1.start(0, 200);
}
};
t = 1;
while (t <= 1) {
if (((Math.abs(this._x - _root["XT" + t]._x) < 120) && (Math.abs(this._y - _root["XT" + t]._y) < 120)) && (_root["XT" + t]._y > 0)) {
_root.QB._x = _root["XT" + t]._x;
_root.QB._y = _root["XT" + t]._y;
_root.QB1._alpha = 0;
break;
}
_root.QBXY();
t++;
}
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 120) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.B111.stop();
_root.hit = true;
break;
}
k++;
}
if (_root.XT1.hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
KD = 1;
}
if (thisT >= 30) {
u = 1;
while (u <= 30) {
_root["DH" + u].removeMovieClip();
u++;
}
_root.QB.removeMovieClip();
_root.A2.removeMovieClip();
_root.XT1.removeMovieClip();
_root.S.removeMovieClip();
_root.QB1.removeMovieClip();
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if (KQOK > 0) {
KQOK--;
}
if ((((((_root.TZ == 1) && (Key.isDown(32))) && (_root.A2.mc.KQ == 0)) && (KQOK <= 0)) && (JTOK == 0)) && (KD == 0)) {
KQOK = 5;
if (_root.DH1 < 31) {
_root.A2.mc.play();
_root.attachMovie("DH", "DH" + _root.DH1, 200 + _root.DH1);
_root["DH" + _root.DH1]._x = _root.QB._x;
_root["DH" + _root.DH1]._y = _root.QB._y;
_root.DH1++;
} else if ((_root.DH1 >= 31) && (_root.OKsound == 1)) {
W = new Sound();
W.attachSound("S5");
W.start(0, 1);
}
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.6;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.6;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.017453;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.017453;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A2._rotation = this._rotation;
_root.A2._x = this._x;
_root.A2._y = this._y - 10;
if (speed > 0.2) {
speed = speed - 0.1;
} else if (speed < -0.2) {
speed = speed + 0.1;
} else {
speed = 0;
}
if (((((((_root.JD < -22) && (_root.JD > -40)) && (this._x > 287)) && (this._x < 303)) && (this._y > 98)) && (this._y < 110)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 16
gotoAndStop ("start");
Frame 20
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(7);
guank = 2;
levelmc.G = "0" + _root.guank;
_root.timeK.T = "90:00";
stop();
Instance of Symbol 159 MovieClip "A" in Frame 20
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
}
onClipEvent (enterFrame) {
if (this._x < 40) {
this._x = 40;
}
if (this._x > 580) {
this._x = 580;
}
if (this._y < 0) {
this._y = 0;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARA");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 30) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
k++;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD1");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.8;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD1");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.8;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.017453;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.017453;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
if (speed > 0.4) {
speed = speed - 0.3;
} else if (speed < -0.4) {
speed = speed + 0.3;
} else {
speed = 0;
}
if (((((((_root.JD < -88) && (_root.JD > -98)) && (this._x > 50)) && (this._x < 70)) && (this._y > 316)) && (this._y < 331)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
_root.OK.gotoAndPlay(2);
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 21
gotoAndStop ("start");
Frame 25
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(1);
WS.setMask(ZZ);
guank = 3;
levelmc.G = "0" + _root.guank;
_root.timeK.T = "90:00";
stop();
Instance of Symbol 203 MovieClip "A" in Frame 25
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
ABCD = 0;
}
onClipEvent (enterFrame) {
if (this._y > 420) {
this._y = 420;
}
if (this._y < 30) {
this._y = 30;
}
if (this._x > 550) {
this._x = 550;
}
if (this._x < 30) {
this._x = 30;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARA");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 150) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
k = 1;
while (k <= 150) {
_root["B" + k].stop();
k++;
}
break;
}
k++;
}
if (_root.MR1.hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if (ABCD <= 10) {
ABCD++;
}
if ((Key.isDown(32) && (_root.TS._y >= 0)) && (ABCD >= 5)) {
_root.TS._y = -100;
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
_root.TS._y = -100;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD4");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.8;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
_root.TS._y = -100;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD4");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.8;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (speed > 0.4) {
speed = speed - 0.3;
} else if (speed < -0.4) {
speed = speed + 0.3;
} else {
speed = 0;
}
if (((((((_root.JD < 8) && (_root.JD > -8)) && (this._x > 395)) && (this._x < 410)) && (this._y > 37)) && (this._y < 50)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 26
gotoAndStop ("start");
Frame 30
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(3);
WS.setMask(ZZ);
guank = 4;
levelmc.G = "0" + _root.guank;
_root.timeK.T = "90:00";
stop();
Instance of Symbol 203 MovieClip "A" in Frame 30
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
ABCD = 0;
}
onClipEvent (enterFrame) {
if (this._x < 0) {
this._x = 0;
}
if (this._x > 580) {
this._x = 580;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARA");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 14) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
k++;
}
if (_root.MR1.hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if (ABCD <= 10) {
ABCD++;
}
if ((Key.isDown(32) && (_root.TS._y >= 0)) && (ABCD >= 5)) {
_root.TS._y = -100;
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
_root.TS._y = -100;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD4");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.8;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
_root.TS._y = -100;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD4");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.8;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (speed > 0.4) {
speed = speed - 0.3;
} else if (speed < -0.4) {
speed = speed + 0.3;
} else {
speed = 0;
}
if (((((((_root.JD < 98) && (_root.JD > 82)) && (this._x > 260)) && (this._x < 280)) && (this._y > 313)) && (this._y < 327)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 31
gotoAndStop ("start");
Frame 35
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(2);
guank = 5;
levelmc.G = "0" + _root.guank;
_root.timeK.T = "90:00";
stop();
Instance of Symbol 245 MovieClip "A" in Frame 35
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
}
onClipEvent (enterFrame) {
if (this._x < 0) {
this._x = 0;
}
if (this._x > 580) {
this._x = 580;
}
if (this._y > 420) {
this._y = 420;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARA");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 14) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.B8.stop();
_root.hit = true;
break;
}
k++;
}
if ((_root.C1.hitTest(X, Y, true) || (_root.C2.hitTest(X, Y, true))) || (_root.MR1.hitTest(X, Y, true))) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 4;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 4;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD1");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.6;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD1");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.6;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (_root.T < 100) {
if (speed > 0.2) {
speed = speed - 0.1;
} else if (speed < -0.2) {
speed = speed + 0.1;
} else {
speed = 0;
}
} else if (_root.T >= 100) {
if (speed > 0.4) {
speed = speed - 0.3;
} else if (speed < -0.4) {
speed = speed + 0.3;
} else {
speed = 0;
}
}
if (((((((_root.JD < -90) && (_root.JD > -180)) && (this._x > 172)) && (this._x < 190)) && (this._y > 115)) && (this._y < 122)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Instance of Symbol 249 MovieClip in Frame 35
onClipEvent (load) {
Y = 1;
T = 0;
TA = 0;
OK = 0;
}
onClipEvent (enterFrame) {
if (_root.T <= 100) {
if (OK == 0) {
_root.TQ.gotoAndStop(4);
OK = 1;
}
if (T > 0) {
T--;
} else if (T <= 0) {
T = 2;
if (_root.T < 70) {
T = 4;
} else if (_root.T < 80) {
T = 5;
}
_root.attachMovie("rain", "rain" + Y, 100 + Y);
_root["rain" + Y]._x = (290 + random(100)) - random(100);
_root["rain" + Y]._y = (210 + random(50)) - random(50);
x2 = 290;
y2 = 210;
x1 = _root["rain" + Y]._x;
y1 = _root["rain" + Y]._y;
dx = Math.abs(x2 - x1);
dy = Math.abs(y2 - y1);
angle = Math.atan(dy / dx);
angle = (angle * 180) / 3.141593;
if (dx < 0) {
angle = angle - 180;
}
if (x2 < x1) {
if (y2 <= y1) {
TA = int(angle + 90) - 180;
} else if (y2 > y1) {
TA = -int(angle + 90);
}
}
if (x2 > x1) {
if (y2 <= y1) {
TA = 180 - int(angle + 90);
} else if (y2 > y1) {
TA = int(angle + 90);
}
}
_root["rain" + Y]._rotation = 180 + TA;
Y++;
if (Y >= 40) {
Y = 1;
}
}
}
}
Frame 36
gotoAndStop ("start");
Frame 40
if ((_root.OKsound == 1) && (world == 2)) {
KSSOUND = new Sound();
KSSOUND.attachSound("world2");
KSSOUND.start(0, 2000);
}
world = 3;
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(3);
var LJD = 1;
var ALLLJD = new Array();
var ZD = 1;
var ALLZD = new Array();
var DH1 = 2;
guank = 6;
levelmc.G = "0" + _root.guank;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
SS2.swapDepths(608);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 264 MovieClip "A" in Frame 40
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
}
onClipEvent (enterFrame) {
if (this._x > 580) {
this._x = 580;
}
if (this._x < 0) {
this._x = 0;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARD");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 25) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
_root["B" + k].stop();
break;
}
k++;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 4;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 4;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.6;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.6;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (speed > 0.2) {
speed = speed - 0.1;
} else if (speed < -0.2) {
speed = speed + 0.1;
} else {
speed = 0;
}
if (((((((_root.JD < -82) && (_root.JD > -98)) && (this._x > 413)) && (this._x < 432)) && (this._y > 50)) && (this._y < 68)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 41
gotoAndStop ("start");
Frame 45
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(1);
WS.setMask(ZZ);
guank = 7;
levelmc.G = "0" + _root.guank;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 205 MovieClip "A" in Frame 45
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
}
onClipEvent (enterFrame) {
if (this._x > 580) {
this._x = 580;
}
if (this._x < 10) {
this._x = 10;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARA");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 25) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
k = 1;
while (k <= 25) {
_root["B" + k].stop();
k++;
}
break;
}
k++;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
if (_root.T < 90) {
QLXZ = QLXZ + 4;
} else if (_root.T >= 90) {
QLXZ = QLXZ + 2;
}
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
if (_root.T < 90) {
QLXZ = QLXZ - 4;
} else if (_root.T >= 90) {
QLXZ = QLXZ - 2;
}
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD2");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.9;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD2");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.9;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (speed > 0.2) {
speed = speed - 0.1;
} else if (speed < -0.2) {
speed = speed + 0.1;
} else {
speed = 0;
}
if (((((((_root.JD < 8) && (_root.JD > -8)) && (this._x > 120)) && (this._x < 137)) && (this._y > 218)) && (this._y < 235)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 46
gotoAndStop ("start");
Frame 50
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(3);
guank = 8;
levelmc.G = "0" + _root.guank;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 205 MovieClip "A" in Frame 50
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
}
onClipEvent (enterFrame) {
if (this._x > 580) {
this._x = 580;
}
if (this._x < 0) {
this._x = 0;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARA");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 15) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
_root["B" + k].stop();
break;
}
k++;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
if (_root.T < 90) {
QLXZ = QLXZ + 4;
} else if (_root.T >= 90) {
QLXZ = QLXZ + 2;
}
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
if (_root.T < 90) {
QLXZ = QLXZ - 4;
} else if (_root.T >= 90) {
QLXZ = QLXZ - 2;
}
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD2");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.9;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD2");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.9;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (speed > 0.2) {
speed = speed - 0.1;
} else if (speed < -0.2) {
speed = speed + 0.1;
} else {
speed = 0;
}
if (((((((_root.JD < 188) && (_root.JD > 172)) && (this._x > 334)) && (this._x < 351)) && (this._y > 152)) && (this._y < 165)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 51
gotoAndStop ("start");
Frame 55
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(7);
guank = 9;
levelmc.G = "0" + _root.guank;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 350 MovieClip "A" in Frame 55
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
}
onClipEvent (enterFrame) {
if (this._x < 30) {
this._x = 30;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARA");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 30) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
k++;
}
i = i + 1;
}
}
if ((this.hitTest(_root.CW1._x, _root.CW1._y, true) && (_root.hit == false)) || (this.hitTest(_root.CW2._x, _root.CW2._y, true) && (_root.hit == false))) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD1");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.7;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD1");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.7;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (speed > 0.4) {
speed = speed - 0.3;
} else if (speed < -0.4) {
speed = speed + 0.3;
} else {
speed = 0;
}
if (((((((_root.JD < 188) && (_root.JD > 172)) && (this._x > 425)) && (this._x < 445)) && (this._y > 50)) && (this._y < 70)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 56
gotoAndStop ("start");
Frame 60
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(6);
guank = 10;
levelmc.G = _root.guank;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 369 MovieClip "A" in Frame 60
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 24;
Z = 30;
_root.doFigure(_root.A, numb);
YKKZ = 0;
YPZSJ = 0;
YPSJFX = 0;
speedjs = 0.3;
root1 = 0;
root2 = 0;
SY = 0;
}
onClipEvent (enterFrame) {
if (this._x < 0) {
this._x = 0;
}
if (this._x > 580) {
this._x = 580;
}
if (this._y < 0) {
this._y = 0;
}
if (this._y > 420) {
this._y = 420;
}
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARA");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 50) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
k = 1;
while (k <= 50) {
_root["B" + k].stop();
k++;
}
break;
}
k++;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if (YPZSJ > 0) {
YKKZ = 1;
YPZSJ = YPZSJ - 1;
} else if (YPZSJ <= 0) {
YPZSJ = 0;
YKKZ = 0;
}
if (((Key.isDown(37) && (KD == 0)) && (YKKZ == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if (((Key.isDown(39) && (KD == 0)) && (YKKZ == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD4");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.8;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD4");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.8;
}
Direction = 0;
Rotation = -this._rotation;
}
if (YKKZ == 0) {
speedjs = 0.3;
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
} else if (YKKZ == 1) {
speedjs = 0.1;
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(YPSJFX * degree) * speed);
this._y = this._y + (Math.cos(YPSJFX * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(YPSJFX * degree) * speed);
this._y = this._y + (Math.cos(YPSJFX * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (speed > 0.4) {
speed = speed - speedjs;
} else if (speed < -0.4) {
speed = speed + speedjs;
} else {
speed = 0;
}
if (((((((_root.JD < -82) && (_root.JD > -98)) && (this._x > 518)) && (this._x < 532)) && (this._y > 180)) && (this._y < 195)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 61
gotoAndStop ("start");
Frame 65
if ((_root.OKsound == 1) && (world == 3)) {
KSSOUND = new Sound();
KSSOUND.attachSound("world3");
KSSOUND.start(0, 2000);
}
world = 4;
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(4);
_root.onMouseDown = function () {
if (((TZ == 1) && (_root.mc._x != -100)) && (_root.mc.KQ == 0)) {
_root.mc.play();
}
};
guank = 11;
levelmc.G = _root.guank;
var DH1 = 2;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 128 MovieClip "A" in Frame 65
onClipEvent (load) {
thisT = 0;
timemove = 0;
KQOK = 30;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
root1 = 0;
root2 = 0;
_root.doFigure(_root.A, numb);
this.swapDepths(400);
_root.S.swapDepths(410);
if (_root.TZ == 1) {
_root.A2.swapDepths(401);
_root.QB.swapDepths(464);
_root.QB1.swapDepths(465);
_root.XT1.swapDepths(461);
}
SY = 0;
}
onClipEvent (enterFrame) {
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARD");
_root.QD1.start(0, 200);
}
};
t = 1;
while (t <= 1) {
if (((Math.abs(this._x - _root["XT" + t]._x) < 120) && (Math.abs(this._y - _root["XT" + t]._y) < 120)) && (_root["XT" + t]._y > 0)) {
_root.QB._x = _root["XT" + t]._x;
_root.QB._y = _root["XT" + t]._y;
_root.QB1._alpha = 0;
break;
}
_root.QBXY();
t++;
}
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 15) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
k++;
}
if (_root.XT1.hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
KD = 1;
}
if (thisT >= 30) {
u = 1;
while (u <= 30) {
_root["DH" + u].removeMovieClip();
u++;
}
_root.QB.removeMovieClip();
_root.A2.removeMovieClip();
_root.XT1.removeMovieClip();
_root.S.removeMovieClip();
_root.QB1.removeMovieClip();
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if (KQOK > 0) {
KQOK--;
}
if ((((((_root.TZ == 1) && (Key.isDown(32))) && (_root.A2.mc.KQ == 0)) && (KQOK <= 0)) && (JTOK == 0)) && (KD == 0)) {
KQOK = 5;
if (_root.DH1 < 31) {
_root.A2.mc.play();
_root.attachMovie("DH", "DH" + _root.DH1, 200 + _root.DH1);
_root["DH" + _root.DH1]._x = _root.QB._x;
_root["DH" + _root.DH1]._y = _root.QB._y;
_root.DH1++;
} else if ((_root.DH1 >= 31) && (_root.OKsound == 1)) {
W = new Sound();
W.attachSound("S5");
W.start(0, 1);
}
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.6;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.6;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.017453;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.017453;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A2._rotation = this._rotation;
_root.A2._x = this._x;
_root.A2._y = this._y - 10;
if (speed > 0.2) {
speed = speed - 0.1;
} else if (speed < -0.2) {
speed = speed + 0.1;
} else {
speed = 0;
}
if (((((((_root.JD < 98) && (_root.JD > 82)) && (this._x > 245)) && (this._x < 255)) && (this._y > 65)) && (this._y < 69)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Instance of Symbol 249 MovieClip in Frame 65
onClipEvent (load) {
Y = 1;
T = 0;
TA = 0;
OK = 0;
}
onClipEvent (enterFrame) {
if (OK == 0) {
_root.TQ.gotoAndStop(4);
OK = 1;
}
if (T > 0) {
T--;
} else if (T <= 0) {
T = 3;
_root.attachMovie("rain", "rain" + Y, 100 + Y);
_root["rain" + Y]._x = (290 + random(100)) - random(100);
_root["rain" + Y]._y = (210 + random(50)) - random(50);
x2 = 290;
y2 = 210;
x1 = _root["rain" + Y]._x;
y1 = _root["rain" + Y]._y;
dx = Math.abs(x2 - x1);
dy = Math.abs(y2 - y1);
angle = Math.atan(dy / dx);
angle = (angle * 180) / 3.141593;
if (dx < 0) {
angle = angle - 180;
}
if (x2 < x1) {
if (y2 <= y1) {
TA = int(angle + 90) - 180;
} else if (y2 > y1) {
TA = -int(angle + 90);
}
}
if (x2 > x1) {
if (y2 <= y1) {
TA = 180 - int(angle + 90);
} else if (y2 > y1) {
TA = int(angle + 90);
}
}
_root["rain" + Y]._rotation = 180 + TA;
Y++;
if (Y >= 30) {
Y = 1;
}
}
}
Frame 66
gotoAndStop ("start");
Frame 70
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(1);
guank = 12;
levelmc.G = _root.guank;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 264 MovieClip "A" in Frame 70
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
}
onClipEvent (enterFrame) {
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARD");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 15) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
k++;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 4;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 4;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.6;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.6;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (speed > 0.2) {
speed = speed - 0.1;
} else if (speed < -0.2) {
speed = speed + 0.1;
} else {
speed = 0;
}
if (((((((_root.JD < -82) && (_root.JD > -98)) && (this._x > 468)) && (this._x < 480)) && (this._y > 374)) && (this._y < 387)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 71
gotoAndStop ("start");
Frame 75
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(3);
guank = 13;
levelmc.G = _root.guank;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 264 MovieClip "A" in Frame 75
onClipEvent (load) {
thisT = 0;
timemove = 0;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
root1 = 0;
root2 = 0;
SY = 0;
}
onClipEvent (enterFrame) {
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARD");
_root.QD1.start(0, 200);
}
};
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 15) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
k++;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 4;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 4;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.6;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.6;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A1._rotation = this._rotation;
_root.A1._x = this._x;
_root.A1._y = this._y;
if (speed > 0.2) {
speed = speed - 0.1;
} else if (speed < -0.2) {
speed = speed + 0.1;
} else {
speed = 0;
}
if (((((((_root.JD < -82) && (_root.JD > -98)) && (this._x > 465)) && (this._x < 480)) && (this._y > 250)) && (this._y < 265)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Instance of Symbol 249 MovieClip in Frame 75
onClipEvent (load) {
Y = 1;
T = 0;
TA = 0;
OK = 0;
}
onClipEvent (enterFrame) {
if (_root.T <= 100) {
if (OK == 0) {
_root.TQ.gotoAndStop(5);
OK = 1;
_root.YG._alpha = 0;
}
if (T > 0) {
T--;
} else if (T <= 0) {
if (_root.T >= 90) {
T = 5;
} else {
T = 10;
}
_root.attachMovie("XXUE", "XXUE" + Y, 100 + Y);
_root["XXUE" + Y]._x = 30 + random(550);
_root["XXUE" + Y]._y = 30 + random(190);
Y++;
if (Y >= 20) {
Y = 1;
}
}
}
}
Frame 76
gotoAndStop ("start");
Frame 80
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(3);
var LJD = 1;
var ALLLJD = new Array();
var ZD = 1;
var DH1 = 2;
_root.onMouseDown = function () {
if (((TZ == 1) && (_root.mc._x != -100)) && (_root.mc.KQ == 0)) {
_root.mc.play();
}
};
guank = 14;
levelmc.G = _root.guank;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 402 MovieClip "Y2" in Frame 80
onClipEvent (load) {
if (_root.TZ == 1) {
this._visible = true;
this._x = 127;
this._y = 152;
num = 20;
_root.doFigure2(this, num);
} else {
this._x = -100;
this._y = -100;
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.TZ == 1) {
i = 0;
while (i < this.points.length) {
X = this.points[i][0] + this._x;
Y = this.points[i][1] + this._y;
if ((_root.A.hitTest(X, Y, true) && (Math.abs(_root.A.speed) >= 1)) && (_root.A.YPZSJ == 0)) {
_root.A.YPZSJ = 30;
_root.A.YPSJFX = (_root.A._rotation + random(40)) - random(40);
trace(_root.A.YPZSJ);
}
i++;
}
}
}
Instance of Symbol 402 MovieClip "Y3" in Frame 80
onClipEvent (load) {
if (_root.TZ == 1) {
this._visible = true;
this._x = 388;
this._y = 249;
num = 20;
_root.doFigure2(this, num);
} else {
this._x = -100;
this._y = -100;
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.TZ == 1) {
i = 0;
while (i < this.points.length) {
X = this.points[i][0] + this._x;
Y = this.points[i][1] + this._y;
if ((_root.A.hitTest(X, Y, true) && (Math.abs(_root.A.speed) >= 1)) && (_root.A.YPZSJ == 0)) {
_root.A.YPZSJ = 30;
_root.A.YPSJFX = (_root.A._rotation + random(40)) - random(40);
trace(_root.A.YPZSJ);
}
i++;
}
}
}
Instance of Symbol 402 MovieClip "Y1" in Frame 80
onClipEvent (load) {
if (_root.TZ == 1) {
this._visible = true;
this._x = 353;
this._y = 143;
num = 20;
_root.doFigure2(this, num);
} else {
this._x = -100;
this._y = -100;
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.TZ == 1) {
i = 0;
while (i < this.points.length) {
X = this.points[i][0] + this._x;
Y = this.points[i][1] + this._y;
if ((_root.A.hitTest(X, Y, true) && (Math.abs(_root.A.speed) >= 1)) && (_root.A.YPZSJ == 0)) {
_root.A.YPZSJ = 30;
_root.A.YPSJFX = (_root.A._rotation + random(40)) - random(40);
trace(_root.A.YPZSJ);
}
i++;
}
}
}
Instance of Symbol 408 MovieClip "A" in Frame 80
onClipEvent (load) {
thisT = 0;
timemove = 0;
KQOK = 30;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
_root.doFigure(_root.A, numb);
YKKZ = 0;
YPZSJ = 0;
YPSJFX = 0;
speedjs = 0.3;
this.swapDepths(400);
S.swapDepths(410);
root1 = 0;
root2 = 0;
if (_root.TZ == 1) {
_root.A2.swapDepths(401);
_root.QB.swapDepths(464);
_root.QB1.swapDepths(465);
_root.XT1.swapDepths(461);
_root.XT2.swapDepths(462);
_root.GREN2.swapDepths(460);
_root.GREN1.swapDepths(459);
}
SY = 0;
}
onClipEvent (enterFrame) {
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARC");
_root.QD1.start(0, 200);
}
};
t = 1;
while (t <= 2) {
if (((Math.abs(this._x - _root["XT" + t]._x) < 120) && (Math.abs(this._y - _root["XT" + t]._y) < 120)) && (_root["XT" + t]._y > 0)) {
_root.QB._x = _root["XT" + t]._x;
_root.QB._y = _root["XT" + t]._y;
_root.QB1._alpha = 0;
break;
}
_root.QBXY();
t++;
}
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 15) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
k++;
}
if (((_root.XT1.hitTest(X, Y, true) || (_root.XT2.hitTest(X, Y, true))) || (_root.GREN2.hitTest(X, Y, true))) || (_root.GREN1.hitTest(X, Y, true))) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
i = i + 1;
}
}
d = 0;
while (d < _root.ALLLJD.length) {
if (this.hitTest(_root["JD" + _root.ALLLJD[d]]._x, _root["JD" + _root.ALLLJD[d]]._y, true) && (_root.hit == false)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
_root["JD" + _root.ALLLJD[d]].play();
_root["JD" + _root.ALLLJD[d]].X = 0;
_root["JD" + _root.ALLLJD[d]].Y = 0;
this.play();
_root.hit = true;
break;
}
d++;
}
if (_root.hit == true) {
thisT = thisT + 1;
}
if (thisT >= 30) {
u = 1;
while (u <= 30) {
_root["DH" + u].removeMovieClip();
u++;
}
_root.QB.removeMovieClip();
_root.QB1.removeMovieClip();
_root.A2.removeMovieClip();
_root.XT1.removeMovieClip();
_root.XT2.removeMovieClip();
_root.GREN2.removeMovieClip();
_root.GREN1.removeMovieClip();
_root.S.removeMovieClip();
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if (YPZSJ > 0) {
YKKZ = 1;
YPZSJ = YPZSJ - 1;
} else if (YPZSJ <= 0) {
YPZSJ = 0;
YKKZ = 0;
}
if (YKKZ == 0) {
speedjs = 0.3;
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
} else if (YKKZ == 1) {
speedjs = 0.1;
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(YPSJFX * degree) * speed);
this._y = this._y + (Math.cos(YPSJFX * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(YPSJFX * degree) * speed);
this._y = this._y + (Math.cos(YPSJFX * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
}
if (KQOK > 0) {
KQOK--;
}
if ((((((_root.TZ == 1) && (Key.isDown(32))) && (_root.A2.mc.KQ == 0)) && (KQOK <= 0)) && (JTOK == 0)) && (KD == 0)) {
KQOK = 5;
if (_root.DH1 < 31) {
_root.A2.mc.play();
_root.attachMovie("DH", "DH" + _root.DH1, 200 + _root.DH1);
_root["DH" + _root.DH1]._x = _root.QB._x;
_root["DH" + _root.DH1]._y = _root.QB._y;
_root.DH1++;
} else if ((_root.DH1 >= 31) && (_root.OKsound == 1)) {
W = new Sound();
W.attachSound("S5");
W.start(0, 1);
}
}
if (((Key.isDown(39) && (KD == 0)) && (YKKZ == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
} else if (((Key.isDown(37) && (KD == 0)) && (YKKZ == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
_root.A1._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD4");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.5;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("QD4");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.5;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.01745329;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A2._rotation = this._rotation;
_root.A2._x = this._x;
_root.A2._y = this._y;
if (speed > 0.4) {
speed = speed - speedjs;
} else if (speed < -0.4) {
speed = speed + speedjs;
} else {
speed = 0;
}
if (((((((_root.JD < 98) && (_root.JD > 82)) && (this._x > 465)) && (this._x < 485)) && (this._y > 310)) && (this._y < 325)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 81
gotoAndStop ("start");
Frame 85
_root.lifeK.gotoAndStop(live);
_root.TQ.gotoAndStop(6);
_root.guank = 15;
var LJD = 1;
var ALLLJD = new Array();
var DH1 = 2;
_root.onMouseDown = function () {
if (((TZ == 1) && (_root.mc._x != -100)) && (_root.mc.KQ == 0)) {
_root.mc.play();
}
};
levelmc.G = _root.guank;
TQ.swapDepths(704);
timeK.swapDepths(703);
lifeK.swapDepths(701);
levelmc.swapDepths(702);
WK.swapDepths(700);
_root.timeK.T = "90:00";
stop();
Instance of Symbol 128 MovieClip "A" in Frame 85
onClipEvent (load) {
thisT = 0;
timemove = 0;
KQOK = 30;
KD = 0;
JTOK = 1;
OKKD = 0;
QLXZ = 0;
speed = 0;
Topspeed = 30;
Direction = 1;
TOPdirection = 30;
Rotation = 0;
numb = 20;
Z = 30;
root1 = 0;
root2 = 0;
_root.doFigure(_root.A, numb);
this.swapDepths(400);
_root.S.swapDepths(410);
if (_root.TZ == 1) {
_root.A2.swapDepths(401);
_root.QB.swapDepths(464);
_root.QB1.swapDepths(465);
_root.XT1.swapDepths(461);
}
SY = 0;
}
onClipEvent (enterFrame) {
_root.SX = this._x;
_root.SY = this._y;
QD.onSoundComplete = function () {
if (_root.OKsound == 1) {
_root.QD1 = new Sound();
_root.QD1.attachSound("CARD");
_root.QD1.start(0, 200);
}
};
t = 1;
while (t <= 1) {
if (((Math.abs(this._x - _root["XT" + t]._x) < 120) && (Math.abs(this._y - _root["XT" + t]._y) < 120)) && (_root["XT" + t]._y > 0)) {
_root.QB._x = _root["XT" + t]._x;
_root.QB._y = _root["XT" + t]._y;
_root.QB1._alpha = 0;
break;
}
_root.QBXY();
t++;
}
_root.doFigure(_root.A, numb);
i = 0;
_root.JD = this._rotation;
if (_root.hit == false) {
if ((timemove == 0) && (JTOK == 0)) {
if (this.Z < 10) {
_root.timeK.T = (_root.T + ":0") + this.Z;
} else {
_root.timeK.T = (_root.T + ":") + this.Z;
}
if (this.Z > 0) {
this.Z--;
_root.T2 = this.Z;
} else if (this.Z <= 0) {
this.Z = 29;
_root.T = _root.T - 1;
}
if ((_root.T < 0) && (this.Z == 29)) {
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
speed = 0;
KD = 1;
}
}
while (i < numb) {
X = _root.points[i][0] + _x;
Y = _root.points[i][1] + _y;
k = 1;
while (k <= 15) {
if (_root["B" + k].hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
k++;
}
if (_root.XT1.hitTest(X, Y, true)) {
if (_root.OKsound == 1) {
PZ = new Sound();
PZ.attachSound("PZ");
PZ.start(0, 1);
}
speed = 0;
KD = 1;
this.play();
_root.hit = true;
break;
}
i = i + 1;
}
}
if (_root.hit == true) {
thisT = thisT + 1;
KD = 1;
}
if (thisT >= 30) {
u = 1;
while (u <= 30) {
_root["DH" + u].removeMovieClip();
u++;
}
_root.QB.removeMovieClip();
_root.A2.removeMovieClip();
_root.XT1.removeMovieClip();
_root.S.removeMovieClip();
_root.QB1.removeMovieClip();
if (_root.live > 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("SB");
} else if (_root.live <= 1) {
_root.OK.removeMovieClip();
_root.gotoAndStop("GAMEOVER");
}
}
if (KQOK > 0) {
KQOK--;
}
if ((((((_root.TZ == 1) && (Key.isDown(32))) && (_root.A2.mc.KQ == 0)) && (KQOK <= 0)) && (JTOK == 0)) && (KD == 0)) {
KQOK = 5;
if (_root.DH1 < 31) {
_root.A2.mc.play();
_root.attachMovie("DH", "DH" + _root.DH1, 200 + _root.DH1);
_root["DH" + _root.DH1]._x = _root.QB._x;
_root["DH" + _root.DH1]._y = _root.QB._y;
_root.DH1++;
} else if ((_root.DH1 >= 31) && (_root.OKsound == 1)) {
W = new Sound();
W.attachSound("S5");
W.start(0, 1);
}
}
if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ < TOPdirection) {
QLXZ = QLXZ + 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
}
} else if ((Key.isDown(37) && (KD == 0)) && (JTOK == 0)) {
if (QLXZ > (-TOPdirection)) {
QLXZ = QLXZ - 2;
this.wheel1._rotation = QLXZ;
this.wheel4._rotation = QLXZ;
}
}
if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed > (-Topspeed)) {
speed = speed - 0.6;
}
Direction = 1;
Rotation = this._rotation;
} else if ((Key.isDown(40) && (KD == 0)) && (OKKD == 0)) {
_root.JT._y = -100;
JTOK = 0;
if (SY == 0) {
SY = 1;
if (_root.OKsound == 1) {
QD = new Sound();
QD.attachSound("Jeep-Start");
QD.start(0, 1);
}
}
if (speed < Topspeed) {
speed = speed + 0.6;
}
Direction = 0;
Rotation = -this._rotation;
}
if (speed < 0) {
var degree = 0.017453;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation + (QLXZ * (Math.abs(speed) / Topspeed));
} else if (speed > 0) {
var degree = 0.017453;
this._x = this._x - (Math.sin(this._rotation * degree) * speed);
this._y = this._y + (Math.cos(this._rotation * degree) * speed);
this._rotation = this._rotation - (QLXZ * (Math.abs(speed) / Topspeed));
}
_root.A2._rotation = this._rotation;
_root.A2._x = this._x;
_root.A2._y = this._y - 10;
if (speed > 0.2) {
speed = speed - 0.1;
} else if (speed < -0.2) {
speed = speed + 0.1;
} else {
speed = 0;
}
if (((((((_root.JD < 98) && (_root.JD > 82)) && (this._x > 470)) && (this._x < 490)) && (this._y > 60)) && (this._y < 75)) && (KD == 0)) {
_root.attachMovie("OK", "OK", 90);
_root.OK._x = 290;
_root.OK._y = 210;
KD = 1;
speed = 0;
timemove = 1;
}
}
Frame 86
gotoAndStop ("start");
Frame 111
_root.QD1.stop("CARA");
_root.QD1.stop("CARB");
_root.QD1.stop("CARC");
_root.QD1.stop("CARD");
_root.QD1.stop("CARE");
_root.A.removeMovieClip();
_root.A2.removeMovieClip();
timeK.removeMovieClip();
lifeK.removeMovieClip();
levelmc.removeMovieClip();
WK.removeMovieClip();
TQ.removeMovieClip();
YY1.removeMovieClip();
YY2.removeMovieClip();
YY3.removeMovieClip();
YG.removeMovieClip();
S.removeMovieClip();
GREN2.removeMovieClip();
GREN1.removeMovieClip();
GREN3.removeMovieClip();
C1.removeMovieClip();
C2.removeMovieClip();
C3.removeMovieClip();
QB.removeMovieClip();
QB1.removeMovieClip();
YZ.removeMovieClip();
XT1.removeMovieClip();
XT2.removeMovieClip();
MR1.removeMovieClip();
MR2.removeMovieClip();
JD.removeMovieClip();
hit = false;
T = 89;
live = live - 1;
_root.OK.removeMovieClip();
SS2.removeMovieClip();
timeK.removeMovieClip();
lifeK.removeMovieClip();
levelmc.removeMovieClip();
WK.removeMovieClip();
TQ.removeMovieClip();
Key.addListener(this);
this.onKeyDown = function () {
if (Key.getAscii() == 32) {
trace(1);
gotoAndPlay("G" + _root.guank);
Key.removeListener(this);
}
};
trace(_root.ALLLJD);
i = 0;
while (i < _root.ALLLJD.length) {
_root["JD" + _root.ALLLJD[i]].removeMovieClip();
i++;
}
stop();
Instance of Symbol 43 MovieClip "All" in Frame 111
onClipEvent (load) {
this.swapDepths(2000);
}
Frame 112
function submit_f() {
highScore_arr.push([NAME, fen]);
}
onesound = 0;
stopAllSounds();
world = 0;
_root.A.removeMovieClip();
_root.A2.removeMovieClip();
timeK.removeMovieClip();
lifeK.removeMovieClip();
levelmc.removeMovieClip();
WK.removeMovieClip();
TQ.removeMovieClip();
YY1.removeMovieClip();
YY2.removeMovieClip();
YY3.removeMovieClip();
YG.removeMovieClip();
S.removeMovieClip();
GREN2.removeMovieClip();
GREN1.removeMovieClip();
GREN3.removeMovieClip();
C1.removeMovieClip();
C2.removeMovieClip();
C3.removeMovieClip();
QB.removeMovieClip();
QB1.removeMovieClip();
YZ.removeMovieClip();
XT1.removeMovieClip();
XT2.removeMovieClip();
MR1.removeMovieClip();
MR2.removeMovieClip();
JD.removeMovieClip();
SS2.removeMovieClip();
timeK.removeMovieClip();
lifeK.removeMovieClip();
levelmc.removeMovieClip();
WK.removeMovieClip();
TQ.removeMovieClip();
_root.OK.removeMovieClip();
SS2.removeMovieClip();
i = 0;
while (i < _root.ALLLJD.length) {
_root["JD" + _root.ALLLJD[i]].removeMovieClip();
i++;
}
stopAllSounds();
if (OKsound == 1) {
overA = new Sound();
overA.attachSound("over");
overA.start(0, 1);
}
stop();
Frame 113
_root.QD1.stop("CARA");
_root.QD1.stop("CARB");
_root.QD1.stop("CARC");
_root.QD1.stop("CARD");
_root.QD1.stop("CARE");
_root.A.removeMovieClip();
_root.A2.removeMovieClip();
timeK.removeMovieClip();
lifeK.removeMovieClip();
levelmc.removeMovieClip();
WK.removeMovieClip();
TQ.removeMovieClip();
YY1.removeMovieClip();
YY2.removeMovieClip();
YY3.removeMovieClip();
YG.removeMovieClip();
S.removeMovieClip();
GREN2.removeMovieClip();
GREN1.removeMovieClip();
GREN3.removeMovieClip();
C1.removeMovieClip();
C2.removeMovieClip();
C3.removeMovieClip();
QB.removeMovieClip();
QB1.removeMovieClip();
YZ.removeMovieClip();
XT1.removeMovieClip();
XT2.removeMovieClip();
MR1.removeMovieClip();
MR2.removeMovieClip();
JD.removeMovieClip();
SS2.removeMovieClip();
timeK.removeMovieClip();
lifeK.removeMovieClip();
levelmc.removeMovieClip();
WK.removeMovieClip();
TQ.removeMovieClip();
_root.A.removeMovieClip();
fen = fen + ((T * 100) + T2);
hit = false;
_root.X._alpha = 0;
_root.T = 89 - _root.T;
if (_root.T2 != 0) {
_root.T2 = 59 - _root.T2;
}
if ((highScore_GK[_root.guank - 1] > (_root.T + (_root.T2 / 100))) || (highScore_GK[_root.guank - 1] == 0)) {
highScore_GK[_root.guank - 1] = _root.T + (_root.T2 / 100);
_root.X._alpha = 100;
gameSave_GK();
}
var fenALL = 0;
if (_root.T < 10) {
_root.T = "0" + _root.T;
}
if (_root.T2 < 10) {
_root.T2 = "0" + _root.T2;
}
_root.Time = (_root.T + ":") + _root.T2;
T = 89;
if (_root.guank >= 10) {
gotoAndStop ("ALLOK");
}
Key.addListener(this);
this.onKeyDown = function () {
if (Key.getAscii() == 32) {
if (((guank == 5) || (guank == 10)) || (guank == 15)) {
stopAllSounds();
}
_root.guank = _root.guank + 1;
gotoAndPlay("G" + _root.guank);
Key.removeListener(this);
}
};
i = 0;
while (i < _root.ALLLJD.length) {
_root["JD" + _root.ALLLJD[i]].removeMovieClip();
i++;
}
stop();
Frame 114
function submit_f() {
highScore_arr.push([NAME, fen]);
}
onesound = 0;
stopAllSounds();
world = 0;
_root.A.removeMovieClip();
_root.A2.removeMovieClip();
timeK.removeMovieClip();
lifeK.removeMovieClip();
levelmc.removeMovieClip();
WK.removeMovieClip();
TQ.removeMovieClip();
YY1.removeMovieClip();
YY2.removeMovieClip();
YY3.removeMovieClip();
YG.removeMovieClip();
S.removeMovieClip();
GREN2.removeMovieClip();
GREN1.removeMovieClip();
GREN3.removeMovieClip();
C1.removeMovieClip();
C2.removeMovieClip();
C3.removeMovieClip();
QB.removeMovieClip();
QB1.removeMovieClip();
YZ.removeMovieClip();
XT1.removeMovieClip();
XT2.removeMovieClip();
MR1.removeMovieClip();
MR2.removeMovieClip();
JD.removeMovieClip();
SS2.removeMovieClip();
timeK.removeMovieClip();
lifeK.removeMovieClip();
levelmc.removeMovieClip();
WK.removeMovieClip();
TQ.removeMovieClip();
live = 3;
Key.addListener(this);
this.onKeyDown = function () {
if (Key.getAscii() == 32) {
stopAllSounds();
KSSOUND = new Sound();
KSSOUND.attachSound("mainscreen");
KSSOUND.start(o, 1000);
gotoAndStop ("start");
trace(1);
Key.removeListener(this);
}
};
i = 0;
while (i < _root.ALLLJD.length) {
_root["JD" + _root.ALLLJD[i]].removeMovieClip();
i++;
}
stopAllSounds();
if (OKsound == 1) {
overA = new Sound();
overA.attachSound("world_complete");
overA.start(0, 3);
}
stop();
Frame 115
if ((_root.OKsound == 1) && (onesound == 0)) {
onesound = 1;
KSSOUND = new Sound();
KSSOUND.attachSound("mainscreen");
KSSOUND.start(0, 1000);
}
var Q = highScore_arr.length;
var i = 0;
while (i < Q) {
var j = i;
while (j < Q) {
if (highScore_arr[i][1] < highScore_arr[j][1]) {
var temp = highScore_arr[i][0];
highScore_arr[i][0] = highScore_arr[j][0];
highScore_arr[j][0] = temp;
var temp = highScore_arr[i][1];
highScore_arr[i][1] = highScore_arr[j][1];
highScore_arr[j][1] = temp;
}
j++;
}
i++;
}
if (Q > 10) {
Q = 10;
}
var i = 0;
while (i < Q) {
_root["name" + (i + 1)] = highScore_arr[i][0];
_root["score" + (i + 1)] = highScore_arr[i][1];
i++;
}
if (Q > 10) {
Q = 10;
}
var i = 0;
while (i < Q) {
_root["new" + i]._alpha = 0;
if ((highScore_arr[i][0] == _root.NAME) && (highScore_arr[i][1] == _root.fen)) {
_root["new" + i]._alpha = 100;
}
i++;
}
gameSave();
Key.addListener(this);
this.onKeyDown = function () {
if (Key.getAscii() == 32) {
trace(1);
gotoAndStop ("start");
Key.removeListener(this);
}
};
stop();
Frame 116
if ((_root.OKsound == 1) && (onesound == 0)) {
onesound = 1;
KSSOUND = new Sound();
KSSOUND.attachSound("mainscreen");
KSSOUND.start(0, 1000);
}
var Q = highScore_arr.length;
var i = 0;
while (i < Q) {
var j = i;
while (j < Q) {
if (highScore_arr[i][1] < highScore_arr[j][1]) {
var temp = highScore_arr[i][0];
highScore_arr[i][0] = highScore_arr[j][0];
highScore_arr[j][0] = temp;
var temp = highScore_arr[i][1];
highScore_arr[i][1] = highScore_arr[j][1];
highScore_arr[j][1] = temp;
}
j++;
}
i++;
}
if (Q > 10) {
Q = 10;
}
var i = 0;
while (i < Q) {
_root["name" + (i + 1)] = highScore_arr[i][0];
_root["score" + (i + 1)] = highScore_arr[i][1];
i++;
}
if (Q > 10) {
Q = 10;
}
var i = 0;
while (i < Q) {
_root["new" + i]._alpha = 0;
if ((highScore_arr[i][0] == _root.NAME) && (highScore_arr[i][1] == _root.fen)) {
_root["new" + i]._alpha = 100;
}
i++;
}
gameSave();
stop();
Symbol 25 MovieClip [JD] Frame 1
stop();
Symbol 25 MovieClip [JD] Frame 16
stop();
Symbol 28 MovieClip [XXUE] Frame 85
this.removeMovieClip();
Symbol 31 MovieClip [OK] Frame 1
play();
Symbol 31 MovieClip [OK] Frame 50
_root.gotoAndStop("SL");
u = 1;
while (u <= 30) {
_root["DH" + u].removeMovieClip();
u++;
}
_root.QB.removeMovieClip();
_root.A2.removeMovieClip();
_root.GREN1.removeMovieClip();
_root.GREN2.removeMovieClip();
_root.GREN3.removeMovieClip();
_root.S.removeMovieClip();
_root.A.removeMovieClip();
this.removeMovieClip();
Symbol 38 Button
on (press) {
_root.gotoAndPlay(3);
}
Symbol 60 Button
on (press) {
getURL ("http://www.gamezastar.com", "_blank");
}
Symbol 65 Button
on (press) {
gotoAndPlay ("G1");
}
Symbol 67 Button
on (release) {
gotoAndStop ("help");
}
Symbol 69 Button
on (release) {
getURL ("http://www.gamezastar.com", "_blank");
}
Symbol 70 Button
on (release) {
getURL ("http://www.facebook.com/share.php?u=http%3A%2F%2Fgamezastar.com%2FParker.htm", "_blank");
}
Symbol 73 Button
on (release) {
if (_root.OKsound == 0) {
stopAllSounds();
if (_root.guank == 0) {
_root.onesound = 1;
_root.KSSOUND = new Sound();
_root.KSSOUND.attachSound("mainscreen");
_root.KSSOUND.start(0, 2000);
} else if (_root.guank <= 5) {
_root.KSSOUND = new Sound();
_root.KSSOUND.attachSound("world1");
_root.KSSOUND.start(0, 2000);
} else if (_root.guank <= 10) {
_root.KSSOUND = new Sound();
_root.KSSOUND.attachSound("world2");
_root.KSSOUND.start(0, 2000);
} else if (_root.guank <= 15) {
_root.KSSOUND = new Sound();
_root.KSSOUND.attachSound("world3");
_root.KSSOUND.start(0, 2000);
}
_root.an.gotoAndStop(3);
} else if (_root.OKsound == 1) {
stopAllSounds();
_root.an.gotoAndStop(2);
}
}
Symbol 76 MovieClip Frame 1
if (_root.OKsound == 1) {
this.gotoAndStop(3);
}
Symbol 76 MovieClip Frame 2
_root.OKsound = 0;
stopAllSounds();
stop();
Symbol 76 MovieClip Frame 3
_root.OKsound = 1;
stop();
Symbol 79 Button
on (release) {
if ((++_root.qualityNum) > 3) {
_root.qualityNum = 1;
}
gotoAndStop(_root.qualityNum);
}
Symbol 82 MovieClip Frame 1
if (_root.qualityNum == 1) {
stop();
_quality = "high";
} else {
gotoAndStop(_root.qualityNum);
}
Symbol 82 MovieClip Frame 2
_quality = "medium";
Symbol 82 MovieClip Frame 3
_quality = "low";
Symbol 92 Button
on (release) {
gotoAndStop ("start");
}
Symbol 93 Button
on (press) {
gotoAndPlay ("G1");
}
Symbol 128 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 1
AA = _root.highScore_GK[0];
kk = 0;
kkk = 0;
AA = _root.highScore_GK[_root.guank - 1];
trace(AA);
if (AA > 0) {
kk = int(AA);
kkk = int((AA * 100) - (int(AA) * 100));
trace(kkk);
} else {
kk = 0;
kkk = 0;
}
if (kk < 10) {
kk = "0" + kk;
}
if (kkk < 10) {
kkk = "0" + kkk;
}
this.T = (kk + ":") + kkk;
Symbol 159 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 1
stop();
Symbol 264 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 1
Symbol 350 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 1
Symbol 408 MovieClip Frame 1
stop();
Symbol 414 Button
on (press) {
gotoAndPlay("G" + _root.guank);
}
Symbol 415 Button
on (press) {
gotoAndPlay("G" + _root.guank);
}
Symbol 417 Button
on (release) {
Key.removeListener(this);
gotoAndPlay("G" + _root.guank);
}
Symbol 423 Button
on (release) {
getURL ("http://www.gamezastar.com", "_blank");
}
Symbol 424 Button
on (release) {
overA.stop();
KSSOUND.attachSound("mainscreen");
KSSOUND.start(0, 1000);
gotoAndPlay ("start");
}
Symbol 432 Button
on (release) {
Key.removeListener(this);
if (((_root.guank == 5) || (_root.guank == 10)) || (_root.guank == 15)) {
stopAllSounds();
}
_root.guank = _root.guank + 1;
gotoAndPlay("G" + _root.guank);
}
Symbol 438 Button
on (release) {
stopAllSounds();
Key.removeListener(this);
gotoAndStop ("start");
}
Symbol 447 Button
on (release) {
Key.removeListener(this);
gotoAndStop ("start");
}
Symbol 471 Button
on (release) {
gotoAndStop ("start");
}
Symbol 472 Button
on (release) {
getURL ("http://moregames.agame.com", "_blank");
}