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

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

How To Make A Game.swf

This is the info page for
Flash #77481

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


Text
Skip?

Scenes

No Music

MENU

Q

Put Away

Hi, and welcome to the
How To Make A Game
Tutorial! This is for
people who just started
flash and wanna make a
simple easy, but
intrestng game.

Hi, and welcome to the
How To Make A Game
Tutorial! This is for
people who just started
flash and wanna make a
simple easy, but
intrestng game.

I have seen lots of boring
games like this:

Not intresting and boring,
right? Well...

Look at this game, more
intresting and fun, right?

I made this the same
way I made the other game!

What im tring to say is there is too
many mouse avoider and dress up the
person games out there. Its boring...
and stupid... and boring. All you have
to do is be creative and make your
own game. I will teach you how!

I will use the mouse avoider game as
an example. Mouse avoiders can be
made really quickly. All you have to
do is make 3 layers, one named
actions, another named level and the
last one START/FINISH. I added
some blank keyframes too.

It should look like this

In the actions layer, put the action
stop(); (you can get to the actionscript menu by
pressing F9) in all the frames.

In the level layer, make your level
in the second keyframe. Convert it
to a button. Then open the action
script menu and put this
in:       on(rollOver) {
prevFrame();
}
In the third keyframe, write:
YOU WIN! or something like
that

In the START/FINISH layer, make a
small dot. Convert it to a button and
put these actions in:
on(rollOver) {
nextFrame();
}
Then, put this in the first and second
frame. In the first frame, put it
right where you want your level to
start. In the second frame, put it
right where you want your level
to end.

Then test it out! If this does not
work, you can download one I made
so you can take it apart and see how
it works.

Zippythebird.com

Zippythebird.com

If you want to know what the action
script you used does, roll over this:

on(rollOver) {nextFrame();}

When something happens

What Happends

What it does

stop();

stops the keyframe

Now how to make it creative

Most of the time, all you have to is
change the look of the game. It makes
it more intresting while still keeping it
simple to make. You can put moving
things or interactions in to spice it up
a little. You could make a mouse
avoider adventure game! All you have
to do is change the look of the game,
make things move around useing motion
tweens and give them the action script
the walls do. Its a little confusing for
new people, so you should look at some
other tutorials! Look at this
game, I do all of this.

GO!

Yep, I know its bad but I
made it in a Jiffy...

I am still learning advanced
actionscript, so if I wanna make
a game, I do it this way. Heck,
you could make a game with
just the gotoAndPlay actions.
One of my games, Super
Awesome Golf JUST used those
actions! My trick is too go on to
the Googles, and type in Flash
Tutorials, I always find cool
crap.

I am still learning advance
actionscript, so if I wanna make
a game, I do it this way. Heck,
you could make a game with
just the gotoAndPlay actions.
One of my games, Super
Awesome Golf JUST used those
actions! My trick is too go on to
the Googles, and type in Flash
Tutorials, I always find cool
crap.

There are also many other ways
to learn flash and actionscript.
Books... Other People... ...
Thats all I could think of.
Always start out easy and then
go for the gold. Sometimes
games are not your thing, make
movies! Its much easier. I know
its a game tutorial but heres a
tip for movies, and games!

There are also many other ways
to learn flash and actionscript.
Books... Other People... ...
Thats all I could think of.
Always start out easy and then
go for the gold. Sometimes
games are not your thing, make
movies! Its much easyer. I know
its a game tutorial but heres a
tip for movies, and games!

Just add a darker shade at the
bottem and a little white line
on the top.
Its tiny, but usful.

Dont just make things plain, make
em' SHINY!

Dont just make things plain,
make em' SHINY!

Thats the end, hope you liked
it, you don't have give credit,
I really dont care.

If you want to, you can visit
my site:

1: Intro

2: Bad/Good Games

4: Game

3: How To Make A Mouse Avoder

5: Final Words

6: Shiny Tutrorial

7: Fin

About this tut

took about 1 week

got really lazy at the end, as you can see

... i like dots ...........

