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

swfchan turned sixteen years old the day before yesterday! (5may2024)

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

CT - Apocalypse I.swf

This is the info page for
Flash #67675

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


Text
When text pops up and a character is speaking, this button will
show somewhere within the text bar. Click it to continue.

<p align="center"></p>

<p align="center"></p>

Menu by Neo=Fusion

PLAY

STORY SO FAR

CREDITS

SCENE SELECT

Chrono Trigger Apocalypse
Episode I

MENU

Scene Selection

The Resistance

The Core of Porre

The Void

Alive

Chrono Trigger Apocalypse Beginnings
It is 1009 AD and a small resistance, called the Guardian Sigma, is fighting the
corrupt empire of Porre.
In 1005 AD Guardia fell. Crono and Marle went missing, seemingly vanished in
thin air. On a hill overlooking the sea two mysterious gravestones have appeared
recently, both stating that "Crono and Marle lie here". The dates are smudged and
the years can only be read as follows on each: "?09 AD" . There is no appearance
of a 4th number and the first is not readable.
Guardian Sigma leader, Lucca, is leading a final assault on Porre. They have
fought for 4 years and finally they are on their last legs... The final assault is about
to take place...

Directed by
Neo-Fusion

Written by
Neo-Fusion

Animated by
Neo-Fusion

Music by
Yasunori Mitsuda &
Nobuo Uematsu

Additional Music from
The NG Audio Portal

We will always be there for
you Lucca...

Chrono Trigger Apocalypse

Men... we have lost to Porre. We can't hold out any
longer, so we will make a final assault and try to
keep them from taking over the rest of the world.

We will get into the heavily guarded Porre empire by
having two teams. Alpha team will create a diversion
and quickly flea. Meanwhile Beta team will infiltrate
the city and make their way to the core.

I will accompany Beta team. We will move at
daybreak. Men I have composed the list of who
will be on what team. I trust you all to notify
them tonight of where they will be stationed.

Yes Ma'am

Porre Empire
Inside the city wall

The Resistance is making an assault. We must
all report to protect the wall.

This place seems, so... advanced.

This place seems so familiar... I'm going to be honest,
we have never been this close to the core before. We
could shut down their whole operation if we hurry.

LUCCA!

The... The Mammon... The Mammon Machine.... how why!?
Who could have revived this monstrocity. Who could have
dreamed of it over 10,000 years later!?

Ha Ha... Do you have any idea how long I have
waited for this? It is so satisfying to see myself on
the winning side. Immortality is mine.

Da... Dalton... How did you escape your
time void!

Well being around the Mammon Machine so long during
Zeal's time gave me the power to transcend time. I used it to
escape. I didn't know to what time period... But I do know
that it used all of that power I had attained.

You will now go into the void!

Burst

How... How could this
happen

Void

... I couldn't do it. I couldn't save those
innocent lives. I couldn't save the world from
Porre. I couldn't save myself.

I couldn't save Mom or Dad... I couldn't
even save Crono or Marle... I'm... I'm so
sorry...

Ugh...  I feel, something reacting with... THE
GATE KEY!

??? House

Oh your awake... That's good.

... What... Where am I? Who are you?

Your in Porre Village Miss.

Uhh... What?!
Ma'am what year is it?

It's 609 AD. Miss, I would reccomend
you rest more.

... How? If you would excuse me I have to go.

It's really... you.

Did you miss us?

Produced by
Neo-Fusion
Animated by
Neo-Fusion
Distributed by
Newgrounds
Classic Video Game Animations (CVA)
In association with
Classic Video Game Animations (CVA)
The Chrono Compendium
Music by
Yasunori Mitsuda
Nobuo Uematsu
Additional Music
Tiredguy
Musical Selection in order of apearance
Menu- The Brink of Time
Opening Scene- Manoria Cathedral
The Plan- The Returners
Infiltration- Zeal Palace
Dalton's Vengeance- Boss Battle 2
Lucca in the Void- At the Bottom of Night
600 AD- Wind Scene
Credits- Determination
Special Thanks
Hiyoko
Mad-Dave
Jetz
and the rest of the CVA animators
Zeality
and the rest of the Chrono Compendium

