STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229456 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2574 · P5148 |
This is the info page for Flash #73152 |
© 2005 Rowland Rose |
Bob The Blob |
Bob The Blob |
Movement: |
a |
s |
d |
w |
Or: |
Controls |
Start Game |
Start Game |
Level 1-1 |
Level 1-1 Complete! |
Level 1-2 |
Level 1-2 Complete! |
Level 2-1 |
Level 2-1 Complete! |
Level 2-2 |
Level 2-2 Complete! |
Level 3-1 |
Level 3-1 Complete! |
Level 3-2 |
Level 3-2 Complete! |
"This is a lovely picnic we're having Bob!" |
"Yea... lovely..." |
"The food is good, the sun is shining... could this day get any better?" |
"..." |
"Aaah! Someone's throwing babies at me!" |
"What!? Who would do such a sinister thing?" |
"Ahahahaha!" |
"It was I. I AM THE BABY THROWER!" |
"Well, as funny as throwing babies at random people IS..." |
"You have killed my girlfriend! I will avenge her death by destroying you!" |
"Ha! I don't think so. Not unless you can get past my army of ghosts!" |
"Oooooooo..." |
"This is gonna be like Pacman, isn't it..." |
"You know, I'm not dead. I'm not even hurt that much." |
"..." |
"For the memory of my lost girlfriend, I shall destroy you ghosties!" |
"Well, that takes care of that. I wonder if Jeopardy is on..." |
"Hahaha! You can't get rid of me that easily!" |
"Didn't I destroy your army..." |
"That was merely a warm-up! If you want to fight me further..." |
"...you will have to get past my army of mutant sharks!" |
"Argh." |
"Dammit! I hate sharks! On account of their many teeth!" |
"Oh well. This is for you, uh... girlfriend (what IS her name anyway)." |
"Bob!!! Get back here!" |
"Well, that was stupid. Are you done yet?" |
"Ahahahaha! Not even close!" |
"Great. What army will I have to defeat now?" |
"Ah yes, I do have an army, you clever little blob." |
"But this time you don't stand a chance! BEHOLD!" |
"Grrr..." |
"Balloons with teeth." |
"You know what? I'm done with this. I just don't care anymore." |
"Bob! I need to have a word with you!" |
"Oh no! My girlfriend's ghost has come to haunt me!" |
"What? NO Bob, you see..." |
"I'm so sorry! I'll avenge your death! Please don't haunt me!" |
"Aaaaaah!" |
"...uh, right..." |
"Ugh... I have been defeated." |
"Damn right! Now it's time to finish you off!" |
"Your baby-throwing, girlfriend-killing days are over!" |
"Wait! I'm not who you think I am!" |
"Hello Bob." |
"Wait. You're my girlfriend? Then who's..." |
"Hey." |
"Bob Barker!?" |
"THAT EXPLAINS EVERYTHING!" |
"Hahahahahahahahaha!" |
To beat the level you have to destroy all the enemies. |
If you touch an enemy that is the same color as Bob, it will be destroyed. |
But if you touch an enemy that is a different color, Bob will be destroyed! (blown up, actually) |
To change Bob's color, touch a color orb. |
That's it! GOOD LUCK!!! |
THE |
END |
Play Again |
ActionScript [AS1/AS2]
Frame 2function forInterval() { if ((sound5.position > 1949) && (temp1 == true)) { sound3.start(0, 999); sound3.setVolume(100); temp1 = false; clearInterval(intervalID); } } _root.createEmptyMovieClip("bob1_mc", 11); var sound1 = new Sound(bob1_mc); sound1.attachSound("bob1_linkage"); _root.createEmptyMovieClip("bob7_mc", 12); var sound2 = new Sound(bob7_mc); sound2.attachSound("bob7_linkage"); _root.createEmptyMovieClip("bob3_mc", 13); var sound3 = new Sound(bob3_mc); sound3.attachSound("bob3_linkage"); _root.createEmptyMovieClip("bob3_intro_mc", 15); var sound5 = new Sound(bob3_intro_mc); sound5.attachSound("bob3_intro_linkage"); _root.createEmptyMovieClip("bob6_mc", 17); var sound7 = new Sound(bob6_mc); sound7.attachSound("bob6_linkage"); _root.createEmptyMovieClip("bob8_mc", 18); var sound8 = new Sound(bob8_mc); sound8.attachSound("bob8_linkage"); _root.createEmptyMovieClip("bob9_mc", 19); var sound9 = new Sound(bob9_mc); sound9.attachSound("bob9_linkage"); var temp1 = true; sound5.start(0, 0); sound5.setVolume(100); var intervalID = setInterval(forInterval, 1); _root.onEnterFrame = function () { }; stop();Frame 3stop();Frame 4stop();Frame 5_quality = "LOW"; _root.bob_mc.removeMovieClip(); _root.back_1_mc.removeMovieClip(); i = 1; while (i <= 176) { _root["grass" + i].removeMovieClip(); _root["tree" + i].removeMovieClip(); _root["orb" + i].removeMovieClip(); _root["ghost" + i].removeMovieClip(); i++; } _root.attachMovie("back_1_linkage", "back_1_mc", 1); var back_start_x = -670; var back_end_x = -3260; _root.back_1_mc._x = back_start_x; _root.back_1_mc._y = 230; _root.bob_layer = 77000 /* 0x012CC8 */; _root.attachMovie("bob_blue_linkage", "bob_mc", _root.bob_layer); _root.bob_mc.gotoAndStop(1); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = "blue"; _root.bob_mc.dead = false; var bob_move = 0; var bob_turn = 0; var bob_angle_rad = (Math.PI/2); var bob_x_inc = 0; var bob_y_inc = 0; var bob_next_x = 0; var bob_next_y = 0; var bob_x = 55; var bob_y = 55; var angle = 0; var hyp = 0; var random_increment = 8; var goingToNextScene = false; var loopStop = false; var exploding_done = false; var levelBeaten = false; var soundStarted = false; var ghostsStillGone = false; var beginningCounter = 0; var beginningEnd = false; var clearFrame = 6; temp_point1 = {}; temp_point1.x = 0; temp_point1.y = 0; temp_point2 = {}; temp_point2.x = 0; temp_point2.y = 0; temp_point3 = {}; temp_point3.x = 0; temp_point3.y = 0; temp_point4 = {}; temp_point4.x = 0; temp_point4.y = 0; temp_point5 = {}; temp_point5.x = 0; temp_point5.y = 0; temp_point6 = {}; temp_point6.x = 0; temp_point6.y = 0; temp_point7 = {}; temp_point7.x = 0; temp_point7.y = 0; temp_point8 = {}; temp_point8.x = 0; temp_point8.y = 0; temp_point9 = {}; temp_point9.x = 0; temp_point9.y = 0; temp_point10 = {}; temp_point10.x = 0; temp_point10.y = 0; temp_point11 = {}; temp_point11.x = 0; temp_point11.y = 0; temp_point12 = {}; temp_point12.x = 0; temp_point12.y = 0; temp_point13 = {}; temp_point13.x = 0; temp_point13.y = 0; temp_point14 = {}; temp_point14.x = 0; temp_point14.y = 0; temp_point15 = {}; temp_point15.x = 0; temp_point15.y = 0; temp_point16 = {}; temp_point16.x = 0; temp_point16.y = 0; temp_point17 = {}; temp_point17.x = 0; temp_point17.y = 0; temp_point18 = {}; temp_point18.x = 0; temp_point18.y = 0; temp_point19 = {}; temp_point19.x = 0; temp_point19.y = 0; temp_point20 = {}; temp_point20.x = 0; temp_point20.y = 0; temp_point21 = {}; temp_point21.x = 0; temp_point21.y = 0; temp_point22 = {}; temp_point22.x = 0; temp_point22.y = 0; temp_point23 = {}; temp_point23.x = 0; temp_point23.y = 0; temp_point24 = {}; temp_point24.x = 0; temp_point24.y = 0; temp_point25 = {}; temp_point25.x = 0; temp_point25.y = 0; temp_point26 = {}; temp_point26.x = 0; temp_point26.y = 0; temp_point27 = {}; temp_point27.x = 0; temp_point27.y = 0; temp_point28 = {}; temp_point28.x = 0; temp_point28.y = 0; temp_point29 = {}; temp_point29.x = 0; temp_point29.y = 0; temp_point30 = {}; temp_point30.x = 0; temp_point30.y = 0; temp_point31 = {}; temp_point31.x = 0; temp_point31.y = 0; temp_point32 = {}; temp_point32.x = 0; temp_point32.y = 0; temp_point33 = {}; temp_point33.x = 0; temp_point33.y = 0; temp_point34 = {}; temp_point34.x = 0; temp_point34.y = 0; temp_point35 = {}; temp_point35.x = 0; temp_point35.y = 0; temp_point36 = {}; temp_point36.x = 0; temp_point36.y = 0; temp_point37 = {}; temp_point37.x = 0; temp_point37.y = 0; temp_point38 = {}; temp_point38.x = 0; temp_point38.y = 0; temp_point39 = {}; temp_point39.x = 0; temp_point39.y = 0; temp_point40 = {}; temp_point40.x = 0; temp_point40.y = 0; temp_point41 = {}; temp_point41.x = 0; temp_point41.y = 0; temp_point42 = {}; temp_point42.x = 0; temp_point42.y = 0; temp_point43 = {}; temp_point43.x = 0; temp_point43.y = 0; temp_point44 = {}; temp_point44.x = 0; temp_point44.y = 0; temp_point45 = {}; temp_point45.x = 0; temp_point45.y = 0; temp_point46 = {}; temp_point46.x = 0; temp_point46.y = 0; temp_point47 = {}; temp_point47.x = 0; temp_point47.y = 0; temp_point48 = {}; temp_point48.x = 0; temp_point48.y = 0; temp_point49 = {}; temp_point49.x = 0; temp_point49.y = 0; temp_point50 = {}; temp_point50.x = 0; temp_point50.y = 0; temp_point51 = {}; temp_point51.x = 0; temp_point51.y = 0; temp_point52 = {}; temp_point52.x = 0; temp_point52.y = 0; temp_point53 = {}; temp_point53.x = 0; temp_point53.y = 0; temp_point54 = {}; temp_point54.x = 0; temp_point54.y = 0; temp_point55 = {}; temp_point55.x = 0; temp_point55.y = 0; temp_point56 = {}; temp_point56.x = 0; temp_point56.y = 0; temp_point57 = {}; temp_point57.x = 0; temp_point57.y = 0; temp_point58 = {}; temp_point58.x = 0; temp_point58.y = 0; temp_point59 = {}; temp_point59.x = 0; temp_point59.y = 0; temp_point60 = {}; temp_point60.x = 0; temp_point60.y = 0; temp_point61 = {}; temp_point61.x = 0; temp_point61.y = 0; temp_point62 = {}; temp_point62.x = 0; temp_point62.y = 0; temp_point63 = {}; temp_point63.x = 0; temp_point63.y = 0; temp_point64 = {}; temp_point64.x = 0; temp_point64.y = 0; temp_point65 = {}; temp_point65.x = 0; temp_point65.y = 0; temp_point66 = {}; temp_point66.x = 0; temp_point66.y = 0; temp_point67 = {}; temp_point67.x = 0; temp_point67.y = 0; temp_point68 = {}; temp_point68.x = 0; temp_point68.y = 0; temp_point69 = {}; temp_point69.x = 0; temp_point69.y = 0; temp_point70 = {}; temp_point70.x = 0; temp_point70.y = 0; temp_point71 = {}; temp_point71.x = 0; temp_point71.y = 0; temp_point72 = {}; temp_point72.x = 0; temp_point72.y = 0; temp_point73 = {}; temp_point73.x = 0; temp_point73.y = 0; temp_point74 = {}; temp_point74.x = 0; temp_point74.y = 0; temp_point75 = {}; temp_point75.x = 0; temp_point75.y = 0; temp_point76 = {}; temp_point76.x = 0; temp_point76.y = 0; temp_point77 = {}; temp_point77.x = 0; temp_point77.y = 0; temp_point78 = {}; temp_point78.x = 0; temp_point78.y = 0; temp_point79 = {}; temp_point79.x = 0; temp_point79.y = 0; temp_point80 = {}; temp_point80.x = 0; temp_point80.y = 0; temp_point81 = {}; temp_point81.x = 0; temp_point81.y = 0; temp_point82 = {}; temp_point82.x = 0; temp_point82.y = 0; temp_point83 = {}; temp_point83.x = 0; temp_point83.y = 0; temp_point84 = {}; temp_point84.x = 0; temp_point84.y = 0; temp_point85 = {}; temp_point85.x = 0; temp_point85.y = 0; temp_point86 = {}; temp_point86.x = 0; temp_point86.y = 0; temp_point87 = {}; temp_point87.x = 0; temp_point87.y = 0; temp_point88 = {}; temp_point88.x = 0; temp_point88.y = 0; temp_point89 = {}; temp_point89.x = 0; temp_point89.y = 0; temp_point90 = {}; temp_point90.x = 0; temp_point90.y = 0; temp_point91 = {}; temp_point91.x = 0; temp_point91.y = 0; temp_point92 = {}; temp_point92.x = 0; temp_point92.y = 0; temp_point93 = {}; temp_point93.x = 0; temp_point93.y = 0; temp_point94 = {}; temp_point94.x = 0; temp_point94.y = 0; temp_point95 = {}; temp_point95.x = 0; temp_point95.y = 0; temp_point96 = {}; temp_point96.x = 0; temp_point96.y = 0; temp_point97 = {}; temp_point97.x = 0; temp_point97.y = 0; temp_point98 = {}; temp_point98.x = 0; temp_point98.y = 0; temp_point99 = {}; temp_point99.x = 0; temp_point99.y = 0; temp_point100 = {}; temp_point100.x = 0; temp_point100.y = 0; temp_point101 = {}; temp_point101.x = 0; temp_point101.y = 0; temp_point102 = {}; temp_point102.x = 0; temp_point102.y = 0; temp_point103 = {}; temp_point103.x = 0; temp_point103.y = 0; temp_point104 = {}; temp_point104.x = 0; temp_point104.y = 0; temp_point105 = {}; temp_point105.x = 0; temp_point105.y = 0; temp_point106 = {}; temp_point106.x = 0; temp_point106.y = 0; temp_point107 = {}; temp_point107.x = 0; temp_point107.y = 0; temp_point108 = {}; temp_point108.x = 0; temp_point108.y = 0; temp_point109 = {}; temp_point109.x = 0; temp_point109.y = 0; temp_point110 = {}; temp_point110.x = 0; temp_point110.y = 0; temp_point111 = {}; temp_point111.x = 0; temp_point111.y = 0; temp_point112 = {}; temp_point112.x = 0; temp_point112.y = 0; temp_point113 = {}; temp_point113.x = 0; temp_point113.y = 0; temp_point114 = {}; temp_point114.x = 0; temp_point114.y = 0; temp_point115 = {}; temp_point115.x = 0; temp_point115.y = 0; temp_point116 = {}; temp_point116.x = 0; temp_point116.y = 0; temp_point117 = {}; temp_point117.x = 0; temp_point117.y = 0; temp_point118 = {}; temp_point118.x = 0; temp_point118.y = 0; temp_point119 = {}; temp_point119.x = 0; temp_point119.y = 0; temp_point120 = {}; temp_point120.x = 0; temp_point120.y = 0; temp_point121 = {}; temp_point121.x = 0; temp_point121.y = 0; temp_point122 = {}; temp_point122.x = 0; temp_point122.y = 0; temp_point123 = {}; temp_point123.x = 0; temp_point123.y = 0; temp_point124 = {}; temp_point124.x = 0; temp_point124.y = 0; temp_point125 = {}; temp_point125.x = 0; temp_point125.y = 0; temp_point126 = {}; temp_point126.x = 0; temp_point126.y = 0; temp_point127 = {}; temp_point127.x = 0; temp_point127.y = 0; temp_point128 = {}; temp_point128.x = 0; temp_point128.y = 0; temp_point129 = {}; temp_point129.x = 0; temp_point129.y = 0; temp_point130 = {}; temp_point130.x = 0; temp_point130.y = 0; temp_point131 = {}; temp_point131.x = 0; temp_point131.y = 0; temp_point132 = {}; temp_point132.x = 0; temp_point132.y = 0; temp_point133 = {}; temp_point133.x = 0; temp_point133.y = 0; temp_point134 = {}; temp_point134.x = 0; temp_point134.y = 0; temp_point135 = {}; temp_point135.x = 0; temp_point135.y = 0; temp_point136 = {}; temp_point136.x = 0; temp_point136.y = 0; temp_point137 = {}; temp_point137.x = 0; temp_point137.y = 0; temp_point138 = {}; temp_point138.x = 0; temp_point138.y = 0; temp_point139 = {}; temp_point139.x = 0; temp_point139.y = 0; temp_point140 = {}; temp_point140.x = 0; temp_point140.y = 0; temp_point141 = {}; temp_point141.x = 0; temp_point141.y = 0; temp_point142 = {}; temp_point142.x = 0; temp_point142.y = 0; temp_point143 = {}; temp_point143.x = 0; temp_point143.y = 0; temp_point144 = {}; temp_point144.x = 0; temp_point144.y = 0; temp_point145 = {}; temp_point145.x = 0; temp_point145.y = 0; temp_point146 = {}; temp_point146.x = 0; temp_point146.y = 0; temp_point147 = {}; temp_point147.x = 0; temp_point147.y = 0; temp_point148 = {}; temp_point148.x = 0; temp_point148.y = 0; temp_point149 = {}; temp_point149.x = 0; temp_point149.y = 0; temp_point150 = {}; temp_point150.x = 0; temp_point150.y = 0; temp_point151 = {}; temp_point151.x = 0; temp_point151.y = 0; temp_point152 = {}; temp_point152.x = 0; temp_point152.y = 0; temp_point153 = {}; temp_point153.x = 0; temp_point153.y = 0; temp_point154 = {}; temp_point154.x = 0; temp_point154.y = 0; temp_point155 = {}; temp_point155.x = 0; temp_point155.y = 0; temp_point156 = {}; temp_point156.x = 0; temp_point156.y = 0; temp_point157 = {}; temp_point157.x = 0; temp_point157.y = 0; temp_point158 = {}; temp_point158.x = 0; temp_point158.y = 0; temp_point159 = {}; temp_point159.x = 0; temp_point159.y = 0; temp_point160 = {}; temp_point160.x = 0; temp_point160.y = 0; temp_point161 = {}; temp_point161.x = 0; temp_point161.y = 0; temp_point162 = {}; temp_point162.x = 0; temp_point162.y = 0; temp_point163 = {}; temp_point163.x = 0; temp_point163.y = 0; temp_point164 = {}; temp_point164.x = 0; temp_point164.y = 0; temp_point165 = {}; temp_point165.x = 0; temp_point165.y = 0; temp_point166 = {}; temp_point166.x = 0; temp_point166.y = 0; temp_point167 = {}; temp_point167.x = 0; temp_point167.y = 0; temp_point168 = {}; temp_point168.x = 0; temp_point168.y = 0; temp_point169 = {}; temp_point169.x = 0; temp_point169.y = 0; temp_point170 = {}; temp_point170.x = 0; temp_point170.y = 0; temp_point171 = {}; temp_point171.x = 0; temp_point171.y = 0; temp_point172 = {}; temp_point172.x = 0; temp_point172.y = 0; temp_point173 = {}; temp_point173.x = 0; temp_point173.y = 0; temp_point174 = {}; temp_point174.x = 0; temp_point174.y = 0; temp_point175 = {}; temp_point175.x = 0; temp_point175.y = 0; temp_point176 = {}; temp_point176.x = 0; temp_point176.y = 0; point1 = {}; point1.x = 0; point1.y = 0; point2 = {}; point2.x = 10; point2.y = 0; point3 = {}; point3.x = 20; point3.y = 0; point4 = {}; point4.x = 30; point4.y = 0; point5 = {}; point5.x = 40; point5.y = 0; point6 = {}; point6.x = 50; point6.y = 0; point7 = {}; point7.x = 60; point7.y = 0; point8 = {}; point8.x = 70; point8.y = 0; point9 = {}; point9.x = 80; point9.y = 0; point10 = {}; point10.x = 90; point10.y = 0; point11 = {}; point11.x = 100; point11.y = 0; point12 = {}; point12.x = 0; point12.y = 10; point13 = {}; point13.x = 10; point13.y = 10; point14 = {}; point14.x = 20; point14.y = 10; point15 = {}; point15.x = 30; point15.y = 10; point16 = {}; point16.x = 40; point16.y = 10; point17 = {}; point17.x = 50; point17.y = 10; point18 = {}; point18.x = 60; point18.y = 10; point19 = {}; point19.x = 70; point19.y = 10; point20 = {}; point20.x = 80; point20.y = 10; point21 = {}; point21.x = 90; point21.y = 10; point22 = {}; point22.x = 100; point22.y = 10; point23 = {}; point23.x = 0; point23.y = 20; point24 = {}; point24.x = 10; point24.y = 20; point25 = {}; point25.x = 20; point25.y = 20; point26 = {}; point26.x = 30; point26.y = 20; point27 = {}; point27.x = 40; point27.y = 20; point28 = {}; point28.x = 50; point28.y = 20; point29 = {}; point29.x = 60; point29.y = 20; point30 = {}; point30.x = 70; point30.y = 20; point31 = {}; point31.x = 80; point31.y = 20; point32 = {}; point32.x = 90; point32.y = 20; point33 = {}; point33.x = 100; point33.y = 20; point34 = {}; point34.x = 0; point34.y = 30; point35 = {}; point35.x = 10; point35.y = 30; point36 = {}; point36.x = 20; point36.y = 30; point37 = {}; point37.x = 30; point37.y = 30; point38 = {}; point38.x = 40; point38.y = 30; point39 = {}; point39.x = 50; point39.y = 30; point40 = {}; point40.x = 60; point40.y = 30; point41 = {}; point41.x = 70; point41.y = 30; point42 = {}; point42.x = 80; point42.y = 30; point43 = {}; point43.x = 90; point43.y = 30; point44 = {}; point44.x = 100; point44.y = 30; point45 = {}; point45.x = 0; point45.y = 40; point46 = {}; point46.x = 10; point46.y = 40; point47 = {}; point47.x = 20; point47.y = 40; point48 = {}; point48.x = 30; point48.y = 40; point49 = {}; point49.x = 40; point49.y = 40; point50 = {}; point50.x = 50; point50.y = 40; point51 = {}; point51.x = 60; point51.y = 40; point52 = {}; point52.x = 70; point52.y = 40; point53 = {}; point53.x = 80; point53.y = 40; point54 = {}; point54.x = 90; point54.y = 40; point55 = {}; point55.x = 100; point55.y = 40; point56 = {}; point56.x = 0; point56.y = 50; point57 = {}; point57.x = 10; point57.y = 50; point58 = {}; point58.x = 20; point58.y = 50; point59 = {}; point59.x = 30; point59.y = 50; point60 = {}; point60.x = 40; point60.y = 50; point61 = {}; point61.x = 50; point61.y = 50; point62 = {}; point62.x = 60; point62.y = 50; point63 = {}; point63.x = 70; point63.y = 50; point64 = {}; point64.x = 80; point64.y = 50; point65 = {}; point65.x = 90; point65.y = 50; point66 = {}; point66.x = 100; point66.y = 50; point67 = {}; point67.x = 0; point67.y = 60; point68 = {}; point68.x = 10; point68.y = 60; point69 = {}; point69.x = 20; point69.y = 60; point70 = {}; point70.x = 30; point70.y = 60; point71 = {}; point71.x = 40; point71.y = 60; point72 = {}; point72.x = 50; point72.y = 60; point73 = {}; point73.x = 60; point73.y = 60; point74 = {}; point74.x = 70; point74.y = 60; point75 = {}; point75.x = 80; point75.y = 60; point76 = {}; point76.x = 90; point76.y = 60; point77 = {}; point77.x = 100; point77.y = 60; point78 = {}; point78.x = 0; point78.y = 70; point79 = {}; point79.x = 10; point79.y = 70; point80 = {}; point80.x = 20; point80.y = 70; point81 = {}; point81.x = 30; point81.y = 70; point82 = {}; point82.x = 40; point82.y = 70; point83 = {}; point83.x = 50; point83.y = 70; point84 = {}; point84.x = 60; point84.y = 70; point85 = {}; point85.x = 70; point85.y = 70; point86 = {}; point86.x = 80; point86.y = 70; point87 = {}; point87.x = 90; point87.y = 70; point88 = {}; point88.x = 100; point88.y = 70; point89 = {}; point89.x = 0; point89.y = 80; point90 = {}; point90.x = 10; point90.y = 80; point91 = {}; point91.x = 20; point91.y = 80; point92 = {}; point92.x = 30; point92.y = 80; point93 = {}; point93.x = 40; point93.y = 80; point94 = {}; point94.x = 50; point94.y = 80; point95 = {}; point95.x = 60; point95.y = 80; point96 = {}; point96.x = 70; point96.y = 80; point97 = {}; point97.x = 80; point97.y = 80; point98 = {}; point98.x = 90; point98.y = 80; point99 = {}; point99.x = 100; point99.y = 80; point100 = {}; point100.x = 0; point100.y = 90; point101 = {}; point101.x = 0; point101.y = 90; point102 = {}; point102.x = 10; point102.y = 90; point103 = {}; point103.x = 20; point103.y = 90; point104 = {}; point104.x = 30; point104.y = 90; point105 = {}; point105.x = 40; point105.y = 90; point106 = {}; point106.x = 50; point106.y = 90; point107 = {}; point107.x = 60; point107.y = 90; point108 = {}; point108.x = 70; point108.y = 90; point109 = {}; point109.x = 80; point109.y = 90; point110 = {}; point110.x = 90; point110.y = 90; point111 = {}; point111.x = 100; point111.y = 90; point112 = {}; point112.x = 0; point112.y = 100; point113 = {}; point113.x = 10; point113.y = 100; point114 = {}; point114.x = 20; point114.y = 100; point115 = {}; point115.x = 30; point115.y = 100; point116 = {}; point116.x = 40; point116.y = 100; point117 = {}; point117.x = 50; point117.y = 100; point118 = {}; point118.x = 60; point118.y = 100; point119 = {}; point119.x = 70; point119.y = 100; point120 = {}; point120.x = 80; point120.y = 100; point121 = {}; point121.x = 90; point121.y = 100; point122 = {}; point122.x = 100; point122.y = 100; point123 = {}; point123.x = -10; point123.y = 110; point124 = {}; point124.x = 0; point124.y = 110; point125 = {}; point125.x = 20; point125.y = 110; point126 = {}; point126.x = 40; point126.y = 110; point127 = {}; point127.x = 60; point127.y = 110; point128 = {}; point128.x = 80; point128.y = 110; point129 = {}; point129.x = 90; point129.y = 110; point130 = {}; point130.x = 100; point130.y = 110; point131 = {}; point131.x = 110; point131.y = 110; point132 = {}; point132.x = 110; point132.y = 90; point133 = {}; point133.x = 110; point133.y = 80; point134 = {}; point134.x = 110; point134.y = 70; point135 = {}; point135.x = 110; point135.y = 60; point136 = {}; point136.x = 110; point136.y = 50; point137 = {}; point137.x = 110; point137.y = 40; point138 = {}; point138.x = 110; point138.y = 30; point139 = {}; point139.x = 110; point139.y = 20; point140 = {}; point140.x = 110; point140.y = 10; point141 = {}; point141.x = 110; point141.y = 0; point142 = {}; point142.x = 110; point142.y = -10; point143 = {}; point143.x = 100; point143.y = -10; point144 = {}; point144.x = 90; point144.y = -10; point145 = {}; point145.x = 80; point145.y = -10; point146 = {}; point146.x = 70; point146.y = -10; point147 = {}; point147.x = 60; point147.y = -10; point148 = {}; point148.x = 50; point148.y = -10; point149 = {}; point149.x = 40; point149.y = -10; point150 = {}; point150.x = 30; point150.y = -10; point151 = {}; point151.x = 20; point151.y = -10; point152 = {}; point152.x = 10; point152.y = -10; point153 = {}; point153.x = 0; point153.y = -10; point154 = {}; point154.x = -10; point154.y = -10; point155 = {}; point155.x = -10; point155.y = 0; point156 = {}; point156.x = -10; point156.y = 10; point157 = {}; point157.x = -10; point157.y = 20; point158 = {}; point158.x = -10; point158.y = 30; point159 = {}; point159.x = -10; point159.y = 40; point160 = {}; point160.x = -10; point160.y = 50; point161 = {}; point161.x = -10; point161.y = 60; point162 = {}; point162.x = -10; point162.y = 70; point163 = {}; point163.x = -10; point163.y = 80; point164 = {}; point164.x = -10; point164.y = 90; point165 = {}; point165.x = -10; point165.y = 100; point166 = {}; point166.x = 110; point166.y = 100; point167 = {}; point167.x = 10; point167.y = 110; point168 = {}; point168.x = 30; point168.y = 110; point169 = {}; point169.x = 50; point169.y = 110; point170 = {}; point170.x = 70; point170.y = 110; point171 = {}; point171.x = 80; point171.y = 80; point171.tempx = 0; point171.tempy = 0; point171.angle_rad = 0; point171.hue = "red"; point171.dead = false; point172 = {}; point172.x = 30; point172.y = 18; point172.tempx = 0; point172.tempy = 0; point172.angle_rad = 0; point172.hue = "red"; point172.dead = false; point173 = {}; point173.x = 48; point173.y = 20; point173.tempx = 0; point173.tempy = 0; point173.angle_rad = 0; point173.hue = "blue"; point173.dead = false; point174 = {}; point174.x = 30; point174.y = 80; point174.tempx = 0; point174.tempy = 0; point174.angle_rad = 0; point174.hue = "blue"; point174.dead = false; point175 = {}; point175.x = 25; point175.y = 25; point175.hue = "blue"; point176 = {}; point176.x = 75; point176.y = 75; point176.hue = "red"; _root.onEnterFrame = function () { if (_root.loopStop == false) { _root.random_increment = _root.random_increment + 1; if (_root.random_increment > 8) { i = 171; while (i <= 174) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (_local12 > 30) { _root["point" + i].tempx = (Math.random() * 2) - 1; _root["point" + i].tempy = (Math.random() * 2) - 1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempx, _root["point" + i].tempy); } else { _root["point" + i].tempx = _local9 * -1; _root["point" + i].tempy = _local10 * -1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempy, _root["point" + i].tempx); if (_root["point" + i].hue != _root.bob_mc.hue) { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * 1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * 1; } else { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * -1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * -1; } } i++; } _root.random_increment = 1; } i = 171; while (i <= 174) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) && (_root["point" + i].dead == false)) { _root.bob_mc.dead = true; } else if ((_local12 <= 5) && (_root["point" + i].hue == _root.bob_mc.hue)) { _root["point" + i].dead = true; } i++; } i = 175; while (i <= 176) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if ((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) { _root.attachMovie(("bob_" + _root["point" + i].hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = _root["point" + i].hue; } i++; } if ((Key.isDown(37) && (Key.isDown(38))) || (Key.isDown(65) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(38))) || (Key.isDown(68) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0.1; } else if ((Key.isDown(37) && (Key.isDown(40))) || (Key.isDown(65) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(40))) || (Key.isDown(68) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0.1; } else if (Key.isDown(38) || (Key.isDown(87))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0; } else if (Key.isDown(40) || (Key.isDown(83))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0; } else if (Key.isDown(37) || (Key.isDown(65))) { _root.bob_mc.gotoAndStop(3); _root.bob_move = 0; _root.bob_turn = -0.1; } else if (Key.isDown(39) || Key.isDown(68)) { _root.bob_mc.gotoAndStop(4); _root.bob_move = 0; _root.bob_turn = 0.1; } else { _root.bob_mc.gotoAndStop(1); _root.bob_move = 0; _root.bob_turn = 0; } _root.bob_angle_rad = _root.bob_angle_rad + _root.bob_turn; if (_root.bob_angle_rad >= (Math.PI*2)) { _root.bob_angle_rad = _root.bob_angle_rad - (Math.PI*2); } if (_root.bob_angle_rad < 0) { _root.bob_angle_rad = _root.bob_angle_rad + (Math.PI*2); } _root.back_1_mc._x = (_root.bob_angle_rad / (Math.PI*2)) * (_root.back_end_x - _root.back_start_x); _root.bob_x_inc = Math.cos(_root.bob_angle_rad) * _root.bob_move; _root.bob_y_inc = Math.sin(_root.bob_angle_rad) * _root.bob_move; _root.bob_next_x = _root.bob_x + _root.bob_x_inc; _root.bob_next_y = _root.bob_y + _root.bob_y_inc; if ((_root.bob_next_x < 100) && (_root.bob_next_x > 0)) { _root.bob_x = _root.bob_next_x; } if ((_root.bob_next_y < 100) && (_root.bob_next_y > 0)) { _root.bob_y = _root.bob_next_y; } var _local5 = 0; i = 1; while (i <= 122) { _root["grass" + i].removeMovieClip(); i++; } i = 1; while (i <= 122) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("grass_linkage", "grass" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["grass" + i]._y = _local3; _root["grass" + i]._yscale = _local11; _root["grass" + i]._x = _local7; _root["grass" + i]._xscale = _local11; if (_local3 < 232) { _root["grass" + i]._y = -1000; _root["grass" + i]._x = -1000; _root["grass" + i]._yscale = 25; _root["grass" + i]._xscale = 25; } i++; } i = 175; while (i <= 176) { _root["orb" + i].removeMovieClip(); i++; } i = 175; while (i <= 176) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie(("orb_" + _root[_local6].hue) + "_linkage", "orb" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["orb" + i]._y = _local3; _root["orb" + i]._yscale = _local11; _root["orb" + i]._x = _local7; _root["orb" + i]._xscale = _local11; if (_local3 < 232) { _root["orb" + i]._y = -1000; _root["orb" + i]._x = -1000; _root["orb" + i]._yscale = 25; _root["orb" + i]._xscale = 25; } i++; } i = 123; while (i <= 170) { _root["tree" + i].removeMovieClip(); i++; } i = 123; while (i <= 170) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("tree_linkage", "tree" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["tree" + i]._y = _local3; _root["tree" + i]._yscale = _local11; _root["tree" + i]._x = _local7; _root["tree" + i]._xscale = _local11; if (_local3 < 232) { _root["tree" + i]._y = -1000; _root["tree" + i]._x = -1000; _root["tree" + i]._yscale = 25; _root["tree" + i]._xscale = 25; } i++; } i = 171; while (i <= 174) { _root["ghost" + i].removeMovieClip(); i++; } var _local14 = true; i = 171; while (i <= 174) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root["point" + i].x = _root["point" + i].x + _root["point" + i].tempx; _root["point" + i].y = _root["point" + i].y + _root["point" + i].tempy; if (_root["point" + i].x > 100) { _root["point" + i].x = 100; } if (_root["point" + i].x < 0) { _root["point" + i].x = 0; } if (_root["point" + i].y > 100) { _root["point" + i].y = 100; } if (_root["point" + i].y < 0) { _root["point" + i].y = 0; } _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } if (_root[_local6].dead == false) { _root.attachMovie(("ghost_" + _root[_local6].hue) + "_linkage", "ghost" + i, _local8); _local14 = false; } var _local4 = _root.bob_angle_rad + _root["point" + i].angle_rad; _local4 = _local4 + (Math.PI/2); if (_local4 >= (Math.PI*2)) { _local4 = _local4 - (Math.PI*2); } if (_local4 < 0) { _local4 = _local4 + (Math.PI*2); } var _local13 = Math.ceil(_local4 / (Math.PI/4)); _root["ghost" + i].gotoAndPlay(_local13); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["ghost" + i]._y = _local3; _root["ghost" + i]._yscale = _local11; _root["ghost" + i]._x = _local7; _root["ghost" + i]._xscale = _local11; if (_local3 < 232) { _root["ghost" + i]._y = -1000; _root["ghost" + i]._x = -1000; _root["ghost" + i]._yscale = 25; _root["ghost" + i]._xscale = 25; } i++; } } if (_root.beginningCounter <= 80) { _root.attachMovie("level_1_1_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.bob_mc.gotoAndStop(1); _root.bob_mc.bob.gotoAndStop(1); _root.loopStop = true; _root.beginningCounter = _root.beginningCounter + 1; } else if (_root.beginningEnd == false) { _root.level_screen.removeMovieClip(); _root.bob_mc.bob.gotoAndPlay(1); _root.loopStop = false; _root.beginningEnd = true; _root.sound1.start(0, 9999); _root.sound1.setVolume(100); _root.sound1.setVolume(100); _root.sound1.setVolume(100); _root.sound1.setVolume(100); _root.sound1.setVolume(100); _root.sound1.setVolume(100); } if ((_local14 == true) || (_root.ghostsStillGone == true)) { _root.loopStop = true; if (_root.soundStarted == false) { _root.sound1.stop(); _root.attachMovie("level_1_1_complete_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.sound2.start(0, 0); _root.sound2.setVolume(100); _root.soundStarted = true; var _local15 = _root.bob_mc.hue; _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.bob_mc.gotoAndStop(1); } if (_root.sound2.position >= 3500) { _root.goingToNextScene = true; _root.level_screen.removeMovieClip(); } _root.ghostsStillGone = true; } if (_root.bob_mc.dead == true) { _root.sound1.stop(); _root.loopStop = true; var _local15 = _root.bob_mc.hue; if (_root.exploding_done == false) { _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.exploding_done = true; } } if (_root.goingToNextScene == true) { _root.gotoAndStop(7); } }; stop();Frame 6_root.gotoAndStop(5);Frame 7_quality = "LOW"; _root.bob_mc.removeMovieClip(); _root.back_1_mc.removeMovieClip(); i = 1; while (i <= 180) { _root["grass" + i].removeMovieClip(); _root["tree" + i].removeMovieClip(); _root["orb" + i].removeMovieClip(); _root["ghost" + i].removeMovieClip(); i++; } _root.attachMovie("back_1_linkage", "back_1_mc", 1); var back_start_x = -670; var back_end_x = -3260; _root.back_1_mc._x = back_start_x; _root.back_1_mc._y = 230; _root.bob_layer = 77000 /* 0x012CC8 */; _root.attachMovie("bob_blue_linkage", "bob_mc", _root.bob_layer); _root.bob_mc.gotoAndStop(1); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = "blue"; _root.bob_mc.dead = false; var bob_move = 0; var bob_turn = 0; var bob_angle_rad = (Math.PI/2); var bob_x_inc = 0; var bob_y_inc = 0; var bob_next_x = 0; var bob_next_y = 0; var bob_x = 55; var bob_y = 55; var angle = 0; var hyp = 0; var random_increment = 8; var goingToNextScene = false; var loopStop = false; var exploding_done = false; var levelBeaten = false; var soundStarted = false; var ghostsStillGone = false; var beginningCounter = 0; var beginningEnd = false; var ghostCounter = 0; var clearFrame = 8; temp_point1 = {}; temp_point1.x = 0; temp_point1.y = 0; temp_point2 = {}; temp_point2.x = 0; temp_point2.y = 0; temp_point3 = {}; temp_point3.x = 0; temp_point3.y = 0; temp_point4 = {}; temp_point4.x = 0; temp_point4.y = 0; temp_point5 = {}; temp_point5.x = 0; temp_point5.y = 0; temp_point6 = {}; temp_point6.x = 0; temp_point6.y = 0; temp_point7 = {}; temp_point7.x = 0; temp_point7.y = 0; temp_point8 = {}; temp_point8.x = 0; temp_point8.y = 0; temp_point9 = {}; temp_point9.x = 0; temp_point9.y = 0; temp_point10 = {}; temp_point10.x = 0; temp_point10.y = 0; temp_point11 = {}; temp_point11.x = 0; temp_point11.y = 0; temp_point12 = {}; temp_point12.x = 0; temp_point12.y = 0; temp_point13 = {}; temp_point13.x = 0; temp_point13.y = 0; temp_point14 = {}; temp_point14.x = 0; temp_point14.y = 0; temp_point15 = {}; temp_point15.x = 0; temp_point15.y = 0; temp_point16 = {}; temp_point16.x = 0; temp_point16.y = 0; temp_point17 = {}; temp_point17.x = 0; temp_point17.y = 0; temp_point18 = {}; temp_point18.x = 0; temp_point18.y = 0; temp_point19 = {}; temp_point19.x = 0; temp_point19.y = 0; temp_point20 = {}; temp_point20.x = 0; temp_point20.y = 0; temp_point21 = {}; temp_point21.x = 0; temp_point21.y = 0; temp_point22 = {}; temp_point22.x = 0; temp_point22.y = 0; temp_point23 = {}; temp_point23.x = 0; temp_point23.y = 0; temp_point24 = {}; temp_point24.x = 0; temp_point24.y = 0; temp_point25 = {}; temp_point25.x = 0; temp_point25.y = 0; temp_point26 = {}; temp_point26.x = 0; temp_point26.y = 0; temp_point27 = {}; temp_point27.x = 0; temp_point27.y = 0; temp_point28 = {}; temp_point28.x = 0; temp_point28.y = 0; temp_point29 = {}; temp_point29.x = 0; temp_point29.y = 0; temp_point30 = {}; temp_point30.x = 0; temp_point30.y = 0; temp_point31 = {}; temp_point31.x = 0; temp_point31.y = 0; temp_point32 = {}; temp_point32.x = 0; temp_point32.y = 0; temp_point33 = {}; temp_point33.x = 0; temp_point33.y = 0; temp_point34 = {}; temp_point34.x = 0; temp_point34.y = 0; temp_point35 = {}; temp_point35.x = 0; temp_point35.y = 0; temp_point36 = {}; temp_point36.x = 0; temp_point36.y = 0; temp_point37 = {}; temp_point37.x = 0; temp_point37.y = 0; temp_point38 = {}; temp_point38.x = 0; temp_point38.y = 0; temp_point39 = {}; temp_point39.x = 0; temp_point39.y = 0; temp_point40 = {}; temp_point40.x = 0; temp_point40.y = 0; temp_point41 = {}; temp_point41.x = 0; temp_point41.y = 0; temp_point42 = {}; temp_point42.x = 0; temp_point42.y = 0; temp_point43 = {}; temp_point43.x = 0; temp_point43.y = 0; temp_point44 = {}; temp_point44.x = 0; temp_point44.y = 0; temp_point45 = {}; temp_point45.x = 0; temp_point45.y = 0; temp_point46 = {}; temp_point46.x = 0; temp_point46.y = 0; temp_point47 = {}; temp_point47.x = 0; temp_point47.y = 0; temp_point48 = {}; temp_point48.x = 0; temp_point48.y = 0; temp_point49 = {}; temp_point49.x = 0; temp_point49.y = 0; temp_point50 = {}; temp_point50.x = 0; temp_point50.y = 0; temp_point51 = {}; temp_point51.x = 0; temp_point51.y = 0; temp_point52 = {}; temp_point52.x = 0; temp_point52.y = 0; temp_point53 = {}; temp_point53.x = 0; temp_point53.y = 0; temp_point54 = {}; temp_point54.x = 0; temp_point54.y = 0; temp_point55 = {}; temp_point55.x = 0; temp_point55.y = 0; temp_point56 = {}; temp_point56.x = 0; temp_point56.y = 0; temp_point57 = {}; temp_point57.x = 0; temp_point57.y = 0; temp_point58 = {}; temp_point58.x = 0; temp_point58.y = 0; temp_point59 = {}; temp_point59.x = 0; temp_point59.y = 0; temp_point60 = {}; temp_point60.x = 0; temp_point60.y = 0; temp_point61 = {}; temp_point61.x = 0; temp_point61.y = 0; temp_point62 = {}; temp_point62.x = 0; temp_point62.y = 0; temp_point63 = {}; temp_point63.x = 0; temp_point63.y = 0; temp_point64 = {}; temp_point64.x = 0; temp_point64.y = 0; temp_point65 = {}; temp_point65.x = 0; temp_point65.y = 0; temp_point66 = {}; temp_point66.x = 0; temp_point66.y = 0; temp_point67 = {}; temp_point67.x = 0; temp_point67.y = 0; temp_point68 = {}; temp_point68.x = 0; temp_point68.y = 0; temp_point69 = {}; temp_point69.x = 0; temp_point69.y = 0; temp_point70 = {}; temp_point70.x = 0; temp_point70.y = 0; temp_point71 = {}; temp_point71.x = 0; temp_point71.y = 0; temp_point72 = {}; temp_point72.x = 0; temp_point72.y = 0; temp_point73 = {}; temp_point73.x = 0; temp_point73.y = 0; temp_point74 = {}; temp_point74.x = 0; temp_point74.y = 0; temp_point75 = {}; temp_point75.x = 0; temp_point75.y = 0; temp_point76 = {}; temp_point76.x = 0; temp_point76.y = 0; temp_point77 = {}; temp_point77.x = 0; temp_point77.y = 0; temp_point78 = {}; temp_point78.x = 0; temp_point78.y = 0; temp_point79 = {}; temp_point79.x = 0; temp_point79.y = 0; temp_point80 = {}; temp_point80.x = 0; temp_point80.y = 0; temp_point81 = {}; temp_point81.x = 0; temp_point81.y = 0; temp_point82 = {}; temp_point82.x = 0; temp_point82.y = 0; temp_point83 = {}; temp_point83.x = 0; temp_point83.y = 0; temp_point84 = {}; temp_point84.x = 0; temp_point84.y = 0; temp_point85 = {}; temp_point85.x = 0; temp_point85.y = 0; temp_point86 = {}; temp_point86.x = 0; temp_point86.y = 0; temp_point87 = {}; temp_point87.x = 0; temp_point87.y = 0; temp_point88 = {}; temp_point88.x = 0; temp_point88.y = 0; temp_point89 = {}; temp_point89.x = 0; temp_point89.y = 0; temp_point90 = {}; temp_point90.x = 0; temp_point90.y = 0; temp_point91 = {}; temp_point91.x = 0; temp_point91.y = 0; temp_point92 = {}; temp_point92.x = 0; temp_point92.y = 0; temp_point93 = {}; temp_point93.x = 0; temp_point93.y = 0; temp_point94 = {}; temp_point94.x = 0; temp_point94.y = 0; temp_point95 = {}; temp_point95.x = 0; temp_point95.y = 0; temp_point96 = {}; temp_point96.x = 0; temp_point96.y = 0; temp_point97 = {}; temp_point97.x = 0; temp_point97.y = 0; temp_point98 = {}; temp_point98.x = 0; temp_point98.y = 0; temp_point99 = {}; temp_point99.x = 0; temp_point99.y = 0; temp_point100 = {}; temp_point100.x = 0; temp_point100.y = 0; temp_point101 = {}; temp_point101.x = 0; temp_point101.y = 0; temp_point102 = {}; temp_point102.x = 0; temp_point102.y = 0; temp_point103 = {}; temp_point103.x = 0; temp_point103.y = 0; temp_point104 = {}; temp_point104.x = 0; temp_point104.y = 0; temp_point105 = {}; temp_point105.x = 0; temp_point105.y = 0; temp_point106 = {}; temp_point106.x = 0; temp_point106.y = 0; temp_point107 = {}; temp_point107.x = 0; temp_point107.y = 0; temp_point108 = {}; temp_point108.x = 0; temp_point108.y = 0; temp_point109 = {}; temp_point109.x = 0; temp_point109.y = 0; temp_point110 = {}; temp_point110.x = 0; temp_point110.y = 0; temp_point111 = {}; temp_point111.x = 0; temp_point111.y = 0; temp_point112 = {}; temp_point112.x = 0; temp_point112.y = 0; temp_point113 = {}; temp_point113.x = 0; temp_point113.y = 0; temp_point114 = {}; temp_point114.x = 0; temp_point114.y = 0; temp_point115 = {}; temp_point115.x = 0; temp_point115.y = 0; temp_point116 = {}; temp_point116.x = 0; temp_point116.y = 0; temp_point117 = {}; temp_point117.x = 0; temp_point117.y = 0; temp_point118 = {}; temp_point118.x = 0; temp_point118.y = 0; temp_point119 = {}; temp_point119.x = 0; temp_point119.y = 0; temp_point120 = {}; temp_point120.x = 0; temp_point120.y = 0; temp_point121 = {}; temp_point121.x = 0; temp_point121.y = 0; temp_point122 = {}; temp_point122.x = 0; temp_point122.y = 0; temp_point123 = {}; temp_point123.x = 0; temp_point123.y = 0; temp_point124 = {}; temp_point124.x = 0; temp_point124.y = 0; temp_point125 = {}; temp_point125.x = 0; temp_point125.y = 0; temp_point126 = {}; temp_point126.x = 0; temp_point126.y = 0; temp_point127 = {}; temp_point127.x = 0; temp_point127.y = 0; temp_point128 = {}; temp_point128.x = 0; temp_point128.y = 0; temp_point129 = {}; temp_point129.x = 0; temp_point129.y = 0; temp_point130 = {}; temp_point130.x = 0; temp_point130.y = 0; temp_point131 = {}; temp_point131.x = 0; temp_point131.y = 0; temp_point132 = {}; temp_point132.x = 0; temp_point132.y = 0; temp_point133 = {}; temp_point133.x = 0; temp_point133.y = 0; temp_point134 = {}; temp_point134.x = 0; temp_point134.y = 0; temp_point135 = {}; temp_point135.x = 0; temp_point135.y = 0; temp_point136 = {}; temp_point136.x = 0; temp_point136.y = 0; temp_point137 = {}; temp_point137.x = 0; temp_point137.y = 0; temp_point138 = {}; temp_point138.x = 0; temp_point138.y = 0; temp_point139 = {}; temp_point139.x = 0; temp_point139.y = 0; temp_point140 = {}; temp_point140.x = 0; temp_point140.y = 0; temp_point141 = {}; temp_point141.x = 0; temp_point141.y = 0; temp_point142 = {}; temp_point142.x = 0; temp_point142.y = 0; temp_point143 = {}; temp_point143.x = 0; temp_point143.y = 0; temp_point144 = {}; temp_point144.x = 0; temp_point144.y = 0; temp_point145 = {}; temp_point145.x = 0; temp_point145.y = 0; temp_point146 = {}; temp_point146.x = 0; temp_point146.y = 0; temp_point147 = {}; temp_point147.x = 0; temp_point147.y = 0; temp_point148 = {}; temp_point148.x = 0; temp_point148.y = 0; temp_point149 = {}; temp_point149.x = 0; temp_point149.y = 0; temp_point150 = {}; temp_point150.x = 0; temp_point150.y = 0; temp_point151 = {}; temp_point151.x = 0; temp_point151.y = 0; temp_point152 = {}; temp_point152.x = 0; temp_point152.y = 0; temp_point153 = {}; temp_point153.x = 0; temp_point153.y = 0; temp_point154 = {}; temp_point154.x = 0; temp_point154.y = 0; temp_point155 = {}; temp_point155.x = 0; temp_point155.y = 0; temp_point156 = {}; temp_point156.x = 0; temp_point156.y = 0; temp_point157 = {}; temp_point157.x = 0; temp_point157.y = 0; temp_point158 = {}; temp_point158.x = 0; temp_point158.y = 0; temp_point159 = {}; temp_point159.x = 0; temp_point159.y = 0; temp_point160 = {}; temp_point160.x = 0; temp_point160.y = 0; temp_point161 = {}; temp_point161.x = 0; temp_point161.y = 0; temp_point162 = {}; temp_point162.x = 0; temp_point162.y = 0; temp_point163 = {}; temp_point163.x = 0; temp_point163.y = 0; temp_point164 = {}; temp_point164.x = 0; temp_point164.y = 0; temp_point165 = {}; temp_point165.x = 0; temp_point165.y = 0; temp_point166 = {}; temp_point166.x = 0; temp_point166.y = 0; temp_point167 = {}; temp_point167.x = 0; temp_point167.y = 0; temp_point168 = {}; temp_point168.x = 0; temp_point168.y = 0; temp_point169 = {}; temp_point169.x = 0; temp_point169.y = 0; temp_point170 = {}; temp_point170.x = 0; temp_point170.y = 0; temp_point171 = {}; temp_point171.x = 0; temp_point171.y = 0; temp_point172 = {}; temp_point172.x = 0; temp_point172.y = 0; temp_point173 = {}; temp_point173.x = 0; temp_point173.y = 0; temp_point174 = {}; temp_point174.x = 0; temp_point174.y = 0; temp_point175 = {}; temp_point175.x = 0; temp_point175.y = 0; temp_point176 = {}; temp_point176.x = 0; temp_point176.y = 0; temp_point177 = {}; temp_point177.x = 0; temp_point177.y = 0; temp_point178 = {}; temp_point178.x = 0; temp_point178.y = 0; temp_point179 = {}; temp_point179.x = 0; temp_point179.y = 0; temp_point180 = {}; temp_point180.x = 0; temp_point180.y = 0; point1 = {}; point1.x = 0; point1.y = 0; point2 = {}; point2.x = 10; point2.y = 0; point3 = {}; point3.x = 20; point3.y = 0; point4 = {}; point4.x = 30; point4.y = 0; point5 = {}; point5.x = 40; point5.y = 0; point6 = {}; point6.x = 50; point6.y = 0; point7 = {}; point7.x = 60; point7.y = 0; point8 = {}; point8.x = 70; point8.y = 0; point9 = {}; point9.x = 80; point9.y = 0; point10 = {}; point10.x = 90; point10.y = 0; point11 = {}; point11.x = 100; point11.y = 0; point12 = {}; point12.x = 0; point12.y = 10; point13 = {}; point13.x = 10; point13.y = 10; point14 = {}; point14.x = 20; point14.y = 10; point15 = {}; point15.x = 30; point15.y = 10; point16 = {}; point16.x = 40; point16.y = 10; point17 = {}; point17.x = 50; point17.y = 10; point18 = {}; point18.x = 60; point18.y = 10; point19 = {}; point19.x = 70; point19.y = 10; point20 = {}; point20.x = 80; point20.y = 10; point21 = {}; point21.x = 90; point21.y = 10; point22 = {}; point22.x = 100; point22.y = 10; point23 = {}; point23.x = 0; point23.y = 20; point24 = {}; point24.x = 10; point24.y = 20; point25 = {}; point25.x = 20; point25.y = 20; point26 = {}; point26.x = 30; point26.y = 20; point27 = {}; point27.x = 40; point27.y = 20; point28 = {}; point28.x = 50; point28.y = 20; point29 = {}; point29.x = 60; point29.y = 20; point30 = {}; point30.x = 70; point30.y = 20; point31 = {}; point31.x = 80; point31.y = 20; point32 = {}; point32.x = 90; point32.y = 20; point33 = {}; point33.x = 100; point33.y = 20; point34 = {}; point34.x = 0; point34.y = 30; point35 = {}; point35.x = 10; point35.y = 30; point36 = {}; point36.x = 20; point36.y = 30; point37 = {}; point37.x = 30; point37.y = 30; point38 = {}; point38.x = 40; point38.y = 30; point39 = {}; point39.x = 50; point39.y = 30; point40 = {}; point40.x = 60; point40.y = 30; point41 = {}; point41.x = 70; point41.y = 30; point42 = {}; point42.x = 80; point42.y = 30; point43 = {}; point43.x = 90; point43.y = 30; point44 = {}; point44.x = 100; point44.y = 30; point45 = {}; point45.x = 0; point45.y = 40; point46 = {}; point46.x = 10; point46.y = 40; point47 = {}; point47.x = 20; point47.y = 40; point48 = {}; point48.x = 30; point48.y = 40; point49 = {}; point49.x = 40; point49.y = 40; point50 = {}; point50.x = 50; point50.y = 40; point51 = {}; point51.x = 60; point51.y = 40; point52 = {}; point52.x = 70; point52.y = 40; point53 = {}; point53.x = 80; point53.y = 40; point54 = {}; point54.x = 90; point54.y = 40; point55 = {}; point55.x = 100; point55.y = 40; point56 = {}; point56.x = 0; point56.y = 50; point57 = {}; point57.x = 10; point57.y = 50; point58 = {}; point58.x = 20; point58.y = 50; point59 = {}; point59.x = 30; point59.y = 50; point60 = {}; point60.x = 40; point60.y = 50; point61 = {}; point61.x = 50; point61.y = 50; point62 = {}; point62.x = 60; point62.y = 50; point63 = {}; point63.x = 70; point63.y = 50; point64 = {}; point64.x = 80; point64.y = 50; point65 = {}; point65.x = 90; point65.y = 50; point66 = {}; point66.x = 100; point66.y = 50; point67 = {}; point67.x = 0; point67.y = 60; point68 = {}; point68.x = 10; point68.y = 60; point69 = {}; point69.x = 20; point69.y = 60; point70 = {}; point70.x = 30; point70.y = 60; point71 = {}; point71.x = 40; point71.y = 60; point72 = {}; point72.x = 50; point72.y = 60; point73 = {}; point73.x = 60; point73.y = 60; point74 = {}; point74.x = 70; point74.y = 60; point75 = {}; point75.x = 80; point75.y = 60; point76 = {}; point76.x = 90; point76.y = 60; point77 = {}; point77.x = 100; point77.y = 60; point78 = {}; point78.x = 0; point78.y = 70; point79 = {}; point79.x = 10; point79.y = 70; point80 = {}; point80.x = 20; point80.y = 70; point81 = {}; point81.x = 30; point81.y = 70; point82 = {}; point82.x = 40; point82.y = 70; point83 = {}; point83.x = 50; point83.y = 70; point84 = {}; point84.x = 60; point84.y = 70; point85 = {}; point85.x = 70; point85.y = 70; point86 = {}; point86.x = 80; point86.y = 70; point87 = {}; point87.x = 90; point87.y = 70; point88 = {}; point88.x = 100; point88.y = 70; point89 = {}; point89.x = 0; point89.y = 80; point90 = {}; point90.x = 10; point90.y = 80; point91 = {}; point91.x = 20; point91.y = 80; point92 = {}; point92.x = 30; point92.y = 80; point93 = {}; point93.x = 40; point93.y = 80; point94 = {}; point94.x = 50; point94.y = 80; point95 = {}; point95.x = 60; point95.y = 80; point96 = {}; point96.x = 70; point96.y = 80; point97 = {}; point97.x = 80; point97.y = 80; point98 = {}; point98.x = 90; point98.y = 80; point99 = {}; point99.x = 100; point99.y = 80; point100 = {}; point100.x = 0; point100.y = 90; point101 = {}; point101.x = 0; point101.y = 90; point102 = {}; point102.x = 10; point102.y = 90; point103 = {}; point103.x = 20; point103.y = 90; point104 = {}; point104.x = 30; point104.y = 90; point105 = {}; point105.x = 40; point105.y = 90; point106 = {}; point106.x = 50; point106.y = 90; point107 = {}; point107.x = 60; point107.y = 90; point108 = {}; point108.x = 70; point108.y = 90; point109 = {}; point109.x = 80; point109.y = 90; point110 = {}; point110.x = 90; point110.y = 90; point111 = {}; point111.x = 100; point111.y = 90; point112 = {}; point112.x = 0; point112.y = 100; point113 = {}; point113.x = 10; point113.y = 100; point114 = {}; point114.x = 20; point114.y = 100; point115 = {}; point115.x = 30; point115.y = 100; point116 = {}; point116.x = 40; point116.y = 100; point117 = {}; point117.x = 50; point117.y = 100; point118 = {}; point118.x = 60; point118.y = 100; point119 = {}; point119.x = 70; point119.y = 100; point120 = {}; point120.x = 80; point120.y = 100; point121 = {}; point121.x = 90; point121.y = 100; point122 = {}; point122.x = 100; point122.y = 100; point123 = {}; point123.x = -10; point123.y = 110; point124 = {}; point124.x = 0; point124.y = 110; point125 = {}; point125.x = 20; point125.y = 110; point126 = {}; point126.x = 40; point126.y = 110; point127 = {}; point127.x = 60; point127.y = 110; point128 = {}; point128.x = 80; point128.y = 110; point129 = {}; point129.x = 90; point129.y = 110; point130 = {}; point130.x = 100; point130.y = 110; point131 = {}; point131.x = 110; point131.y = 110; point132 = {}; point132.x = 110; point132.y = 90; point133 = {}; point133.x = 110; point133.y = 80; point134 = {}; point134.x = 110; point134.y = 70; point135 = {}; point135.x = 110; point135.y = 60; point136 = {}; point136.x = 110; point136.y = 50; point137 = {}; point137.x = 110; point137.y = 40; point138 = {}; point138.x = 110; point138.y = 30; point139 = {}; point139.x = 110; point139.y = 20; point140 = {}; point140.x = 110; point140.y = 10; point141 = {}; point141.x = 110; point141.y = 0; point142 = {}; point142.x = 110; point142.y = -10; point143 = {}; point143.x = 100; point143.y = -10; point144 = {}; point144.x = 90; point144.y = -10; point145 = {}; point145.x = 80; point145.y = -10; point146 = {}; point146.x = 70; point146.y = -10; point147 = {}; point147.x = 60; point147.y = -10; point148 = {}; point148.x = 50; point148.y = -10; point149 = {}; point149.x = 40; point149.y = -10; point150 = {}; point150.x = 30; point150.y = -10; point151 = {}; point151.x = 20; point151.y = -10; point152 = {}; point152.x = 10; point152.y = -10; point153 = {}; point153.x = 0; point153.y = -10; point154 = {}; point154.x = -10; point154.y = -10; point155 = {}; point155.x = -10; point155.y = 0; point156 = {}; point156.x = -10; point156.y = 10; point157 = {}; point157.x = -10; point157.y = 20; point158 = {}; point158.x = -10; point158.y = 30; point159 = {}; point159.x = -10; point159.y = 40; point160 = {}; point160.x = -10; point160.y = 50; point161 = {}; point161.x = -10; point161.y = 60; point162 = {}; point162.x = -10; point162.y = 70; point163 = {}; point163.x = -10; point163.y = 80; point164 = {}; point164.x = -10; point164.y = 90; point165 = {}; point165.x = -10; point165.y = 100; point166 = {}; point166.x = 110; point166.y = 100; point167 = {}; point167.x = 10; point167.y = 110; point168 = {}; point168.x = 30; point168.y = 110; point169 = {}; point169.x = 50; point169.y = 110; point170 = {}; point170.x = 70; point170.y = 110; point171 = {}; point171.x = 80; point171.y = 25; point171.tempx = 0; point171.tempy = 0; point171.angle_rad = 0; point171.hue = "red"; point171.dead = false; point172 = {}; point172.x = 95; point172.y = 28; point172.tempx = 0; point172.tempy = 0; point172.angle_rad = 0; point172.hue = "red"; point172.dead = false; point173 = {}; point173.x = 83; point173.y = 46; point173.tempx = 0; point173.tempy = 0; point173.angle_rad = 0; point173.hue = "red"; point173.dead = false; point174 = {}; point174.x = 20; point174.y = 68; point174.tempx = 0; point174.tempy = 0; point174.angle_rad = 0; point174.hue = "red"; point174.dead = false; point175 = {}; point175.x = 48; point175.y = 20; point175.tempx = 0; point175.tempy = 0; point175.angle_rad = 0; point175.hue = "blue"; point175.dead = false; point176 = {}; point176.x = 68; point176.y = 5; point176.tempx = 0; point176.tempy = 0; point176.angle_rad = 0; point176.hue = "blue"; point176.dead = false; point177 = {}; point177.x = 30; point177.y = 80; point177.tempx = 0; point177.tempy = 0; point177.angle_rad = 0; point177.hue = "blue"; point177.dead = false; point178 = {}; point178.x = 15; point178.y = 25; point178.tempx = 0; point178.tempy = 0; point178.angle_rad = 0; point178.hue = "blue"; point178.dead = false; point179 = {}; point179.x = 25; point179.y = 25; point179.hue = "blue"; point180 = {}; point180.x = 75; point180.y = 75; point180.hue = "red"; _root.onEnterFrame = function () { if (_root.loopStop == false) { _root.random_increment = _root.random_increment + 1; if (_root.random_increment > 8) { i = 171; while (i <= 178) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (_local12 > 30) { _root["point" + i].tempx = (Math.random() * 2) - 1; _root["point" + i].tempy = (Math.random() * 2) - 1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempx, _root["point" + i].tempy); } else { _root["point" + i].tempx = _local9 * -1; _root["point" + i].tempy = _local10 * -1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempy, _root["point" + i].tempx); if (_root["point" + i].hue != _root.bob_mc.hue) { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * 1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * 1; } else { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * -1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * -1; } } i++; } _root.random_increment = 1; } i = 171; while (i <= 178) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) && (_root["point" + i].dead == false)) { _root.bob_mc.dead = true; } else if ((_local12 <= 5) && (_root["point" + i].hue == _root.bob_mc.hue)) { _root["point" + i].dead = true; } i++; } i = 179; while (i <= 180) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if ((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) { _root.attachMovie(("bob_" + _root["point" + i].hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = _root["point" + i].hue; } i++; } if ((Key.isDown(37) && (Key.isDown(38))) || (Key.isDown(65) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(38))) || (Key.isDown(68) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0.1; } else if ((Key.isDown(37) && (Key.isDown(40))) || (Key.isDown(65) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(40))) || (Key.isDown(68) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0.1; } else if (Key.isDown(38) || (Key.isDown(87))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0; } else if (Key.isDown(40) || (Key.isDown(83))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0; } else if (Key.isDown(37) || (Key.isDown(65))) { _root.bob_mc.gotoAndStop(3); _root.bob_move = 0; _root.bob_turn = -0.1; } else if (Key.isDown(39) || Key.isDown(68)) { _root.bob_mc.gotoAndStop(4); _root.bob_move = 0; _root.bob_turn = 0.1; } else { _root.bob_mc.gotoAndStop(1); _root.bob_move = 0; _root.bob_turn = 0; } _root.bob_angle_rad = _root.bob_angle_rad + _root.bob_turn; if (_root.bob_angle_rad >= (Math.PI*2)) { _root.bob_angle_rad = _root.bob_angle_rad - (Math.PI*2); } if (_root.bob_angle_rad < 0) { _root.bob_angle_rad = _root.bob_angle_rad + (Math.PI*2); } _root.back_1_mc._x = (_root.bob_angle_rad / (Math.PI*2)) * (_root.back_end_x - _root.back_start_x); _root.bob_x_inc = Math.cos(_root.bob_angle_rad) * _root.bob_move; _root.bob_y_inc = Math.sin(_root.bob_angle_rad) * _root.bob_move; _root.bob_next_x = _root.bob_x + _root.bob_x_inc; _root.bob_next_y = _root.bob_y + _root.bob_y_inc; if ((_root.bob_next_x < 100) && (_root.bob_next_x > 0)) { _root.bob_x = _root.bob_next_x; } if ((_root.bob_next_y < 100) && (_root.bob_next_y > 0)) { _root.bob_y = _root.bob_next_y; } var _local5 = 0; i = 1; while (i <= 122) { _root["grass" + i].removeMovieClip(); i++; } i = 1; while (i <= 122) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("grass_linkage", "grass" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["grass" + i]._y = _local3; _root["grass" + i]._yscale = _local11; _root["grass" + i]._x = _local7; _root["grass" + i]._xscale = _local11; if (_local3 < 232) { _root["grass" + i]._y = -1000; _root["grass" + i]._x = -1000; _root["grass" + i]._yscale = 25; _root["grass" + i]._xscale = 25; } i++; } i = 179; while (i <= 180) { _root["orb" + i].removeMovieClip(); i++; } i = 179; while (i <= 180) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie(("orb_" + _root[_local6].hue) + "_linkage", "orb" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["orb" + i]._y = _local3; _root["orb" + i]._yscale = _local11; _root["orb" + i]._x = _local7; _root["orb" + i]._xscale = _local11; if (_local3 < 232) { _root["orb" + i]._y = -1000; _root["orb" + i]._x = -1000; _root["orb" + i]._yscale = 25; _root["orb" + i]._xscale = 25; } i++; } i = 123; while (i <= 170) { _root["tree" + i].removeMovieClip(); i++; } i = 123; while (i <= 170) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("tree_linkage", "tree" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["tree" + i]._y = _local3; _root["tree" + i]._yscale = _local11; _root["tree" + i]._x = _local7; _root["tree" + i]._xscale = _local11; if (_local3 < 232) { _root["tree" + i]._y = -1000; _root["tree" + i]._x = -1000; _root["tree" + i]._yscale = 25; _root["tree" + i]._xscale = 25; } i++; } i = 171; while (i <= 178) { _root["ghost" + i].removeMovieClip(); i++; } var _local14 = true; i = 171; while (i <= 178) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root["point" + i].x = _root["point" + i].x + _root["point" + i].tempx; _root["point" + i].y = _root["point" + i].y + _root["point" + i].tempy; if (_root["point" + i].x > 100) { _root["point" + i].x = 100; } if (_root["point" + i].x < 0) { _root["point" + i].x = 0; } if (_root["point" + i].y > 100) { _root["point" + i].y = 100; } if (_root["point" + i].y < 0) { _root["point" + i].y = 0; } _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } if (_root[_local6].dead == false) { _root.attachMovie(("ghost_" + _root[_local6].hue) + "_linkage", "ghost" + i, _local8); _local14 = false; } var _local4 = _root.bob_angle_rad + _root["point" + i].angle_rad; _local4 = _local4 + (Math.PI/2); if (_local4 >= (Math.PI*2)) { _local4 = _local4 - (Math.PI*2); } if (_local4 < 0) { _local4 = _local4 + (Math.PI*2); } var _local13 = Math.ceil(_local4 / (Math.PI/4)); _root["ghost" + i].gotoAndPlay(_local13); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["ghost" + i]._y = _local3; _root["ghost" + i]._yscale = _local11; _root["ghost" + i]._x = _local7; _root["ghost" + i]._xscale = _local11; if (_local3 < 232) { _root["ghost" + i]._y = -1000; _root["ghost" + i]._x = -1000; _root["ghost" + i]._yscale = 25; _root["ghost" + i]._xscale = 25; } i++; } } if (_root.beginningCounter <= 80) { _root.attachMovie("level_1_2_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.bob_mc.gotoAndStop(1); _root.bob_mc.bob.gotoAndStop(1); _root.loopStop = true; _root.beginningCounter = _root.beginningCounter + 1; } else if (_root.beginningEnd == false) { _root.level_screen.removeMovieClip(); _root.bob_mc.bob.gotoAndPlay(1); _root.loopStop = false; _root.beginningEnd = true; _root.sound1.start(0, 9999); _root.sound1.setVolume(100); } if ((_local14 == true) || (_root.ghostsStillGone == true)) { _root.loopStop = true; if (_root.soundStarted == false) { _root.sound1.stop(); _root.attachMovie("level_1_2_complete_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.sound2.start(0, 0); _root.sound2.setVolume(100); _root.soundStarted = true; var _local15 = _root.bob_mc.hue; _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.bob_mc.gotoAndStop(1); } _root.ghostCounter = _root.ghostCounter + 1; if ((_root.sound2.position >= 3500) && (_root.ghostCounter > 4)) { _root.goingToNextScene = true; _root.ghostCounter = 0; _root.level_screen.removeMovieClip(); } _root.ghostsStillGone = true; } if (_root.bob_mc.dead == true) { _root.sound1.stop(); _root.loopStop = true; var _local15 = _root.bob_mc.hue; if (_root.exploding_done == false) { _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.exploding_done = true; } } if (_root.goingToNextScene == true) { _root.gotoAndStop(9); } }; stop();Frame 8_root.gotoAndStop(7);Frame 9_quality = "HIGH"; _root.onEnterFrame = function () { }; _root.back_1_mc.removeMovieClip(); _root.bob_mc.removeMovieClip(); i = 1; while (i <= 180) { _root["grass" + i].removeMovieClip(); _root["tree" + i].removeMovieClip(); _root["orb" + i].removeMovieClip(); _root["ghost" + i].removeMovieClip(); i++; } _root.movie_mc.gotoAndPlay(187); stop();Frame 10_quality = "LOW"; _root.bob_mc.removeMovieClip(); _root.back_1_mc.removeMovieClip(); i = 1; while (i <= 182) { _root["grass" + i].removeMovieClip(); _root["tree" + i].removeMovieClip(); _root["orb" + i].removeMovieClip(); _root["ghost" + i].removeMovieClip(); i++; } _root.attachMovie("back_2_linkage", "back_1_mc", 1); var back_start_x = -670; var back_end_x = -3260; _root.back_1_mc._x = back_start_x; _root.back_1_mc._y = 230; _root.bob_layer = 77000 /* 0x012CC8 */; _root.attachMovie("bob_blue_linkage", "bob_mc", _root.bob_layer); _root.bob_mc.gotoAndStop(1); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = "blue"; _root.bob_mc.dead = false; var bob_move = 0; var bob_turn = 0; var bob_angle_rad = (Math.PI/2); var bob_x_inc = 0; var bob_y_inc = 0; var bob_next_x = 0; var bob_next_y = 0; var bob_x = 55; var bob_y = 55; var angle = 0; var hyp = 0; var random_increment = 8; var goingToNextScene = false; var loopStop = false; var exploding_done = false; var levelBeaten = false; var soundStarted = false; var ghostsStillGone = false; var beginningCounter = 0; var beginningEnd = false; var ghostCounter = 0; var clearFrame = 11; temp_point1 = {}; temp_point1.x = 0; temp_point1.y = 0; temp_point2 = {}; temp_point2.x = 0; temp_point2.y = 0; temp_point3 = {}; temp_point3.x = 0; temp_point3.y = 0; temp_point4 = {}; temp_point4.x = 0; temp_point4.y = 0; temp_point5 = {}; temp_point5.x = 0; temp_point5.y = 0; temp_point6 = {}; temp_point6.x = 0; temp_point6.y = 0; temp_point7 = {}; temp_point7.x = 0; temp_point7.y = 0; temp_point8 = {}; temp_point8.x = 0; temp_point8.y = 0; temp_point9 = {}; temp_point9.x = 0; temp_point9.y = 0; temp_point10 = {}; temp_point10.x = 0; temp_point10.y = 0; temp_point11 = {}; temp_point11.x = 0; temp_point11.y = 0; temp_point12 = {}; temp_point12.x = 0; temp_point12.y = 0; temp_point13 = {}; temp_point13.x = 0; temp_point13.y = 0; temp_point14 = {}; temp_point14.x = 0; temp_point14.y = 0; temp_point15 = {}; temp_point15.x = 0; temp_point15.y = 0; temp_point16 = {}; temp_point16.x = 0; temp_point16.y = 0; temp_point17 = {}; temp_point17.x = 0; temp_point17.y = 0; temp_point18 = {}; temp_point18.x = 0; temp_point18.y = 0; temp_point19 = {}; temp_point19.x = 0; temp_point19.y = 0; temp_point20 = {}; temp_point20.x = 0; temp_point20.y = 0; temp_point21 = {}; temp_point21.x = 0; temp_point21.y = 0; temp_point22 = {}; temp_point22.x = 0; temp_point22.y = 0; temp_point23 = {}; temp_point23.x = 0; temp_point23.y = 0; temp_point24 = {}; temp_point24.x = 0; temp_point24.y = 0; temp_point25 = {}; temp_point25.x = 0; temp_point25.y = 0; temp_point26 = {}; temp_point26.x = 0; temp_point26.y = 0; temp_point27 = {}; temp_point27.x = 0; temp_point27.y = 0; temp_point28 = {}; temp_point28.x = 0; temp_point28.y = 0; temp_point29 = {}; temp_point29.x = 0; temp_point29.y = 0; temp_point30 = {}; temp_point30.x = 0; temp_point30.y = 0; temp_point31 = {}; temp_point31.x = 0; temp_point31.y = 0; temp_point32 = {}; temp_point32.x = 0; temp_point32.y = 0; temp_point33 = {}; temp_point33.x = 0; temp_point33.y = 0; temp_point34 = {}; temp_point34.x = 0; temp_point34.y = 0; temp_point35 = {}; temp_point35.x = 0; temp_point35.y = 0; temp_point36 = {}; temp_point36.x = 0; temp_point36.y = 0; temp_point37 = {}; temp_point37.x = 0; temp_point37.y = 0; temp_point38 = {}; temp_point38.x = 0; temp_point38.y = 0; temp_point39 = {}; temp_point39.x = 0; temp_point39.y = 0; temp_point40 = {}; temp_point40.x = 0; temp_point40.y = 0; temp_point41 = {}; temp_point41.x = 0; temp_point41.y = 0; temp_point42 = {}; temp_point42.x = 0; temp_point42.y = 0; temp_point43 = {}; temp_point43.x = 0; temp_point43.y = 0; temp_point44 = {}; temp_point44.x = 0; temp_point44.y = 0; temp_point45 = {}; temp_point45.x = 0; temp_point45.y = 0; temp_point46 = {}; temp_point46.x = 0; temp_point46.y = 0; temp_point47 = {}; temp_point47.x = 0; temp_point47.y = 0; temp_point48 = {}; temp_point48.x = 0; temp_point48.y = 0; temp_point49 = {}; temp_point49.x = 0; temp_point49.y = 0; temp_point50 = {}; temp_point50.x = 0; temp_point50.y = 0; temp_point51 = {}; temp_point51.x = 0; temp_point51.y = 0; temp_point52 = {}; temp_point52.x = 0; temp_point52.y = 0; temp_point53 = {}; temp_point53.x = 0; temp_point53.y = 0; temp_point54 = {}; temp_point54.x = 0; temp_point54.y = 0; temp_point55 = {}; temp_point55.x = 0; temp_point55.y = 0; temp_point56 = {}; temp_point56.x = 0; temp_point56.y = 0; temp_point57 = {}; temp_point57.x = 0; temp_point57.y = 0; temp_point58 = {}; temp_point58.x = 0; temp_point58.y = 0; temp_point59 = {}; temp_point59.x = 0; temp_point59.y = 0; temp_point60 = {}; temp_point60.x = 0; temp_point60.y = 0; temp_point61 = {}; temp_point61.x = 0; temp_point61.y = 0; temp_point62 = {}; temp_point62.x = 0; temp_point62.y = 0; temp_point63 = {}; temp_point63.x = 0; temp_point63.y = 0; temp_point64 = {}; temp_point64.x = 0; temp_point64.y = 0; temp_point65 = {}; temp_point65.x = 0; temp_point65.y = 0; temp_point66 = {}; temp_point66.x = 0; temp_point66.y = 0; temp_point67 = {}; temp_point67.x = 0; temp_point67.y = 0; temp_point68 = {}; temp_point68.x = 0; temp_point68.y = 0; temp_point69 = {}; temp_point69.x = 0; temp_point69.y = 0; temp_point70 = {}; temp_point70.x = 0; temp_point70.y = 0; temp_point71 = {}; temp_point71.x = 0; temp_point71.y = 0; temp_point72 = {}; temp_point72.x = 0; temp_point72.y = 0; temp_point73 = {}; temp_point73.x = 0; temp_point73.y = 0; temp_point74 = {}; temp_point74.x = 0; temp_point74.y = 0; temp_point75 = {}; temp_point75.x = 0; temp_point75.y = 0; temp_point76 = {}; temp_point76.x = 0; temp_point76.y = 0; temp_point77 = {}; temp_point77.x = 0; temp_point77.y = 0; temp_point78 = {}; temp_point78.x = 0; temp_point78.y = 0; temp_point79 = {}; temp_point79.x = 0; temp_point79.y = 0; temp_point80 = {}; temp_point80.x = 0; temp_point80.y = 0; temp_point81 = {}; temp_point81.x = 0; temp_point81.y = 0; temp_point82 = {}; temp_point82.x = 0; temp_point82.y = 0; temp_point83 = {}; temp_point83.x = 0; temp_point83.y = 0; temp_point84 = {}; temp_point84.x = 0; temp_point84.y = 0; temp_point85 = {}; temp_point85.x = 0; temp_point85.y = 0; temp_point86 = {}; temp_point86.x = 0; temp_point86.y = 0; temp_point87 = {}; temp_point87.x = 0; temp_point87.y = 0; temp_point88 = {}; temp_point88.x = 0; temp_point88.y = 0; temp_point89 = {}; temp_point89.x = 0; temp_point89.y = 0; temp_point90 = {}; temp_point90.x = 0; temp_point90.y = 0; temp_point91 = {}; temp_point91.x = 0; temp_point91.y = 0; temp_point92 = {}; temp_point92.x = 0; temp_point92.y = 0; temp_point93 = {}; temp_point93.x = 0; temp_point93.y = 0; temp_point94 = {}; temp_point94.x = 0; temp_point94.y = 0; temp_point95 = {}; temp_point95.x = 0; temp_point95.y = 0; temp_point96 = {}; temp_point96.x = 0; temp_point96.y = 0; temp_point97 = {}; temp_point97.x = 0; temp_point97.y = 0; temp_point98 = {}; temp_point98.x = 0; temp_point98.y = 0; temp_point99 = {}; temp_point99.x = 0; temp_point99.y = 0; temp_point100 = {}; temp_point100.x = 0; temp_point100.y = 0; temp_point101 = {}; temp_point101.x = 0; temp_point101.y = 0; temp_point102 = {}; temp_point102.x = 0; temp_point102.y = 0; temp_point103 = {}; temp_point103.x = 0; temp_point103.y = 0; temp_point104 = {}; temp_point104.x = 0; temp_point104.y = 0; temp_point105 = {}; temp_point105.x = 0; temp_point105.y = 0; temp_point106 = {}; temp_point106.x = 0; temp_point106.y = 0; temp_point107 = {}; temp_point107.x = 0; temp_point107.y = 0; temp_point108 = {}; temp_point108.x = 0; temp_point108.y = 0; temp_point109 = {}; temp_point109.x = 0; temp_point109.y = 0; temp_point110 = {}; temp_point110.x = 0; temp_point110.y = 0; temp_point111 = {}; temp_point111.x = 0; temp_point111.y = 0; temp_point112 = {}; temp_point112.x = 0; temp_point112.y = 0; temp_point113 = {}; temp_point113.x = 0; temp_point113.y = 0; temp_point114 = {}; temp_point114.x = 0; temp_point114.y = 0; temp_point115 = {}; temp_point115.x = 0; temp_point115.y = 0; temp_point116 = {}; temp_point116.x = 0; temp_point116.y = 0; temp_point117 = {}; temp_point117.x = 0; temp_point117.y = 0; temp_point118 = {}; temp_point118.x = 0; temp_point118.y = 0; temp_point119 = {}; temp_point119.x = 0; temp_point119.y = 0; temp_point120 = {}; temp_point120.x = 0; temp_point120.y = 0; temp_point121 = {}; temp_point121.x = 0; temp_point121.y = 0; temp_point122 = {}; temp_point122.x = 0; temp_point122.y = 0; temp_point123 = {}; temp_point123.x = 0; temp_point123.y = 0; temp_point124 = {}; temp_point124.x = 0; temp_point124.y = 0; temp_point125 = {}; temp_point125.x = 0; temp_point125.y = 0; temp_point126 = {}; temp_point126.x = 0; temp_point126.y = 0; temp_point127 = {}; temp_point127.x = 0; temp_point127.y = 0; temp_point128 = {}; temp_point128.x = 0; temp_point128.y = 0; temp_point129 = {}; temp_point129.x = 0; temp_point129.y = 0; temp_point130 = {}; temp_point130.x = 0; temp_point130.y = 0; temp_point131 = {}; temp_point131.x = 0; temp_point131.y = 0; temp_point132 = {}; temp_point132.x = 0; temp_point132.y = 0; temp_point133 = {}; temp_point133.x = 0; temp_point133.y = 0; temp_point134 = {}; temp_point134.x = 0; temp_point134.y = 0; temp_point135 = {}; temp_point135.x = 0; temp_point135.y = 0; temp_point136 = {}; temp_point136.x = 0; temp_point136.y = 0; temp_point137 = {}; temp_point137.x = 0; temp_point137.y = 0; temp_point138 = {}; temp_point138.x = 0; temp_point138.y = 0; temp_point139 = {}; temp_point139.x = 0; temp_point139.y = 0; temp_point140 = {}; temp_point140.x = 0; temp_point140.y = 0; temp_point141 = {}; temp_point141.x = 0; temp_point141.y = 0; temp_point142 = {}; temp_point142.x = 0; temp_point142.y = 0; temp_point143 = {}; temp_point143.x = 0; temp_point143.y = 0; temp_point144 = {}; temp_point144.x = 0; temp_point144.y = 0; temp_point145 = {}; temp_point145.x = 0; temp_point145.y = 0; temp_point146 = {}; temp_point146.x = 0; temp_point146.y = 0; temp_point147 = {}; temp_point147.x = 0; temp_point147.y = 0; temp_point148 = {}; temp_point148.x = 0; temp_point148.y = 0; temp_point149 = {}; temp_point149.x = 0; temp_point149.y = 0; temp_point150 = {}; temp_point150.x = 0; temp_point150.y = 0; temp_point151 = {}; temp_point151.x = 0; temp_point151.y = 0; temp_point152 = {}; temp_point152.x = 0; temp_point152.y = 0; temp_point153 = {}; temp_point153.x = 0; temp_point153.y = 0; temp_point154 = {}; temp_point154.x = 0; temp_point154.y = 0; temp_point155 = {}; temp_point155.x = 0; temp_point155.y = 0; temp_point156 = {}; temp_point156.x = 0; temp_point156.y = 0; temp_point157 = {}; temp_point157.x = 0; temp_point157.y = 0; temp_point158 = {}; temp_point158.x = 0; temp_point158.y = 0; temp_point159 = {}; temp_point159.x = 0; temp_point159.y = 0; temp_point160 = {}; temp_point160.x = 0; temp_point160.y = 0; temp_point161 = {}; temp_point161.x = 0; temp_point161.y = 0; temp_point162 = {}; temp_point162.x = 0; temp_point162.y = 0; temp_point163 = {}; temp_point163.x = 0; temp_point163.y = 0; temp_point164 = {}; temp_point164.x = 0; temp_point164.y = 0; temp_point165 = {}; temp_point165.x = 0; temp_point165.y = 0; temp_point166 = {}; temp_point166.x = 0; temp_point166.y = 0; temp_point167 = {}; temp_point167.x = 0; temp_point167.y = 0; temp_point168 = {}; temp_point168.x = 0; temp_point168.y = 0; temp_point169 = {}; temp_point169.x = 0; temp_point169.y = 0; temp_point170 = {}; temp_point170.x = 0; temp_point170.y = 0; temp_point171 = {}; temp_point171.x = 0; temp_point171.y = 0; temp_point172 = {}; temp_point172.x = 0; temp_point172.y = 0; temp_point173 = {}; temp_point173.x = 0; temp_point173.y = 0; temp_point174 = {}; temp_point174.x = 0; temp_point174.y = 0; temp_point175 = {}; temp_point175.x = 0; temp_point175.y = 0; temp_point176 = {}; temp_point176.x = 0; temp_point176.y = 0; temp_point177 = {}; temp_point177.x = 0; temp_point177.y = 0; temp_point178 = {}; temp_point178.x = 0; temp_point178.y = 0; temp_point179 = {}; temp_point179.x = 0; temp_point179.y = 0; temp_point180 = {}; temp_point180.x = 0; temp_point180.y = 0; temp_point181 = {}; temp_point181.x = 0; temp_point181.y = 0; temp_point182 = {}; temp_point182.x = 0; temp_point182.y = 0; point1 = {}; point1.x = 0; point1.y = 0; point2 = {}; point2.x = 10; point2.y = 0; point3 = {}; point3.x = 20; point3.y = 0; point4 = {}; point4.x = 30; point4.y = 0; point5 = {}; point5.x = 40; point5.y = 0; point6 = {}; point6.x = 50; point6.y = 0; point7 = {}; point7.x = 60; point7.y = 0; point8 = {}; point8.x = 70; point8.y = 0; point9 = {}; point9.x = 80; point9.y = 0; point10 = {}; point10.x = 90; point10.y = 0; point11 = {}; point11.x = 100; point11.y = 0; point12 = {}; point12.x = 0; point12.y = 10; point13 = {}; point13.x = 10; point13.y = 10; point14 = {}; point14.x = 20; point14.y = 10; point15 = {}; point15.x = 30; point15.y = 10; point16 = {}; point16.x = 40; point16.y = 10; point17 = {}; point17.x = 50; point17.y = 10; point18 = {}; point18.x = 60; point18.y = 10; point19 = {}; point19.x = 70; point19.y = 10; point20 = {}; point20.x = 80; point20.y = 10; point21 = {}; point21.x = 90; point21.y = 10; point22 = {}; point22.x = 100; point22.y = 10; point23 = {}; point23.x = 0; point23.y = 20; point24 = {}; point24.x = 10; point24.y = 20; point25 = {}; point25.x = 20; point25.y = 20; point26 = {}; point26.x = 30; point26.y = 20; point27 = {}; point27.x = 40; point27.y = 20; point28 = {}; point28.x = 50; point28.y = 20; point29 = {}; point29.x = 60; point29.y = 20; point30 = {}; point30.x = 70; point30.y = 20; point31 = {}; point31.x = 80; point31.y = 20; point32 = {}; point32.x = 90; point32.y = 20; point33 = {}; point33.x = 100; point33.y = 20; point34 = {}; point34.x = 0; point34.y = 30; point35 = {}; point35.x = 10; point35.y = 30; point36 = {}; point36.x = 20; point36.y = 30; point37 = {}; point37.x = 30; point37.y = 30; point38 = {}; point38.x = 40; point38.y = 30; point39 = {}; point39.x = 50; point39.y = 30; point40 = {}; point40.x = 60; point40.y = 30; point41 = {}; point41.x = 70; point41.y = 30; point42 = {}; point42.x = 80; point42.y = 30; point43 = {}; point43.x = 90; point43.y = 30; point44 = {}; point44.x = 100; point44.y = 30; point45 = {}; point45.x = 0; point45.y = 40; point46 = {}; point46.x = 10; point46.y = 40; point47 = {}; point47.x = 20; point47.y = 40; point48 = {}; point48.x = 30; point48.y = 40; point49 = {}; point49.x = 40; point49.y = 40; point50 = {}; point50.x = 50; point50.y = 40; point51 = {}; point51.x = 60; point51.y = 40; point52 = {}; point52.x = 70; point52.y = 40; point53 = {}; point53.x = 80; point53.y = 40; point54 = {}; point54.x = 90; point54.y = 40; point55 = {}; point55.x = 100; point55.y = 40; point56 = {}; point56.x = 0; point56.y = 50; point57 = {}; point57.x = 10; point57.y = 50; point58 = {}; point58.x = 20; point58.y = 50; point59 = {}; point59.x = 30; point59.y = 50; point60 = {}; point60.x = 40; point60.y = 50; point61 = {}; point61.x = 50; point61.y = 50; point62 = {}; point62.x = 60; point62.y = 50; point63 = {}; point63.x = 70; point63.y = 50; point64 = {}; point64.x = 80; point64.y = 50; point65 = {}; point65.x = 90; point65.y = 50; point66 = {}; point66.x = 100; point66.y = 50; point67 = {}; point67.x = 0; point67.y = 60; point68 = {}; point68.x = 10; point68.y = 60; point69 = {}; point69.x = 20; point69.y = 60; point70 = {}; point70.x = 30; point70.y = 60; point71 = {}; point71.x = 40; point71.y = 60; point72 = {}; point72.x = 50; point72.y = 60; point73 = {}; point73.x = 60; point73.y = 60; point74 = {}; point74.x = 70; point74.y = 60; point75 = {}; point75.x = 80; point75.y = 60; point76 = {}; point76.x = 90; point76.y = 60; point77 = {}; point77.x = 100; point77.y = 60; point78 = {}; point78.x = 0; point78.y = 70; point79 = {}; point79.x = 10; point79.y = 70; point80 = {}; point80.x = 20; point80.y = 70; point81 = {}; point81.x = 30; point81.y = 70; point82 = {}; point82.x = 40; point82.y = 70; point83 = {}; point83.x = 50; point83.y = 70; point84 = {}; point84.x = 60; point84.y = 70; point85 = {}; point85.x = 70; point85.y = 70; point86 = {}; point86.x = 80; point86.y = 70; point87 = {}; point87.x = 90; point87.y = 70; point88 = {}; point88.x = 100; point88.y = 70; point89 = {}; point89.x = 0; point89.y = 80; point90 = {}; point90.x = 10; point90.y = 80; point91 = {}; point91.x = 20; point91.y = 80; point92 = {}; point92.x = 30; point92.y = 80; point93 = {}; point93.x = 40; point93.y = 80; point94 = {}; point94.x = 50; point94.y = 80; point95 = {}; point95.x = 60; point95.y = 80; point96 = {}; point96.x = 70; point96.y = 80; point97 = {}; point97.x = 80; point97.y = 80; point98 = {}; point98.x = 90; point98.y = 80; point99 = {}; point99.x = 100; point99.y = 80; point100 = {}; point100.x = 0; point100.y = 90; point101 = {}; point101.x = 0; point101.y = 90; point102 = {}; point102.x = 10; point102.y = 90; point103 = {}; point103.x = 20; point103.y = 90; point104 = {}; point104.x = 30; point104.y = 90; point105 = {}; point105.x = 40; point105.y = 90; point106 = {}; point106.x = 50; point106.y = 90; point107 = {}; point107.x = 60; point107.y = 90; point108 = {}; point108.x = 70; point108.y = 90; point109 = {}; point109.x = 80; point109.y = 90; point110 = {}; point110.x = 90; point110.y = 90; point111 = {}; point111.x = 100; point111.y = 90; point112 = {}; point112.x = 0; point112.y = 100; point113 = {}; point113.x = 10; point113.y = 100; point114 = {}; point114.x = 20; point114.y = 100; point115 = {}; point115.x = 30; point115.y = 100; point116 = {}; point116.x = 40; point116.y = 100; point117 = {}; point117.x = 50; point117.y = 100; point118 = {}; point118.x = 60; point118.y = 100; point119 = {}; point119.x = 70; point119.y = 100; point120 = {}; point120.x = 80; point120.y = 100; point121 = {}; point121.x = 90; point121.y = 100; point122 = {}; point122.x = 100; point122.y = 100; point123 = {}; point123.x = -10; point123.y = 110; point124 = {}; point124.x = 0; point124.y = 110; point125 = {}; point125.x = 20; point125.y = 110; point126 = {}; point126.x = 40; point126.y = 110; point127 = {}; point127.x = 60; point127.y = 110; point128 = {}; point128.x = 80; point128.y = 110; point129 = {}; point129.x = 90; point129.y = 110; point130 = {}; point130.x = 100; point130.y = 110; point131 = {}; point131.x = 110; point131.y = 110; point132 = {}; point132.x = 110; point132.y = 90; point133 = {}; point133.x = 110; point133.y = 80; point134 = {}; point134.x = 110; point134.y = 70; point135 = {}; point135.x = 110; point135.y = 60; point136 = {}; point136.x = 110; point136.y = 50; point137 = {}; point137.x = 110; point137.y = 40; point138 = {}; point138.x = 110; point138.y = 30; point139 = {}; point139.x = 110; point139.y = 20; point140 = {}; point140.x = 110; point140.y = 10; point141 = {}; point141.x = 110; point141.y = 0; point142 = {}; point142.x = 110; point142.y = -10; point143 = {}; point143.x = 100; point143.y = -10; point144 = {}; point144.x = 90; point144.y = -10; point145 = {}; point145.x = 80; point145.y = -10; point146 = {}; point146.x = 70; point146.y = -10; point147 = {}; point147.x = 60; point147.y = -10; point148 = {}; point148.x = 50; point148.y = -10; point149 = {}; point149.x = 40; point149.y = -10; point150 = {}; point150.x = 30; point150.y = -10; point151 = {}; point151.x = 20; point151.y = -10; point152 = {}; point152.x = 10; point152.y = -10; point153 = {}; point153.x = 0; point153.y = -10; point154 = {}; point154.x = -10; point154.y = -10; point155 = {}; point155.x = -10; point155.y = 0; point156 = {}; point156.x = -10; point156.y = 10; point157 = {}; point157.x = -10; point157.y = 20; point158 = {}; point158.x = -10; point158.y = 30; point159 = {}; point159.x = -10; point159.y = 40; point160 = {}; point160.x = -10; point160.y = 50; point161 = {}; point161.x = -10; point161.y = 60; point162 = {}; point162.x = -10; point162.y = 70; point163 = {}; point163.x = -10; point163.y = 80; point164 = {}; point164.x = -10; point164.y = 90; point165 = {}; point165.x = -10; point165.y = 100; point166 = {}; point166.x = 110; point166.y = 100; point167 = {}; point167.x = 10; point167.y = 110; point168 = {}; point168.x = 30; point168.y = 110; point169 = {}; point169.x = 50; point169.y = 110; point170 = {}; point170.x = 70; point170.y = 110; point171 = {}; point171.x = 80; point171.y = 25; point171.tempx = 0; point171.tempy = 0; point171.angle_rad = 0; point171.hue = "red"; point171.dead = false; point172 = {}; point172.x = 95; point172.y = 28; point172.tempx = 0; point172.tempy = 0; point172.angle_rad = 0; point172.hue = "red"; point172.dead = false; point173 = {}; point173.x = 83; point173.y = 46; point173.tempx = 0; point173.tempy = 0; point173.angle_rad = 0; point173.hue = "red"; point173.dead = false; point174 = {}; point174.x = 20; point174.y = 68; point174.tempx = 0; point174.tempy = 0; point174.angle_rad = 0; point174.hue = "blue"; point174.dead = false; point175 = {}; point175.x = 48; point175.y = 20; point175.tempx = 0; point175.tempy = 0; point175.angle_rad = 0; point175.hue = "blue"; point175.dead = false; point176 = {}; point176.x = 68; point176.y = 5; point176.tempx = 0; point176.tempy = 0; point176.angle_rad = 0; point176.hue = "blue"; point176.dead = false; point177 = {}; point177.x = 30; point177.y = 80; point177.tempx = 0; point177.tempy = 0; point177.angle_rad = 0; point177.hue = "yellow"; point177.dead = false; point178 = {}; point178.x = 15; point178.y = 25; point178.tempx = 0; point178.tempy = 0; point178.angle_rad = 0; point178.hue = "yellow"; point178.dead = false; point179 = {}; point179.x = 50; point179.y = 10; point179.tempx = 0; point179.tempy = 0; point179.angle_rad = 0; point179.hue = "yellow"; point179.dead = false; point180 = {}; point180.x = 20; point180.y = 20; point180.hue = "blue"; point181 = {}; point181.x = 40; point181.y = 80; point181.hue = "red"; point182 = {}; point182.x = 80; point182.y = 50; point182.hue = "yellow"; _root.onEnterFrame = function () { if (_root.loopStop == false) { _root.random_increment = _root.random_increment + 1; if (_root.random_increment > 8) { i = 171; while (i <= 179) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (_local12 > 30) { _root["point" + i].tempx = (Math.random() * 2) - 1; _root["point" + i].tempy = (Math.random() * 2) - 1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempx, _root["point" + i].tempy); } else { _root["point" + i].tempx = _local9 * -1; _root["point" + i].tempy = _local10 * -1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempy, _root["point" + i].tempx); if (_root["point" + i].hue != _root.bob_mc.hue) { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * 1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * 1; } else { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * -1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * -1; } } i++; } _root.random_increment = 1; } i = 171; while (i <= 179) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) && (_root["point" + i].dead == false)) { _root.bob_mc.dead = true; } else if ((_local12 <= 5) && (_root["point" + i].hue == _root.bob_mc.hue)) { _root["point" + i].dead = true; } i++; } i = 180; while (i <= 182) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if ((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) { _root.attachMovie(("bob_" + _root["point" + i].hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = _root["point" + i].hue; } i++; } if ((Key.isDown(37) && (Key.isDown(38))) || (Key.isDown(65) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(38))) || (Key.isDown(68) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0.1; } else if ((Key.isDown(37) && (Key.isDown(40))) || (Key.isDown(65) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(40))) || (Key.isDown(68) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0.1; } else if (Key.isDown(38) || (Key.isDown(87))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0; } else if (Key.isDown(40) || (Key.isDown(83))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0; } else if (Key.isDown(37) || (Key.isDown(65))) { _root.bob_mc.gotoAndStop(3); _root.bob_move = 0; _root.bob_turn = -0.1; } else if (Key.isDown(39) || Key.isDown(68)) { _root.bob_mc.gotoAndStop(4); _root.bob_move = 0; _root.bob_turn = 0.1; } else { _root.bob_mc.gotoAndStop(1); _root.bob_move = 0; _root.bob_turn = 0; } _root.bob_angle_rad = _root.bob_angle_rad + _root.bob_turn; if (_root.bob_angle_rad >= (Math.PI*2)) { _root.bob_angle_rad = _root.bob_angle_rad - (Math.PI*2); } if (_root.bob_angle_rad < 0) { _root.bob_angle_rad = _root.bob_angle_rad + (Math.PI*2); } _root.back_1_mc._x = (_root.bob_angle_rad / (Math.PI*2)) * (_root.back_end_x - _root.back_start_x); _root.bob_x_inc = Math.cos(_root.bob_angle_rad) * _root.bob_move; _root.bob_y_inc = Math.sin(_root.bob_angle_rad) * _root.bob_move; _root.bob_next_x = _root.bob_x + _root.bob_x_inc; _root.bob_next_y = _root.bob_y + _root.bob_y_inc; if ((_root.bob_next_x < 100) && (_root.bob_next_x > 0)) { _root.bob_x = _root.bob_next_x; } if ((_root.bob_next_y < 100) && (_root.bob_next_y > 0)) { _root.bob_y = _root.bob_next_y; } var _local5 = 0; i = 1; while (i <= 122) { _root["grass" + i].removeMovieClip(); i++; } i = 1; while (i <= 122) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("wave_linkage", "grass" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["grass" + i]._y = _local3; _root["grass" + i]._yscale = _local11; _root["grass" + i]._x = _local7; _root["grass" + i]._xscale = _local11; if (_local3 < 232) { _root["grass" + i]._y = -1000; _root["grass" + i]._x = -1000; _root["grass" + i]._yscale = 25; _root["grass" + i]._xscale = 25; } i++; } i = 180; while (i <= 182) { _root["orb" + i].removeMovieClip(); i++; } i = 180; while (i <= 182) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie(("orb_" + _root[_local6].hue) + "_linkage", "orb" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["orb" + i]._y = _local3; _root["orb" + i]._yscale = _local11; _root["orb" + i]._x = _local7; _root["orb" + i]._xscale = _local11; if (_local3 < 232) { _root["orb" + i]._y = -1000; _root["orb" + i]._x = -1000; _root["orb" + i]._yscale = 25; _root["orb" + i]._xscale = 25; } i++; } i = 123; while (i <= 170) { _root["tree" + i].removeMovieClip(); i++; } i = 123; while (i <= 170) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("buoy_linkage", "tree" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["tree" + i]._y = _local3; _root["tree" + i]._yscale = _local11; _root["tree" + i]._x = _local7; _root["tree" + i]._xscale = _local11; if (_local3 < 232) { _root["tree" + i]._y = -1000; _root["tree" + i]._x = -1000; _root["tree" + i]._yscale = 25; _root["tree" + i]._xscale = 25; } i++; } i = 171; while (i <= 179) { _root["ghost" + i].removeMovieClip(); i++; } var _local14 = true; i = 171; while (i <= 179) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root["point" + i].x = _root["point" + i].x + _root["point" + i].tempx; _root["point" + i].y = _root["point" + i].y + _root["point" + i].tempy; if (_root["point" + i].x > 100) { _root["point" + i].x = 100; } if (_root["point" + i].x < 0) { _root["point" + i].x = 0; } if (_root["point" + i].y > 100) { _root["point" + i].y = 100; } if (_root["point" + i].y < 0) { _root["point" + i].y = 0; } _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } if (_root[_local6].dead == false) { _root.attachMovie(("shark_" + _root[_local6].hue) + "_linkage", "ghost" + i, _local8); _local14 = false; } var _local4 = _root.bob_angle_rad + _root["point" + i].angle_rad; _local4 = _local4 + (Math.PI/2); if (_local4 >= (Math.PI*2)) { _local4 = _local4 - (Math.PI*2); } if (_local4 < 0) { _local4 = _local4 + (Math.PI*2); } var _local13 = Math.ceil(_local4 / (Math.PI/4)); _root["ghost" + i].gotoAndPlay(_local13); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["ghost" + i]._y = _local3; _root["ghost" + i]._yscale = _local11; _root["ghost" + i]._x = _local7; _root["ghost" + i]._xscale = _local11; if (_local3 < 232) { _root["ghost" + i]._y = -1000; _root["ghost" + i]._x = -1000; _root["ghost" + i]._yscale = 25; _root["ghost" + i]._xscale = 25; } i++; } } if (_root.beginningCounter <= 80) { _root.attachMovie("level_2_1_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.bob_mc.gotoAndStop(1); _root.bob_mc.bob.gotoAndStop(1); _root.loopStop = true; _root.beginningCounter = _root.beginningCounter + 1; } else if (_root.beginningEnd == false) { _root.level_screen.removeMovieClip(); _root.bob_mc.bob.gotoAndPlay(1); _root.loopStop = false; _root.beginningEnd = true; _root.sound1.start(0, 9999); _root.sound1.setVolume(100); } if ((_local14 == true) || (_root.ghostsStillGone == true)) { _root.loopStop = true; if (_root.soundStarted == false) { _root.sound1.stop(); _root.attachMovie("level_2_1_complete_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.sound2.start(0, 0); _root.sound2.setVolume(100); _root.soundStarted = true; var _local15 = _root.bob_mc.hue; _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.bob_mc.gotoAndStop(1); } _root.ghostCounter = _root.ghostCounter + 1; if ((_root.sound2.position >= 3500) && (_root.ghostCounter > 4)) { _root.goingToNextScene = true; _root.ghostCounter = 0; _root.level_screen.removeMovieClip(); } _root.ghostsStillGone = true; } if (_root.bob_mc.dead == true) { _root.sound1.stop(); _root.loopStop = true; var _local15 = _root.bob_mc.hue; if (_root.exploding_done == false) { _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.exploding_done = true; } } if (_root.goingToNextScene == true) { _root.gotoAndStop(12); } }; stop();Frame 11_root.gotoAndStop(10);Frame 12_quality = "LOW"; _root.bob_mc.removeMovieClip(); _root.back_1_mc.removeMovieClip(); i = 1; while (i <= 183) { _root["grass" + i].removeMovieClip(); _root["tree" + i].removeMovieClip(); _root["orb" + i].removeMovieClip(); _root["ghost" + i].removeMovieClip(); i++; } _root.attachMovie("back_2_linkage", "back_1_mc", 1); var back_start_x = -670; var back_end_x = -3260; _root.back_1_mc._x = back_start_x; _root.back_1_mc._y = 230; _root.bob_layer = 77000 /* 0x012CC8 */; _root.attachMovie("bob_blue_linkage", "bob_mc", _root.bob_layer); _root.bob_mc.gotoAndStop(1); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = "blue"; _root.bob_mc.dead = false; var bob_move = 0; var bob_turn = 0; var bob_angle_rad = (Math.PI/2); var bob_x_inc = 0; var bob_y_inc = 0; var bob_next_x = 0; var bob_next_y = 0; var bob_x = 55; var bob_y = 55; var angle = 0; var hyp = 0; var random_increment = 8; var goingToNextScene = false; var loopStop = false; var exploding_done = false; var levelBeaten = false; var soundStarted = false; var ghostsStillGone = false; var beginningCounter = 0; var beginningEnd = false; var ghostCounter = 0; var clearFrame = 13; temp_point1 = {}; temp_point1.x = 0; temp_point1.y = 0; temp_point2 = {}; temp_point2.x = 0; temp_point2.y = 0; temp_point3 = {}; temp_point3.x = 0; temp_point3.y = 0; temp_point4 = {}; temp_point4.x = 0; temp_point4.y = 0; temp_point5 = {}; temp_point5.x = 0; temp_point5.y = 0; temp_point6 = {}; temp_point6.x = 0; temp_point6.y = 0; temp_point7 = {}; temp_point7.x = 0; temp_point7.y = 0; temp_point8 = {}; temp_point8.x = 0; temp_point8.y = 0; temp_point9 = {}; temp_point9.x = 0; temp_point9.y = 0; temp_point10 = {}; temp_point10.x = 0; temp_point10.y = 0; temp_point11 = {}; temp_point11.x = 0; temp_point11.y = 0; temp_point12 = {}; temp_point12.x = 0; temp_point12.y = 0; temp_point13 = {}; temp_point13.x = 0; temp_point13.y = 0; temp_point14 = {}; temp_point14.x = 0; temp_point14.y = 0; temp_point15 = {}; temp_point15.x = 0; temp_point15.y = 0; temp_point16 = {}; temp_point16.x = 0; temp_point16.y = 0; temp_point17 = {}; temp_point17.x = 0; temp_point17.y = 0; temp_point18 = {}; temp_point18.x = 0; temp_point18.y = 0; temp_point19 = {}; temp_point19.x = 0; temp_point19.y = 0; temp_point20 = {}; temp_point20.x = 0; temp_point20.y = 0; temp_point21 = {}; temp_point21.x = 0; temp_point21.y = 0; temp_point22 = {}; temp_point22.x = 0; temp_point22.y = 0; temp_point23 = {}; temp_point23.x = 0; temp_point23.y = 0; temp_point24 = {}; temp_point24.x = 0; temp_point24.y = 0; temp_point25 = {}; temp_point25.x = 0; temp_point25.y = 0; temp_point26 = {}; temp_point26.x = 0; temp_point26.y = 0; temp_point27 = {}; temp_point27.x = 0; temp_point27.y = 0; temp_point28 = {}; temp_point28.x = 0; temp_point28.y = 0; temp_point29 = {}; temp_point29.x = 0; temp_point29.y = 0; temp_point30 = {}; temp_point30.x = 0; temp_point30.y = 0; temp_point31 = {}; temp_point31.x = 0; temp_point31.y = 0; temp_point32 = {}; temp_point32.x = 0; temp_point32.y = 0; temp_point33 = {}; temp_point33.x = 0; temp_point33.y = 0; temp_point34 = {}; temp_point34.x = 0; temp_point34.y = 0; temp_point35 = {}; temp_point35.x = 0; temp_point35.y = 0; temp_point36 = {}; temp_point36.x = 0; temp_point36.y = 0; temp_point37 = {}; temp_point37.x = 0; temp_point37.y = 0; temp_point38 = {}; temp_point38.x = 0; temp_point38.y = 0; temp_point39 = {}; temp_point39.x = 0; temp_point39.y = 0; temp_point40 = {}; temp_point40.x = 0; temp_point40.y = 0; temp_point41 = {}; temp_point41.x = 0; temp_point41.y = 0; temp_point42 = {}; temp_point42.x = 0; temp_point42.y = 0; temp_point43 = {}; temp_point43.x = 0; temp_point43.y = 0; temp_point44 = {}; temp_point44.x = 0; temp_point44.y = 0; temp_point45 = {}; temp_point45.x = 0; temp_point45.y = 0; temp_point46 = {}; temp_point46.x = 0; temp_point46.y = 0; temp_point47 = {}; temp_point47.x = 0; temp_point47.y = 0; temp_point48 = {}; temp_point48.x = 0; temp_point48.y = 0; temp_point49 = {}; temp_point49.x = 0; temp_point49.y = 0; temp_point50 = {}; temp_point50.x = 0; temp_point50.y = 0; temp_point51 = {}; temp_point51.x = 0; temp_point51.y = 0; temp_point52 = {}; temp_point52.x = 0; temp_point52.y = 0; temp_point53 = {}; temp_point53.x = 0; temp_point53.y = 0; temp_point54 = {}; temp_point54.x = 0; temp_point54.y = 0; temp_point55 = {}; temp_point55.x = 0; temp_point55.y = 0; temp_point56 = {}; temp_point56.x = 0; temp_point56.y = 0; temp_point57 = {}; temp_point57.x = 0; temp_point57.y = 0; temp_point58 = {}; temp_point58.x = 0; temp_point58.y = 0; temp_point59 = {}; temp_point59.x = 0; temp_point59.y = 0; temp_point60 = {}; temp_point60.x = 0; temp_point60.y = 0; temp_point61 = {}; temp_point61.x = 0; temp_point61.y = 0; temp_point62 = {}; temp_point62.x = 0; temp_point62.y = 0; temp_point63 = {}; temp_point63.x = 0; temp_point63.y = 0; temp_point64 = {}; temp_point64.x = 0; temp_point64.y = 0; temp_point65 = {}; temp_point65.x = 0; temp_point65.y = 0; temp_point66 = {}; temp_point66.x = 0; temp_point66.y = 0; temp_point67 = {}; temp_point67.x = 0; temp_point67.y = 0; temp_point68 = {}; temp_point68.x = 0; temp_point68.y = 0; temp_point69 = {}; temp_point69.x = 0; temp_point69.y = 0; temp_point70 = {}; temp_point70.x = 0; temp_point70.y = 0; temp_point71 = {}; temp_point71.x = 0; temp_point71.y = 0; temp_point72 = {}; temp_point72.x = 0; temp_point72.y = 0; temp_point73 = {}; temp_point73.x = 0; temp_point73.y = 0; temp_point74 = {}; temp_point74.x = 0; temp_point74.y = 0; temp_point75 = {}; temp_point75.x = 0; temp_point75.y = 0; temp_point76 = {}; temp_point76.x = 0; temp_point76.y = 0; temp_point77 = {}; temp_point77.x = 0; temp_point77.y = 0; temp_point78 = {}; temp_point78.x = 0; temp_point78.y = 0; temp_point79 = {}; temp_point79.x = 0; temp_point79.y = 0; temp_point80 = {}; temp_point80.x = 0; temp_point80.y = 0; temp_point81 = {}; temp_point81.x = 0; temp_point81.y = 0; temp_point82 = {}; temp_point82.x = 0; temp_point82.y = 0; temp_point83 = {}; temp_point83.x = 0; temp_point83.y = 0; temp_point84 = {}; temp_point84.x = 0; temp_point84.y = 0; temp_point85 = {}; temp_point85.x = 0; temp_point85.y = 0; temp_point86 = {}; temp_point86.x = 0; temp_point86.y = 0; temp_point87 = {}; temp_point87.x = 0; temp_point87.y = 0; temp_point88 = {}; temp_point88.x = 0; temp_point88.y = 0; temp_point89 = {}; temp_point89.x = 0; temp_point89.y = 0; temp_point90 = {}; temp_point90.x = 0; temp_point90.y = 0; temp_point91 = {}; temp_point91.x = 0; temp_point91.y = 0; temp_point92 = {}; temp_point92.x = 0; temp_point92.y = 0; temp_point93 = {}; temp_point93.x = 0; temp_point93.y = 0; temp_point94 = {}; temp_point94.x = 0; temp_point94.y = 0; temp_point95 = {}; temp_point95.x = 0; temp_point95.y = 0; temp_point96 = {}; temp_point96.x = 0; temp_point96.y = 0; temp_point97 = {}; temp_point97.x = 0; temp_point97.y = 0; temp_point98 = {}; temp_point98.x = 0; temp_point98.y = 0; temp_point99 = {}; temp_point99.x = 0; temp_point99.y = 0; temp_point100 = {}; temp_point100.x = 0; temp_point100.y = 0; temp_point101 = {}; temp_point101.x = 0; temp_point101.y = 0; temp_point102 = {}; temp_point102.x = 0; temp_point102.y = 0; temp_point103 = {}; temp_point103.x = 0; temp_point103.y = 0; temp_point104 = {}; temp_point104.x = 0; temp_point104.y = 0; temp_point105 = {}; temp_point105.x = 0; temp_point105.y = 0; temp_point106 = {}; temp_point106.x = 0; temp_point106.y = 0; temp_point107 = {}; temp_point107.x = 0; temp_point107.y = 0; temp_point108 = {}; temp_point108.x = 0; temp_point108.y = 0; temp_point109 = {}; temp_point109.x = 0; temp_point109.y = 0; temp_point110 = {}; temp_point110.x = 0; temp_point110.y = 0; temp_point111 = {}; temp_point111.x = 0; temp_point111.y = 0; temp_point112 = {}; temp_point112.x = 0; temp_point112.y = 0; temp_point113 = {}; temp_point113.x = 0; temp_point113.y = 0; temp_point114 = {}; temp_point114.x = 0; temp_point114.y = 0; temp_point115 = {}; temp_point115.x = 0; temp_point115.y = 0; temp_point116 = {}; temp_point116.x = 0; temp_point116.y = 0; temp_point117 = {}; temp_point117.x = 0; temp_point117.y = 0; temp_point118 = {}; temp_point118.x = 0; temp_point118.y = 0; temp_point119 = {}; temp_point119.x = 0; temp_point119.y = 0; temp_point120 = {}; temp_point120.x = 0; temp_point120.y = 0; temp_point121 = {}; temp_point121.x = 0; temp_point121.y = 0; temp_point122 = {}; temp_point122.x = 0; temp_point122.y = 0; temp_point123 = {}; temp_point123.x = 0; temp_point123.y = 0; temp_point124 = {}; temp_point124.x = 0; temp_point124.y = 0; temp_point125 = {}; temp_point125.x = 0; temp_point125.y = 0; temp_point126 = {}; temp_point126.x = 0; temp_point126.y = 0; temp_point127 = {}; temp_point127.x = 0; temp_point127.y = 0; temp_point128 = {}; temp_point128.x = 0; temp_point128.y = 0; temp_point129 = {}; temp_point129.x = 0; temp_point129.y = 0; temp_point130 = {}; temp_point130.x = 0; temp_point130.y = 0; temp_point131 = {}; temp_point131.x = 0; temp_point131.y = 0; temp_point132 = {}; temp_point132.x = 0; temp_point132.y = 0; temp_point133 = {}; temp_point133.x = 0; temp_point133.y = 0; temp_point134 = {}; temp_point134.x = 0; temp_point134.y = 0; temp_point135 = {}; temp_point135.x = 0; temp_point135.y = 0; temp_point136 = {}; temp_point136.x = 0; temp_point136.y = 0; temp_point137 = {}; temp_point137.x = 0; temp_point137.y = 0; temp_point138 = {}; temp_point138.x = 0; temp_point138.y = 0; temp_point139 = {}; temp_point139.x = 0; temp_point139.y = 0; temp_point140 = {}; temp_point140.x = 0; temp_point140.y = 0; temp_point141 = {}; temp_point141.x = 0; temp_point141.y = 0; temp_point142 = {}; temp_point142.x = 0; temp_point142.y = 0; temp_point143 = {}; temp_point143.x = 0; temp_point143.y = 0; temp_point144 = {}; temp_point144.x = 0; temp_point144.y = 0; temp_point145 = {}; temp_point145.x = 0; temp_point145.y = 0; temp_point146 = {}; temp_point146.x = 0; temp_point146.y = 0; temp_point147 = {}; temp_point147.x = 0; temp_point147.y = 0; temp_point148 = {}; temp_point148.x = 0; temp_point148.y = 0; temp_point149 = {}; temp_point149.x = 0; temp_point149.y = 0; temp_point150 = {}; temp_point150.x = 0; temp_point150.y = 0; temp_point151 = {}; temp_point151.x = 0; temp_point151.y = 0; temp_point152 = {}; temp_point152.x = 0; temp_point152.y = 0; temp_point153 = {}; temp_point153.x = 0; temp_point153.y = 0; temp_point154 = {}; temp_point154.x = 0; temp_point154.y = 0; temp_point155 = {}; temp_point155.x = 0; temp_point155.y = 0; temp_point156 = {}; temp_point156.x = 0; temp_point156.y = 0; temp_point157 = {}; temp_point157.x = 0; temp_point157.y = 0; temp_point158 = {}; temp_point158.x = 0; temp_point158.y = 0; temp_point159 = {}; temp_point159.x = 0; temp_point159.y = 0; temp_point160 = {}; temp_point160.x = 0; temp_point160.y = 0; temp_point161 = {}; temp_point161.x = 0; temp_point161.y = 0; temp_point162 = {}; temp_point162.x = 0; temp_point162.y = 0; temp_point163 = {}; temp_point163.x = 0; temp_point163.y = 0; temp_point164 = {}; temp_point164.x = 0; temp_point164.y = 0; temp_point165 = {}; temp_point165.x = 0; temp_point165.y = 0; temp_point166 = {}; temp_point166.x = 0; temp_point166.y = 0; temp_point167 = {}; temp_point167.x = 0; temp_point167.y = 0; temp_point168 = {}; temp_point168.x = 0; temp_point168.y = 0; temp_point169 = {}; temp_point169.x = 0; temp_point169.y = 0; temp_point170 = {}; temp_point170.x = 0; temp_point170.y = 0; temp_point171 = {}; temp_point171.x = 0; temp_point171.y = 0; temp_point172 = {}; temp_point172.x = 0; temp_point172.y = 0; temp_point173 = {}; temp_point173.x = 0; temp_point173.y = 0; temp_point174 = {}; temp_point174.x = 0; temp_point174.y = 0; temp_point175 = {}; temp_point175.x = 0; temp_point175.y = 0; temp_point176 = {}; temp_point176.x = 0; temp_point176.y = 0; temp_point177 = {}; temp_point177.x = 0; temp_point177.y = 0; temp_point178 = {}; temp_point178.x = 0; temp_point178.y = 0; temp_point179 = {}; temp_point179.x = 0; temp_point179.y = 0; temp_point180 = {}; temp_point180.x = 0; temp_point180.y = 0; temp_point181 = {}; temp_point181.x = 0; temp_point181.y = 0; temp_point182 = {}; temp_point182.x = 0; temp_point182.y = 0; point1 = {}; point1.x = 0; point1.y = 0; point2 = {}; point2.x = 10; point2.y = 0; point3 = {}; point3.x = 20; point3.y = 0; point4 = {}; point4.x = 30; point4.y = 0; point5 = {}; point5.x = 40; point5.y = 0; point6 = {}; point6.x = 50; point6.y = 0; point7 = {}; point7.x = 60; point7.y = 0; point8 = {}; point8.x = 70; point8.y = 0; point9 = {}; point9.x = 80; point9.y = 0; point10 = {}; point10.x = 90; point10.y = 0; point11 = {}; point11.x = 100; point11.y = 0; point12 = {}; point12.x = 0; point12.y = 10; point13 = {}; point13.x = 10; point13.y = 10; point14 = {}; point14.x = 20; point14.y = 10; point15 = {}; point15.x = 30; point15.y = 10; point16 = {}; point16.x = 40; point16.y = 10; point17 = {}; point17.x = 50; point17.y = 10; point18 = {}; point18.x = 60; point18.y = 10; point19 = {}; point19.x = 70; point19.y = 10; point20 = {}; point20.x = 80; point20.y = 10; point21 = {}; point21.x = 90; point21.y = 10; point22 = {}; point22.x = 100; point22.y = 10; point23 = {}; point23.x = 0; point23.y = 20; point24 = {}; point24.x = 10; point24.y = 20; point25 = {}; point25.x = 20; point25.y = 20; point26 = {}; point26.x = 30; point26.y = 20; point27 = {}; point27.x = 40; point27.y = 20; point28 = {}; point28.x = 50; point28.y = 20; point29 = {}; point29.x = 60; point29.y = 20; point30 = {}; point30.x = 70; point30.y = 20; point31 = {}; point31.x = 80; point31.y = 20; point32 = {}; point32.x = 90; point32.y = 20; point33 = {}; point33.x = 100; point33.y = 20; point34 = {}; point34.x = 0; point34.y = 30; point35 = {}; point35.x = 10; point35.y = 30; point36 = {}; point36.x = 20; point36.y = 30; point37 = {}; point37.x = 30; point37.y = 30; point38 = {}; point38.x = 40; point38.y = 30; point39 = {}; point39.x = 50; point39.y = 30; point40 = {}; point40.x = 60; point40.y = 30; point41 = {}; point41.x = 70; point41.y = 30; point42 = {}; point42.x = 80; point42.y = 30; point43 = {}; point43.x = 90; point43.y = 30; point44 = {}; point44.x = 100; point44.y = 30; point45 = {}; point45.x = 0; point45.y = 40; point46 = {}; point46.x = 10; point46.y = 40; point47 = {}; point47.x = 20; point47.y = 40; point48 = {}; point48.x = 30; point48.y = 40; point49 = {}; point49.x = 40; point49.y = 40; point50 = {}; point50.x = 50; point50.y = 40; point51 = {}; point51.x = 60; point51.y = 40; point52 = {}; point52.x = 70; point52.y = 40; point53 = {}; point53.x = 80; point53.y = 40; point54 = {}; point54.x = 90; point54.y = 40; point55 = {}; point55.x = 100; point55.y = 40; point56 = {}; point56.x = 0; point56.y = 50; point57 = {}; point57.x = 10; point57.y = 50; point58 = {}; point58.x = 20; point58.y = 50; point59 = {}; point59.x = 30; point59.y = 50; point60 = {}; point60.x = 40; point60.y = 50; point61 = {}; point61.x = 50; point61.y = 50; point62 = {}; point62.x = 60; point62.y = 50; point63 = {}; point63.x = 70; point63.y = 50; point64 = {}; point64.x = 80; point64.y = 50; point65 = {}; point65.x = 90; point65.y = 50; point66 = {}; point66.x = 100; point66.y = 50; point67 = {}; point67.x = 0; point67.y = 60; point68 = {}; point68.x = 10; point68.y = 60; point69 = {}; point69.x = 20; point69.y = 60; point70 = {}; point70.x = 30; point70.y = 60; point71 = {}; point71.x = 40; point71.y = 60; point72 = {}; point72.x = 50; point72.y = 60; point73 = {}; point73.x = 60; point73.y = 60; point74 = {}; point74.x = 70; point74.y = 60; point75 = {}; point75.x = 80; point75.y = 60; point76 = {}; point76.x = 90; point76.y = 60; point77 = {}; point77.x = 100; point77.y = 60; point78 = {}; point78.x = 0; point78.y = 70; point79 = {}; point79.x = 10; point79.y = 70; point80 = {}; point80.x = 20; point80.y = 70; point81 = {}; point81.x = 30; point81.y = 70; point82 = {}; point82.x = 40; point82.y = 70; point83 = {}; point83.x = 50; point83.y = 70; point84 = {}; point84.x = 60; point84.y = 70; point85 = {}; point85.x = 70; point85.y = 70; point86 = {}; point86.x = 80; point86.y = 70; point87 = {}; point87.x = 90; point87.y = 70; point88 = {}; point88.x = 100; point88.y = 70; point89 = {}; point89.x = 0; point89.y = 80; point90 = {}; point90.x = 10; point90.y = 80; point91 = {}; point91.x = 20; point91.y = 80; point92 = {}; point92.x = 30; point92.y = 80; point93 = {}; point93.x = 40; point93.y = 80; point94 = {}; point94.x = 50; point94.y = 80; point95 = {}; point95.x = 60; point95.y = 80; point96 = {}; point96.x = 70; point96.y = 80; point97 = {}; point97.x = 80; point97.y = 80; point98 = {}; point98.x = 90; point98.y = 80; point99 = {}; point99.x = 100; point99.y = 80; point100 = {}; point100.x = 0; point100.y = 90; point101 = {}; point101.x = 0; point101.y = 90; point102 = {}; point102.x = 10; point102.y = 90; point103 = {}; point103.x = 20; point103.y = 90; point104 = {}; point104.x = 30; point104.y = 90; point105 = {}; point105.x = 40; point105.y = 90; point106 = {}; point106.x = 50; point106.y = 90; point107 = {}; point107.x = 60; point107.y = 90; point108 = {}; point108.x = 70; point108.y = 90; point109 = {}; point109.x = 80; point109.y = 90; point110 = {}; point110.x = 90; point110.y = 90; point111 = {}; point111.x = 100; point111.y = 90; point112 = {}; point112.x = 0; point112.y = 100; point113 = {}; point113.x = 10; point113.y = 100; point114 = {}; point114.x = 20; point114.y = 100; point115 = {}; point115.x = 30; point115.y = 100; point116 = {}; point116.x = 40; point116.y = 100; point117 = {}; point117.x = 50; point117.y = 100; point118 = {}; point118.x = 60; point118.y = 100; point119 = {}; point119.x = 70; point119.y = 100; point120 = {}; point120.x = 80; point120.y = 100; point121 = {}; point121.x = 90; point121.y = 100; point122 = {}; point122.x = 100; point122.y = 100; point123 = {}; point123.x = -10; point123.y = 110; point124 = {}; point124.x = 0; point124.y = 110; point125 = {}; point125.x = 20; point125.y = 110; point126 = {}; point126.x = 40; point126.y = 110; point127 = {}; point127.x = 60; point127.y = 110; point128 = {}; point128.x = 80; point128.y = 110; point129 = {}; point129.x = 90; point129.y = 110; point130 = {}; point130.x = 100; point130.y = 110; point131 = {}; point131.x = 110; point131.y = 110; point132 = {}; point132.x = 110; point132.y = 90; point133 = {}; point133.x = 110; point133.y = 80; point134 = {}; point134.x = 110; point134.y = 70; point135 = {}; point135.x = 110; point135.y = 60; point136 = {}; point136.x = 110; point136.y = 50; point137 = {}; point137.x = 110; point137.y = 40; point138 = {}; point138.x = 110; point138.y = 30; point139 = {}; point139.x = 110; point139.y = 20; point140 = {}; point140.x = 110; point140.y = 10; point141 = {}; point141.x = 110; point141.y = 0; point142 = {}; point142.x = 110; point142.y = -10; point143 = {}; point143.x = 100; point143.y = -10; point144 = {}; point144.x = 90; point144.y = -10; point145 = {}; point145.x = 80; point145.y = -10; point146 = {}; point146.x = 70; point146.y = -10; point147 = {}; point147.x = 60; point147.y = -10; point148 = {}; point148.x = 50; point148.y = -10; point149 = {}; point149.x = 40; point149.y = -10; point150 = {}; point150.x = 30; point150.y = -10; point151 = {}; point151.x = 20; point151.y = -10; point152 = {}; point152.x = 10; point152.y = -10; point153 = {}; point153.x = 0; point153.y = -10; point154 = {}; point154.x = -10; point154.y = -10; point155 = {}; point155.x = -10; point155.y = 0; point156 = {}; point156.x = -10; point156.y = 10; point157 = {}; point157.x = -10; point157.y = 20; point158 = {}; point158.x = -10; point158.y = 30; point159 = {}; point159.x = -10; point159.y = 40; point160 = {}; point160.x = -10; point160.y = 50; point161 = {}; point161.x = -10; point161.y = 60; point162 = {}; point162.x = -10; point162.y = 70; point163 = {}; point163.x = -10; point163.y = 80; point164 = {}; point164.x = -10; point164.y = 90; point165 = {}; point165.x = -10; point165.y = 100; point166 = {}; point166.x = 110; point166.y = 100; point167 = {}; point167.x = 10; point167.y = 110; point168 = {}; point168.x = 30; point168.y = 110; point169 = {}; point169.x = 50; point169.y = 110; point170 = {}; point170.x = 70; point170.y = 110; point171 = {}; point171.x = 80; point171.y = 25; point171.tempx = 0; point171.tempy = 0; point171.angle_rad = 0; point171.hue = "red"; point171.dead = false; point172 = {}; point172.x = 95; point172.y = 28; point172.tempx = 0; point172.tempy = 0; point172.angle_rad = 0; point172.hue = "red"; point172.dead = false; point173 = {}; point173.x = 83; point173.y = 46; point173.tempx = 0; point173.tempy = 0; point173.angle_rad = 0; point173.hue = "blue"; point173.dead = false; point174 = {}; point174.x = 20; point174.y = 68; point174.tempx = 0; point174.tempy = 0; point174.angle_rad = 0; point174.hue = "blue"; point174.dead = false; point175 = {}; point175.x = 48; point175.y = 20; point175.tempx = 0; point175.tempy = 0; point175.angle_rad = 0; point175.hue = "yellow"; point175.dead = false; point176 = {}; point176.x = 68; point176.y = 5; point176.tempx = 0; point176.tempy = 0; point176.angle_rad = 0; point176.hue = "yellow"; point176.dead = false; point177 = {}; point177.x = 30; point177.y = 80; point177.tempx = 0; point177.tempy = 0; point177.angle_rad = 0; point177.hue = "green"; point177.dead = false; point178 = {}; point178.x = 15; point178.y = 25; point178.tempx = 0; point178.tempy = 0; point178.angle_rad = 0; point178.hue = "green"; point178.dead = false; point179 = {}; point179.x = 20; point179.y = 20; point179.hue = "green"; point180 = {}; point180.x = 80; point180.y = 80; point180.hue = "blue"; point181 = {}; point181.x = 80; point181.y = 20; point181.hue = "red"; point182 = {}; point182.x = 20; point182.y = 80; point182.hue = "yellow"; _root.onEnterFrame = function () { if (_root.loopStop == false) { _root.random_increment = _root.random_increment + 1; if (_root.random_increment > 8) { i = 171; while (i <= 178) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (_local12 > 30) { _root["point" + i].tempx = (Math.random() * 2) - 1; _root["point" + i].tempy = (Math.random() * 2) - 1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempx, _root["point" + i].tempy); } else { _root["point" + i].tempx = _local9 * -1; _root["point" + i].tempy = _local10 * -1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempy, _root["point" + i].tempx); if (_root["point" + i].hue != _root.bob_mc.hue) { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * 1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * 1; } else { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * -1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * -1; } } i++; } _root.random_increment = 1; } i = 171; while (i <= 178) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) && (_root["point" + i].dead == false)) { _root.bob_mc.dead = true; } else if ((_local12 <= 5) && (_root["point" + i].hue == _root.bob_mc.hue)) { _root["point" + i].dead = true; } i++; } i = 179; while (i <= 182) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if ((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) { _root.attachMovie(("bob_" + _root["point" + i].hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = _root["point" + i].hue; } i++; } if ((Key.isDown(37) && (Key.isDown(38))) || (Key.isDown(65) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(38))) || (Key.isDown(68) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0.1; } else if ((Key.isDown(37) && (Key.isDown(40))) || (Key.isDown(65) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(40))) || (Key.isDown(68) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0.1; } else if (Key.isDown(38) || (Key.isDown(87))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0; } else if (Key.isDown(40) || (Key.isDown(83))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0; } else if (Key.isDown(37) || (Key.isDown(65))) { _root.bob_mc.gotoAndStop(3); _root.bob_move = 0; _root.bob_turn = -0.1; } else if (Key.isDown(39) || Key.isDown(68)) { _root.bob_mc.gotoAndStop(4); _root.bob_move = 0; _root.bob_turn = 0.1; } else { _root.bob_mc.gotoAndStop(1); _root.bob_move = 0; _root.bob_turn = 0; } _root.bob_angle_rad = _root.bob_angle_rad + _root.bob_turn; if (_root.bob_angle_rad >= (Math.PI*2)) { _root.bob_angle_rad = _root.bob_angle_rad - (Math.PI*2); } if (_root.bob_angle_rad < 0) { _root.bob_angle_rad = _root.bob_angle_rad + (Math.PI*2); } _root.back_1_mc._x = (_root.bob_angle_rad / (Math.PI*2)) * (_root.back_end_x - _root.back_start_x); _root.bob_x_inc = Math.cos(_root.bob_angle_rad) * _root.bob_move; _root.bob_y_inc = Math.sin(_root.bob_angle_rad) * _root.bob_move; _root.bob_next_x = _root.bob_x + _root.bob_x_inc; _root.bob_next_y = _root.bob_y + _root.bob_y_inc; if ((_root.bob_next_x < 100) && (_root.bob_next_x > 0)) { _root.bob_x = _root.bob_next_x; } if ((_root.bob_next_y < 100) && (_root.bob_next_y > 0)) { _root.bob_y = _root.bob_next_y; } var _local5 = 0; i = 1; while (i <= 122) { _root["grass" + i].removeMovieClip(); i++; } i = 1; while (i <= 122) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("wave_linkage", "grass" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["grass" + i]._y = _local3; _root["grass" + i]._yscale = _local11; _root["grass" + i]._x = _local7; _root["grass" + i]._xscale = _local11; if (_local3 < 232) { _root["grass" + i]._y = -1000; _root["grass" + i]._x = -1000; _root["grass" + i]._yscale = 25; _root["grass" + i]._xscale = 25; } i++; } i = 179; while (i <= 182) { _root["orb" + i].removeMovieClip(); i++; } i = 179; while (i <= 182) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie(("orb_" + _root[_local6].hue) + "_linkage", "orb" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["orb" + i]._y = _local3; _root["orb" + i]._yscale = _local11; _root["orb" + i]._x = _local7; _root["orb" + i]._xscale = _local11; if (_local3 < 232) { _root["orb" + i]._y = -1000; _root["orb" + i]._x = -1000; _root["orb" + i]._yscale = 25; _root["orb" + i]._xscale = 25; } i++; } i = 123; while (i <= 170) { _root["tree" + i].removeMovieClip(); i++; } i = 123; while (i <= 170) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("buoy_linkage", "tree" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["tree" + i]._y = _local3; _root["tree" + i]._yscale = _local11; _root["tree" + i]._x = _local7; _root["tree" + i]._xscale = _local11; if (_local3 < 232) { _root["tree" + i]._y = -1000; _root["tree" + i]._x = -1000; _root["tree" + i]._yscale = 25; _root["tree" + i]._xscale = 25; } i++; } i = 171; while (i <= 178) { _root["ghost" + i].removeMovieClip(); i++; } var _local14 = true; i = 171; while (i <= 178) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root["point" + i].x = _root["point" + i].x + _root["point" + i].tempx; _root["point" + i].y = _root["point" + i].y + _root["point" + i].tempy; if (_root["point" + i].x > 100) { _root["point" + i].x = 100; } if (_root["point" + i].x < 0) { _root["point" + i].x = 0; } if (_root["point" + i].y > 100) { _root["point" + i].y = 100; } if (_root["point" + i].y < 0) { _root["point" + i].y = 0; } _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } if (_root[_local6].dead == false) { _root.attachMovie(("shark_" + _root[_local6].hue) + "_linkage", "ghost" + i, _local8); _local14 = false; } var _local4 = _root.bob_angle_rad + _root["point" + i].angle_rad; _local4 = _local4 + (Math.PI/2); if (_local4 >= (Math.PI*2)) { _local4 = _local4 - (Math.PI*2); } if (_local4 < 0) { _local4 = _local4 + (Math.PI*2); } var _local13 = Math.ceil(_local4 / (Math.PI/4)); _root["ghost" + i].gotoAndPlay(_local13); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["ghost" + i]._y = _local3; _root["ghost" + i]._yscale = _local11; _root["ghost" + i]._x = _local7; _root["ghost" + i]._xscale = _local11; if (_local3 < 232) { _root["ghost" + i]._y = -1000; _root["ghost" + i]._x = -1000; _root["ghost" + i]._yscale = 25; _root["ghost" + i]._xscale = 25; } i++; } } if (_root.beginningCounter <= 80) { _root.attachMovie("level_2_2_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.bob_mc.gotoAndStop(1); _root.bob_mc.bob.gotoAndStop(1); _root.loopStop = true; _root.beginningCounter = _root.beginningCounter + 1; } else if (_root.beginningEnd == false) { _root.level_screen.removeMovieClip(); _root.bob_mc.bob.gotoAndPlay(1); _root.loopStop = false; _root.beginningEnd = true; _root.sound1.start(0, 9999); _root.sound1.setVolume(100); } if ((_local14 == true) || (_root.ghostsStillGone == true)) { _root.loopStop = true; if (_root.soundStarted == false) { _root.sound1.stop(); _root.attachMovie("level_2_2_complete_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.sound2.start(0, 0); _root.sound2.setVolume(100); _root.soundStarted = true; var _local15 = _root.bob_mc.hue; _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.bob_mc.gotoAndStop(1); } _root.ghostCounter = _root.ghostCounter + 1; if ((_root.sound2.position >= 3500) && (_root.ghostCounter > 4)) { _root.goingToNextScene = true; _root.ghostCounter = 0; _root.level_screen.removeMovieClip(); } _root.ghostsStillGone = true; } if (_root.bob_mc.dead == true) { _root.sound1.stop(); _root.loopStop = true; var _local15 = _root.bob_mc.hue; if (_root.exploding_done == false) { _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.exploding_done = true; } } if (_root.goingToNextScene == true) { _root.gotoAndStop(14); } }; stop();Frame 13_root.gotoAndStop(12);Frame 14_quality = "HIGH"; _root.onEnterFrame = function () { }; _root.back_1_mc.removeMovieClip(); _root.bob_mc.removeMovieClip(); i = 1; while (i <= 183) { _root["grass" + i].removeMovieClip(); _root["tree" + i].removeMovieClip(); _root["orb" + i].removeMovieClip(); _root["ghost" + i].removeMovieClip(); i++; } _root.movie_mc.gotoAndPlay(327); stop();Frame 15_quality = "LOW"; _root.bob_mc.removeMovieClip(); _root.back_1_mc.removeMovieClip(); i = 1; while (i <= 183) { _root["grass" + i].removeMovieClip(); _root["tree" + i].removeMovieClip(); _root["orb" + i].removeMovieClip(); _root["ghost" + i].removeMovieClip(); i++; } _root.attachMovie("back_3_linkage", "back_1_mc", 1); var back_start_x = -670; var back_end_x = -3260; _root.back_1_mc._x = back_start_x; _root.back_1_mc._y = 230; _root.bob_layer = 77000 /* 0x012CC8 */; _root.attachMovie("bob_blue_linkage", "bob_mc", _root.bob_layer); _root.bob_mc.gotoAndStop(1); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = "blue"; _root.bob_mc.dead = false; var bob_move = 0; var bob_turn = 0; var bob_angle_rad = (Math.PI/2); var bob_x_inc = 0; var bob_y_inc = 0; var bob_next_x = 0; var bob_next_y = 0; var bob_x = 55; var bob_y = 55; var angle = 0; var hyp = 0; var random_increment = 8; var goingToNextScene = false; var loopStop = false; var exploding_done = false; var levelBeaten = false; var soundStarted = false; var ghostsStillGone = false; var beginningCounter = 0; var beginningEnd = false; var ghostCounter = 0; var clearFrame = 16; temp_point1 = {}; temp_point1.x = 0; temp_point1.y = 0; temp_point2 = {}; temp_point2.x = 0; temp_point2.y = 0; temp_point3 = {}; temp_point3.x = 0; temp_point3.y = 0; temp_point4 = {}; temp_point4.x = 0; temp_point4.y = 0; temp_point5 = {}; temp_point5.x = 0; temp_point5.y = 0; temp_point6 = {}; temp_point6.x = 0; temp_point6.y = 0; temp_point7 = {}; temp_point7.x = 0; temp_point7.y = 0; temp_point8 = {}; temp_point8.x = 0; temp_point8.y = 0; temp_point9 = {}; temp_point9.x = 0; temp_point9.y = 0; temp_point10 = {}; temp_point10.x = 0; temp_point10.y = 0; temp_point11 = {}; temp_point11.x = 0; temp_point11.y = 0; temp_point12 = {}; temp_point12.x = 0; temp_point12.y = 0; temp_point13 = {}; temp_point13.x = 0; temp_point13.y = 0; temp_point14 = {}; temp_point14.x = 0; temp_point14.y = 0; temp_point15 = {}; temp_point15.x = 0; temp_point15.y = 0; temp_point16 = {}; temp_point16.x = 0; temp_point16.y = 0; temp_point17 = {}; temp_point17.x = 0; temp_point17.y = 0; temp_point18 = {}; temp_point18.x = 0; temp_point18.y = 0; temp_point19 = {}; temp_point19.x = 0; temp_point19.y = 0; temp_point20 = {}; temp_point20.x = 0; temp_point20.y = 0; temp_point21 = {}; temp_point21.x = 0; temp_point21.y = 0; temp_point22 = {}; temp_point22.x = 0; temp_point22.y = 0; temp_point23 = {}; temp_point23.x = 0; temp_point23.y = 0; temp_point24 = {}; temp_point24.x = 0; temp_point24.y = 0; temp_point25 = {}; temp_point25.x = 0; temp_point25.y = 0; temp_point26 = {}; temp_point26.x = 0; temp_point26.y = 0; temp_point27 = {}; temp_point27.x = 0; temp_point27.y = 0; temp_point28 = {}; temp_point28.x = 0; temp_point28.y = 0; temp_point29 = {}; temp_point29.x = 0; temp_point29.y = 0; temp_point30 = {}; temp_point30.x = 0; temp_point30.y = 0; temp_point31 = {}; temp_point31.x = 0; temp_point31.y = 0; temp_point32 = {}; temp_point32.x = 0; temp_point32.y = 0; temp_point33 = {}; temp_point33.x = 0; temp_point33.y = 0; temp_point34 = {}; temp_point34.x = 0; temp_point34.y = 0; temp_point35 = {}; temp_point35.x = 0; temp_point35.y = 0; temp_point36 = {}; temp_point36.x = 0; temp_point36.y = 0; temp_point37 = {}; temp_point37.x = 0; temp_point37.y = 0; temp_point38 = {}; temp_point38.x = 0; temp_point38.y = 0; temp_point39 = {}; temp_point39.x = 0; temp_point39.y = 0; temp_point40 = {}; temp_point40.x = 0; temp_point40.y = 0; temp_point41 = {}; temp_point41.x = 0; temp_point41.y = 0; temp_point42 = {}; temp_point42.x = 0; temp_point42.y = 0; temp_point43 = {}; temp_point43.x = 0; temp_point43.y = 0; temp_point44 = {}; temp_point44.x = 0; temp_point44.y = 0; temp_point45 = {}; temp_point45.x = 0; temp_point45.y = 0; temp_point46 = {}; temp_point46.x = 0; temp_point46.y = 0; temp_point47 = {}; temp_point47.x = 0; temp_point47.y = 0; temp_point48 = {}; temp_point48.x = 0; temp_point48.y = 0; temp_point49 = {}; temp_point49.x = 0; temp_point49.y = 0; temp_point50 = {}; temp_point50.x = 0; temp_point50.y = 0; temp_point51 = {}; temp_point51.x = 0; temp_point51.y = 0; temp_point52 = {}; temp_point52.x = 0; temp_point52.y = 0; temp_point53 = {}; temp_point53.x = 0; temp_point53.y = 0; temp_point54 = {}; temp_point54.x = 0; temp_point54.y = 0; temp_point55 = {}; temp_point55.x = 0; temp_point55.y = 0; temp_point56 = {}; temp_point56.x = 0; temp_point56.y = 0; temp_point57 = {}; temp_point57.x = 0; temp_point57.y = 0; temp_point58 = {}; temp_point58.x = 0; temp_point58.y = 0; temp_point59 = {}; temp_point59.x = 0; temp_point59.y = 0; temp_point60 = {}; temp_point60.x = 0; temp_point60.y = 0; temp_point61 = {}; temp_point61.x = 0; temp_point61.y = 0; temp_point62 = {}; temp_point62.x = 0; temp_point62.y = 0; temp_point63 = {}; temp_point63.x = 0; temp_point63.y = 0; temp_point64 = {}; temp_point64.x = 0; temp_point64.y = 0; temp_point65 = {}; temp_point65.x = 0; temp_point65.y = 0; temp_point66 = {}; temp_point66.x = 0; temp_point66.y = 0; temp_point67 = {}; temp_point67.x = 0; temp_point67.y = 0; temp_point68 = {}; temp_point68.x = 0; temp_point68.y = 0; temp_point69 = {}; temp_point69.x = 0; temp_point69.y = 0; temp_point70 = {}; temp_point70.x = 0; temp_point70.y = 0; temp_point71 = {}; temp_point71.x = 0; temp_point71.y = 0; temp_point72 = {}; temp_point72.x = 0; temp_point72.y = 0; temp_point73 = {}; temp_point73.x = 0; temp_point73.y = 0; temp_point74 = {}; temp_point74.x = 0; temp_point74.y = 0; temp_point75 = {}; temp_point75.x = 0; temp_point75.y = 0; temp_point76 = {}; temp_point76.x = 0; temp_point76.y = 0; temp_point77 = {}; temp_point77.x = 0; temp_point77.y = 0; temp_point78 = {}; temp_point78.x = 0; temp_point78.y = 0; temp_point79 = {}; temp_point79.x = 0; temp_point79.y = 0; temp_point80 = {}; temp_point80.x = 0; temp_point80.y = 0; temp_point81 = {}; temp_point81.x = 0; temp_point81.y = 0; temp_point82 = {}; temp_point82.x = 0; temp_point82.y = 0; temp_point83 = {}; temp_point83.x = 0; temp_point83.y = 0; temp_point84 = {}; temp_point84.x = 0; temp_point84.y = 0; temp_point85 = {}; temp_point85.x = 0; temp_point85.y = 0; temp_point86 = {}; temp_point86.x = 0; temp_point86.y = 0; temp_point87 = {}; temp_point87.x = 0; temp_point87.y = 0; temp_point88 = {}; temp_point88.x = 0; temp_point88.y = 0; temp_point89 = {}; temp_point89.x = 0; temp_point89.y = 0; temp_point90 = {}; temp_point90.x = 0; temp_point90.y = 0; temp_point91 = {}; temp_point91.x = 0; temp_point91.y = 0; temp_point92 = {}; temp_point92.x = 0; temp_point92.y = 0; temp_point93 = {}; temp_point93.x = 0; temp_point93.y = 0; temp_point94 = {}; temp_point94.x = 0; temp_point94.y = 0; temp_point95 = {}; temp_point95.x = 0; temp_point95.y = 0; temp_point96 = {}; temp_point96.x = 0; temp_point96.y = 0; temp_point97 = {}; temp_point97.x = 0; temp_point97.y = 0; temp_point98 = {}; temp_point98.x = 0; temp_point98.y = 0; temp_point99 = {}; temp_point99.x = 0; temp_point99.y = 0; temp_point100 = {}; temp_point100.x = 0; temp_point100.y = 0; temp_point101 = {}; temp_point101.x = 0; temp_point101.y = 0; temp_point102 = {}; temp_point102.x = 0; temp_point102.y = 0; temp_point103 = {}; temp_point103.x = 0; temp_point103.y = 0; temp_point104 = {}; temp_point104.x = 0; temp_point104.y = 0; temp_point105 = {}; temp_point105.x = 0; temp_point105.y = 0; temp_point106 = {}; temp_point106.x = 0; temp_point106.y = 0; temp_point107 = {}; temp_point107.x = 0; temp_point107.y = 0; temp_point108 = {}; temp_point108.x = 0; temp_point108.y = 0; temp_point109 = {}; temp_point109.x = 0; temp_point109.y = 0; temp_point110 = {}; temp_point110.x = 0; temp_point110.y = 0; temp_point111 = {}; temp_point111.x = 0; temp_point111.y = 0; temp_point112 = {}; temp_point112.x = 0; temp_point112.y = 0; temp_point113 = {}; temp_point113.x = 0; temp_point113.y = 0; temp_point114 = {}; temp_point114.x = 0; temp_point114.y = 0; temp_point115 = {}; temp_point115.x = 0; temp_point115.y = 0; temp_point116 = {}; temp_point116.x = 0; temp_point116.y = 0; temp_point117 = {}; temp_point117.x = 0; temp_point117.y = 0; temp_point118 = {}; temp_point118.x = 0; temp_point118.y = 0; temp_point119 = {}; temp_point119.x = 0; temp_point119.y = 0; temp_point120 = {}; temp_point120.x = 0; temp_point120.y = 0; temp_point121 = {}; temp_point121.x = 0; temp_point121.y = 0; temp_point122 = {}; temp_point122.x = 0; temp_point122.y = 0; temp_point123 = {}; temp_point123.x = 0; temp_point123.y = 0; temp_point124 = {}; temp_point124.x = 0; temp_point124.y = 0; temp_point125 = {}; temp_point125.x = 0; temp_point125.y = 0; temp_point126 = {}; temp_point126.x = 0; temp_point126.y = 0; temp_point127 = {}; temp_point127.x = 0; temp_point127.y = 0; temp_point128 = {}; temp_point128.x = 0; temp_point128.y = 0; temp_point129 = {}; temp_point129.x = 0; temp_point129.y = 0; temp_point130 = {}; temp_point130.x = 0; temp_point130.y = 0; temp_point131 = {}; temp_point131.x = 0; temp_point131.y = 0; temp_point132 = {}; temp_point132.x = 0; temp_point132.y = 0; temp_point133 = {}; temp_point133.x = 0; temp_point133.y = 0; temp_point134 = {}; temp_point134.x = 0; temp_point134.y = 0; temp_point135 = {}; temp_point135.x = 0; temp_point135.y = 0; temp_point136 = {}; temp_point136.x = 0; temp_point136.y = 0; temp_point137 = {}; temp_point137.x = 0; temp_point137.y = 0; temp_point138 = {}; temp_point138.x = 0; temp_point138.y = 0; temp_point139 = {}; temp_point139.x = 0; temp_point139.y = 0; temp_point140 = {}; temp_point140.x = 0; temp_point140.y = 0; temp_point141 = {}; temp_point141.x = 0; temp_point141.y = 0; temp_point142 = {}; temp_point142.x = 0; temp_point142.y = 0; temp_point143 = {}; temp_point143.x = 0; temp_point143.y = 0; temp_point144 = {}; temp_point144.x = 0; temp_point144.y = 0; temp_point145 = {}; temp_point145.x = 0; temp_point145.y = 0; temp_point146 = {}; temp_point146.x = 0; temp_point146.y = 0; temp_point147 = {}; temp_point147.x = 0; temp_point147.y = 0; temp_point148 = {}; temp_point148.x = 0; temp_point148.y = 0; temp_point149 = {}; temp_point149.x = 0; temp_point149.y = 0; temp_point150 = {}; temp_point150.x = 0; temp_point150.y = 0; temp_point151 = {}; temp_point151.x = 0; temp_point151.y = 0; temp_point152 = {}; temp_point152.x = 0; temp_point152.y = 0; temp_point153 = {}; temp_point153.x = 0; temp_point153.y = 0; temp_point154 = {}; temp_point154.x = 0; temp_point154.y = 0; temp_point155 = {}; temp_point155.x = 0; temp_point155.y = 0; temp_point156 = {}; temp_point156.x = 0; temp_point156.y = 0; temp_point157 = {}; temp_point157.x = 0; temp_point157.y = 0; temp_point158 = {}; temp_point158.x = 0; temp_point158.y = 0; temp_point159 = {}; temp_point159.x = 0; temp_point159.y = 0; temp_point160 = {}; temp_point160.x = 0; temp_point160.y = 0; temp_point161 = {}; temp_point161.x = 0; temp_point161.y = 0; temp_point162 = {}; temp_point162.x = 0; temp_point162.y = 0; temp_point163 = {}; temp_point163.x = 0; temp_point163.y = 0; temp_point164 = {}; temp_point164.x = 0; temp_point164.y = 0; temp_point165 = {}; temp_point165.x = 0; temp_point165.y = 0; temp_point166 = {}; temp_point166.x = 0; temp_point166.y = 0; temp_point167 = {}; temp_point167.x = 0; temp_point167.y = 0; temp_point168 = {}; temp_point168.x = 0; temp_point168.y = 0; temp_point169 = {}; temp_point169.x = 0; temp_point169.y = 0; temp_point170 = {}; temp_point170.x = 0; temp_point170.y = 0; temp_point171 = {}; temp_point171.x = 0; temp_point171.y = 0; temp_point172 = {}; temp_point172.x = 0; temp_point172.y = 0; temp_point173 = {}; temp_point173.x = 0; temp_point173.y = 0; temp_point174 = {}; temp_point174.x = 0; temp_point174.y = 0; temp_point175 = {}; temp_point175.x = 0; temp_point175.y = 0; temp_point176 = {}; temp_point176.x = 0; temp_point176.y = 0; temp_point177 = {}; temp_point177.x = 0; temp_point177.y = 0; temp_point178 = {}; temp_point178.x = 0; temp_point178.y = 0; temp_point179 = {}; temp_point179.x = 0; temp_point179.y = 0; temp_point180 = {}; temp_point180.x = 0; temp_point180.y = 0; temp_point181 = {}; temp_point181.x = 0; temp_point181.y = 0; temp_point182 = {}; temp_point182.x = 0; temp_point182.y = 0; temp_point183 = {}; temp_point183.x = 0; temp_point183.y = 0; point1 = {}; point1.x = 0; point1.y = 0; point2 = {}; point2.x = 10; point2.y = 0; point3 = {}; point3.x = 20; point3.y = 0; point4 = {}; point4.x = 30; point4.y = 0; point5 = {}; point5.x = 40; point5.y = 0; point6 = {}; point6.x = 50; point6.y = 0; point7 = {}; point7.x = 60; point7.y = 0; point8 = {}; point8.x = 70; point8.y = 0; point9 = {}; point9.x = 80; point9.y = 0; point10 = {}; point10.x = 90; point10.y = 0; point11 = {}; point11.x = 100; point11.y = 0; point12 = {}; point12.x = 0; point12.y = 10; point13 = {}; point13.x = 10; point13.y = 10; point14 = {}; point14.x = 20; point14.y = 10; point15 = {}; point15.x = 30; point15.y = 10; point16 = {}; point16.x = 40; point16.y = 10; point17 = {}; point17.x = 50; point17.y = 10; point18 = {}; point18.x = 60; point18.y = 10; point19 = {}; point19.x = 70; point19.y = 10; point20 = {}; point20.x = 80; point20.y = 10; point21 = {}; point21.x = 90; point21.y = 10; point22 = {}; point22.x = 100; point22.y = 10; point23 = {}; point23.x = 0; point23.y = 20; point24 = {}; point24.x = 10; point24.y = 20; point25 = {}; point25.x = 20; point25.y = 20; point26 = {}; point26.x = 30; point26.y = 20; point27 = {}; point27.x = 40; point27.y = 20; point28 = {}; point28.x = 50; point28.y = 20; point29 = {}; point29.x = 60; point29.y = 20; point30 = {}; point30.x = 70; point30.y = 20; point31 = {}; point31.x = 80; point31.y = 20; point32 = {}; point32.x = 90; point32.y = 20; point33 = {}; point33.x = 100; point33.y = 20; point34 = {}; point34.x = 0; point34.y = 30; point35 = {}; point35.x = 10; point35.y = 30; point36 = {}; point36.x = 20; point36.y = 30; point37 = {}; point37.x = 30; point37.y = 30; point38 = {}; point38.x = 40; point38.y = 30; point39 = {}; point39.x = 50; point39.y = 30; point40 = {}; point40.x = 60; point40.y = 30; point41 = {}; point41.x = 70; point41.y = 30; point42 = {}; point42.x = 80; point42.y = 30; point43 = {}; point43.x = 90; point43.y = 30; point44 = {}; point44.x = 100; point44.y = 30; point45 = {}; point45.x = 0; point45.y = 40; point46 = {}; point46.x = 10; point46.y = 40; point47 = {}; point47.x = 20; point47.y = 40; point48 = {}; point48.x = 30; point48.y = 40; point49 = {}; point49.x = 40; point49.y = 40; point50 = {}; point50.x = 50; point50.y = 40; point51 = {}; point51.x = 60; point51.y = 40; point52 = {}; point52.x = 70; point52.y = 40; point53 = {}; point53.x = 80; point53.y = 40; point54 = {}; point54.x = 90; point54.y = 40; point55 = {}; point55.x = 100; point55.y = 40; point56 = {}; point56.x = 0; point56.y = 50; point57 = {}; point57.x = 10; point57.y = 50; point58 = {}; point58.x = 20; point58.y = 50; point59 = {}; point59.x = 30; point59.y = 50; point60 = {}; point60.x = 40; point60.y = 50; point61 = {}; point61.x = 50; point61.y = 50; point62 = {}; point62.x = 60; point62.y = 50; point63 = {}; point63.x = 70; point63.y = 50; point64 = {}; point64.x = 80; point64.y = 50; point65 = {}; point65.x = 90; point65.y = 50; point66 = {}; point66.x = 100; point66.y = 50; point67 = {}; point67.x = 0; point67.y = 60; point68 = {}; point68.x = 10; point68.y = 60; point69 = {}; point69.x = 20; point69.y = 60; point70 = {}; point70.x = 30; point70.y = 60; point71 = {}; point71.x = 40; point71.y = 60; point72 = {}; point72.x = 50; point72.y = 60; point73 = {}; point73.x = 60; point73.y = 60; point74 = {}; point74.x = 70; point74.y = 60; point75 = {}; point75.x = 80; point75.y = 60; point76 = {}; point76.x = 90; point76.y = 60; point77 = {}; point77.x = 100; point77.y = 60; point78 = {}; point78.x = 0; point78.y = 70; point79 = {}; point79.x = 10; point79.y = 70; point80 = {}; point80.x = 20; point80.y = 70; point81 = {}; point81.x = 30; point81.y = 70; point82 = {}; point82.x = 40; point82.y = 70; point83 = {}; point83.x = 50; point83.y = 70; point84 = {}; point84.x = 60; point84.y = 70; point85 = {}; point85.x = 70; point85.y = 70; point86 = {}; point86.x = 80; point86.y = 70; point87 = {}; point87.x = 90; point87.y = 70; point88 = {}; point88.x = 100; point88.y = 70; point89 = {}; point89.x = 0; point89.y = 80; point90 = {}; point90.x = 10; point90.y = 80; point91 = {}; point91.x = 20; point91.y = 80; point92 = {}; point92.x = 30; point92.y = 80; point93 = {}; point93.x = 40; point93.y = 80; point94 = {}; point94.x = 50; point94.y = 80; point95 = {}; point95.x = 60; point95.y = 80; point96 = {}; point96.x = 70; point96.y = 80; point97 = {}; point97.x = 80; point97.y = 80; point98 = {}; point98.x = 90; point98.y = 80; point99 = {}; point99.x = 100; point99.y = 80; point100 = {}; point100.x = 0; point100.y = 90; point101 = {}; point101.x = 0; point101.y = 90; point102 = {}; point102.x = 10; point102.y = 90; point103 = {}; point103.x = 20; point103.y = 90; point104 = {}; point104.x = 30; point104.y = 90; point105 = {}; point105.x = 40; point105.y = 90; point106 = {}; point106.x = 50; point106.y = 90; point107 = {}; point107.x = 60; point107.y = 90; point108 = {}; point108.x = 70; point108.y = 90; point109 = {}; point109.x = 80; point109.y = 90; point110 = {}; point110.x = 90; point110.y = 90; point111 = {}; point111.x = 100; point111.y = 90; point112 = {}; point112.x = 0; point112.y = 100; point113 = {}; point113.x = 10; point113.y = 100; point114 = {}; point114.x = 20; point114.y = 100; point115 = {}; point115.x = 30; point115.y = 100; point116 = {}; point116.x = 40; point116.y = 100; point117 = {}; point117.x = 50; point117.y = 100; point118 = {}; point118.x = 60; point118.y = 100; point119 = {}; point119.x = 70; point119.y = 100; point120 = {}; point120.x = 80; point120.y = 100; point121 = {}; point121.x = 90; point121.y = 100; point122 = {}; point122.x = 100; point122.y = 100; point123 = {}; point123.x = -10; point123.y = 110; point124 = {}; point124.x = 0; point124.y = 110; point125 = {}; point125.x = 20; point125.y = 110; point126 = {}; point126.x = 40; point126.y = 110; point127 = {}; point127.x = 60; point127.y = 110; point128 = {}; point128.x = 80; point128.y = 110; point129 = {}; point129.x = 90; point129.y = 110; point130 = {}; point130.x = 100; point130.y = 110; point131 = {}; point131.x = 110; point131.y = 110; point132 = {}; point132.x = 110; point132.y = 90; point133 = {}; point133.x = 110; point133.y = 80; point134 = {}; point134.x = 110; point134.y = 70; point135 = {}; point135.x = 110; point135.y = 60; point136 = {}; point136.x = 110; point136.y = 50; point137 = {}; point137.x = 110; point137.y = 40; point138 = {}; point138.x = 110; point138.y = 30; point139 = {}; point139.x = 110; point139.y = 20; point140 = {}; point140.x = 110; point140.y = 10; point141 = {}; point141.x = 110; point141.y = 0; point142 = {}; point142.x = 110; point142.y = -10; point143 = {}; point143.x = 100; point143.y = -10; point144 = {}; point144.x = 90; point144.y = -10; point145 = {}; point145.x = 80; point145.y = -10; point146 = {}; point146.x = 70; point146.y = -10; point147 = {}; point147.x = 60; point147.y = -10; point148 = {}; point148.x = 50; point148.y = -10; point149 = {}; point149.x = 40; point149.y = -10; point150 = {}; point150.x = 30; point150.y = -10; point151 = {}; point151.x = 20; point151.y = -10; point152 = {}; point152.x = 10; point152.y = -10; point153 = {}; point153.x = 0; point153.y = -10; point154 = {}; point154.x = -10; point154.y = -10; point155 = {}; point155.x = -10; point155.y = 0; point156 = {}; point156.x = -10; point156.y = 10; point157 = {}; point157.x = -10; point157.y = 20; point158 = {}; point158.x = -10; point158.y = 30; point159 = {}; point159.x = -10; point159.y = 40; point160 = {}; point160.x = -10; point160.y = 50; point161 = {}; point161.x = -10; point161.y = 60; point162 = {}; point162.x = -10; point162.y = 70; point163 = {}; point163.x = -10; point163.y = 80; point164 = {}; point164.x = -10; point164.y = 90; point165 = {}; point165.x = -10; point165.y = 100; point166 = {}; point166.x = 110; point166.y = 100; point167 = {}; point167.x = 10; point167.y = 110; point168 = {}; point168.x = 30; point168.y = 110; point169 = {}; point169.x = 50; point169.y = 110; point170 = {}; point170.x = 70; point170.y = 110; point171 = {}; point171.x = 80; point171.y = 25; point171.tempx = 0; point171.tempy = 0; point171.angle_rad = 0; point171.hue = "red"; point171.dead = false; point172 = {}; point172.x = 95; point172.y = 28; point172.tempx = 0; point172.tempy = 0; point172.angle_rad = 0; point172.hue = "red"; point172.dead = false; point173 = {}; point173.x = 83; point173.y = 46; point173.tempx = 0; point173.tempy = 0; point173.angle_rad = 0; point173.hue = "blue"; point173.dead = false; point174 = {}; point174.x = 20; point174.y = 68; point174.tempx = 0; point174.tempy = 0; point174.angle_rad = 0; point174.hue = "yellow"; point174.dead = false; point175 = {}; point175.x = 48; point175.y = 20; point175.tempx = 0; point175.tempy = 0; point175.angle_rad = 0; point175.hue = "yellow"; point175.dead = false; point176 = {}; point176.x = 68; point176.y = 5; point176.tempx = 0; point176.tempy = 0; point176.angle_rad = 0; point176.hue = "green"; point176.dead = false; point177 = {}; point177.x = 30; point177.y = 80; point177.tempx = 0; point177.tempy = 0; point177.angle_rad = 0; point177.hue = "purple"; point177.dead = false; point178 = {}; point178.x = 15; point178.y = 25; point178.tempx = 0; point178.tempy = 0; point178.angle_rad = 0; point178.hue = "purple"; point178.dead = false; point179 = {}; point179.x = 20; point179.y = 20; point179.hue = "green"; point180 = {}; point180.x = 80; point180.y = 50; point180.hue = "blue"; point181 = {}; point181.x = 20; point181.y = 50; point181.hue = "red"; point182 = {}; point182.x = 80; point182.y = 20; point182.hue = "yellow"; point183 = {}; point183.x = 50; point183.y = 35; point183.hue = "purple"; _root.onEnterFrame = function () { if (_root.loopStop == false) { _root.random_increment = _root.random_increment + 1; if (_root.random_increment > 8) { i = 171; while (i <= 178) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (_local12 > 30) { _root["point" + i].tempx = (Math.random() * 2) - 1; _root["point" + i].tempy = (Math.random() * 2) - 1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempx, _root["point" + i].tempy); } else { _root["point" + i].tempx = _local9 * -1; _root["point" + i].tempy = _local10 * -1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempy, _root["point" + i].tempx); if (_root["point" + i].hue != _root.bob_mc.hue) { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * 1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * 1; } else { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * -1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * -1; } } i++; } _root.random_increment = 1; } i = 171; while (i <= 178) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) && (_root["point" + i].dead == false)) { _root.bob_mc.dead = true; } else if ((_local12 <= 5) && (_root["point" + i].hue == _root.bob_mc.hue)) { _root["point" + i].dead = true; } i++; } i = 179; while (i <= 183) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if ((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) { _root.attachMovie(("bob_" + _root["point" + i].hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = _root["point" + i].hue; } i++; } if ((Key.isDown(37) && (Key.isDown(38))) || (Key.isDown(65) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(38))) || (Key.isDown(68) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0.1; } else if ((Key.isDown(37) && (Key.isDown(40))) || (Key.isDown(65) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(40))) || (Key.isDown(68) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0.1; } else if (Key.isDown(38) || (Key.isDown(87))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0; } else if (Key.isDown(40) || (Key.isDown(83))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0; } else if (Key.isDown(37) || (Key.isDown(65))) { _root.bob_mc.gotoAndStop(3); _root.bob_move = 0; _root.bob_turn = -0.1; } else if (Key.isDown(39) || Key.isDown(68)) { _root.bob_mc.gotoAndStop(4); _root.bob_move = 0; _root.bob_turn = 0.1; } else { _root.bob_mc.gotoAndStop(1); _root.bob_move = 0; _root.bob_turn = 0; } _root.bob_angle_rad = _root.bob_angle_rad + _root.bob_turn; if (_root.bob_angle_rad >= (Math.PI*2)) { _root.bob_angle_rad = _root.bob_angle_rad - (Math.PI*2); } if (_root.bob_angle_rad < 0) { _root.bob_angle_rad = _root.bob_angle_rad + (Math.PI*2); } _root.back_1_mc._x = (_root.bob_angle_rad / (Math.PI*2)) * (_root.back_end_x - _root.back_start_x); _root.bob_x_inc = Math.cos(_root.bob_angle_rad) * _root.bob_move; _root.bob_y_inc = Math.sin(_root.bob_angle_rad) * _root.bob_move; _root.bob_next_x = _root.bob_x + _root.bob_x_inc; _root.bob_next_y = _root.bob_y + _root.bob_y_inc; if ((_root.bob_next_x < 100) && (_root.bob_next_x > 0)) { _root.bob_x = _root.bob_next_x; } if ((_root.bob_next_y < 100) && (_root.bob_next_y > 0)) { _root.bob_y = _root.bob_next_y; } var _local5 = 0; i = 1; while (i <= 122) { _root["grass" + i].removeMovieClip(); i++; } i = 1; while (i <= 122) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("cloud_linkage", "grass" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["grass" + i]._y = _local3; _root["grass" + i]._yscale = _local11; _root["grass" + i]._x = _local7; _root["grass" + i]._xscale = _local11; if (_local3 < 232) { _root["grass" + i]._y = -1000; _root["grass" + i]._x = -1000; _root["grass" + i]._yscale = 25; _root["grass" + i]._xscale = 25; } i++; } i = 179; while (i <= 183) { _root["orb" + i].removeMovieClip(); i++; } i = 179; while (i <= 183) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie(("orb_" + _root[_local6].hue) + "_linkage", "orb" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["orb" + i]._y = _local3; _root["orb" + i]._yscale = _local11; _root["orb" + i]._x = _local7; _root["orb" + i]._xscale = _local11; if (_local3 < 232) { _root["orb" + i]._y = -1000; _root["orb" + i]._x = -1000; _root["orb" + i]._yscale = 25; _root["orb" + i]._xscale = 25; } i++; } i = 123; while (i <= 170) { _root["tree" + i].removeMovieClip(); i++; } i = 123; while (i <= 170) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("bigcloud_linkage", "tree" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["tree" + i]._y = _local3; _root["tree" + i]._yscale = _local11; _root["tree" + i]._x = _local7; _root["tree" + i]._xscale = _local11; if (_local3 < 232) { _root["tree" + i]._y = -1000; _root["tree" + i]._x = -1000; _root["tree" + i]._yscale = 25; _root["tree" + i]._xscale = 25; } i++; } i = 171; while (i <= 178) { _root["ghost" + i].removeMovieClip(); i++; } var _local14 = true; i = 171; while (i <= 178) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root["point" + i].x = _root["point" + i].x + _root["point" + i].tempx; _root["point" + i].y = _root["point" + i].y + _root["point" + i].tempy; if (_root["point" + i].x > 100) { _root["point" + i].x = 100; } if (_root["point" + i].x < 0) { _root["point" + i].x = 0; } if (_root["point" + i].y > 100) { _root["point" + i].y = 100; } if (_root["point" + i].y < 0) { _root["point" + i].y = 0; } _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } if (_root[_local6].dead == false) { _root.attachMovie(("balloon_" + _root[_local6].hue) + "_linkage", "ghost" + i, _local8); _local14 = false; } var _local4 = _root.bob_angle_rad + _root["point" + i].angle_rad; _local4 = _local4 + (Math.PI/2); if (_local4 >= (Math.PI*2)) { _local4 = _local4 - (Math.PI*2); } if (_local4 < 0) { _local4 = _local4 + (Math.PI*2); } var _local13 = Math.ceil(_local4 / (Math.PI/4)); _root["ghost" + i].gotoAndPlay(_local13); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["ghost" + i]._y = _local3; _root["ghost" + i]._yscale = _local11; _root["ghost" + i]._x = _local7; _root["ghost" + i]._xscale = _local11; if (_local3 < 232) { _root["ghost" + i]._y = -1000; _root["ghost" + i]._x = -1000; _root["ghost" + i]._yscale = 25; _root["ghost" + i]._xscale = 25; } i++; } } if (_root.beginningCounter <= 80) { _root.attachMovie("level_3_1_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.bob_mc.gotoAndStop(1); _root.bob_mc.bob.gotoAndStop(1); _root.loopStop = true; _root.beginningCounter = _root.beginningCounter + 1; } else if (_root.beginningEnd == false) { _root.level_screen.removeMovieClip(); _root.bob_mc.bob.gotoAndPlay(1); _root.loopStop = false; _root.beginningEnd = true; _root.sound1.start(0, 9999); _root.sound1.setVolume(100); } if ((_local14 == true) || (_root.ghostsStillGone == true)) { _root.loopStop = true; if (_root.soundStarted == false) { _root.sound1.stop(); _root.attachMovie("level_3_1_complete_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.sound2.start(0, 0); _root.sound2.setVolume(100); _root.soundStarted = true; var _local15 = _root.bob_mc.hue; _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.bob_mc.gotoAndStop(1); } _root.ghostCounter = _root.ghostCounter + 1; if ((_root.sound2.position >= 3500) && (_root.ghostCounter > 4)) { _root.goingToNextScene = true; _root.ghostCounter = 0; _root.level_screen.removeMovieClip(); } _root.ghostsStillGone = true; } if (_root.bob_mc.dead == true) { _root.sound1.stop(); _root.loopStop = true; var _local15 = _root.bob_mc.hue; if (_root.exploding_done == false) { _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.exploding_done = true; } } if (_root.goingToNextScene == true) { _root.gotoAndStop(17); } }; stop();Frame 16_root.gotoAndStop(15);Frame 17_quality = "LOW"; _root.bob_mc.removeMovieClip(); _root.back_1_mc.removeMovieClip(); i = 1; while (i <= 186) { _root["grass" + i].removeMovieClip(); _root["tree" + i].removeMovieClip(); _root["orb" + i].removeMovieClip(); _root["ghost" + i].removeMovieClip(); i++; } _root.attachMovie("back_3_linkage", "back_1_mc", 1); var back_start_x = -670; var back_end_x = -3260; _root.back_1_mc._x = back_start_x; _root.back_1_mc._y = 230; _root.bob_layer = 77000 /* 0x012CC8 */; _root.attachMovie("bob_blue_linkage", "bob_mc", _root.bob_layer); _root.bob_mc.gotoAndStop(1); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = "blue"; _root.bob_mc.dead = false; var bob_move = 0; var bob_turn = 0; var bob_angle_rad = (Math.PI/2); var bob_x_inc = 0; var bob_y_inc = 0; var bob_next_x = 0; var bob_next_y = 0; var bob_x = 55; var bob_y = 55; var angle = 0; var hyp = 0; var random_increment = 8; var goingToNextScene = false; var loopStop = false; var exploding_done = false; var levelBeaten = false; var soundStarted = false; var ghostsStillGone = false; var beginningCounter = 0; var beginningEnd = false; var ghostCounter = 0; var clearFrame = 18; temp_point1 = {}; temp_point1.x = 0; temp_point1.y = 0; temp_point2 = {}; temp_point2.x = 0; temp_point2.y = 0; temp_point3 = {}; temp_point3.x = 0; temp_point3.y = 0; temp_point4 = {}; temp_point4.x = 0; temp_point4.y = 0; temp_point5 = {}; temp_point5.x = 0; temp_point5.y = 0; temp_point6 = {}; temp_point6.x = 0; temp_point6.y = 0; temp_point7 = {}; temp_point7.x = 0; temp_point7.y = 0; temp_point8 = {}; temp_point8.x = 0; temp_point8.y = 0; temp_point9 = {}; temp_point9.x = 0; temp_point9.y = 0; temp_point10 = {}; temp_point10.x = 0; temp_point10.y = 0; temp_point11 = {}; temp_point11.x = 0; temp_point11.y = 0; temp_point12 = {}; temp_point12.x = 0; temp_point12.y = 0; temp_point13 = {}; temp_point13.x = 0; temp_point13.y = 0; temp_point14 = {}; temp_point14.x = 0; temp_point14.y = 0; temp_point15 = {}; temp_point15.x = 0; temp_point15.y = 0; temp_point16 = {}; temp_point16.x = 0; temp_point16.y = 0; temp_point17 = {}; temp_point17.x = 0; temp_point17.y = 0; temp_point18 = {}; temp_point18.x = 0; temp_point18.y = 0; temp_point19 = {}; temp_point19.x = 0; temp_point19.y = 0; temp_point20 = {}; temp_point20.x = 0; temp_point20.y = 0; temp_point21 = {}; temp_point21.x = 0; temp_point21.y = 0; temp_point22 = {}; temp_point22.x = 0; temp_point22.y = 0; temp_point23 = {}; temp_point23.x = 0; temp_point23.y = 0; temp_point24 = {}; temp_point24.x = 0; temp_point24.y = 0; temp_point25 = {}; temp_point25.x = 0; temp_point25.y = 0; temp_point26 = {}; temp_point26.x = 0; temp_point26.y = 0; temp_point27 = {}; temp_point27.x = 0; temp_point27.y = 0; temp_point28 = {}; temp_point28.x = 0; temp_point28.y = 0; temp_point29 = {}; temp_point29.x = 0; temp_point29.y = 0; temp_point30 = {}; temp_point30.x = 0; temp_point30.y = 0; temp_point31 = {}; temp_point31.x = 0; temp_point31.y = 0; temp_point32 = {}; temp_point32.x = 0; temp_point32.y = 0; temp_point33 = {}; temp_point33.x = 0; temp_point33.y = 0; temp_point34 = {}; temp_point34.x = 0; temp_point34.y = 0; temp_point35 = {}; temp_point35.x = 0; temp_point35.y = 0; temp_point36 = {}; temp_point36.x = 0; temp_point36.y = 0; temp_point37 = {}; temp_point37.x = 0; temp_point37.y = 0; temp_point38 = {}; temp_point38.x = 0; temp_point38.y = 0; temp_point39 = {}; temp_point39.x = 0; temp_point39.y = 0; temp_point40 = {}; temp_point40.x = 0; temp_point40.y = 0; temp_point41 = {}; temp_point41.x = 0; temp_point41.y = 0; temp_point42 = {}; temp_point42.x = 0; temp_point42.y = 0; temp_point43 = {}; temp_point43.x = 0; temp_point43.y = 0; temp_point44 = {}; temp_point44.x = 0; temp_point44.y = 0; temp_point45 = {}; temp_point45.x = 0; temp_point45.y = 0; temp_point46 = {}; temp_point46.x = 0; temp_point46.y = 0; temp_point47 = {}; temp_point47.x = 0; temp_point47.y = 0; temp_point48 = {}; temp_point48.x = 0; temp_point48.y = 0; temp_point49 = {}; temp_point49.x = 0; temp_point49.y = 0; temp_point50 = {}; temp_point50.x = 0; temp_point50.y = 0; temp_point51 = {}; temp_point51.x = 0; temp_point51.y = 0; temp_point52 = {}; temp_point52.x = 0; temp_point52.y = 0; temp_point53 = {}; temp_point53.x = 0; temp_point53.y = 0; temp_point54 = {}; temp_point54.x = 0; temp_point54.y = 0; temp_point55 = {}; temp_point55.x = 0; temp_point55.y = 0; temp_point56 = {}; temp_point56.x = 0; temp_point56.y = 0; temp_point57 = {}; temp_point57.x = 0; temp_point57.y = 0; temp_point58 = {}; temp_point58.x = 0; temp_point58.y = 0; temp_point59 = {}; temp_point59.x = 0; temp_point59.y = 0; temp_point60 = {}; temp_point60.x = 0; temp_point60.y = 0; temp_point61 = {}; temp_point61.x = 0; temp_point61.y = 0; temp_point62 = {}; temp_point62.x = 0; temp_point62.y = 0; temp_point63 = {}; temp_point63.x = 0; temp_point63.y = 0; temp_point64 = {}; temp_point64.x = 0; temp_point64.y = 0; temp_point65 = {}; temp_point65.x = 0; temp_point65.y = 0; temp_point66 = {}; temp_point66.x = 0; temp_point66.y = 0; temp_point67 = {}; temp_point67.x = 0; temp_point67.y = 0; temp_point68 = {}; temp_point68.x = 0; temp_point68.y = 0; temp_point69 = {}; temp_point69.x = 0; temp_point69.y = 0; temp_point70 = {}; temp_point70.x = 0; temp_point70.y = 0; temp_point71 = {}; temp_point71.x = 0; temp_point71.y = 0; temp_point72 = {}; temp_point72.x = 0; temp_point72.y = 0; temp_point73 = {}; temp_point73.x = 0; temp_point73.y = 0; temp_point74 = {}; temp_point74.x = 0; temp_point74.y = 0; temp_point75 = {}; temp_point75.x = 0; temp_point75.y = 0; temp_point76 = {}; temp_point76.x = 0; temp_point76.y = 0; temp_point77 = {}; temp_point77.x = 0; temp_point77.y = 0; temp_point78 = {}; temp_point78.x = 0; temp_point78.y = 0; temp_point79 = {}; temp_point79.x = 0; temp_point79.y = 0; temp_point80 = {}; temp_point80.x = 0; temp_point80.y = 0; temp_point81 = {}; temp_point81.x = 0; temp_point81.y = 0; temp_point82 = {}; temp_point82.x = 0; temp_point82.y = 0; temp_point83 = {}; temp_point83.x = 0; temp_point83.y = 0; temp_point84 = {}; temp_point84.x = 0; temp_point84.y = 0; temp_point85 = {}; temp_point85.x = 0; temp_point85.y = 0; temp_point86 = {}; temp_point86.x = 0; temp_point86.y = 0; temp_point87 = {}; temp_point87.x = 0; temp_point87.y = 0; temp_point88 = {}; temp_point88.x = 0; temp_point88.y = 0; temp_point89 = {}; temp_point89.x = 0; temp_point89.y = 0; temp_point90 = {}; temp_point90.x = 0; temp_point90.y = 0; temp_point91 = {}; temp_point91.x = 0; temp_point91.y = 0; temp_point92 = {}; temp_point92.x = 0; temp_point92.y = 0; temp_point93 = {}; temp_point93.x = 0; temp_point93.y = 0; temp_point94 = {}; temp_point94.x = 0; temp_point94.y = 0; temp_point95 = {}; temp_point95.x = 0; temp_point95.y = 0; temp_point96 = {}; temp_point96.x = 0; temp_point96.y = 0; temp_point97 = {}; temp_point97.x = 0; temp_point97.y = 0; temp_point98 = {}; temp_point98.x = 0; temp_point98.y = 0; temp_point99 = {}; temp_point99.x = 0; temp_point99.y = 0; temp_point100 = {}; temp_point100.x = 0; temp_point100.y = 0; temp_point101 = {}; temp_point101.x = 0; temp_point101.y = 0; temp_point102 = {}; temp_point102.x = 0; temp_point102.y = 0; temp_point103 = {}; temp_point103.x = 0; temp_point103.y = 0; temp_point104 = {}; temp_point104.x = 0; temp_point104.y = 0; temp_point105 = {}; temp_point105.x = 0; temp_point105.y = 0; temp_point106 = {}; temp_point106.x = 0; temp_point106.y = 0; temp_point107 = {}; temp_point107.x = 0; temp_point107.y = 0; temp_point108 = {}; temp_point108.x = 0; temp_point108.y = 0; temp_point109 = {}; temp_point109.x = 0; temp_point109.y = 0; temp_point110 = {}; temp_point110.x = 0; temp_point110.y = 0; temp_point111 = {}; temp_point111.x = 0; temp_point111.y = 0; temp_point112 = {}; temp_point112.x = 0; temp_point112.y = 0; temp_point113 = {}; temp_point113.x = 0; temp_point113.y = 0; temp_point114 = {}; temp_point114.x = 0; temp_point114.y = 0; temp_point115 = {}; temp_point115.x = 0; temp_point115.y = 0; temp_point116 = {}; temp_point116.x = 0; temp_point116.y = 0; temp_point117 = {}; temp_point117.x = 0; temp_point117.y = 0; temp_point118 = {}; temp_point118.x = 0; temp_point118.y = 0; temp_point119 = {}; temp_point119.x = 0; temp_point119.y = 0; temp_point120 = {}; temp_point120.x = 0; temp_point120.y = 0; temp_point121 = {}; temp_point121.x = 0; temp_point121.y = 0; temp_point122 = {}; temp_point122.x = 0; temp_point122.y = 0; temp_point123 = {}; temp_point123.x = 0; temp_point123.y = 0; temp_point124 = {}; temp_point124.x = 0; temp_point124.y = 0; temp_point125 = {}; temp_point125.x = 0; temp_point125.y = 0; temp_point126 = {}; temp_point126.x = 0; temp_point126.y = 0; temp_point127 = {}; temp_point127.x = 0; temp_point127.y = 0; temp_point128 = {}; temp_point128.x = 0; temp_point128.y = 0; temp_point129 = {}; temp_point129.x = 0; temp_point129.y = 0; temp_point130 = {}; temp_point130.x = 0; temp_point130.y = 0; temp_point131 = {}; temp_point131.x = 0; temp_point131.y = 0; temp_point132 = {}; temp_point132.x = 0; temp_point132.y = 0; temp_point133 = {}; temp_point133.x = 0; temp_point133.y = 0; temp_point134 = {}; temp_point134.x = 0; temp_point134.y = 0; temp_point135 = {}; temp_point135.x = 0; temp_point135.y = 0; temp_point136 = {}; temp_point136.x = 0; temp_point136.y = 0; temp_point137 = {}; temp_point137.x = 0; temp_point137.y = 0; temp_point138 = {}; temp_point138.x = 0; temp_point138.y = 0; temp_point139 = {}; temp_point139.x = 0; temp_point139.y = 0; temp_point140 = {}; temp_point140.x = 0; temp_point140.y = 0; temp_point141 = {}; temp_point141.x = 0; temp_point141.y = 0; temp_point142 = {}; temp_point142.x = 0; temp_point142.y = 0; temp_point143 = {}; temp_point143.x = 0; temp_point143.y = 0; temp_point144 = {}; temp_point144.x = 0; temp_point144.y = 0; temp_point145 = {}; temp_point145.x = 0; temp_point145.y = 0; temp_point146 = {}; temp_point146.x = 0; temp_point146.y = 0; temp_point147 = {}; temp_point147.x = 0; temp_point147.y = 0; temp_point148 = {}; temp_point148.x = 0; temp_point148.y = 0; temp_point149 = {}; temp_point149.x = 0; temp_point149.y = 0; temp_point150 = {}; temp_point150.x = 0; temp_point150.y = 0; temp_point151 = {}; temp_point151.x = 0; temp_point151.y = 0; temp_point152 = {}; temp_point152.x = 0; temp_point152.y = 0; temp_point153 = {}; temp_point153.x = 0; temp_point153.y = 0; temp_point154 = {}; temp_point154.x = 0; temp_point154.y = 0; temp_point155 = {}; temp_point155.x = 0; temp_point155.y = 0; temp_point156 = {}; temp_point156.x = 0; temp_point156.y = 0; temp_point157 = {}; temp_point157.x = 0; temp_point157.y = 0; temp_point158 = {}; temp_point158.x = 0; temp_point158.y = 0; temp_point159 = {}; temp_point159.x = 0; temp_point159.y = 0; temp_point160 = {}; temp_point160.x = 0; temp_point160.y = 0; temp_point161 = {}; temp_point161.x = 0; temp_point161.y = 0; temp_point162 = {}; temp_point162.x = 0; temp_point162.y = 0; temp_point163 = {}; temp_point163.x = 0; temp_point163.y = 0; temp_point164 = {}; temp_point164.x = 0; temp_point164.y = 0; temp_point165 = {}; temp_point165.x = 0; temp_point165.y = 0; temp_point166 = {}; temp_point166.x = 0; temp_point166.y = 0; temp_point167 = {}; temp_point167.x = 0; temp_point167.y = 0; temp_point168 = {}; temp_point168.x = 0; temp_point168.y = 0; temp_point169 = {}; temp_point169.x = 0; temp_point169.y = 0; temp_point170 = {}; temp_point170.x = 0; temp_point170.y = 0; temp_point171 = {}; temp_point171.x = 0; temp_point171.y = 0; temp_point172 = {}; temp_point172.x = 0; temp_point172.y = 0; temp_point173 = {}; temp_point173.x = 0; temp_point173.y = 0; temp_point174 = {}; temp_point174.x = 0; temp_point174.y = 0; temp_point175 = {}; temp_point175.x = 0; temp_point175.y = 0; temp_point176 = {}; temp_point176.x = 0; temp_point176.y = 0; temp_point177 = {}; temp_point177.x = 0; temp_point177.y = 0; temp_point178 = {}; temp_point178.x = 0; temp_point178.y = 0; temp_point179 = {}; temp_point179.x = 0; temp_point179.y = 0; temp_point180 = {}; temp_point180.x = 0; temp_point180.y = 0; temp_point181 = {}; temp_point181.x = 0; temp_point181.y = 0; temp_point182 = {}; temp_point182.x = 0; temp_point182.y = 0; temp_point183 = {}; temp_point183.x = 0; temp_point183.y = 0; temp_point184 = {}; temp_point184.x = 0; temp_point184.y = 0; temp_point185 = {}; temp_point185.x = 0; temp_point185.y = 0; temp_point186 = {}; temp_point186.x = 0; temp_point186.y = 0; point1 = {}; point1.x = 0; point1.y = 0; point2 = {}; point2.x = 10; point2.y = 0; point3 = {}; point3.x = 20; point3.y = 0; point4 = {}; point4.x = 30; point4.y = 0; point5 = {}; point5.x = 40; point5.y = 0; point6 = {}; point6.x = 50; point6.y = 0; point7 = {}; point7.x = 60; point7.y = 0; point8 = {}; point8.x = 70; point8.y = 0; point9 = {}; point9.x = 80; point9.y = 0; point10 = {}; point10.x = 90; point10.y = 0; point11 = {}; point11.x = 100; point11.y = 0; point12 = {}; point12.x = 0; point12.y = 10; point13 = {}; point13.x = 10; point13.y = 10; point14 = {}; point14.x = 20; point14.y = 10; point15 = {}; point15.x = 30; point15.y = 10; point16 = {}; point16.x = 40; point16.y = 10; point17 = {}; point17.x = 50; point17.y = 10; point18 = {}; point18.x = 60; point18.y = 10; point19 = {}; point19.x = 70; point19.y = 10; point20 = {}; point20.x = 80; point20.y = 10; point21 = {}; point21.x = 90; point21.y = 10; point22 = {}; point22.x = 100; point22.y = 10; point23 = {}; point23.x = 0; point23.y = 20; point24 = {}; point24.x = 10; point24.y = 20; point25 = {}; point25.x = 20; point25.y = 20; point26 = {}; point26.x = 30; point26.y = 20; point27 = {}; point27.x = 40; point27.y = 20; point28 = {}; point28.x = 50; point28.y = 20; point29 = {}; point29.x = 60; point29.y = 20; point30 = {}; point30.x = 70; point30.y = 20; point31 = {}; point31.x = 80; point31.y = 20; point32 = {}; point32.x = 90; point32.y = 20; point33 = {}; point33.x = 100; point33.y = 20; point34 = {}; point34.x = 0; point34.y = 30; point35 = {}; point35.x = 10; point35.y = 30; point36 = {}; point36.x = 20; point36.y = 30; point37 = {}; point37.x = 30; point37.y = 30; point38 = {}; point38.x = 40; point38.y = 30; point39 = {}; point39.x = 50; point39.y = 30; point40 = {}; point40.x = 60; point40.y = 30; point41 = {}; point41.x = 70; point41.y = 30; point42 = {}; point42.x = 80; point42.y = 30; point43 = {}; point43.x = 90; point43.y = 30; point44 = {}; point44.x = 100; point44.y = 30; point45 = {}; point45.x = 0; point45.y = 40; point46 = {}; point46.x = 10; point46.y = 40; point47 = {}; point47.x = 20; point47.y = 40; point48 = {}; point48.x = 30; point48.y = 40; point49 = {}; point49.x = 40; point49.y = 40; point50 = {}; point50.x = 50; point50.y = 40; point51 = {}; point51.x = 60; point51.y = 40; point52 = {}; point52.x = 70; point52.y = 40; point53 = {}; point53.x = 80; point53.y = 40; point54 = {}; point54.x = 90; point54.y = 40; point55 = {}; point55.x = 100; point55.y = 40; point56 = {}; point56.x = 0; point56.y = 50; point57 = {}; point57.x = 10; point57.y = 50; point58 = {}; point58.x = 20; point58.y = 50; point59 = {}; point59.x = 30; point59.y = 50; point60 = {}; point60.x = 40; point60.y = 50; point61 = {}; point61.x = 50; point61.y = 50; point62 = {}; point62.x = 60; point62.y = 50; point63 = {}; point63.x = 70; point63.y = 50; point64 = {}; point64.x = 80; point64.y = 50; point65 = {}; point65.x = 90; point65.y = 50; point66 = {}; point66.x = 100; point66.y = 50; point67 = {}; point67.x = 0; point67.y = 60; point68 = {}; point68.x = 10; point68.y = 60; point69 = {}; point69.x = 20; point69.y = 60; point70 = {}; point70.x = 30; point70.y = 60; point71 = {}; point71.x = 40; point71.y = 60; point72 = {}; point72.x = 50; point72.y = 60; point73 = {}; point73.x = 60; point73.y = 60; point74 = {}; point74.x = 70; point74.y = 60; point75 = {}; point75.x = 80; point75.y = 60; point76 = {}; point76.x = 90; point76.y = 60; point77 = {}; point77.x = 100; point77.y = 60; point78 = {}; point78.x = 0; point78.y = 70; point79 = {}; point79.x = 10; point79.y = 70; point80 = {}; point80.x = 20; point80.y = 70; point81 = {}; point81.x = 30; point81.y = 70; point82 = {}; point82.x = 40; point82.y = 70; point83 = {}; point83.x = 50; point83.y = 70; point84 = {}; point84.x = 60; point84.y = 70; point85 = {}; point85.x = 70; point85.y = 70; point86 = {}; point86.x = 80; point86.y = 70; point87 = {}; point87.x = 90; point87.y = 70; point88 = {}; point88.x = 100; point88.y = 70; point89 = {}; point89.x = 0; point89.y = 80; point90 = {}; point90.x = 10; point90.y = 80; point91 = {}; point91.x = 20; point91.y = 80; point92 = {}; point92.x = 30; point92.y = 80; point93 = {}; point93.x = 40; point93.y = 80; point94 = {}; point94.x = 50; point94.y = 80; point95 = {}; point95.x = 60; point95.y = 80; point96 = {}; point96.x = 70; point96.y = 80; point97 = {}; point97.x = 80; point97.y = 80; point98 = {}; point98.x = 90; point98.y = 80; point99 = {}; point99.x = 100; point99.y = 80; point100 = {}; point100.x = 0; point100.y = 90; point101 = {}; point101.x = 0; point101.y = 90; point102 = {}; point102.x = 10; point102.y = 90; point103 = {}; point103.x = 20; point103.y = 90; point104 = {}; point104.x = 30; point104.y = 90; point105 = {}; point105.x = 40; point105.y = 90; point106 = {}; point106.x = 50; point106.y = 90; point107 = {}; point107.x = 60; point107.y = 90; point108 = {}; point108.x = 70; point108.y = 90; point109 = {}; point109.x = 80; point109.y = 90; point110 = {}; point110.x = 90; point110.y = 90; point111 = {}; point111.x = 100; point111.y = 90; point112 = {}; point112.x = 0; point112.y = 100; point113 = {}; point113.x = 10; point113.y = 100; point114 = {}; point114.x = 20; point114.y = 100; point115 = {}; point115.x = 30; point115.y = 100; point116 = {}; point116.x = 40; point116.y = 100; point117 = {}; point117.x = 50; point117.y = 100; point118 = {}; point118.x = 60; point118.y = 100; point119 = {}; point119.x = 70; point119.y = 100; point120 = {}; point120.x = 80; point120.y = 100; point121 = {}; point121.x = 90; point121.y = 100; point122 = {}; point122.x = 100; point122.y = 100; point123 = {}; point123.x = -10; point123.y = 110; point124 = {}; point124.x = 0; point124.y = 110; point125 = {}; point125.x = 20; point125.y = 110; point126 = {}; point126.x = 40; point126.y = 110; point127 = {}; point127.x = 60; point127.y = 110; point128 = {}; point128.x = 80; point128.y = 110; point129 = {}; point129.x = 90; point129.y = 110; point130 = {}; point130.x = 100; point130.y = 110; point131 = {}; point131.x = 110; point131.y = 110; point132 = {}; point132.x = 110; point132.y = 90; point133 = {}; point133.x = 110; point133.y = 80; point134 = {}; point134.x = 110; point134.y = 70; point135 = {}; point135.x = 110; point135.y = 60; point136 = {}; point136.x = 110; point136.y = 50; point137 = {}; point137.x = 110; point137.y = 40; point138 = {}; point138.x = 110; point138.y = 30; point139 = {}; point139.x = 110; point139.y = 20; point140 = {}; point140.x = 110; point140.y = 10; point141 = {}; point141.x = 110; point141.y = 0; point142 = {}; point142.x = 110; point142.y = -10; point143 = {}; point143.x = 100; point143.y = -10; point144 = {}; point144.x = 90; point144.y = -10; point145 = {}; point145.x = 80; point145.y = -10; point146 = {}; point146.x = 70; point146.y = -10; point147 = {}; point147.x = 60; point147.y = -10; point148 = {}; point148.x = 50; point148.y = -10; point149 = {}; point149.x = 40; point149.y = -10; point150 = {}; point150.x = 30; point150.y = -10; point151 = {}; point151.x = 20; point151.y = -10; point152 = {}; point152.x = 10; point152.y = -10; point153 = {}; point153.x = 0; point153.y = -10; point154 = {}; point154.x = -10; point154.y = -10; point155 = {}; point155.x = -10; point155.y = 0; point156 = {}; point156.x = -10; point156.y = 10; point157 = {}; point157.x = -10; point157.y = 20; point158 = {}; point158.x = -10; point158.y = 30; point159 = {}; point159.x = -10; point159.y = 40; point160 = {}; point160.x = -10; point160.y = 50; point161 = {}; point161.x = -10; point161.y = 60; point162 = {}; point162.x = -10; point162.y = 70; point163 = {}; point163.x = -10; point163.y = 80; point164 = {}; point164.x = -10; point164.y = 90; point165 = {}; point165.x = -10; point165.y = 100; point166 = {}; point166.x = 110; point166.y = 100; point167 = {}; point167.x = 10; point167.y = 110; point168 = {}; point168.x = 30; point168.y = 110; point169 = {}; point169.x = 50; point169.y = 110; point170 = {}; point170.x = 70; point170.y = 110; point171 = {}; point171.x = 80; point171.y = 25; point171.tempx = 0; point171.tempy = 0; point171.angle_rad = 0; point171.hue = "red"; point171.dead = false; point172 = {}; point172.x = 95; point172.y = 28; point172.tempx = 0; point172.tempy = 0; point172.angle_rad = 0; point172.hue = "red"; point172.dead = false; point173 = {}; point173.x = 83; point173.y = 46; point173.tempx = 0; point173.tempy = 0; point173.angle_rad = 0; point173.hue = "blue"; point173.dead = false; point174 = {}; point174.x = 20; point174.y = 68; point174.tempx = 0; point174.tempy = 0; point174.angle_rad = 0; point174.hue = "orange"; point174.dead = false; point175 = {}; point175.x = 48; point175.y = 20; point175.tempx = 0; point175.tempy = 0; point175.angle_rad = 0; point175.hue = "yellow"; point175.dead = false; point176 = {}; point176.x = 68; point176.y = 5; point176.tempx = 0; point176.tempy = 0; point176.angle_rad = 0; point176.hue = "yellow"; point176.dead = false; point177 = {}; point177.x = 30; point177.y = 80; point177.tempx = 0; point177.tempy = 0; point177.angle_rad = 0; point177.hue = "green"; point177.dead = false; point178 = {}; point178.x = 15; point178.y = 25; point178.tempx = 0; point178.tempy = 0; point178.angle_rad = 0; point178.hue = "orange"; point178.dead = false; point179 = {}; point179.x = 89; point179.y = 86; point179.tempx = 0; point179.tempy = 0; point179.angle_rad = 0; point179.hue = "purple"; point179.dead = false; point180 = {}; point180.x = 66; point180.y = 20; point180.tempx = 0; point180.tempy = 0; point180.angle_rad = 0; point180.hue = "purple"; point180.dead = false; point181 = {}; point181.x = 35; point181.y = 80; point181.hue = "green"; point182 = {}; point182.x = 65; point182.y = 80; point182.hue = "blue"; point183 = {}; point183.x = 80; point183.y = 65; point183.hue = "red"; point184 = {}; point184.x = 20; point184.y = 65; point184.hue = "yellow"; point185 = {}; point185.x = 20; point185.y = 20; point185.hue = "purple"; point186 = {}; point186.x = 80; point186.y = 20; point186.hue = "orange"; _root.onEnterFrame = function () { if (_root.loopStop == false) { _root.random_increment = _root.random_increment + 1; if (_root.random_increment > 8) { i = 171; while (i <= 180) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (_local12 > 30) { _root["point" + i].tempx = (Math.random() * 2) - 1; _root["point" + i].tempy = (Math.random() * 2) - 1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempx, _root["point" + i].tempy); } else { _root["point" + i].tempx = _local9 * -1; _root["point" + i].tempy = _local10 * -1; _root["point" + i].angle_rad = Math.atan2(_root["point" + i].tempy, _root["point" + i].tempx); if (_root["point" + i].hue != _root.bob_mc.hue) { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * 1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * 1; } else { _root["point" + i].tempx = Math.cos(_root["point" + i].angle_rad) * -1; _root["point" + i].tempy = Math.sin(_root["point" + i].angle_rad) * -1; } } i++; } _root.random_increment = 1; } i = 171; while (i <= 180) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if (((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) && (_root["point" + i].dead == false)) { _root.bob_mc.dead = true; } else if ((_local12 <= 5) && (_root["point" + i].hue == _root.bob_mc.hue)) { _root["point" + i].dead = true; } i++; } i = 181; while (i <= 186) { var _local9 = _root["point" + i].x - _root.bob_x; var _local10 = _root["point" + i].y - _root.bob_y; var _local12 = Math.sqrt((_local9 * _local9) + (_local10 * _local10)); if ((_local12 <= 5) && (_root["point" + i].hue != _root.bob_mc.hue)) { _root.attachMovie(("bob_" + _root["point" + i].hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = _root["point" + i].hue; } i++; } if ((Key.isDown(37) && (Key.isDown(38))) || (Key.isDown(65) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(38))) || (Key.isDown(68) && (Key.isDown(87)))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0.1; } else if ((Key.isDown(37) && (Key.isDown(40))) || (Key.isDown(65) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = -0.1; } else if ((Key.isDown(39) && (Key.isDown(40))) || (Key.isDown(68) && (Key.isDown(83)))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0.1; } else if (Key.isDown(38) || (Key.isDown(87))) { _root.bob_mc.gotoAndStop(2); _root.bob_move = 1.5; _root.bob_turn = 0; } else if (Key.isDown(40) || (Key.isDown(83))) { _root.bob_mc.gotoAndStop(5); _root.bob_move = -1.5; _root.bob_turn = 0; } else if (Key.isDown(37) || (Key.isDown(65))) { _root.bob_mc.gotoAndStop(3); _root.bob_move = 0; _root.bob_turn = -0.1; } else if (Key.isDown(39) || Key.isDown(68)) { _root.bob_mc.gotoAndStop(4); _root.bob_move = 0; _root.bob_turn = 0.1; } else { _root.bob_mc.gotoAndStop(1); _root.bob_move = 0; _root.bob_turn = 0; } _root.bob_angle_rad = _root.bob_angle_rad + _root.bob_turn; if (_root.bob_angle_rad >= (Math.PI*2)) { _root.bob_angle_rad = _root.bob_angle_rad - (Math.PI*2); } if (_root.bob_angle_rad < 0) { _root.bob_angle_rad = _root.bob_angle_rad + (Math.PI*2); } _root.back_1_mc._x = (_root.bob_angle_rad / (Math.PI*2)) * (_root.back_end_x - _root.back_start_x); _root.bob_x_inc = Math.cos(_root.bob_angle_rad) * _root.bob_move; _root.bob_y_inc = Math.sin(_root.bob_angle_rad) * _root.bob_move; _root.bob_next_x = _root.bob_x + _root.bob_x_inc; _root.bob_next_y = _root.bob_y + _root.bob_y_inc; if ((_root.bob_next_x < 100) && (_root.bob_next_x > 0)) { _root.bob_x = _root.bob_next_x; } if ((_root.bob_next_y < 100) && (_root.bob_next_y > 0)) { _root.bob_y = _root.bob_next_y; } var _local5 = 0; i = 1; while (i <= 122) { _root["grass" + i].removeMovieClip(); i++; } i = 1; while (i <= 122) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("cloud_linkage", "grass" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["grass" + i]._y = _local3; _root["grass" + i]._yscale = _local11; _root["grass" + i]._x = _local7; _root["grass" + i]._xscale = _local11; if (_local3 < 232) { _root["grass" + i]._y = -1000; _root["grass" + i]._x = -1000; _root["grass" + i]._yscale = 25; _root["grass" + i]._xscale = 25; } i++; } i = 181; while (i <= 186) { _root["orb" + i].removeMovieClip(); i++; } i = 181; while (i <= 186) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie(("orb_" + _root[_local6].hue) + "_linkage", "orb" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 5) + 5; _root["orb" + i]._y = _local3; _root["orb" + i]._yscale = _local11; _root["orb" + i]._x = _local7; _root["orb" + i]._xscale = _local11; if (_local3 < 232) { _root["orb" + i]._y = -1000; _root["orb" + i]._x = -1000; _root["orb" + i]._yscale = 25; _root["orb" + i]._xscale = 25; } i++; } i = 123; while (i <= 170) { _root["tree" + i].removeMovieClip(); i++; } i = 123; while (i <= 170) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } _root.attachMovie("bigcloud_linkage", "tree" + i, _local8); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["tree" + i]._y = _local3; _root["tree" + i]._yscale = _local11; _root["tree" + i]._x = _local7; _root["tree" + i]._xscale = _local11; if (_local3 < 232) { _root["tree" + i]._y = -1000; _root["tree" + i]._x = -1000; _root["tree" + i]._yscale = 25; _root["tree" + i]._xscale = 25; } i++; } i = 171; while (i <= 180) { _root["ghost" + i].removeMovieClip(); i++; } var _local14 = true; i = 171; while (i <= 180) { var _local6 = "point" + i; var _local2 = "temp_point" + i; _root["point" + i].x = _root["point" + i].x + _root["point" + i].tempx; _root["point" + i].y = _root["point" + i].y + _root["point" + i].tempy; if (_root["point" + i].x > 100) { _root["point" + i].x = 100; } if (_root["point" + i].x < 0) { _root["point" + i].x = 0; } if (_root["point" + i].y > 100) { _root["point" + i].y = 100; } if (_root["point" + i].y < 0) { _root["point" + i].y = 0; } _root[_local2].x = _root[_local6].x; _root[_local2].y = _root[_local6].y; _root[_local2].x = _root[_local2].x - bob_x; _root[_local2].y = _root[_local2].y - bob_y; _root.hyp = Math.sqrt((_root[_local2].x * _root[_local2].x) + (_root[_local2].y * _root[_local2].y)); _root.angle = Math.atan2(_root[_local2].x, _root[_local2].y); _root.angle = _root.angle + _root.bob_angle_rad; _root[_local2].x = Math.cos(_root.angle) * _root.hyp; _root[_local2].y = Math.sin(_root.angle) * _root.hyp; var _local8 = (Math.ceil(((_root[_local2].y - 300) * -1) / 4) * 1000) + _local5; _local5 = _local5 + 1; if (_local8 == _root.bob_layer) { _local8 = _local8 + 1; } if (_root[_local6].dead == false) { _root.attachMovie(("balloon_" + _root[_local6].hue) + "_linkage", "ghost" + i, _local8); _local14 = false; } var _local4 = _root.bob_angle_rad + _root["point" + i].angle_rad; _local4 = _local4 + (Math.PI/2); if (_local4 >= (Math.PI*2)) { _local4 = _local4 - (Math.PI*2); } if (_local4 < 0) { _local4 = _local4 + (Math.PI*2); } var _local13 = Math.ceil(_local4 / (Math.PI/4)); _root["ghost" + i].gotoAndPlay(_local13); var _local3 = _root[_local2].y * 10; var _local7 = _root[_local2].x * 10; _local7 = (_local7 / (1 + (_local3 / 500))) + 320; _local3 = (-1 * (_local3 / (1.5 + (_local3 / 200)))) + 400; var _local11 = ((_local3 - 240) / 3) + 5; _root["ghost" + i]._y = _local3; _root["ghost" + i]._yscale = _local11; _root["ghost" + i]._x = _local7; _root["ghost" + i]._xscale = _local11; if (_local3 < 232) { _root["ghost" + i]._y = -1000; _root["ghost" + i]._x = -1000; _root["ghost" + i]._yscale = 25; _root["ghost" + i]._xscale = 25; } i++; } } if (_root.beginningCounter <= 80) { _root.attachMovie("level_3_2_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.bob_mc.gotoAndStop(1); _root.bob_mc.bob.gotoAndStop(1); _root.loopStop = true; _root.beginningCounter = _root.beginningCounter + 1; } else if (_root.beginningEnd == false) { _root.level_screen.removeMovieClip(); _root.bob_mc.bob.gotoAndPlay(1); _root.loopStop = false; _root.beginningEnd = true; _root.sound1.start(0, 9999); _root.sound1.setVolume(100); } if ((_local14 == true) || (_root.ghostsStillGone == true)) { _root.loopStop = true; if (_root.soundStarted == false) { _root.sound1.stop(); _root.attachMovie("level_3_2_complete_linkage", "level_screen", 700000); _root.level_screen._x = -14; _root.level_screen._y = -19; _root.sound2.start(0, 0); _root.sound2.setVolume(100); _root.soundStarted = true; var _local15 = _root.bob_mc.hue; _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.bob_mc.gotoAndStop(1); } _root.ghostCounter = _root.ghostCounter + 1; if ((_root.sound2.position >= 3500) && (_root.ghostCounter > 4)) { _root.goingToNextScene = true; _root.ghostCounter = 0; _root.level_screen.removeMovieClip(); } _root.ghostsStillGone = true; } if (_root.bob_mc.dead == true) { _root.sound1.stop(); _root.loopStop = true; var _local15 = _root.bob_mc.hue; if (_root.exploding_done == false) { _root.attachMovie(("bob_exploding_" + _root.bob_mc.hue) + "_linkage", "bob_mc", _root.bob_layer); _root.bob_mc._xscale = 35; _root.bob_mc._yscale = 35; _root.bob_mc._x = 320; _root.bob_mc._y = 400; _root.bob_mc.hue = temphue; _root.exploding_done = true; } } if (_root.goingToNextScene == true) { _root.gotoAndStop(19); } }; stop();Frame 18_root.gotoAndStop(17);Frame 19_quality = "HIGH"; _root.onEnterFrame = function () { }; _root.back_1_mc.removeMovieClip(); _root.bob_mc.removeMovieClip(); i = 1; while (i <= 186) { _root["grass" + i].removeMovieClip(); _root["tree" + i].removeMovieClip(); _root["orb" + i].removeMovieClip(); _root["ghost" + i].removeMovieClip(); i++; } _root.movie_mc.gotoAndPlay(482); stop();Frame 20stop();Symbol 12 Buttonon (release) { _root.play(); }Symbol 13 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }Symbol 13 MovieClip Frame 2gotoAndPlay (1);Symbol 22 MovieClip Frame 28stop();Symbol 50 MovieClip Frame 59start_button.onPress = function () { gotoAndPlay (60); }; stop();Symbol 50 MovieClip Frame 60onEnterFrame = function () { if (_root.sound3.getVolume() > 0) { _root.sound3.setVolume(_root.sound3.getVolume() - 5); } else { _root.sound3.stop(); } };Symbol 50 MovieClip Frame 83onEnterFrame = function () { }; _root.gotoAndStop(3); stop();Symbol 51 MovieClip Frame 28stop();Symbol 71 MovieClip [balloon_blue_linkage] Frame 1stop();Symbol 71 MovieClip [balloon_blue_linkage] Frame 2stop();Symbol 71 MovieClip [balloon_blue_linkage] Frame 3stop();Symbol 71 MovieClip [balloon_blue_linkage] Frame 4stop();Symbol 71 MovieClip [balloon_blue_linkage] Frame 5stop();Symbol 71 MovieClip [balloon_blue_linkage] Frame 6stop();Symbol 71 MovieClip [balloon_blue_linkage] Frame 7stop();Symbol 71 MovieClip [balloon_blue_linkage] Frame 8stop();Symbol 80 MovieClip [balloon_green_linkage] Frame 1stop();Symbol 80 MovieClip [balloon_green_linkage] Frame 2stop();Symbol 80 MovieClip [balloon_green_linkage] Frame 3stop();Symbol 80 MovieClip [balloon_green_linkage] Frame 4stop();Symbol 80 MovieClip [balloon_green_linkage] Frame 5stop();Symbol 80 MovieClip [balloon_green_linkage] Frame 6stop();Symbol 80 MovieClip [balloon_green_linkage] Frame 7stop();Symbol 80 MovieClip [balloon_green_linkage] Frame 8stop();Symbol 89 MovieClip [balloon_orange_linkage] Frame 1stop();Symbol 89 MovieClip [balloon_orange_linkage] Frame 2stop();Symbol 89 MovieClip [balloon_orange_linkage] Frame 3stop();Symbol 89 MovieClip [balloon_orange_linkage] Frame 4stop();Symbol 89 MovieClip [balloon_orange_linkage] Frame 5stop();Symbol 89 MovieClip [balloon_orange_linkage] Frame 6stop();Symbol 89 MovieClip [balloon_orange_linkage] Frame 7stop();Symbol 89 MovieClip [balloon_orange_linkage] Frame 8stop();Symbol 98 MovieClip [balloon_purple_linkage] Frame 1stop();Symbol 98 MovieClip [balloon_purple_linkage] Frame 2stop();Symbol 98 MovieClip [balloon_purple_linkage] Frame 3stop();Symbol 98 MovieClip [balloon_purple_linkage] Frame 4stop();Symbol 98 MovieClip [balloon_purple_linkage] Frame 5stop();Symbol 98 MovieClip [balloon_purple_linkage] Frame 6stop();Symbol 98 MovieClip [balloon_purple_linkage] Frame 7stop();Symbol 98 MovieClip [balloon_purple_linkage] Frame 8stop();Symbol 107 MovieClip [balloon_red_linkage] Frame 1stop();Symbol 107 MovieClip [balloon_red_linkage] Frame 2stop();Symbol 107 MovieClip [balloon_red_linkage] Frame 3stop();Symbol 107 MovieClip [balloon_red_linkage] Frame 4stop();Symbol 107 MovieClip [balloon_red_linkage] Frame 5stop();Symbol 107 MovieClip [balloon_red_linkage] Frame 6stop();Symbol 107 MovieClip [balloon_red_linkage] Frame 7stop();Symbol 107 MovieClip [balloon_red_linkage] Frame 8stop();Symbol 116 MovieClip [balloon_yellow_linkage] Frame 1stop();Symbol 116 MovieClip [balloon_yellow_linkage] Frame 2stop();Symbol 116 MovieClip [balloon_yellow_linkage] Frame 3stop();Symbol 116 MovieClip [balloon_yellow_linkage] Frame 4stop();Symbol 116 MovieClip [balloon_yellow_linkage] Frame 5stop();Symbol 116 MovieClip [balloon_yellow_linkage] Frame 6stop();Symbol 116 MovieClip [balloon_yellow_linkage] Frame 7stop();Symbol 116 MovieClip [balloon_yellow_linkage] Frame 8stop();Symbol 250 MovieClip [bob_exploding_blue_linkage] Frame 25_root.sound9.start(0, 0);Symbol 250 MovieClip [bob_exploding_blue_linkage] Frame 37_root.gotoAndPlay(_root.clearFrame);Symbol 253 MovieClip [bob_exploding_green_linkage] Frame 25_root.sound9.start(0, 0);Symbol 253 MovieClip [bob_exploding_green_linkage] Frame 37_root.gotoAndPlay(_root.clearFrame);Symbol 256 MovieClip [bob_exploding_orange_linkage] Frame 25_root.sound9.start(0, 0);Symbol 256 MovieClip [bob_exploding_orange_linkage] Frame 37_root.gotoAndPlay(_root.clearFrame);Symbol 258 MovieClip [bob_exploding_purple_linkage] Frame 25_root.sound9.start(0, 0);Symbol 258 MovieClip [bob_exploding_purple_linkage] Frame 37_root.gotoAndPlay(_root.clearFrame);Symbol 261 MovieClip [bob_exploding_red_linkage] Frame 25_root.sound9.start(0, 0);Symbol 261 MovieClip [bob_exploding_red_linkage] Frame 37_root.gotoAndPlay(_root.clearFrame);Symbol 264 MovieClip [bob_exploding_yellow_linkage] Frame 25_root.sound9.start(0, 0);Symbol 264 MovieClip [bob_exploding_yellow_linkage] Frame 37_root.gotoAndPlay(_root.clearFrame);Symbol 277 MovieClip [ghost_blue_linkage] Frame 1stop();Symbol 277 MovieClip [ghost_blue_linkage] Frame 2stop();Symbol 277 MovieClip [ghost_blue_linkage] Frame 3stop();Symbol 277 MovieClip [ghost_blue_linkage] Frame 4stop();Symbol 277 MovieClip [ghost_blue_linkage] Frame 5stop();Symbol 277 MovieClip [ghost_blue_linkage] Frame 6stop();Symbol 277 MovieClip [ghost_blue_linkage] Frame 7stop();Symbol 277 MovieClip [ghost_blue_linkage] Frame 8stop();Symbol 286 MovieClip [ghost_red_linkage] Frame 1stop();Symbol 286 MovieClip [ghost_red_linkage] Frame 2stop();Symbol 286 MovieClip [ghost_red_linkage] Frame 3stop();Symbol 286 MovieClip [ghost_red_linkage] Frame 4stop();Symbol 286 MovieClip [ghost_red_linkage] Frame 5stop();Symbol 286 MovieClip [ghost_red_linkage] Frame 6stop();Symbol 286 MovieClip [ghost_red_linkage] Frame 7stop();Symbol 286 MovieClip [ghost_red_linkage] Frame 8stop();Symbol 295 MovieClip [ghost_yellow_linkage] Frame 1stop();Symbol 295 MovieClip [ghost_yellow_linkage] Frame 2stop();Symbol 295 MovieClip [ghost_yellow_linkage] Frame 3stop();Symbol 295 MovieClip [ghost_yellow_linkage] Frame 4stop();Symbol 295 MovieClip [ghost_yellow_linkage] Frame 5stop();Symbol 295 MovieClip [ghost_yellow_linkage] Frame 6stop();Symbol 295 MovieClip [ghost_yellow_linkage] Frame 7stop();Symbol 295 MovieClip [ghost_yellow_linkage] Frame 8stop();Symbol 346 MovieClip [shark_blue_linkage] Frame 1stop();Symbol 346 MovieClip [shark_blue_linkage] Frame 2stop();Symbol 346 MovieClip [shark_blue_linkage] Frame 3stop();Symbol 346 MovieClip [shark_blue_linkage] Frame 4stop();Symbol 346 MovieClip [shark_blue_linkage] Frame 5stop();Symbol 346 MovieClip [shark_blue_linkage] Frame 6stop();Symbol 346 MovieClip [shark_blue_linkage] Frame 7stop();Symbol 346 MovieClip [shark_blue_linkage] Frame 8stop();Symbol 355 MovieClip [shark_green_linkage] Frame 1stop();Symbol 355 MovieClip [shark_green_linkage] Frame 2stop();Symbol 355 MovieClip [shark_green_linkage] Frame 3stop();Symbol 355 MovieClip [shark_green_linkage] Frame 4stop();Symbol 355 MovieClip [shark_green_linkage] Frame 5stop();Symbol 355 MovieClip [shark_green_linkage] Frame 6stop();Symbol 355 MovieClip [shark_green_linkage] Frame 7stop();Symbol 355 MovieClip [shark_green_linkage] Frame 8stop();Symbol 364 MovieClip [shark_purple_linkage] Frame 1stop();Symbol 364 MovieClip [shark_purple_linkage] Frame 2stop();Symbol 364 MovieClip [shark_purple_linkage] Frame 3stop();Symbol 364 MovieClip [shark_purple_linkage] Frame 4stop();Symbol 364 MovieClip [shark_purple_linkage] Frame 5stop();Symbol 364 MovieClip [shark_purple_linkage] Frame 6stop();Symbol 364 MovieClip [shark_purple_linkage] Frame 7stop();Symbol 364 MovieClip [shark_purple_linkage] Frame 8stop();Symbol 373 MovieClip [shark_red_linkage] Frame 1stop();Symbol 373 MovieClip [shark_red_linkage] Frame 2stop();Symbol 373 MovieClip [shark_red_linkage] Frame 3stop();Symbol 373 MovieClip [shark_red_linkage] Frame 4stop();Symbol 373 MovieClip [shark_red_linkage] Frame 5stop();Symbol 373 MovieClip [shark_red_linkage] Frame 6stop();Symbol 373 MovieClip [shark_red_linkage] Frame 7stop();Symbol 373 MovieClip [shark_red_linkage] Frame 8stop();Symbol 382 MovieClip [shark_yellow_linkage] Frame 1stop();Symbol 382 MovieClip [shark_yellow_linkage] Frame 2stop();Symbol 382 MovieClip [shark_yellow_linkage] Frame 3stop();Symbol 382 MovieClip [shark_yellow_linkage] Frame 4stop();Symbol 382 MovieClip [shark_yellow_linkage] Frame 5stop();Symbol 382 MovieClip [shark_yellow_linkage] Frame 6stop();Symbol 382 MovieClip [shark_yellow_linkage] Frame 7stop();Symbol 382 MovieClip [shark_yellow_linkage] Frame 8stop();Symbol 394 MovieClip Frame 1stop();Symbol 415 MovieClip Frame 65gotoAndPlay (33);Symbol 535 MovieClip Frame 1_root.sound7.start(0, 999); _root.sound7.setVolume(100);Symbol 535 MovieClip Frame 17arrow.onPress = function () { gotoAndPlay (18); }; stop();Symbol 535 MovieClip Frame 34arrow.onPress = function () { gotoAndPlay (35); }; stop();Symbol 535 MovieClip Frame 35arrow.onPress = function () { gotoAndPlay (36); }; stop();Symbol 535 MovieClip Frame 57arrow.onPress = function () { gotoAndPlay (58); }; stop();Symbol 535 MovieClip Frame 58arrow.onPress = function () { gotoAndPlay (59); }; stop();Symbol 535 MovieClip Frame 59arrow.onPress = function () { gotoAndPlay (60); }; stop();Symbol 535 MovieClip Frame 82arrow.onPress = function () { gotoAndPlay (83); }; stop();Symbol 535 MovieClip Frame 83arrow.onPress = function () { gotoAndPlay (84); }; stop();Symbol 535 MovieClip Frame 84arrow.onPress = function () { gotoAndPlay (85); }; stop();Symbol 535 MovieClip Frame 85arrow.onPress = function () { gotoAndPlay (86); }; stop();Symbol 535 MovieClip Frame 86arrow.onPress = function () { gotoAndPlay (87); }; stop();Symbol 535 MovieClip Frame 109arrow.onPress = function () { gotoAndPlay (110); }; stop();Symbol 535 MovieClip Frame 110arrow.onPress = function () { gotoAndPlay (111); }; stop();Symbol 535 MovieClip Frame 133arrow.onPress = function () { gotoAndPlay (134); }; stop();Symbol 535 MovieClip Frame 134arrow.onPress = function () { gotoAndPlay (135); }; stop();Symbol 535 MovieClip Frame 164arrow.onPress = function () { gotoAndPlay (165); }; stop();Symbol 535 MovieClip Frame 165arrow.onPress = function () { gotoAndPlay (166); }; stop();Symbol 535 MovieClip Frame 166_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 167_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 168_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 169_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 170_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 171_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 172_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 173_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 174_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 175_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 176_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 177_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 178_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 179_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 180_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 181_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 182_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 183_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 184_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 185_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 186_root.sound7.stop(); _root.gotoAndPlay(4);Symbol 535 MovieClip Frame 187_root.sound7.start(0, 999); _root.sound7.setVolume(100);Symbol 535 MovieClip Frame 201arrow.onPress = function () { gotoAndPlay (202); }; stop();Symbol 535 MovieClip Frame 217arrow.onPress = function () { gotoAndPlay (218); }; stop();Symbol 535 MovieClip Frame 218arrow.onPress = function () { gotoAndPlay (219); }; stop();Symbol 535 MovieClip Frame 219arrow.onPress = function () { gotoAndPlay (220); }; stop();Symbol 535 MovieClip Frame 220arrow.onPress = function () { gotoAndPlay (221); }; stop();Symbol 535 MovieClip Frame 252arrow.onPress = function () { gotoAndPlay (253); }; stop();Symbol 535 MovieClip Frame 253arrow.onPress = function () { gotoAndPlay (254); }; stop();Symbol 535 MovieClip Frame 254arrow.onPress = function () { gotoAndPlay (255); }; stop();Symbol 535 MovieClip Frame 287arrow.onPress = function () { gotoAndPlay (288); }; stop();Symbol 535 MovieClip Frame 306_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 307_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 308_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 309_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 310_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 311_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 312_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 313_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 314_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 315_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 316_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 317_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 318_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 319_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 320_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 321_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 322_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 323_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 324_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 325_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 326_root.sound7.stop(); _root.gotoAndPlay(10);Symbol 535 MovieClip Frame 327_root.sound7.start(0, 999); _root.sound7.setVolume(100);Symbol 535 MovieClip Frame 343arrow.onPress = function () { gotoAndPlay (344); }; stop();Symbol 535 MovieClip Frame 361arrow.onPress = function () { gotoAndPlay (362); }; stop();Symbol 535 MovieClip Frame 362arrow.onPress = function () { gotoAndPlay (363); }; stop();Symbol 535 MovieClip Frame 363arrow.onPress = function () { gotoAndPlay (364); }; stop();Symbol 535 MovieClip Frame 364arrow.onPress = function () { gotoAndPlay (365); }; stop();Symbol 535 MovieClip Frame 391arrow.onPress = function () { gotoAndPlay (392); }; stop();Symbol 535 MovieClip Frame 392arrow.onPress = function () { gotoAndPlay (393); }; stop();Symbol 535 MovieClip Frame 393arrow.onPress = function () { gotoAndPlay (394); }; stop();Symbol 535 MovieClip Frame 417arrow.onPress = function () { gotoAndPlay (418); }; stop();Symbol 535 MovieClip Frame 418arrow.onPress = function () { gotoAndPlay (419); }; stop();Symbol 535 MovieClip Frame 419arrow.onPress = function () { gotoAndPlay (420); }; stop();Symbol 535 MovieClip Frame 420arrow.onPress = function () { gotoAndPlay (421); }; stop();Symbol 535 MovieClip Frame 442arrow.onPress = function () { gotoAndPlay (443); }; stop();Symbol 535 MovieClip Frame 443arrow.onPress = function () { gotoAndPlay (444); }; stop();Symbol 535 MovieClip Frame 461_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 462_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 463_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 464_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 465_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 466_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 467_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 468_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 469_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 470_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 471_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 472_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 473_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 474_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 475_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 476_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 477_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 478_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 479_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 480_root.sound7.setVolume(_root.sound7.getVolume() - 5);Symbol 535 MovieClip Frame 481_root.sound7.stop(); _root.gotoAndPlay(15);Symbol 535 MovieClip Frame 482_root.sound8.start(0, 999); _root.sound8.setVolume(100);Symbol 535 MovieClip Frame 498arrow.onPress = function () { gotoAndPlay (499); }; stop();Symbol 535 MovieClip Frame 515arrow.onPress = function () { gotoAndPlay (516); }; stop();Symbol 535 MovieClip Frame 516arrow.onPress = function () { gotoAndPlay (517); }; stop();Symbol 535 MovieClip Frame 517arrow.onPress = function () { gotoAndPlay (518); }; stop();Symbol 535 MovieClip Frame 541arrow.onPress = function () { gotoAndPlay (542); }; stop();Symbol 535 MovieClip Frame 542arrow.onPress = function () { gotoAndPlay (543); }; stop();Symbol 535 MovieClip Frame 593arrow.onPress = function () { gotoAndPlay (594); }; stop();Symbol 535 MovieClip Frame 594arrow.onPress = function () { gotoAndPlay (595); }; stop();Symbol 535 MovieClip Frame 595arrow.onPress = function () { gotoAndPlay (596); }; stop();Symbol 535 MovieClip Frame 640_root.sound7.stop(); _root.gotoAndStop(20);Symbol 547 MovieClip Frame 1button_mc.onPress = function () { gotoAndStop (2); }; stop();Symbol 547 MovieClip Frame 2button_mc.onPress = function () { gotoAndStop (3); }; stop();Symbol 547 MovieClip Frame 3button_mc.onPress = function () { gotoAndStop (4); }; stop();Symbol 547 MovieClip Frame 4button_mc.onPress = function () { _root.gotoAndStop(5); }; stop();Symbol 555 MovieClip Frame 15button_mc.onPress = function () { _root.sound8.stop(); _root.gotoAndStop(2); }; stop();
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip | Uses:1 | Used by:13 |
Symbol 3 Graphic | Used by:13 | |
Symbol 4 Bitmap | Used by:5 | |
Symbol 5 Graphic | Uses:4 | Used by:13 |
Symbol 6 Font | Used by:7 | |
Symbol 7 Text | Uses:6 | Used by:13 |
Symbol 8 Graphic | Used by:12 | |
Symbol 9 Graphic | Used by:12 | |
Symbol 10 Graphic | Used by:12 | |
Symbol 11 Graphic | Used by:12 | |
Symbol 12 Button | Uses:8 9 10 11 | Used by:13 |
Symbol 13 MovieClip | Uses:2 3 5 7 12 | Used by:Timeline |
Symbol 14 Graphic | Used by:15 | |
Symbol 15 MovieClip | Uses:14 | Used by:22 |
Symbol 16 Graphic | Used by:19 | |
Symbol 17 Graphic | Used by:19 | |
Symbol 18 Graphic | Used by:19 | |
Symbol 19 MovieClip | Uses:16 17 18 | Used by:22 |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:20 | Used by:22 |
Symbol 22 MovieClip | Uses:15 19 21 | Used by:51 |
Symbol 23 Graphic | Used by:24 296 397 455 509 | |
Symbol 24 MovieClip | Uses:23 | Used by:50 51 |
Symbol 25 Graphic | Used by:50 | |
Symbol 26 Graphic | Used by:27 | |
Symbol 27 MovieClip | Uses:26 | Used by:50 |
Symbol 28 Graphic | Used by:29 | |
Symbol 29 MovieClip | Uses:28 | Used by:50 |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip | Uses:30 | Used by:50 |
Symbol 32 Font | Used by:33 34 37 38 39 40 41 42 43 44 45 403 410 411 416 419 422 425 428 431 434 435 438 441 444 447 454 458 459 462 463 464 469 472 475 478 479 480 481 482 483 488 489 492 493 496 499 502 507 508 512 513 514 515 516 519 525 528 531 534 | |
Symbol 33 Text | Uses:32 | Used by:35 |
Symbol 34 Text | Uses:32 | Used by:35 |
Symbol 35 MovieClip | Uses:33 34 | Used by:50 |
Symbol 36 Graphic | Used by:50 | |
Symbol 37 Text | Uses:32 | Used by:50 |
Symbol 38 Text | Uses:32 | Used by:50 |
Symbol 39 Text | Uses:32 | Used by:50 |
Symbol 40 Text | Uses:32 | Used by:50 |
Symbol 41 Text | Uses:32 | Used by:50 |
Symbol 42 Text | Uses:32 | Used by:50 |
Symbol 43 Text | Uses:32 | Used by:50 |
Symbol 44 Text | Uses:32 | Used by:48 |
Symbol 45 Text | Uses:32 | Used by:48 |
Symbol 46 Graphic | Used by:48 | |
Symbol 47 Graphic | Used by:48 | |
Symbol 48 Button | Uses:44 45 46 47 | Used by:50 |
Symbol 49 Graphic | Used by:50 | |
Symbol 50 MovieClip | Uses:25 27 29 31 35 24 36 37 38 39 40 41 42 43 48 49 | Used by:51 |
Symbol 51 MovieClip | Uses:22 24 50 | Used by:Timeline |
Symbol 52 Graphic | Used by:57 | |
Symbol 53 Graphic | Used by:57 59 62 | |
Symbol 54 Graphic | Used by:57 | |
Symbol 55 Graphic | Used by:57 59 62 | |
Symbol 56 Graphic | Used by:57 59 62 | |
Symbol 57 MovieClip [back_1_linkage] | Uses:52 53 54 55 56 | Used by:394 |
Symbol 58 Graphic | Used by:59 | |
Symbol 59 MovieClip [back_2_linkage] | Uses:58 53 55 56 | Used by:394 |
Symbol 60 Graphic | Used by:61 | |
Symbol 61 MovieClip | Uses:60 | Used by:62 |
Symbol 62 MovieClip [back_3_linkage] | Uses:61 53 55 56 | Used by:394 |
Symbol 63 Graphic | Used by:71 | |
Symbol 64 Graphic | Used by:71 | |
Symbol 65 Graphic | Used by:71 | |
Symbol 66 Graphic | Used by:71 | |
Symbol 67 Graphic | Used by:71 | |
Symbol 68 Graphic | Used by:71 | |
Symbol 69 Graphic | Used by:71 | |
Symbol 70 Graphic | Used by:71 | |
Symbol 71 MovieClip [balloon_blue_linkage] | Uses:63 64 65 66 67 68 69 70 | Used by:394 |
Symbol 72 Graphic | Used by:80 | |
Symbol 73 Graphic | Used by:80 | |
Symbol 74 Graphic | Used by:80 | |
Symbol 75 Graphic | Used by:80 | |
Symbol 76 Graphic | Used by:80 | |
Symbol 77 Graphic | Used by:80 | |
Symbol 78 Graphic | Used by:80 | |
Symbol 79 Graphic | Used by:80 | |
Symbol 80 MovieClip [balloon_green_linkage] | Uses:72 73 74 75 76 77 78 79 | Used by:394 |
Symbol 81 Graphic | Used by:89 | |
Symbol 82 Graphic | Used by:89 | |
Symbol 83 Graphic | Used by:89 | |
Symbol 84 Graphic | Used by:89 | |
Symbol 85 Graphic | Used by:89 | |
Symbol 86 Graphic | Used by:89 | |
Symbol 87 Graphic | Used by:89 | |
Symbol 88 Graphic | Used by:89 | |
Symbol 89 MovieClip [balloon_orange_linkage] | Uses:81 82 83 84 85 86 87 88 | Used by:394 |
Symbol 90 Graphic | Used by:98 | |
Symbol 91 Graphic | Used by:98 | |
Symbol 92 Graphic | Used by:98 | |
Symbol 93 Graphic | Used by:98 | |
Symbol 94 Graphic | Used by:98 | |
Symbol 95 Graphic | Used by:98 | |
Symbol 96 Graphic | Used by:98 | |
Symbol 97 Graphic | Used by:98 | |
Symbol 98 MovieClip [balloon_purple_linkage] | Uses:90 91 92 93 94 95 96 97 | Used by:394 |
Symbol 99 Graphic | Used by:107 | |
Symbol 100 Graphic | Used by:107 | |
Symbol 101 Graphic | Used by:107 | |
Symbol 102 Graphic | Used by:107 | |
Symbol 103 Graphic | Used by:107 | |
Symbol 104 Graphic | Used by:107 | |
Symbol 105 Graphic | Used by:107 | |
Symbol 106 Graphic | Used by:107 | |
Symbol 107 MovieClip [balloon_red_linkage] | Uses:99 100 101 102 103 104 105 106 | Used by:394 |
Symbol 108 Graphic | Used by:116 | |
Symbol 109 Graphic | Used by:116 | |
Symbol 110 Graphic | Used by:116 | |
Symbol 111 Graphic | Used by:116 | |
Symbol 112 Graphic | Used by:116 | |
Symbol 113 Graphic | Used by:116 | |
Symbol 114 Graphic | Used by:116 | |
Symbol 115 Graphic | Used by:116 | |
Symbol 116 MovieClip [balloon_yellow_linkage] | Uses:108 109 110 111 112 113 114 115 | Used by:394 |
Symbol 117 Graphic | Used by:118 | |
Symbol 118 MovieClip [bigcloud_linkage] | Uses:117 | Used by:394 |
Symbol 119 Graphic | Used by:122 250 | |
Symbol 120 Graphic | Used by:122 | |
Symbol 121 Graphic | Used by:122 138 | |
Symbol 122 MovieClip | Uses:119 120 121 | Used by:139 |
Symbol 123 Graphic | Used by:127 | |
Symbol 124 Graphic | Used by:127 | |
Symbol 125 Graphic | Used by:127 | |
Symbol 126 Graphic | Used by:127 | |
Symbol 127 MovieClip | Uses:123 124 125 126 | Used by:139 |
Symbol 128 Graphic | Used by:131 | |
Symbol 129 Graphic | Used by:131 | |
Symbol 130 Graphic | Used by:131 | |
Symbol 131 MovieClip | Uses:128 129 130 | Used by:139 |
Symbol 132 Graphic | Used by:135 | |
Symbol 133 Graphic | Used by:135 | |
Symbol 134 Graphic | Used by:135 | |
Symbol 135 MovieClip | Uses:132 133 134 | Used by:139 547 |
Symbol 136 Graphic | Used by:138 | |
Symbol 137 Graphic | Used by:138 | |
Symbol 138 MovieClip | Uses:121 136 137 | Used by:139 |
Symbol 139 MovieClip [bob_blue_linkage] | Uses:122 127 131 135 138 | Used by:394 |
Symbol 140 Graphic | Used by:143 253 | |
Symbol 141 Graphic | Used by:143 253 | |
Symbol 142 Graphic | Used by:143 159 | |
Symbol 143 MovieClip | Uses:140 141 142 | Used by:160 |
Symbol 144 Graphic | Used by:148 | |
Symbol 145 Graphic | Used by:148 | |
Symbol 146 Graphic | Used by:148 | |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 MovieClip | Uses:144 145 146 147 | Used by:160 |
Symbol 149 Graphic | Used by:152 | |
Symbol 150 Graphic | Used by:152 | |
Symbol 151 Graphic | Used by:152 | |
Symbol 152 MovieClip | Uses:149 150 151 | Used by:160 |
Symbol 153 Graphic | Used by:156 | |
Symbol 154 Graphic | Used by:156 | |
Symbol 155 Graphic | Used by:156 | |
Symbol 156 MovieClip | Uses:153 154 155 | Used by:160 |
Symbol 157 Graphic | Used by:159 | |
Symbol 158 Graphic | Used by:159 | |
Symbol 159 MovieClip | Uses:142 157 158 | Used by:160 |
Symbol 160 MovieClip [bob_green_linkage] | Uses:143 148 152 156 159 | Used by:394 |
Symbol 161 Graphic | Used by:164 256 | |
Symbol 162 Graphic | Used by:164 256 | |
Symbol 163 Graphic | Used by:164 180 | |
Symbol 164 MovieClip | Uses:161 162 163 | Used by:181 |
Symbol 165 Graphic | Used by:169 | |
Symbol 166 Graphic | Used by:169 | |
Symbol 167 Graphic | Used by:169 | |
Symbol 168 Graphic | Used by:169 | |
Symbol 169 MovieClip | Uses:165 166 167 168 | Used by:181 |
Symbol 170 Graphic | Used by:173 | |
Symbol 171 Graphic | Used by:173 | |
Symbol 172 Graphic | Used by:173 | |
Symbol 173 MovieClip | Uses:170 171 172 | Used by:181 |
Symbol 174 Graphic | Used by:177 | |
Symbol 175 Graphic | Used by:177 | |
Symbol 176 Graphic | Used by:177 | |
Symbol 177 MovieClip | Uses:174 175 176 | Used by:181 |
Symbol 178 Graphic | Used by:180 | |
Symbol 179 Graphic | Used by:180 | |
Symbol 180 MovieClip | Uses:163 178 179 | Used by:181 |
Symbol 181 MovieClip [bob_orange_linkage] | Uses:164 169 173 177 180 | Used by:394 |
Symbol 182 Graphic | Used by:185 258 | |
Symbol 183 Graphic | Used by:185 | |
Symbol 184 Graphic | Used by:185 201 | |
Symbol 185 MovieClip | Uses:182 183 184 | Used by:202 |
Symbol 186 Graphic | Used by:190 | |
Symbol 187 Graphic | Used by:190 | |
Symbol 188 Graphic | Used by:190 | |
Symbol 189 Graphic | Used by:190 | |
Symbol 190 MovieClip | Uses:186 187 188 189 | Used by:202 |
Symbol 191 Graphic | Used by:194 | |
Symbol 192 Graphic | Used by:194 | |
Symbol 193 Graphic | Used by:194 | |
Symbol 194 MovieClip | Uses:191 192 193 | Used by:202 |
Symbol 195 Graphic | Used by:198 | |
Symbol 196 Graphic | Used by:198 | |
Symbol 197 Graphic | Used by:198 | |
Symbol 198 MovieClip | Uses:195 196 197 | Used by:202 |
Symbol 199 Graphic | Used by:201 | |
Symbol 200 Graphic | Used by:201 | |
Symbol 201 MovieClip | Uses:184 199 200 | Used by:202 |
Symbol 202 MovieClip [bob_purple_linkage] | Uses:185 190 194 198 201 | Used by:394 |
Symbol 203 Graphic | Used by:206 261 | |
Symbol 204 Graphic | Used by:206 261 | |
Symbol 205 Graphic | Used by:206 | |
Symbol 206 MovieClip | Uses:203 204 205 | Used by:224 |
Symbol 207 Graphic | Used by:211 | |
Symbol 208 Graphic | Used by:211 | |
Symbol 209 Graphic | Used by:211 | |
Symbol 210 Graphic | Used by:211 | |
Symbol 211 MovieClip | Uses:207 208 209 210 | Used by:224 |
Symbol 212 Graphic | Used by:215 | |
Symbol 213 Graphic | Used by:215 | |
Symbol 214 Graphic | Used by:215 | |
Symbol 215 MovieClip | Uses:212 213 214 | Used by:224 |
Symbol 216 Graphic | Used by:219 | |
Symbol 217 Graphic | Used by:219 | |
Symbol 218 Graphic | Used by:219 | |
Symbol 219 MovieClip | Uses:216 217 218 | Used by:224 547 |
Symbol 220 Graphic | Used by:223 | |
Symbol 221 Graphic | Used by:223 | |
Symbol 222 Graphic | Used by:223 | |
Symbol 223 MovieClip | Uses:220 221 222 | Used by:224 |
Symbol 224 MovieClip [bob_red_linkage] | Uses:206 211 215 219 223 | Used by:394 |
Symbol 225 Graphic | Used by:228 264 | |
Symbol 226 Graphic | Used by:228 264 | |
Symbol 227 Graphic | Used by:228 244 | |
Symbol 228 MovieClip | Uses:225 226 227 | Used by:245 |
Symbol 229 Graphic | Used by:233 | |
Symbol 230 Graphic | Used by:233 | |
Symbol 231 Graphic | Used by:233 | |
Symbol 232 Graphic | Used by:233 | |
Symbol 233 MovieClip | Uses:229 230 231 232 | Used by:245 |
Symbol 234 Graphic | Used by:237 | |
Symbol 235 Graphic | Used by:237 | |
Symbol 236 Graphic | Used by:237 | |
Symbol 237 MovieClip | Uses:234 235 236 | Used by:245 |
Symbol 238 Graphic | Used by:241 | |
Symbol 239 Graphic | Used by:241 | |
Symbol 240 Graphic | Used by:241 | |
Symbol 241 MovieClip | Uses:238 239 240 | Used by:245 |
Symbol 242 Graphic | Used by:244 | |
Symbol 243 Graphic | Used by:244 | |
Symbol 244 MovieClip | Uses:227 242 243 | Used by:245 |
Symbol 245 MovieClip [bob_yellow_linkage] | Uses:228 233 237 241 244 | Used by:394 |
Symbol 246 Graphic | Used by:250 | |
Symbol 247 Graphic | Used by:250 | |
Symbol 248 Graphic | Used by:249 | |
Symbol 249 MovieClip | Uses:248 | Used by:250 253 256 258 261 264 547 |
Symbol 250 MovieClip [bob_exploding_blue_linkage] | Uses:119 246 247 249 | Used by:394 |
Symbol 251 Graphic | Used by:253 | |
Symbol 252 Graphic | Used by:253 | |
Symbol 253 MovieClip [bob_exploding_green_linkage] | Uses:140 141 251 252 249 | Used by:394 |
Symbol 254 Graphic | Used by:256 | |
Symbol 255 Graphic | Used by:256 | |
Symbol 256 MovieClip [bob_exploding_orange_linkage] | Uses:161 162 254 255 249 | Used by:394 |
Symbol 257 Graphic | Used by:258 | |
Symbol 258 MovieClip [bob_exploding_purple_linkage] | Uses:182 257 249 | Used by:394 |
Symbol 259 Graphic | Used by:261 | |
Symbol 260 Graphic | Used by:261 | |
Symbol 261 MovieClip [bob_exploding_red_linkage] | Uses:203 259 260 204 249 | Used by:394 |
Symbol 262 Graphic | Used by:264 | |
Symbol 263 Graphic | Used by:264 | |
Symbol 264 MovieClip [bob_exploding_yellow_linkage] | Uses:225 262 226 263 249 | Used by:394 |
Symbol 265 Graphic | Used by:266 | |
Symbol 266 MovieClip [buoy_linkage] | Uses:265 | Used by:394 |
Symbol 267 Graphic | Used by:268 | |
Symbol 268 MovieClip [cloud_linkage] | Uses:267 | Used by:394 |
Symbol 269 Graphic | Used by:277 | |
Symbol 270 Graphic | Used by:277 | |
Symbol 271 Graphic | Used by:277 | |
Symbol 272 Graphic | Used by:277 | |
Symbol 273 Graphic | Used by:277 | |
Symbol 274 Graphic | Used by:277 | |
Symbol 275 Graphic | Used by:277 | |
Symbol 276 Graphic | Used by:277 | |
Symbol 277 MovieClip [ghost_blue_linkage] | Uses:269 270 271 272 273 274 275 276 | Used by:394 |
Symbol 278 Graphic | Used by:286 | |
Symbol 279 Graphic | Used by:286 | |
Symbol 280 Graphic | Used by:286 | |
Symbol 281 Graphic | Used by:286 | |
Symbol 282 Graphic | Used by:286 | |
Symbol 283 Graphic | Used by:286 | |
Symbol 284 Graphic | Used by:286 | |
Symbol 285 Graphic | Used by:286 | |
Symbol 286 MovieClip [ghost_red_linkage] | Uses:278 279 280 281 282 283 284 285 | Used by:394 |
Symbol 287 Graphic | Used by:295 | |
Symbol 288 Graphic | Used by:295 | |
Symbol 289 Graphic | Used by:295 | |
Symbol 290 Graphic | Used by:295 | |
Symbol 291 Graphic | Used by:295 | |
Symbol 292 Graphic | Used by:295 | |
Symbol 293 Graphic | Used by:295 | |
Symbol 294 Graphic | Used by:295 | |
Symbol 295 MovieClip [ghost_yellow_linkage] | Uses:287 288 289 290 291 292 293 294 | Used by:394 |
Symbol 296 MovieClip | Uses:23 | Used by:299 301 303 305 307 309 311 313 315 317 319 321 |
Symbol 297 Font | Used by:298 300 302 304 306 308 310 312 314 316 318 320 537 541 543 545 546 548 549 551 | |
Symbol 298 Text | Uses:297 | Used by:299 |
Symbol 299 MovieClip [level_1_1_linkage] | Uses:296 298 | Used by:394 |
Symbol 300 Text | Uses:297 | Used by:301 |
Symbol 301 MovieClip [level_1_1_complete_linkage] | Uses:296 300 | Used by:394 |
Symbol 302 Text | Uses:297 | Used by:303 |
Symbol 303 MovieClip [level_1_2_linkage] | Uses:296 302 | Used by:394 |
Symbol 304 Text | Uses:297 | Used by:305 |
Symbol 305 MovieClip [level_1_2_complete_linkage] | Uses:296 304 | Used by:394 |
Symbol 306 Text | Uses:297 | Used by:307 |
Symbol 307 MovieClip [level_2_1_linkage] | Uses:296 306 | Used by:394 |
Symbol 308 Text | Uses:297 | Used by:309 |
Symbol 309 MovieClip [level_2_1_complete_linkage] | Uses:296 308 | Used by:394 |
Symbol 310 Text | Uses:297 | Used by:311 |
Symbol 311 MovieClip [level_2_2_linkage] | Uses:296 310 | Used by:394 |
Symbol 312 Text | Uses:297 | Used by:313 |
Symbol 313 MovieClip [level_2_2_complete_linkage] | Uses:296 312 | Used by:394 |
Symbol 314 Text | Uses:297 | Used by:315 |
Symbol 315 MovieClip [level_3_1_linkage] | Uses:296 314 | Used by:394 |
Symbol 316 Text | Uses:297 | Used by:317 |
Symbol 317 MovieClip [level_3_1_complete_linkage] | Uses:296 316 | Used by:394 |
Symbol 318 Text | Uses:297 | Used by:319 |
Symbol 319 MovieClip [level_3_2_linkage] | Uses:296 318 | Used by:394 |
Symbol 320 Text | Uses:297 | Used by:321 |
Symbol 321 MovieClip [level_3_2_complete_linkage] | Uses:296 320 | Used by:394 |
Symbol 322 Graphic | Used by:323 | |
Symbol 323 MovieClip [orb_blue_linkage] | Uses:322 | Used by:394 |
Symbol 324 Graphic | Used by:325 | |
Symbol 325 MovieClip [orb_green_linkage] | Uses:324 | Used by:394 |
Symbol 326 Graphic | Used by:327 | |
Symbol 327 MovieClip [orb_orange_linkage] | Uses:326 | Used by:394 |
Symbol 328 Graphic | Used by:329 | |
Symbol 329 MovieClip [orb_purple_linkage] | Uses:328 | Used by:394 |
Symbol 330 Graphic | Used by:331 | |
Symbol 331 MovieClip [orb_red_linkage] | Uses:330 | Used by:394 547 |
Symbol 332 Graphic | Used by:333 | |
Symbol 333 MovieClip [orb_yellow_linkage] | Uses:332 | Used by:394 |
Symbol 334 Graphic | Used by:335 | |
Symbol 335 MovieClip [grass_linkage] | Uses:334 | Used by:394 |
Symbol 336 Graphic | Used by:337 | |
Symbol 337 MovieClip | Uses:336 | Used by:394 |
Symbol 338 Graphic | Used by:346 | |
Symbol 339 Graphic | Used by:346 | |
Symbol 340 Graphic | Used by:346 | |
Symbol 341 Graphic | Used by:346 | |
Symbol 342 Graphic | Used by:346 | |
Symbol 343 Graphic | Used by:346 | |
Symbol 344 Graphic | Used by:346 | |
Symbol 345 Graphic | Used by:346 | |
Symbol 346 MovieClip [shark_blue_linkage] | Uses:338 339 340 341 342 343 344 345 | Used by:394 |
Symbol 347 Graphic | Used by:355 | |
Symbol 348 Graphic | Used by:355 | |
Symbol 349 Graphic | Used by:355 | |
Symbol 350 Graphic | Used by:355 | |
Symbol 351 Graphic | Used by:355 | |
Symbol 352 Graphic | Used by:355 | |
Symbol 353 Graphic | Used by:355 | |
Symbol 354 Graphic | Used by:355 | |
Symbol 355 MovieClip [shark_green_linkage] | Uses:347 348 349 350 351 352 353 354 | Used by:394 |
Symbol 356 Graphic | Used by:364 | |
Symbol 357 Graphic | Used by:364 | |
Symbol 358 Graphic | Used by:364 | |
Symbol 359 Graphic | Used by:364 | |
Symbol 360 Graphic | Used by:364 | |
Symbol 361 Graphic | Used by:364 | |
Symbol 362 Graphic | Used by:364 | |
Symbol 363 Graphic | Used by:364 | |
Symbol 364 MovieClip [shark_purple_linkage] | Uses:356 357 358 359 360 361 362 363 | Used by:394 |
Symbol 365 Graphic | Used by:373 | |
Symbol 366 Graphic | Used by:373 | |
Symbol 367 Graphic | Used by:373 | |
Symbol 368 Graphic | Used by:373 | |
Symbol 369 Graphic | Used by:373 | |
Symbol 370 Graphic | Used by:373 | |
Symbol 371 Graphic | Used by:373 | |
Symbol 372 Graphic | Used by:373 | |
Symbol 373 MovieClip [shark_red_linkage] | Uses:365 366 367 368 369 370 371 372 | Used by:394 |
Symbol 374 Graphic | Used by:382 | |
Symbol 375 Graphic | Used by:382 | |
Symbol 376 Graphic | Used by:382 | |
Symbol 377 Graphic | Used by:382 | |
Symbol 378 Graphic | Used by:382 | |
Symbol 379 Graphic | Used by:382 | |
Symbol 380 Graphic | Used by:382 | |
Symbol 381 Graphic | Used by:382 | |
Symbol 382 MovieClip [shark_yellow_linkage] | Uses:374 375 376 377 378 379 380 381 | Used by:394 |
Symbol 383 Graphic | Used by:384 | |
Symbol 384 MovieClip [tree_linkage] | Uses:383 | Used by:394 535 |
Symbol 385 Graphic | Used by:386 | |
Symbol 386 MovieClip [wave_linkage] | Uses:385 | Used by:394 |
Symbol 387 Sound [bob9_linkage] | Used by:394 | |
Symbol 388 Sound [bob8_linkage] | Used by:394 | |
Symbol 389 Sound [bob7_linkage] | Used by:394 | |
Symbol 390 Sound [bob6_linkage] | Used by:394 | |
Symbol 391 Sound [bob3_intro_linkage] | Used by:394 | |
Symbol 392 Sound [bob3_linkage] | Used by:394 | |
Symbol 393 Sound [bob1_linkage] | Used by:394 | |
Symbol 394 MovieClip | Uses:57 59 62 71 80 89 98 107 116 118 139 160 181 202 224 245 250 253 256 258 261 264 266 268 277 286 295 299 301 303 305 307 309 311 313 315 317 319 321 323 325 327 329 331 333 335 337 346 355 364 373 382 384 386 387 388 389 390 391 392 393 | Used by:Timeline |
Symbol 395 Graphic | Used by:396 | |
Symbol 396 MovieClip | Uses:395 | Used by:535 |
Symbol 397 MovieClip | Uses:23 | Used by:535 |
Symbol 398 Graphic | Used by:399 | |
Symbol 399 MovieClip | Uses:398 | Used by:535 |
Symbol 400 Graphic | Used by:535 | |
Symbol 401 Graphic | Used by:402 | |
Symbol 402 MovieClip | Uses:401 | Used by:535 |
Symbol 403 Text | Uses:32 | Used by:535 |
Symbol 404 Graphic | Used by:407 | |
Symbol 405 Graphic | Used by:407 539 | |
Symbol 406 Graphic | Used by:407 539 | |
Symbol 407 Button | Uses:404 405 406 | Used by:535 |
Symbol 408 Graphic | Used by:409 | |
Symbol 409 MovieClip | Uses:408 | Used by:535 |
Symbol 410 Text | Uses:32 | Used by:535 |
Symbol 411 Text | Uses:32 | Used by:535 |
Symbol 412 Bitmap | Used by:413 | |
Symbol 413 Graphic | Uses:412 | Used by:414 |
Symbol 414 MovieClip | Uses:413 | Used by:415 |
Symbol 415 MovieClip | Uses:414 | Used by:535 |
Symbol 416 Text | Uses:32 | Used by:535 |
Symbol 417 Graphic | Used by:418 | |
Symbol 418 MovieClip | Uses:417 | Used by:535 |
Symbol 419 Text | Uses:32 | Used by:535 |
Symbol 420 Graphic | Used by:421 | |
Symbol 421 MovieClip | Uses:420 | Used by:535 |
Symbol 422 Text | Uses:32 | Used by:535 |
Symbol 423 Graphic | Used by:424 | |
Symbol 424 MovieClip | Uses:423 | Used by:535 |
Symbol 425 Text | Uses:32 | Used by:535 |
Symbol 426 Graphic | Used by:427 | |
Symbol 427 MovieClip | Uses:426 | Used by:535 |
Symbol 428 Text | Uses:32 | Used by:535 |
Symbol 429 Graphic | Used by:430 | |
Symbol 430 MovieClip | Uses:429 | Used by:535 |
Symbol 431 Text | Uses:32 | Used by:535 |
Symbol 432 Graphic | Used by:433 | |
Symbol 433 MovieClip | Uses:432 | Used by:535 |
Symbol 434 Text | Uses:32 | Used by:535 |
Symbol 435 Text | Uses:32 | Used by:535 |
Symbol 436 Graphic | Used by:437 | |
Symbol 437 MovieClip | Uses:436 | Used by:535 |
Symbol 438 Text | Uses:32 | Used by:535 |
Symbol 439 Graphic | Used by:440 | |
Symbol 440 MovieClip | Uses:439 | Used by:535 |
Symbol 441 Text | Uses:32 | Used by:535 |
Symbol 442 Graphic | Used by:443 | |
Symbol 443 MovieClip | Uses:442 | Used by:535 |
Symbol 444 Text | Uses:32 | Used by:535 |
Symbol 445 Graphic | Used by:446 | |
Symbol 446 MovieClip | Uses:445 | Used by:535 |
Symbol 447 Text | Uses:32 | Used by:535 |
Symbol 448 Graphic | Used by:449 | |
Symbol 449 MovieClip | Uses:448 | Used by:535 |
Symbol 450 Graphic | Used by:451 | |
Symbol 451 MovieClip | Uses:450 | Used by:535 |
Symbol 452 Graphic | Used by:453 | |
Symbol 453 MovieClip | Uses:452 | Used by:535 |
Symbol 454 Text | Uses:32 | Used by:535 |
Symbol 455 MovieClip | Uses:23 | Used by:535 |
Symbol 456 Graphic | Used by:457 | |
Symbol 457 MovieClip | Uses:456 | Used by:535 |
Symbol 458 Text | Uses:32 | Used by:535 |
Symbol 459 Text | Uses:32 | Used by:535 |
Symbol 460 Graphic | Used by:461 | |
Symbol 461 MovieClip | Uses:460 | Used by:535 |
Symbol 462 Text | Uses:32 | Used by:535 |
Symbol 463 Text | Uses:32 | Used by:535 |
Symbol 464 Text | Uses:32 | Used by:535 |
Symbol 465 Graphic | Used by:466 | |
Symbol 466 MovieClip | Uses:465 | Used by:535 |
Symbol 467 Graphic | Used by:468 | |
Symbol 468 MovieClip | Uses:467 | Used by:535 |
Symbol 469 Text | Uses:32 | Used by:535 |
Symbol 470 Graphic | Used by:471 | |
Symbol 471 MovieClip | Uses:470 | Used by:535 |
Symbol 472 Text | Uses:32 | Used by:535 |
Symbol 473 Graphic | Used by:474 | |
Symbol 474 MovieClip | Uses:473 | Used by:535 |
Symbol 475 Text | Uses:32 | Used by:535 |
Symbol 476 Graphic | Used by:477 | |
Symbol 477 MovieClip | Uses:476 | Used by:535 |
Symbol 478 Text | Uses:32 | Used by:535 |
Symbol 479 Text | Uses:32 | Used by:535 |
Symbol 480 Text | Uses:32 | Used by:535 |
Symbol 481 Text | Uses:32 | Used by:535 |
Symbol 482 Text | Uses:32 | Used by:535 |
Symbol 483 Text | Uses:32 | Used by:535 |
Symbol 484 Graphic | Used by:485 | |
Symbol 485 MovieClip | Uses:484 | Used by:535 |
Symbol 486 Graphic | Used by:487 | |
Symbol 487 MovieClip | Uses:486 | Used by:535 |
Symbol 488 Text | Uses:32 | Used by:535 |
Symbol 489 Text | Uses:32 | Used by:535 |
Symbol 490 Graphic | Used by:491 | |
Symbol 491 MovieClip | Uses:490 | Used by:535 |
Symbol 492 Text | Uses:32 | Used by:535 |
Symbol 493 Text | Uses:32 | Used by:535 |
Symbol 494 Graphic | Used by:495 | |
Symbol 495 MovieClip | Uses:494 | Used by:535 |
Symbol 496 Text | Uses:32 | Used by:535 |
Symbol 497 Graphic | Used by:498 | |
Symbol 498 MovieClip | Uses:497 | Used by:535 |
Symbol 499 Text | Uses:32 | Used by:535 |
Symbol 500 Graphic | Used by:501 | |
Symbol 501 MovieClip | Uses:500 | Used by:535 |
Symbol 502 Text | Uses:32 | Used by:535 |
Symbol 503 Graphic | Used by:504 | |
Symbol 504 MovieClip | Uses:503 | Used by:535 |
Symbol 505 Graphic | Used by:506 | |
Symbol 506 MovieClip | Uses:505 | Used by:535 |
Symbol 507 Text | Uses:32 | Used by:535 |
Symbol 508 Text | Uses:32 | Used by:535 |
Symbol 509 MovieClip | Uses:23 | Used by:535 |
Symbol 510 Graphic | Used by:511 | |
Symbol 511 MovieClip | Uses:510 | Used by:535 |
Symbol 512 Text | Uses:32 | Used by:535 |
Symbol 513 Text | Uses:32 | Used by:535 |
Symbol 514 Text | Uses:32 | Used by:535 |
Symbol 515 Text | Uses:32 | Used by:535 |
Symbol 516 Text | Uses:32 | Used by:535 |
Symbol 517 Graphic | Used by:518 | |
Symbol 518 MovieClip | Uses:517 | Used by:535 |
Symbol 519 Text | Uses:32 | Used by:535 |
Symbol 520 Graphic | Used by:521 | |
Symbol 521 MovieClip | Uses:520 | Used by:535 |
Symbol 522 Bitmap | Used by:523 | |
Symbol 523 Graphic | Uses:522 | Used by:524 |
Symbol 524 MovieClip | Uses:523 | Used by:535 |
Symbol 525 Text | Uses:32 | Used by:535 |
Symbol 526 Graphic | Used by:527 | |
Symbol 527 MovieClip | Uses:526 | Used by:535 |
Symbol 528 Text | Uses:32 | Used by:535 |
Symbol 529 Graphic | Used by:530 | |
Symbol 530 MovieClip | Uses:529 | Used by:535 |
Symbol 531 Text | Uses:32 | Used by:535 |
Symbol 532 Graphic | Used by:533 | |
Symbol 533 MovieClip | Uses:532 | Used by:535 |
Symbol 534 Text | Uses:32 | Used by:535 |
Symbol 535 MovieClip | Uses:396 397 384 399 400 402 403 407 409 410 411 415 416 418 419 421 422 424 425 427 428 430 431 433 434 435 437 438 440 441 443 444 446 447 449 451 453 454 455 457 458 459 461 462 463 464 466 468 469 471 472 474 475 477 478 479 480 481 482 483 485 487 488 489 491 492 493 495 496 498 499 501 502 504 506 507 508 509 511 512 513 514 515 516 518 519 521 524 525 527 528 530 531 533 534 | Used by:Timeline |
Symbol 536 Graphic | Used by:547 | |
Symbol 537 Text | Uses:297 | Used by:547 |
Symbol 538 Graphic | Used by:539 | |
Symbol 539 Button | Uses:538 405 406 | Used by:547 |
Symbol 540 Graphic | Used by:547 | |
Symbol 541 Text | Uses:297 | Used by:547 |
Symbol 542 Graphic | Used by:547 | |
Symbol 543 Text | Uses:297 | Used by:547 |
Symbol 544 Graphic | Used by:547 | |
Symbol 545 Text | Uses:297 | Used by:547 |
Symbol 546 Text | Uses:297 | Used by:547 |
Symbol 547 MovieClip | Uses:536 537 539 540 541 135 542 543 249 544 545 546 331 219 | Used by:Timeline |
Symbol 548 Text | Uses:297 | Used by:555 |
Symbol 549 Text | Uses:297 | Used by:555 |
Symbol 550 Graphic | Used by:554 | |
Symbol 551 Text | Uses:297 | Used by:554 |
Symbol 552 Graphic | Used by:554 | |
Symbol 553 Graphic | Used by:554 | |
Symbol 554 Button | Uses:550 551 552 553 | Used by:555 |
Symbol 555 MovieClip | Uses:548 549 554 | Used by:Timeline |
Instance Names
"movie_mc" | Frame 9 | Symbol 535 MovieClip |
"movie_mc" | Frame 14 | Symbol 535 MovieClip |
"movie_mc" | Frame 19 | Symbol 535 MovieClip |
"bar" | Symbol 13 MovieClip Frame 1 | Symbol 2 MovieClip |
"start_button" | Symbol 50 MovieClip Frame 59 | Symbol 48 Button |
"bob" | Symbol 139 MovieClip [bob_blue_linkage] Frame 1 | Symbol 122 MovieClip |
"bob" | Symbol 160 MovieClip [bob_green_linkage] Frame 1 | Symbol 143 MovieClip |
"bob" | Symbol 181 MovieClip [bob_orange_linkage] Frame 1 | Symbol 164 MovieClip |
"bob" | Symbol 202 MovieClip [bob_purple_linkage] Frame 1 | Symbol 185 MovieClip |
"bob" | Symbol 224 MovieClip [bob_red_linkage] Frame 1 | Symbol 206 MovieClip |
"arrow" | Symbol 535 MovieClip Frame 17 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 34 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 57 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 82 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 109 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 133 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 164 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 201 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 217 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 252 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 287 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 343 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 361 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 391 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 417 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 442 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 498 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 515 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 541 | Symbol 407 Button |
"arrow" | Symbol 535 MovieClip Frame 593 | Symbol 407 Button |
"button_mc" | Symbol 547 MovieClip Frame 1 | Symbol 539 Button |
"button_mc" | Symbol 555 MovieClip Frame 15 | Symbol 554 Button |
Special Tags
ExportAssets (56) | Timeline Frame 2 | Symbol 57 as "back_1_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 59 as "back_2_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 62 as "back_3_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 71 as "balloon_blue_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 80 as "balloon_green_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 89 as "balloon_orange_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 98 as "balloon_purple_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 107 as "balloon_red_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 116 as "balloon_yellow_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 118 as "bigcloud_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 139 as "bob_blue_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 160 as "bob_green_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 181 as "bob_orange_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 202 as "bob_purple_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 224 as "bob_red_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 245 as "bob_yellow_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 250 as "bob_exploding_blue_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 253 as "bob_exploding_green_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 256 as "bob_exploding_orange_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 258 as "bob_exploding_purple_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 261 as "bob_exploding_red_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 264 as "bob_exploding_yellow_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 266 as "buoy_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 268 as "cloud_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 277 as "ghost_blue_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 286 as "ghost_red_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 295 as "ghost_yellow_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 299 as "level_1_1_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 301 as "level_1_1_complete_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 303 as "level_1_2_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 305 as "level_1_2_complete_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 307 as "level_2_1_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 309 as "level_2_1_complete_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 311 as "level_2_2_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 313 as "level_2_2_complete_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 315 as "level_3_1_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 317 as "level_3_1_complete_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 319 as "level_3_2_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 321 as "level_3_2_complete_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 323 as "orb_blue_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 325 as "orb_green_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 327 as "orb_orange_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 329 as "orb_purple_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 331 as "orb_red_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 333 as "orb_yellow_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 335 as "grass_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 346 as "shark_blue_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 355 as "shark_green_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 364 as "shark_purple_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 373 as "shark_red_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 382 as "shark_yellow_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 386 as "wave_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 387 as "bob9_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 388 as "bob8_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 389 as "bob7_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 390 as "bob6_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 391 as "bob3_intro_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 392 as "bob3_linkage" |
ExportAssets (56) | Timeline Frame 2 | Symbol 393 as "bob1_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 3 | Symbol 384 as "tree_linkage" |
ExportAssets (56) | Timeline Frame 4 | Symbol 331 as "orb_red_linkage" |
ExportAssets (56) | Timeline Frame 4 | Symbol 331 as "orb_red_linkage" |
Labels
"loaded" | Symbol 13 MovieClip Frame 3 |
|