STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228071
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/43088417?noj=FRM43088417-29DC" width="1" height="1"></div>

parker-2.swf

This is the info page for
Flash #113502

(Click the ID number above for more basic data on this flash file.)


Text
ARKER 2

ARKER 2

ARKER 2

<p align="left"><font face="_sans" size="25" color="#ffff66" letterSpacing="0.000000" kerning="0">00000</font></p><p align="left"></p>

<p align="left"><font face="_sans" size="18" color="#ffff99" letterSpacing="0.000000" kerning="0">00</font></p><p align="left"></p>

<p align="left"><font face="_sans" size="22" color="#ffff66" letterSpacing="0.000000" kerning="0">02000 </font></p><p align="left"></p>

00000000000

0000

0000000

00000

000000000000

NEW!

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

00000000000000

1000000

ActionScript [AS1/AS2]

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"); }

Library Items

Symbol 1 Sound [world3]
Symbol 2 Sound [world1]
Symbol 3 Sound [QDSJ]
Symbol 4 Sound [QDYX1]
Symbol 5 Sound [S5]
Symbol 6 Sound [Semi-Start]
Symbol 7 Sound [over]
Symbol 8 Sound [world2]
Symbol 9 Sound [CARA]
Symbol 10 Sound [CARB]
Symbol 11 Sound [CARC]
Symbol 12 Sound [CARD]
Symbol 13 Sound [CARE]
Symbol 14 Sound [Jeep-Start]
Symbol 15 Sound [PZ]
Symbol 16 Sound [QD1]
Symbol 17 Sound [QD2]
Symbol 18 Sound [QD3]
Symbol 19 Sound [QD4]
Symbol 20 Sound [QD5]
Symbol 21 Sound [QD6]
Symbol 22 Sound [mainscreen]
Symbol 23 Sound [world_complete]
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClip [JD]Uses:24
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClip [XXUE]Uses:27
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:31
Symbol 31 MovieClip [OK]Uses:30
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClip [DH]Uses:32
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:38
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 ButtonUses:35 37Used by:39
Symbol 39 MovieClip [play_button]Uses:38
Symbol 40 BitmapUsed by:41 62
Symbol 41 GraphicUses:40Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 BitmapUsed by:45 83
Symbol 45 GraphicUses:44Used by:Timeline
Symbol 46 FontUsed by:47 61 84 138 140 144
Symbol 47 EditableTextUses:46Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:53
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:49 51 52Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:60
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:60
Symbol 60 ButtonUses:57 59Used by:Timeline
Symbol 61 EditableTextUses:46Used by:Timeline
Symbol 62 GraphicUses:40Used by:Timeline
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65 67 69 70 73 79 92 93 415 417 423 424 432 438 447 471 472
Symbol 65 ButtonUses:63 64Used by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 ButtonUses:64Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 ButtonUses:64Used by:Timeline
Symbol 70 ButtonUses:64Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:76
Symbol 73 ButtonUses:64Used by:76
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:72 73 74 75Used by:Timeline
Symbol 77 GraphicUsed by:82
Symbol 78 GraphicUsed by:82
Symbol 79 ButtonUses:64Used by:82
Symbol 80 GraphicUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:77 78 79 80 81Used by:Timeline
Symbol 83 GraphicUses:44Used by:Timeline
Symbol 84 EditableTextUses:46Used by:Timeline
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 ButtonUses:64Used by:Timeline
Symbol 93 ButtonUses:64Used by:Timeline
Symbol 94 BitmapUsed by:95 147 150 177 223 233 252 291 317 351 373
Symbol 95 GraphicUses:94Used by:Timeline
Symbol 96 BitmapUsed by:97 104 148 201 237 353
Symbol 97 GraphicUses:96Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:149  Timeline
Symbol 100 GraphicUsed by:101  Timeline
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 GraphicUses:96Used by:Timeline
Symbol 105 BitmapUsed by:107 367
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:105 106Used by:108
Symbol 108 MovieClipUses:107Used by:255  Timeline
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:Timeline
Symbol 111 BitmapUsed by:112 204 286
Symbol 112 GraphicUses:111Used by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115 206 345 395
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 GraphicUsed by:117 302 327 394
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 BitmapUsed by:119 263 307 308 309
Symbol 119 GraphicUses:118Used by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:123
Symbol 123 MovieClipUses:122Used by:Timeline
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:128 130 159 203 205 245 264 350 369 408
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:128
Symbol 128 MovieClipUses:125 127Used by:Timeline
Symbol 129 GraphicUsed by:130 245
Symbol 130 MovieClipUses:125 129Used by:Timeline
Symbol 131 MovieClipUsed by:Timeline
Symbol 132 GraphicUsed by:133 142
Symbol 133 MovieClipUses:132Used by:136
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:136
Symbol 136 MovieClipUses:133 135Used by:Timeline
Symbol 137 GraphicUsed by:139
Symbol 138 EditableTextUses:46Used by:139
Symbol 139 MovieClipUses:137 138Used by:Timeline
Symbol 140 EditableTextUses:46Used by:142
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:132 140 141Used by:Timeline
Symbol 143 GraphicUsed by:145
Symbol 144 EditableTextUses:46Used by:145
Symbol 145 MovieClipUses:143 144Used by:146
Symbol 146 MovieClipUses:145Used by:Timeline
Symbol 147 GraphicUses:94Used by:149
Symbol 148 GraphicUses:96Used by:149
Symbol 149 MovieClipUses:147 99 148Used by:Timeline
Symbol 150 GraphicUses:94Used by:Timeline
Symbol 151 BitmapUsed by:152 223 233 238 254 291 353 440
Symbol 152 GraphicUses:151Used by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 BitmapUsed by:156
Symbol 156 GraphicUses:155Used by:Timeline
Symbol 157 BitmapUsed by:158 247 287 288 311 403
Symbol 158 GraphicUses:157Used by:159
Symbol 159 MovieClipUses:125 158Used by:Timeline
Symbol 160 BitmapUsed by:161 202 281 282 283 312
Symbol 161 GraphicUses:160Used by:162 346 387 397 398
Symbol 162 MovieClipUses:161Used by:Timeline
Symbol 163 GraphicUsed by:164 396
Symbol 164 MovieClipUses:163Used by:Timeline
Symbol 165 BitmapUsed by:166 207 208 334 349
Symbol 166 GraphicUses:165Used by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 BitmapUsed by:169 331 332
Symbol 169 GraphicUses:168Used by:170
Symbol 170 MovieClipUses:169Used by:Timeline
Symbol 171 BitmapUsed by:172 310
Symbol 172 GraphicUses:171Used by:173
Symbol 173 MovieClipUses:172Used by:Timeline
Symbol 174 BitmapUsed by:175 333
Symbol 175 GraphicUses:174Used by:176
Symbol 176 MovieClipUses:175Used by:Timeline
Symbol 177 GraphicUses:94Used by:Timeline
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:Timeline
Symbol 180 BitmapUsed by:185 366
Symbol 181 BitmapUsed by:185 367
Symbol 182 BitmapUsed by:185
Symbol 183 BitmapUsed by:185 352
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:180 181 182 183 184Used by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:Timeline
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:Timeline
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:Timeline
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:Timeline
Symbol 200 BitmapUsed by:201 367
Symbol 201 GraphicUses:200 96Used by:Timeline
Symbol 202 GraphicUses:160Used by:203
Symbol 203 MovieClipUses:125 202Used by:Timeline
Symbol 204 GraphicUses:111Used by:205
Symbol 205 MovieClipUses:125 204Used by:Timeline
Symbol 206 MovieClipUses:114Used by:Timeline
Symbol 207 GraphicUses:165Used by:209
Symbol 208 GraphicUses:165Used by:209
Symbol 209 MovieClipUses:207 208Used by:Timeline
Symbol 210 GraphicUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:210 211Used by:Timeline
Symbol 213 GraphicUsed by:214 246 328 388 393
Symbol 214 MovieClipUses:213Used by:Timeline
Symbol 215 BitmapUsed by:216 217
Symbol 216 GraphicUses:215Used by:218
Symbol 217 GraphicUses:215Used by:218
Symbol 218 MovieClipUses:216 217Used by:Timeline
Symbol 219 BitmapUsed by:220 221 259
Symbol 220 GraphicUses:219Used by:222
Symbol 221 GraphicUses:219Used by:222
Symbol 222 MovieClipUses:220 221Used by:Timeline
Symbol 223 GraphicUses:151 94Used by:Timeline
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:224Used by:Timeline
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226Used by:Timeline
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:Timeline
Symbol 230 BitmapUsed by:231 329 330
Symbol 231 GraphicUses:230Used by:232
Symbol 232 MovieClipUses:231Used by:Timeline
Symbol 233 GraphicUses:151 94Used by:Timeline
Symbol 234 BitmapUsed by:235 252 352
Symbol 235 GraphicUses:234Used by:Timeline
Symbol 236 BitmapUsed by:237 253 254 317 344 353
Symbol 237 GraphicUses:236 96Used by:Timeline
Symbol 238 GraphicUses:151Used by:Timeline
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:239Used by:Timeline
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:241Used by:Timeline
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:Timeline
Symbol 245 MovieClipUses:125 129Used by:Timeline
Symbol 246 MovieClipUses:213Used by:Timeline
Symbol 247 GraphicUses:157Used by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 MovieClipUsed by:Timeline
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 GraphicUses:234 94Used by:Timeline
Symbol 253 GraphicUses:236Used by:Timeline
Symbol 254 GraphicUses:151 236Used by:Timeline
Symbol 255 MovieClipUses:108Used by:Timeline
Symbol 256 BitmapUsed by:257
Symbol 257 GraphicUses:256Used by:258
Symbol 258 MovieClipUses:257Used by:Timeline
Symbol 259 GraphicUses:219Used by:260
Symbol 260 MovieClipUses:259Used by:Timeline
Symbol 261 BitmapUsed by:262 306
Symbol 262 GraphicUses:261Used by:Timeline
Symbol 263 GraphicUses:118Used by:264
Symbol 264 MovieClipUses:125 263Used by:Timeline
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:265Used by:Timeline
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:267Used by:278 280
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:269Used by:272
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:270 271Used by:273
Symbol 273 MovieClipUses:272Used by:274
Symbol 274 MovieClipUses:273Used by:275
Symbol 275 MovieClipUses:274Used by:278 280
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:278
Symbol 278 MovieClipUses:268 275 277Used by:Timeline
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279 268 275Used by:Timeline
Symbol 281 GraphicUses:160Used by:289
Symbol 282 GraphicUses:160Used by:289
Symbol 283 GraphicUses:160Used by:289
Symbol 284 BitmapUsed by:285 300
Symbol 285 GraphicUses:284Used by:289
Symbol 286 GraphicUses:111Used by:289
Symbol 287 GraphicUses:157Used by:289
Symbol 288 GraphicUses:157Used by:289
Symbol 289 MovieClipUses:281 282 283 285 286 287 288Used by:Timeline
Symbol 290 GraphicUsed by:Timeline
Symbol 291 GraphicUses:151 94Used by:Timeline
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:292Used by:Timeline
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:Timeline
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:Timeline
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:298Used by:Timeline
Symbol 300 GraphicUses:284Used by:301
Symbol 301 MovieClipUses:300Used by:Timeline
Symbol 302 MovieClipUses:116Used by:Timeline
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:305 326 392
Symbol 305 MovieClipUses:304Used by:Timeline
Symbol 306 GraphicUses:261Used by:Timeline
Symbol 307 GraphicUses:118Used by:313
Symbol 308 GraphicUses:118Used by:313
Symbol 309 GraphicUses:118Used by:313
Symbol 310 GraphicUses:171Used by:313
Symbol 311 GraphicUses:157Used by:313
Symbol 312 GraphicUses:160Used by:313
Symbol 313 MovieClipUses:307 308 309 310 311 312Used by:Timeline
Symbol 314 BitmapUsed by:317 344
Symbol 315 BitmapUsed by:317 344
Symbol 316 BitmapUsed by:317 336 344 373
Symbol 317 GraphicUses:314 315 236 316 94Used by:Timeline
Symbol 318 BitmapUsed by:319
Symbol 319 GraphicUses:318Used by:Timeline
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:320Used by:Timeline
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:Timeline
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:324Used by:Timeline
Symbol 326 MovieClipUses:304Used by:Timeline
Symbol 327 MovieClipUses:116Used by:Timeline
Symbol 328 MovieClipUses:213Used by:Timeline
Symbol 329 GraphicUses:230Used by:335
Symbol 330 GraphicUses:230Used by:335
Symbol 331 GraphicUses:168Used by:335
Symbol 332 GraphicUses:168Used by:335
Symbol 333 GraphicUses:174Used by:335
Symbol 334 GraphicUses:165Used by:335
Symbol 335 MovieClipUses:329 330 331 332 333 334Used by:Timeline
Symbol 336 GraphicUses:316Used by:Timeline
Symbol 337 GraphicUsed by:338
Symbol 338 MovieClipUses:337Used by:Timeline
Symbol 339 GraphicUsed by:340
Symbol 340 MovieClipUses:339Used by:Timeline
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:341Used by:Timeline
Symbol 343 BitmapUsed by:344
Symbol 344 GraphicUses:236 314 315 343 316Used by:Timeline
Symbol 345 MovieClipUses:114Used by:Timeline
Symbol 346 MovieClipUses:161Used by:Timeline
Symbol 347 BitmapUsed by:348
Symbol 348 GraphicUses:347Used by:Timeline
Symbol 349 GraphicUses:165Used by:350
Symbol 350 MovieClipUses:125 349Used by:Timeline
Symbol 351 GraphicUses:94Used by:Timeline
Symbol 352 GraphicUses:234 183Used by:Timeline
Symbol 353 GraphicUses:151 236 96Used by:Timeline
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:354Used by:Timeline
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:356Used by:Timeline
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:358Used by:Timeline
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:360Used by:Timeline
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:362Used by:Timeline
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:Timeline
Symbol 366 GraphicUses:180Used by:Timeline
Symbol 367 GraphicUses:200 105 181Used by:Timeline
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:125 368Used by:Timeline
Symbol 370 BitmapUsed by:371 407
Symbol 371 GraphicUses:370Used by:372
Symbol 372 MovieClipUses:371Used by:Timeline
Symbol 373 GraphicUses:316 94Used by:Timeline
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:374Used by:Timeline
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:Timeline
Symbol 378 GraphicUsed by:Timeline
Symbol 379 BitmapUsed by:380 385
Symbol 380 GraphicUses:379Used by:Timeline
Symbol 381 GraphicUsed by:382
Symbol 382 MovieClipUses:381Used by:Timeline
Symbol 383 GraphicUsed by:384
Symbol 384 MovieClipUses:383Used by:Timeline
Symbol 385 GraphicUses:379Used by:386  Timeline
Symbol 386 MovieClipUses:385Used by:Timeline
Symbol 387 MovieClipUses:161Used by:Timeline
Symbol 388 MovieClipUses:213Used by:Timeline
Symbol 389 BitmapUsed by:390
Symbol 390 GraphicUses:389Used by:391
Symbol 391 MovieClipUses:390Used by:Timeline
Symbol 392 MovieClipUses:304Used by:Timeline
Symbol 393 MovieClipUses:213Used by:Timeline
Symbol 394 MovieClipUses:116Used by:Timeline
Symbol 395 MovieClipUses:114Used by:Timeline
Symbol 396 MovieClipUses:163Used by:Timeline
Symbol 397 MovieClipUses:161Used by:Timeline
Symbol 398 MovieClipUses:161Used by:Timeline
Symbol 399 GraphicUsed by:400
Symbol 400 MovieClipUses:399Used by:Timeline
Symbol 401 GraphicUsed by:402
Symbol 402 MovieClipUses:401Used by:Timeline
Symbol 403 GraphicUses:157Used by:404
Symbol 404 MovieClipUses:403Used by:Timeline
Symbol 405 GraphicUsed by:406
Symbol 406 MovieClipUses:405Used by:Timeline
Symbol 407 GraphicUses:370Used by:408
Symbol 408 MovieClipUses:125 407Used by:Timeline
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:409Used by:Timeline
Symbol 411 BitmapUsed by:412
Symbol 412 GraphicUses:411Used by:Timeline
Symbol 413 GraphicUsed by:414
Symbol 414 ButtonUses:413Used by:Timeline
Symbol 415 ButtonUses:64Used by:Timeline
Symbol 416 GraphicUsed by:Timeline
Symbol 417 ButtonUses:64Used by:Timeline
Symbol 418 BitmapUsed by:419
Symbol 419 GraphicUses:418Used by:Timeline
Symbol 420 FontUsed by:421 427 428 429 437
Symbol 421 EditableTextUses:420Used by:Timeline
Symbol 422 GraphicUsed by:Timeline
Symbol 423 ButtonUses:64Used by:Timeline
Symbol 424 ButtonUses:64Used by:Timeline
Symbol 425 BitmapUsed by:426
Symbol 426 GraphicUses:425Used by:Timeline
Symbol 427 EditableTextUses:420Used by:Timeline
Symbol 428 EditableTextUses:420Used by:Timeline
Symbol 429 EditableTextUses:420Used by:Timeline
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430Used by:Timeline
Symbol 432 ButtonUses:64Used by:Timeline
Symbol 433 BitmapUsed by:435
Symbol 434 BitmapUsed by:435
Symbol 435 GraphicUses:433 434Used by:Timeline
Symbol 436 GraphicUsed by:Timeline
Symbol 437 EditableTextUses:420Used by:Timeline
Symbol 438 ButtonUses:64Used by:Timeline
Symbol 439 BitmapUsed by:440
Symbol 440 GraphicUses:439 151Used by:441
Symbol 441 MovieClipUses:440Used by:Timeline
Symbol 442 GraphicUsed by:Timeline
Symbol 443 GraphicUsed by:446
Symbol 444 FontUsed by:445
Symbol 445 TextUses:444Used by:446
Symbol 446 MovieClipUses:443 445Used by:Timeline
Symbol 447 ButtonUses:64Used by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 FontUsed by:450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492
Symbol 450 EditableTextUses:449Used by:Timeline
Symbol 451 EditableTextUses:449Used by:Timeline
Symbol 452 EditableTextUses:449Used by:Timeline
Symbol 453 EditableTextUses:449Used by:Timeline
Symbol 454 EditableTextUses:449Used by:Timeline
Symbol 455 EditableTextUses:449Used by:Timeline
Symbol 456 EditableTextUses:449Used by:Timeline
Symbol 457 EditableTextUses:449Used by:Timeline
Symbol 458 EditableTextUses:449Used by:Timeline
Symbol 459 EditableTextUses:449Used by:Timeline
Symbol 460 EditableTextUses:449Used by:Timeline
Symbol 461 EditableTextUses:449Used by:Timeline
Symbol 462 EditableTextUses:449Used by:Timeline
Symbol 463 EditableTextUses:449Used by:Timeline
Symbol 464 EditableTextUses:449Used by:Timeline
Symbol 465 EditableTextUses:449Used by:Timeline
Symbol 466 EditableTextUses:449Used by:Timeline
Symbol 467 EditableTextUses:449Used by:Timeline
Symbol 468 EditableTextUses:449Used by:Timeline
Symbol 469 EditableTextUses:449Used by:Timeline
Symbol 470 GraphicUsed by:Timeline
Symbol 471 ButtonUses:64Used by:Timeline
Symbol 472 ButtonUses:64Used by:Timeline
Symbol 473 EditableTextUses:449Used by:Timeline
Symbol 474 EditableTextUses:449Used by:Timeline
Symbol 475 EditableTextUses:449Used by:Timeline
Symbol 476 EditableTextUses:449Used by:Timeline
Symbol 477 EditableTextUses:449Used by:Timeline
Symbol 478 EditableTextUses:449Used by:Timeline
Symbol 479 EditableTextUses:449Used by:Timeline
Symbol 480 EditableTextUses:449Used by:Timeline
Symbol 481 EditableTextUses:449Used by:Timeline
Symbol 482 EditableTextUses:449Used by:Timeline
Symbol 483 EditableTextUses:449Used by:Timeline
Symbol 484 EditableTextUses:449Used by:Timeline
Symbol 485 EditableTextUses:449Used by:Timeline
Symbol 486 EditableTextUses:449Used by:Timeline
Symbol 487 EditableTextUses:449Used by:Timeline
Symbol 488 EditableTextUses:449Used by:Timeline
Symbol 489 EditableTextUses:449Used by:Timeline
Symbol 490 EditableTextUses:449Used by:Timeline
Symbol 491 EditableTextUses:449Used by:Timeline
Symbol 492 EditableTextUses:449Used by:Timeline

