STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229494 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #74377 |
Play |
Play |
Flash Walkthrough Tutorial |
Welcome to my All in one Tutorial |
In this tutorial you will learn |
All tutorials -> |
All tutorials -> |
All tutorials -> |
All tutorials -> |
1. How to make a play button |
1. How to make a play button |
1. How to make a play button |
2. How to make a replay button |
2. How to make a replay button |
2. How to make a replay button |
3. How to make a shape tween |
3. How to make a shape tween |
3. How to make a shape tween |
4. How to make a motion tween |
4. How to make a motion tween |
4. How to make a motion tween |
5. How to make a dress up game |
5. How to make a dress up game |
5. How to make a dress up game |
6. How to use sprites |
6. How to use sprites |
6. How to use sprites |
7. How to make something move with the arrow keys |
7. How to make something move with the arrow keys |
7. How to make something move with the arrow keys |
8. How to make something fade |
8. How to make something fade |
8. How to make something fade |
9. How to add sound to flash |
9. How to add sound to flash |
9. How to add sound to flash |
10. The Basics of Newgrounds |
10. The Basics of Newgrounds |
10. The Basics of Newgrounds |
Having trouble with something on Flash? Contact me for help. AIM: spicy pnda sauce E-mail: crazypandastudios@yahoo.com |
Next -> |
Next -> |
Next -> |
Next -> |
<- Back |
<- Back |
<- Back |
<- Back |
1. How to make a play button |
First, use the circle tool, to make a circle |
Now, use the text tool tool and type "play" inside the circle (don't include quotes) |
PLAY |
Then, use the black arrow key to highlight your circle, and press F8 to Convert it to a symbol |
When the window pops up, give it whatever name you want and click button and then click OK |
INTERMISSION |
Anyway, after you have converted it to a symbol, higlight your symbol and click on it ONCE and click on Window > Development Panels > Actions (or F9). My actions panel might look different than yours, depending on your versin of flash. |
Copy this code and paste it into your actions frame |
on (release) { _root.play(); } |
Now you've made a play button. Put this at the beginning of one of your movies. When you do, click on the first frame of your movie, copy and paste your button. Then click on the first frame and click on Window > Development Panels > Actions (or F9). Copy and paste this code in it. |
stop(); |
Now you've made a play button at the beggining of your movie. Test it out |
Main Menu |
Main Menu |
Main Menu |
Main Menu |
Next tutorial |
Next tutorial |
Next tutorial |
Next tutorial |
Having trouble with something on Flash? Contact me for help. AIM: spicy pnda sauce E-mail: crazypandastudios@yahoo.com |
1. How to make a replay button |
Now, use the text tool tool and type "replay" inside the circle (don't include quotes) |
REPLAY |
When the window pops up, give it whatever name you want and click button and then click OK |
Anyway, after you have converted it to a symbol, higlight your symbol and click on it ONCE and click on Window > Development Panels > Actions (or F9). My actions panel might look different than yours, depending on your versin of flash. |
on(release){ _root.gotoAndPlay(2); } |
Use this code if you're using a preloader/play button |
on(release){ _root.gotoAndPlay(1); } |
Use this code if you're not using a preloader/play button |
Now you've made a replay button. Put this at the end of one of your movies. When you do, click on the last frame of your movie, copy and paste your button. Then click on the last frame and click on Window > Development Panels > Actions (or F9). Copy and paste this code in it. |
stop(); |
Now youve made a replay button at the end of your movie. Test it out |
3. How to make a shape tween |
In this tutorial, you will learn how to make something like this |
First of all, use the square tool to make a square, or make anything else you want |
Then, on the timeline, click on frame 10 and press F6 |
Now, in frame 10, delete the square and use the circle tool to draw a circle |
Now, click on frame 1 and click on the properties panel (Window > Properties {or Ctrl + F9}) and where it says Tween, click on the drop down menu and press Shape |
Make sure it looks like this |
Not this |
When you finish, it should look like this |
Test your movie out |
Having trouble with something on Flash? Contact me for help. AIM: spicy pnda sauce E-mail: crazypandastudios@yahoo.com |
4. How to make a motion tween |
Okay, in this tutorial, you will learn how to make something move from one place to another |
First, use the circle tool to draw a circle |
Now, highlight your circle and press F8, and select movie clip to convert it to a symbol |
Next, click on frame 20 and press F6 |
On frame 20, click on your circle, and move it to another place |
Click on frame 1 again, and on the properties panel (Window > Properties {or Ctrl + F3}) and on the properties panel where it says tween, click on the drop-down menu and select motion |
Now it should look something like this |
5. How to make a dress-up game |
First, make a stick figure using the line and circle tools |
Now, draw a hat. DON'T DRAW IT ON THE STICK FIGURE |
Highlight the hat and press F8 to convert it to a symbol as a movie clip. Call it hat |
Now, click on your hat and click on the actions panel (Windows > Development Panels > Actions {or F9}). My actions panel might look different than yours, depending on your versin of flash. |
Copy this code and paste it into your actions panel |
on(press){ startdrag(""); } on(release){ stopDrag(); } |
Now, you can drag your hat onto your stick figure. Test your movie out |
Having trouble with something on Flash? Contact me for help. AIM: spicy pnda sauce E-mail: crazypandastudios@yahoo.com |
6. How to use Sprites |
First go to a website like google.com, go under the Images section and search for something like "Sprite", "Sprites", "Sprite Sheets", or "Sprite Sheet". |
Or, if you want almost any Megaman Sprite from any game, check out: http://sprites.planet-megaman.com/ |
http://sprites.planet-megaman.com/ |
For this website, you have to click on one of the games on the left of the site (ex: Megaman Classic, Megaman X etc.) to get the sprite sheets. When you've click on one of the games, click on one of the character's heads to get their sprite sheets save the image to your computer. |
Otherwise, if you're using Google.com, then just click on one of the sprite sheets and save it onto your computer |
This is what a sprite sheet looks like. I'm using this one. This is protoman from "Megaman Battle Network" Use whichever one you want. |
Once it is saved to your computer, import the picture to the stage (File>Import>Import to Stage,or Ctrl+R) |
Now that you have your sprite on the stage, you need to make the background of the sprite go away, so you can break it apart. Even if it looks like it has no background, it does. Click on your sprite sheet once and then go to Modify > Bitmap > Trace Bitmap. Then set the Color Threshold to 25. Don't change anything else. Make sure it matches this. Then click OK. |
Now that the bitmap has been traced, highlight one set of the character walking. |
Then copy the set of the character walking, open a new document (File>New, or Ctrl+N) and paste the set in the New Document. |
Now that you're on the New Document, put the 1st action of the character in the first frame, the second action in the 2nd frame, and so on. And then press the "Onion Skin" button so you can see the outline of the character from the last frame and line up the character's head in each frame. |
Onion skin button |
Frame1 |
Frame 2 |
Frame 3 |
Frame 4 |
Frame 5 |
Frame 6 |
When you're done, your sprite should look something like this |
7. How to make something move with the arrow keys |
Ok this one won't take very long. First, draw a spaceship. Nothing too complex. Just make it simple. |
Then highlight the spaceship with the black arrow tool and press F8 to covert it to a symbol. Call it "ship" and make it a movie clip. Then hit OK. |
Now click on the spaceship once and hit Window> Development Panels>Actions(or F9) |
onClipEvent(load){ moveSpeed=10; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x+=moveSpeed; } else if (Key.isDown(Key.LEFT)) { this._x-=moveSpeed; } if (Key.isDown(Key.DOWN)) { this._y+=moveSpeed; } else if (Key.isDown(Key.UP)) { this._y-=moveSpeed; } } |
Copy this script, and paste it into the actions panel. |
onClipEvent(load){ moveSpeed=10; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x+=moveSpeed; } else if (Key.isDown(Key.LEFT)) { this._x-=moveSpeed; } if (Key.isDown(Key.DOWN)) { this._y+=moveSpeed; } else if (Key.isDown(Key.UP)) { this._y-=moveSpeed; } } |
If you want to change the speed of your ship, change the part where it says, onClipEvent(load){ moveSpeed=10; } Where it says "moveSpeed=10;", change the 10 to a higher number for it to go faster or a lower number for it to go slower. |
And, now you can move the ship around with the arrow keys. Test your movie out. |
8. How to make something fade |
Start out by drawing a ball using the oval tool. |
Now, highlight the ball with the black arrow tool and press F8 to convert it to a symbol. Call it "fading ball", make it a movie clip and click OK. |
1. |
2. |
3. |
On Frame 20, click on the circle once and go to the properties panel (Window, Properties or Ctrl + F3) for the circle and on the drop-down menu that says "Color" on the left to it, click the down button and select Alpha and set it to zero percent. |
Now, click on Frame 1 again and right click Frame 1 and select "Create Motion Tween" |
Make sure it looks like this | |
| |
It should look something like this. Test your movie out. |
You can also make it fade while moving. Do the same thing I tought you in this tutorial, except in Frame 20, move it somewhere else. |
9. How to add sound to flash |
First, you need any kind of sound saved to your computer. Songs, sound effects, anything. |
NOFX - The Decline 1 |
kidscheer |
Once you have a sound file saved somewhere on your computer, hit File>Import>Import to Stage, find your sound and hit Open. |
Now, make a new layer using the "New Layer" button. Before you do anything else, find out how many seconds(not minutes, or seconds and minutes) long your sound effect is. 1 second is 12 frames long (if you didn't set your fps{if you don't know what fps is, don't worry}) So using a calculator, do this equation: "# of seconds in song/sound effect" multiplied by 12. Then add 10 to that number. |
New Layer button |
(Seconds in sound x 12)+10 |
Now, either remember that number in your head, or put it somewhere. Now, on your New Layer, whatever number you got, find that same frame number, click on it, and press F6. The pictures you'll see is the number I got, so yours probably won't look the same as mine. |
Finally, click on Frame 1 of your New Layer, go to the Properties panel (Window>Properties{or Ctrl+F3}) and where it says "Sound", click on the drop down menu and pick your sound out. |
Done! Now you have sound in your flash. It should look something like this. TIP: Whenever you're putting sound in your flash you should always keep the sound in another layer. |
10. The Basics of Newgrounds |
Okay, this is a tutorial for any new users to Newgrounds. First of all, I'll start with Experience points. |
You can get 10 experience points every day by voting on 5 entries every day using the voting panel when your signed in. Whatever score you give a movie either increases or decreases the entries score (ex 0: lowers score 5: raises score) |
When you raise your experience points, you can raise your level. Here are the levels and the points you need for them. |
Level 1: 0-49 exp. |
Neutral |
Light |
Dark |
Level 2: 50-99 exp. |
Level 3: 100-149 exp. |
Level 4:150-199 exp |
Level 5:200-249 exp. |
Level 6:250-299 exp. |
L i g h t |
D a r k |
Level 7: 300-349 exp. |
Level 8: 350-399 exp. |
Level 9: 400-1,161 exp. |
Level 10: 1,162-1,913 exp. |
Level 11: 1,914-2,670 exp. |
Level 12: 2,671-3,427 exp. |
Note: Sometimes Level points change, so these can vary |
Level 13: 3,428-4,184 exp. |
Level 14: 4,185- 4,941 exp. |
Level 15: 4,942-5,698 exp. |
Level 16: 5,699-6,455 exp. |
Level 17: 6,456-7,212 exp. |
Level 18: 7,212-7,969 exp. |
Level 19: 7,970-8,726 exp. |
Level 20: 8,727-9,483 exp. |
Level 21: 9,484-10,240 exp. |
Level 22: 10,241-10,997 exp. |
Level 23: 10,998-11,754 exp. |
Level 24: 11,755-12,511 exp. |
Level 25: 12,512-13,268 exp. |
Level 26: 13,269-14,025 exp. |
Level 27: 14,026-14,782 exp. |
Level 28: 14,783-15,539 exp. |
Level 29: 15,540-16,295 exp. |
Level 30: 16,296 exp. |
(Only one person can be Level 30, and that spot is already taken by |
"humantarget52" |
) |
The color surrounding each picture is the "Aura" of the user. When you get your username on Newgrounds you have a choice of what Aura you want to be. Light- Surrounded by Light Blue. Easy on voting and reviewing. ex: giving a crappy movie a 5 just becuase they tried. Neutral- Surrounded by green. Fair on voting. Gives the entry what it deserves. Dark- Surrounded by red. Very strict on voting. example review on "Retarded Animal Babies" from a dark user: "That was ok, but the animation was lacking, your music choice was bad, and the sound quality was fuzzy, so I'll give you a 4." By the way, that wasn't a real review just an example of what a dark user might say. |
There's also another kind of points called "BLAM/PROTECT points". You get these by voting on movies that are "Under Judgement" in the Flash Portal while your signed on. The movies that are under judgement are surrounded by light grey. |
Under Judgement Entries |
When you click on one of those entries while you're signed on, vote on it on the voting panel. If you don't like the entry, give it a low score. If you do like it give it a high score. If you gave it a low score and it gets blammed, you will receive a "Blam point". If the movie is passes, you will get a "Protection point". The more points you get, the higher your rank will be. I'm going to show you all the ranks you can have, and how many points you need for them. |
0-99 |
100-199 |
200-299 |
300-399 |
400-499 |
500-999 |
1,000-1,499 |
1,500-1,999 |
2,000-2,499 |
2,500-2,999 |
3,000-3,999 |
4,000-4,999 |
5,000-5,999 |
6,000-6,999 |
7,000-7,999 |
8,000-9,499 |
9,500-10,999 |
11,000-12,499 |
12,500-13,999 |
14,000-14,999 |
15,500-17,499 |
17,500-19,499 |
19,500-21,999 |
22,000-24,499 |
24,500-26,999 |
27,000-29,999 |
30,000+ |
Also on an Under Judgement entry, you can make your "whistle level" better. An "Under Judgement" entry can't violate any of these rules: |
Your movie must not be someone else's work! Your account will be deleted as punishment. If you see something you like elsewhere, ask them to submit it, or notify Newgrounds. Your movie must not auto-redirect to a new site or open pop-ups! If your submission autospawns OUTWAR, your account will be deleted and Outwar admins will be notified. Your movie must not simply be an ad for your site! Your movie must not be excessively pornographic or illegal! Your movie must not be racist or downright hateful towards specific groups of people! Your movie must not be a pointless "demo" or "preview" without any redeeming qualities! Do not submit movies or games made from public .FLA files, these will be flagged on site. Do not submit pictures (hentai, porn, etc.) in a slide show format. Do not submit copyrighted video clips that you did not make. Do not submit crap entries with the intent to give users "free blam points." If you submit child pornography, expect a visit from the FBI. Tom and Wade have seen it through in the past. |
If it violates any of the rules, click on the proper rule it violates located to the left of the picture of the red whistle. If the next time you click on the movie and it says something like "This is marked", then you've raised your whistle level a little. You can also click the "Abusive" button under a rude review to raise your whistle level. |
The more things you blow the whistle on, the higher your whistle level gets. |
Normal |
This is the normal whistle. It's the whistle you start out with. |
Bronze |
This is the bronze whistle. You only have to blow the whistle on one or two things to get this. |
Silver |
This is the silver whistle.You have to do a little more work for this one. |
Garbage |
This is the garbage whistle. You get this whistle if you leave alot of abusive reviews, submit alot of movies that have had the whistle blown on them, or if you blow the whistle on alot of entries for the wrong reason for no reason. |
Gold |
This is the gold whistle. You have to do alot of whistle blowing to get this. |
Deity |
This is the deity whistle. This is nearly impossible to get, |
The last thing I have to talk about is Secrets. The higher exp. points you have, you can acquire secret "goodies"(I hate that word). I would tell you some of the secrets, but I don't think I can. But to see all your secrets, click on the "Sign in" button on Newgrounds, and it will be at the top-left section of the window. |
And that's the end of the whole tutorial. |
Or is it? |
Or is it? |
Or is it? |
a crazy panda production |
Having trouble with something on Flash? Contact me for help. AIM: spicy pnda sauce E-mail: crazypandastudios@yahoo.com |
r |
o |
s |
u |
c |
a |
g |
n |
i |
k |
M |
: |
1 |
l |
t |
T |
e |
S |
What the fuck, a secret tutorial?! Ok, whatever. In this tutorial, you will learn how to make a cursor. Start out by Drawing a normal cursor, or some cool effect. |
Normal cursor |
Some Cool Effect |
After you draw it, highlight it with the arrow tool and press F8. Call it "cursor" and make it a "Movie clip" and click OK. |
Click on the symbol once and press F9. In the actions panel, paste this script. |
onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (load) { Mouse.hide(); } |
Now your cursor should be working. And NOW that's the end of the whole tutorial. |
GOD DAMNIT ANOTHER ONE?! |
GOD DAMNIT ANOTHER ONE?! |
GOD DAMNIT ANOTHER ONE?! |
Secret Tutorial 2: Flash compression |
WHAT?! ANOTHER ONE?! Why the fuck do I keep these secret?! OK, fine. In this tutorial, you will learn how to compress flash, or make the filsize smaller. One way to compress your movies is changing the JPG quality, or picture quality. Go to File>Publish Settings, or Ctrl+Shift+F12. |
In Publish Settings, first check "Compress Movie" there's something called JPG quality. If you're not using any JPG pictures in your movie, than set it to zero, and the filesize will drop dramatically. If do have JPG Pictures and you want to cut the filesize, then set it to 50. |
If you have no JPG pictures |
If you do have JPG pictures |
And if you want it so that no one can import your movie to their flash, under "Publish Settings", check "Protect from Import" and put in a password in the password section. |
And that's the end of the whole tutorial. NO MORE HIDDEN TUTORIALS!! |
Are you sure? |
Are you sure? |
Yeah, it's done |
ActionScript [AS1/AS2]
Frame 1Stage.showMenu = false; stop();Frame 2stop();Frame 3stop();Frame 4stop();Frame 5stop();Frame 6stop();Frame 7stop();Frame 8stop();Frame 9stop();Frame 10stop();Frame 11stop();Frame 12stop();Frame 13stop();Frame 14stop();Frame 15stop();Frame 16stop();Frame 17stop();Frame 18stop();Frame 19stop();Frame 20stop();Frame 21stop();Frame 22stop();Frame 23stop();Frame 24stop();Frame 25stop();Frame 26stop();Frame 27stop();Frame 28stop();Frame 29stop();Frame 30stop();Frame 31stop();Frame 32stop();Frame 33stop();Frame 34stop();Frame 35stop();Frame 36stop();Frame 37stop();Frame 38stop();Frame 39stop();Frame 40stop();Frame 41stop();Frame 42stop();Frame 43stop();Instance of Symbol 263 MovieClip in Frame 43on (press) { startDrag (""); } on (release) { stopDrag(); }Frame 44stop();Frame 45stop();Frame 46stop();Frame 47stop();Frame 48stop();Frame 49stop();Frame 50stop();Frame 51stop();Frame 52stop();Frame 53stop();Frame 54stop();Frame 55stop();Frame 56stop();Frame 57stop();Frame 58stop();Frame 59stop();Frame 60stop();Instance of Symbol 360 MovieClip in Frame 60onClipEvent (load) { moveSpeed = 10; } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; } if (Key.isDown(40)) { this._y = this._y + moveSpeed; } else if (Key.isDown(38)) { this._y = this._y - moveSpeed; } }Frame 61stop();Frame 62stop();Frame 63stop();Frame 64stop();Frame 65stop();Frame 66stop();Frame 67stop();Frame 68stop();Frame 69stop();Frame 70stop();Frame 71stop();Frame 72stop();Frame 73stop();Frame 74stop();Frame 75stop();Frame 76stop();Frame 77stop();Frame 78stop();Frame 79stop();Frame 80stop();Frame 81stop();Frame 82stop();Frame 83stop();Frame 84stop();Frame 85stop();Frame 86stop();Frame 87stop();Frame 88stop();Frame 89stop();Frame 90stop();Frame 91stop();Frame 92stop();Frame 93stop();Frame 94stop();Frame 95stop();Frame 96stop();Frame 97stop();Frame 98stop();Frame 99stop();Frame 100stop();Frame 101stop();Frame 102stop();Frame 103stop();Symbol 16 Buttonon (release) { _root.play(); }Symbol 17 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }Symbol 17 MovieClip Frame 2gotoAndPlay (1);Symbol 30 Buttonon (release) { _root.play(); }Symbol 35 Buttonon (release) { _root.gotoAndPlay(3); }Symbol 39 Buttonon (release) { _root.gotoAndPlay(12); }Symbol 43 Buttonon (release) { _root.gotoAndPlay(20); }Symbol 47 Buttonon (release) { _root.gotoAndPlay(28); }Symbol 51 Buttonon (release) { _root.gotoAndPlay(37); }Symbol 55 Buttonon (release) { _root.gotoAndPlay(44); }Symbol 59 Buttonon (release) { _root.gotoAndPlay(54); }Symbol 63 Buttonon (release) { _root.gotoAndPlay(61); }Symbol 67 Buttonon (release) { _root.gotoAndPlay(70); }Symbol 71 Buttonon (release) { _root.gotoAndPlay(77); }Symbol 81 Buttonon (release) { _root.play(); }Symbol 90 Buttonon (release) { _root.prevFrame(); }Symbol 93 Buttonon (release) { _root.prevFrame(); }Symbol 99 Buttonon (release) { _root.prevFrame(); }Symbol 150 Buttonon (release) { _root.gotoAndPlay(2); }Symbol 159 Buttonon (release) { _root.play(); }Symbol 282 Buttonon (release) { getURL ("http://sprites.planet-megaman.com/", "_blank", "GET"); }Symbol 700 Buttonon (release) { _root.play(); }Symbol 710 Buttonon (release) { _root.play(); }Symbol 734 Buttonon (release) { _root.prevFrame(); }Symbol 755 Buttonon (release) { _root.play(); }
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip | Uses:1 | Used by:17 |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip | Uses:3 | Used by:17 |
Symbol 5 Graphic | Used by:17 | |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:6 | Used by:8 |
Symbol 8 MovieClip | Uses:7 | Used by:17 |
Symbol 9 Graphic | Used by:16 | |
Symbol 10 Font | Used by:11 | |
Symbol 11 Text | Uses:10 | Used by:16 |
Symbol 12 Graphic | Used by:16 | |
Symbol 13 Graphic | Used by:16 | |
Symbol 14 Font | Used by:15 | |
Symbol 15 Text | Uses:14 | Used by:16 |
Symbol 16 Button | Uses:9 11 12 13 15 | Used by:17 |
Symbol 17 MovieClip | Uses:2 4 5 8 16 | Used by:Timeline |
Symbol 18 Font | Used by:19 20 21 23 25 27 29 32 33 34 36 37 38 40 41 42 44 45 46 48 49 50 52 53 54 56 57 58 60 61 62 64 65 66 68 69 70 72 74 76 78 80 83 85 87 89 91 94 100 101 104 107 111 135 136 139 141 143 145 147 149 152 154 156 158 160 161 162 163 164 168 172 174 175 177 178 180 201 204 209 210 215 220 223 228 229 230 231 237 240 241 246 247 254 255 257 261 264 267 270 273 274 275 276 280 281 285 288 291 295 298 302 306 322 331 332 333 334 335 336 337 338 347 349 351 358 366 369 370 371 373 376 379 380 381 382 388 390 391 392 396 399 400 409 414 419 420 421 425 428 431 432 435 438 441 442 445 448 453 458 463 468 473 474 475 476 477 478 492 497 502 503 504 512 517 522 527 532 533 541 546 551 556 561 562 570 575 580 585 590 591 592 593 596 599 600 601 614 615 616 617 618 619 620 623 624 625 626 627 643 644 645 646 647 648 649 650 651 652 653 654 655 658 659 660 661 662 671 678 679 680 681 682 683 686 687 688 689 690 691 694 695 697 698 699 705 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 736 737 744 747 748 751 752 753 754 756 759 763 764 765 766 773 774 775 776 | |
Symbol 19 Text | Uses:18 | Used by:Timeline |
Symbol 20 Text | Uses:18 | Used by:Timeline |
Symbol 21 Text | Uses:18 | Used by:Timeline |
Symbol 22 Graphic | Used by:30 | |
Symbol 23 Text | Uses:18 | Used by:30 |
Symbol 24 Graphic | Used by:30 | |
Symbol 25 Text | Uses:18 | Used by:30 |
Symbol 26 Graphic | Used by:30 | |
Symbol 27 Text | Uses:18 | Used by:30 |
Symbol 28 Graphic | Used by:30 | |
Symbol 29 Text | Uses:18 | Used by:30 |
Symbol 30 Button | Uses:22 23 24 25 26 27 28 29 | Used by:Timeline |
Symbol 31 Graphic | Used by:35 39 43 47 51 55 59 63 67 71 667 | |
Symbol 32 Text | Uses:18 | Used by:35 |
Symbol 33 Text | Uses:18 | Used by:35 |
Symbol 34 Text | Uses:18 | Used by:35 |
Symbol 35 Button | Uses:31 32 33 34 | Used by:Timeline |
Symbol 36 Text | Uses:18 | Used by:39 |
Symbol 37 Text | Uses:18 | Used by:39 |
Symbol 38 Text | Uses:18 | Used by:39 |
Symbol 39 Button | Uses:31 36 37 38 | Used by:Timeline |
Symbol 40 Text | Uses:18 | Used by:43 |
Symbol 41 Text | Uses:18 | Used by:43 |
Symbol 42 Text | Uses:18 | Used by:43 |
Symbol 43 Button | Uses:31 40 41 42 | Used by:Timeline |
Symbol 44 Text | Uses:18 | Used by:47 |
Symbol 45 Text | Uses:18 | Used by:47 |
Symbol 46 Text | Uses:18 | Used by:47 |
Symbol 47 Button | Uses:31 44 45 46 | Used by:Timeline |
Symbol 48 Text | Uses:18 | Used by:51 |
Symbol 49 Text | Uses:18 | Used by:51 |
Symbol 50 Text | Uses:18 | Used by:51 |
Symbol 51 Button | Uses:31 48 49 50 | Used by:Timeline |
Symbol 52 Text | Uses:18 | Used by:55 |
Symbol 53 Text | Uses:18 | Used by:55 |
Symbol 54 Text | Uses:18 | Used by:55 |
Symbol 55 Button | Uses:31 52 53 54 | Used by:Timeline |
Symbol 56 Text | Uses:18 | Used by:59 |
Symbol 57 Text | Uses:18 | Used by:59 |
Symbol 58 Text | Uses:18 | Used by:59 |
Symbol 59 Button | Uses:31 56 57 58 | Used by:Timeline |
Symbol 60 Text | Uses:18 | Used by:63 |
Symbol 61 Text | Uses:18 | Used by:63 |
Symbol 62 Text | Uses:18 | Used by:63 |
Symbol 63 Button | Uses:31 60 61 62 | Used by:Timeline |
Symbol 64 Text | Uses:18 | Used by:67 |
Symbol 65 Text | Uses:18 | Used by:67 |
Symbol 66 Text | Uses:18 | Used by:67 |
Symbol 67 Button | Uses:31 64 65 66 | Used by:Timeline |
Symbol 68 Text | Uses:18 | Used by:71 |
Symbol 69 Text | Uses:18 | Used by:71 |
Symbol 70 Text | Uses:18 | Used by:71 |
Symbol 71 Button | Uses:31 68 69 70 | Used by:Timeline |
Symbol 72 Text | Uses:18 | Used by:Timeline |
Symbol 73 Graphic | Used by:81 | |
Symbol 74 Text | Uses:18 | Used by:81 710 |
Symbol 75 Graphic | Used by:81 | |
Symbol 76 Text | Uses:18 | Used by:81 710 |
Symbol 77 Graphic | Used by:81 | |
Symbol 78 Text | Uses:18 | Used by:81 710 |
Symbol 79 Graphic | Used by:81 | |
Symbol 80 Text | Uses:18 | Used by:81 710 |
Symbol 81 Button | Uses:73 74 75 76 77 78 79 80 | Used by:Timeline |
Symbol 82 Graphic | Used by:90 93 99 | |
Symbol 83 Text | Uses:18 | Used by:90 93 99 734 |
Symbol 84 Graphic | Used by:90 93 99 | |
Symbol 85 Text | Uses:18 | Used by:90 93 99 734 |
Symbol 86 Graphic | Used by:90 93 99 | |
Symbol 87 Text | Uses:18 | Used by:90 93 99 734 |
Symbol 88 Graphic | Used by:90 93 99 | |
Symbol 89 Text | Uses:18 | Used by:90 93 99 734 |
Symbol 90 Button | Uses:82 83 84 85 86 87 88 89 | Used by:Timeline |
Symbol 91 Text | Uses:18 | Used by:Timeline |
Symbol 92 Graphic | Used by:108 165 Timeline | |
Symbol 93 Button | Uses:82 83 84 85 86 87 88 89 | Used by:Timeline |
Symbol 94 Text | Uses:18 | Used by:Timeline |
Symbol 95 Bitmap | Used by:96 259 | |
Symbol 96 Graphic | Uses:95 | Used by:Timeline |
Symbol 97 Bitmap | Used by:98 | |
Symbol 98 Graphic | Uses:97 | Used by:Timeline |
Symbol 99 Button | Uses:82 83 84 85 86 87 88 89 | Used by:Timeline |
Symbol 100 Text | Uses:18 | Used by:Timeline |
Symbol 101 Text | Uses:18 | Used by:108 Timeline |
Symbol 102 Bitmap | Used by:103 746 | |
Symbol 103 Graphic | Uses:102 | Used by:Timeline |
Symbol 104 Text | Uses:18 | Used by:Timeline |
Symbol 105 Bitmap | Used by:106 | |
Symbol 106 Graphic | Uses:105 | Used by:Timeline |
Symbol 107 Text | Uses:18 | Used by:Timeline |
Symbol 108 Button | Uses:92 101 | Used by:Timeline |
Symbol 109 Graphic | Used by:Timeline | |
Symbol 110 Graphic | Used by:131 | |
Symbol 111 Text | Uses:18 | Used by:131 |
Symbol 112 Graphic | Used by:131 | |
Symbol 113 Graphic | Used by:131 | |
Symbol 114 Graphic | Used by:131 | |
Symbol 115 Graphic | Used by:131 | |
Symbol 116 Graphic | Used by:131 | |
Symbol 117 Graphic | Used by:131 | |
Symbol 118 Graphic | Used by:131 | |
Symbol 119 Graphic | Used by:131 | |
Symbol 120 Graphic | Used by:131 | |
Symbol 121 Graphic | Used by:131 | |
Symbol 122 Graphic | Used by:131 | |
Symbol 123 Graphic | Used by:131 | |
Symbol 124 Graphic | Used by:131 | |
Symbol 125 Graphic | Used by:131 | |
Symbol 126 Graphic | Used by:131 | |
Symbol 127 Graphic | Used by:131 | |
Symbol 128 Graphic | Used by:131 | |
Symbol 129 Graphic | Used by:131 | |
Symbol 130 Graphic | Used by:131 | |
Symbol 131 MovieClip | Uses:110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | Used by:Timeline |
Symbol 132 Bitmap | Used by:133 | |
Symbol 133 Graphic | Uses:132 | Used by:Timeline |
Symbol 134 Font | Used by:135 168 285 358 414 596 | |
Symbol 135 Text | Uses:18 134 | Used by:Timeline |
Symbol 136 Text | Uses:18 | Used by:Timeline |
Symbol 137 Font | Used by:138 140 171 173 176 271 365 368 | |
Symbol 138 EditableText | Uses:137 | Used by:Timeline |
Symbol 139 Text | Uses:18 | Used by:Timeline |
Symbol 140 EditableText | Uses:137 | Used by:Timeline |
Symbol 141 Text | Uses:18 | Used by:Timeline |
Symbol 142 Graphic | Used by:150 | |
Symbol 143 Text | Uses:18 | Used by:150 |
Symbol 144 Graphic | Used by:150 | |
Symbol 145 Text | Uses:18 | Used by:150 |
Symbol 146 Graphic | Used by:150 | |
Symbol 147 Text | Uses:18 | Used by:150 |
Symbol 148 Graphic | Used by:150 | |
Symbol 149 Text | Uses:18 | Used by:150 |
Symbol 150 Button | Uses:142 143 144 145 146 147 148 149 | Used by:Timeline |
Symbol 151 Graphic | Used by:159 | |
Symbol 152 Text | Uses:18 | Used by:159 |
Symbol 153 Graphic | Used by:159 | |
Symbol 154 Text | Uses:18 | Used by:159 |
Symbol 155 Graphic | Used by:159 | |
Symbol 156 Text | Uses:18 | Used by:159 |
Symbol 157 Graphic | Used by:159 | |
Symbol 158 Text | Uses:18 | Used by:159 |
Symbol 159 Button | Uses:151 152 153 154 155 156 157 158 | Used by:Timeline |
Symbol 160 Text | Uses:18 | Used by:Timeline |
Symbol 161 Text | Uses:18 | Used by:Timeline |
Symbol 162 Text | Uses:18 | Used by:Timeline |
Symbol 163 Text | Uses:18 | Used by:165 Timeline |
Symbol 164 Text | Uses:18 | Used by:Timeline |
Symbol 165 Button | Uses:92 163 | Used by:Timeline |
Symbol 166 Bitmap | Used by:167 | |
Symbol 167 Graphic | Uses:166 | Used by:Timeline |
Symbol 168 Text | Uses:18 134 | Used by:Timeline |
Symbol 169 Bitmap | Used by:170 | |
Symbol 170 Graphic | Uses:169 | Used by:Timeline |
Symbol 171 EditableText | Uses:137 | Used by:Timeline |
Symbol 172 Text | Uses:18 | Used by:Timeline |
Symbol 173 EditableText | Uses:137 | Used by:Timeline |
Symbol 174 Text | Uses:18 | Used by:Timeline |
Symbol 175 Text | Uses:18 | Used by:Timeline |
Symbol 176 EditableText | Uses:137 | Used by:Timeline |
Symbol 177 Text | Uses:18 | Used by:Timeline |
Symbol 178 Text | Uses:18 | Used by:Timeline |
Symbol 179 Graphic | Used by:199 | |
Symbol 180 Text | Uses:18 | Used by:199 |
Symbol 181 Graphic | Used by:199 | |
Symbol 182 Graphic | Used by:199 | |
Symbol 183 Graphic | Used by:199 | |
Symbol 184 Graphic | Used by:199 | |
Symbol 185 Graphic | Used by:199 | |
Symbol 186 Graphic | Used by:199 | |
Symbol 187 Graphic | Used by:199 | |
Symbol 188 Graphic | Used by:199 | |
Symbol 189 Graphic | Used by:199 | |
Symbol 190 Graphic | Used by:199 | |
Symbol 191 Graphic | Used by:199 | |
Symbol 192 Graphic | Used by:199 | |
Symbol 193 Graphic | Used by:199 | |
Symbol 194 Graphic | Used by:199 | |
Symbol 195 Graphic | Used by:199 | |
Symbol 196 Graphic | Used by:199 | |
Symbol 197 Graphic | Used by:199 | |
Symbol 198 Graphic | Used by:199 | |
Symbol 199 MovieClip | Uses:179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | Used by:Timeline |
Symbol 200 Graphic | Used by:Timeline | |
Symbol 201 Text | Uses:18 | Used by:Timeline |
Symbol 202 Bitmap | Used by:203 | |
Symbol 203 Graphic | Uses:202 | Used by:Timeline |
Symbol 204 Text | Uses:18 | Used by:Timeline |
Symbol 205 Bitmap | Used by:207 | |
Symbol 206 Bitmap | Used by:207 | |
Symbol 207 Graphic | Uses:205 206 | Used by:Timeline |
Symbol 208 Graphic | Used by:Timeline | |
Symbol 209 Text | Uses:18 | Used by:Timeline |
Symbol 210 Text | Uses:18 | Used by:Timeline |
Symbol 211 Bitmap | Used by:212 | |
Symbol 212 Graphic | Uses:211 | Used by:Timeline |
Symbol 213 Bitmap | Used by:214 | |
Symbol 214 Graphic | Uses:213 | Used by:Timeline |
Symbol 215 Text | Uses:18 | Used by:Timeline |
Symbol 216 Graphic | Used by:217 | |
Symbol 217 MovieClip | Uses:216 | Used by:Timeline |
Symbol 218 Bitmap | Used by:219 | |
Symbol 219 Graphic | Uses:218 | Used by:Timeline |
Symbol 220 Text | Uses:18 | Used by:Timeline |
Symbol 221 Graphic | Used by:222 | |
Symbol 222 MovieClip | Uses:221 | Used by:Timeline |
Symbol 223 Text | Uses:18 | Used by:Timeline |
Symbol 224 ShapeTweening | Used by:227 | |
Symbol 225 ShapeTweening | Used by:227 | |
Symbol 226 Graphic | Used by:227 | |
Symbol 227 MovieClip | Uses:224 225 226 | Used by:Timeline |
Symbol 228 Text | Uses:18 | Used by:Timeline |
Symbol 229 Text | Uses:18 | Used by:Timeline |
Symbol 230 Text | Uses:18 | Used by:Timeline |
Symbol 231 Text | Uses:18 | Used by:Timeline |
Symbol 232 Graphic | Used by:233 Timeline | |
Symbol 233 MovieClip | Uses:232 | Used by:236 Timeline |
Symbol 234 Graphic | Used by:235 | |
Symbol 235 MovieClip | Uses:234 | Used by:236 |
Symbol 236 MovieClip | Uses:233 235 | Used by:Timeline |
Symbol 237 Text | Uses:18 | Used by:Timeline |
Symbol 238 Bitmap | Used by:239 | |
Symbol 239 Graphic | Uses:238 | Used by:Timeline |
Symbol 240 Text | Uses:18 | Used by:Timeline |
Symbol 241 Text | Uses:18 | Used by:Timeline |
Symbol 242 Bitmap | Used by:244 | |
Symbol 243 Bitmap | Used by:244 | |
Symbol 244 Graphic | Uses:242 243 | Used by:Timeline |
Symbol 245 Graphic | Used by:Timeline | |
Symbol 246 Text | Uses:18 | Used by:Timeline |
Symbol 247 Text | Uses:18 | Used by:Timeline |
Symbol 248 Bitmap | Used by:249 | |
Symbol 249 Graphic | Uses:248 | Used by:Timeline |
Symbol 250 Bitmap | Used by:251 | |
Symbol 251 Graphic | Uses:250 | Used by:Timeline |
Symbol 252 Bitmap | Used by:253 | |
Symbol 253 Graphic | Uses:252 | Used by:Timeline |
Symbol 254 Text | Uses:18 | Used by:Timeline |
Symbol 255 Text | Uses:18 | Used by:Timeline |
Symbol 256 Graphic | Used by:Timeline | |
Symbol 257 Text | Uses:18 | Used by:Timeline |
Symbol 258 Bitmap | Used by:259 | |
Symbol 259 Graphic | Uses:258 95 | Used by:Timeline |
Symbol 260 Graphic | Used by:Timeline | |
Symbol 261 Text | Uses:18 | Used by:Timeline |
Symbol 262 Graphic | Used by:263 | |
Symbol 263 MovieClip | Uses:262 | Used by:Timeline |
Symbol 264 Text | Uses:18 | Used by:Timeline |
Symbol 265 Bitmap | Used by:266 | |
Symbol 266 Graphic | Uses:265 | Used by:Timeline |
Symbol 267 Text | Uses:18 | Used by:Timeline |
Symbol 268 Bitmap | Used by:269 | |
Symbol 269 Graphic | Uses:268 | Used by:Timeline |
Symbol 270 Text | Uses:18 | Used by:Timeline |
Symbol 271 EditableText | Uses:137 | Used by:Timeline |
Symbol 272 Graphic | Used by:Timeline | |
Symbol 273 Text | Uses:18 | Used by:Timeline |
Symbol 274 Text | Uses:18 | Used by:Timeline |
Symbol 275 Text | Uses:18 | Used by:Timeline |
Symbol 276 Text | Uses:18 | Used by:Timeline |
Symbol 277 Bitmap | Used by:278 | |
Symbol 278 Graphic | Uses:277 | Used by:Timeline |
Symbol 279 Graphic | Used by:Timeline | |
Symbol 280 Text | Uses:18 | Used by:Timeline |
Symbol 281 Text | Uses:18 | Used by:282 |
Symbol 282 Button | Uses:281 | Used by:Timeline |
Symbol 283 Bitmap | Used by:284 | |
Symbol 284 Graphic | Uses:283 | Used by:Timeline |
Symbol 285 Text | Uses:18 134 | Used by:Timeline |
Symbol 286 Bitmap | Used by:287 | |
Symbol 287 Graphic | Uses:286 | Used by:Timeline |
Symbol 288 Text | Uses:18 | Used by:Timeline |
Symbol 289 Bitmap | Used by:290 | |
Symbol 290 Graphic | Uses:289 | Used by:Timeline |
Symbol 291 Text | Uses:18 | Used by:Timeline |
Symbol 292 Bitmap | Used by:294 | |
Symbol 293 Bitmap | Used by:294 408 | |
Symbol 294 Graphic | Uses:292 293 | Used by:Timeline |
Symbol 295 Text | Uses:18 | Used by:Timeline |
Symbol 296 Bitmap | Used by:297 | |
Symbol 297 Graphic | Uses:296 | Used by:Timeline |
Symbol 298 Text | Uses:18 | Used by:Timeline |
Symbol 299 Bitmap | Used by:300 | |
Symbol 300 Graphic | Uses:299 | Used by:Timeline |
Symbol 301 Graphic | Used by:Timeline | |
Symbol 302 Text | Uses:18 | Used by:Timeline |
Symbol 303 Graphic | Used by:304 | |
Symbol 304 MovieClip | Uses:303 | Used by:Timeline |
Symbol 305 Graphic | Used by:Timeline | |
Symbol 306 Text | Uses:18 | Used by:Timeline |
Symbol 307 Bitmap | Used by:310 | |
Symbol 308 Bitmap | Used by:310 | |
Symbol 309 Bitmap | Used by:310 | |
Symbol 310 Graphic | Uses:307 308 309 | Used by:Timeline |
Symbol 311 Bitmap | Used by:312 | |
Symbol 312 Graphic | Uses:311 | Used by:313 |
Symbol 313 MovieClip | Uses:312 | Used by:Timeline |
Symbol 314 Bitmap | Used by:315 319 769 | |
Symbol 315 Graphic | Uses:314 | Used by:316 |
Symbol 316 MovieClip | Uses:315 | Used by:Timeline |
Symbol 317 Graphic | Used by:318 | |
Symbol 318 MovieClip | Uses:317 | Used by:Timeline |
Symbol 319 Graphic | Uses:314 | Used by:320 |
Symbol 320 MovieClip | Uses:319 | Used by:Timeline |
Symbol 321 Graphic | Used by:Timeline | |
Symbol 322 Text | Uses:18 | Used by:Timeline |
Symbol 323 Bitmap | Used by:324 | |
Symbol 324 Graphic | Uses:323 | Used by:Timeline |
Symbol 325 Graphic | Used by:326 | |
Symbol 326 MovieClip | Uses:325 | Used by:Timeline |
Symbol 327 Graphic | Used by:328 | |
Symbol 328 MovieClip | Uses:327 | Used by:Timeline |
Symbol 329 Graphic | Used by:330 | |
Symbol 330 MovieClip | Uses:329 | Used by:Timeline |
Symbol 331 Text | Uses:18 | Used by:Timeline |
Symbol 332 Text | Uses:18 | Used by:Timeline |
Symbol 333 Text | Uses:18 | Used by:Timeline |
Symbol 334 Text | Uses:18 | Used by:Timeline |
Symbol 335 Text | Uses:18 | Used by:Timeline |
Symbol 336 Text | Uses:18 | Used by:Timeline |
Symbol 337 Text | Uses:18 | Used by:Timeline |
Symbol 338 Text | Uses:18 | Used by:Timeline |
Symbol 339 Graphic | Used by:345 | |
Symbol 340 Graphic | Used by:345 | |
Symbol 341 Graphic | Used by:345 | |
Symbol 342 Graphic | Used by:345 | |
Symbol 343 Graphic | Used by:345 | |
Symbol 344 Graphic | Used by:345 | |
Symbol 345 MovieClip | Uses:339 340 341 342 343 344 | Used by:346 |
Symbol 346 MovieClip | Uses:345 | Used by:Timeline |
Symbol 347 Text | Uses:18 | Used by:Timeline |
Symbol 348 Graphic | Used by:Timeline | |
Symbol 349 Text | Uses:18 | Used by:Timeline |
Symbol 350 Graphic | Used by:Timeline | |
Symbol 351 Text | Uses:18 | Used by:Timeline |
Symbol 352 Graphic | Used by:353 | |
Symbol 353 MovieClip | Uses:352 | Used by:Timeline |
Symbol 354 Bitmap | Used by:355 | |
Symbol 355 Graphic | Uses:354 | Used by:356 |
Symbol 356 MovieClip | Uses:355 | Used by:Timeline |
Symbol 357 Graphic | Used by:Timeline | |
Symbol 358 Text | Uses:18 134 | Used by:Timeline |
Symbol 359 Graphic | Used by:360 | |
Symbol 360 MovieClip | Uses:359 | Used by:Timeline |
Symbol 361 Graphic | Used by:362 | |
Symbol 362 MovieClip | Uses:361 | Used by:Timeline |
Symbol 363 Bitmap | Used by:364 | |
Symbol 364 Graphic | Uses:363 | Used by:Timeline |
Symbol 365 EditableText | Uses:137 | Used by:Timeline |
Symbol 366 Text | Uses:18 | Used by:Timeline |
Symbol 367 Graphic | Used by:Timeline | |
Symbol 368 EditableText | Uses:137 | Used by:Timeline |
Symbol 369 Text | Uses:18 | Used by:Timeline |
Symbol 370 Text | Uses:18 | Used by:Timeline |
Symbol 371 Text | Uses:18 | Used by:Timeline |
Symbol 372 Graphic | Used by:Timeline | |
Symbol 373 Text | Uses:18 | Used by:Timeline |
Symbol 374 Bitmap | Used by:375 | |
Symbol 375 Graphic | Uses:374 | Used by:Timeline |
Symbol 376 Text | Uses:18 | Used by:Timeline |
Symbol 377 Graphic | Used by:378 397 | |
Symbol 378 MovieClip | Uses:377 | Used by:Timeline |
Symbol 379 Text | Uses:18 | Used by:Timeline |
Symbol 380 Text | Uses:18 | Used by:Timeline |
Symbol 381 Text | Uses:18 | Used by:Timeline |
Symbol 382 Text | Uses:18 | Used by:Timeline |
Symbol 383 Bitmap | Used by:385 | |
Symbol 384 Bitmap | Used by:385 | |
Symbol 385 Graphic | Uses:383 384 | Used by:Timeline |
Symbol 386 Bitmap | Used by:387 | |
Symbol 387 Graphic | Uses:386 | Used by:Timeline |
Symbol 388 Text | Uses:18 | Used by:Timeline |
Symbol 389 Graphic | Used by:Timeline | |
Symbol 390 Text | Uses:18 | Used by:Timeline |
Symbol 391 Text | Uses:18 | Used by:Timeline |
Symbol 392 Text | Uses:18 | Used by:Timeline |
Symbol 393 Graphic | Used by:394 | |
Symbol 394 MovieClip | Uses:393 | Used by:395 |
Symbol 395 MovieClip | Uses:394 | Used by:Timeline |
Symbol 396 Text | Uses:18 | Used by:Timeline |
Symbol 397 MovieClip | Uses:377 | Used by:398 |
Symbol 398 MovieClip | Uses:397 | Used by:Timeline |
Symbol 399 Text | Uses:18 | Used by:Timeline |
Symbol 400 Text | Uses:18 | Used by:Timeline |
Symbol 401 Bitmap | Used by:402 | |
Symbol 402 Graphic | Uses:401 | Used by:405 407 |
Symbol 403 Font | Used by:404 406 | |
Symbol 404 Text | Uses:403 | Used by:405 |
Symbol 405 MovieClip | Uses:402 404 | Used by:Timeline |
Symbol 406 Text | Uses:403 | Used by:407 |
Symbol 407 MovieClip | Uses:402 406 | Used by:Timeline |
Symbol 408 Graphic | Uses:293 | Used by:Timeline |
Symbol 409 Text | Uses:18 | Used by:Timeline |
Symbol 410 Bitmap | Used by:411 | |
Symbol 411 Graphic | Uses:410 | Used by:412 |
Symbol 412 MovieClip | Uses:411 | Used by:Timeline |
Symbol 413 Graphic | Used by:Timeline | |
Symbol 414 Text | Uses:18 134 | Used by:Timeline |
Symbol 415 Bitmap | Used by:416 | |
Symbol 416 Graphic | Uses:415 | Used by:Timeline |
Symbol 417 Graphic | Used by:418 | |
Symbol 418 MovieClip | Uses:417 | Used by:Timeline |
Symbol 419 Text | Uses:18 | Used by:Timeline |
Symbol 420 Text | Uses:18 | Used by:Timeline |
Symbol 421 Text | Uses:18 | Used by:Timeline |
Symbol 422 Bitmap | Used by:424 | |
Symbol 423 Bitmap | Used by:424 | |
Symbol 424 Graphic | Uses:422 423 | Used by:Timeline |
Symbol 425 Text | Uses:18 | Used by:Timeline |
Symbol 426 Bitmap | Used by:427 | |
Symbol 427 Graphic | Uses:426 | Used by:Timeline |
Symbol 428 Text | Uses:18 | Used by:Timeline |
Symbol 429 Bitmap | Used by:430 | |
Symbol 430 Graphic | Uses:429 | Used by:Timeline |
Symbol 431 Text | Uses:18 | Used by:Timeline |
Symbol 432 Text | Uses:18 | Used by:Timeline |
Symbol 433 Bitmap | Used by:434 | |
Symbol 434 Graphic | Uses:433 | Used by:Timeline |
Symbol 435 Text | Uses:18 | Used by:Timeline |
Symbol 436 Bitmap | Used by:437 | |
Symbol 437 Graphic | Uses:436 | Used by:Timeline |
Symbol 438 Text | Uses:18 | Used by:Timeline |
Symbol 439 Bitmap | Used by:440 | |
Symbol 440 Graphic | Uses:439 | Used by:Timeline |
Symbol 441 Text | Uses:18 | Used by:Timeline |
Symbol 442 Text | Uses:18 | Used by:Timeline |
Symbol 443 Bitmap | Used by:444 | |
Symbol 444 Graphic | Uses:443 | Used by:Timeline |
Symbol 445 Text | Uses:18 | Used by:Timeline |
Symbol 446 Bitmap | Used by:447 | |
Symbol 447 Graphic | Uses:446 | Used by:Timeline |
Symbol 448 Text | Uses:18 | Used by:Timeline |
Symbol 449 Bitmap | Used by:452 | |
Symbol 450 Bitmap | Used by:452 | |
Symbol 451 Bitmap | Used by:452 | |
Symbol 452 Graphic | Uses:449 450 451 | Used by:Timeline |
Symbol 453 Text | Uses:18 | Used by:Timeline |
Symbol 454 Bitmap | Used by:457 | |
Symbol 455 Bitmap | Used by:457 | |
Symbol 456 Bitmap | Used by:457 | |
Symbol 457 Graphic | Uses:454 455 456 | Used by:Timeline |
Symbol 458 Text | Uses:18 | Used by:Timeline |
Symbol 459 Bitmap | Used by:462 | |
Symbol 460 Bitmap | Used by:462 | |
Symbol 461 Bitmap | Used by:462 | |
Symbol 462 Graphic | Uses:459 460 461 | Used by:Timeline |
Symbol 463 Text | Uses:18 | Used by:Timeline |
Symbol 464 Bitmap | Used by:467 | |
Symbol 465 Bitmap | Used by:467 | |
Symbol 466 Bitmap | Used by:467 | |
Symbol 467 Graphic | Uses:464 465 466 | Used by:Timeline |
Symbol 468 Text | Uses:18 | Used by:Timeline |
Symbol 469 Bitmap | Used by:472 | |
Symbol 470 Bitmap | Used by:472 | |
Symbol 471 Bitmap | Used by:472 | |
Symbol 472 Graphic | Uses:469 470 471 | Used by:Timeline |
Symbol 473 Text | Uses:18 | Used by:Timeline |
Symbol 474 Text | Uses:18 | Used by:Timeline |
Symbol 475 Text | Uses:18 | Used by:Timeline |
Symbol 476 Text | Uses:18 | Used by:Timeline |
Symbol 477 Text | Uses:18 | Used by:Timeline |
Symbol 478 Text | Uses:18 | Used by:Timeline |
Symbol 479 Bitmap | Used by:491 | |
Symbol 480 Bitmap | Used by:491 | |
Symbol 481 Bitmap | Used by:491 | |
Symbol 482 Bitmap | Used by:491 | |
Symbol 483 Bitmap | Used by:491 | |
Symbol 484 Bitmap | Used by:491 | |
Symbol 485 Bitmap | Used by:491 | |
Symbol 486 Bitmap | Used by:491 | |
Symbol 487 Bitmap | Used by:491 | |
Symbol 488 Bitmap | Used by:491 | |
Symbol 489 Bitmap | Used by:491 | |
Symbol 490 Bitmap | Used by:491 | |
Symbol 491 Graphic | Uses:479 480 481 482 483 484 485 486 487 488 489 490 | Used by:Timeline |
Symbol 492 Text | Uses:18 | Used by:Timeline |
Symbol 493 Bitmap | Used by:496 | |
Symbol 494 Bitmap | Used by:496 | |
Symbol 495 Bitmap | Used by:496 | |
Symbol 496 Graphic | Uses:493 494 495 | Used by:Timeline |
Symbol 497 Text | Uses:18 | Used by:Timeline |
Symbol 498 Bitmap | Used by:501 | |
Symbol 499 Bitmap | Used by:501 | |
Symbol 500 Bitmap | Used by:501 | |
Symbol 501 Graphic | Uses:498 499 500 | Used by:Timeline |
Symbol 502 Text | Uses:18 | Used by:Timeline |
Symbol 503 Text | Uses:18 | Used by:Timeline |
Symbol 504 Text | Uses:18 | Used by:Timeline |
Symbol 505 Bitmap | Used by:511 | |
Symbol 506 Bitmap | Used by:511 | |
Symbol 507 Bitmap | Used by:511 | |
Symbol 508 Bitmap | Used by:511 | |
Symbol 509 Bitmap | Used by:511 | |
Symbol 510 Bitmap | Used by:511 | |
Symbol 511 Graphic | Uses:505 506 507 508 509 510 | Used by:Timeline |
Symbol 512 Text | Uses:18 | Used by:Timeline |
Symbol 513 Bitmap | Used by:516 | |
Symbol 514 Bitmap | Used by:516 | |
Symbol 515 Bitmap | Used by:516 | |
Symbol 516 Graphic | Uses:513 514 515 | Used by:Timeline |
Symbol 517 Text | Uses:18 | Used by:Timeline |
Symbol 518 Bitmap | Used by:521 | |
Symbol 519 Bitmap | Used by:521 | |
Symbol 520 Bitmap | Used by:521 | |
Symbol 521 Graphic | Uses:518 519 520 | Used by:Timeline |
Symbol 522 Text | Uses:18 | Used by:Timeline |
Symbol 523 Bitmap | Used by:526 | |
Symbol 524 Bitmap | Used by:526 | |
Symbol 525 Bitmap | Used by:526 | |
Symbol 526 Graphic | Uses:523 524 525 | Used by:Timeline |
Symbol 527 Text | Uses:18 | Used by:Timeline |
Symbol 528 Bitmap | Used by:531 | |
Symbol 529 Bitmap | Used by:531 | |
Symbol 530 Bitmap | Used by:531 | |
Symbol 531 Graphic | Uses:528 529 530 | Used by:Timeline |
Symbol 532 Text | Uses:18 | Used by:Timeline |
Symbol 533 Text | Uses:18 | Used by:Timeline |
Symbol 534 Bitmap | Used by:540 | |
Symbol 535 Bitmap | Used by:540 | |
Symbol 536 Bitmap | Used by:540 | |
Symbol 537 Bitmap | Used by:540 | |
Symbol 538 Bitmap | Used by:540 | |
Symbol 539 Bitmap | Used by:540 | |
Symbol 540 Graphic | Uses:534 535 536 537 538 539 | Used by:Timeline |
Symbol 541 Text | Uses:18 | Used by:Timeline |
Symbol 542 Bitmap | Used by:545 | |
Symbol 543 Bitmap | Used by:545 | |
Symbol 544 Bitmap | Used by:545 | |
Symbol 545 Graphic | Uses:542 543 544 | Used by:Timeline |
Symbol 546 Text | Uses:18 | Used by:Timeline |
Symbol 547 Bitmap | Used by:550 | |
Symbol 548 Bitmap | Used by:550 | |
Symbol 549 Bitmap | Used by:550 | |
Symbol 550 Graphic | Uses:547 548 549 | Used by:Timeline |
Symbol 551 Text | Uses:18 | Used by:Timeline |
Symbol 552 Bitmap | Used by:555 | |
Symbol 553 Bitmap | Used by:555 | |
Symbol 554 Bitmap | Used by:555 | |
Symbol 555 Graphic | Uses:552 553 554 | Used by:Timeline |
Symbol 556 Text | Uses:18 | Used by:Timeline |
Symbol 557 Bitmap | Used by:560 | |
Symbol 558 Bitmap | Used by:560 | |
Symbol 559 Bitmap | Used by:560 | |
Symbol 560 Graphic | Uses:557 558 559 | Used by:Timeline |
Symbol 561 Text | Uses:18 | Used by:Timeline |
Symbol 562 Text | Uses:18 | Used by:Timeline |
Symbol 563 Bitmap | Used by:569 | |
Symbol 564 Bitmap | Used by:569 | |
Symbol 565 Bitmap | Used by:569 | |
Symbol 566 Bitmap | Used by:569 | |
Symbol 567 Bitmap | Used by:569 | |
Symbol 568 Bitmap | Used by:569 | |
Symbol 569 Graphic | Uses:563 564 565 566 567 568 | Used by:Timeline |
Symbol 570 Text | Uses:18 | Used by:Timeline |
Symbol 571 Bitmap | Used by:574 | |
Symbol 572 Bitmap | Used by:574 | |
Symbol 573 Bitmap | Used by:574 | |
Symbol 574 Graphic | Uses:571 572 573 | Used by:Timeline |
Symbol 575 Text | Uses:18 | Used by:Timeline |
Symbol 576 Bitmap | Used by:579 | |
Symbol 577 Bitmap | Used by:579 | |
Symbol 578 Bitmap | Used by:579 | |
Symbol 579 Graphic | Uses:576 577 578 | Used by:Timeline |
Symbol 580 Text | Uses:18 | Used by:Timeline |
Symbol 581 Bitmap | Used by:584 | |
Symbol 582 Bitmap | Used by:584 | |
Symbol 583 Bitmap | Used by:584 | |
Symbol 584 Graphic | Uses:581 582 583 | Used by:Timeline |
Symbol 585 Text | Uses:18 | Used by:Timeline |
Symbol 586 Bitmap | Used by:589 | |
Symbol 587 Bitmap | Used by:589 | |
Symbol 588 Bitmap | Used by:589 | |
Symbol 589 Graphic | Uses:586 587 588 | Used by:Timeline |
Symbol 590 Text | Uses:18 | Used by:Timeline |
Symbol 591 Text | Uses:18 | Used by:Timeline |
Symbol 592 Text | Uses:18 | Used by:Timeline |
Symbol 593 Text | Uses:18 | Used by:Timeline |
Symbol 594 Bitmap | Used by:595 | |
Symbol 595 Graphic | Uses:594 | Used by:Timeline |
Symbol 596 Text | Uses:18 134 | Used by:Timeline |
Symbol 597 Bitmap | Used by:598 | |
Symbol 598 Graphic | Uses:597 | Used by:Timeline |
Symbol 599 Text | Uses:18 | Used by:Timeline |
Symbol 600 Text | Uses:18 | Used by:Timeline |
Symbol 601 Text | Uses:18 | Used by:Timeline |
Symbol 602 Bitmap | Used by:613 | |
Symbol 603 Bitmap | Used by:613 | |
Symbol 604 Bitmap | Used by:613 | |
Symbol 605 Bitmap | Used by:613 | |
Symbol 606 Bitmap | Used by:613 | |
Symbol 607 Bitmap | Used by:613 | |
Symbol 608 Bitmap | Used by:613 | |
Symbol 609 Bitmap | Used by:613 | |
Symbol 610 Bitmap | Used by:613 | |
Symbol 611 Bitmap | Used by:613 | |
Symbol 612 Bitmap | Used by:613 | |
Symbol 613 Graphic | Uses:602 603 604 605 606 607 608 609 610 611 612 | Used by:Timeline |
Symbol 614 Text | Uses:18 | Used by:Timeline |
Symbol 615 Text | Uses:18 | Used by:Timeline |
Symbol 616 Text | Uses:18 | Used by:Timeline |
Symbol 617 Text | Uses:18 | Used by:Timeline |
Symbol 618 Text | Uses:18 | Used by:Timeline |
Symbol 619 Text | Uses:18 | Used by:Timeline |
Symbol 620 Text | Uses:18 | Used by:Timeline |
Symbol 621 Bitmap | Used by:622 | |
Symbol 622 Graphic | Uses:621 | Used by:Timeline |
Symbol 623 Text | Uses:18 | Used by:Timeline |
Symbol 624 Text | Uses:18 | Used by:Timeline |
Symbol 625 Text | Uses:18 | Used by:Timeline |
Symbol 626 Text | Uses:18 | Used by:Timeline |
Symbol 627 Text | Uses:18 | Used by:Timeline |
Symbol 628 Bitmap | Used by:642 | |
Symbol 629 Bitmap | Used by:642 | |
Symbol 630 Bitmap | Used by:642 | |
Symbol 631 Bitmap | Used by:642 | |
Symbol 632 Bitmap | Used by:642 | |
Symbol 633 Bitmap | Used by:642 | |
Symbol 634 Bitmap | Used by:642 | |
Symbol 635 Bitmap | Used by:642 | |
Symbol 636 Bitmap | Used by:642 | |
Symbol 637 Bitmap | Used by:642 | |
Symbol 638 Bitmap | Used by:642 | |
Symbol 639 Bitmap | Used by:642 | |
Symbol 640 Bitmap | Used by:642 | |
Symbol 641 Bitmap | Used by:642 | |
Symbol 642 Graphic | Uses:628 629 630 631 632 633 634 635 636 637 638 639 640 641 | Used by:Timeline |
Symbol 643 Text | Uses:18 | Used by:Timeline |
Symbol 644 Text | Uses:18 | Used by:Timeline |
Symbol 645 Text | Uses:18 | Used by:Timeline |
Symbol 646 Text | Uses:18 | Used by:Timeline |
Symbol 647 Text | Uses:18 | Used by:Timeline |
Symbol 648 Text | Uses:18 | Used by:Timeline |
Symbol 649 Text | Uses:18 | Used by:Timeline |
Symbol 650 Text | Uses:18 | Used by:Timeline |
Symbol 651 Text | Uses:18 | Used by:Timeline |
Symbol 652 Text | Uses:18 | Used by:Timeline |
Symbol 653 Text | Uses:18 | Used by:Timeline |
Symbol 654 Text | Uses:18 | Used by:Timeline |
Symbol 655 Text | Uses:18 | Used by:Timeline |
Symbol 656 Bitmap | Used by:657 | |
Symbol 657 Graphic | Uses:656 | Used by:Timeline |
Symbol 658 Text | Uses:18 | Used by:Timeline |
Symbol 659 Text | Uses:18 | Used by:Timeline |
Symbol 660 Text | Uses:18 | Used by:Timeline |
Symbol 661 Text | Uses:18 | Used by:Timeline |
Symbol 662 Text | Uses:18 | Used by:Timeline |
Symbol 663 Bitmap | Used by:664 | |
Symbol 664 Graphic | Uses:663 | Used by:Timeline |
Symbol 665 Bitmap | Used by:666 | |
Symbol 666 Graphic | Uses:665 | Used by:668 |
Symbol 667 MovieClip | Uses:31 | Used by:668 |
Symbol 668 MovieClip | Uses:666 667 | Used by:Timeline |
Symbol 669 Graphic | Used by:670 | |
Symbol 670 MovieClip | Uses:669 | Used by:Timeline |
Symbol 671 Text | Uses:18 | Used by:Timeline |
Symbol 672 Bitmap | Used by:677 | |
Symbol 673 Bitmap | Used by:677 | |
Symbol 674 Bitmap | Used by:677 | |
Symbol 675 Bitmap | Used by:677 | |
Symbol 676 Bitmap | Used by:677 | |
Symbol 677 Graphic | Uses:672 673 674 675 676 | Used by:Timeline |
Symbol 678 Text | Uses:18 | Used by:Timeline |
Symbol 679 Text | Uses:18 | Used by:Timeline |
Symbol 680 Text | Uses:18 | Used by:Timeline |
Symbol 681 Text | Uses:18 | Used by:Timeline |
Symbol 682 Text | Uses:18 | Used by:Timeline |
Symbol 683 Text | Uses:18 | Used by:Timeline |
Symbol 684 Bitmap | Used by:685 | |
Symbol 685 Graphic | Uses:684 | Used by:Timeline |
Symbol 686 Text | Uses:18 | Used by:Timeline |
Symbol 687 Text | Uses:18 | Used by:Timeline |
Symbol 688 Text | Uses:18 | Used by:Timeline |
Symbol 689 Text | Uses:18 | Used by:Timeline |
Symbol 690 Text | Uses:18 | Used by:Timeline |
Symbol 691 Text | Uses:18 | Used by:Timeline |
Symbol 692 Bitmap | Used by:693 | |
Symbol 693 Graphic | Uses:692 | Used by:Timeline |
Symbol 694 Text | Uses:18 | Used by:Timeline |
Symbol 695 Text | Uses:18 | Used by:Timeline |
Symbol 696 Graphic | Used by:700 755 777 | |
Symbol 697 Text | Uses:18 | Used by:700 |
Symbol 698 Text | Uses:18 | Used by:700 |
Symbol 699 Text | Uses:18 | Used by:700 |
Symbol 700 Button | Uses:696 697 698 699 | Used by:Timeline |
Symbol 701 Graphic | Used by:704 | |
Symbol 702 Font | Used by:703 | |
Symbol 703 Text | Uses:702 | Used by:704 |
Symbol 704 MovieClip | Uses:701 703 | Used by:Timeline |
Symbol 705 Text | Uses:18 | Used by:Timeline |
Symbol 706 Graphic | Used by:710 | |
Symbol 707 Graphic | Used by:710 | |
Symbol 708 Graphic | Used by:710 | |
Symbol 709 Graphic | Used by:710 | |
Symbol 710 Button | Uses:706 74 707 76 708 78 709 80 | Used by:Timeline |
Symbol 711 Text | Uses:18 | Used by:729 |
Symbol 712 Text | Uses:18 | Used by:729 |
Symbol 713 Text | Uses:18 | Used by:729 |
Symbol 714 Text | Uses:18 | Used by:729 |
Symbol 715 Text | Uses:18 | Used by:729 |
Symbol 716 Text | Uses:18 | Used by:729 |
Symbol 717 Text | Uses:18 | Used by:729 |
Symbol 718 Text | Uses:18 | Used by:729 |
Symbol 719 Text | Uses:18 | Used by:729 |
Symbol 720 Text | Uses:18 | Used by:729 |
Symbol 721 Text | Uses:18 | Used by:729 |
Symbol 722 Text | Uses:18 | Used by:729 |
Symbol 723 Text | Uses:18 | Used by:729 |
Symbol 724 Text | Uses:18 | Used by:729 |
Symbol 725 Text | Uses:18 | Used by:729 |
Symbol 726 Text | Uses:18 | Used by:729 |
Symbol 727 Text | Uses:18 | Used by:729 |
Symbol 728 Text | Uses:18 | Used by:729 |
Symbol 729 MovieClip | Uses:711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 | Used by:Timeline |
Symbol 730 Graphic | Used by:734 | |
Symbol 731 Graphic | Used by:734 | |
Symbol 732 Graphic | Used by:734 | |
Symbol 733 Graphic | Used by:734 | |
Symbol 734 Button | Uses:730 83 731 85 732 87 733 89 | Used by:Timeline |
Symbol 735 Graphic | Used by:Timeline | |
Symbol 736 Text | Uses:18 | Used by:Timeline |
Symbol 737 Text | Uses:18 | Used by:Timeline |
Symbol 738 Graphic | Used by:743 | |
Symbol 739 Graphic | Used by:740 | |
Symbol 740 MovieClip | Uses:739 | Used by:743 |
Symbol 741 Graphic | Used by:742 | |
Symbol 742 MovieClip | Uses:741 | Used by:743 |
Symbol 743 MovieClip | Uses:738 740 742 | Used by:Timeline |
Symbol 744 Text | Uses:18 | Used by:Timeline |
Symbol 745 Bitmap | Used by:746 | |
Symbol 746 Graphic | Uses:102 745 | Used by:Timeline |
Symbol 747 Text | Uses:18 | Used by:Timeline |
Symbol 748 Text | Uses:18 | Used by:Timeline |
Symbol 749 Font | Used by:750 | |
Symbol 750 EditableText | Uses:749 | Used by:Timeline |
Symbol 751 Text | Uses:18 | Used by:Timeline |
Symbol 752 Text | Uses:18 | Used by:755 |
Symbol 753 Text | Uses:18 | Used by:755 |
Symbol 754 Text | Uses:18 | Used by:755 |
Symbol 755 Button | Uses:696 752 753 754 | Used by:Timeline |
Symbol 756 Text | Uses:18 | Used by:Timeline |
Symbol 757 Bitmap | Used by:758 | |
Symbol 758 Graphic | Uses:757 | Used by:Timeline |
Symbol 759 Text | Uses:18 | Used by:Timeline |
Symbol 760 Bitmap | Used by:762 | |
Symbol 761 Bitmap | Used by:762 | |
Symbol 762 Graphic | Uses:760 761 | Used by:Timeline |
Symbol 763 Text | Uses:18 | Used by:Timeline |
Symbol 764 Text | Uses:18 | Used by:Timeline |
Symbol 765 Text | Uses:18 | Used by:Timeline |
Symbol 766 Text | Uses:18 | Used by:Timeline |
Symbol 767 Bitmap | Used by:768 | |
Symbol 768 Graphic | Uses:767 | Used by:Timeline |
Symbol 769 Graphic | Uses:314 | Used by:770 |
Symbol 770 MovieClip | Uses:769 | Used by:Timeline |
Symbol 771 Bitmap | Used by:772 | |
Symbol 772 Graphic | Uses:771 | Used by:Timeline |
Symbol 773 Text | Uses:18 | Used by:Timeline |
Symbol 774 Text | Uses:18 | Used by:777 |
Symbol 775 Text | Uses:18 | Used by:777 |
Symbol 776 Text | Uses:18 | Used by:777 |
Symbol 777 Button | Uses:696 774 775 776 | Used by:Timeline |
Instance Names
"bar" | Symbol 17 MovieClip Frame 1 | Symbol 2 MovieClip |
Special Tags
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$ky$qgcN4xWx.XogAFcoya0Li/." |
Labels
"loaded" | Symbol 17 MovieClip Frame 3 |
|