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

swfchan turned sixteen years old yesterday! (5may2024)

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

Terrorise Osama Bin Laden.swf

This is the info page for
Flash #34436

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


Text
OSAMA BIN LADEN

WARNING: The following material may be
offensive towards certain people. So if this
is you, then you better go away. NOW!

Made by Jim Flower 'jimflower.cjb.net'

Space

FINISH

YOU WIN

JIM FLOWER

ActionScript [AS1/AS2]

Frame 2
ifFrameLoaded (100) { gotoAndPlay (6); }
Frame 5
gotoAndPlay (2);
Frame 6
numEnemy = 4; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0; numfinish = 1; i = 2; while (numfinish >= i) { score = 0; } numboss = 2; i = 2; while (numboss >= i) { score = 0; i++; }
Instance of Symbol 35 MovieClip "mainClouds" in Frame 6
onClipEvent (load) { clouds.duplicateMovieClip("clouds2", 100); clouds2._x = clouds._x + clouds._width; cloudsStartx = this._x; cloudsSpeed = 15; } onClipEvent (enterFrame) { if (_root.ship.scrollStart) { this._x = this._x - cloudsSpeed; if ((cloudsStartx - clouds._width) >= this._x) { this._x = cloudsStartx - cloudsSpeed; } } }
Instance of Symbol 38 MovieClip "mainCity" in Frame 6
onClipEvent (load) { city.duplicateMovieClip("city2", 1000); city2._x = city._x + city._width; cityStartx = this._x; citySpeed = 4; } onClipEvent (enterFrame) { if (_root.ship.scrollStart) { this._x = this._x - citySpeed; if ((cityStartx - city._width) >= this._x) { this._x = cityStartx - citySpeed; } } }
Instance of Symbol 41 MovieClip "mainGround" in Frame 6
onClipEvent (load) { ground.duplicateMovieClip("ground2", 100); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 15; } onClipEvent (enterFrame) { if (_root.ship.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Instance of Symbol 44 MovieClip "ship" in Frame 6
onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 4; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) and (maxLasers >= laserCounter)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(Key.RIGHT)) { if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(Key.LEFT)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 47 MovieClip "laser" in Frame 6
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.ship._x + 50; this._y = _root.ship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (450 < this._x) { _root.ship.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 200; _root["enemy" + i].gotoAndPlay(2); if (this.hitTest(_root["boss" + i])) { _root.score = _root.score + 600; _root["boss" + i].gotoAndPlay(2); } } i++; } } }
Instance of Symbol 48 MovieClip "enemy1" in Frame 6
onClipEvent (load) { function reset() { this._x = 600; this._y = random(200) + 100; enemySpeed = random(8) + 2; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.gotoAndPlay("gameOver"); } if (_root.ship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } }
Instance of Symbol 49 MovieClip "boss" in Frame 6
onClipEvent (load) { function reset() { this._x = 3800; this._y = 210; bossSpeed = 16; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.gotoAndPlay("gameOver"); } if (_root.ship.scrollStart) { this._x = this._x - (bossSpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - bossSpeed; } if (this._x < -10) { reset(); } }
Instance of Symbol 56 MovieClip "finish" in Frame 6
onClipEvent (load) { function reset() { this._x = 4000; this._y = 200; finishSpeed = 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.gotoAndStop("fin"); } if (_root.ship.scrollStart) { this._x = this._x - (finishSpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - finishSpeed; } if (this._x < -10) { reset(); } }
Frame 7
stop();
Frame 9
stop();
Frame 54
stop(); stopAllSounds(); stopAllSounds();
Frame 100
stopAllSounds(); stop(); stopAllSounds();
Symbol 9 MovieClip Frame 1
stop();
Symbol 9 MovieClip Frame 6
stop();
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 4
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 6
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 4
stop();
Symbol 63 Button
on (release) { stopAllSounds(); gotoAndPlay (6); }
Symbol 99 Button
on (release) { gotoAndPlay (6); }
Symbol 105 Button
on (release) { gotoAndPlay (55); }

Library Items

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

Instance Names

"mainClouds"Frame 6Symbol 35 MovieClip
"mainCity"Frame 6Symbol 38 MovieClip
"mainGround"Frame 6Symbol 41 MovieClip
"ship"Frame 6Symbol 44 MovieClip
"laser"Frame 6Symbol 47 MovieClip
"enemy1"Frame 6Symbol 48 MovieClip
"boss"Frame 6Symbol 49 MovieClip
"finish"Frame 6Symbol 56 MovieClip
"clouds"Symbol 35 MovieClip Frame 1Symbol 34 MovieClip
"city"Symbol 38 MovieClip Frame 1Symbol 37 MovieClip
"ground"Symbol 41 MovieClip Frame 1Symbol 40 MovieClip
"city"Symbol 67 MovieClip Frame 1Symbol 37 MovieClip

Labels

"win"Frame 8
"fin"Frame 10
"gameOver"Frame 12

Dynamic Text Variables

scoreSymbol 51 EditableText""




http://swfchan.com/7/34436/info.shtml
Created: 16/5 -2019 20:05:44 Last modified: 16/5 -2019 20:05:44 Server time: 06/05 -2024 20:27:35