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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM50526499-23DC&rnd=50526499" width="1" height="1"></div>

armorgames rail-of-death-2-14653.swf

This is the info page for
Flash #268220

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


Text
RAIL

OF

DEATH

2

<p align="center"><font face="Tahoma" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>Artworks by </b><a href="http://ibunibun.deviantart.com/" target = "_blank"><b>ibunibun.deviantart.com</b></a><b>, Music by Kevin MacLeod </b><a href="http://www.incompetech.com/" target = "_blank"><b>www.incompetech.com</b></a></font></p>

<p align="center"><font face="BadaBoom BB" size="30" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>100 %</b></font></p>

3

2

1

GO

DANGER !

<p align="left"><font face="BadaBoom BB" size="34" color="#ff9999" letterSpacing="0.000000" kerning="1"><b>150 s</b></font></p>

TIME

<p align="left"><font face="BadaBoom BB" size="34" color="#ff9999" letterSpacing="0.000000" kerning="1"><b>5</b></font></p>

<p align="left"><font face="BadaBoom BB" size="34" color="#ff9999" letterSpacing="0.000000" kerning="1"><b>Infinite</b></font></p>

<p align="left"><font face="BadaBoom BB" size="34" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>100</b></font></p>

AVOID ROCK,
PRESS UP OR W TO JUMP

Press space bar to continue

GRAB GOLD, IT CAN BE
USED TO UPGRADE

diamond value equivalent
to three golds

GRAB PORTAL, IT may help you
to escape the abyss

IT CAN'T BE AVOIDED BY JUMP,
press space bar RAPIDLY TO DASH

time is running out !

it seems there is a way out, you
have to go through!

SHOOT AT WALL,
PRESS MOUSE TO FIRE

OIL WILL INCREASE SPEED,
PRESS LEFT OR A RADIDLY TO BREAK
AND BACK TO NORMAL SPEED

SHOOT THE DYNAMITE TO REMOVE
THE OBSTACLES

oh what's that? shoot!!!

USE NEW WEAPON, PRESS & HOLD
MOUSE TO SHOOT, INFINITE AMMO!

<p align="left"><font face="BadaBoom BB" size="34" color="#ff9999" letterSpacing="0.000000" kerning="1"><b>5</b></font></p>

EXIT

JUMP

DO NOT BRAKE

LIKE US!

LIKE US!

PLAY

PLAY

Speed:

Life:

<p align="left"><font face="BadaBoom BB" size="34" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>1000</b></font></p>

<p align="center"><font face="BadaBoom BB" size="34" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>100 TRIES</b></font></p>

Ammo:

<p align="center"><font face="BadaBoom BB" size="50" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>UPGRADES</b></font></p>

Continue

Continue

JUMP:

<p align="left"><font face="BadaBoom BB" size="18" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>BRAKE:</b></font></p>

<p align="center"><font face="BadaBoom BB" size="12" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>You Made it out the tunnel in 1000 tries</b></font></p>

CONGRATULATIONS
YOU MADE IT !

<p align="center"><font face="BadaBoom BB" size="12" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>You Made it out the tunnel in 1000 tries</b></font></p>

PLAY AGAIN

PLAY AGAIN

ActionScript [AS1/AS2]