Instance Names

"All"Frame 1Symbol 43 MovieClip
"loading"Frame 2Symbol 53 MovieClip
"adBox"Frame 2Symbol 55 MovieClip
"an"Frame 10Symbol 76 MovieClip
"HZ"Frame 10Symbol 82 MovieClip
"B14"Frame 15Symbol 99 MovieClip
"B15"Frame 15Symbol 99 MovieClip
"B16"Frame 15Symbol 99 MovieClip
"B17"Frame 15Symbol 99 MovieClip
"B10"Frame 15Symbol 99 MovieClip
"B11"Frame 15Symbol 99 MovieClip
"B12"Frame 15Symbol 99 MovieClip
"B13"Frame 15Symbol 99 MovieClip
"Z"Frame 15Symbol 108 MovieClip
"B4"Frame 15Symbol 113 MovieClip
"B5"Frame 15Symbol 115 MovieClip
"B6"Frame 15Symbol 117 MovieClip
"B9"Frame 15Symbol 120 MovieClip
"B8"Frame 15Symbol 123 MovieClip
"A"Frame 15Symbol 128 MovieClip
"B2"Frame 15Symbol 130 MovieClip
"an"Frame 15Symbol 76 MovieClip
"B1"Frame 15Symbol 131 MovieClip
"lifeK"Frame 15Symbol 136 MovieClip
"timeK"Frame 15Symbol 139 MovieClip
"levelmc"Frame 15Symbol 142 MovieClip
"TQ"Frame 15Symbol 146 MovieClip
"B23"Frame 20Symbol 99 MovieClip
"B24"Frame 20Symbol 99 MovieClip
"B25"Frame 20Symbol 99 MovieClip
"B21"Frame 20Symbol 99 MovieClip
"B22"Frame 20Symbol 99 MovieClip
"B20"Frame 20Symbol 99 MovieClip
"B10"Frame 20Symbol 154 MovieClip
"Z"Frame 20Symbol 108 MovieClip
"A"Frame 20Symbol 159 MovieClip
"B4"Frame 20Symbol 117 MovieClip
"B10"Frame 20Symbol 162 MovieClip
"B12"Frame 20Symbol 164 MovieClip
"B11"Frame 20Symbol 130 MovieClip
"B3"Frame 20Symbol 115 MovieClip
"B5"Frame 20Symbol 167 MovieClip
"B8"Frame 20Symbol 170 MovieClip
"B6"Frame 20Symbol 173 MovieClip
"B7"Frame 20Symbol 176 MovieClip
"lifeK"Frame 20Symbol 136 MovieClip
"timeK"Frame 20Symbol 139 MovieClip
"levelmc"Frame 20Symbol 142 MovieClip
"TQ"Frame 20Symbol 146 MovieClip
"an"Frame 20Symbol 76 MovieClip
"Z"Frame 25Symbol 108 MovieClip
"B130"Frame 25Symbol 189 MovieClip
"B131"Frame 25Symbol 191 MovieClip
"B132"Frame 25Symbol 193 MovieClip
"B133"Frame 25Symbol 195 MovieClip
"B134"Frame 25Symbol 197 MovieClip
"B135"Frame 25Symbol 199 MovieClip
"A"Frame 25Symbol 203 MovieClip
"B5"Frame 25Symbol 205 MovieClip
"B6"Frame 25Symbol 206 MovieClip
"B110"Frame 25Symbol 209 MovieClip
"B109"Frame 25Symbol 212 MovieClip
"B108"Frame 25Symbol 214 MovieClip
"B107"Frame 25Symbol 218 MovieClip
"B106"Frame 25Symbol 222 MovieClip
"B1"Frame 25Symbol 131 MovieClip
"lifeK"Frame 25Symbol 136 MovieClip
"an"Frame 25Symbol 76 MovieClip
"timeK"Frame 25Symbol 139 MovieClip
"levelmc"Frame 25Symbol 142 MovieClip
"TQ"Frame 25Symbol 146 MovieClip
"B1"Frame 30Symbol 225 MovieClip
"B2"Frame 30Symbol 227 MovieClip
"Z"Frame 30Symbol 108 MovieClip
"B8"Frame 30Symbol 232 MovieClip
"B5"Frame 30Symbol 167 MovieClip
"B3"Frame 30Symbol 170 MovieClip
"A"Frame 30Symbol 203 MovieClip
"B1"Frame 30Symbol 131 MovieClip
"B1"Frame 30Symbol 131 MovieClip
"lifeK"Frame 30Symbol 136 MovieClip
"an"Frame 30Symbol 76 MovieClip
"timeK"Frame 30Symbol 139 MovieClip
"levelmc"Frame 30Symbol 142 MovieClip
"TQ"Frame 30Symbol 146 MovieClip
"B1"Frame 35Symbol 240 MovieClip
"B2"Frame 35Symbol 242 MovieClip
"Z"Frame 35Symbol 108 MovieClip
"A"Frame 35Symbol 245 MovieClip
"B6"Frame 35Symbol 206 MovieClip
"B5"Frame 35Symbol 120 MovieClip
"B7"Frame 35Symbol 246 MovieClip
"B8"Frame 35Symbol 248 MovieClip
"B1"Frame 35Symbol 131 MovieClip
"lifeK"Frame 35Symbol 136 MovieClip
"an"Frame 35Symbol 76 MovieClip
"B10"Frame 35Symbol 251 MovieClip
"timeK"Frame 35Symbol 139 MovieClip
"levelmc"Frame 35Symbol 142 MovieClip
"TQ"Frame 35Symbol 146 MovieClip
"B5"Frame 40Symbol 167 MovieClip
"B2"Frame 40Symbol 130 MovieClip
"B6"Frame 40Symbol 258 MovieClip
"B3"Frame 40Symbol 260 MovieClip
"A"Frame 40Symbol 264 MovieClip
"B1"Frame 40Symbol 266 MovieClip
"B4"Frame 40Symbol 278 MovieClip
"B7"Frame 40Symbol 280 MovieClip
"B20"Frame 40Symbol 289 MovieClip
"lifeK"Frame 40Symbol 136 MovieClip
"an"Frame 40Symbol 76 MovieClip
"timeK"Frame 40Symbol 139 MovieClip
"levelmc"Frame 40Symbol 142 MovieClip
"TQ"Frame 40Symbol 146 MovieClip
"B1"Frame 45Symbol 293 MovieClip
"B2"Frame 45Symbol 295 MovieClip
"B4"Frame 45Symbol 297 MovieClip
"B5"Frame 45Symbol 299 MovieClip
"B12"Frame 45Symbol 130 MovieClip
"B9"Frame 45Symbol 167 MovieClip
"B6"Frame 45Symbol 173 MovieClip
"B7"Frame 45Symbol 176 MovieClip
"B20"Frame 45Symbol 301 MovieClip
"B3"Frame 45Symbol 232 MovieClip
"B5"Frame 45Symbol 115 MovieClip
"B8"Frame 45Symbol 123 MovieClip
"B11"Frame 45Symbol 302 MovieClip
"B10"Frame 45Symbol 305 MovieClip
"A"Frame 45Symbol 205 MovieClip
"B13"Frame 45Symbol 313 MovieClip
"lifeK"Frame 45Symbol 136 MovieClip
"an"Frame 45Symbol 76 MovieClip
"timeK"Frame 45Symbol 139 MovieClip
"levelmc"Frame 45Symbol 142 MovieClip
"TQ"Frame 45Symbol 146 MovieClip
"B11"Frame 50Symbol 321 MovieClip
"B12"Frame 50Symbol 323 MovieClip
"B13"Frame 50Symbol 325 MovieClip
"A"Frame 50Symbol 205 MovieClip
"B2"Frame 50Symbol 130 MovieClip
"B5"Frame 50Symbol 167 MovieClip
"B3"Frame 50Symbol 170 MovieClip
"B6"Frame 50Symbol 173 MovieClip
"B7"Frame 50Symbol 176 MovieClip
"B8"Frame 50Symbol 326 MovieClip
"B9"Frame 50Symbol 327 MovieClip
"B10"Frame 50Symbol 328 MovieClip
"B13"Frame 50Symbol 335 MovieClip
"lifeK"Frame 50Symbol 136 MovieClip
"an"Frame 50Symbol 76 MovieClip
"timeK"Frame 50Symbol 139 MovieClip
"levelmc"Frame 50Symbol 142 MovieClip
"TQ"Frame 50Symbol 146 MovieClip
"B20"Frame 55Symbol 338 MovieClip
"B22"Frame 55Symbol 340 MovieClip
"B23"Frame 55Symbol 342 MovieClip
"B8"Frame 55Symbol 159 MovieClip
"B7"Frame 55Symbol 164 MovieClip
"B9"Frame 55Symbol 120 MovieClip
"B6"Frame 55Symbol 345 MovieClip
"B5"Frame 55Symbol 346 MovieClip
"A"Frame 55Symbol 350 MovieClip
"lifeK"Frame 55Symbol 136 MovieClip
"an"Frame 55Symbol 76 MovieClip
"timeK"Frame 55Symbol 139 MovieClip
"levelmc"Frame 55Symbol 142 MovieClip
"TQ"Frame 55Symbol 146 MovieClip
"B21"Frame 60Symbol 355 MovieClip
"B23"Frame 60Symbol 357 MovieClip
"B24"Frame 60Symbol 359 MovieClip
"B25"Frame 60Symbol 361 MovieClip
"B26"Frame 60Symbol 363 MovieClip
"B22"Frame 60Symbol 365 MovieClip
"A"Frame 60Symbol 369 MovieClip
"B9"Frame 60Symbol 120 MovieClip
"B2"Frame 60Symbol 130 MovieClip
"B10"Frame 60Symbol 372 MovieClip
"B5"Frame 60Symbol 346 MovieClip
"B7"Frame 60Symbol 164 MovieClip
"lifeK"Frame 60Symbol 136 MovieClip
"timeK"Frame 60Symbol 139 MovieClip
"levelmc"Frame 60Symbol 142 MovieClip
"TQ"Frame 60Symbol 146 MovieClip
"an"Frame 60Symbol 76 MovieClip
"B5"Frame 65Symbol 205 MovieClip
"B4"Frame 65Symbol 159 MovieClip
"B9"Frame 65Symbol 372 MovieClip
"B6"Frame 65Symbol 258 MovieClip
"B8"Frame 65Symbol 120 MovieClip
"B7"Frame 65Symbol 164 MovieClip
"B3"Frame 65Symbol 115 MovieClip
"B2"Frame 65Symbol 130 MovieClip
"Z"Frame 65Symbol 108 MovieClip
"A"Frame 65Symbol 128 MovieClip
"B10"Frame 65Symbol 382 MovieClip
"B1"Frame 65Symbol 384 MovieClip
"lifeK"Frame 65Symbol 136 MovieClip
"timeK"Frame 65Symbol 139 MovieClip
"levelmc"Frame 65Symbol 142 MovieClip
"TQ"Frame 65Symbol 146 MovieClip
"an"Frame 65Symbol 76 MovieClip
"Z"Frame 70Symbol 108 MovieClip
"A"Frame 70Symbol 264 MovieClip
"B5"Frame 70Symbol 205 MovieClip
"B6"Frame 70Symbol 117 MovieClip
"B8"Frame 70Symbol 232 MovieClip
"B9"Frame 70Symbol 301 MovieClip
"B10"Frame 70Symbol 258 MovieClip
"B7"Frame 70Symbol 176 MovieClip
"lifeK"Frame 70Symbol 136 MovieClip
"timeK"Frame 70Symbol 139 MovieClip
"levelmc"Frame 70Symbol 142 MovieClip
"TQ"Frame 70Symbol 146 MovieClip
"an"Frame 70Symbol 76 MovieClip
"Z"Frame 75Symbol 108 MovieClip
"B3"Frame 75Symbol 387 MovieClip
"B4"Frame 75Symbol 388 MovieClip
"B5"Frame 75Symbol 391 MovieClip
"B6"Frame 75Symbol 392 MovieClip
"B7"Frame 75Symbol 393 MovieClip
"B8"Frame 75Symbol 394 MovieClip
"B9"Frame 75Symbol 395 MovieClip
"B10"Frame 75Symbol 396 MovieClip
"B11"Frame 75Symbol 397 MovieClip
"A"Frame 75Symbol 264 MovieClip
"B1"Frame 75Symbol 384 MovieClip
"lifeK"Frame 75Symbol 136 MovieClip
"timeK"Frame 75Symbol 139 MovieClip
"levelmc"Frame 75Symbol 142 MovieClip
"TQ"Frame 75Symbol 146 MovieClip
"an"Frame 75Symbol 76 MovieClip
"B6"Frame 80Symbol 369 MovieClip
"B5"Frame 80Symbol 113 MovieClip
"B4"Frame 80Symbol 159 MovieClip
"B7"Frame 80Symbol 164 MovieClip
"B9"Frame 80Symbol 398 MovieClip
"B10"Frame 80Symbol 400 MovieClip
"Z"Frame 80Symbol 108 MovieClip
"Y2"Frame 80Symbol 402 MovieClip
"Y3"Frame 80Symbol 402 MovieClip
"Y1"Frame 80Symbol 402 MovieClip
"B8"Frame 80Symbol 404 MovieClip
"B2"Frame 80Symbol 406 MovieClip
"A"Frame 80Symbol 408 MovieClip
"B1"Frame 80Symbol 384 MovieClip
"lifeK"Frame 80Symbol 136 MovieClip
"timeK"Frame 80Symbol 139 MovieClip
"levelmc"Frame 80Symbol 142 MovieClip
"TQ"Frame 80Symbol 146 MovieClip
"an"Frame 80Symbol 76 MovieClip
"B7"Frame 85Symbol 164 MovieClip
"B5"Frame 85Symbol 162 MovieClip
"B6"Frame 85Symbol 117 MovieClip
"B3"Frame 85Symbol 115 MovieClip
"B8"Frame 85Symbol 232 MovieClip
"B9"Frame 85Symbol 301 MovieClip
"B4"Frame 85Symbol 159 MovieClip
"Z"Frame 85Symbol 108 MovieClip
"B2"Frame 85Symbol 410 MovieClip
"A"Frame 85Symbol 128 MovieClip
"B10"Frame 85Symbol 382 MovieClip
"B1"Frame 85Symbol 384 MovieClip
"lifeK"Frame 85Symbol 136 MovieClip
"timeK"Frame 85Symbol 139 MovieClip
"levelmc"Frame 85Symbol 142 MovieClip
"TQ"Frame 85Symbol 146 MovieClip
"an"Frame 85Symbol 76 MovieClip
"an"Frame 111Symbol 76 MovieClip
"HZ"Frame 111Symbol 82 MovieClip
"All"Frame 111Symbol 43 MovieClip
"X"Frame 113Symbol 431 MovieClip
"new0"Frame 115Symbol 446 MovieClip
"new1"Frame 115Symbol 446 MovieClip
"new2"Frame 115Symbol 446 MovieClip
"new3"Frame 115Symbol 446 MovieClip
"new4"Frame 115Symbol 446 MovieClip
"new5"Frame 115Symbol 446 MovieClip
"new6"Frame 115Symbol 446 MovieClip
"new7"Frame 115Symbol 446 MovieClip
"new8"Frame 115Symbol 446 MovieClip
"new9"Frame 115Symbol 446 MovieClip
"wheel1"Symbol 128 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 128 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 128 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 128 MovieClip Frame 1Symbol 125 MovieClip
"wheel1"Symbol 130 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 130 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 130 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 130 MovieClip Frame 1Symbol 125 MovieClip
"A"Symbol 146 MovieClip Frame 1Symbol 145 MovieClip
"wheel1"Symbol 159 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 159 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 159 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 159 MovieClip Frame 1Symbol 125 MovieClip
"wheel1"Symbol 203 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 203 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 203 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 203 MovieClip Frame 1Symbol 125 MovieClip
"wheel1"Symbol 205 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 205 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 205 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 205 MovieClip Frame 1Symbol 125 MovieClip
"wheel1"Symbol 245 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 245 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 245 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 245 MovieClip Frame 1Symbol 125 MovieClip
"Z"Symbol 255 MovieClip Frame 1Symbol 108 MovieClip
"wheel1"Symbol 264 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 264 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 264 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 264 MovieClip Frame 1Symbol 125 MovieClip
"block14"Symbol 278 MovieClip Frame 1Symbol 268 MovieClip
"block13"Symbol 278 MovieClip Frame 1Symbol 275 MovieClip
"block13"Symbol 278 MovieClip Frame 1Symbol 275 MovieClip
"block11"Symbol 280 MovieClip Frame 1Symbol 268 MovieClip
"block12"Symbol 280 MovieClip Frame 1Symbol 275 MovieClip
"block12"Symbol 280 MovieClip Frame 1Symbol 275 MovieClip
"wheel1"Symbol 350 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 350 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 350 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 350 MovieClip Frame 1Symbol 125 MovieClip
"wheel1"Symbol 369 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 369 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 369 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 369 MovieClip Frame 1Symbol 125 MovieClip
"wheel1"Symbol 408 MovieClip Frame 1Symbol 125 MovieClip
"wheel4"Symbol 408 MovieClip Frame 1Symbol 125 MovieClip
"LZ1"Symbol 408 MovieClip Frame 1Symbol 125 MovieClip
"LZ2"Symbol 408 MovieClip Frame 1Symbol 125 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "world3"
ExportAssets (56)Timeline Frame 1Symbol 2 as "world1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "QDSJ"
ExportAssets (56)Timeline Frame 1Symbol 4 as "QDYX1"
ExportAssets (56)Timeline Frame 1Symbol 5 as "S5"
ExportAssets (56)Timeline Frame 1Symbol 6 as "Semi-Start"
ExportAssets (56)Timeline Frame 1Symbol 7 as "over"
ExportAssets (56)Timeline Frame 1Symbol 8 as "world2"
ExportAssets (56)Timeline Frame 1Symbol 9 as "CARA"
ExportAssets (56)Timeline Frame 1Symbol 10 as "CARB"
ExportAssets (56)Timeline Frame 1Symbol 11 as "CARC"
ExportAssets (56)Timeline Frame 1Symbol 12 as "CARD"
ExportAssets (56)Timeline Frame 1Symbol 13 as "CARE"
ExportAssets (56)Timeline Frame 1Symbol 14 as "Jeep-Start"
ExportAssets (56)Timeline Frame 1Symbol 15 as "PZ"
ExportAssets (56)Timeline Frame 1Symbol 16 as "QD1"
ExportAssets (56)Timeline Frame 1Symbol 17 as "QD2"
ExportAssets (56)Timeline Frame 1Symbol 18 as "QD3"
ExportAssets (56)Timeline Frame 1Symbol 19 as "QD4"
ExportAssets (56)Timeline Frame 1Symbol 20 as "QD5"
ExportAssets (56)Timeline Frame 1Symbol 21 as "QD6"
ExportAssets (56)Timeline Frame 1Symbol 22 as "mainscreen"
ExportAssets (56)Timeline Frame 1Symbol 23 as "world_complete"
ExportAssets (56)Timeline Frame 1Symbol 25 as "JD"
ExportAssets (56)Timeline Frame 1Symbol 28 as "XXUE"
ExportAssets (56)Timeline Frame 1Symbol 31 as "OK"
ExportAssets (56)Timeline Frame 1Symbol 33 as "DH"
ExportAssets (56)Timeline Frame 1Symbol 39 as "play_button"

