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

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

WW2 Soldier 3D -Preview-.swf

This is the info page for
Flash #67550

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


Text
demo v 0.1

www.seanosite.tk

World War 2 Soldier

Now Loading...

-Game Preview-

Preview

PLAY

PLAY

PLAY

PLAY

World War 2 Soldier

3D

Produced By...

es

Game Design

www.seanosite.tk

www.seanosite.tk

World War 2 Soldier

3D

Menu

Preview

Play

Play

Play

instructions

Instructions

Credits

Credits

Credits

-Game Preview Demo-

Instructions

Reload

Reload

Health

Health

Health

Health

Health

Health

Kill Count

This is the health bar, when
you get shot it gradually goes
down, once it is completely
down  your dead
(Mission Falied)

Health

Health

Health

Health

Health

Next

Next

Next

This is the kill count, every-
time you shoot an enemy it
will go up 1

This is bullet rounds, after you use all the bullets
in the round you have to press space to reload

Use your mouse to move the aim around
and press left click to shoot.
(animated example)

As this game has high graphics it may be glitchy
and lag. If this is the case press the 'high/low'
quality button (located top right in every level) to
change the quality to low to make the game run
smoother. It is recommended that you have a
reasonably fast computer to play this game.

High/Low

High/Low

High/Low

High/Low

Toggle Quality

Once you have finnished part of a mission
an arrow button will appear, this means you have
completed a certain part of the mission and you
can now move on to the next part. Once you click the
button you will go to the next part of the mission.

Continue...

Ready...

Ready...

World War 2 Soldier 3D Game
Preview Demo

World War 2 Soldier 3D is an upcoming game that I am
creating. The game uses the game scripting of the previous
uncompleted 'World War 2 Soldier'. WW2 Soldier (previous
hand drawn version) will stay uncompleted due to game data
loss because of a hacker. However WW2 Soldier 3D will use
the same scripting and level designs to recreate the game but
with 3D images and improved graphics.

WW2 Soldier 3D                                       WW2 Soldier (original)

World War 2 Soldier 3D is an upcoming game that I am
creating. The game uses the game scripting of the previous
uncompleted 'World War 2 Soldier'. WW2 Soldier (previous
hand drawn version) will stay uncompleted due to game data
loss because of a hacker. However WW2 Soldier 3D will use
the same scripting and level designs to recreate the game but
with 3D images and improved graphics.

The game is created in Flash Mx 2004 and the graphics and
3D Images in 3D Studio Max 6. All level and game design are
created by me except the 3D game characters that were
created by  3dviewport.com. Please also visit my site
www.seanosite.tk
Please click the continue button below to play a demo of the first part of
Mission one (D-Day Landing)

Omaha Beach
Normandy, France
June 6 1944

'Go Go Go!'

Retry

Retry

Quit

Quit

Killed In Action

MISSION FAILED

Mission Complete

Please Wait...

World War 2
Soldier 3D
Coming Soon...

This has been a preview
of the upcoming game
World War 2 Soldier 3D. All
images and levels are yet
to be optimised and fully
completed.
Please Visit
www.seanosite.tk

-Credits-

Level Design                                                                            Sean D
Character Models (3d Max)                                                                                 3dviewport.com
Animation                                                                                                                          Sean D
Game Scripting                                                                                                                 Sean D
Guns Ripped from                                                                                                           MOHAA
Special Thanks:
'Flex'
Techradium.com
3dviewport.com
newgrounds.com
flashkit.com
Levels and Models created in 3D Studio Max
Game created in Flash Mx 2004
Images edited in Photoshop CS
WW2 Soldier presented by...

Visit
www.seanosite.tk
www.geocities.com/worldwar2soldier

Thanks for playing

World War 2 Soldier 3D

demo v 0.1

Play Again?

www.seanosite.tk

ActionScript [AS1/AS2]