Frame 1
belugerin_mc._visible = false; _urlStart = _url.indexOf("://") + 3; _urlEnd = _url.indexOf("/", _urlStart); domain = _url.substring(_urlStart, _urlEnd); LastDot = domain.lastIndexOf(".") - 1; domEnd = domain.lastIndexOf(".", LastDot) + 1; domain = domain.substring(domEnd, domain.length); mainDimana2 = "global"; if ((((domain == "kongregate.com") || (domain == "bgames.com")) || (domain == "yepi.com")) || (domain == "freeworldgroup.com")) { mainDimana2 = "alien"; } else { mainDimana2 = "global"; } if (mainDimana2 == "global") { adBox.gotoAndStop(1); var CPMStarContentSpotID = "8428Q001D4466"; System.security.allowDomain("server.cpmstar.com"); adBox.loadMovie("http://server.cpmstar.com/adviewas2.swf?contentspotid=" + CPMStarContentSpotID); } else if (mainDimana2 == "alien") { adBox.gotoAndStop(2); } function initAwalan() { levelSpeed = 1; levelLife = 1; levelAmmo = 1; levelJump = 1; levelBrake = 1; goldKe = 10; kaliCoba = 1; sudahAmbilLoncat = false; sudahAmbilTembak = false; sudahAmbilTembak2 = false; sudahAmbilEmas = false; sudahAmbilDiamond = false; sudahAmbilBatu = false; sudahAmbilDash = false; sudahPortalAkhir = false; sudahKenaOli = false; sudahTembakDinamit = false; sudahMonsterKeluar = false; } function backMain() { myMusic.stop(); myMusic = new Sound(zmusic); myMusic.attachSound("backMain"); myMusic.start(0, 1); myMusic.setVolume(volume1); myMusic.onSoundComplete = backMain; } function backUang() { mySound = new Sound(zsound); mySound.attachSound("backUang"); mySound.start(0, 1); mySound.setVolume(volume1); } function backJatuh() { mySound = new Sound(zsound); mySound.attachSound("backJatuh"); mySound.start(0.05, 1); mySound.setVolume(volume1 / 2); } function backCargo() { mySound2 = new Sound(zsound2); mySound2.attachSound("backCargo"); mySound2.start(0, 1); mySound2.setVolume(volume2); mySound2.onSoundComplete = backCargo; } function backKena() { mySound = new Sound(zsound); mySound.attachSound("backKena"); mySound.start(0, 1); mySound.setVolume(volume1 * 1.5); } function backCoin() { mySound = new Sound(zsound); mySound.attachSound("backCoin"); mySound.start(0, 1); mySound.setVolume(volume1); } function backCoin2() { mySound = new Sound(zsound); mySound.attachSound("backCoin2"); mySound.start(0, 1); mySound.setVolume(volume1); } function backBombBesar() { mySound = new Sound(zsound); mySound.attachSound("backBombBesar"); mySound.start(0, 1); mySound.setVolume(volume1); } function backPortal() { mySound = new Sound(zsound); mySound.attachSound("backPortal"); mySound.start(0, 1); mySound.setVolume(volume1); } function backGun() { mySound = new Sound(zsound); mySound.attachSound("backGun"); mySound.start(0, 1); mySound.setVolume(volume1); } function backRifle() { mySound = new Sound(zsound); mySound.attachSound("backRifle"); mySound.start(0, 1); mySound.setVolume(volume1); } function backLedak() { mySound = new Sound(zsound); mySound.attachSound("backLedak"); mySound.start(0, 1); mySound.setVolume(volume1); } stop(); fscommand ("fullscreen", false); fscommand ("allowscale", true); fscommand ("showmenu", false); Stage.showMenu = false; this.onEnterFrame = function () { persen = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); xpersen = persen + " %"; bar_mc.gotoAndStop(persen); if (persen >= 100) { gotoAndStop ("completed"); delete this.onEnterFrame; } }; zmusic = attachMovie("indi", "zmusic", 7); zmusic._x = -500; zmusic._y = -500; zsound = attachMovie("indi", "zsound", 8); zsound._x = -750; zsound._y = -750; zsound2 = attachMovie("indi", "zsound2", 9); zsound2._x = -750; zsound2._y = -750; volume1 = 100; volume2 = 50;
Frame 20
stop(); _urlStart = _url.indexOf("://") + 3; _urlEnd = _url.indexOf("/", _urlStart); domain = _url.substring(_urlStart, _urlEnd); LastDot = domain.lastIndexOf(".") - 1; domEnd = domain.lastIndexOf(".", LastDot) + 1; domain = domain.substring(domEnd, domain.length); unloadMovie (adBox); if (domain == "armorgames.com") { play_btn.enabled = false; gotoAndStop (31); } else { play_btn.enabled = false; getURL ("http://www.thegames8.com/", "_self"); }
Frame 31
play();
Frame 265
gotoAndStop (266);
Frame 266
stop(); play_btn.onRelease = function () { backMain(); initAwalan(); gotoAndStop (267); }; rail_btn.onRelease = function () { getURL ("http://thegames8.com/rail-of-death.html", "_blank"); }; more_btn.onRelease = function () { getURL ("http://www.thegames8.com/", "_blank"); }; walk_btn.onRelease = function () { getURL ("http://thegames8.com/rail-of-death-2-walkthrough.html", "_blank"); }; facebook_btn.onRelease = function () { getURL ("http://www.facebook.com/ArmorGames", "_blank"); };
Frame 267
function init() { dalamRel = 100; dalamRel2 = 90; dalamRusak = 200; dalamEmas = 300; dalamTembok = 400; dalamMonster = 600; dalamKereta = 10000; dalamPeluru = 11050; dalamLedakan = 14500; dalamBayangan = 15000; dalamUI = 90000 /* 0x015F90 */; speedKeretaY = 0; speedAwal = 0; if (levelSpeed == 1) { speedAwalKali = 9; } else if (levelSpeed == 2) { speedAwalKali = 11; } else if (levelSpeed == 3) { speedAwalKali = 13; } else if (levelSpeed == 4) { speedAwalKali = 14; } else if (levelSpeed == 5) { speedAwalKali = 15; } else if (levelSpeed == 6) { speedAwalKali = 16; } else if (levelSpeed == 7) { speedAwalKali = 17; } else if (levelSpeed == 8) { speedAwalKali = 18; } else if (levelSpeed == 9) { speedAwalKali = 19; } else if (levelSpeed == 10) { speedAwalKali = 21; } speedAwalKaliBerapa = speedAwalKali * 3; speedAwalKe = speedAwalKali; nyawaKereta = levelLife; if (levelAmmo == 10) { bykPeluru = "Infinite"; } else { bykPeluru = levelAmmo * 5; } jarakTempuh = 0; sudahSelesai = true; relLanjut1 = false; relLanjut2 = false; relLanjut3 = false; relLanjut4 = false; relLanjut5 = false; relLanjut6 = false; relLanjut7 = false; relLanjut8 = false; relLanjut9 = false; relLanjut10 = false; relLanjut11 = false; relLanjut12 = false; relRusak1 = false; relRusak2 = false; relRusak3 = false; relRusak4 = false; relRusak5 = false; emasLanjut1 = false; emasLanjut2 = false; emasLanjut3 = false; emasLanjut4 = false; emasLanjut5 = false; emasLanjut6 = false; emasLanjut7 = false; emasLanjut8 = false; emasLanjut9 = false; emasLanjut10 = false; masukKeKereta = false; bisaBalikLagi = 0; sudahTamat = false; sudahBayangan = false; sedangPause = true; adaBayangan = false; sedangTembak = false; ui_mc.info_mc.gotoAndStop(1); waktuKe = 150; delayWaktu = 0; maxWaktu = 50; mulaiWaktu = false; sudahLompatTinggi = false; ui_mc = attachMovie("ui_mc", "ui_mc", dalamUI); ui_mc._x = 0; ui_mc._y = 0; ui_mc.onEnterFrame = enterUI; ui_mc.bombKe = waktuKe; } function enterUI() { ui_mc.bombKe = waktuKe; ui_mc.goldKe = goldKe; ui_mc.jumlahPeluru = bykPeluru; ui_mc.nyawaKereta = nyawaKereta; ui_mc.bykPortal = bisaBalikLagi; } function buatMundur() { mundur = attachMovie("mundur_mc", "mundur_mc", 300000); mundur._x = 400; mundur._y = 200; } function buatGesek(indi) { gesek = attachMovie("gesek_mc", "gesek_mc", 10100); gesek._x = kereta_mc._x + 10; gesek._y = indi - 10; gesek.onEnterFrame = enterGesek; } function enterGesek() { this._x = this._x - speedAwal; } function buatLedakan() { ledakan = attachMovie("ledakan_mc", "ledakan_mc", dalamLedakan); ledakan._x = 0; ledakan._y = 0; } function mulaiMain() { backCargo(); waktuKe = 150; mulaiWaktu = true; sedangPause = false; sudahSelesai = false; kereta_mc.action.play(); } function enterPeluru() { this._y = this._y - (this.speed * Math.cos(this._rotation * (Math.PI/180))); this._x = this._x + (this.speed * Math.sin(this._rotation * (Math.PI/180))); if ((((this._x <= 0) || (this._x >= 800)) || (this._y <= 0)) || (this._y >= 500)) { removeMovieClip(this); } i = 400; while (i <= 500) { if (this.hitTest(_root["tembok_mc" + i])) { removeMovieClip(_root["tembok_mc" + i]); removeMovieClip(this); } i++; } i = 200; while (i <= 220) { if (this.hitTest(_root["rel_mc" + i].dinamit)) { if (_root["rel_mc" + i]._currentframe == 1) { _root["rel_mc" + i].gotoAndPlay(2); } } i++; } i = 600; while (i <= 650) { if (this.hitTest(_root["monster_mc" + i])) { _root["monster_mc" + i].nyawaMonster--; if (_root["monster_mc" + i]._xscale == 100) { _root["monster_mc" + i]._x = _root["monster_mc" + i]._x + speedAwal; } else { _root["monster_mc" + i]._x = _root["monster_mc" + i]._x - 0.5; } removeMovieClip(this); } i++; } } function buatRelDasar() { rel = attachMovie("rel_mc5", "rel_mc" + dalamRel2, dalamRel2); rel.cacheAsBitmap = true; rel._x = 0; rel._y = 435; rel.speed = speedAwal; rel.onEnterFrame = enterRel; } function enterEmas() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this.hitTest(kereta_mc)) { if (this.tipe == 1) { backCoin(); goldKe = goldKe + 1; } else if (this.tipe == 2) { backCoin2(); goldKe = goldKe + 3; } else if (this.tipe == 3) { backPortal(); bisaBalikLagi++; } removeMovieClip(this); } if (this._x <= -50) { removeMovieClip(this); } if (this.tipe == 1) { if (this._x <= 700) { if (sudahAmbilEmas == false) { sudahAmbilEmas = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(3); } } } else if (this.tipe == 2) { if (this._x <= 700) { if (sudahAmbilDiamond == false) { sudahAmbilDiamond = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(4); } } } else if (this.tipe == 3) { if (this._x <= 750) { if (sudahAmbilBatu == false) { sudahAmbilBatu = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(5); } } } } } function buatEmasPertama(indi, indi2) { if (indi2 == 1) { emas = attachMovie("emas_mc", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 1; } else { emas = attachMovie("berlian_mc", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 2; } emas.cacheAsBitmap = true; emas._x = 1000 + indi; emas._y = 400; emas.speed = speedAwal; emas.onEnterFrame = enterEmas; dalamEmas++; if (dalamEmas >= 350) { dalamEmas = 300; } } function buatEmasKedua(indi, indi2) { if (indi2 == 1) { emas = attachMovie("emas_mc", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 1; } else { emas = attachMovie("berlian_mc", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 2; } emas.cacheAsBitmap = true; emas._x = 1000 + indi; emas._y = 300; emas.speed = speedAwal; emas.onEnterFrame = enterEmas; dalamEmas++; if (dalamEmas >= 350) { dalamEmas = 300; } } function buatEmasKetiga(indi, indi2) { if (indi2 == 1) { emas = attachMovie("emas_mc", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 1; } else if (indi2 == 3) { emas = attachMovie("berlian_mc2", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 3; } else { emas = attachMovie("berlian_mc", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 2; } emas.cacheAsBitmap = true; emas._x = 1000 + indi; if (indi2 == 3) { emas._y = 400; } else { emas._y = 200; } emas.speed = speedAwal; emas.onEnterFrame = enterEmas; dalamEmas++; if (dalamEmas >= 350) { dalamEmas = 300; } } function buatEmasKeempat(indi, indi2) { if (indi2 == 1) { emas = attachMovie("emas_mc", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 1; } else if (indi2 == 3) { emas = attachMovie("berlian_mc2", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 3; } else { emas = attachMovie("berlian_mc", "emas_mc" + dalamEmas, dalamEmas); emas.tipe = 2; } emas.cacheAsBitmap = true; emas._x = 1000 + indi; emas._y = 100; emas.speed = speedAwal; emas.onEnterFrame = enterEmas; dalamEmas++; if (dalamEmas >= 350) { dalamEmas = 300; } } function buatTembokSerang1(indi) { rel = attachMovie("tembok_mc", "tembok_mc" + dalamTembok, dalamTembok); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 455; rel.speed = speedAwal; rel.onEnterFrame = enterTembok; dalamTembok++; if (dalamTembok >= 500) { dalamTembok = 400; } } function buatTembokSerang2(indi) { rel = attachMovie("tembok_mc", "tembok_mc" + dalamTembok, dalamTembok); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 355; rel.speed = speedAwal; rel.onEnterFrame = enterTembok; dalamTembok++; if (dalamTembok >= 500) { dalamTembok = 400; } } function enterTembok() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -45) { removeMovieClip(this); } if (this.indi.hitTest(kereta_mc.indi2)) { if (kereta_mc.kenaPukul <= 0) { backKena(); kereta_mc.kenaPukul = 5; nyawaKereta--; if (nyawaKereta <= 0) { cekKalah(); } else { removeMovieClip(this); } } } if (this._x <= 800) { if (sudahAmbilTembak == false) { sudahAmbilTembak = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(9); } else if ((sudahAmbilTembak2 == false) && (levelAmmo == 10)) { sudahAmbilTembak2 = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(13); } } } } function enterRel() { if ((sudahSelesai == false) && (sedangPause == false)) { bombKe = waktuKe; jarakTempuh = jarakTempuh + (speedAwal / 20); if (jarakTempuh >= 35) { if (emasLanjut1 != true) { emasLanjut1 = true; buatEmasPertama(50, 1); buatEmasPertama(100, 1); buatEmasPertama(150, 1); buatEmasPertama(200, 1); buatEmasPertama(250, 1); buatEmasPertama(300, 1); buatEmasPertama(350, 1); buatEmasPertama(400, 1); buatJalanRusak1(1500, 1); buatTembokSerang1(3000, 1); buatTembokSerang1(3200, 1); buatTembokSerang1(3400, 1); buatTembokSerang1(3600, 1); buatRelKesatu1(4400); buatEmasKedua(4400, 2); buatRelKetiga1(5600); buatEmasKeempat(5600, 2); buatEmasKeempat(5650, 2); buatEmasKeempat(5700, 2); buatEmasKeempat(5750, 2); buatEmasKeempat(5800, 2); buatEmasKeempat(5850, 2); buatEmasKeempat(5900, 2); buatEmasKeempat(5950, 2); buatEmasKeempat(6000, 2); buatEmasKeempat(6050, 2); } } if (jarakTempuh >= 500) { if (emasLanjut2 != true) { emasLanjut2 = true; buatJalanRusak1(0, 2); buatEmasKedua(200, 2); buatEmasKedua(300, 1); buatEmasKedua(400, 2); buatEmasKedua(500, 1); buatEmasKedua(600, 2); buatEmasKedua(700, 1); buatEmasKedua(800, 2); buatEmasKedua(900, 1); } } if (jarakTempuh >= 400) { if (relLanjut3 != true) { relLanjut3 = true; buatRelKedua1(0); buatRelKetiga1(750); buatRelKeempat1(1500); } } if (jarakTempuh >= 550) { if (relLanjut4 != true) { relLanjut4 = true; buatTembokSerang1(400, 1); buatTembokSerang1(450, 1); buatKeretaLain2(1100, "dua"); buatRelKedua1(1000, "jauh"); buatRelKedua1(2600, "jauh"); buatRelKedua1(4200, "jauh"); buatRelKedua1(5800, "jauh"); buatRelKedua1(7400, "jauh"); buatRelKedua1(9500, "jauh"); buatEmasKeempat(4700, 2); buatEmasKeempat(6700, 2); buatTembokSerang2(3000, 1); buatTembokSerang2(6000, 1); buatEmasKedua(9700, 2); buatEmasKedua(9800, 1); buatEmasKedua(9900, 2); buatEmasKedua(10000, 1); buatEmasKedua(10100, 2); buatEmasKedua(10200, 1); buatEmasKedua(10300, 2); buatJalanRusak1(12500); buatJalanRusak1(12700); buatJalanRusak1(12900); buatJalanRusak1(13100); buatJalanRusak1(13300); buatEmasKetiga(13500, 2); buatEmasKetiga(14000, 2); buatEmasKetiga(14500, 2); buatEmasKetiga(15000, 2); buatTembokSerang1(13500, 1); buatTembokSerang1(14000, 1); buatTembokSerang1(14500, 1); buatTembokSerang1(15000, 1); } } if (jarakTempuh >= 1400) { if (relLanjut5 != true) { relLanjut5 = true; buatEmasKetiga(0, 3); buatEmasKetiga(50, 3); buatEmasKetiga(100, 3); buatEmasKetiga(150, 3); buatEmasKetiga(200, 3); buatEmasKetiga(250, 3); buatEmasKetiga(300, 3); buatRelKedua1(750, "kecil2"); buatRelKetiga1(1250, "kecil2"); buatRelKetiga1(1750, "kecil2"); buatRelKedua1(2250, "kecil"); buatRelKetiga1(2750, "kecil2"); buatRelKedua1(3000, "kecil"); buatRelKedua1(3750, "kecil2"); buatRelKetiga1(4000, "kecil2"); buatRelKedua1(4500, "kecil"); buatRelKetiga1(5000, "kecil2"); buatRelKeempat1(5500, "kecil2"); buatRelKedua1(6000, "kecil"); buatRelKetiga1(6500, "kecil"); } } if (jarakTempuh >= 1900) { if (relLanjut6 != true) { relLanjut6 = true; buatOli1(0); buatRelKedua1(1000, "kecil"); buatRelKetiga1(1500, "kecil"); buatRelKeempat1(2000, "jauh"); buatRelKeempat1(3600, "jauh"); buatRelKeempat1(5200, "jauh"); buatRelKeempat1(7200, "jauh"); buatRelKeempat1(8800, "kecil"); buatEmasKeempat(2000, 1); buatEmasKetiga(2200, 2); buatEmasKetiga(2400, 1); buatEmasKetiga(2600, 2); buatEmasKetiga(2800, 1); buatEmasKetiga(3000, 2); buatEmasKetiga(3200, 1); buatEmasKetiga(3400, 2); buatEmasKetiga(3600, 1); buatEmasKetiga(3800, 2); buatOli1(2000); buatOli1(3000); buatOli1(4000); buatOli1(5000); buatEmasKetiga(5500, 3); buatEmasKetiga(5700, 3); buatEmasKetiga(5900, 3); buatEmasKetiga(6100, 3); } } if (jarakTempuh >= 2250) { if (relLanjut7 != true) { relLanjut7 = true; buatKeretaLain2(0, "dua"); buatKeretaLain2(500, "dua"); buatKeretaLain3(1000, "dua"); buatKeretaLain4(1500, "dua"); buatRelKedua1(500, "kecil2"); buatRelKetiga1(1000, "kecil2"); buatRelKedua1(1500, "kecil2"); buatRelKetiga1(2000, "kecil2"); buatRelKedua1(2500, "kecil2"); buatRelKetiga1(3000, "kecil2"); buatRelKedua1(3500, "kecil2"); buatRelKetiga1(4000, "kecil2"); buatRelKeempat1(4500); buatEmasKeempat(4700, 2); buatEmasKeempat(4800, 2); buatEmasKeempat(4900, 2); buatEmasKeempat(5000, 2); buatEmasKeempat(5100, 3); buatEmasKeempat(5200, 3); buatDinamit(7500); buatOli1(8000); } } if (jarakTempuh >= 2750) { if (relLanjut8 != true) { relLanjut8 = true; buatRelKedua1(0, "kecil"); buatRelKetiga1(500, "kecil"); buatRelKeempat1(1000, "kecil"); buatRelKedua1(1500, "kecil"); buatRelKetiga1(2000, "kecil"); buatRelKedua1(2250, "kecil"); buatRelKetiga1(2750, "kecil"); buatRelKetiga1(3500, "kecil"); buatRelKeempat1(4000, "kecil"); buatRelKedua1(4500, "kecil"); buatJalanRusak2(4650); buatRelKetiga1(5000, "kecil"); buatRelKedua1(5500, "kecil"); buatRelKetiga1(6000, "kecil"); buatJalanRusak3(6100); buatRelKeempat1(6500, "kecil"); buatRelKeempat1(7000, "kecil"); buatRelKedua1(7500, "kecil"); buatRelKetiga1(8000, "kecil"); buatRelKedua1(8750); } } if (jarakTempuh >= 3400) { if (relLanjut9 != true) { relLanjut9 = true; buatTembokSerang1(500, 1); buatTembokSerang1(900, 1); buatTembokSerang1(1300, 1); buatTembokSerang1(1700, 1); buatTembokSerang1(2100, 1); buatMonster(3000, 5); buatJump(5250); buatRelKetiga1(6000, "jauh"); buatRelKetiga1(7500, "jauh"); buatRelKetiga1(9000, "jauh"); buatRelKetiga1(10500, "jauh"); buatRelKetiga1(12000, "jauh"); buatEmasKetiga(6200, 2); buatEmasKetiga(6400, 2); buatEmasKetiga(6600, 2); buatEmasKetiga(6800, 2); buatEmasKetiga(7000, 2); buatEmasKetiga(7200, 2); buatEmasKetiga(7400, 2); buatEmasKetiga(7600, 2); buatEmasKetiga(7800, 2); buatEmasKetiga(8000, 2); buatEmasKetiga(8200, 2); buatEmasKetiga(8400, 2); buatEmasKetiga(8600, 2); buatEmasKetiga(8800, 2); buatEmasKetiga(9000, 2); buatEmasKetiga(9200, 2); buatEmasKetiga(9400, 2); buatEmasKetiga(9600, 2); buatEmasKetiga(9800, 2); buatDinamit2(6500); buatDinamit2(8000); buatMonster(10000, 75); buatMonster(15000, 10); buatMonster(15500, 10); } } if (jarakTempuh >= 4200) { if (relLanjut10 != true) { relLanjut10 = true; buatMonster(2000, 50); buatRelKedua1(1000, "jauh"); buatRelKetiga1(1100, "jauh"); buatRelKeempat1(1200, "jauh"); buatMonster(3000, 100); buatRelKedua1(2500, "jauh"); buatRelKetiga1(2600, "jauh"); buatRelKeempat1(2700, "jauh"); buatMonster(4000, 150); buatRelKedua1(4000, "jauh"); buatRelKetiga1(4100, "jauh"); buatRelKeempat1(4200, "jauh"); buatRelKedua1(5500, "jauh"); buatRelKetiga1(5600, "jauh"); buatRelKeempat1(5700, "jauh"); buatRelKedua1(7000, "jauh"); buatRelKetiga1(7600, "jauh"); buatRelKeempat1(7700, "jauh"); buatJalanRusak1(9900); buatJalanRusak1(10100); buatJalanRusak1(10300); buatJalanRusak1(10500); buatJalanRusak1(10700); buatJalanRusak1(10900); } } if (jarakTempuh >= 4800) { if (relLanjut11 != true) { relLanjut11 = true; buatJump2(0); buatOli1(300); buatOli1(400); buatOli1(500); buatOli1(600); buatMonster(11000, 50); buatMonster(16000, 50); } } if (jarakTempuh >= 5400) { if (sudahBayangan == false) { sudahBayangan = true; buatBayangan(); } } if (jarakTempuh >= 5800) { if (relLanjut12 != true) { relLanjut12 = true; buatMonster(0, 200); buatPortal(5000); } } if ((jarakTempuh >= 215) && (jarakTempuh <= 515)) { this._x = this._x - speedAwal; if (this._x <= -2300) { this._x = 800; } } else if ((jarakTempuh >= 600) && (jarakTempuh <= 1225)) { this._x = this._x - speedAwal; if (this._x <= -11000) { this._x = 800; } } else if ((jarakTempuh >= 1400) && (jarakTempuh <= 1800)) { this._x = this._x - speedAwal; if (this._x <= -7500) { this._x = 800; } } else if ((jarakTempuh >= 2750) && (jarakTempuh <= 3300)) { this._x = this._x - speedAwal; if (this._x <= -11000) { this._x = 800; } } else if ((jarakTempuh >= 5000) && (sudahLompatTinggi == false)) { this._x = this._x - speedAwal; if (this._x <= -3500) { this._x = 800; sudahLompatTinggi = true; } } else { this._x = this._x - speedAwal; if (this._x <= -815) { this._x = 0; } } } } function buatJump(indi) { rel = attachMovie("jump_mc", "rel_mc" + dalamRusak, dalamRusak); rel.gotoAndStop(1); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 455; rel.speed = speedAwal; rel.onEnterFrame = enterJump; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function buatJump2(indi) { rel = attachMovie("jump_mc", "rel_mc" + dalamRusak, dalamRusak); rel.gotoAndStop(2); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 455; rel.speed = speedAwal; rel.onEnterFrame = enterJump; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function enterJump() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -500) { removeMovieClip(this); } } } function buatMonster(indi, indi2) { rel = attachMovie("monster_mc", "monster_mc" + dalamMonster, dalamMonster + 10500); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 450; rel.batasBawah = 435; rel.batasBawah2 = 735; rel.sudahKena = false; rel.nyawaMonster = indi2; rel.speed = speedAwal; rel.speedY = 0; rel.arahDepan = false; rel.arahMaju = false; rel.sudahBerhenti = false; rel.gotoAndStop(1); rel.onEnterFrame = enterMonster; dalamMonster++; if (dalamMonster >= 650) { dalamMonster = 600; } } function enterMonster() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this.nyawaMonster <= 0) { this.gotoAndStop(3); } else { if (this.indi2.hitTest(kereta_mc.indi2)) { if (kereta_mc.kenaPukul <= 0) { backKena(); kereta_mc.kenaPukul = 5; nyawaKereta = nyawaKereta - 10; if (nyawaKereta <= 0) { cekKalah(); } else { removeMovieClip(this); } } } if (this._x <= 750) { if (sudahMonsterKeluar == false) { sudahMonsterKeluar = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(12); } } if ((this._x <= 750) && (this.arahDepan == false)) { xkenaRel2 = false; i = 100; while (i <= 120) { if (this.indi.hitTest(_root["rel_mc" + i].indi)) { this.speedY = 0; xkenaRel2 = true; } i++; } if (this.indi.hitTest(_root.rel_mc90.indi)) { this.xbatasBawah = this.batasBawah; } else { this.xbatasBawah = this.batasBawah2; } if ((this._currentframe == 2) || (xkenaRel2 == false)) { this._y = this._y + this.speedY; this.speedY++; if (this._y >= this.xbatasBawah) { this._y = this.xbatasBawah; this.gotoAndStop(1); } } if (this._y >= 750) { removeMovieClip(this); } } if (this._x <= 0) { this.arahDepan = true; if (this._x <= -300) { this.arahMaju = true; } } if (this.arahMaju == true) { this._xscale = -100; if ((this._x < 150) && (this.sudahBerhenti == false)) { this._x = this._x + (speedAwal + 5); } else { this.arahDepan = false; this.sudahBerhenti = true; this._x = this._x + speedAwal; } } } } } function buatDinamit(indi) { rel = attachMovie("dinamit_mc", "rel_mc" + dalamRusak, dalamRusak + 10500); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 450; rel.sudahKena = false; rel.speed = speedAwal; rel.onEnterFrame = enterDinamit; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function buatDinamit2(indi) { rel = attachMovie("dinamit_mc3", "rel_mc" + dalamRusak, dalamRusak + 10500); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 450; rel.sudahKena = false; rel.speed = speedAwal; rel.onEnterFrame = enterDinamit2; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function enterDinamit() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -3000) { removeMovieClip(this); } if (this.indi.hitTest(kereta_mc.indi2)) { if (kereta_mc.kenaPukul <= 0) { backKena(); kereta_mc.kenaPukul = 5; nyawaKereta--; if (nyawaKereta <= 0) { cekKalah(); } } } if (this._x <= 850) { if (sudahTembakDinamit == false) { sudahTembakDinamit = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(11); } } } } function enterDinamit2() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -3000) { removeMovieClip(this); } if (this.indi.hitTest(kereta_mc.indi2)) { if (kereta_mc.kenaPukul <= 0) { backKena(); kereta_mc.kenaPukul = 5; nyawaKereta--; if (nyawaKereta <= 0) { cekKalah(); } } } } } function buatOli1(indi) { rel = attachMovie("oli_mc", "rel_mc" + dalamRusak, dalamRusak); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 455; rel.sudahKena = false; rel.speed = speedAwal; rel.onEnterFrame = enterOli; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function enterOli() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -1000) { removeMovieClip(this); } if (this.hitTest(kereta_mc.indi2)) { if (this.sudahKena == false) { this.sudahKena = true; speedAwalKali = speedAwalKaliBerapa; } } if (this._x <= 700) { if (sudahKenaOli == false) { sudahKenaOli = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(10); } } } } function buatPortal(indi) { rel = attachMovie("portal_mc", "rel_mc" + dalamRusak, dalamRusak + 10500); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 455; rel.speed = speedAwal; rel.onEnterFrame = enterPortal; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function enterPortal() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -45) { removeMovieClip(this); } if (this.indi.hitTest(kereta_mc.indi2)) { if (sudahTamat == false) { removeMovieClip(kereta_mc); sudahTamat = true; cekMenang(); } } if (this._x <= 700) { if (sudahPortalAkhir == false) { sudahPortalAkhir = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(8); } } } } function buatJalanRusak1(indi) { rel = attachMovie("rusak_mc", "rel_mc" + dalamRusak, dalamRusak); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 455; rel.speed = speedAwal; rel.onEnterFrame = enterRusak; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function buatJalanRusak2(indi, indi2) { if (indi2 == "rusak2") { rel = attachMovie("rusak_mc2", "rel_mc" + dalamRusak, dalamRusak); } else { rel = attachMovie("rusak_mc", "rel_mc" + dalamRusak, dalamRusak); } rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 335; rel.speed = speedAwal; rel.onEnterFrame = enterRusak; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function buatJalanRusak3(indi, indi2) { if (indi2 == "rusak2") { rel = attachMovie("rusak_mc2", "rel_mc" + dalamRusak, dalamRusak); } else { rel = attachMovie("rusak_mc", "rel_mc" + dalamRusak, dalamRusak); } rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 235; rel.speed = speedAwal; rel.onEnterFrame = enterRusak; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function buatJalanRusak4(indi) { rel = attachMovie("rusak_mc", "rel_mc" + dalamRusak, dalamRusak); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 135; rel.speed = speedAwal; rel.onEnterFrame = enterRusak; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function buatKeretaLain(indi, indi2) { rel = attachMovie("kereta_mc2", "rel_mc" + dalamRusak, dalamRusak); rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 435; rel.speed = speedAwal; rel.onEnterFrame = enterRusak; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function buatKeretaLain2(indi, indi2) { rel = attachMovie("kereta_mc3", "rel_mc" + dalamRusak, dalamRusak); rel.cacheAsBitmap = true; rel._x = 1000 + indi; if (indi2 == "satu") { rel._y = 425; } else if (indi2 == "dua") { rel._y = 325; } else if (indi2 == "tiga") { rel._y = 225; } else if (indi2 == "empat") { rel._y = 125; } rel.speed = speedAwal; rel.belumJalan = false; rel.batasKiri = -400; rel.batasBawah = 435; rel.batasBawah2 = 735; rel.speedY = 0; rel.onEnterFrame = enterKereta2; dalamRusak++; if (dalamRusak >= 220) { dalamRusak = 200; } } function enterKereta2() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - this.speed; if (this._currentframe < 3) { if ((this._x <= this.batasKiri) && (this.belumJalan == false)) { this._x = this.batasKiri; this.speed = 0; this.belumJalan = true; } if (this.belumJalan == true) { masukKeKereta = true; if (levelSpeed == 1) { this.speed = -12 + speedAwal; } else if (levelSpeed == 2) { this.speed = -15 + speedAwal; } else if (levelSpeed == 3) { this.speed = -17 + speedAwal; } else if (levelSpeed == 4) { this.speed = -18 + speedAwal; } else if (levelSpeed == 5) { this.speed = -19 + speedAwal; } else if (levelSpeed == 6) { this.speed = -20 + speedAwal; } else if (levelSpeed == 7) { this.speed = -21 + speedAwal; } else if (levelSpeed == 8) { this.speed = -22 + speedAwal; } else if (levelSpeed == 9) { this.speed = -23 + speedAwal; } else if (levelSpeed == 10) { this.speed = -24 + speedAwal; } } if (this.indi2.hitTest(kereta_mc.indi2)) { if (kereta_mc.kenaPukul <= 0) { backKena(); kereta_mc.kenaPukul = 5; nyawaKereta--; if (nyawaKereta <= 0) { cekKalah(); } } } if (jarakTempuh >= 500) { if (this.belumJalan == true) { if (this._x >= -25) { if (sudahAmbilDash == false) { sudahAmbilDash = true; mySound2.stop(); kereta_mc.action.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(6); } } } } kenaRel2 = false; i = 100; while (i <= 120) { if (this.indi.hitTest(_root["rel_mc" + i].indi)) { this.speedY = 0; kenaRel2 = true; } i++; } if (this.indi.hitTest(_root.rel_mc90.indi)) { this.xbatasBawah = this.batasBawah; } else { this.xbatasBawah = this.batasBawah2; } if ((this._currentframe == 2) || (kenaRel2 == false)) { this._y = this._y + this.speedY; this.speedY++; if (this._y >= this.xbatasBawah) { this._y = this.xbatasBawah; this.gotoAndStop(1); } } i = 11050; while (i <= 11100) { if (this.hitTest(_root["peluru_mc" + i])) { this.gotoAndPlay(3); } i++; } if (this._y >= 600) { removeMovieClip(this); } } } } function buatRelKesatu1(indi, indi2) { if (indi2 == "kecil2") { rel = attachMovie("rel_mc", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "kecil") { rel = attachMovie("rel_mc3", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "jauh") { rel = attachMovie("rel_mc4", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "exit") { rel = attachMovie("rel_mc6", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "rusak") { rel = attachMovie("rel_mc7", "rel_mc" + dalamRel, dalamRel); } else { rel = attachMovie("rel_mc2", "rel_mc" + dalamRel, dalamRel); } rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 435; rel.speed = speedAwal; rel.batasBawah = rel._y; batasBawahEmpat = rel.batasBawah; if (indi2 == "rusak") { rel.onEnterFrame = enterRusak3; } else { rel.onEnterFrame = enterRel2; } dalamRel++; if (dalamRel >= 120) { dalamRel = 100; } } function buatRelKedua1(indi, indi2) { if (indi2 == "kecil2") { rel = attachMovie("rel_mc", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "kecil") { rel = attachMovie("rel_mc3", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "jauh") { rel = attachMovie("rel_mc4", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "exit") { rel = attachMovie("rel_mc6", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "rusak") { rel = attachMovie("rel_mc7", "rel_mc" + dalamRel, dalamRel); } else { rel = attachMovie("rel_mc2", "rel_mc" + dalamRel, dalamRel); } rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 325; rel.speed = speedAwal; rel.batasBawah = rel._y; batasBawahEmpat = rel.batasBawah; if (indi2 == "rusak") { rel.onEnterFrame = enterRusak3; } else { rel.onEnterFrame = enterRel2; } dalamRel++; if (dalamRel >= 120) { dalamRel = 100; } } function buatRelKetiga1(indi, indi2) { if (indi2 == "kecil2") { rel = attachMovie("rel_mc", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "kecil") { rel = attachMovie("rel_mc3", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "jauh") { rel = attachMovie("rel_mc4", "rel_mc" + dalamRel, dalamRel); } else { rel = attachMovie("rel_mc2", "rel_mc" + dalamRel, dalamRel); } rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 225; rel.speed = speedAwal; rel.batasBawah = rel._y; batasBawahTiga = rel.batasBawah; rel.onEnterFrame = enterRel2; dalamRel++; if (dalamRel >= 120) { dalamRel = 100; } } function buatRelKeempat1(indi, indi2) { if (indi2 == "kecil2") { rel = attachMovie("rel_mc", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "kecil") { rel = attachMovie("rel_mc3", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "jauh") { rel = attachMovie("rel_mc4", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "exit") { rel = attachMovie("rel_mc6", "rel_mc" + dalamRel, dalamRel); } else if (indi2 == "rusak") { rel = attachMovie("rel_mc7", "rel_mc" + dalamRel, dalamRel); } else { rel = attachMovie("rel_mc2", "rel_mc" + dalamRel, dalamRel); } rel.cacheAsBitmap = true; rel._x = 1000 + indi; rel._y = 125; rel.speed = speedAwal; rel.batasBawah = rel._y; batasBawahEmpat = rel.batasBawah; if (indi2 == "rusak") { rel.onEnterFrame = enterRusak3; } else { rel.onEnterFrame = enterRel2; } dalamRel++; if (dalamRel >= 120) { dalamRel = 100; } } function buatKereta() { kereta = attachMovie("kereta_mc", "kereta_mc", dalamKereta); kereta._x = 150; kereta._y = 435; kereta.cacheAsBitmap = true; kereta.batasBawah = kereta._y; kereta.batasBawah2 = kereta._y + 300; kereta.kenaGesek = false; kereta.kenaPukul = 0; batasBawahSatu = kereta.batasBawah; kereta.bayangan_mc._visible = true; kereta_mc.action.stop(); kereta_mc.pistol_mc._rotation = 45; if (levelAmmo == 10) { kereta_mc.pistol_mc.gotoAndStop(25); } else { kereta_mc.pistol_mc.gotoAndStop(1); } kereta.onEnterFrame = enterKereta; } function buatBayangan() { backBombBesar(); i = 1; while (i <= 4) { tiang_mc["lampu" + i].gotoAndPlay(2); i++; } adaBayangan = true; bayangan = attachMovie("bayangan_mc", "bayangan_mc", dalamBayangan); bayangan._x = 200; bayangan._y = 435; bayangan.cacheAsBitmap = true; bayangan.onEnterFrame = enterBayangan; bayangan.gotoAndPlay(2); } function enterBayangan() { this._x = kereta_mc._x + 50; this._y = kereta_mc._y - 115; } function enterKereta() { if ((sudahSelesai == false) && (sedangPause == false)) { this.kereta.play(); this.aimX = _root._xmouse; this.aimY = _root._ymouse; this.deltaX = this._x - this.aimX; this.deltaY = (this._y - 95) - this.aimY; this.pistol_mc._rotation = (-Math.atan2(this.deltaX, this.deltaY)) / (Math.PI/180); kenaRel = false; i = 90; while (i <= 120) { if (this.indi.hitTest(_root["rel_mc" + i].indi)) { kenaRel = true; } i++; } if (this.indi.hitTest(_root.rel_mc90.indi)) { this.xbatasBawah = this.batasBawah; } else { this.xbatasBawah = this.batasBawah2; } if ((this._currentframe == 2) || (kenaRel == false)) { this._y = this._y - speedKeretaY; speedKeretaY--; if ((this._y >= (this.xbatasBawah + (speedKeretaY / 2))) && (speedKeretaY < 0)) { if (speedKeretaY <= -5) { speedKeretaY = -5; } if ((kereta_mc._y != this.batasBawah) && (this._currentframe == 2)) { buatGesek(this.batasBawah); backJatuh(); } this._y = this.xbatasBawah; this.gotoAndStop(1); if (levelAmmo == 10) { this.pistol_mc.gotoAndStop(25); } else { this.pistol_mc.gotoAndStop(1); } } } if (kenaRel == true) { if (this._y >= (this.xbatasBawah - 5)) { this._y = this.xbatasBawah; } } if (this._y >= 600) { if (bisaBalikLagi == 0) { backKena(); cekKalah(); removeMovieClip(this); } else if (bisaBalikLagi > 0) { speedKeretaY = speedKeretaY * 0.5; this._y = 0; bisaBalikLagi--; } } if (this.kenaPukul > 0) { this.kenaPukul--; } if (speedAwal < speedAwalKali) { speedAwal = speedAwal + 0.5; } else if (speedAwal > speedAwalKe) { speedAwal--; } else { speedAwal = speedAwalKe; } tiang_mc._x = tiang_mc._x - (speedAwal / 2); if (tiang_mc._x <= -1100) { tiang_mc._x = 0; } } else { this.kereta.stop(); } } function enterRusak() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -45) { removeMovieClip(this); } if (this.indi.hitTest(kereta_mc.indi2)) { if (kereta_mc.kenaPukul <= 0) { backKena(); kereta_mc.kenaPukul = 5; nyawaKereta--; if (nyawaKereta <= 0) { cekKalah(); } else { removeMovieClip(this); } } } if (this._x <= 700) { if (sudahAmbilLoncat == false) { sudahAmbilLoncat = true; mySound2.stop(); kereta_mc.action.stop(); sedangPause = true; ui_mc.info_mc.gotoAndStop(2); } } } } function enterRel2() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -2000) { removeMovieClip(this); } if (((kereta_mc._y >= (this.batasBawah + (speedKeretaY / 2))) && (speedKeretaY < 0)) && (kereta_mc.indi.hitTest(this.indi))) { if (kereta_mc._y != this.batasBawah) { buatGesek(this.batasBawah); backJatuh(); } kereta_mc._y = this.batasBawah; kereta_mc.gotoAndStop(1); } } } function enterRusak3() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -2000) { removeMovieClip(this); } if (this.indi.hitTest(kereta_mc)) { if (kereta_mc.kenaPukul <= 0) { backKena(); kereta_mc.kenaPukul = 5; nyawaKereta--; if (nyawaKereta <= 0) { cekKalah(); } } } } } function enterRusak2() { if ((sudahSelesai == false) && (sedangPause == false)) { this._x = this._x - speedAwal; if (this._x <= -2000) { removeMovieClip(this); } if (this.indi.hitTest(kereta_mc)) { if (kereta_mc.kenaPukul <= 0) { backKena(); kereta_mc.kenaPukul = 5; nyawaKereta--; if (nyawaKereta <= 0) { cekKalah(); } else { removeMovieClip(this); } } } } } function clearSemua() { delete myListener.onKeyDown; delete _root.onEnterFrame; delete _root.onMouseDown; delete _root.onMouseUp; Key.removeListener(myListener); clearInterval(idWaktu); clearInterval(idLanjut); clearInterval(idLanjut2); removeMovieClip(kereta_mc); removeMovieClip(bayangan_mc); removeMovieClip(ui_mc); i = 90; while (i <= 300) { removeMovieClip(_root["rel_mc" + i]); i++; } i = 400; while (i <= 500) { removeMovieClip(_root["tembok_mc" + i]); i++; } i = 600; while (i <= 650) { removeMovieClip(_root["monster_mc" + i]); i++; } i = 300; while (i <= 400) { removeMovieClip(_root["emas_mc" + i]); i++; } } function cekKalah() { mySound2.stop(); sudahSelesai = true; kereta_mc.gotoAndStop(3); idLanjut = setInterval(lanjutUpgrade, 1000); } function cekMenang() { mySound2.stop(); sudahSelesai = true; idLanjut2 = setInterval(lanjutMenang, 1000); } function lanjutUpgrade() { kaliCoba++; clearSemua(); gotoAndStop (268); } function lanjutMenang() { clearSemua(); gotoAndStop (269); } stop(); if (levelSpeed >= 10) { levelSpeed = 10; } if (levelLife >= 10) { levelLife = 10; } if (levelAmmo >= 10) { levelAmmo = 10; } if (levelJump >= 5) { levelJump = 5; } if (levelBrake >= 3) { levelBrake = 3; } init(); buatRelDasar(); buatRelRusak(); buatRelKedua(); buatRelKetiga(); buatKereta(); buatMundur(); _root.onEnterFrame = function () { if (mulaiWaktu == true) { if ((sudahSelesai == false) && (sedangPause == false)) { if (delayWaktu >= maxWaktu) { delayWaktu = 0; waktuKe--; if (waktuKe <= 0) { ui_mc.info_mc.gotoAndStop(7); buatLedakan(); waktuKe = 0; cekKalah(); } } else { delayWaktu++; } } } if ((sudahSelesai == false) && (sedangPause == false)) { if (sedangTembak == true) { if ((bykPeluru > 0) || (levelAmmo == 10)) { if (levelAmmo != 10) { bykPeluru--; sedangTembak = false; } if (levelAmmo == 10) { if (kereta_mc.pistol_mc._currentframe == 25) { kereta_mc.pistol_mc.gotoAndPlay(26); kereta_mc.badan_mc.gotoAndPlay(26); } } else if (kereta_mc.pistol_mc._currentframe == 1) { kereta_mc.pistol_mc.gotoAndPlay(2); kereta_mc.badan_mc.gotoAndPlay(2); } peluru = attachMovie("peluru_mc", "peluru_mc" + dalamPeluru, dalamPeluru); peluru._x = kereta_mc._x + 50; peluru._y = kereta_mc._y - 100; if (levelAmmo == 10) { peluru.speed = 100; } else { peluru.speed = 20; } peluru._visible = false; peluru.aimX = _root._xmouse; peluru.aimY = _root._ymouse; peluru.deltaX = peluru._x - peluru.aimX; peluru.deltaY = peluru._y - peluru.aimY; peluru._rotation = (-Math.atan2(peluru.deltaX, peluru.deltaY)) / (Math.PI/180); peluru.onEnterFrame = enterPeluru; dalamPeluru++; if (dalamPeluru >= 11100) { dalamPeluru = 11050; } } } else if (levelAmmo == 10) { kereta_mc.pistol_mc.gotoAndStop(25); } } }; _root.onMouseDown = function () { if (kereta_mc._currentframe == 1) { if ((bykPeluru > 0) || (levelAmmo == 10)) { sedangTembak = true; } else { sedangTembak = false; } } }; _root.onMouseUp = function () { sedangTembak = false; }; myListener = new Object(); myListener.onKeyDown = function () { if (Key.getCode() == 38) { if (sedangPause == false) { if (kenaRel == true) { kereta_mc.gotoAndStop(2); speedKeretaY = 15 + ((levelJump * 2) / 1.75); } } } if (Key.getCode() == 87) { if (sedangPause == false) { if (kenaRel == true) { kereta_mc.gotoAndStop(2); speedKeretaY = 15 + ((levelJump * 2) / 1.75); } } } if (Key.getCode() == 37) { if (sedangPause == false) { if (levelBrake >= 3) { speedAwalKali = speedAwalKali - (5 * levelBrake); } else { speedAwalKali = speedAwalKali - (5 * levelBrake); } if (speedAwalKali <= speedAwalKe) { speedAwalKali = speedAwalKe; } } } if (Key.getCode() == 65) { if (sedangPause == false) { if (levelBrake >= 3) { speedAwalKali = speedAwalKali - (5 * levelBrake); } else { speedAwalKali = speedAwalKali - (5 * levelBrake); } if (speedAwalKali <= speedAwalKe) { speedAwalKali = speedAwalKe; } } } if (Key.getCode() == 32) { if (sudahSelesai == false) { if (sedangPause == true) { if (ui_mc.info_mc._currentframe == 6) { if (masukKeKereta == true) { if (speedAwal == speedAwalKe) { speedAwal = speedAwalKe + 12; } } sedangPause = false; ui_mc.info_mc.gotoAndStop(1); kereta_mc.action.play(); backCargo(); } else { sedangPause = false; ui_mc.info_mc.gotoAndStop(1); kereta_mc.action.play(); backCargo(); } } else if (masukKeKereta == true) { if (speedAwal == speedAwalKe) { speedAwal = speedAwalKe + 12; } } } } }; Key.addListener(myListener); if (volume1 == 100) { ui_mc.sound_mc.gotoAndStop(1); } else { ui_mc.sound_mc.gotoAndStop(2); } ui_mc.sound_mc.onRelease = function () { if (volume1 == 100) { volume1 = 0; volume2 = 0; this.gotoAndStop(2); } else { volume1 = 100; volume2 = 50; this.gotoAndStop(1); } myMusic.setVolume(volume1); mySound2.setVolume(volume2); };
Frame 268
function cekUpgrades() { hargaSpeed = new Array("", 10, 20, 30, 40, 50, 60, 70, 80, 90, 100); hargaLife = new Array("", 10, 20, 30, 40, 50, 60, 70, 80, 90, 100); hargaAmmo = new Array("", 10, 20, 30, 40, 50, 60, 70, 80, 90, 100); hargaJump = new Array("", 10, 20, 30, 40, 50, 60, 70, 80, 90, 100); hargaBreak = new Array("", 10, 20, 30, 40, 50); speed_mc.gotoAndStop(levelSpeed); life_mc.gotoAndStop(levelLife); ammo_mc.gotoAndStop(levelAmmo); jump_mc.gotoAndStop(levelJump); brake_mc.gotoAndStop(levelBrake); } stop(); continue_btn.onRelease = function () { gotoAndStop (267); }; rail_btn.onRelease = function () { getURL ("http://thegames8.com/rail-of-death.html", "_blank"); }; more_btn.onRelease = function () { getURL ("http://www.thegames8.com/", "_blank"); }; walk_btn.onRelease = function () { getURL ("http://thegames8.com/rail-of-death-2-walkthrough.html", "_blank"); }; xkaliCoba = "Try #" + kaliCoba; costKe = "Upgrades"; cekUpgrades(); speed_mc.onRelease = function () { if (levelSpeed < 10) { if (goldKe >= hargaSpeed[levelSpeed]) { backCoin2(); goldKe = goldKe - hargaSpeed[levelSpeed]; levelSpeed++; costKe = "Upgraded"; } } cekUpgrades(); }; speed_mc.onRollOver = function () { if (levelSpeed < 10) { costKe = "Cost: " + hargaSpeed[levelSpeed]; } else { costKe = "Full"; } }; speed_mc.onRollOut = function () { costKe = "Upgrades"; }; life_mc.onRelease = function () { if (levelLife < 10) { if (goldKe >= hargaLife[levelLife]) { backCoin2(); goldKe = goldKe - hargaLife[levelLife]; levelLife++; costKe = "Upgraded"; } } cekUpgrades(); }; life_mc.onRollOver = function () { if (levelLife < 10) { costKe = "Cost: " + hargaLife[levelLife]; } else { costKe = "Full"; } }; life_mc.onRollOut = function () { costKe = "Upgrades"; }; ammo_mc.onRelease = function () { if (levelAmmo < 10) { if (goldKe >= hargaAmmo[levelAmmo]) { backCoin2(); goldKe = goldKe - hargaAmmo[levelAmmo]; levelAmmo++; costKe = "Upgraded"; } } cekUpgrades(); }; ammo_mc.onRollOver = function () { if (levelAmmo < 10) { costKe = "Cost: " + hargaAmmo[levelAmmo]; } else { costKe = "Full"; } }; ammo_mc.onRollOut = function () { costKe = "Upgrades"; }; jump_mc.onRelease = function () { if (levelJump < 5) { if (goldKe >= hargaJump[levelJump]) { backCoin2(); goldKe = goldKe - hargaJump[levelJump]; levelJump++; costKe = "Upgraded"; } } cekUpgrades(); }; jump_mc.onRollOver = function () { if (levelJump < 5) { costKe = "Cost: " + hargaJump[levelJump]; } else { costKe = "Full"; } }; jump_mc.onRollOut = function () { costKe = "Upgrades"; }; brake_mc.onRelease = function () { if (levelBrake < 3) { if (goldKe >= hargaBreak[levelBrake]) { backCoin2(); goldKe = goldKe - hargaBreak[levelBrake]; levelBrake++; costKe = "Upgraded"; } } cekUpgrades(); }; brake_mc.onRollOver = function () { if (levelBrake < 3) { costKe = "Cost: " + hargaBreak[levelBrake]; } else { costKe = "Full"; } }; brake_mc.onRollOut = function () { costKe = "Upgrades"; }; if (sudahKenaOli == false) { infoBrake = ""; brake_mc._visible = false; } else { infoBrake = "BRAKE:"; brake_mc._visible = true; }
Frame 269
stop(); continue_btn.onRelease = function () { gotoAndStop (266); }; more_btn.onRelease = function () { getURL ("http://www.thegames8.com/", "_blank"); }; berapaKali = ("You made it out of the tunnel in " + kaliCoba) + " tries,"; berapaWaktu = ("and " + waktuKe) + " second before the tunnel explodes";
Symbol 34 MovieClip Frame 1
this.onRelease = function () { getURL ("http://armor.ag/MoreGames", "_blank"); };
Symbol 39 MovieClip [rel_mc2] Frame 1
stop();
Symbol 41 MovieClip [rel_mc] Frame 1
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 7
gotoAndStop (1);
Symbol 44 MovieClip Frame 25
stop();
Symbol 44 MovieClip Frame 39
gotoAndStop (25);
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
_root.backGun(); play();
Symbol 61 MovieClip Frame 7
gotoAndStop (1);
Symbol 61 MovieClip Frame 25
stop();
Symbol 61 MovieClip Frame 26
_root.backRifle(); play();
Symbol 61 MovieClip Frame 36
gotoAndStop (25);
Symbol 74 MovieClip Frame 4
if (_root.adaBayangan == true) { stop(); }
Symbol 74 MovieClip Frame 14
stop();
Symbol 81 MovieClip Frame 4
if (_root.adaBayangan == true) { stop(); }
Symbol 81 MovieClip Frame 16
stop();
Symbol 82 MovieClip [kereta_mc] Frame 1
stop();
Symbol 84 MovieClip [rel_mc3] Frame 1
stop();
Symbol 87 MovieClip [rusak_mc] Frame 1
stop();
Symbol 89 MovieClip [rel_mc4] Frame 1
stop();
Symbol 90 MovieClip [rel_mc5] Frame 1
stop();
Symbol 95 MovieClip [mundur_mc] Frame 1
play();
Symbol 95 MovieClip [mundur_mc] Frame 80
_root.mulaiMain(); removeMovieClip(this);
Symbol 106 MovieClip [rel_mc6] Frame 1
stop();
Symbol 118 MovieClip [rel_mc7] Frame 1
stop();
Symbol 121 MovieClip [rusak_mc2] Frame 1
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 127 MovieClip [bayangan_mc] Frame 1
stop();
Symbol 127 MovieClip [bayangan_mc] Frame 2
play();
Symbol 127 MovieClip [bayangan_mc] Frame 15
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 165 MovieClip [gesek_mc] Frame 7
stop();
Symbol 181 MovieClip Frame 3
_root.backLedak();
Symbol 181 MovieClip Frame 25
stop();
Symbol 182 MovieClip [kereta_mc3] Frame 1
stop();
Symbol 182 MovieClip [kereta_mc3] Frame 3
play();
Symbol 182 MovieClip [kereta_mc3] Frame 25
removeMovieClip(this);
Symbol 195 MovieClip Frame 23
stop();
Symbol 196 MovieClip [ledakan_mc] Frame 1
play();
Symbol 196 MovieClip [ledakan_mc] Frame 3
_root.backBombBesar();
Symbol 196 MovieClip [ledakan_mc] Frame 11
stop();
Symbol 207 MovieClip [tembok_mc] Frame 1
stop();
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 29
stop();
Symbol 239 MovieClip Frame 27
stop();
Symbol 240 MovieClip [dinamit_mc] Frame 1
stop();
Symbol 240 MovieClip [dinamit_mc] Frame 2
play();
Symbol 240 MovieClip [dinamit_mc] Frame 80
removeMovieClip(this);
Symbol 251 MovieClip Frame 27
removeMovieClip(_parent);
Symbol 252 MovieClip [monster_mc] Frame 1
stop();
Symbol 257 MovieClip [jump_mc] Frame 1
stop();
Symbol 258 MovieClip [dinamit_mc3] Frame 1
stop();
Symbol 286 MovieClip Frame 1
this.onRelease = function () { getURL ("http://armor.ag/MoreGames", "_blank"); };
Symbol 286 MovieClip Frame 225
stop();
Symbol 319 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [indi]Uses:1
Symbol 3 GraphicUsed by:11
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:11
Symbol 6 GraphicUsed by:11
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:11
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:11
Symbol 11 MovieClipUses:3 5 6 8 10Used by:Timeline
Symbol 12 FontUsed by:13 14 22 91 92 93 94 103 134 135 139 140 143 146 147 148 149 150 151 152 153 154 155 156 157 158 160 200 254 256 289 292 295 298 320 321 322 324 325 326 328 331 333 334 336 338 339 341 344
Symbol 13 TextUses:12Used by:Timeline
Symbol 14 TextUses:12Used by:Timeline
Symbol 15 FontUsed by:16 17
Symbol 16 TextUses:15Used by:Timeline
Symbol 17 TextUses:15Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 FontUsed by:20
Symbol 20 EditableTextUses:19Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 EditableTextUses:12Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:34
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:34
Symbol 27 GraphicUsed by:34
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:30
Symbol 30 MovieClipUses:29Used by:34
Symbol 31 GraphicUsed by:34
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:34
Symbol 34 MovieClipUses:24 26 27 30 31 33Used by:Timeline
Symbol 35 BitmapUsed by:36 40 83 88 105
Symbol 36 GraphicUses:35Used by:39
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:39 41 84 87 89 90 106 113 118 121 161 202 240 258
Symbol 39 MovieClip [rel_mc2]Uses:36 38Used by:Timeline
Symbol 40 GraphicUses:35Used by:41
Symbol 41 MovieClip [rel_mc]Uses:40 38Used by:Timeline
Symbol 42 GraphicUsed by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:42 43Used by:82
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:50
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:46 48 49Used by:82
Symbol 51 GraphicUsed by:61
Symbol 52 GraphicUsed by:61
Symbol 53 GraphicUsed by:61
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:61
Symbol 56 GraphicUsed by:61
Symbol 57 GraphicUsed by:61
Symbol 58 GraphicUsed by:61
Symbol 59 GraphicUsed by:61
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:51 52 53 55 56 57 58 59 60Used by:82
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:82 182 252
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:74
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:74
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:74
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:74
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:74
Symbol 74 MovieClipUses:65 67 69 71 73Used by:82
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:81
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:81
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:81
Symbol 81 MovieClipUses:76 78 80Used by:82
Symbol 82 MovieClip [kereta_mc]Uses:44 50 61 63 74 81Used by:Timeline
Symbol 83 GraphicUses:35Used by:84
Symbol 84 MovieClip [rel_mc3]Uses:83 38Used by:Timeline
Symbol 85 BitmapUsed by:86 110
Symbol 86 GraphicUses:85Used by:87 121 240 258
Symbol 87 MovieClip [rusak_mc]Uses:86 38Used by:Timeline
Symbol 88 GraphicUses:35Used by:89 90
Symbol 89 MovieClip [rel_mc4]Uses:88 38Used by:Timeline
Symbol 90 MovieClip [rel_mc5]Uses:88 38Used by:Timeline
Symbol 91 TextUses:12Used by:95
Symbol 92 TextUses:12Used by:95
Symbol 93 TextUses:12Used by:95
Symbol 94 TextUses:12Used by:95
Symbol 95 MovieClip [mundur_mc]Uses:91 92 93 94Used by:Timeline
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:98
Symbol 98 MovieClip [berlian_mc]Uses:97Used by:Timeline
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:101
Symbol 101 MovieClip [emas_mc]Uses:100Used by:Timeline
Symbol 102 GraphicUsed by:104
Symbol 103 TextUses:12Used by:104
Symbol 104 MovieClipUses:102 103Used by:106
Symbol 105 GraphicUses:35Used by:106
Symbol 106 MovieClip [rel_mc6]Uses:104 105 38Used by:Timeline
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:109
Symbol 109 MovieClip [berlian_mc2]Uses:108Used by:161  Timeline
Symbol 110 GraphicUses:85Used by:113
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:113
Symbol 113 MovieClip [kereta_mc2]Uses:110 38 112Used by:Timeline
Symbol 114 BitmapUsed by:117
Symbol 115 BitmapUsed by:117
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:114 115 116Used by:118
Symbol 118 MovieClip [rel_mc7]Uses:117 38Used by:Timeline
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:121
Symbol 121 MovieClip [rusak_mc2]Uses:120 86 38Used by:Timeline
Symbol 122 GraphicUsed by:126
Symbol 123 GraphicUsed by:126
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:126
Symbol 126 MovieClipUses:122 123 125Used by:127
Symbol 127 MovieClip [bayangan_mc]Uses:126Used by:Timeline
Symbol 128 GraphicUsed by:131
Symbol 129 GraphicUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 ButtonUses:128 129 130Used by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:131 132Used by:161
Symbol 134 EditableTextUses:12Used by:161
Symbol 135 TextUses:12Used by:161
Symbol 136 BitmapUsed by:138
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:136 137Used by:161
Symbol 139 EditableTextUses:12Used by:161
Symbol 140 EditableTextUses:12Used by:161
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:161
Symbol 143 EditableTextUses:12Used by:161
Symbol 144 GraphicUsed by:161
Symbol 145 GraphicUsed by:159
Symbol 146 TextUses:12Used by:159
Symbol 147 TextUses:12Used by:159
Symbol 148 TextUses:12Used by:159
Symbol 149 TextUses:12Used by:159
Symbol 150 TextUses:12Used by:159
Symbol 151 TextUses:12Used by:159
Symbol 152 TextUses:12Used by:159
Symbol 153 TextUses:12Used by:159
Symbol 154 TextUses:12Used by:159
Symbol 155 TextUses:12Used by:159
Symbol 156 TextUses:12Used by:159
Symbol 157 TextUses:12Used by:159
Symbol 158 TextUses:12Used by:159
Symbol 159 MovieClipUses:145 146 147 148 149 150 151 152 153 154 155 156 157 158Used by:161
Symbol 160 EditableTextUses:12Used by:161
Symbol 161 MovieClip [ui_mc]Uses:133 134 135 138 38 139 140 142 143 144 159 109 160Used by:Timeline
Symbol 162 GraphicUsed by:165
Symbol 163 GraphicUsed by:165
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClip [gesek_mc]Uses:162 163 164Used by:Timeline
Symbol 166 GraphicUsed by:167 172 228 239
Symbol 167 MovieClipUses:166Used by:182
Symbol 168 GraphicUsed by:172
Symbol 169 GraphicUsed by:171
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:169 170Used by:172 228
Symbol 172 MovieClipUses:166 168 171Used by:182
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:182
Symbol 175 GraphicUsed by:181
Symbol 176 GraphicUsed by:181
Symbol 177 GraphicUsed by:181
Symbol 178 GraphicUsed by:181
Symbol 179 GraphicUsed by:181
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:175 176 177 178 179 180Used by:182 240
Symbol 182 MovieClip [kereta_mc3]Uses:167 172 174 63 181Used by:Timeline
Symbol 183 GraphicUsed by:195
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:195
Symbol 186 GraphicUsed by:195
Symbol 187 GraphicUsed by:195
Symbol 188 GraphicUsed by:195
Symbol 189 GraphicUsed by:195
Symbol 190 GraphicUsed by:195
Symbol 191 GraphicUsed by:195
Symbol 192 GraphicUsed by:195
Symbol 193 GraphicUsed by:195
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:183 185 186 187 188 189 190 191 192 193 194Used by:196
Symbol 196 MovieClip [ledakan_mc]Uses:195Used by:Timeline
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:202
Symbol 199 GraphicUsed by:201
Symbol 200 TextUses:12Used by:201
Symbol 201 MovieClip [exit_mc]Uses:199 200Used by:202
Symbol 202 MovieClip [portal_mc]Uses:198 38 201Used by:Timeline
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:207
Symbol 205 GraphicUsed by:206 210
Symbol 206 MovieClipUses:205Used by:207
Symbol 207 MovieClip [tembok_mc]Uses:204 206Used by:Timeline
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:211
Symbol 210 MovieClipUses:205Used by:211
Symbol 211 MovieClip [peluru_mc]Uses:209 210Used by:Timeline
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:214
Symbol 214 MovieClip [oli_mc]Uses:213Used by:Timeline
Symbol 215 GraphicUsed by:228
Symbol 216 GraphicUsed by:228
Symbol 217 GraphicUsed by:228 239
Symbol 218 GraphicUsed by:228
Symbol 219 GraphicUsed by:228
Symbol 220 GraphicUsed by:228
Symbol 221 GraphicUsed by:228
Symbol 222 GraphicUsed by:228
Symbol 223 GraphicUsed by:228
Symbol 224 GraphicUsed by:228
Symbol 225 GraphicUsed by:228
Symbol 226 GraphicUsed by:228 239
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:166 215 171 216 217 218 219 220 221 222 223 224 225 226 227Used by:240
Symbol 229 GraphicUsed by:239
Symbol 230 GraphicUsed by:239
Symbol 231 GraphicUsed by:239
Symbol 232 GraphicUsed by:239
Symbol 233 GraphicUsed by:239
Symbol 234 GraphicUsed by:239
Symbol 235 GraphicUsed by:239
Symbol 236 GraphicUsed by:239
Symbol 237 GraphicUsed by:239
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:166 229 217 230 231 232 233 234 235 236 237 226 238Used by:240
Symbol 240 MovieClip [dinamit_mc]Uses:86 38 228 239 181Used by:Timeline
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:241Used by:243 251
Symbol 243 MovieClipUses:242Used by:252
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:252
Symbol 246 GraphicUsed by:251
Symbol 247 GraphicUsed by:251
Symbol 248 GraphicUsed by:251
Symbol 249 GraphicUsed by:251
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:242 246 247 248 249 250Used by:252
Symbol 252 MovieClip [monster_mc]Uses:243 63 245 251Used by:Timeline
Symbol 253 GraphicUsed by:257
Symbol 254 TextUses:12Used by:257
Symbol 255 GraphicUsed by:257
Symbol 256 TextUses:12Used by:257
Symbol 257 MovieClip [jump_mc]Uses:253 254 255 256Used by:Timeline
Symbol 258 MovieClip [dinamit_mc3]Uses:86 38Used by:Timeline
Symbol 259 Sound [backLedak]Used by:Timeline
Symbol 260 Sound [backRifle]Used by:Timeline
Symbol 261 Sound [backGun]Used by:Timeline
Symbol 262 Sound [backPortal]Used by:Timeline
Symbol 263 Sound [backBombBesar]Used by:Timeline
Symbol 264 Sound [backCoin2]Used by:Timeline
Symbol 265 Sound [backCoin]Used by:Timeline
Symbol 266 Sound [backKena]Used by:Timeline
Symbol 267 Sound [backJatuh]Used by:Timeline
Symbol 268 Sound [backCargo]Used by:Timeline
Symbol 269 Sound [backMain]Used by:Timeline
Symbol 270 GraphicUsed by:286
Symbol 271 SoundUsed by:286
Symbol 272 SoundUsed by:286
Symbol 273 GraphicUsed by:286
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:286
Symbol 276 SoundUsed by:286
Symbol 277 SoundUsed by:286
Symbol 278 SoundUsed by:286
Symbol 279 GraphicUsed by:286
Symbol 280 SoundUsed by:286
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:286
Symbol 283 GraphicUsed by:286
Symbol 284 SoundUsed by:286
Symbol 285 SoundUsed by:286
Symbol 286 MovieClipUses:270 271 272 273 275 276 277 278 279 280 282 283 284 285Used by:Timeline
Symbol 287 GraphicUsed by:Timeline
Symbol 288 GraphicUsed by:293
Symbol 289 TextUses:12Used by:293
Symbol 290 GraphicUsed by:293
Symbol 291 GraphicUsed by:293
Symbol 292 TextUses:12Used by:293
Symbol 293 ButtonUses:288 289 290 291 292Used by:Timeline
Symbol 294 GraphicUsed by:299
Symbol 295 TextUses:12Used by:299
Symbol 296 GraphicUsed by:299
Symbol 297 GraphicUsed by:299
Symbol 298 TextUses:12Used by:299
Symbol 299 ButtonUses:294 295 296 297 298Used by:Timeline
Symbol 300 GraphicUsed by:Timeline
Symbol 301 BitmapUsed by:303
Symbol 302 BitmapUsed by:303
Symbol 303 GraphicUses:301 302Used by:304
Symbol 304 MovieClipUses:303Used by:Timeline
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:Timeline
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:Timeline
Symbol 309 GraphicUsed by:319
Symbol 310 GraphicUsed by:319
Symbol 311 GraphicUsed by:319
Symbol 312 GraphicUsed by:319
Symbol 313 GraphicUsed by:319
Symbol 314 GraphicUsed by:319
Symbol 315 GraphicUsed by:319
Symbol 316 GraphicUsed by:319
Symbol 317 GraphicUsed by:319
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:309 310 311 312 313 314 315 316 317 318Used by:Timeline
Symbol 320 TextUses:12Used by:Timeline
Symbol 321 TextUses:12Used by:Timeline
Symbol 322 EditableTextUses:12Used by:Timeline
Symbol 323 GraphicUsed by:Timeline
Symbol 324 EditableTextUses:12Used by:Timeline
Symbol 325 TextUses:12Used by:Timeline
Symbol 326 EditableTextUses:12Used by:Timeline
Symbol 327 GraphicUsed by:332
Symbol 328 TextUses:12Used by:332
Symbol 329 GraphicUsed by:332
Symbol 330 GraphicUsed by:332
Symbol 331 TextUses:12Used by:332
Symbol 332 ButtonUses:327 328 329 330 331Used by:Timeline
Symbol 333 TextUses:12Used by:Timeline
Symbol 334 EditableTextUses:12Used by:Timeline
Symbol 335 GraphicUsed by:Timeline
Symbol 336 EditableTextUses:12Used by:Timeline
Symbol 337 GraphicUsed by:Timeline
Symbol 338 TextUses:12Used by:Timeline
Symbol 339 EditableTextUses:12Used by:Timeline
Symbol 340 GraphicUsed by:345
Symbol 341 TextUses:12Used by:345
Symbol 342 GraphicUsed by:345
Symbol 343 GraphicUsed by:345
Symbol 344 TextUses:12Used by:345
Symbol 345 ButtonUses:340 341 342 343 344Used by:Timeline

Instance Names

"facebook_btn"Frame 266Symbol 293 Button
"play_btn"Frame 266Symbol 299 Button
"tiang_mc"Frame 267Symbol 304 MovieClip
"life_mc"Frame 268Symbol 319 MovieClip
"speed_mc"Frame 268Symbol 319 MovieClip
"ammo_mc"Frame 268Symbol 319 MovieClip
"continue_btn"Frame 268Symbol 332 Button
"jump_mc"Frame 268Symbol 319 MovieClip
"brake_mc"Frame 268Symbol 319 MovieClip
"continue_btn"Frame 269Symbol 345 Button
"indi"Symbol 39 MovieClip [rel_mc2] Frame 1Symbol 38 MovieClip
"indi"Symbol 41 MovieClip [rel_mc] Frame 1Symbol 38 MovieClip
"badan_mc"Symbol 82 MovieClip [kereta_mc] Frame 1Symbol 44 MovieClip
"kereta"Symbol 82 MovieClip [kereta_mc] Frame 1Symbol 50 MovieClip
"pistol_mc"Symbol 82 MovieClip [kereta_mc] Frame 1Symbol 61 MovieClip
"indi"Symbol 82 MovieClip [kereta_mc] Frame 1Symbol 63 MovieClip
"indi2"Symbol 82 MovieClip [kereta_mc] Frame 1Symbol 63 MovieClip
"action"Symbol 82 MovieClip [kereta_mc] Frame 3Symbol 81 MovieClip
"indi"Symbol 84 MovieClip [rel_mc3] Frame 1Symbol 38 MovieClip
"indi"Symbol 87 MovieClip [rusak_mc] Frame 1Symbol 38 MovieClip
"indi"Symbol 89 MovieClip [rel_mc4] Frame 1Symbol 38 MovieClip
"indi"Symbol 90 MovieClip [rel_mc5] Frame 1Symbol 38 MovieClip
"indi"Symbol 106 MovieClip [rel_mc6] Frame 1Symbol 38 MovieClip
"indi2"Symbol 113 MovieClip [kereta_mc2] Frame 1Symbol 38 MovieClip
"indi"Symbol 113 MovieClip [kereta_mc2] Frame 1Symbol 38 MovieClip
"indi"Symbol 118 MovieClip [rel_mc7] Frame 1Symbol 38 MovieClip
"indi"Symbol 121 MovieClip [rusak_mc2] Frame 1Symbol 38 MovieClip
"sound_mc"Symbol 161 MovieClip [ui_mc] Frame 1Symbol 133 MovieClip
"indi"Symbol 161 MovieClip [ui_mc] Frame 1Symbol 38 MovieClip
"indi2"Symbol 161 MovieClip [ui_mc] Frame 1Symbol 38 MovieClip
"peluru7"Symbol 161 MovieClip [ui_mc] Frame 1Symbol 142 MovieClip
"peluru8"Symbol 161 MovieClip [ui_mc] Frame 1Symbol 142 MovieClip
"peluru9"Symbol 161 MovieClip [ui_mc] Frame 1Symbol 142 MovieClip
"info_mc"Symbol 161 MovieClip [ui_mc] Frame 1Symbol 159 MovieClip
"indi"Symbol 182 MovieClip [kereta_mc3] Frame 1Symbol 63 MovieClip
"indi2"Symbol 182 MovieClip [kereta_mc3] Frame 1Symbol 63 MovieClip
"indi"Symbol 195 MovieClip Frame 1Symbol 185 MovieClip
"indi"Symbol 202 MovieClip [portal_mc] Frame 1Symbol 38 MovieClip
"indi"Symbol 207 MovieClip [tembok_mc] Frame 1Symbol 206 MovieClip
"indi"Symbol 240 MovieClip [dinamit_mc] Frame 1Symbol 38 MovieClip
"dinamit"Symbol 240 MovieClip [dinamit_mc] Frame 1Symbol 228 MovieClip
"indi"Symbol 252 MovieClip [monster_mc] Frame 1Symbol 63 MovieClip
"indi2"Symbol 252 MovieClip [monster_mc] Frame 1Symbol 245 MovieClip
"indi"Symbol 258 MovieClip [dinamit_mc3] Frame 1Symbol 38 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "indi"
ExportAssets (56)Timeline Frame 10Symbol 39 as "rel_mc2"
ExportAssets (56)Timeline Frame 10Symbol 41 as "rel_mc"
ExportAssets (56)Timeline Frame 10Symbol 82 as "kereta_mc"
ExportAssets (56)Timeline Frame 10Symbol 84 as "rel_mc3"
ExportAssets (56)Timeline Frame 10Symbol 87 as "rusak_mc"
ExportAssets (56)Timeline Frame 10Symbol 89 as "rel_mc4"
ExportAssets (56)Timeline Frame 10Symbol 90 as "rel_mc5"
ExportAssets (56)Timeline Frame 10Symbol 95 as "mundur_mc"
ExportAssets (56)Timeline Frame 10Symbol 98 as "berlian_mc"
ExportAssets (56)Timeline Frame 10Symbol 101 as "emas_mc"
ExportAssets (56)Timeline Frame 10Symbol 106 as "rel_mc6"
ExportAssets (56)Timeline Frame 10Symbol 109 as "berlian_mc2"
ExportAssets (56)Timeline Frame 10Symbol 113 as "kereta_mc2"
ExportAssets (56)Timeline Frame 10Symbol 118 as "rel_mc7"
ExportAssets (56)Timeline Frame 10Symbol 121 as "rusak_mc2"
ExportAssets (56)Timeline Frame 10Symbol 127 as "bayangan_mc"
ExportAssets (56)Timeline Frame 10Symbol 161 as "ui_mc"
ExportAssets (56)Timeline Frame 10Symbol 165 as "gesek_mc"
ExportAssets (56)Timeline Frame 10Symbol 182 as "kereta_mc3"
ExportAssets (56)Timeline Frame 10Symbol 196 as "ledakan_mc"
ExportAssets (56)Timeline Frame 10Symbol 201 as "exit_mc"
ExportAssets (56)Timeline Frame 10Symbol 202 as "portal_mc"
ExportAssets (56)Timeline Frame 10Symbol 207 as "tembok_mc"
ExportAssets (56)Timeline Frame 10Symbol 211 as "peluru_mc"
ExportAssets (56)Timeline Frame 10Symbol 214 as "oli_mc"
ExportAssets (56)Timeline Frame 10Symbol 240 as "dinamit_mc"
ExportAssets (56)Timeline Frame 10Symbol 252 as "monster_mc"
ExportAssets (56)Timeline Frame 10Symbol 257 as "jump_mc"
ExportAssets (56)Timeline Frame 10Symbol 258 as "dinamit_mc3"
ExportAssets (56)Timeline Frame 10Symbol 259 as "backLedak"
ExportAssets (56)Timeline Frame 10Symbol 260 as "backRifle"
ExportAssets (56)Timeline Frame 10Symbol 261 as "backGun"
ExportAssets (56)Timeline Frame 10Symbol 262 as "backPortal"
ExportAssets (56)Timeline Frame 10Symbol 263 as "backBombBesar"
ExportAssets (56)Timeline Frame 10Symbol 264 as "backCoin2"
ExportAssets (56)Timeline Frame 10Symbol 265 as "backCoin"
ExportAssets (56)Timeline Frame 10Symbol 266 as "backKena"
ExportAssets (56)Timeline Frame 10Symbol 267 as "backJatuh"
ExportAssets (56)Timeline Frame 10Symbol 268 as "backCargo"
ExportAssets (56)Timeline Frame 10Symbol 269 as "backMain"

Labels

"completed"Frame 20

Dynamic Text Variables

xpersenSymbol 22 EditableText"<p align="center"><font face="BadaBoom BB" size="30" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>100 %</b></font></p>"
bombKeSymbol 134 EditableText"<p align="left"><font face="BadaBoom BB" size="34" color="#ff9999" letterSpacing="0.000000" kerning="1"><b>150 s</b></font></p>"
nyawaKeretaSymbol 139 EditableText"<p align="left"><font face="BadaBoom BB" size="34" color="#ff9999" letterSpacing="0.000000" kerning="1"><b>5</b></font></p>"
jumlahPeluruSymbol 140 EditableText"<p align="left"><font face="BadaBoom BB" size="34" color="#ff9999" letterSpacing="0.000000" kerning="1"><b>Infinite</b></font></p>"
goldKeSymbol 143 EditableText"<p align="left"><font face="BadaBoom BB" size="34" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>100</b></font></p>"
bykPortalSymbol 160 EditableText"<p align="left"><font face="BadaBoom BB" size="34" color="#ff9999" letterSpacing="0.000000" kerning="1"><b>5</b></font></p>"
goldKeSymbol 322 EditableText"<p align="left"><font face="BadaBoom BB" size="34" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>1000</b></font></p>"
xkaliCobaSymbol 324 EditableText"<p align="center"><font face="BadaBoom BB" size="34" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>100 TRIES</b></font></p>"
costKeSymbol 326 EditableText"<p align="center"><font face="BadaBoom BB" size="50" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>UPGRADES</b></font></p>"
infoBrakeSymbol 334 EditableText"<p align="left"><font face="BadaBoom BB" size="18" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>BRAKE:</b></font></p>"
berapaWaktuSymbol 336 EditableText"<p align="center"><font face="BadaBoom BB" size="12" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>You Made it out the tunnel in 1000 tries</b></font></p>"
berapaKaliSymbol 339 EditableText"<p align="center"><font face="BadaBoom BB" size="12" color="#f7f9a2" letterSpacing="0.000000" kerning="1"><b>You Made it out the tunnel in 1000 tries</b></font></p>"




https://swfchan.com/54/268220/info.shtml
Created: 14/6 -2026 23:12:42 Last modified: 14/6 -2026 23:12:42 Server time: 23/06 -2026 11:48:04