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

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

parker.swf

This is the info page for
Flash #122916

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


Text
ARKER

ARKER

1

level:

ARKER

<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

CONGRATULATION!

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 39 MovieClip "All" in Frame 1
onClipEvent (load) { this.swapDepths(2000); }
Frame 2
function goto_uvod() { clearInterval(delay_uvod); removeMovieClip(adBox); _root.gotoAndPlay(3); } stop(); delay_uvod = setInterval(goto_uvod, 13300); var CPMStarPoolID = 12741; var CPMStarSubPoolID = 5; 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 _loc9 = (Math.max(pmc._width + 10, pmc._height + 20) / 2); var _loc11 = (360 / num); var _loc8 = 0; var _local3 = 0; while (_local3 < num) { _root.points[_local3] = new Array(); var _loc7 = Math.cos((_loc8 * 3.141593) / 180); var _loc6 = Math.sin((_loc8 * 3.141593) / 180); var _local1 = pmc._x + (_loc9 * _loc7); var _local2 = pmc._y + (_loc9 * _loc6); do { if (pmc.hitTest(_local1, _local2, true)) { break; } _local1 = _local1 - _loc7; _local2 = _local2 - _loc6; } while (!((_local1 <= 0) || (_local2 <= 0))); _root.points[_local3][0] = _local1 - pmc._x; _root.points[_local3][1] = _local2 - pmc._y; _loc8 = _loc8 + _loc11; _local3 = _local3 + 1; } } function doFigure2(pmc, num) { var _local3 = pmc; _local3.points = new Array(num); var _loc8 = (Math.max(_local3._width + 10, _local3._height + 20) / 2); var _loc10 = (360 / num); var _loc7 = 0; var _loc4 = 0; while (_loc4 < num) { _local3.points[_loc4] = new Array(); var _loc6 = Math.cos((_loc7 * 3.141593) / 180); var _loc5 = Math.sin((_loc7 * 3.141593) / 180); var _local1 = _local3._x + (_loc8 * _loc6); var _local2 = _local3._y + (_loc8 * _loc5); do { if (_local3.hitTest(_local1, _local2, true)) { break; } _local1 = _local1 - _loc6; _local2 = _local2 - _loc5; } while (!((_local1 <= 0) || (_local2 <= 0))); _local3.points[_loc4][0] = _local1 - _local3._x; _local3.points[_loc4][1] = _local2 - _local3._y; _loc7 = _loc7 + _loc10; _loc4 = _loc4 + 1; } } hit = false; JD = 0; T = 89; T2 = 0; live = 3; guank = 0; fen = 0; TZ = 1; qualityNum = 1; PDJ = function (x1, y1) { var _local1 = y1; var _local2 = x1; x2 = _root.A._x; y2 = _root.A._y; dx = Math.abs(x2 - _local2); dy = Math.abs(y2 - _local1); angle = Math.atan(dy / dx); angle = (angle * 180) / 3.141593; if (dx < 0) { angle = angle - 180; } if (x2 < _local2) { if (y2 <= _local1) { TA = int(angle + 90) - 180; } else if (y2 > _local1) { TA = -int(angle + 90); } } if (x2 > _local2) { if (y2 <= _local1) { TA = 180 - int(angle + 90); } else if (y2 > _local1) { TA = int(angle + 90); } } return(TA); }; PDJ2 = function (x1, y1) { var _local1 = y1; var _local2 = x1; x2 = _root.QB._x; y2 = _root.QB._y; dx = Math.abs(x2 - _local2); dy = Math.abs(y2 - _local1); angle = Math.atan(dy / dx); angle = (angle * 180) / 3.141593; if (dx < 0) { angle = angle - 180; } if (x2 < _local2) { if (y2 <= _local1) { TB = int(angle + 90) - 180; } else if (y2 > _local1) { TB = -int(angle + 90); } } if (x2 > _local2) { if (y2 <= _local1) { TB = 180 - int(angle + 90); } else if (y2 > _local1) { TB = int(angle + 90); } } return(TB); }; QBXY = function () { var _local1 = _root; degree = 0.01745329; if (_local1.guank == 6) { xspeed = Math.sin((-_local1.A._rotation) * degree); yspeed = Math.cos((-_local1.A._rotation) * degree); } else { xspeed = Math.sin((-(_local1.A._rotation + 180)) * degree); yspeed = Math.cos((-(_local1.A._rotation + 180)) * degree); } x2 = xspeed * 120; y2 = yspeed * 120; _local1.QB._x = x2 + _local1.A._x; _local1.QB._y = y2 + _local1.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 110 MovieClip "A" in Frame 15
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 () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.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++; } 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 < 8) && (_root.JD > -8)) && (this._x > 100)) && (this._x < 119)) && (this._y > 286)) && (this._y < 300)) && (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 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 110 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) { _root.SX = this._x; _root.SY = this._y; QD.onSoundComplete = function () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.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++; } 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 < 8) && (_root.JD > -8)) && (this._x > 450)) && (this._x < 465)) && (this._y > 290)) && (this._y < 300)) && (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 175 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) { _root.SX = this._x; _root.SY = this._y; QD.onSoundComplete = function () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.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 < 8) && (_root.JD > -8)) && (this._x > 100)) && (this._x < 120)) && (this._y > 285)) && (this._y < 310)) && (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 175 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) { _root.SX = this._x; _root.SY = this._y; QD.onSoundComplete = function () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.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 < 8) && (_root.JD > -8)) && (this._x > 450)) && (this._x < 465)) && (this._y > 65)) && (this._y < 90)) && (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 158 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) { _root.SX = this._x; _root.SY = this._y; QD.onSoundComplete = function () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.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.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 < 8) && (_root.JD > -8)) && (this._x > 451)) && (this._x < 465)) && (this._y > 280)) && (this._y < 300)) && (KD == 0)) { _root.attachMovie("OK", "OK", 90); _root.OK._x = 290; _root.OK._y = 210; KD = 1; speed = 0; timemove = 1; } }
Instance of Symbol 197 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 204 MovieClip "A" in Frame 40
onClipEvent (load) { thisT = 0; timemove = 0; KQOK = 30; KD = 0; JTOK = 1; OKKD = 0; QLXZ = 0; speed = 0; Topspeed = 20; Direction = 1; TOPdirection = 30; Rotation = 0; numb = 30; Z = 30; _root.doFigure(_root.A, numb); BCX1 = 133; BCY1 = 63; BCX2 = 200; BCY2 = 63; root1 = 0; root2 = 0; this.swapDepths(400); _root.S.swapDepths(410); _root.YG.swapDepths(411); SY = 0; if (_root.TZ == 1) { _root.A2.swapDepths(401); _root.QB.swapDepths(464); _root.QB1.swapDepths(465); _root.GREN1.swapDepths(461); _root.GREN2.swapDepths(462); _root.GREN3.swapDepths(463); } ABCD = 0; } onClipEvent (enterFrame) { _root.SX = this._x; _root.SY = this._y; QD.onSoundComplete = function () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.QD1.start(0, 200); } }; t = 1; while (t <= 3) { if (((Math.abs(this._x - _root["GREN" + t]._x) < 120) && (Math.abs(this._y - _root["GREN" + t]._y) < 120)) && (_root["GREN" + t]._y > 0)) { _root.QB._x = _root["GREN" + t]._x; _root.QB._y = _root["GREN" + 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 <= 12) { 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++; } d = 1; while (d <= 3) { if (_root["GREN" + d].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; } d++; } 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.A2.removeMovieClip(); _root.GREN1.removeMovieClip(); _root.GREN2.removeMovieClip(); _root.GREN3.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)) { _root.TS22._y = -100; 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 (ABCD < 10) { ABCD++; } if (((_root.TS22._y > 0) && (Key.isDown(32))) && (ABCD >= 5)) { _root.TS22._y = -100; } 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; _root.TS22._y = -100; if (SY == 0) { SY = 1; if (_root.OKsound == 1) { QD = new Sound(); QD.attachSound("QD3"); QD.start(0, 1); } } if (speed > (-Topspeed)) { speed = speed - 0.5; } Direction = 1; Rotation = this._rotation; } else if ((Key.isDown(38) && (KD == 0)) && (OKKD == 0)) { _root.JT._y = -100; JTOK = 0; _root.TS22._y = -100; if (SY == 0) { SY = 1; if (_root.OKsound == 1) { QD = new Sound(); QD.attachSound("QD3"); 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 - 0.3; } else if (speed < -0.4) { speed = speed + 0.3; } else { speed = 0; } if (((((((_root.JD < 8) && (_root.JD > -8)) && (this._x > 474)) && (this._x < 490)) && (this._y > 250)) && (this._y < 260)) && (KD == 0)) { _root.attachMovie("OK", "OK", 90); _root.OK._x = 290; _root.OK._y = 180; 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 216 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) { _root.SX = this._x; _root.SY = this._y; QD.onSoundComplete = function () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.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; _root.WS.A.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(37) && (KD == 0)) && (JTOK == 0)) { if (QLXZ < TOPdirection) { QLXZ = QLXZ + 2; _root.WS.A.wheel1._rotation = QLXZ; _root.WS.A.wheel4._rotation = QLXZ; } } else if ((Key.isDown(39) && (KD == 0)) && (JTOK == 0)) { if (QLXZ > (-TOPdirection)) { QLXZ = QLXZ - 2; _root.WS.A.wheel1._rotation = QLXZ; _root.WS.A.wheel4._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 - 1; } 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 + 1; } 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.WS.A1._rotation = this._rotation; _root.WS.A1._x = this._x; _root.WS.A1._y = this._y; _root.WS.A._rotation = this._rotation; _root.WS.A._x = this._x; _root.WS.A._y = this._y; _root.ZZ._rotation = this._rotation; _root.ZZ._x = this._x; _root.ZZ._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 > 471)) && (this._x < 490)) && (this._y > 20)) && (this._y < 60)) && (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 177 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) { _root.SX = this._x; _root.SY = this._y; QD.onSoundComplete = function () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.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(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 > 403)) && (this._x < 421)) && (this._y > 20)) && (this._y < 60)) && (KD == 0)) { _root.attachMovie("OK", "OK", 90); _root.OK._x = 290; _root.OK._y = 210; KD = 1; speed = 0; timemove = 1; } }
Instance of Symbol 197 MovieClip in Frame 50
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 >= 30) { Y = 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 230 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) { _root.SX = this._x; _root.SY = this._y; QD.onSoundComplete = function () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.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 ((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 > 336)) && (this._x < 355)) && (this._y > 352)) && (this._y < 380)) && (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 238 MovieClip "Y1" in Frame 60
onClipEvent (load) { if (_root.TZ == 1) { this._visible = true; this._x = 210; this._y = 140; 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 238 MovieClip "Y2" in Frame 60
onClipEvent (load) { if (_root.TZ == 1) { this._visible = true; this._x = 378; this._y = 160; 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 242 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) { _root.SX = this._x; _root.SY = this._y; QD.onSoundComplete = function () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARA"); _local1.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 (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 < 8) && (_root.JD > -8)) && (this._x > 336)) && (this._x < 352)) && (this._y > 250)) && (this._y < 260)) && (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 () { var _local1 = _root; if (((TZ == 1) && (_local1.mc._x != -100)) && (_local1.mc.KQ == 0)) { _local1.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 255 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 () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARD"); _local1.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 197 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 263 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 () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARD"); _local1.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 263 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 () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARD"); _local1.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 197 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 () { var _local1 = _root; if (((TZ == 1) && (_local1.mc._x != -100)) && (_local1.mc.KQ == 0)) { _local1.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 238 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 238 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 238 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 279 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 () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARC"); _local1.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 () { var _local1 = _root; if (((TZ == 1) && (_local1.mc._x != -100)) && (_local1.mc.KQ == 0)) { _local1.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 255 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 () { var _local1 = _root; if (_local1.OKsound == 1) { _local1.QD1 = new Sound(); _local1.QD1.attachSound("CARD"); _local1.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 39 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 >= 15) { gotoAndStop ("ALLOK"); } Key.addListener(this); this.onKeyDown = function () { var _local1 = _root; if (Key.getAscii() == 32) { if (((guank == 5) || (guank == 10)) || (guank == 15)) { stopAllSounds(); } _local1.guank = _local1.guank + 1; gotoAndPlay("G" + _local1.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 [OK] Frame 1
play();
Symbol 28 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 33 MovieClip [XXUE] Frame 85
this.removeMovieClip();
Symbol 56 Button
on (press) { getURL ("http://www.gamezastar.com", "_blank"); }
Symbol 63 Button
on (release) { getURL ("http://www.gamezastar.com", "_blank"); }
Symbol 67 Button
on (release) { gotoAndPlay ("G1"); }
Symbol 70 Button
on (release) { gotoAndStop ("help"); }
Symbol 71 Button
on (release) { getURL ("http://www.gamezastar.com", "_blank"); }
Symbol 72 Button
on (release) { getURL ("http://www.facebook.com/share.php?u=http%3A%2F%2Fgamezastar.com%2FParker.htm", "_blank"); }
Symbol 75 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 78 MovieClip Frame 1
if (_root.OKsound == 1) { this.gotoAndStop(3); }
Symbol 78 MovieClip Frame 2
_root.OKsound = 0; stopAllSounds(); stop();
Symbol 78 MovieClip Frame 3
_root.OKsound = 1; stop();
Symbol 81 Button
on (release) { if ((++_root.qualityNum) > 3) { _root.qualityNum = 1; } gotoAndStop(_root.qualityNum); }
Symbol 84 MovieClip Frame 1
if (_root.qualityNum == 1) { stop(); _quality = "high"; } else { gotoAndStop(_root.qualityNum); }
Symbol 84 MovieClip Frame 2
_quality = "medium";
Symbol 84 MovieClip Frame 3
_quality = "low";
Symbol 93 Button
on (release) { gotoAndStop ("start"); }
Symbol 94 Button
on (release) { gotoAndPlay ("start1"); }
Symbol 110 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 148 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 158 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 1
Symbol 204 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 1
Symbol 263 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 1
stop();
Symbol 283 Button
on (release) { Key.removeListener(this); gotoAndPlay("G" + _root.guank); }
Symbol 288 Button
on (release) { overA.stop(); KSSOUND.attachSound("mainscreen"); KSSOUND.start(0, 1000); gotoAndPlay ("start"); }
Symbol 289 Button
on (release) { getURL ("http://www.gamezastar.com", "_blank"); }
Symbol 297 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 304 Button
on (release) { stopAllSounds(); Key.removeListener(this); gotoAndStop ("start"); }
Symbol 310 Button
on (release) { Key.removeListener(this); gotoAndStop ("start"); }
Symbol 334 Button
on (release) { gotoAndStop ("start"); }
Symbol 335 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 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:28
Symbol 28 MovieClip [OK]Uses:27
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClip [DH]Uses:29
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClip [XXUE]Uses:32Used by:Timeline
Symbol 34 BitmapUsed by:36
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:34 35Used by:37
Symbol 37 MovieClipUses:36Used by:Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:Timeline
Symbol 40 BitmapUsed by:41 85
Symbol 41 GraphicUses:40Used by:Timeline
Symbol 42 FontUsed by:43 57 64 65 86 141 143 147
Symbol 43 EditableTextUses:42Used by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:49
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:45 47 48Used by:Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:56
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:56
Symbol 56 ButtonUses:53 55Used by:Timeline
Symbol 57 EditableTextUses:42Used by:Timeline
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:Timeline
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 ButtonUses:60 61 62Used by:Timeline
Symbol 64 EditableTextUses:42Used by:Timeline
Symbol 65 EditableTextUses:42Used by:Timeline
Symbol 66 GraphicUsed by:67 70 71 72 75 81 93 94 283 288 289 297 304 310 334 335
Symbol 67 ButtonUses:66Used by:Timeline
Symbol 68 BitmapUsed by:69 290
Symbol 69 GraphicUses:68Used by:Timeline
Symbol 70 ButtonUses:66Used by:Timeline
Symbol 71 ButtonUses:66Used by:Timeline
Symbol 72 ButtonUses:66Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:78
Symbol 75 ButtonUses:66Used by:78
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:74 75 76 77Used by:Timeline
Symbol 79 GraphicUsed by:84
Symbol 80 GraphicUsed by:84
Symbol 81 ButtonUses:66Used by:84
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:79 80 81 82 83Used by:Timeline
Symbol 85 GraphicUses:40Used by:Timeline
Symbol 86 EditableTextUses:42Used 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 GraphicUsed by:Timeline
Symbol 93 ButtonUses:66Used by:Timeline
Symbol 94 ButtonUses:66Used by:Timeline
Symbol 95 BitmapUsed by:98 214 233 235
Symbol 96 BitmapUsed by:98 199 214
Symbol 97 BitmapUsed by:98 199 214 244
Symbol 98 GraphicUses:95 96 97Used by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 BitmapUsed by:102
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:100 101Used by:103 217
Symbol 103 MovieClipUses:102Used by:200  Timeline
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:Timeline
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:110 158 175 177 204 216 230 242 255 263 279
Symbol 108 BitmapUsed by:109 178
Symbol 109 GraphicUses:108Used by:110
Symbol 110 MovieClipUses:107 109Used by:Timeline
Symbol 111 BitmapUsed by:112 203
Symbol 112 GraphicUses:111Used by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 BitmapUsed by:115 176
Symbol 115 GraphicUses:114Used by:116
Symbol 116 MovieClipUses:115Used by:Timeline
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:119
Symbol 119 MovieClipUses:118Used by:Timeline
Symbol 120 GraphicUsed by:121 183 231 272
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 GraphicUsed by:123 218 225 271
Symbol 123 MovieClipUses:122Used by:Timeline
Symbol 124 BitmapUsed by:125 254
Symbol 125 GraphicUses:124Used by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 BitmapUsed by:128 262
Symbol 128 GraphicUses:127Used by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:132
Symbol 132 MovieClipUses:131Used by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 GraphicUsed by:136 145
Symbol 136 MovieClipUses:135Used by:139
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:139
Symbol 139 MovieClipUses:136 138Used by:Timeline
Symbol 140 GraphicUsed by:142
Symbol 141 EditableTextUses:42Used by:142
Symbol 142 MovieClipUses:140 141Used by:Timeline
Symbol 143 EditableTextUses:42Used by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:135 143 144Used by:Timeline
Symbol 146 GraphicUsed by:148
Symbol 147 EditableTextUses:42Used by:148
Symbol 148 MovieClipUses:146 147Used by:149
Symbol 149 MovieClipUses:148Used by:Timeline
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:Timeline
Symbol 152 BitmapUsed by:153 174
Symbol 153 GraphicUses:152Used by:154 232 264 274 275
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 GraphicUsed by:156 273
Symbol 156 MovieClipUses:155Used by:Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:107 157Used by:Timeline
Symbol 159 BitmapUsed by:160 229
Symbol 160 GraphicUses:159Used by:161
Symbol 161 MovieClipUses:160Used by:Timeline
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:164
Symbol 164 MovieClipUses:163Used by:Timeline
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:170
Symbol 170 MovieClipUses:169Used by:Timeline
Symbol 171 BitmapUsed by:173 186
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:171 172Used by:Timeline
Symbol 174 GraphicUses:152Used by:175
Symbol 175 MovieClipUses:107 174Used by:Timeline
Symbol 176 GraphicUses:114Used by:177
Symbol 177 MovieClipUses:107 176Used by:Timeline
Symbol 178 GraphicUses:108Used by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:182
Symbol 182 MovieClipUses:181Used by:217  Timeline
Symbol 183 MovieClipUses:120Used by:Timeline
Symbol 184 GraphicUsed by:185 226 265 270
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 GraphicUses:171Used by:187
Symbol 187 MovieClipUses:186Used by:Timeline
Symbol 188 GraphicUsed by:190
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:188 189Used by:Timeline
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:Timeline
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:Timeline
Symbol 197 MovieClipUsed by:Timeline
Symbol 198 GraphicUsed by:217  Timeline
Symbol 199 GraphicUses:96 97Used by:217  Timeline
Symbol 200 MovieClipUses:103Used by:217  Timeline
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:217  Timeline
Symbol 203 GraphicUses:111Used by:204
Symbol 204 MovieClipUses:107 203Used by:Timeline
Symbol 205 BitmapUsed by:206 278
Symbol 206 GraphicUses:205Used by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:210
Symbol 210 MovieClipUses:209Used by:Timeline
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:Timeline
Symbol 213 GraphicUsed by:Timeline
Symbol 214 GraphicUses:95 96 97Used by:217
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:107 215Used by:217  Timeline
Symbol 217 MovieClipUses:198 200 214 102 199 182 202 216Used by:Timeline
Symbol 218 MovieClipUses:122Used by:Timeline
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:221 224 269
Symbol 221 MovieClipUses:220Used by:Timeline
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:Timeline
Symbol 224 MovieClipUses:220Used by:Timeline
Symbol 225 MovieClipUses:122Used by:Timeline
Symbol 226 MovieClipUses:184Used by:Timeline
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:Timeline
Symbol 229 GraphicUses:159Used by:230
Symbol 230 MovieClipUses:107 229Used by:Timeline
Symbol 231 MovieClipUses:120Used by:Timeline
Symbol 232 MovieClipUses:153Used by:Timeline
Symbol 233 GraphicUses:95Used by:234
Symbol 234 MovieClipUses:233Used by:Timeline
Symbol 235 GraphicUses:95Used by:236
Symbol 236 MovieClipUses:235Used by:Timeline
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:237Used by:Timeline
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:Timeline
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:107 241Used by:Timeline
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243 97Used by:Timeline
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:Timeline
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:Timeline
Symbol 251 GraphicUsed by:Timeline
Symbol 252 BitmapUsed by:253 260
Symbol 253 GraphicUses:252Used by:Timeline
Symbol 254 GraphicUses:124Used by:255
Symbol 255 MovieClipUses:107 254Used by:Timeline
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:256Used by:Timeline
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:258Used by:Timeline
Symbol 260 GraphicUses:252Used by:261  Timeline
Symbol 261 MovieClipUses:260Used by:Timeline
Symbol 262 GraphicUses:127Used by:263
Symbol 263 MovieClipUses:107 262Used by:Timeline
Symbol 264 MovieClipUses:153Used by:Timeline
Symbol 265 MovieClipUses:184Used by:Timeline
Symbol 266 BitmapUsed by:267
Symbol 267 GraphicUses:266Used by:268
Symbol 268 MovieClipUses:267Used by:Timeline
Symbol 269 MovieClipUses:220Used by:Timeline
Symbol 270 MovieClipUses:184Used by:Timeline
Symbol 271 MovieClipUses:122Used by:Timeline
Symbol 272 MovieClipUses:120Used by:Timeline
Symbol 273 MovieClipUses:155Used by:Timeline
Symbol 274 MovieClipUses:153Used by:Timeline
Symbol 275 MovieClipUses:153Used by:Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:Timeline
Symbol 278 GraphicUses:205Used by:279
Symbol 279 MovieClipUses:107 278Used by:Timeline
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:Timeline
Symbol 282 GraphicUsed by:Timeline
Symbol 283 ButtonUses:66Used by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 FontUsed by:286 292 293 294 303
Symbol 286 EditableTextUses:285Used by:Timeline
Symbol 287 GraphicUsed by:Timeline
Symbol 288 ButtonUses:66Used by:Timeline
Symbol 289 ButtonUses:66Used by:Timeline
Symbol 290 GraphicUses:68Used by:Timeline
Symbol 291 GraphicUsed by:Timeline
Symbol 292 EditableTextUses:285Used by:Timeline
Symbol 293 EditableTextUses:285Used by:Timeline
Symbol 294 EditableTextUses:285Used by:Timeline
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:295Used by:Timeline
Symbol 297 ButtonUses:66Used by:Timeline
Symbol 298 GraphicUsed by:Timeline
Symbol 299 FontUsed by:300
Symbol 300 EditableTextUses:299Used by:Timeline
Symbol 301 GraphicUsed by:Timeline
Symbol 302 GraphicUsed by:Timeline
Symbol 303 EditableTextUses:285Used by:Timeline
Symbol 304 ButtonUses:66Used by:Timeline
Symbol 305 GraphicUsed by:Timeline
Symbol 306 GraphicUsed by:309
Symbol 307 FontUsed by:308
Symbol 308 TextUses:307Used by:309
Symbol 309 MovieClipUses:306 308Used by:Timeline
Symbol 310 ButtonUses:66Used by:Timeline
Symbol 311 GraphicUsed by:Timeline
Symbol 312 FontUsed by:313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355
Symbol 313 EditableTextUses:312Used by:Timeline
Symbol 314 EditableTextUses:312Used by:Timeline
Symbol 315 EditableTextUses:312Used by:Timeline
Symbol 316 EditableTextUses:312Used by:Timeline
Symbol 317 EditableTextUses:312Used by:Timeline
Symbol 318 EditableTextUses:312Used by:Timeline
Symbol 319 EditableTextUses:312Used by:Timeline
Symbol 320 EditableTextUses:312Used by:Timeline
Symbol 321 EditableTextUses:312Used by:Timeline
Symbol 322 EditableTextUses:312Used by:Timeline
Symbol 323 EditableTextUses:312Used by:Timeline
Symbol 324 EditableTextUses:312Used by:Timeline
Symbol 325 EditableTextUses:312Used by:Timeline
Symbol 326 EditableTextUses:312Used by:Timeline
Symbol 327 EditableTextUses:312Used by:Timeline
Symbol 328 EditableTextUses:312Used by:Timeline
Symbol 329 EditableTextUses:312Used by:Timeline
Symbol 330 EditableTextUses:312Used by:Timeline
Symbol 331 EditableTextUses:312Used by:Timeline
Symbol 332 EditableTextUses:312Used by:Timeline
Symbol 333 GraphicUsed by:Timeline
Symbol 334 ButtonUses:66Used by:Timeline
Symbol 335 ButtonUses:66Used by:Timeline
Symbol 336 EditableTextUses:312Used by:Timeline
Symbol 337 EditableTextUses:312Used by:Timeline
Symbol 338 EditableTextUses:312Used by:Timeline
Symbol 339 EditableTextUses:312Used by:Timeline
Symbol 340 EditableTextUses:312Used by:Timeline
Symbol 341 EditableTextUses:312Used by:Timeline
Symbol 342 EditableTextUses:312Used by:Timeline
Symbol 343 EditableTextUses:312Used by:Timeline
Symbol 344 EditableTextUses:312Used by:Timeline
Symbol 345 EditableTextUses:312Used by:Timeline
Symbol 346 EditableTextUses:312Used by:Timeline
Symbol 347 EditableTextUses:312Used by:Timeline
Symbol 348 EditableTextUses:312Used by:Timeline
Symbol 349 EditableTextUses:312Used by:Timeline
Symbol 350 EditableTextUses:312Used by:Timeline
Symbol 351 EditableTextUses:312Used by:Timeline
Symbol 352 EditableTextUses:312Used by:Timeline
Symbol 353 EditableTextUses:312Used by:Timeline
Symbol 354 EditableTextUses:312Used by:Timeline
Symbol 355 EditableTextUses:312Used by:Timeline

Instance Names

"All"Frame 1Symbol 39 MovieClip
"loading"Frame 2Symbol 49 MovieClip
"adBox"Frame 2Symbol 51 MovieClip
"an"Frame 10Symbol 78 MovieClip
"HZ"Frame 10Symbol 84 MovieClip
"Z"Frame 15Symbol 103 MovieClip
"A"Frame 15Symbol 110 MovieClip
"B2"Frame 15Symbol 113 MovieClip
"B4"Frame 15Symbol 116 MovieClip
"B3"Frame 15Symbol 119 MovieClip
"B5"Frame 15Symbol 121 MovieClip
"B6"Frame 15Symbol 123 MovieClip
"B7"Frame 15Symbol 126 MovieClip
"B9"Frame 15Symbol 129 MovieClip
"B8"Frame 15Symbol 132 MovieClip
"an"Frame 15Symbol 78 MovieClip
"B1"Frame 15Symbol 134 MovieClip
"lifeK"Frame 15Symbol 139 MovieClip
"timeK"Frame 15Symbol 142 MovieClip
"levelmc"Frame 15Symbol 145 MovieClip
"TQ"Frame 15Symbol 149 MovieClip
"Z"Frame 20Symbol 103 MovieClip
"A"Frame 20Symbol 110 MovieClip
"B4"Frame 20Symbol 123 MovieClip
"B10"Frame 20Symbol 154 MovieClip
"B12"Frame 20Symbol 156 MovieClip
"B11"Frame 20Symbol 158 MovieClip
"B3"Frame 20Symbol 121 MovieClip
"B5"Frame 20Symbol 161 MovieClip
"B8"Frame 20Symbol 164 MovieClip
"B6"Frame 20Symbol 167 MovieClip
"B7"Frame 20Symbol 170 MovieClip
"B1"Frame 20Symbol 134 MovieClip
"lifeK"Frame 20Symbol 139 MovieClip
"timeK"Frame 20Symbol 142 MovieClip
"levelmc"Frame 20Symbol 145 MovieClip
"TQ"Frame 20Symbol 149 MovieClip
"an"Frame 20Symbol 78 MovieClip
"Z"Frame 25Symbol 103 MovieClip
"A"Frame 25Symbol 175 MovieClip
"B5"Frame 25Symbol 177 MovieClip
"B8"Frame 25Symbol 179 MovieClip
"B4"Frame 25Symbol 182 MovieClip
"B6"Frame 25Symbol 183 MovieClip
"B7"Frame 25Symbol 185 MovieClip
"B3"Frame 25Symbol 187 MovieClip
"B12"Frame 25Symbol 190 MovieClip
"B1"Frame 25Symbol 134 MovieClip
"lifeK"Frame 25Symbol 139 MovieClip
"an"Frame 25Symbol 78 MovieClip
"timeK"Frame 25Symbol 142 MovieClip
"levelmc"Frame 25Symbol 145 MovieClip
"TQ"Frame 25Symbol 149 MovieClip
"Z"Frame 30Symbol 103 MovieClip
"B4"Frame 30Symbol 182 MovieClip
"B6"Frame 30Symbol 187 MovieClip
"B10"Frame 30Symbol 194 MovieClip
"B8"Frame 30Symbol 119 MovieClip
"B5"Frame 30Symbol 161 MovieClip
"B3"Frame 30Symbol 164 MovieClip
"A"Frame 30Symbol 175 MovieClip
"B1"Frame 30Symbol 134 MovieClip
"lifeK"Frame 30Symbol 139 MovieClip
"an"Frame 30Symbol 78 MovieClip
"timeK"Frame 30Symbol 142 MovieClip
"levelmc"Frame 30Symbol 145 MovieClip
"TQ"Frame 30Symbol 149 MovieClip
"Z"Frame 35Symbol 103 MovieClip
"A"Frame 35Symbol 158 MovieClip
"B8"Frame 35Symbol 179 MovieClip
"B4"Frame 35Symbol 182 MovieClip
"B6"Frame 35Symbol 183 MovieClip
"B7"Frame 35Symbol 185 MovieClip
"B3"Frame 35Symbol 187 MovieClip
"B5"Frame 35Symbol 129 MovieClip
"B1"Frame 35Symbol 134 MovieClip
"lifeK"Frame 35Symbol 139 MovieClip
"an"Frame 35Symbol 78 MovieClip
"timeK"Frame 35Symbol 142 MovieClip
"levelmc"Frame 35Symbol 145 MovieClip
"TQ"Frame 35Symbol 149 MovieClip
"B4"Frame 40Symbol 182 MovieClip
"B4"Frame 40Symbol 182 MovieClip
"A"Frame 40Symbol 204 MovieClip
"B7"Frame 40Symbol 207 MovieClip
"B6"Frame 40Symbol 210 MovieClip
"B8"Frame 40Symbol 129 MovieClip
"B2"Frame 40Symbol 158 MovieClip
"B3"Frame 40Symbol 187 MovieClip
"B5"Frame 40Symbol 161 MovieClip
"B1"Frame 40Symbol 212 MovieClip
"lifeK"Frame 40Symbol 139 MovieClip
"an"Frame 40Symbol 78 MovieClip
"timeK"Frame 40Symbol 142 MovieClip
"levelmc"Frame 40Symbol 145 MovieClip
"TQ"Frame 40Symbol 149 MovieClip
"WS"Frame 45Symbol 217 MovieClip
"A"Frame 45Symbol 216 MovieClip
"B12"Frame 45Symbol 158 MovieClip
"B9"Frame 45Symbol 161 MovieClip
"B6"Frame 45Symbol 167 MovieClip
"B7"Frame 45Symbol 170 MovieClip
"B13"Frame 45Symbol 113 MovieClip
"B3"Frame 45Symbol 119 MovieClip
"B5"Frame 45Symbol 121 MovieClip
"B8"Frame 45Symbol 132 MovieClip
"B11"Frame 45Symbol 218 MovieClip
"B10"Frame 45Symbol 221 MovieClip
"B1"Frame 45Symbol 212 MovieClip
"lifeK"Frame 45Symbol 139 MovieClip
"an"Frame 45Symbol 78 MovieClip
"timeK"Frame 45Symbol 142 MovieClip
"levelmc"Frame 45Symbol 145 MovieClip
"TQ"Frame 45Symbol 149 MovieClip
"A"Frame 50Symbol 177 MovieClip
"B2"Frame 50Symbol 158 MovieClip
"B5"Frame 50Symbol 161 MovieClip
"B3"Frame 50Symbol 164 MovieClip
"B6"Frame 50Symbol 167 MovieClip
"B7"Frame 50Symbol 170 MovieClip
"B8"Frame 50Symbol 224 MovieClip
"B9"Frame 50Symbol 225 MovieClip
"B10"Frame 50Symbol 226 MovieClip
"B12"Frame 50Symbol 190 MovieClip
"B1"Frame 50Symbol 212 MovieClip
"lifeK"Frame 50Symbol 139 MovieClip
"an"Frame 50Symbol 78 MovieClip
"timeK"Frame 50Symbol 142 MovieClip
"levelmc"Frame 50Symbol 145 MovieClip
"TQ"Frame 50Symbol 149 MovieClip
"A"Frame 55Symbol 230 MovieClip
"B8"Frame 55Symbol 110 MovieClip
"B7"Frame 55Symbol 156 MovieClip
"B9"Frame 55Symbol 129 MovieClip
"B6"Frame 55Symbol 231 MovieClip
"B5"Frame 55Symbol 232 MovieClip
"B1"Frame 55Symbol 212 MovieClip
"lifeK"Frame 55Symbol 139 MovieClip
"an"Frame 55Symbol 78 MovieClip
"timeK"Frame 55Symbol 142 MovieClip
"levelmc"Frame 55Symbol 145 MovieClip
"TQ"Frame 55Symbol 149 MovieClip
"B7"Frame 56Symbol 156 MovieClip
"Y1"Frame 60Symbol 238 MovieClip
"Y2"Frame 60Symbol 238 MovieClip
"A"Frame 60Symbol 242 MovieClip
"B8"Frame 60Symbol 110 MovieClip
"B9"Frame 60Symbol 129 MovieClip
"B2"Frame 60Symbol 158 MovieClip
"B3"Frame 60Symbol 210 MovieClip
"B1"Frame 60Symbol 212 MovieClip
"lifeK"Frame 60Symbol 139 MovieClip
"timeK"Frame 60Symbol 142 MovieClip
"levelmc"Frame 60Symbol 145 MovieClip
"TQ"Frame 60Symbol 149 MovieClip
"an"Frame 60Symbol 78 MovieClip
"B5"Frame 65Symbol 177 MovieClip
"B4"Frame 65Symbol 110 MovieClip
"B9"Frame 65Symbol 207 MovieClip
"B6"Frame 65Symbol 210 MovieClip
"B8"Frame 65Symbol 129 MovieClip
"B7"Frame 65Symbol 156 MovieClip
"B3"Frame 65Symbol 121 MovieClip
"B2"Frame 65Symbol 158 MovieClip
"Z"Frame 65Symbol 103 MovieClip
"A"Frame 65Symbol 255 MovieClip
"B10"Frame 65Symbol 257 MovieClip
"B1"Frame 65Symbol 259 MovieClip
"lifeK"Frame 65Symbol 139 MovieClip
"timeK"Frame 65Symbol 142 MovieClip
"levelmc"Frame 65Symbol 145 MovieClip
"TQ"Frame 65Symbol 149 MovieClip
"an"Frame 65Symbol 78 MovieClip
"Z"Frame 70Symbol 103 MovieClip
"A"Frame 70Symbol 263 MovieClip
"B5"Frame 70Symbol 177 MovieClip
"B6"Frame 70Symbol 123 MovieClip
"B8"Frame 70Symbol 119 MovieClip
"B9"Frame 70Symbol 113 MovieClip
"B10"Frame 70Symbol 210 MovieClip
"B7"Frame 70Symbol 170 MovieClip
"lifeK"Frame 70Symbol 139 MovieClip
"timeK"Frame 70Symbol 142 MovieClip
"levelmc"Frame 70Symbol 145 MovieClip
"TQ"Frame 70Symbol 149 MovieClip
"an"Frame 70Symbol 78 MovieClip
"Z"Frame 75Symbol 103 MovieClip
"B3"Frame 75Symbol 264 MovieClip
"B4"Frame 75Symbol 265 MovieClip
"B5"Frame 75Symbol 268 MovieClip
"B6"Frame 75Symbol 269 MovieClip
"B7"Frame 75Symbol 270 MovieClip
"B8"Frame 75Symbol 271 MovieClip
"B9"Frame 75Symbol 272 MovieClip
"B10"Frame 75Symbol 273 MovieClip
"B11"Frame 75Symbol 274 MovieClip
"A"Frame 75Symbol 263 MovieClip
"B1"Frame 75Symbol 259 MovieClip
"lifeK"Frame 75Symbol 139 MovieClip
"timeK"Frame 75Symbol 142 MovieClip
"levelmc"Frame 75Symbol 145 MovieClip
"TQ"Frame 75Symbol 149 MovieClip
"an"Frame 75Symbol 78 MovieClip
"B6"Frame 80Symbol 242 MovieClip
"B5"Frame 80Symbol 116 MovieClip
"B4"Frame 80Symbol 110 MovieClip
"B7"Frame 80Symbol 156 MovieClip
"B9"Frame 80Symbol 275 MovieClip
"B10"Frame 80Symbol 194 MovieClip
"Z"Frame 80Symbol 103 MovieClip
"Y2"Frame 80Symbol 238 MovieClip
"Y3"Frame 80Symbol 238 MovieClip
"Y1"Frame 80Symbol 238 MovieClip
"B8"Frame 80Symbol 179 MovieClip
"B2"Frame 80Symbol 277 MovieClip
"A"Frame 80Symbol 279 MovieClip
"B1"Frame 80Symbol 259 MovieClip
"lifeK"Frame 80Symbol 139 MovieClip
"timeK"Frame 80Symbol 142 MovieClip
"levelmc"Frame 80Symbol 145 MovieClip
"TQ"Frame 80Symbol 149 MovieClip
"an"Frame 80Symbol 78 MovieClip
"B7"Frame 85Symbol 156 MovieClip
"B5"Frame 85Symbol 154 MovieClip
"B6"Frame 85Symbol 123 MovieClip
"B3"Frame 85Symbol 121 MovieClip
"B8"Frame 85Symbol 119 MovieClip
"B9"Frame 85Symbol 113 MovieClip
"B4"Frame 85Symbol 110 MovieClip
"Z"Frame 85Symbol 103 MovieClip
"B2"Frame 85Symbol 281 MovieClip
"A"Frame 85Symbol 255 MovieClip
"B10"Frame 85Symbol 257 MovieClip
"B1"Frame 85Symbol 259 MovieClip
"lifeK"Frame 85Symbol 139 MovieClip
"timeK"Frame 85Symbol 142 MovieClip
"levelmc"Frame 85Symbol 145 MovieClip
"TQ"Frame 85Symbol 149 MovieClip
"an"Frame 85Symbol 78 MovieClip
"an"Frame 111Symbol 78 MovieClip
"HZ"Frame 111Symbol 84 MovieClip
"All"Frame 111Symbol 39 MovieClip
"X"Frame 113Symbol 296 MovieClip
"new0"Frame 115Symbol 309 MovieClip
"new1"Frame 115Symbol 309 MovieClip
"new2"Frame 115Symbol 309 MovieClip
"new3"Frame 115Symbol 309 MovieClip
"new4"Frame 115Symbol 309 MovieClip
"new5"Frame 115Symbol 309 MovieClip
"new6"Frame 115Symbol 309 MovieClip
"new7"Frame 115Symbol 309 MovieClip
"new8"Frame 115Symbol 309 MovieClip
"new9"Frame 115Symbol 309 MovieClip
"wheel1"Symbol 110 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 110 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 110 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 110 MovieClip Frame 1Symbol 107 MovieClip
"A"Symbol 149 MovieClip Frame 1Symbol 148 MovieClip
"wheel1"Symbol 158 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 158 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 158 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 158 MovieClip Frame 1Symbol 107 MovieClip
"wheel1"Symbol 175 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 175 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 175 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 175 MovieClip Frame 1Symbol 107 MovieClip
"wheel1"Symbol 177 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 177 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 177 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 177 MovieClip Frame 1Symbol 107 MovieClip
"Z"Symbol 200 MovieClip Frame 1Symbol 103 MovieClip
"wheel1"Symbol 204 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 204 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 204 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 204 MovieClip Frame 1Symbol 107 MovieClip
"wheel1"Symbol 216 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 216 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 216 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 216 MovieClip Frame 1Symbol 107 MovieClip
"B4"Symbol 217 MovieClip Frame 1Symbol 182 MovieClip
"A"Symbol 217 MovieClip Frame 1Symbol 216 MovieClip
"wheel1"Symbol 230 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 230 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 230 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 230 MovieClip Frame 1Symbol 107 MovieClip
"wheel1"Symbol 242 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 242 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 242 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 242 MovieClip Frame 1Symbol 107 MovieClip
"wheel1"Symbol 255 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 255 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 255 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 255 MovieClip Frame 1Symbol 107 MovieClip
"wheel1"Symbol 263 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 263 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 263 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 263 MovieClip Frame 1Symbol 107 MovieClip
"wheel1"Symbol 279 MovieClip Frame 1Symbol 107 MovieClip
"wheel4"Symbol 279 MovieClip Frame 1Symbol 107 MovieClip
"LZ1"Symbol 279 MovieClip Frame 1Symbol 107 MovieClip
"LZ2"Symbol 279 MovieClip Frame 1Symbol 107 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 "OK"
ExportAssets (56)Timeline Frame 1Symbol 30 as "DH"
ExportAssets (56)Timeline Frame 1Symbol 33 as "XXUE"
ExportAssets (56)Timeline Frame 50Symbol 33 as "XXUE"

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

_root.guankSymbol 64 EditableText"1 "
TSymbol 141 EditableText"<p align="left"><font face="_sans" size="25" color="#ffff66" letterSpacing="0.000000" kerning="0">00000</font></p><p align="left"></p>"
GSymbol 143 EditableText"<p align="left"><font face="_sans" size="18" color="#ffff99" letterSpacing="0.000000" kerning="0">00</font></p><p align="left"></p>"
TSymbol 147 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 286 EditableText"00000000000 "
_root.guankSymbol 292 EditableText"0000 "
_root.fenSymbol 293 EditableText"0000000 "
TimeSymbol 294 EditableText"00000 "
_root.fenSymbol 303 EditableText"000000000000 "
name1Symbol 313 EditableText"00000000000000 "
score1Symbol 314 EditableText"1000000 "
name2Symbol 315 EditableText"00000000000000 "
score2Symbol 316 EditableText"1000000 "
name3Symbol 317 EditableText"00000000000000 "
score3Symbol 318 EditableText"1000000 "
name4Symbol 319 EditableText"00000000000000 "
score4Symbol 320 EditableText"1000000 "
name5Symbol 321 EditableText"00000000000000 "
score5Symbol 322 EditableText"1000000 "
name6Symbol 323 EditableText"00000000000000 "
score6Symbol 324 EditableText"1000000 "
name7Symbol 325 EditableText"00000000000000 "
score7Symbol 326 EditableText"1000000 "
name8Symbol 327 EditableText"00000000000000 "
score8Symbol 328 EditableText"1000000 "
name9Symbol 329 EditableText"00000000000000 "
score9Symbol 330 EditableText"1000000 "
name10Symbol 331 EditableText"00000000000000 "
score10Symbol 332 EditableText"1000000 "
name1Symbol 336 EditableText"00000000000000 "
score1Symbol 337 EditableText"1000000 "
name2Symbol 338 EditableText"00000000000000 "
score2Symbol 339 EditableText"1000000 "
name3Symbol 340 EditableText"00000000000000 "
score3Symbol 341 EditableText"1000000 "
name4Symbol 342 EditableText"00000000000000 "
score4Symbol 343 EditableText"1000000 "
name5Symbol 344 EditableText"00000000000000 "
score5Symbol 345 EditableText"1000000 "
name6Symbol 346 EditableText"00000000000000 "
score6Symbol 347 EditableText"1000000 "
name7Symbol 348 EditableText"00000000000000 "
score7Symbol 349 EditableText"1000000 "
name8Symbol 350 EditableText"00000000000000 "
score8Symbol 351 EditableText"1000000 "
name9Symbol 352 EditableText"00000000000000 "
score9Symbol 353 EditableText"1000000 "
name10Symbol 354 EditableText"00000000000000 "
score10Symbol 355 EditableText"1000000 "




http://swfchan.com/25/122916/info.shtml
Created: 3/3 -2019 06:28:12 Last modified: 3/3 -2019 06:28:12 Server time: 11/05 -2024 21:06:45