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

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

Metal Slug-Kill the Nazis.swf

This is the info page for
Flash #34601

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


Text
LOADING

So punch that bastard!

LOADING.

LOADING..

LOADING...

LOADING....

KILL THE NAZIS!

500

SCORE

AMMO

500

Game Over

SCORE

RESTART

SHOTGUN

RANKINGS:

+ 1500 = Terminator!!!
1000-1500 = Max Payne
800-900 = Neo
600-700 = Predator
400-500 = Xiao Xiao
200-300 = Pikachu
0-100 = Mickey Mouse

SCORE

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (33) { gotoAndPlay (11); }
Frame 10
gotoAndPlay (1);
Frame 27
stop();
Frame 29
numEnemy = 5; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0; ammo = 501;
Instance of Symbol 96 MovieClip "enemy1" in Frame 29
onClipEvent (load) { function reset() { this._x = 600; this._y = random(200) + 100; enemySpeed = random(4) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (laugh.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); } }
Instance of Symbol 99 MovieClip "mainGround" in Frame 29
onClipEvent (load) { ground.duplicateMovieClip("ground2", 100); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 10; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Instance of Symbol 124 MovieClip "spaceship" in Frame 29
onClipEvent (load) { moveSpeed = 6; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 500; 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 = 2; } } 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; } }
Frame 30
stop();
Instance of Symbol 159 MovieClip "laser" in Frame 30
onClipEvent (load) { laserMoveSpeed = 40; this._x = _root.spaceship._x + 120; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (600 < this._x) { this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 1; _root["enemy" + i].gotoAndStop(2); } i++; } } }
Instance of Symbol 160 MovieClip "spaceship" in Frame 30
onClipEvent (load) { moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 500; 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 = 2; } } 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; } }
Frame 32
stop(); stopAllSounds();
Symbol 7 Button
on (release) { gotoAndPlay (2); } on (release) { _root.bodycount = bodycount + 1; bodycount = bodycount + 1; }
Symbol 16 MovieClip Frame 1
stop();
Symbol 56 Button
on (release) { gotoAndPlay (28); }
Symbol 94 MovieClip Frame 7
stop();
Symbol 96 MovieClip Frame 1
stop();
Instance of Symbol 81 MovieClip "laugh" in Symbol 96 MovieClip Frame 1
onClipEvent (load) { if (laugh.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); } }
Symbol 96 MovieClip Frame 2
stop();
Symbol 159 MovieClip Frame 2
stop(); _root.ammo = _root.ammo - 1;
Symbol 173 Button
on (release) { gotoAndPlay (29); } on (release) { stopAllSounds(); }
Symbol 179 Button
on (release) { gotoAndPlay (29); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 17 45 46 47 48 53 125 161 164 174 175
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 BitmapUsed by:5 6 8 11 12 13 14 15
Symbol 5 GraphicUses:4Used by:16
Symbol 6 GraphicUses:4Used by:7
Symbol 7 ButtonUses:6Used by:16
Symbol 8 GraphicUses:4Used by:16
Symbol 9 GraphicUsed by:16
Symbol 10 SoundUsed by:16
Symbol 11 GraphicUses:4Used by:16
Symbol 12 GraphicUses:4Used by:16
Symbol 13 GraphicUses:4Used by:16
Symbol 14 GraphicUses:4Used by:16
Symbol 15 GraphicUses:4Used by:16
Symbol 16 MovieClipUses:5 7 8 9 10 11 12 13 14 15Used by:Timeline
Symbol 17 TextUses:2Used by:Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:30
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:30
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:30
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:30
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:30
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:30
Symbol 30 MovieClipUses:19 21 23 25 27 29Used by:Timeline
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:43
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:43
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:43
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:43
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:43
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:43
Symbol 43 MovieClipUses:32 34 36 38 40 42Used by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 TextUses:2Used by:Timeline
Symbol 46 TextUses:2Used by:Timeline
Symbol 47 TextUses:2Used by:Timeline
Symbol 48 TextUses:2Used by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 BitmapUsed by:51 54 55
Symbol 51 GraphicUses:50Used by:Timeline
Symbol 52 SoundUsed by:Timeline
Symbol 53 TextUses:2Used by:Timeline
Symbol 54 GraphicUses:50Used by:Timeline
Symbol 55 GraphicUses:50Used by:56
Symbol 56 ButtonUses:55Used by:Timeline
Symbol 57 BitmapUsed by:58 73
Symbol 58 GraphicUses:57Used by:81
Symbol 59 BitmapUsed by:60 74
Symbol 60 GraphicUses:59Used by:81
Symbol 61 BitmapUsed by:62 75
Symbol 62 GraphicUses:61Used by:81
Symbol 63 BitmapUsed by:64 76
Symbol 64 GraphicUses:63Used by:81
Symbol 65 BitmapUsed by:66 77
Symbol 66 GraphicUses:65Used by:81
Symbol 67 BitmapUsed by:68 78
Symbol 68 GraphicUses:67Used by:81
Symbol 69 BitmapUsed by:70 79
Symbol 70 GraphicUses:69Used by:81
Symbol 71 BitmapUsed by:72 80
Symbol 72 GraphicUses:71Used by:81
Symbol 73 GraphicUses:57Used by:81
Symbol 74 GraphicUses:59Used by:81
Symbol 75 GraphicUses:61Used by:81
Symbol 76 GraphicUses:63Used by:81
Symbol 77 GraphicUses:65Used by:81
Symbol 78 GraphicUses:67Used by:81
Symbol 79 GraphicUses:69Used by:81
Symbol 80 GraphicUses:71Used by:81
Symbol 81 MovieClipUses:58 60 62 64 66 68 70 72 73 74 75 76 77 78 79 80Used by:96
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:94
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:94
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:94
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:94
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:94
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:94
Symbol 94 MovieClipUses:83 85 87 89 91 93Used by:96
Symbol 95 SoundUsed by:96
Symbol 96 MovieClipUses:81 94 95Used by:Timeline
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:124 160
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:124 160
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:124 160
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:124 160
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:124 160
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:124 160
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:124 160
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:124 160
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:124 160
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:124 160
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:124 160
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:124 160
Symbol 124 MovieClipUses:101 103 105 107 109 111 113 115 117 119 121 123Used by:Timeline
Symbol 125 EditableTextUses:2Used by:Timeline
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:150
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:150
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:150
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:150
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:150
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:150
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:150
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:150
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:150
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:150
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:150
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:150
Symbol 150 MovieClipUses:127 129 131 133 135 137 139 141 143 145 147 149Used by:Timeline
Symbol 151 FontUsed by:152 165 177
Symbol 152 EditableTextUses:151Used by:Timeline
Symbol 153 FontUsed by:154 155 166 178
Symbol 154 EditableTextUses:153Used by:Timeline
Symbol 155 EditableTextUses:153Used by:Timeline
Symbol 156 GraphicUsed by:159
Symbol 157 GraphicUsed by:159
Symbol 158 SoundUsed by:159
Symbol 159 MovieClipUses:156 157 158Used by:Timeline
Symbol 160 MovieClipUses:101 103 105 107 109 111 113 115 117 119 121 123Used by:Timeline
Symbol 161 EditableTextUses:2Used by:Timeline
Symbol 162 SoundUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 TextUses:2Used by:Timeline
Symbol 165 EditableTextUses:151Used by:Timeline
Symbol 166 EditableTextUses:153Used by:Timeline
Symbol 167 GraphicUsed by:173 179
Symbol 168 FontUsed by:169 172
Symbol 169 TextUses:168Used by:173 179
Symbol 170 GraphicUsed by:173 179
Symbol 171 GraphicUsed by:173 179
Symbol 172 TextUses:168Used by:173 179
Symbol 173 ButtonUses:167 169 170 171 172Used by:Timeline
Symbol 174 TextUses:2Used by:Timeline
Symbol 175 TextUses:2Used by:Timeline
Symbol 176 SoundUsed by:Timeline
Symbol 177 EditableTextUses:151Used by:Timeline
Symbol 178 EditableTextUses:153Used by:Timeline
Symbol 179 ButtonUses:167 169 170 171 172Used by:Timeline

Instance Names

"enemy1"Frame 29Symbol 96 MovieClip
"mainGround"Frame 29Symbol 99 MovieClip
"spaceship"Frame 29Symbol 124 MovieClip
"laser"Frame 30Symbol 159 MovieClip
"spaceship"Frame 30Symbol 160 MovieClip
"laugh"Symbol 96 MovieClip Frame 1Symbol 81 MovieClip
"ground"Symbol 99 MovieClip Frame 1Symbol 98 MovieClip

Labels

"gameover"Frame 31

Dynamic Text Variables

ammoSymbol 125 EditableText"500"
scoreSymbol 152 EditableText""
ammoSymbol 161 EditableText"500"
scoreSymbol 165 EditableText""
scoreSymbol 177 EditableText""




http://swfchan.com/7/34601/info.shtml
Created: 16/5 -2019 18:19:30 Last modified: 16/5 -2019 18:19:30 Server time: 29/04 -2024 04:21:29