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

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

LL - Birthday.swf

This is the info page for
Flash #35016

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


Text
LOCK LEGION

Birthday

Audition

judge

Peach: (OMG BRITSH ACCENT) This is a fucking audition to see who

Peach: can sing the BIRTHDAY song properly and this is not Lock Idol.

Peach: So, why were you singing the Numa Numa song?!

Log: But before I came in, you told me this is Lock Idol.

Peach: ...

Peach: Just get the fuck out of here!

Log: Haha, you lost!

Peach: Next, please.

Key of Glorton

MP3: Hello there, Coffee!

Coffee: Oh, hi MP3.

MP3: What are you doing?

Coffee: Um, I'm making a Flash movie.

MP3: You are making a Flash movie?

MP3: This is not the time to be making a flash movie.

MP3: You should be helping the others to prepare for the

MP3: Lock Legion Birthday ceremony because this ceremony is

MP3: bigger than Chinese New Year!

Coffee: Well, then what should I be doing?

MP3: Let's see.

MP3: You can help Trash at the kitchen baking the birthday cake,

MP3: decorate the hall, bathe Clocky for me, clean my room...

Meanwhile...

In AppleLock's Room...

Robot: OH

Robot: MY

Robot: GOD!!!

Apple: Hello there, Robot.

Apple: Want to join us?

Robot: No thanks

Robot: and I came here to tell you that today is Lock Legion's

Robot: second birthday, and there will be a party tonight.

Apple: I knew that, and I already gave Clocky my present.

Clock: Apple, you're such a naughty boy!

Robot: I'll pretend that I had never hear or see anything.

Clock: Oh, and don't tell Winchester!

Apple: Clocky, you should have asked him to close the door.

Aubergine: Clean the hall.

Dr. Pepper: Check.

Aubergine: Food and drinks.

Aubergine: Music.

Aubergine: Birthday cake.

Dr. Pepper: Trash is almost done with that.

Fire

Aubergine: Red carpet for guests.

Aubergine: Pornography and a projector.

Dr. Pepper: Why do we need pornography movies and a projector

Dr. Pepper: for this party?

Aubergine: To please the holy N and the admins...

Aubergine: ...we don't want they to ban us!

MP3: ...finish the cereal in the refridgerator

MP3: buy a pack of condoms for me

MP3: format my PC

MP3: lick my guitar

MP3: polish my shoe

Coffee: My Flash movie is complete!

Peach: You are our only hope.

Water: But I cannot sing!

Peach: Good luck!

Water: ~Happy birthday to you~

Water: ~Happy birthday to the Lock Legion~

*faints*

Happy 2nd Birthday
Lock Legion

Trash: What?

Trash: Are you expecting a speech from me?

Trash: No way!

Trash: I'm just here to say happy birthday to the Lock Legion.

Trash: It has been fun banning the noobs!

Trash: Cheers!

another wonderful flash movie
by
WaterLock

brought to you by the
Lock Legion

Starring

Dr. Pepper Lock
AubergineLock
PeaceLock
ShakeLock
TrashLock
KombatLock
KnucklesLock
CatLock

PeachLock
LogLock
CoffeeLock
MP3Lock
FerrariLock
RobotLock
AppleLock
ClockLock

and
WaterLock

Art by
WaterLock
Lock Legion

Animation by
WaterLock

Music used
Birthday theme (karaoke)
Shiro Sagisu - Comical World

special thanks to
Lock Legion
Newgrounds
KombatLock

HAPPY 2ND BIRTHDAY
TO
THE LOCK LEGION!

A year older, a year better.

www.LOCKLEGION.com

REPLAY

Congratulations! You have just
gain access to this exclusive
movie's extra scene. This extra
scene which contains recordings
from members of the Lock
Legion wishing Lock Legion a
happy birthday. Enjoy!

GO!

Happy Birthday
Lock Legion

TrashLock

AppleLock

CommunistLock

DietCokeLock

RangerLock

DarkSquidgeLock

FerrariLock

KombatLock

PurpleBerryLock

WebcamLock

CloudLock

WaterLock

KnucklesLock

PeaceLock

ActionScript [AS1/AS2]