Frame 1
loadpercent = "0%"; loadBytes = ("0 of " + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb";
Frame 2
loadPercent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%"; loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded."; if (_root.getBytesLoaded() == _root.getBytesTotal()) { loadPercent = "100%"; loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded."; gotoAndPlay ("Button"); }
Frame 3
gotoAndPlay (2);
Frame 4
stop();
Frame 11
stop();
Frame 146
Mouse.show(); stop();
Frame 158
stop();
Frame 164
stop();
Frame 170
stop();
Frame 171
stop();
Frame 172
stop();
Frame 173
stop();
Frame 174
stop();
Frame 178
stop();
Frame 259
stopAllSounds(); stop();
Frame 265
targetPath(blood - record); updateAfterEvent(); stop(); score = 0; shot = new Sound(); shot.attachSound("gunShot"); empty = new Sound(); empty.attachSound("emptySound"); Mouse.hide(); gun.onMouseMove = function () { this._x = _xmouse; if (this._x < 80) { this._x = 80; } updateAfterEvent(); }; gun.onMouseDown = function () { if (ammunition.ammo) { this.play(); shot.start(); sights.nextFrame(); ammunition.nextFrame(); } else { empty.start(); } }; sights.onMouseMove = function () { this._x = _xmouse; this._y = _ymouse; if (this._y > 310) { this._y = 310; } updateAfterEvent(); }; reloadGun = new Object(); reloadGun.onKeyDown = function () { if (Key.isDown(32) && (ammunition.reloadAllowed)) { reload.start(); gun.gotoAndPlay(5); sights.gotoAndPlay(1); ammunition.gotoAndStop(1); } }; Key.addListener(reloadGun);
Instance of Symbol 200 MovieClip in Frame 265
onClipEvent (load) { guard1up = 0; } onClipEvent (enterFrame) { if (!guard1up) { guard1yn = Math.floor(Math.random() * 25); if (guard1yn == 1) { guard1up = 1; this.gotoAndPlay("guard1normal"); } } } on (press) { _root.score = _root.score + 1; this.gotoAndPlay("guard1shot"); this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 265
onClipEvent (load) { guard1up = 0; } onClipEvent (enterFrame) { if (!guard1up) { guard1yn = Math.floor(Math.random() * 25); if (guard1yn == 1) { guard1up = 1; this.gotoAndPlay("guard1normal"); } } } on (press) { _root.score = _root.score + 1; this.gotoAndPlay("guard1shot"); this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 265
onClipEvent (load) { guard1up = 0; } onClipEvent (enterFrame) { if (!guard1up) { guard1yn = Math.floor(Math.random() * 25); if (guard1yn == 1) { guard1up = 1; this.gotoAndPlay("guard1normal"); } } } on (press) { _root.score = _root.score + 1; this.gotoAndPlay("guard1shot"); this.enabled = 0; }
Instance of Symbol 200 MovieClip in Frame 265
onClipEvent (load) { guard1up = 0; } onClipEvent (enterFrame) { if (!guard1up) { guard1yn = Math.floor(Math.random() * 25); if (guard1yn == 1) { guard1up = 1; this.gotoAndPlay("guard1normal"); } } } on (press) { _root.score = _root.score + 1; this.gotoAndPlay("guard1shot"); this.enabled = 0; }
Instance of Symbol 200 MovieClip in Frame 265
onClipEvent (load) { guard1up = 0; } onClipEvent (enterFrame) { if (!guard1up) { guard1yn = Math.floor(Math.random() * 25); if (guard1yn == 1) { guard1up = 1; this.gotoAndPlay("guard1normal"); } } } on (press) { _root.score = _root.score + 1; this.gotoAndPlay("guard1shot"); this.enabled = 0; }
Frame 266
stop(); sights.gotoAndStop(1);
Frame 269
stop();
Frame 353
gotoAndPlay (354);
Frame 393
stop(); Mouse.show();
Frame 553
Mouse.show(); stop();
Symbol 18 MovieClip Frame 1
this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
Symbol 18 MovieClip Frame 2
gotoAndPlay (1);
Symbol 38 Button
on (release) { gotoAndPlay (21); }
Symbol 72 Button
on (release) { gotoAndPlay (127); }
Symbol 75 Button
on (release) { gotoAndPlay (147); }
Symbol 80 Button
on (release) { gotoAndPlay (174); }
Symbol 81 Button
on (release) { gotoAndPlay (394); }
Symbol 94 MovieClip Frame 1
stop(); ammo = 1; reloadAllowed = 0;
Symbol 94 MovieClip Frame 9
ammo = 0; reloadAllowed = 1;
Symbol 101 MovieClip Frame 4
gotoAndStop (1);
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 21
tellTarget ("/") { gotoAndPlay ("/game over"); };
Symbol 134 Button
on (release) { play(); }
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 4
gotoAndStop (1);
Symbol 150 Button
on (release) { gotoAndPlay (127); }
Symbol 157 Button
on (release) { toggleHighQuality(); }
Symbol 170 Button
on (release) { gotoAndPlay (178); }
Symbol 177 Button
on (release) { gotoAndPlay (179); }
Symbol 191 Button
on (release) { gotoAndPlay (265); }
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 31
guard1up = 0; gotoAndStop ("guard1normal");
Symbol 200 MovieClip Frame 36
tellTarget ("/killmeter") { nextFrame(); };
Symbol 200 MovieClip Frame 38
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 18
tellTarget ("/blood-record") { nextFrame(); };
Symbol 203 MovieClip Frame 31
guard1up = 0; gotoAndStop ("guard1normal");
Symbol 203 MovieClip Frame 36
tellTarget ("/killmeter") { nextFrame(); };
Symbol 203 MovieClip Frame 38
stop();
Symbol 215 MovieClip Frame 4
stop();
Symbol 216 MovieClip Frame 3
stop();
Symbol 217 MovieClip Frame 4
stop();
Symbol 218 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 2
stop();
Symbol 218 MovieClip Frame 3
stop();
Symbol 218 MovieClip Frame 4
stop();
Symbol 218 MovieClip Frame 5
stop();
Symbol 218 MovieClip Frame 6
stop();
Symbol 218 MovieClip Frame 7
stop();
Symbol 218 MovieClip Frame 8
stop();
Symbol 218 MovieClip Frame 9
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 224 MovieClip Frame 6
tellTarget ("/") { gotoAndPlay ("complete"); };
Symbol 232 Button
on (release) { stopAllSounds(); targetPath(blood - record); updateAfterEvent(); gotoAndPlay (265); }
Symbol 235 Button
on (release) { stopAllSounds(); gotoAndPlay (265); }
Symbol 242 Button
on (release) { stopAllSounds(); } on (release) { gotoAndPlay (314); }
Symbol 252 Button
on (release) { gotoAndPlay (394); }
Symbol 260 Button
on (release) { gotoAndPlay (127); }

Library Items

Symbol 1 Sound [gunShot]
Symbol 2 Sound [reloadSound]Used by:145
Symbol 3 FontUsed by:4 26 53 63 105 106 161
Symbol 4 TextUses:3Used by:Timeline
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:Timeline
Symbol 7 FontUsed by:8 9
Symbol 8 EditableTextUses:7Used by:Timeline
Symbol 9 EditableTextUses:7Used by:Timeline
Symbol 10 FontUsed by:11
Symbol 11 TextUses:10Used by:Timeline
Symbol 12 GraphicUsed by:15
Symbol 13 GraphicUsed by:14 18
Symbol 14 MovieClipUses:13Used by:15
Symbol 15 MovieClipUses:12 14Used by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 MovieClipUses:13Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 FontUsed by:21 22 117 135 136 148 149 158 159 182 190 228 230 233 234 245
Symbol 21 TextUses:20Used by:23
Symbol 22 TextUses:20Used by:23
Symbol 23 MovieClipUses:21 22Used by:Timeline
Symbol 24 FontUsed by:25 59 64 82 98 103 104 162 163 167 250 251
Symbol 25 TextUses:24Used by:Timeline
Symbol 26 TextUses:3Used by:Timeline
Symbol 27 FontUsed by:28 32 34
Symbol 28 TextUses:27Used by:38
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:38
Symbol 31 GraphicUsed by:38
Symbol 32 TextUses:27Used by:38
Symbol 33 GraphicUsed by:38
Symbol 34 TextUses:27Used by:38
Symbol 35 GraphicUsed by:38
Symbol 36 FontUsed by:37 151 154
Symbol 37 EditableTextUses:36Used by:38
Symbol 38 ButtonUses:28 30 31 32 33 34 35 37Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:Timeline
Symbol 43 FontUsed by:44 45 46 62 258
Symbol 44 TextUses:43Used by:Timeline
Symbol 45 TextUses:43Used by:Timeline
Symbol 46 TextUses:43Used by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 FontUsed by:50
Symbol 50 TextUses:49Used by:54  Timeline
Symbol 51 FontUsed by:52
Symbol 52 TextUses:51Used by:Timeline
Symbol 53 TextUses:3Used by:Timeline
Symbol 54 MovieClipUses:50Used by:Timeline
Symbol 55 SoundUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 TextUses:24Used by:Timeline
Symbol 60 FontUsed by:61 67 70 71 73 74 76 77 78
Symbol 61 TextUses:60Used by:Timeline
Symbol 62 TextUses:43Used by:Timeline
Symbol 63 TextUses:3Used by:Timeline
Symbol 64 TextUses:24Used by:Timeline
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:Timeline
Symbol 67 TextUses:60Used by:72 80 260
Symbol 68 GraphicUsed by:72 75 79 80 81 260
Symbol 69 GraphicUsed by:72 75 79 80 81 260
Symbol 70 TextUses:60Used by:72 80 260
Symbol 71 TextUses:60Used by:72 75 79 80 81 260
Symbol 72 ButtonUses:67 68 69 70 71Used by:Timeline
Symbol 73 TextUses:60Used by:75
Symbol 74 TextUses:60Used by:75
Symbol 75 ButtonUses:73 68 69 74 71Used by:Timeline
Symbol 76 TextUses:60Used by:79 81
Symbol 77 TextUses:60Used by:79 81
Symbol 78 TextUses:60Used by:79 81
Symbol 79 ButtonUses:76 68 69 77 78 71Used by:Timeline
Symbol 80 ButtonUses:67 68 69 70 71Used by:Timeline
Symbol 81 ButtonUses:76 68 69 77 78 71Used by:Timeline
Symbol 82 TextUses:24Used by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 FontUsed by:85 114 115 127 129 133 188 205 240
Symbol 85 TextUses:84Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:94  Timeline
Symbol 88 GraphicUsed by:94
Symbol 89 FontUsed by:90 91 243
Symbol 90 TextUses:89Used by:92
Symbol 91 TextUses:89Used by:92
Symbol 92 MovieClipUses:90 91Used by:94
Symbol 93 SoundUsed by:94
Symbol 94 MovieClipUses:87 88 92 93Used by:Timeline
Symbol 95 GraphicUsed by:113 125
Symbol 96 GraphicUsed by:113 125
Symbol 97 GraphicUsed by:113 125
Symbol 98 TextUses:24Used by:113
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:99 100Used by:113
Symbol 102 SoundUsed by:113
Symbol 103 TextUses:24Used by:113
Symbol 104 TextUses:24Used by:113
Symbol 105 TextUses:3Used by:113
Symbol 106 TextUses:3Used by:113
Symbol 107 FontUsed by:108
Symbol 108 TextUses:107Used by:113
Symbol 109 GraphicUsed by:113
Symbol 110 SoundUsed by:113
Symbol 111 GraphicUsed by:113
Symbol 112 SoundUsed by:113
Symbol 113 MovieClipUses:95 96 97 98 101 102 103 104 105 106 108 109 110 111 112Used by:Timeline
Symbol 114 TextUses:84Used by:Timeline
Symbol 115 EditableTextUses:84Used by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 TextUses:20Used by:Timeline
Symbol 118 FontUsed by:119 120 121 122 254 259
Symbol 119 TextUses:118Used by:125
Symbol 120 TextUses:118Used by:125
Symbol 121 TextUses:118Used by:125
Symbol 122 TextUses:118Used by:125
Symbol 123 FontUsed by:124
Symbol 124 TextUses:123Used by:125
Symbol 125 MovieClipUses:95 96 97 119 120 121 122 124Used by:Timeline
Symbol 126 GraphicUsed by:134 150
Symbol 127 TextUses:84Used by:134 150
Symbol 128 GraphicUsed by:134 150
Symbol 129 TextUses:84Used by:134 150
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:134 150
Symbol 132 GraphicUsed by:134 150
Symbol 133 TextUses:84Used by:134 150
Symbol 134 ButtonUses:126 127 128 129 131 132 133Used by:Timeline
Symbol 135 TextUses:20Used by:Timeline
Symbol 136 TextUses:20Used by:Timeline
Symbol 137 GraphicUsed by:140
Symbol 138 GraphicUsed by:140
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:137 138 139Used by:Timeline
Symbol 141 GraphicUsed by:145
Symbol 142 GraphicUsed by:145
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:141 142 143 144 2Used by:147  Timeline
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:145 146Used by:Timeline
Symbol 148 TextUses:20Used by:Timeline
Symbol 149 TextUses:20Used by:Timeline
Symbol 150 ButtonUses:126 127 128 129 131 132 133Used by:Timeline
Symbol 151 TextUses:36Used by:157
Symbol 152 FontUsed by:153 156
Symbol 153 TextUses:152Used by:157
Symbol 154 TextUses:36Used by:157
Symbol 155 GraphicUsed by:157
Symbol 156 TextUses:152Used by:157
Symbol 157 ButtonUses:151 153 154 155 156Used by:Timeline
Symbol 158 TextUses:20Used by:Timeline
Symbol 159 TextUses:20Used by:Timeline
Symbol 160 GraphicUsed by:165 170 177 191 242 252
Symbol 161 TextUses:3Used by:165 170 177 191 242 252
Symbol 162 TextUses:24Used by:165 170 177 191 242 252
Symbol 163 TextUses:24Used by:165 170 177 191 242 252
Symbol 164 SoundUsed by:165 170 177 191 242 252
Symbol 165 ButtonUses:160 161 162 163 164Used by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 TextUses:24Used by:Timeline
Symbol 168 FontUsed by:169 174 175 176 255 256 257 261 262
Symbol 169 TextUses:168Used by:Timeline
Symbol 170 ButtonUses:160 161 162 163 164Used by:Timeline
Symbol 171 BitmapUsed by:173
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:171 172Used by:Timeline
Symbol 174 TextUses:168Used by:Timeline
Symbol 175 TextUses:168Used by:Timeline
Symbol 176 TextUses:168Used by:Timeline
Symbol 177 ButtonUses:160 161 162 163 164Used by:Timeline
Symbol 178 BitmapUsed by:180 249
Symbol 179 BitmapUsed by:180 192
Symbol 180 GraphicUses:178 179Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 TextUses:20Used by:Timeline
Symbol 183 VideoUsed by:Timeline
Symbol 184 SoundUsed by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 VideoUsed by:Timeline
Symbol 187 VideoUsed by:Timeline
Symbol 188 EditableTextUses:84Used by:Timeline
Symbol 189 VideoUsed by:Timeline
Symbol 190 TextUses:20Used by:Timeline
Symbol 191 ButtonUses:160 161 162 163 164Used by:Timeline
Symbol 192 GraphicUses:179Used by:Timeline
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 GraphicUsed by:200 203  Timeline
Symbol 196 SoundUsed by:200 203
Symbol 197 GraphicUsed by:200 203
Symbol 198 SoundUsed by:200
Symbol 199 GraphicUsed by:200 203
Symbol 200 MovieClipUses:195 196 197 198 199Used by:Timeline
Symbol 201 SoundUsed by:203
Symbol 202 SoundUsed by:203
Symbol 203 MovieClipUses:195 197 196 201 202 199Used by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 EditableTextUses:84Used by:Timeline
Symbol 206 GraphicUsed by:208
Symbol 207 SoundUsed by:208
Symbol 208 ButtonUses:206 207Used by:Timeline
Symbol 209 GraphicUsed by:212
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:212
Symbol 212 ButtonUses:209 211Used by:Timeline
Symbol 213 GraphicUsed by:215 216 217 218
Symbol 214 GraphicUsed by:215 216 217 218
Symbol 215 MovieClipUses:213 214Used by:218
Symbol 216 MovieClipUses:213 214Used by:218
Symbol 217 MovieClipUses:213 214Used by:218
Symbol 218 MovieClipUses:213 214 215 216 217Used by:Timeline
Symbol 219 GraphicUsed by:224
Symbol 220 GraphicUsed by:224
Symbol 221 GraphicUsed by:224
Symbol 222 GraphicUsed by:224
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:219 220 221 222 223Used by:Timeline
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:Timeline
Symbol 227 GraphicUsed by:232 235
Symbol 228 TextUses:20Used by:232
Symbol 229 GraphicUsed by:232 235
Symbol 230 TextUses:20Used by:232
Symbol 231 GraphicUsed by:232 235
Symbol 232 ButtonUses:227 228 229 230 231Used by:Timeline
Symbol 233 TextUses:20Used by:235
Symbol 234 TextUses:20Used by:235
Symbol 235 ButtonUses:227 233 229 234 231Used by:Timeline
Symbol 236 GraphicUsed by:Timeline
Symbol 237 FontUsed by:238 239
Symbol 238 TextUses:237Used by:Timeline
Symbol 239 TextUses:237Used by:Timeline
Symbol 240 EditableTextUses:84Used by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 ButtonUses:160 161 162 163 164Used by:Timeline
Symbol 243 TextUses:89Used by:Timeline
Symbol 244 VideoUsed by:Timeline
Symbol 245 TextUses:20Used by:Timeline
Symbol 246 GraphicUsed by:248
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:246 247Used by:Timeline
Symbol 249 GraphicUses:178Used by:Timeline
Symbol 250 TextUses:24Used by:Timeline
Symbol 251 TextUses:24Used by:Timeline
Symbol 252 ButtonUses:160 161 162 163 164Used by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 TextUses:118Used by:Timeline
Symbol 255 TextUses:168Used by:Timeline
Symbol 256 TextUses:168Used by:Timeline
Symbol 257 TextUses:168Used by:Timeline
Symbol 258 TextUses:43Used by:Timeline
Symbol 259 TextUses:118Used by:Timeline
Symbol 260 ButtonUses:67 68 69 70 71Used by:Timeline
Symbol 261 TextUses:168Used by:Timeline
Symbol 262 EditableTextUses:168Used by:Timeline

Instance Names

"LoadBarFill"Frame 1Symbol 18 MovieClip
"ammunition"Frame 147Symbol 94 MovieClip
"qual"Frame 172Symbol 157 Button
"ammunition"Frame 253Symbol 94 MovieClip
"blood-record"Frame 253Symbol 113 MovieClip
"gun"Frame 253Symbol 145 MovieClip
"ammunition"Frame 265Symbol 94 MovieClip
"blood-record"Frame 265Symbol 113 MovieClip
"gun"Frame 265Symbol 145 MovieClip
"sights"Frame 265Symbol 218 MovieClip
"killmeter"Frame 265Symbol 224 MovieClip
"qual"Frame 265Symbol 157 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "gunShot"
ExportAssets (56)Timeline Frame 1Symbol 2 as "reloadSound"
ExportAssets (56)Timeline Frame 171Symbol 2 as "reloadSound"

Labels

"Button"Frame 4
"Loaded"Frame 11
"game over"Frame 266
"complete"Frame 269
"guard1normal"Symbol 200 MovieClip Frame 1
"guard1shot"Symbol 200 MovieClip Frame 32
"guard1normal"Symbol 203 MovieClip Frame 1
"guard1shot"Symbol 203 MovieClip Frame 32

Dynamic Text Variables

loadPercentSymbol 8 EditableText""
loadBytesSymbol 9 EditableText""
scoreSymbol 115 EditableText""
scoreSymbol 188 EditableText""
scoreSymbol 205 EditableText""
scoreSymbol 240 EditableText""




http://swfchan.com/14/67550/info.shtml
Created: 11/4 -2019 12:10:13 Last modified: 11/4 -2019 12:10:13 Server time: 16/05 -2024 13:04:23