Chrono Trigger Apocalypse I

To be continued...

ActionScript [AS1/AS2]

Frame 2
stop();
Instance of Symbol 105 MovieClip in Frame 2
on (press) { getURL ("http://www.cvanimation.com", "_blank"); }
Frame 3
stop(); stop();
Frame 4
stop();
Frame 5
stop();
Frame 497
stop();
Frame 528
stop();
Frame 558
stop();
Frame 795
stop();
Frame 937
stop();
Frame 969
stop();
Frame 1208
stop();
Frame 1254
stop();
Frame 1283
stop();
Frame 1311
stop();
Frame 1339
stop();
Frame 1695
stop();
Frame 1727
stop();
Frame 1756
stop();
Frame 1886
stop();
Frame 1914
stop();
Frame 1941
stop();
Frame 1968
stop();
Frame 1994
stop();
Frame 2022
stop();
Frame 2349
stop();
Symbol 55 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 57 MovieClip Frame 40
stop();
Symbol 83 Button
on (release) { startMovie(); }
Symbol 84 MovieClip Frame 1
function timerHandler() { if (!loadingComplete) { var _local4 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * _local4; if (_local4 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop ("loaded"); } return(undefined); } } dt = getTimer() - time; time = time + dt; frameAccum = frameAccum + dt; var _local3 = 0; while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) { advanceFrame(tankLogo, true, true); advanceFrame(loadingText, false, true); advanceFrame(barGfx, false, true); if (loadingComplete) { advanceFrame(this, false, false); } (frameAccum = frameAccum - FRAME_TIME); _local3++; } updateAfterEvent(); } function advanceFrame(clip, recurse, loop) { if (!clip) { return(undefined); } clip.stop(); if (clip._currentframe == clip._totalframes) { if (loop) { clip.gotoAndStop(1); } } else { clip.nextFrame(); } if (recurse) { for (childName in clip) { if (typeof(clip[childName]) == "movieclip") { advanceFrame(clip[childName], recurse, loop); } } } } function startMovie() { clearInterval(intervalId); _root.play(); } _root.stop(); stop(); var FRAME_TIME = 33.3333333333333; var AUTO_PLAY = false; var MAX_FRAME_SKIP = 5; var loadingComplete; var intervalId; var time; var frameAccum; loadingComplete = false; intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2); frameAccum = 0; time = getTimer(); timerHandler();
Symbol 103 MovieClip Frame 83
CVAText.text = "";
Symbol 103 MovieClip Frame 96
CVAText.text = "C";
Symbol 103 MovieClip Frame 97
CVAText.text = "Cl";
Symbol 103 MovieClip Frame 98
CVAText.text = "Cla";
Symbol 103 MovieClip Frame 99
CVAText.text = "Clas";
Symbol 103 MovieClip Frame 100
CVAText.text = "Class";
Symbol 103 MovieClip Frame 101
CVAText.text = "Classi";
Symbol 103 MovieClip Frame 102
CVAText.text = "Classic";
Symbol 103 MovieClip Frame 103
CVAText.text = "Classic ";
Symbol 103 MovieClip Frame 104
CVAText.text = "Classic V";
Symbol 103 MovieClip Frame 105
CVAText.text = "Classic VG";
Symbol 103 MovieClip Frame 106
CVAText.text = "Classic VG ";
Symbol 103 MovieClip Frame 107
CVAText.text = "Classic VG A";
Symbol 103 MovieClip Frame 108
CVAText.text = "Classic VG An";
Symbol 103 MovieClip Frame 109
CVAText.text = "Classic VG Ani";
Symbol 103 MovieClip Frame 110
CVAText.text = "Classic VG Anim";
Symbol 103 MovieClip Frame 111
CVAText.text = "Classic VG Anima";
Symbol 103 MovieClip Frame 112
CVAText.text = "Classic VG Animat";
Symbol 103 MovieClip Frame 113
CVAText.text = "Classic VG Animati";
Symbol 103 MovieClip Frame 114
CVAText.text = "Classic VG Animatio";
Symbol 103 MovieClip Frame 115
CVAText.text = "Classic VG Animation";
Symbol 103 MovieClip Frame 116
CVAText.text = "Classic VG Animations";
Symbol 103 MovieClip Frame 249
_root.play();
Symbol 109 Button
on (release) { gotoAndPlay (6); } on (release) { stopAllSounds(); }
Symbol 111 Button
on (release) { gotoAndPlay (5); }
Symbol 113 Button
on (release) { gotoAndPlay (2360); } on (release) { stopAllSounds(); }
Symbol 115 Button
on (release) { gotoAndPlay (4); }
Symbol 119 Button
on (release) { gotoAndPlay (3); }
Symbol 122 Button
on (release) { gotoAndPlay (381); } on (release) { stopAllSounds(); }
Symbol 124 Button
on (release) { gotoAndPlay (665); } on (release) { stopAllSounds(); }
Symbol 126 Button
on (release) { gotoAndPlay (1623); } on (release) { stopAllSounds(); }
Symbol 128 Button
on (release) { gotoAndPlay (2207); } on (release) { stopAllSounds(); }
Symbol 209 Button
on (release) { gotoAndPlay (498); }
Symbol 211 Button
on (release) { gotoAndPlay (529); }
Symbol 213 Button
on (release) { gotoAndPlay (559); }
Symbol 223 Button
on (release) { gotoAndPlay (796); }
Symbol 231 Button
on (release) { gotoAndPlay (938); }
Symbol 236 Button
on (release) { gotoAndPlay (970); }
Symbol 242 Button
on (release) { gotoAndPlay (1209); }
Symbol 251 Button
on (release) { gotoAndPlay (1255); }
Symbol 253 Button
on (release) { gotoAndPlay (1284); }
Symbol 255 Button
on (release) { gotoAndPlay (1313); }
Symbol 257 Button
on (release) { gotoAndPlay (1340); }
Symbol 282 Button
on (release) { gotoAndPlay (1696); }
Symbol 284 Button
on (release) { gotoAndPlay (1728); }
Symbol 286 Button
on (release) { gotoAndPlay (1757); }
Symbol 303 Button
on (release) { gotoAndPlay (1887); }
Symbol 305 Button
on (release) { gotoAndPlay (1915); }
Symbol 307 Button
on (release) { gotoAndPlay (1942); }
Symbol 310 Button
on (release) { gotoAndPlay (1969); }
Symbol 312 Button
on (release) { gotoAndPlay (1995); }
Symbol 314 Button
on (release) { gotoAndPlay (2023); }
Symbol 330 Button
on (release) { gotoAndPlay (2350); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:7 209 211 213 223 231 236 242 251 253 255 257 282 284 286 303 305 307 310 312 314 330
Symbol 6 GraphicUsed by:7 209 211 213 223 231 236 242 251 253 255 257 282 284 286 303 305 307 310 312 314 330
Symbol 7 ButtonUses:5 6Used by:Timeline
Symbol 8 FontUsed by:9 106 108 110 112 114 116 118 120 121 123 125 127 129 153 155 158 159 167 181 188 208 210 212 214 218 222 230 232 240 241 250 252 254 256 259 270 271 280 283 285 290 302 304 306 309 311 313 328 329 331 332 333
Symbol 9 TextUses:8Used by:Timeline
Symbol 10 GraphicUsed by:84
Symbol 11 GraphicUsed by:84
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:84
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:14 15Used by:84
Symbol 17 GraphicUsed by:84
Symbol 18 GraphicUsed by:84
Symbol 19 GraphicUsed by:84
Symbol 20 GraphicUsed by:27 57
Symbol 21 GraphicUsed by:27 57
Symbol 22 GraphicUsed by:27 57
Symbol 23 GraphicUsed by:27 57
Symbol 24 GraphicUsed by:27 57
Symbol 25 GraphicUsed by:27 57
Symbol 26 GraphicUsed by:27 57
Symbol 27 MovieClipUses:20 21 22 23 24 25 26Used by:84
Symbol 28 GraphicUsed by:84
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:84
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:52
Symbol 33 GraphicUsed by:37
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37 40
Symbol 37 MovieClipUses:33 34 36Used by:51
Symbol 38 GraphicUsed by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:38 39 36Used by:51
Symbol 41 GraphicUsed by:44
Symbol 42 GraphicUsed by:44 47
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:41 42 43Used by:48
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:45 42 46Used by:48
Symbol 48 MovieClipUses:44 47Used by:51
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:51
Symbol 51 MovieClipUses:37 40 48 50Used by:52
Symbol 52 MovieClipUses:32 51Used by:84
Symbol 53 GraphicUsed by:84
Symbol 54 GraphicUsed by:55  Timeline
Symbol 55 ButtonUses:54Used by:84
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:20 21 22 23 24 25 26 56Used by:84
Symbol 58 GraphicUsed by:84
Symbol 59 GraphicUsed by:84
Symbol 60 GraphicUsed by:84
Symbol 61 GraphicUsed by:84
Symbol 62 GraphicUsed by:84
Symbol 63 GraphicUsed by:84
Symbol 64 GraphicUsed by:84
Symbol 65 GraphicUsed by:84
Symbol 66 GraphicUsed by:84
Symbol 67 GraphicUsed by:84
Symbol 68 GraphicUsed by:84
Symbol 69 GraphicUsed by:84
Symbol 70 ShapeTweeningUsed by:84
Symbol 71 GraphicUsed by:84
Symbol 72 ShapeTweeningUsed by:84
Symbol 73 ShapeTweeningUsed by:84
Symbol 74 GraphicUsed by:84
Symbol 75 GraphicUsed by:83
Symbol 76 GraphicUsed by:83
Symbol 77 GraphicUsed by:83
Symbol 78 GraphicUsed by:83
Symbol 79 GraphicUsed by:83
Symbol 80 GraphicUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:80 81Used by:83
Symbol 83 ButtonUses:75 76 77 78 79 82Used by:84
Symbol 84 MovieClipUses:10 11 13 16 17 18 19 27 28 30 52 53 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 83Used by:Timeline
Symbol 85 GraphicUsed by:103
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:103
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:90
Symbol 90 MovieClipUses:89Used by:103
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:103
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:103
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:103
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:103
Symbol 99 FontUsed by:100 102
Symbol 100 EditableTextUses:99Used by:103
Symbol 101 GraphicUsed by:103
Symbol 102 EditableTextUses:99Used by:103
Symbol 103 MovieClipUses:85 87 90 92 94 96 98 100 101 102 SS2Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 TextUses:8Used by:Timeline
Symbol 107 GraphicUsed by:109 111 113 115 119 122 124 126 128
Symbol 108 TextUses:8Used by:109
Symbol 109 ButtonUses:107 108Used by:Timeline
Symbol 110 TextUses:8Used by:111
Symbol 111 ButtonUses:107 110Used by:Timeline
Symbol 112 TextUses:8Used by:113
Symbol 113 ButtonUses:107 112Used by:Timeline
Symbol 114 TextUses:8Used by:115
Symbol 115 ButtonUses:107 114Used by:Timeline
Symbol 116 TextUses:8Used by:Timeline
Symbol 117 SoundUsed by:Timeline
Symbol 118 TextUses:8Used by:119
Symbol 119 ButtonUses:107 118Used by:Timeline
Symbol 120 TextUses:8Used by:Timeline
Symbol 121 TextUses:8Used by:122
Symbol 122 ButtonUses:107 121Used by:Timeline
Symbol 123 TextUses:8Used by:124
Symbol 124 ButtonUses:107 123Used by:Timeline
Symbol 125 TextUses:8Used by:126
Symbol 126 ButtonUses:107 125Used by:Timeline
Symbol 127 TextUses:8Used by:128
Symbol 128 ButtonUses:107 127Used by:Timeline
Symbol 129 TextUses:8Used by:Timeline
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:132
Symbol 132 MovieClipUses:131Used by:Timeline
Symbol 133 GraphicUsed by:136 267  Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:136
Symbol 136 MovieClipUses:133 135Used by:Timeline
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:139
Symbol 139 MovieClipUses:138Used by:Timeline
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:152
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:152
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:152
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:152
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:152
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:152
Symbol 152 MovieClipUses:141 143 145 147 149 151Used by:Timeline
Symbol 153 TextUses:8Used by:Timeline
Symbol 154 SoundUsed by:Timeline
Symbol 155 TextUses:8Used by:Timeline
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:Timeline
Symbol 158 TextUses:8Used by:Timeline
Symbol 159 TextUses:8Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:Timeline
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:166
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:166
Symbol 166 MovieClipUses:163 165Used by:Timeline
Symbol 167 TextUses:8Used by:Timeline
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:180
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:180
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:180
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:180
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:180
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:180
Symbol 180 MovieClipUses:169 171 173 175 177 179Used by:Timeline
Symbol 181 TextUses:8Used by:Timeline
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:182Used by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:187
Symbol 187 MovieClipUses:186Used by:Timeline
Symbol 188 TextUses:8Used by:Timeline
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:197
Symbol 197 MovieClipUses:196Used by:Timeline
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:200
Symbol 200 MovieClipUses:199Used by:Timeline
Symbol 201 SoundUsed by:Timeline
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:207  Timeline
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:206
Symbol 206 MovieClipUses:205Used by:207
Symbol 207 MovieClipUses:203 206Used by:Timeline
Symbol 208 TextUses:8Used by:Timeline
Symbol 209 ButtonUses:5 6Used by:Timeline
Symbol 210 TextUses:8Used by:Timeline
Symbol 211 ButtonUses:5 6Used by:Timeline
Symbol 212 TextUses:8Used by:Timeline
Symbol 213 ButtonUses:5 6Used by:Timeline
Symbol 214 TextUses:8Used by:Timeline
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:217
Symbol 217 MovieClipUses:216Used by:Timeline
Symbol 218 TextUses:8Used by:Timeline
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 SoundUsed by:Timeline
Symbol 222 TextUses:8Used by:Timeline
Symbol 223 ButtonUses:5 6Used by:Timeline
Symbol 224 SoundUsed by:Timeline
Symbol 225 GraphicUsed by:229
Symbol 226 GraphicUsed by:229
Symbol 227 GraphicUsed by:229
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:225 226 227 228Used by:Timeline
Symbol 230 TextUses:8Used by:Timeline
Symbol 231 ButtonUses:5 6Used by:Timeline
Symbol 232 TextUses:8Used by:Timeline
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:Timeline
Symbol 235 SoundUsed by:Timeline
Symbol 236 ButtonUses:5 6Used by:Timeline
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:239
Symbol 239 MovieClipUses:238Used by:Timeline
Symbol 240 TextUses:8Used by:Timeline
Symbol 241 TextUses:8Used by:Timeline
Symbol 242 ButtonUses:5 6Used by:Timeline
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:249
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:249
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:249
Symbol 249 MovieClipUses:244 246 248Used by:Timeline
Symbol 250 TextUses:8Used by:Timeline
Symbol 251 ButtonUses:5 6Used by:Timeline
Symbol 252 TextUses:8Used by:Timeline
Symbol 253 ButtonUses:5 6Used by:Timeline
Symbol 254 TextUses:8Used by:Timeline
Symbol 255 ButtonUses:5 6Used by:Timeline
Symbol 256 TextUses:8Used by:Timeline
Symbol 257 ButtonUses:5 6Used by:Timeline
Symbol 258 SoundUsed by:Timeline
Symbol 259 TextUses:8Used by:Timeline
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:Timeline
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:Timeline
Symbol 264 BitmapUsed by:265
Symbol 265 GraphicUses:264Used by:Timeline
Symbol 266 SoundUsed by:Timeline
Symbol 267 MovieClipUses:133Used by:Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 TextUses:8Used by:Timeline
Symbol 271 TextUses:8Used by:Timeline
Symbol 272 BitmapUsed by:273
Symbol 273 GraphicUses:272Used by:276
Symbol 274 BitmapUsed by:275
Symbol 275 GraphicUses:274Used by:276
Symbol 276 MovieClipUses:273 275Used by:Timeline
Symbol 277 BitmapUsed by:278
Symbol 278 GraphicUses:277Used by:279
Symbol 279 MovieClipUses:278Used by:Timeline
Symbol 280 TextUses:8Used by:Timeline
Symbol 281 SoundUsed by:Timeline
Symbol 282 ButtonUses:5 6Used by:Timeline
Symbol 283 TextUses:8Used by:Timeline
Symbol 284 ButtonUses:5 6Used by:Timeline
Symbol 285 TextUses:8Used by:Timeline
Symbol 286 ButtonUses:5 6Used by:Timeline
Symbol 287 BitmapUsed by:288
Symbol 288 GraphicUses:287Used by:289
Symbol 289 MovieClipUses:288Used by:Timeline
Symbol 290 TextUses:8Used by:Timeline
Symbol 291 GraphicUsed by:294
Symbol 292 GraphicUsed by:294
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:291 292 293Used by:Timeline
Symbol 295 GraphicUsed by:299
Symbol 296 GraphicUsed by:299
Symbol 297 GraphicUsed by:299
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:295 296 297 298Used by:Timeline
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:300Used by:Timeline
Symbol 302 TextUses:8Used by:Timeline
Symbol 303 ButtonUses:5 6Used by:Timeline
Symbol 304 TextUses:8Used by:Timeline
Symbol 305 ButtonUses:5 6Used by:Timeline
Symbol 306 TextUses:8Used by:Timeline
Symbol 307 ButtonUses:5 6Used by:Timeline
Symbol 308 SoundUsed by:Timeline
Symbol 309 TextUses:8Used by:Timeline
Symbol 310 ButtonUses:5 6Used by:Timeline
Symbol 311 TextUses:8Used by:Timeline
Symbol 312 ButtonUses:5 6Used by:Timeline
Symbol 313 TextUses:8Used by:Timeline
Symbol 314 ButtonUses:5 6Used by:Timeline
Symbol 315 BitmapUsed by:316
Symbol 316 GraphicUses:315Used by:327
Symbol 317 BitmapUsed by:318
Symbol 318 GraphicUses:317Used by:327
Symbol 319 BitmapUsed by:320
Symbol 320 GraphicUses:319Used by:327
Symbol 321 BitmapUsed by:322
Symbol 322 GraphicUses:321Used by:327
Symbol 323 BitmapUsed by:324
Symbol 324 GraphicUses:323Used by:327
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:325Used by:327
Symbol 327 MovieClipUses:316 318 320 322 324 326Used by:Timeline
Symbol 328 TextUses:8Used by:Timeline
Symbol 329 TextUses:8Used by:Timeline
Symbol 330 ButtonUses:5 6Used by:Timeline
Symbol 331 TextUses:8Used by:Timeline
Symbol 332 TextUses:8Used by:Timeline
Symbol 333 TextUses:8Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 103 MovieClip

Instance Names

"bar"Symbol 84 MovieClip Frame 1Symbol 13 MovieClip
"bargfx"Symbol 84 MovieClip Frame 1Symbol 16 MovieClip
"tankLogo"Symbol 84 MovieClip Frame 1Symbol 52 MovieClip
"bargfx"Symbol 84 MovieClip Frame 2Symbol 16 MovieClip
"loadingText"Symbol 84 MovieClip Frame 2Symbol 57 MovieClip
"bargfx"Symbol 84 MovieClip Frame 20Symbol 16 MovieClip
"CVAText"Symbol 103 MovieClip Frame 83Symbol 100 EditableText
"CVAText"Symbol 103 MovieClip Frame 249Symbol 102 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"LOAD"Symbol 84 MovieClip Frame 1
"COMPLETE_STOP"Symbol 84 MovieClip Frame 2




http://swfchan.com/14/67675/info.shtml
Created: 11/4 -2019 10:25:31 Last modified: 11/4 -2019 10:25:31 Server time: 07/05 -2024 07:03:19