STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
A Very Merry Christmas! |
This is the info page for Flash #66837 |
l |
lo |
loa |
load |
loadi |
loadin |
loading |
The Extreme Right-Click Menu Tutorial AS2/As3 |
By: Jaye19 |
I Said Wait!!! |
This is your punishment >:) MUHAHA |
Lol Done Punishement |
H |
Hi |
Hi, |
Hi, T |
Hi, Th |
Hi, Thi |
Hi, This |
Hi, This i |
Hi, This is |
Hi, This is J |
Hi, This is Ja |
Hi, This is Jay |
Hi, This is Jaye |
Hi, This is Jaye19 |
Hi, This is Jaye19 And I present to you a tutorial that only mainly focuses on making a right-click menu in flash and I proudly saying that this tutorial teaches both AS2 and As3 so enjoy! Small Notice* Use the right click menu to togge sound (I made a right click menu to do it) |
Play |
W |
We |
Wel |
Welc |
Welco |
Welcom |
Welcome |
Welcome, |
Welcome, T |
Welcome, To |
Welcome, To T |
Welcome, To Th |
Welcome, To The |
Welcome, To The M |
Welcome, To The Ma |
Welcome, To The Mai |
Welcome, To The Main |
Welcome, To The Main M |
Welcome, To The Main Me |
Welcome, To The Main Men |
Welcome, To The Main Menu |
Welcome, To The Main Menu. |
Welcome, To The Main Menu.. |
Welcome, To The Main Menu... |
Welcome, To The Main Menu.... |
Welcome, To The Main Menu..... |
Welcome, To The Main Menu...... |
Welcome, To The Main Menu....... |
Welcome, To The Main Menu........ |
Welcome, To The Main Menu......... |
Welcome, To The Main Menu.......... |
Welcome, To The Main Menu........... |
Welcome, To The Main Menu........... A |
Welcome, To The Main Menu........... AS |
Welcome, To The Main Menu........... AS2 |
Welcome, To The Main Menu........... AS2 or |
Welcome, To The Main Menu........... AS2 or AS |
Welcome, To The Main Menu........... AS2 or AS3 |
Welcome, To The Main Menu........... AS2 or AS3 Pl |
Welcome, To The Main Menu........... AS2 or AS3 Plea |
Welcome, To The Main Menu........... AS2 or AS3 Pleas |
Welcome, To The Main Menu........... AS2 or AS3 Please |
Welcome, To The Main Menu........... AS2 or AS3 Please Ch |
Welcome, To The Main Menu........... AS2 or AS3 Please Choo |
Welcome, To The Main Menu........... AS2 or AS3 Please Choose |
Welcome, To The Main Menu........... AS2 or AS3 Please Choose N |
Welcome, To The Main Menu........... AS2 or AS3 Please Choose Now |
Welcome, To The Main Menu........... AS2 or AS3 Please Choose Now. |
Welcome, To The Main Menu........... AS2 or AS3 Please Choose Now.. |
Welcome, To The Main Menu........... AS2 or AS3 Please Choose Now..... |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... |
2 |
S |
A |
2 |
S |
A |
3 |
3 |
S |
A |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Pe |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Per |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Perf |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Perfec |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Perfect |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Perfect. |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Perfect.. |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Perfect... |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Perfect.... |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Perfect..... |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Perfect...... |
N |
No |
Now |
Now P |
Now Pl |
Now Ple |
Now Plea |
Now Pleas |
Now Please |
Now Please, |
Now Please, Ch |
Now Please, Cho |
Now Please, Choos |
Now Please, Choose |
Now Please, Choose A |
Now Please, Choose A T |
Now Please, Choose A To |
Now Please, Choose A Top |
Now Please, Choose A Topi |
Now Please, Choose A Topic |
Now Please, Choose A Topic Disabling The Right Click Menu |
Now Please, Choose A Topic Disabling The Right Click Menu Right Click Menu Quality |
Now Please, Choose A Topic Disabling The Right Click Menu Right Click Menu Quality Right Click Menu Words |
Now Please, Choose A Topic Disabling The Right Click Menu Right Click Menu Quality Right Click Menu Words Right Click Menu Links |
Now Please, Choose A Topic Disabling The Right Click Menu Right Click Menu Quality Right Click Menu Words Right Click Menu Links Right Click Menu Custom Function |
Now Please, Choose A Topic Disabling The Right Click Menu Right Click Menu Quality Right Click Menu Words Right Click Menu Links Right Click Menu Custom Function Taking A Out A Part Of The Original Menu |
c |
i |
p |
o |
T |
A |
e |
s |
h |
C |
, |
a |
l |
P |
w |
N |
Back |
u |
n |
M |
k |
t |
g |
R |
b |
D |
u |
n |
e |
M |
k |
c |
i |
l |
C |
t |
h |
g |
R |
T |
b |
a |
s |
D |
d |
r |
W |
d |
r |
o |
W |
L |
L |
F |
m |
F |
m |
O |
f |
O |
f |
P |
A |
Right Click Menu Quality |
Right Click Menu Quality |
Stage.showMenu = false; |
Disabling The Right Click Menu Disabling it is easy just press at your current frame and press F9 to open up the actions panel then copy paste this code |
Back |
var myMenu = new ContextMenu(); //Gets a object called mymenu and enables it as the context menu myMenu.hideBuiltInItems(); //Disables the original menu function itemHandler1(obj, item) { } item1 = new ContextMenuItem("Word ", itemHandler1); //Change Word with the word you like but do not take out the quotes & calls this //as item1 to be used as refference item1.enabled = true; //Enables it myMenu.customItems.push(item1, item1); //Makes that as one of the custom items _root.menu = myMenu; //Makes mymenu as the right click menu |
Right Click Menu Words Making a right click menu with only words is easy just press at your current frame and press F9 to open up the actions panel then copy paste that code |
var myMenu_cm:ContextMenu = new ContextMenu (); myMenu_cm.builtInItems.zoom = false; myMenu_cm.builtInItems.quality = false; myMenu_cm.builtInItems.print = false; myMenu_cm.builtInItems.save = false; myMenu_cm.builtInItems.loop = false; myMenu_cm.builtInItems.rewind = false; myMenu_cm.builtInItems.forward_back = false; _root.menu = myMenu_cm; |
Taking Out A Part Of The Original Menu Taking Out A Part Of The Original Menu is easy just press at your current frame and press F9 to open up the actions panel then copy paste that code and change false to true if you still want to enable them |
Stage.showMenu = true; var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); _root.menu = myMenu; function itemHandler1(){ custom function here } function itemHandler2(){ custom function here } function itemHandler3(){ custom function here } function itemHandler4(){ custom function here } myMenu.customItems.push(new ContextMenuItem("Label", itemHandler1)); myMenu.customItems.push(new ContextMenuItem("Label", itemHandler2)); myMenu.customItems.push(new ContextMenuItem("Label", itemHandler3)); myMenu.customItems.push(new ContextMenuItem("label", itemHandler4)); //Now, see those itemHandler thingies? That code is connected to the other itemHandler (depending on the numbering) so what am I trying to say is the 1st itemhandler are the functions of the labels of the other itemhandler //Change all labels to the labeling you like and custom function here to the function you like for example: nextFrame(); prevFrame(); gotoAndStop(); etc. //You can add more by just copy pasting each line and changing the itemhandler numbering |
Right Click Menu Custom Function Making a right click menu with a custom function is easy just press at your current frame and press F9 to open up the actions panel then copy paste that code and at the actions panel look at the explanations of this code to understand more of it and also pslect all of it before copy pasting to copy every single line |
Right Click Menu Links Making a right click menu that has links is easy just press at your current frame and press F9 to open up the actions panel then copy paste that code |
var myMenu=new ContextMenu(); myMenu.hideBuiltInItems(); //Hides all of the built in items from the original meu myMenu.customItems.push(new ContextMenuItem("Newgrounds", itemHandler1)); //Change Newgrounds to the website label you want function itemHandler1(obj, item){getURL(newgrounds.com");} //change newgrounds.com to the url you like _root.menu=myMenu; |
Right Click Menu Quality Making a right click menu that you can change quality with it is easy just press at your current frame and press F9 to open up the actions panel then copy paste that code |
function itemHandler5(obj, item){_quality = "high";} function itemHandler6(obj, item){_quality = "medium";} function itemHandler7(obj, item){_quality = "low";} root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); eee_cmi = new ContextMenuItem("High Quality", itemHandler5); fff_cmi = new ContextMenuItem("Mid Quality", itemHandler6); ggg_cmi = new ContextMenuItem("Low Quality", itemHandler7); //Change high,medium,low quality to the label you like ccc_cmi.separatorBefore = true; eee_cmi.separatorBefore = true; root_cm.customItems.push(aaa_cmi, bbb_cmi, ccc_cmi, ddd_cmi, eee_cmi, fff_cmi, ggg_cmi); _root.menu = root_cm; |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... H |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm. |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm.. |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm.... |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm..... |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm..... G |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm..... Go |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm..... Goo |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm..... Good |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm..... Good.. |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm..... Good... |
Welcome, To The Main Menu........... AS2 or Please Choose Now..... Hmm..... Good.... |
Now, T |
Now, The |
Now, There |
Now, There A |
Now, There Are |
Now, There Are N |
Now, There Are No |
Now, There Are No T |
Now, There Are No Top |
Now, There Are No Topi |
Now, There Are No Topic |
Now, There Are No Topics |
Now, There Are No Topics I |
Now, There Are No Topics In |
Now, There Are No Topics In T |
Now, There Are No Topics In Thi |
Now, There Are No Topics In This |
Now, There Are No Topics In This Pa |
Now, There Are No Topics In This Part |
Now, There Are No Topics In This Part O |
Now, There Are No Topics In This Part Of |
Now, There Are No Topics In This Part Of T |
Now, There Are No Topics In This Part Of Th |
Now, There Are No Topics In This Part Of The |
Now, There Are No Topics In This Part Of The T |
Now, There Are No Topics In This Part Of The Tut |
Now, There Are No Topics In This Part Of The Tuto |
Now, There Are No Topics In This Part Of The Tutor |
Now, There Are No Topics In This Part Of The Tutoria |
Now, There Are No Topics In This Part Of The Tutorial |
Now, There Are No Topics In This Part Of The Tutorial Be |
Now, There Are No Topics In This Part Of The Tutorial Bec. |
Now, There Are No Topics In This Part Of The Tutorial Bec. Ri |
Now, There Are No Topics In This Part Of The Tutorial Bec. Righ |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right C |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Clic |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click M |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Men |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu I |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Onl |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only C |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Com |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Compo |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Compos |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Compost |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts O |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 C |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Cod |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Code B |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Code But H |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Code But High |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Code But Highly C |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Code But Highly Cus |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Code But Highly Custom |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Code But Highly Custo |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Code But Highly Customizea |
Now, There Are No Topics In This Part Of The Tutorial Bec. Right Click Menu In AS3 Only Composts Of 1 Code But Highly Customizeable |
Continue |
Now this part is very short and here's the code just press at your current frame and press F9 to bring up the actions panel and just copy paste this code last thing be sure to see the explanations but right now it's hard to see so just have a look after you have copy pasted it and be sure to highlight all to copy every single line of code |
var mymenu:ContextMenu= new ContextMenu(); mymenu.hideBuiltInItems(); //Hides all the built in items of the original menu (except for settings and about flash player thing var txt:String='onEnterFrame'; //Change label to the label you want and this code also calls it an object named txt var item:ContextMenuItem= new ContextMenuItem(txt); //Calls the object txt to be part of the menu and with the refference name of item mymenu.customItems.push(item); //Makes the object item one of the custom items in the menu item.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT,item_select); //Adds an event listener to your custom item and calls the listener as item_select function item_select(e:ContextMenuEvent):void //Makes item_select as a context menu event { var String=gotoAndStop(2); //Change gotoAndStop(2); to the function you like it could be like nextFrame etc. } this.contextMenu=mymenu; |
ActionScript [AS1/AS2]
Frame 1function contactPage() { stop(); } function noFun() { } var myMenu_cm = new ContextMenu(); myMenu_cm.hideBuiltInItems(); var newItem2_cmi = new ContextMenuItem("Hey hi!! Later this right click menu will change to a sound toggle menu", contactPage); var newItem1_cmi = new ContextMenuItem("Loading Tutorial", noFun); newItem1_cmi.enabled = false; newItem2_cmi.separatorBefore = true; myMenu_cm.customItems.push(newItem1_cmi, newItem2_cmi); _root.menu = myMenu_cm; _root.stop();Frame 2function sound1() { stopAllSounds(); _root.mus = new Sound(); _root.mus.attachSound("jaye"); _root.mus.start(0, 20000); _root.mus.volume = 90; } function sound2() { stopAllSounds(); } function noFun() { } var myMenu_cm = new ContextMenu(); myMenu_cm.hideBuiltInItems(); var newItem2_cmi = new ContextMenuItem("Sound 1: Next Movement MAc7 By: Paroxm", sound1); var newItem3_cmi = new ContextMenuItem("No Sound :'(", sound2); var newItem1_cmi = new ContextMenuItem("Toggle Sound", noFun); newItem1_cmi.enabled = false; newItem2_cmi.separatorBefore = true; newItem3_cmi.enabled = true; myMenu_cm.customItems.push(newItem1_cmi, newItem2_cmi, newItem3_cmi); _root.menu = myMenu_cm;Frame 20stop(); stopAllSounds(); _root.mus = new Sound(); _root.mus.attachSound("surprise"); _root.mus.start(0, 0); _root.mus.volume = 60;Frame 21stop();Frame 22stop();Frame 23stop();Frame 24stop();Frame 25stop();Frame 26stop();Frame 27stop();Frame 28stop();Frame 29stop();Frame 30stop();Frame 31stop();Frame 33stop();Frame 34stop(); if (_root.cont.play) { _root.playbtn.play; }Frame 35stop();Symbol 21 MovieClip Frame 80stop(); _root.stop(); percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (percent == 100) { _root.play(); }Symbol 27 MovieClip Frame 1stop();Symbol 27 MovieClip Frame 109stop();Symbol 30 MovieClip Frame 1stop();Symbol 33 MovieClip Frame 1_root.stop();Symbol 33 MovieClip Frame 43_root.play();Symbol 36 MovieClip Frame 1stop();Symbol 61 MovieClip Frame 71_root.buttonPLAY.play(); stop();Symbol 64 Buttonon (press) { _root.play(); }Symbol 65 MovieClip Frame 1stop();Symbol 65 MovieClip Frame 54stop();Symbol 116 MovieClip Frame 368stop(); _root.nextFrame();Symbol 124 Buttonon (press) { nextFrame(); }Symbol 129 Buttonon (press) { gotoAndStop (33); }Symbol 141 MovieClip Frame 36stop(); _root.nextFrame();Symbol 168 MovieClip Frame 41stop(); _root.nextFrame();Symbol 186 Buttonon (press) { _root.gotoAndStop(22); }Symbol 187 MovieClip Frame 15stop();Symbol 215 Buttonon (press) { nextFrame(); }Symbol 223 Buttonon (press) { gotoAndStop (27); }Symbol 226 Buttonon (press) { gotoAndStop (30); }Symbol 231 Buttonon (press) { gotoAndStop (29); }Symbol 238 Buttonon (press) { gotoAndStop (28); }Symbol 241 Buttonon (press) { gotoAndStop (31); }Symbol 246 Buttonon (press) { gotoAndStop (25); }Symbol 274 MovieClip Frame 60stop(); _root.nextFrame();Symbol 335 MovieClip Frame 105stop();Symbol 339 MovieClip Frame 126stop();Symbol 340 Buttonon (press) { gotoAndStop (22); }Symbol 342 Buttonon (press) { _root.nextFrame(); }Symbol 343 MovieClip Frame 1stop();Symbol 343 MovieClip Frame 2stop();
Library Items
Symbol 1 Font | Used by:2 4 5 6 7 8 9 10 13 23 25 26 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 62 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 117 118 119 120 121 122 123 125 126 127 128 130 131 132 133 134 135 136 137 138 139 140 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 216 217 218 219 220 221 222 224 225 227 228 229 230 232 233 234 235 236 237 239 240 244 245 248 251 254 255 256 257 260 261 262 263 264 265 266 267 268 269 270 271 272 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 336 344 | |
Symbol 2 Text | Uses:1 | Used by:21 |
Symbol 3 Sound | Used by:20 21 61 116 141 168 274 335 Timeline | |
Symbol 4 Text | Uses:1 | Used by:21 |
Symbol 5 Text | Uses:1 | Used by:21 |
Symbol 6 Text | Uses:1 | Used by:21 |
Symbol 7 Text | Uses:1 | Used by:21 |
Symbol 8 Text | Uses:1 | Used by:21 |
Symbol 9 Text | Uses:1 | Used by:21 |
Symbol 10 Text | Uses:1 | Used by:11 |
Symbol 11 MovieClip | Uses:10 | Used by:21 33 |
Symbol 12 Sound | Used by:21 | |
Symbol 13 Text | Uses:1 | Used by:21 32 |
Symbol 14 Sound | Used by:21 | |
Symbol 15 Graphic | Used by:20 31 | |
Symbol 16 Graphic | Used by:20 | |
Symbol 17 Graphic | Used by:20 | |
Symbol 18 Graphic | Used by:20 | |
Symbol 19 Graphic | Used by:20 | |
Symbol 20 MovieClip | Uses:15 3 16 17 18 19 | Used by:21 |
Symbol 21 MovieClip | Uses:2 3 4 5 6 7 8 9 11 12 13 14 20 | Used by:31 Timeline |
Symbol 22 Graphic | Used by:27 | |
Symbol 23 Text | Uses:1 | Used by:27 |
Symbol 24 Sound | Used by:27 | |
Symbol 25 Text | Uses:1 | Used by:27 |
Symbol 26 Text | Uses:1 | Used by:27 |
Symbol 27 MovieClip | Uses:22 23 24 25 26 | Used by:Timeline |
Symbol 28 Graphic | Used by:30 | |
Symbol 29 Sound [jaye] | Used by:30 | |
Symbol 30 MovieClip | Uses:28 29 | Used by:Timeline |
Symbol 31 MovieClip | Uses:15 21 | Used by:33 |
Symbol 32 MovieClip | Uses:13 | Used by:33 |
Symbol 33 MovieClip | Uses:31 32 11 | Used by:Timeline |
Symbol 34 Graphic | Used by:36 | |
Symbol 35 Sound [surprise] | Used by:36 | |
Symbol 36 MovieClip | Uses:34 35 | Used by:Timeline |
Symbol 37 Graphic | Used by:45 | |
Symbol 38 Graphic | Used by:45 | |
Symbol 39 Graphic | Used by:40 | |
Symbol 40 MovieClip | Uses:39 | Used by:45 |
Symbol 41 ShapeTweening | Used by:45 | |
Symbol 42 Graphic | Used by:45 | |
Symbol 43 ShapeTweening | Used by:45 | |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip | Uses:37 38 40 41 42 43 44 | Used by:Timeline |
Symbol 46 Text | Uses:1 | Used by:61 |
Symbol 47 Text | Uses:1 | Used by:61 |
Symbol 48 Text | Uses:1 | Used by:61 |
Symbol 49 Text | Uses:1 | Used by:61 |
Symbol 50 Text | Uses:1 | Used by:61 |
Symbol 51 Text | Uses:1 | Used by:61 |
Symbol 52 Text | Uses:1 | Used by:61 |
Symbol 53 Text | Uses:1 | Used by:61 |
Symbol 54 Text | Uses:1 | Used by:61 |
Symbol 55 Text | Uses:1 | Used by:61 |
Symbol 56 Text | Uses:1 | Used by:61 |
Symbol 57 Text | Uses:1 | Used by:61 |
Symbol 58 Text | Uses:1 | Used by:61 |
Symbol 59 Text | Uses:1 | Used by:61 |
Symbol 60 Text | Uses:1 | Used by:61 |
Symbol 61 MovieClip | Uses:46 3 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | Used by:Timeline |
Symbol 62 Text | Uses:1 | Used by:63 64 |
Symbol 63 Button | Uses:62 | Used by:65 |
Symbol 64 Button | Uses:62 | Used by:65 |
Symbol 65 MovieClip | Uses:63 64 | Used by:Timeline |
Symbol 66 Text | Uses:1 | Used by:116 141 273 274 Timeline |
Symbol 67 Text | Uses:1 | Used by:116 |
Symbol 68 Text | Uses:1 | Used by:116 |
Symbol 69 Text | Uses:1 | Used by:116 |
Symbol 70 Text | Uses:1 | Used by:116 |
Symbol 71 Text | Uses:1 | Used by:116 |
Symbol 72 Text | Uses:1 | Used by:116 |
Symbol 73 Text | Uses:1 | Used by:116 |
Symbol 74 Text | Uses:1 | Used by:116 |
Symbol 75 Text | Uses:1 | Used by:116 |
Symbol 76 Text | Uses:1 | Used by:116 |
Symbol 77 Text | Uses:1 | Used by:116 |
Symbol 78 Text | Uses:1 | Used by:116 |
Symbol 79 Text | Uses:1 | Used by:116 |
Symbol 80 Text | Uses:1 | Used by:116 |
Symbol 81 Text | Uses:1 | Used by:116 |
Symbol 82 Text | Uses:1 | Used by:116 |
Symbol 83 Text | Uses:1 | Used by:116 |
Symbol 84 Text | Uses:1 | Used by:116 |
Symbol 85 Text | Uses:1 | Used by:116 |
Symbol 86 Text | Uses:1 | Used by:116 |
Symbol 87 Text | Uses:1 | Used by:116 |
Symbol 88 Text | Uses:1 | Used by:116 |
Symbol 89 Text | Uses:1 | Used by:116 |
Symbol 90 Text | Uses:1 | Used by:116 |
Symbol 91 Text | Uses:1 | Used by:116 |
Symbol 92 Text | Uses:1 | Used by:116 |
Symbol 93 Text | Uses:1 | Used by:116 |
Symbol 94 Text | Uses:1 | Used by:116 |
Symbol 95 Text | Uses:1 | Used by:116 |
Symbol 96 Text | Uses:1 | Used by:116 |
Symbol 97 Text | Uses:1 | Used by:116 |
Symbol 98 Text | Uses:1 | Used by:116 |
Symbol 99 Text | Uses:1 | Used by:116 |
Symbol 100 Text | Uses:1 | Used by:116 |
Symbol 101 Text | Uses:1 | Used by:116 |
Symbol 102 Text | Uses:1 | Used by:116 |
Symbol 103 Text | Uses:1 | Used by:116 |
Symbol 104 Text | Uses:1 | Used by:116 |
Symbol 105 Text | Uses:1 | Used by:116 |
Symbol 106 Text | Uses:1 | Used by:116 |
Symbol 107 Text | Uses:1 | Used by:116 |
Symbol 108 Text | Uses:1 | Used by:116 |
Symbol 109 Text | Uses:1 | Used by:116 |
Symbol 110 Text | Uses:1 | Used by:116 |
Symbol 111 Text | Uses:1 | Used by:116 |
Symbol 112 Text | Uses:1 | Used by:116 |
Symbol 113 Text | Uses:1 | Used by:116 |
Symbol 114 Text | Uses:1 | Used by:116 |
Symbol 115 Text | Uses:1 | Used by:116 |
Symbol 116 MovieClip | Uses:66 3 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | Used by:Timeline |
Symbol 117 Text | Uses:1 | Used by:141 274 Timeline |
Symbol 118 Text | Uses:1 | Used by:124 141 273 274 |
Symbol 119 Text | Uses:1 | Used by:124 129 141 273 274 |
Symbol 120 Text | Uses:1 | Used by:124 129 141 273 274 |
Symbol 121 Text | Uses:1 | Used by:124 |
Symbol 122 Text | Uses:1 | Used by:124 |
Symbol 123 Text | Uses:1 | Used by:124 |
Symbol 124 Button | Uses:118 119 120 121 122 123 | Used by:Timeline |
Symbol 125 Text | Uses:1 | Used by:129 141 273 274 |
Symbol 126 Text | Uses:1 | Used by:129 |
Symbol 127 Text | Uses:1 | Used by:129 |
Symbol 128 Text | Uses:1 | Used by:129 |
Symbol 129 Button | Uses:125 119 120 126 127 128 | Used by:Timeline |
Symbol 130 Text | Uses:1 | Used by:141 |
Symbol 131 Text | Uses:1 | Used by:141 |
Symbol 132 Text | Uses:1 | Used by:141 |
Symbol 133 Text | Uses:1 | Used by:141 |
Symbol 134 Text | Uses:1 | Used by:141 |
Symbol 135 Text | Uses:1 | Used by:141 |
Symbol 136 Text | Uses:1 | Used by:141 |
Symbol 137 Text | Uses:1 | Used by:141 |
Symbol 138 Text | Uses:1 | Used by:141 |
Symbol 139 Text | Uses:1 | Used by:141 |
Symbol 140 Text | Uses:1 | Used by:141 |
Symbol 141 MovieClip | Uses:117 118 119 120 125 66 130 3 131 132 133 134 135 136 137 138 139 140 | Used by:Timeline |
Symbol 142 Text | Uses:1 | Used by:168 335 |
Symbol 143 Text | Uses:1 | Used by:168 335 |
Symbol 144 Text | Uses:1 | Used by:168 335 |
Symbol 145 Text | Uses:1 | Used by:168 |
Symbol 146 Text | Uses:1 | Used by:168 |
Symbol 147 Text | Uses:1 | Used by:168 |
Symbol 148 Text | Uses:1 | Used by:168 |
Symbol 149 Text | Uses:1 | Used by:168 |
Symbol 150 Text | Uses:1 | Used by:168 |
Symbol 151 Text | Uses:1 | Used by:168 |
Symbol 152 Text | Uses:1 | Used by:168 |
Symbol 153 Text | Uses:1 | Used by:168 |
Symbol 154 Text | Uses:1 | Used by:168 |
Symbol 155 Text | Uses:1 | Used by:168 |
Symbol 156 Text | Uses:1 | Used by:168 |
Symbol 157 Text | Uses:1 | Used by:168 |
Symbol 158 Text | Uses:1 | Used by:168 |
Symbol 159 Text | Uses:1 | Used by:168 |
Symbol 160 Text | Uses:1 | Used by:168 |
Symbol 161 Text | Uses:1 | Used by:168 |
Symbol 162 Text | Uses:1 | Used by:168 |
Symbol 163 Text | Uses:1 | Used by:168 |
Symbol 164 Text | Uses:1 | Used by:168 |
Symbol 165 Text | Uses:1 | Used by:168 |
Symbol 166 Text | Uses:1 | Used by:168 |
Symbol 167 Text | Uses:1 | Used by:168 |
Symbol 168 MovieClip | Uses:142 3 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 | Used by:Timeline |
Symbol 169 Text | Uses:1 | Used by:215 223 226 231 Timeline |
Symbol 170 Text | Uses:1 | Used by:215 223 226 231 238 Timeline |
Symbol 171 Text | Uses:1 | Used by:Timeline |
Symbol 172 Text | Uses:1 | Used by:223 231 Timeline |
Symbol 173 Text | Uses:1 | Used by:215 238 Timeline |
Symbol 174 Text | Uses:1 | Used by:238 Timeline |
Symbol 175 Text | Uses:1 | Used by:215 223 226 231 238 Timeline |
Symbol 176 Text | Uses:1 | Used by:215 223 226 231 Timeline |
Symbol 177 Text | Uses:1 | Used by:215 223 226 231 238 Timeline |
Symbol 178 Text | Uses:1 | Used by:215 223 226 231 Timeline |
Symbol 179 Text | Uses:1 | Used by:Timeline |
Symbol 180 Text | Uses:1 | Used by:215 238 Timeline |
Symbol 181 Text | Uses:1 | Used by:215 223 226 231 238 Timeline |
Symbol 182 Text | Uses:1 | Used by:238 Timeline |
Symbol 183 Text | Uses:1 | Used by:Timeline |
Symbol 184 Text | Uses:1 | Used by:Timeline |
Symbol 185 Text | Uses:1 | Used by:186 187 |
Symbol 186 Button | Uses:185 | Used by:187 |
Symbol 187 MovieClip | Uses:185 186 | Used by:Timeline |
Symbol 188 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 189 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 190 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 191 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 192 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 193 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 194 Text | Uses:1 | Used by:215 223 226 231 |
Symbol 195 Text | Uses:1 | Used by:215 |
Symbol 196 Text | Uses:1 | Used by:215 |
Symbol 197 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 198 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 199 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 200 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 201 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 202 Text | Uses:1 | Used by:215 223 226 231 |
Symbol 203 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 204 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 205 Text | Uses:1 | Used by:215 223 226 231 |
Symbol 206 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 207 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 208 Text | Uses:1 | Used by:215 223 226 231 238 |
Symbol 209 Text | Uses:1 | Used by:215 223 226 231 |
Symbol 210 Text | Uses:1 | Used by:215 238 |
Symbol 211 Text | Uses:1 | Used by:215 |
Symbol 212 Text | Uses:1 | Used by:215 238 |
Symbol 213 Text | Uses:1 | Used by:215 223 226 231 |
Symbol 214 Text | Uses:1 | Used by:215 |
Symbol 215 Button | Uses:188 189 175 190 191 169 170 181 178 192 177 193 194 173 195 180 176 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 | Used by:Timeline |
Symbol 216 Text | Uses:1 | Used by:223 |
Symbol 217 Text | Uses:1 | Used by:223 238 |
Symbol 218 Text | Uses:1 | Used by:223 |
Symbol 219 Text | Uses:1 | Used by:223 |
Symbol 220 Text | Uses:1 | Used by:223 238 |
Symbol 221 Text | Uses:1 | Used by:223 231 |
Symbol 222 Text | Uses:1 | Used by:223 |
Symbol 223 Button | Uses:176 216 217 172 218 188 189 175 190 191 169 170 181 178 192 177 193 194 213 219 220 221 222 197 198 199 200 201 202 203 204 205 206 207 208 209 | Used by:Timeline |
Symbol 224 Text | Uses:1 | Used by:226 |
Symbol 225 Text | Uses:1 | Used by:226 |
Symbol 226 Button | Uses:176 191 189 170 224 188 175 190 169 181 178 192 177 193 194 213 201 198 203 225 197 199 200 202 204 205 206 207 208 209 | Used by:Timeline |
Symbol 227 Text | Uses:1 | Used by:231 |
Symbol 228 Text | Uses:1 | Used by:231 |
Symbol 229 Text | Uses:1 | Used by:231 |
Symbol 230 Text | Uses:1 | Used by:231 |
Symbol 231 Button | Uses:189 172 170 192 169 188 227 228 176 178 175 190 191 181 177 193 194 198 221 203 206 202 197 229 230 213 205 199 200 201 204 207 208 209 | Used by:Timeline |
Symbol 232 Text | Uses:1 | Used by:238 |
Symbol 233 Text | Uses:1 | Used by:238 |
Symbol 234 Text | Uses:1 | Used by:238 |
Symbol 235 Text | Uses:1 | Used by:238 |
Symbol 236 Text | Uses:1 | Used by:238 |
Symbol 237 Text | Uses:1 | Used by:238 |
Symbol 238 Button | Uses:188 189 175 190 181 180 170 193 217 232 177 173 233 192 182 174 191 197 198 199 200 204 212 203 208 220 234 207 210 235 206 236 237 201 | Used by:Timeline |
Symbol 239 Text | Uses:1 | Used by:241 |
Symbol 240 Text | Uses:1 | Used by:241 |
Symbol 241 Button | Uses:239 240 | Used by:Timeline |
Symbol 242 Font | Used by:243 247 249 345 | |
Symbol 243 EditableText | Uses:242 | Used by:Timeline |
Symbol 244 Text | Uses:1 | Used by:Timeline |
Symbol 245 Text | Uses:1 | Used by:246 340 |
Symbol 246 Button | Uses:245 | Used by:Timeline |
Symbol 247 EditableText | Uses:242 | Used by:Timeline |
Symbol 248 Text | Uses:1 | Used by:Timeline |
Symbol 249 EditableText | Uses:242 | Used by:Timeline |
Symbol 250 Font | Used by:251 | |
Symbol 251 Text | Uses:1 250 | Used by:Timeline |
Symbol 252 Font | Used by:253 | |
Symbol 253 EditableText | Uses:252 | Used by:Timeline |
Symbol 254 Text | Uses:1 | Used by:Timeline |
Symbol 255 Text | Uses:1 | Used by:Timeline |
Symbol 256 EditableText | Uses:1 | Used by:Timeline |
Symbol 257 Text | Uses:1 | Used by:Timeline |
Symbol 258 Font | Used by:259 | |
Symbol 259 EditableText | Uses:258 | Used by:Timeline |
Symbol 260 Text | Uses:1 | Used by:274 |
Symbol 261 Text | Uses:1 | Used by:274 |
Symbol 262 Text | Uses:1 | Used by:274 |
Symbol 263 Text | Uses:1 | Used by:274 |
Symbol 264 Text | Uses:1 | Used by:274 |
Symbol 265 Text | Uses:1 | Used by:274 |
Symbol 266 Text | Uses:1 | Used by:274 |
Symbol 267 Text | Uses:1 | Used by:274 |
Symbol 268 Text | Uses:1 | Used by:274 |
Symbol 269 Text | Uses:1 | Used by:274 |
Symbol 270 Text | Uses:1 | Used by:274 |
Symbol 271 Text | Uses:1 | Used by:274 |
Symbol 272 Text | Uses:1 | Used by:273 274 |
Symbol 273 MovieClip | Uses:272 118 119 120 125 66 | Used by:274 |
Symbol 274 MovieClip | Uses:117 118 119 120 125 66 260 3 261 262 263 264 265 266 267 268 269 270 271 272 273 | Used by:Timeline |
Symbol 275 Text | Uses:1 | Used by:335 |
Symbol 276 Text | Uses:1 | Used by:335 |
Symbol 277 Text | Uses:1 | Used by:335 |
Symbol 278 Text | Uses:1 | Used by:335 |
Symbol 279 Text | Uses:1 | Used by:335 |
Symbol 280 Text | Uses:1 | Used by:335 |
Symbol 281 Text | Uses:1 | Used by:335 |
Symbol 282 Text | Uses:1 | Used by:335 |
Symbol 283 Text | Uses:1 | Used by:335 |
Symbol 284 Text | Uses:1 | Used by:335 |
Symbol 285 Text | Uses:1 | Used by:335 |
Symbol 286 Text | Uses:1 | Used by:335 |
Symbol 287 Text | Uses:1 | Used by:335 |
Symbol 288 Text | Uses:1 | Used by:335 |
Symbol 289 Text | Uses:1 | Used by:335 |
Symbol 290 Text | Uses:1 | Used by:335 |
Symbol 291 Text | Uses:1 | Used by:335 |
Symbol 292 Text | Uses:1 | Used by:335 |
Symbol 293 Text | Uses:1 | Used by:335 |
Symbol 294 Text | Uses:1 | Used by:335 |
Symbol 295 Text | Uses:1 | Used by:335 |
Symbol 296 Text | Uses:1 | Used by:335 |
Symbol 297 Text | Uses:1 | Used by:335 |
Symbol 298 Text | Uses:1 | Used by:335 |
Symbol 299 Text | Uses:1 | Used by:335 |
Symbol 300 Text | Uses:1 | Used by:335 |
Symbol 301 Text | Uses:1 | Used by:335 |
Symbol 302 Text | Uses:1 | Used by:335 |
Symbol 303 Text | Uses:1 | Used by:335 |
Symbol 304 Text | Uses:1 | Used by:335 |
Symbol 305 Text | Uses:1 | Used by:335 |
Symbol 306 Text | Uses:1 | Used by:335 |
Symbol 307 Text | Uses:1 | Used by:335 |
Symbol 308 Text | Uses:1 | Used by:335 |
Symbol 309 Text | Uses:1 | Used by:335 |
Symbol 310 Text | Uses:1 | Used by:335 |
Symbol 311 Text | Uses:1 | Used by:335 |
Symbol 312 Text | Uses:1 | Used by:335 |
Symbol 313 Text | Uses:1 | Used by:335 |
Symbol 314 Text | Uses:1 | Used by:335 |
Symbol 315 Text | Uses:1 | Used by:335 |
Symbol 316 Text | Uses:1 | Used by:335 |
Symbol 317 Text | Uses:1 | Used by:335 |
Symbol 318 Text | Uses:1 | Used by:335 |
Symbol 319 Text | Uses:1 | Used by:335 |
Symbol 320 Text | Uses:1 | Used by:335 |
Symbol 321 Text | Uses:1 | Used by:335 |
Symbol 322 Text | Uses:1 | Used by:335 |
Symbol 323 Text | Uses:1 | Used by:335 |
Symbol 324 Text | Uses:1 | Used by:335 |
Symbol 325 Text | Uses:1 | Used by:335 |
Symbol 326 Text | Uses:1 | Used by:335 |
Symbol 327 Text | Uses:1 | Used by:335 |
Symbol 328 Text | Uses:1 | Used by:335 |
Symbol 329 Text | Uses:1 | Used by:335 |
Symbol 330 Text | Uses:1 | Used by:335 |
Symbol 331 Text | Uses:1 | Used by:335 |
Symbol 332 Text | Uses:1 | Used by:335 |
Symbol 333 Text | Uses:1 | Used by:335 |
Symbol 334 Text | Uses:1 | Used by:335 |
Symbol 335 MovieClip | Uses:142 3 143 144 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 | Used by:Timeline |
Symbol 336 Text | Uses:1 | Used by:337 338 |
Symbol 337 MovieClip | Uses:336 | Used by:339 |
Symbol 338 Button | Uses:336 | Used by:339 |
Symbol 339 MovieClip | Uses:337 338 | Used by:Timeline |
Symbol 340 Button | Uses:245 | Used by:Timeline |
Symbol 341 Graphic | Used by:342 343 | |
Symbol 342 Button | Uses:341 | Used by:343 |
Symbol 343 MovieClip | Uses:342 341 | Used by:Timeline |
Symbol 344 Text | Uses:1 | Used by:Timeline |
Symbol 345 EditableText | Uses:242 | Used by:Timeline |
Instance Names
"WAIT" | Frame 1 | Symbol 27 MovieClip |
"buttonPLAY" | Frame 20 | Symbol 65 MovieClip |
"cont" | Frame 34 | Symbol 339 MovieClip |
"playbtn" | Frame 34 | Symbol 343 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 2 | Symbol 29 as "jaye" |
ExportAssets (56) | Timeline Frame 20 | Symbol 35 as "surprise" |
Labels
"start" | Frame 2 |
"separator of good and evil" | Frame 32 |
|