STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229672 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #34436 |
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 2ifFrameLoaded (100) { gotoAndPlay (6); }Frame 5gotoAndPlay (2);Frame 6numEnemy = 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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 7stop();Frame 9stop();Frame 54stop(); stopAllSounds(); stopAllSounds();Frame 100stopAllSounds(); stop(); stopAllSounds();Symbol 9 MovieClip Frame 1stop();Symbol 9 MovieClip Frame 6stop();Symbol 26 MovieClip Frame 1stop();Symbol 26 MovieClip Frame 4stop();Symbol 48 MovieClip Frame 1stop();Symbol 48 MovieClip Frame 6stop();Symbol 49 MovieClip Frame 1stop();Symbol 49 MovieClip Frame 4stop();Symbol 63 Buttonon (release) { stopAllSounds(); gotoAndPlay (6); }Symbol 99 Buttonon (release) { gotoAndPlay (6); }Symbol 105 Buttonon (release) { gotoAndPlay (55); }
Library Items
Symbol 1 Graphic | Used by:Timeline | |
Symbol 2 Font | Used by:3 4 | |
Symbol 3 Text | Uses:2 | Used by:Timeline |
Symbol 4 Text | Uses:2 | Used by:Timeline |
Symbol 5 Graphic | Used by:9 48 | |
Symbol 6 Graphic | Used by:9 48 | |
Symbol 7 Sound | Used by:9 26 48 49 Timeline | |
Symbol 8 Graphic | Used by:9 48 | |
Symbol 9 MovieClip | Uses:5 6 7 8 | Used by:Timeline |
Symbol 10 Font | Used by:11 75 | |
Symbol 11 Text | Uses:10 | Used by:Timeline |
Symbol 12 Font | Used by:13 | |
Symbol 13 Text | Uses:12 | Used by:Timeline |
Symbol 14 Graphic | Used by:23 | |
Symbol 15 Graphic | Used by:23 | |
Symbol 16 Graphic | Used by:21 65 | |
Symbol 17 Graphic | Used by:21 | |
Symbol 18 Graphic | Used by:21 | |
Symbol 19 Graphic | Used by:21 | |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:16 17 18 19 20 | Used by:23 65 |
Symbol 22 Graphic | Used by:23 | |
Symbol 23 MovieClip | Uses:14 15 21 22 | Used by:26 49 |
Symbol 24 Graphic | Used by:26 49 | |
Symbol 25 Graphic | Used by:26 49 | |
Symbol 26 MovieClip | Uses:23 24 7 25 | Used by:Timeline |
Symbol 27 Graphic | Used by:32 | |
Symbol 28 Graphic | Used by:32 | |
Symbol 29 Graphic | Used by:32 | |
Symbol 30 Graphic | Used by:32 | |
Symbol 31 Graphic | Used by:32 | |
Symbol 32 MovieClip | Uses:27 28 29 30 31 | Used by:Timeline |
Symbol 33 Graphic | Used by:34 | |
Symbol 34 MovieClip | Uses:33 | Used by:35 |
Symbol 35 MovieClip | Uses:34 | Used by:Timeline |
Symbol 36 Graphic | Used by:37 | |
Symbol 37 MovieClip | Uses:36 | Used by:38 67 |
Symbol 38 MovieClip | Uses:37 | Used by:Timeline |
Symbol 39 Graphic | Used by:40 | |
Symbol 40 MovieClip | Uses:39 | Used by:41 |
Symbol 41 MovieClip | Uses:40 | Used by:Timeline |
Symbol 42 Graphic | Used by:44 106 | |
Symbol 43 Graphic | Used by:44 106 | |
Symbol 44 MovieClip | Uses:42 43 | Used by:Timeline |
Symbol 45 Graphic | Used by:47 107 | |
Symbol 46 Graphic | Used by:47 107 | |
Symbol 47 MovieClip | Uses:45 46 | Used by:Timeline |
Symbol 48 MovieClip | Uses:5 6 7 8 | Used by:Timeline |
Symbol 49 MovieClip | Uses:23 24 7 25 | Used by:Timeline |
Symbol 50 Font | Used by:51 | |
Symbol 51 EditableText | Uses:50 | Used by:Timeline |
Symbol 52 Graphic | Used by:56 | |
Symbol 53 Font | Used by:54 58 | |
Symbol 54 Text | Uses:53 | Used by:56 |
Symbol 55 Graphic | Used by:56 | |
Symbol 56 MovieClip | Uses:52 54 55 | Used by:Timeline |
Symbol 57 Sound | Used by:Timeline | |
Symbol 58 Text | Uses:53 | Used by:Timeline |
Symbol 59 Graphic | Used by:63 99 111 | |
Symbol 60 Graphic | Used by:63 99 111 | |
Symbol 61 Graphic | Used by:63 99 111 | |
Symbol 62 Graphic | Used by:63 99 111 | |
Symbol 63 Button | Uses:59 60 61 62 | Used by:Timeline |
Symbol 64 Sound | Used by:65 | |
Symbol 65 Button | Uses:21 16 64 | Used by:Timeline |
Symbol 66 Graphic | Used by:Timeline | |
Symbol 67 MovieClip | Uses:37 | Used by:Timeline |
Symbol 68 Graphic | Used by:70 | |
Symbol 69 Graphic | Used by:70 | |
Symbol 70 MovieClip | Uses:68 69 | Used by:Timeline |
Symbol 71 Bitmap | Used 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 Graphic | Uses:71 | Used by:Timeline |
Symbol 73 Graphic | Used by:74 | |
Symbol 74 MovieClip | Uses:73 | Used by:Timeline |
Symbol 75 Text | Uses:10 | Used by:Timeline |
Symbol 76 Graphic | Uses:71 | Used by:Timeline |
Symbol 77 Graphic | Uses:71 | Used by:Timeline |
Symbol 78 Graphic | Uses:71 | Used by:Timeline |
Symbol 79 Graphic | Uses:71 | Used by:Timeline |
Symbol 80 Graphic | Uses:71 | Used by:Timeline |
Symbol 81 Graphic | Uses:71 | Used by:Timeline |
Symbol 82 Graphic | Uses:71 | Used by:Timeline |
Symbol 83 Graphic | Uses:71 | Used by:Timeline |
Symbol 84 Graphic | Uses:71 | Used by:Timeline |
Symbol 85 Graphic | Uses:71 | Used by:Timeline |
Symbol 86 Graphic | Uses:71 | Used by:Timeline |
Symbol 87 Graphic | Uses:71 | Used by:Timeline |
Symbol 88 Graphic | Uses:71 | Used by:Timeline |
Symbol 89 Graphic | Uses:71 | Used by:Timeline |
Symbol 90 Graphic | Uses:71 | Used by:Timeline |
Symbol 91 Graphic | Uses:71 | Used by:Timeline |
Symbol 92 Graphic | Uses:71 | Used by:Timeline |
Symbol 93 Graphic | Uses:71 | Used by:Timeline |
Symbol 94 Graphic | Uses:71 | Used by:Timeline |
Symbol 95 Graphic | Uses:71 | Used by:Timeline |
Symbol 96 Graphic | Uses:71 | Used by:Timeline |
Symbol 97 Graphic | Uses:71 | Used by:Timeline |
Symbol 98 Graphic | Uses:71 | Used by:Timeline |
Symbol 99 Button | Uses:59 60 61 62 | Used by:Timeline |
Symbol 100 Graphic | Used by:104 105 | |
Symbol 101 Graphic | Used by:104 105 | |
Symbol 102 Graphic | Used by:104 105 | |
Symbol 103 Graphic | Used by:104 105 | |
Symbol 104 Button | Uses:100 101 102 103 | Used by:Timeline |
Symbol 105 Button | Uses:100 101 102 103 | Used by:Timeline |
Symbol 106 MovieClip | Uses:42 43 | Used by:Timeline |
Symbol 107 MovieClip | Uses:45 46 | Used by:Timeline |
Symbol 108 Graphic | Uses:71 | Used by:Timeline |
Symbol 109 Graphic | Uses:71 | Used by:Timeline |
Symbol 110 Graphic | Uses:71 | Used by:Timeline |
Symbol 111 Button | Uses:59 60 61 62 | Used by:Timeline |
Symbol 112 Graphic | Uses:71 | Used by:Timeline |
Symbol 113 Graphic | Uses:71 | Used by:Timeline |
Symbol 114 Graphic | Uses:71 | Used by:Timeline |
Symbol 115 Bitmap | Used by:116 | |
Symbol 116 Graphic | Uses:115 | Used by:Timeline |
Symbol 117 Graphic | Uses:71 | Used by:Timeline |
Symbol 118 Bitmap | Used by:119 | |
Symbol 119 Graphic | Uses:118 | Used by:Timeline |
Symbol 120 Graphic | Uses:71 | Used by:Timeline |
Symbol 121 Bitmap | Used by:122 | |
Symbol 122 Graphic | Uses:121 | Used by:Timeline |
Symbol 123 Graphic | Uses:71 | Used by:Timeline |
Symbol 124 Bitmap | Used by:125 127 | |
Symbol 125 Graphic | Uses:124 | Used by:Timeline |
Symbol 126 Graphic | Uses:71 | Used by:Timeline |
Symbol 127 Graphic | Uses:124 | Used by:Timeline |
Symbol 128 Graphic | Uses:71 | Used by:Timeline |
Symbol 129 Bitmap | Used by:130 | |
Symbol 130 Graphic | Uses:129 | Used by:Timeline |
Symbol 131 Graphic | Uses:71 | Used by:Timeline |
Symbol 132 Bitmap | Used by:133 | |
Symbol 133 Graphic | Uses:132 | Used by:Timeline |
Symbol 134 Graphic | Uses:71 | Used by:Timeline |
Symbol 135 Graphic | Uses:71 | Used by:Timeline |
Symbol 136 Graphic | Uses:71 | Used by:Timeline |
Streaming Sound 1 | Used by:Timeline |
Instance Names
"mainClouds" | Frame 6 | Symbol 35 MovieClip |
"mainCity" | Frame 6 | Symbol 38 MovieClip |
"mainGround" | Frame 6 | Symbol 41 MovieClip |
"ship" | Frame 6 | Symbol 44 MovieClip |
"laser" | Frame 6 | Symbol 47 MovieClip |
"enemy1" | Frame 6 | Symbol 48 MovieClip |
"boss" | Frame 6 | Symbol 49 MovieClip |
"finish" | Frame 6 | Symbol 56 MovieClip |
"clouds" | Symbol 35 MovieClip Frame 1 | Symbol 34 MovieClip |
"city" | Symbol 38 MovieClip Frame 1 | Symbol 37 MovieClip |
"ground" | Symbol 41 MovieClip Frame 1 | Symbol 40 MovieClip |
"city" | Symbol 67 MovieClip Frame 1 | Symbol 37 MovieClip |
Labels
"win" | Frame 8 |
"fin" | Frame 10 |
"gameOver" | Frame 12 |
Dynamic Text Variables
score | Symbol 51 EditableText | "" |
|