ActionScript [AS1/AS2]

Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { Mouse.hide(); startDrag (this, true); }
Frame 245
stop();
Frame 256
stop();
Frame 281
stop();
Frame 300
stop();
Frame 320
stop();
Frame 340
stop();
Frame 360
stop();
Frame 380
stop();
Frame 400
stop();
Frame 425
stop();
Frame 446
stop();
Frame 470
stop();
Frame 490
stop();
Frame 502
stop();
Frame 625
stop();
Symbol 12 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndPlay (5); }
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 12 MovieClip Frame 40
_root.play();
Symbol 17 Button
on (press) { gotoAndPlay (216); }
Symbol 23 Button
on (press) { gotoAndPlay (625); }
Symbol 30 Button
on (press) { stopAllSounds(); }
Symbol 32 Button
on (press) { gotoAndPlay (2); }
Symbol 34 MovieClip Frame 1
stop();
Symbol 34 MovieClip Frame 2
stopAllSounds();
Symbol 34 MovieClip Frame 3
stop();
Symbol 37 Button
on (press) { gotoAndPlay (2); }
Symbol 41 Button
on (press) { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } }
Symbol 45 Button
on (press) { gotoAndPlay (1); }
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 10
stop();
Symbol 168 Button
on (press) { nextFrame(); }
Symbol 169 Button
on (press) { gotoAndPlay (246); }
Symbol 176 Button
on (rollOver) { gotoAndPlay (2); }
Symbol 180 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 182 Button
on (rollOver) { nextFrame(); }
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
Symbol 184 MovieClip Frame 3
stop();
Symbol 184 MovieClip Frame 5
gotoAndPlay (1);
Symbol 186 Button
on (press) { gotoAndPlay (257); }
Symbol 187 Button
on (press) { gotoAndPlay (245); }
Symbol 192 Button
on (rollOver) { nextFrame(); }
Symbol 199 Button
on (rollOver) { gotoAndPlay (3); }
Symbol 200 Button
on (rollOver) { prevFrame(); }
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 2
stop();
Instance of Symbol 197 MovieClip in Symbol 201 MovieClip Frame 2
on (rollOver) { gotoAndPlay (1); }
Symbol 201 MovieClip Frame 3
stop();
Symbol 202 Button
on (press) { gotoAndPlay (282); }
Symbol 203 Button
on (press) { gotoAndPlay (256); }
Symbol 205 Button
on (press) { gotoAndPlay (301); }
Symbol 206 Button
on (press) { gotoAndPlay (281); }
Symbol 211 Button
on (press) { gotoAndPlay (321); }
Symbol 212 Button
on (press) { gotoAndPlay (300); }
Symbol 219 Button
on (press) { gotoAndPlay (341); }
Symbol 220 Button
on (press) { gotoAndPlay (320); }
Symbol 222 Button
on (press) { gotoAndPlay (361); }
Symbol 223 Button
on (press) { gotoAndPlay (340); }
Symbol 239 Button
on (press) { gotoAndPlay (381); }
Symbol 240 Button
on (press) { gotoAndPlay (360); }
Symbol 241 Button
on (press) { getURL ("http://zippythebird.com/page9/page11/page11.html", _blank); }
Symbol 242 Button
on (press) { getURL ("http://zippythebird.com/", _blank); }
Symbol 245 Button
on (press) { gotoAndPlay (401); }
Symbol 246 Button
on (press) { gotoAndPlay (380); }
Symbol 249 Button
on (rollOver) { gotoAndPlay (2); }
Symbol 254 Button
on (rollOver) { gotoAndPlay (14); }
Symbol 255 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 276 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 278 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 280 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 282 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 284 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 286 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 290 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 291 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 296 Button
on (rollOver) { gotoAndPlay (1); }
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 11
stop();
Symbol 299 Button
on (press) { gotoAndPlay (426); }
Symbol 300 Button
on (press) { gotoAndPlay (400); }
Symbol 302 Button
on (press) { gotoAndPlay (446); }
Symbol 303 Button
on (press) { gotoAndPlay (425); }
Symbol 306 Button
on (press) { gotoAndPlay (471); }
Symbol 307 Button
on (press) { gotoAndPlay (446); }
Symbol 312 Button
on (press) { gotoAndPlay (491); }
Symbol 313 Button
on (press) { gotoAndPlay (470); }
Symbol 316 Button
on (press) { gotoAndPlay (490); }
Symbol 322 Button
on (press) { gotoAndPlay (245); }
Symbol 324 Button
on (press) { gotoAndPlay (256); }
Symbol 326 Button
on (press) { gotoAndPlay (400); }
Symbol 328 Button
on (press) { gotoAndPlay (320); }
Symbol 330 Button
on (press) { gotoAndPlay (446); }
Symbol 332 Button
on (press) { gotoAndPlay (490); }
Symbol 334 Button
on (press) { gotoAndPlay (502); }

Library Items

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

Instance Names

"bar"Symbol 12 MovieClip Frame 1Symbol 6 MovieClip

Labels

"loaded"Symbol 12 MovieClip Frame 5




http://swfchan.com/16/77481/info.shtml
Created: 4/4 -2019 00:59:56 Last modified: 4/4 -2019 00:59:56 Server time: 15/05 -2024 02:15:38