Labels

"loop"Frame 2
"start0"Frame 9
"start"Frame 10
"help"Frame 11
"start1"Frame 12
"G1"Frame 15
"G2"Frame 20
"G3"Frame 25
"G4"Frame 30
"G5"Frame 35
"G6"Frame 40
"G7"Frame 45
"G8"Frame 50
"G9"Frame 55
"G10"Frame 60
"G11"Frame 65
"G12"Frame 70
"G13"Frame 75
"G14"Frame 80
"G15"Frame 85
"SB"Frame 111
"GAMEOVER"Frame 112
"SL"Frame 113
"ALLOK"Frame 114
"highscore"Frame 115
"highscore2"Frame 116

Dynamic Text Variables

TSymbol 138 EditableText"<p align="left"><font face="_sans" size="25" color="#ffff66" letterSpacing="0.000000" kerning="0">00000</font></p><p align="left"></p>"
GSymbol 140 EditableText"<p align="left"><font face="_sans" size="18" color="#ffff99" letterSpacing="0.000000" kerning="0">00</font></p><p align="left"></p>"
TSymbol 144 EditableText"<p align="left"><font face="_sans" size="22" color="#ffff66" letterSpacing="0.000000" kerning="0">02000 </font></p><p align="left"></p>"
_root.fenSymbol 421 EditableText"00000000000 "
_root.guankSymbol 427 EditableText"0000 "
_root.fenSymbol 428 EditableText"0000000 "
TimeSymbol 429 EditableText"00000 "
_root.fenSymbol 437 EditableText"000000000000 "
name1Symbol 450 EditableText"00000000000000 "
score1Symbol 451 EditableText"1000000 "
name2Symbol 452 EditableText"00000000000000 "
score2Symbol 453 EditableText"1000000 "
name3Symbol 454 EditableText"00000000000000 "
score3Symbol 455 EditableText"1000000 "
name4Symbol 456 EditableText"00000000000000 "
score4Symbol 457 EditableText"1000000 "
name5Symbol 458 EditableText"00000000000000 "
score5Symbol 459 EditableText"1000000 "
name6Symbol 460 EditableText"00000000000000 "
score6Symbol 461 EditableText"1000000 "
name7Symbol 462 EditableText"00000000000000 "
score7Symbol 463 EditableText"1000000 "
name8Symbol 464 EditableText"00000000000000 "
score8Symbol 465 EditableText"1000000 "
name9Symbol 466 EditableText"00000000000000 "
score9Symbol 467 EditableText"1000000 "
name10Symbol 468 EditableText"00000000000000 "
score10Symbol 469 EditableText"1000000 "
name1Symbol 473 EditableText"00000000000000 "
score1Symbol 474 EditableText"1000000 "
name2Symbol 475 EditableText"00000000000000 "
score2Symbol 476 EditableText"1000000 "
name3Symbol 477 EditableText"00000000000000 "
score3Symbol 478 EditableText"1000000 "
name4Symbol 479 EditableText"00000000000000 "
score4Symbol 480 EditableText"1000000 "
name5Symbol 481 EditableText"00000000000000 "
score5Symbol 482 EditableText"1000000 "
name6Symbol 483 EditableText"00000000000000 "
score6Symbol 484 EditableText"1000000 "
name7Symbol 485 EditableText"00000000000000 "
score7Symbol 486 EditableText"1000000 "
name8Symbol 487 EditableText"00000000000000 "
score8Symbol 488 EditableText"1000000 "
name9Symbol 489 EditableText"00000000000000 "
score9Symbol 490 EditableText"1000000 "
name10Symbol 491 EditableText"00000000000000 "
score10Symbol 492 EditableText"1000000 "




http://swfchan.com/23/113502/info.shtml
Created: 11/3 -2019 16:03:05 Last modified: 11/3 -2019 16:03:05 Server time: 29/04 -2024 06:08:35