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

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

Hunt and Kill Bin Laden.swf

This is the info page for
Flash #34351

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


Text
Play again?

ActionScript [AS1/AS2]

Frame 40
ifFrameLoaded (325) { gotoAndPlay (42); }
Frame 41
gotoAndPlay (1);
Frame 87
stop();
Frame 141
var gameAlive = true; var gameWin = false; var endCount = 0; var winTime = 20; var looseTime = 35; var xM = 600; var yM = 400; var osamaFirst = true; var osamaMove = false; var osamaCount = 0; var osamaX = 181; var osamaY = 258; var osamaDieX; var osamaDieY; var osamaDieT; var osamaDieJ; var bunkerflag = false; var bunkerM = 5; var bunkerCount = 0; bunker = new Array(); bunker[0] = 76; bunker[1] = 196; bunker[2] = 305; bunker[3] = 378; bunker[4] = 460; bunkerY = new Array(); bunkerY[0] = 336; bunkerY[1] = 329; bunkerY[2] = 322; bunkerY[3] = 321; bunkerY[4] = 316; var planeDirection = 0; var planeX = 0; var planeY = 24; var planeH = 20; var missileFlag = false; var fireflag = false; var missileNum; var missileCount = 0; var miX = 0; var miY = 0; var endMiY = 348; var firebFlag = false; var fireCount = 0; var strikeFlag = false; setProperty("ms1", _visible , false); setProperty("ms2", _visible , false); setProperty("ms3", _visible , false); setProperty("ms_fire", _visible , false); setProperty("osama_head", _visible , false); setProperty("osama_die", _visible , false); boomSound = new Sound(); boomSound.attachSound("boomSound"); dieSound = new Sound(); dieSound.attachSound("dieSound"); dropSound = new Sound(); dropSound.attachSound("dropSound"); bgSound = new Sound(); bgSound.attachSound("bgSound"); var smallH = 23; var smallCount = 8; var smallAll = false; smallM = new Array(); i = 0; while (i < smallCount) { smallM[i] = false; i++; } sb0.gotoAndStop(1); sb1.gotoAndStop(1); sb2.gotoAndStop(1); sb3.gotoAndStop(1); sb4.gotoAndStop(1); sb5.gotoAndStop(1); sb6.gotoAndStop(1); sb7.gotoAndStop(1); var middleH = 33; var middleCount = 4; var middleAll = false; middleM = new Array(); i = 0; while (i < middleCount) { middleM[i] = false; i++; } mb0.gotoAndStop(1); mb1.gotoAndStop(1); mb2.gotoAndStop(1); mb3.gotoAndStop(1); var largeH = 70; largeM = false; lb0.gotoAndStop(1); var missileWholeFlag = false;
Frame 142
var bunkernum = -1; if (gameAlive) { if (bunkerflag) { bunkerCount++; if (25 < bunkerCount) { bunkerCount = 0; bunkerflag = false; osamaFirst = true; setProperty("osama_head", _visible , false); osamaX = random(xM); setProperty("osamabin", _x , osamaX); setProperty("osamabin", _visible , true); } } else { osamaCount++; if (osamaFirst) { osamabin.gotoAndPlay(2); osamaFirst = false; } if (8 < osamaCount) { osamaCount = 0; osamaX = random(xM); setProperty("osamabin", _x , osamaX); i = 0; while (i < bunkerM) { tmpX = bunker[i] + 30; if ((bunker[i] < osamaX) && (osamaX < tmpX)) { bunkerflag = true; bunkernum = i; osamabin.gotoAndStop(1); setProperty("osamabin", _visible , false); setProperty("osama_head", _x , bunker[i]); setProperty("osama_head", _y , bunkerY[i]); setProperty("osama_head", _visible , true); break; } i++; } } } if (planeDirection == 0) { planeX = planeX + 10; } else { planeX = planeX - 10; } if (xM < planeX) { planeX = 0; } if (planeX < 0) { planeX = xM; } setProperty("airplane", _x , planeX); setProperty("airplane", _y , planeY); if (missileFlag) { miY = miY + 20; setProperty(missileNum, _x , miX); setProperty(missileNum, _y , miY); collisionY = 0; if (missileNum eq "ms1") { collisionY = miY + smallH; osamaDieY = smallH; } else if (missileNum eq "ms2") { collisionY = miY + middleH; osamaDieY = middleH; } else if (missileNum eq "ms3") { collisionY = miY + largeH; osamaDieY = largeH; } if (collisionY >= endMiY) { missileFlag = false; setProperty(missileNum, _visible , false); setProperty("ms_fire", _x , miX); setProperty("ms_fire", _y , endMiY); ms_fire.gotoAndPlay(1); firebFlag = true; setProperty("ms_fire", _visible , true); missileNum = ""; miX = 0; miY = 0; } } if (firebFlag) { if (((!strikeFlag) && (!bunkerflag)) && (ms_fire.hitTest(osamaX, osamaY + 70, false))) { talkSound.stop(); dieSound.start(0, 1); osamabin.gotoAndStop(1); setProperty("osamabin", _visible , false); osama_die.gotoAndPlay(1); osamaDieX = osamaX; osamaDiey = osamaY - osamaDieY; osamaDieT = osamaY; osamaDieJ = (osamaDieT - osamaDieY) / 35; setProperty("osama_die", _x , osamaX); setProperty("osama_die", _y , osamaY); setProperty("osama_die", _visible , true); gameWin = true; gameAlive = false; } if (!strikeFlag) { boomSound.start(0, 1); strikeFlag = true; } fireCount++; if (15 < fireCount) { fireflag = false; firebFlag = false; strikeFlag = false; fireCount = 0; setProperty("ms_fire", _visible , false); if (missileWholeFlag) { gameWin = false; gameAlive = false; } } } smallAll = true; i = 0; while (i < smallCount) { if (!smallM[i]) { smallAll = false; break; } i++; } middleAll = true; i = 0; while (i < middleCount) { if (!middleM[i]) { middleAll = false; break; } i++; } if ((smallAll && (middleAll)) && (largeM)) { missileWholeFlag = true; } } else { endCount++; if (gameWin) { osamaDieT = osamaDieT - 5; if (osamaDieT >= osamaDieY) { setProperty("osama_die", _y , osamaDieT); } if (wintime < endCount) { gotoAndPlay (194); } } else if (looseTime < endCount) { gotoAndPlay (309); } } if (Key.isDown(Key.RIGHT)) { planeDirection = 0; airplane.gotoAndPlay(1); } if (Key.isDown(Key.LEFT)) { planeDirection = 1; airplane.gotoAndPlay(20); }
Frame 143
gotoAndPlay (142);
Frame 171
stop();
Frame 306
stop();
Frame 325
stop();
Symbol 28 Button
on (release) { gotoAndPlay (88); }
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 63
gotoAndPlay (2);
Symbol 65 Button
on (release) { if ((!smallM[7]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms1"; miX = planeX; miY = (planeY + planeH) + smallH; setProperty("ms1", _x , miX); setProperty("ms1", _y , miY); setProperty("ms_fire", _xscale , 80); setProperty("ms_fire", _yscale , 90); setProperty("ms1", _visible , true); dropSound.start(0, 1); smallM[7] = true; sb7.gotoAndStop(2); } }
Symbol 66 Button
on (release) { if ((!smallM[6]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms1"; miX = planeX; miY = (planeY + planeH) + smallH; setProperty("ms1", _x , miX); setProperty("ms1", _y , miY); setProperty("ms_fire", _xscale , 80); setProperty("ms_fire", _yscale , 90); setProperty("ms1", _visible , true); dropSound.start(0, 1); smallM[6] = true; sb6.gotoAndStop(2); } }
Symbol 67 Button
on (release) { if ((!smallM[5]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms1"; miX = planeX; miY = (planeY + planeH) + smallH; setProperty("ms1", _x , miX); setProperty("ms1", _y , miY); setProperty("ms_fire", _xscale , 80); setProperty("ms_fire", _yscale , 90); setProperty("ms1", _visible , true); dropSound.start(0, 1); smallM[5] = true; sb5.gotoAndStop(2); } }
Symbol 68 Button
on (release) { if ((!smallM[4]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms1"; miX = planeX; miY = (planeY + planeH) + smallH; setProperty("ms1", _x , miX); setProperty("ms1", _y , miY); setProperty("ms_fire", _xscale , 80); setProperty("ms_fire", _yscale , 90); setProperty("ms1", _visible , true); dropSound.start(0, 1); smallM[4] = true; sb4.gotoAndStop(2); } }
Symbol 69 Button
on (release) { if ((!smallM[3]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms1"; miX = planeX; miY = (planeY + planeH) + smallH; setProperty("ms1", _x , miX); setProperty("ms1", _y , miY); setProperty("ms_fire", _xscale , 80); setProperty("ms_fire", _yscale , 90); setProperty("ms1", _visible , true); dropSound.start(0, 1); smallM[3] = true; sb3.gotoAndStop(2); } }
Symbol 70 Button
on (release) { if ((!smallM[2]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms1"; miX = planeX; miY = (planeY + planeH) + smallH; setProperty("ms1", _x , miX); setProperty("ms1", _y , miY); setProperty("ms_fire", _xscale , 80); setProperty("ms_fire", _yscale , 90); setProperty("ms1", _visible , true); dropSound.start(0, 1); smallM[2] = true; sb2.gotoAndStop(2); } }
Symbol 71 Button
on (release) { if ((!smallM[1]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms1"; miX = planeX; miY = (planeY + planeH) + smallH; setProperty("ms1", _x , miX); setProperty("ms1", _y , miY); setProperty("ms_fire", _xscale , 80); setProperty("ms_fire", _yscale , 90); setProperty("ms1", _visible , true); dropSound.start(0, 1); smallM[1] = true; sb1.gotoAndStop(2); } }
Symbol 72 Button
on (release) { if ((!smallM[0]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms1"; miX = planeX; miY = (planeY + planeH) + smallH; setProperty("ms1", _x , miX); setProperty("ms1", _y , miY); setProperty("ms_fire", _xscale , 80); setProperty("ms_fire", _yscale , 90); setProperty("ms1", _visible , true); dropSound.start(0, 1); smallM[0] = true; sb0.gotoAndStop(2); } }
Symbol 75 Button
on (release) { if ((!middleM[3]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms2"; miX = planeX; miY = (planeY + planeH) + middleH; setProperty("ms2", _x , miX); setProperty("ms2", _y , miY); setProperty("ms_fire", _xscale , 160); setProperty("ms_fire", _yscale , 180); setProperty("ms2", _visible , true); dropSound.start(0, 1); middleM[3] = true; mb3.gotoAndStop(2); } }
Symbol 76 Button
on (release) { if ((!middleM[2]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms2"; miX = planeX; miY = (planeY + planeH) + middleH; setProperty("ms2", _x , miX); setProperty("ms2", _y , miY); setProperty("ms_fire", _xscale , 160); setProperty("ms_fire", _yscale , 180); setProperty("ms2", _visible , true); dropSound.start(0, 1); middleM[2] = true; mb2.gotoAndStop(2); } }
Symbol 77 Button
on (release) { if ((!middleM[1]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms2"; miX = planeX; miY = (planeY + planeH) + middleH; setProperty("ms2", _x , miX); setProperty("ms2", _y , miY); setProperty("ms_fire", _xscale , 160); setProperty("ms_fire", _yscale , 180); setProperty("ms2", _visible , true); dropSound.start(0, 1); middleM[1] = true; mb1.gotoAndStop(2); } }
Symbol 78 Button
on (release) { if ((!middleM[0]) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms2"; miX = planeX; miY = (planeY + planeH) + middleH; setProperty("ms2", _x , miX); setProperty("ms2", _y , miY); setProperty("ms_fire", _xscale , 160); setProperty("ms_fire", _yscale , 180); setProperty("ms2", _visible , true); dropSound.start(0, 1); middleM[0] = true; mb0.gotoAndStop(2); } }
Symbol 81 Button
on (release) { if ((!largeM) && (!fireflag)) { missileFlag = true; fireflag = true; missileNum = "ms3"; miX = planeX; miY = (planeY + planeH) + largeH; setProperty("ms3", _x , miX); setProperty("ms3", _y , miY); setProperty("ms_fire", _xscale , 320); setProperty("ms_fire", _yscale , 360); setProperty("ms3", _visible , true); dropSound.start(0, 1); largeM = true; lb0.gotoAndStop(2); } }
Symbol 85 MovieClip Frame 1
play();
Symbol 85 MovieClip Frame 14
gotoAndPlay (1);
Symbol 85 MovieClip Frame 20
play();
Symbol 85 MovieClip Frame 33
gotoAndPlay (20);
Symbol 97 MovieClip Frame 15
stop();
Symbol 106 MovieClip Frame 1
stop();
Symbol 119 Button
on (release) { gotoAndPlay (88); }

Library Items

Symbol 1 Sound [dieSound]
Symbol 2 Sound [talkSound]
Symbol 3 Sound [dropSound]
Symbol 4 Sound [boomSound]
Symbol 5 Sound [burnSound]Used by:106
Symbol 6 Sound [bgSound]Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 BitmapUsed by:12 59 60
Symbol 9 BitmapUsed by:12 57
Symbol 10 BitmapUsed by:12 58
Symbol 11 BitmapUsed by:12 56
Symbol 12 GraphicUses:8 11 10 9Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:17
Symbol 16 GraphicUsed by:17  Timeline
Symbol 17 MovieClipUses:15 16Used by:Timeline
Symbol 18 GraphicUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:18 19Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:Timeline
Symbol 24 GraphicUsed by:25 27 28
Symbol 25 MovieClipUses:24Used by:27 28
Symbol 26 GraphicUsed by:27 28
Symbol 27 ButtonUses:25 24 26Used by:Timeline
Symbol 28 ButtonUses:25 24 26Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 SoundUsed by:Timeline
Symbol 31 GraphicUsed by:47
Symbol 32 SoundUsed by:47
Symbol 33 GraphicUsed by:47
Symbol 34 GraphicUsed by:47
Symbol 35 GraphicUsed by:47
Symbol 36 GraphicUsed by:47
Symbol 37 GraphicUsed by:47
Symbol 38 GraphicUsed by:47
Symbol 39 GraphicUsed by:47
Symbol 40 GraphicUsed by:47
Symbol 41 GraphicUsed by:47
Symbol 42 GraphicUsed by:47
Symbol 43 GraphicUsed by:47
Symbol 44 GraphicUsed by:47
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46Used by:Timeline
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:Timeline
Symbol 50 SoundUsed by:Timeline
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:Timeline
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:Timeline
Symbol 55 GraphicUsed by:61
Symbol 56 GraphicUses:11Used by:61
Symbol 57 GraphicUses:9Used by:61
Symbol 58 GraphicUses:10Used by:61
Symbol 59 GraphicUses:8Used by:61
Symbol 60 GraphicUses:8Used by:61
Symbol 61 MovieClipUses:55 56 57 58 59 60 SS1Used by:Timeline
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:64 65 66 67 68 69 70 71 72
Symbol 64 MovieClipUses:63Used by:65 66 67 68 69 70 71 72 92
Symbol 65 ButtonUses:64 63Used by:Timeline
Symbol 66 ButtonUses:64 63Used by:Timeline
Symbol 67 ButtonUses:64 63Used by:Timeline
Symbol 68 ButtonUses:64 63Used by:Timeline
Symbol 69 ButtonUses:64 63Used by:Timeline
Symbol 70 ButtonUses:64 63Used by:Timeline
Symbol 71 ButtonUses:64 63Used by:Timeline
Symbol 72 ButtonUses:64 63Used by:Timeline
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:75 76 77 78 93
Symbol 75 ButtonUses:74Used by:Timeline
Symbol 76 ButtonUses:74Used by:Timeline
Symbol 77 ButtonUses:74Used by:Timeline
Symbol 78 ButtonUses:74Used by:Timeline
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:81 94
Symbol 81 ButtonUses:80Used by:Timeline
Symbol 82 GraphicUsed by:85
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:82 84Used by:Timeline
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 GraphicUsed by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:89 90Used by:Timeline
Symbol 92 MovieClipUses:64Used by:Timeline
Symbol 93 MovieClipUses:74Used by:Timeline
Symbol 94 MovieClipUses:80Used by:Timeline
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 BitmapUsed by:99 105
Symbol 99 GraphicUses:98Used by:106
Symbol 100 BitmapUsed by:101 102 104
Symbol 101 GraphicUses:100Used by:106
Symbol 102 GraphicUses:100Used by:106
Symbol 103 GraphicUsed by:106
Symbol 104 GraphicUses:100Used by:106
Symbol 105 GraphicUses:98Used by:106
Symbol 106 MovieClipUses:99 101 102 103 104 5 105Used by:Timeline
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:111 112  Timeline
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:111 112  Timeline
Symbol 111 MovieClipUses:108 110Used by:Timeline
Symbol 112 MovieClipUses:108 110Used by:Timeline
Symbol 113 SoundUsed by:Timeline
Symbol 114 GraphicUsed by:115 119
Symbol 115 MovieClipUses:114Used by:119
Symbol 116 GraphicUsed by:119
Symbol 117 FontUsed by:118
Symbol 118 TextUses:117Used by:119
Symbol 119 ButtonUses:115 114 116 118Used by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Streaming Sound 1Used by:Symbol 61 MovieClip

Instance Names

"osamabin"Frame 141Symbol 61 MovieClip
"airplane"Frame 141Symbol 85 MovieClip
"osama_head"Frame 141Symbol 88 MovieClip
"sb0"Frame 141Symbol 91 MovieClip
"ms1"Frame 141Symbol 92 MovieClip
"ms2"Frame 141Symbol 93 MovieClip
"ms3"Frame 141Symbol 94 MovieClip
"ms_fire"Frame 141Symbol 97 MovieClip
"sb1"Frame 141Symbol 91 MovieClip
"sb2"Frame 141Symbol 91 MovieClip
"sb3"Frame 141Symbol 91 MovieClip
"sb4"Frame 141Symbol 91 MovieClip
"sb5"Frame 141Symbol 91 MovieClip
"sb6"Frame 141Symbol 91 MovieClip
"sb7"Frame 141Symbol 91 MovieClip
"mb0"Frame 141Symbol 91 MovieClip
"mb1"Frame 141Symbol 91 MovieClip
"mb2"Frame 141Symbol 91 MovieClip
"mb3"Frame 141Symbol 91 MovieClip
"lb0"Frame 141Symbol 91 MovieClip
"osama_die"Frame 141Symbol 106 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "dieSound"
ExportAssets (56)Timeline Frame 1Symbol 2 as "talkSound"
ExportAssets (56)Timeline Frame 1Symbol 3 as "dropSound"
ExportAssets (56)Timeline Frame 1Symbol 4 as "boomSound"
ExportAssets (56)Timeline Frame 1Symbol 5 as "burnSound"
ExportAssets (56)Timeline Frame 1Symbol 6 as "bgSound"
ExportAssets (56)Timeline Frame 42Symbol 6 as "bgSound"
ExportAssets (56)Timeline Frame 141Symbol 5 as "burnSound"

Labels

"start_game"Frame 42
"start01"Frame 88
"start_game1"Frame 141
"game_loop"Frame 142
"end_loop"Frame 143
"last_win_game"Frame 194
"endend"Frame 306
"last_fail_game"Frame 309
"endendend"Frame 325




http://swfchan.com/7/34351/info.shtml
Created: 16/5 -2019 22:04:56 Last modified: 16/5 -2019 22:04:56 Server time: 25/04 -2024 12:57:55