Frame 5270
stop(); stop();
Frame 5271
stop();
Frame 5272
stop();
Symbol 3 MovieClip [FireParticle] Frame 1
stop();
Symbol 12 Button
on (release) { _root.play(); }
Symbol 13 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 13 MovieClip Frame 2
gotoAndPlay (1);
Symbol 91 MovieClip Frame 1
rj = new Date(); setProperty(this, _rotation , rj.getHours() * "30"); gotoAndPlay (2);
Symbol 92 MovieClip Frame 1
mydate = new Date(); setProperty(this, _rotation , mydate.getSeconds() * "6");
Symbol 130 MovieClip Frame 1
function duplicateParticles() { i = 1; while (i <= _root.firedensity) { _root.totparticles++; this.particle.duplicateMovieClip("particle" + _root.totparticles, _root.totparticles); i++; } } _root.firedensity = 3; this.FireTracker._visible = false; _root.wid = this._width; _root.hei = this._height; _root.firecenter = _root.wid / 2; _root.totparticles = 0; onEnterFrame = duplicateParticles;
Instance of Symbol 3 MovieClip [FireParticle] "particle" in Symbol 130 MovieClip Frame 1
onClipEvent (load) { if (this._name == "particle") { this.removeMovieClip(); } this._y = 0; this._x = random(_root.wid) - (_root.wid / 2); randspeed = random(5) + 5; this._xscale = random(80) + 50; this._yscale = this._xscale; xinc = (random(30) + 950) / 1000; shrink = (random(30) + 950) / 1000; alphashrink = (random(30) + 950) / 1000; this._alpha = 90; } onClipEvent (enterFrame) { curframe = Math.round(((-this._y) / _root.hei) * 30); this.gotoAndStop(curframe); this._x = this._x * xinc; this._x = this._x + ((random(40) - 20) / 10); this._y = this._y - randspeed; this._xscale = this._xscale * shrink; this._yscale = this._xscale; this._alpha = this._alpha * alphashrink; if (this._y < (-_root.hei)) { this.removeMovieClip(); } }
Symbol 191 Button
on (release) { getURL ("http://www.locklegion.com", "_blank"); }
Symbol 193 Button
on (release) { gotoAndPlay (2); }
Symbol 197 Button
on (release) { gotoAndPlay (5271); }
Symbol 200 Button
on (release) { gotoAndPlay (5272); }
Symbol 205 Button
on (release) { gotoAndPlay (2); }
Symbol 206 MovieClip Frame 1
stop();
Symbol 208 Button
on (release) { gotoAndPlay (2); }
Symbol 209 MovieClip Frame 1
stop();
Symbol 212 Button
on (release) { gotoAndPlay (2); }
Symbol 213 MovieClip Frame 1
stop();
Symbol 225 Button
on (release) { gotoAndPlay (2); }
Symbol 226 MovieClip Frame 1
stop();
Symbol 234 Button
on (release) { gotoAndPlay (2); }
Symbol 235 MovieClip Frame 1
stop();
Symbol 239 Button
on (release) { gotoAndPlay (2); }
Symbol 240 MovieClip Frame 1
stop();
Symbol 242 Button
on (release) { gotoAndPlay (2); }
Symbol 243 MovieClip Frame 1
stop();
Symbol 246 Button
on (release) { gotoAndPlay (2); }
Symbol 247 MovieClip Frame 1
stop();
Symbol 250 Button
on (release) { gotoAndPlay (2); }
Symbol 251 MovieClip Frame 1
stop();
Symbol 254 Button
on (release) { gotoAndPlay (2); }
Symbol 255 MovieClip Frame 1
stop();
Symbol 265 Button
on (release) { gotoAndPlay (2); }
Symbol 266 MovieClip Frame 1
stop();
Symbol 268 Button
on (release) { gotoAndPlay (2); }
Symbol 269 MovieClip Frame 1
stop();
Symbol 273 Button
on (release) { gotoAndPlay (2); }
Symbol 274 MovieClip Frame 1
stop();
Symbol 276 Button
on (release) { gotoAndPlay (2); }
Symbol 277 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"bar"Symbol 13 MovieClip Frame 1Symbol 6 MovieClip
"FireTracker"Symbol 130 MovieClip Frame 1Symbol 129 MovieClip
"particle"Symbol 130 MovieClip Frame 1Symbol 3 MovieClip [FireParticle]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 3 as "FireParticle"
ExportAssets (56)Timeline Frame 2379Symbol 3 as "FireParticle"

Labels

"loaded"Symbol 13 MovieClip Frame 3




http://swfchan.com/8/35016/info.shtml
Created: 16/5 -2019 10:42:24 Last modified: 16/5 -2019 10:42:24 Server time: 03/05 -2024 04:26:56