STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229671 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #24935 |
5 |
by Gabe Devlin (GDevlin77) www.lostsolution.net |
ActionScript [AS1/AS2]
Frame 1stop(); ocean = new Sound(this); ocean.attachSound("ocean"); ocean.start(0, 99999); weedz = new Sound(this); weedz.attachSound("weedz"); yellowsub = new Sound(this); yellowsub.attachSound("yellowsub"); invis = new Sound(this); invis.attachSound("invincibility"); ups = new Sound(this); ups.attachSound("smb3_1up"); shrinks = new Sound(this); shrinks.attachSound("smb3_powerup"); splash = new Sound(this); splash.attachSound("splash"); splash2 = new Sound(this); splash2.attachSound("splash2"); boom = new Sound(this); boom.attachSound("kaboom"); punch = new Sound(this); punch.attachSound("punch"); rain = new Sound(this); rain.attachSound("rain"); thunder = new Sound(this); thunder.attachSound("thunder");Instance of Symbol 218 MovieClip [fish/cursor] in Frame 1onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; }Frame 5function firstpollute() { attachMovie("soda2", "soda2", 1001); attachMovie("boot2", "boot2", 1002); pollute(); } function pollute() { birth = "object" + _global.number; if (_global.number == 1100) { _root.attachMovie("grail", birth, _global.number); } else if (_global.number == 1101) { _root.attachMovie("lsd", birth, _global.number); } else if (_global.number == 1102) { _root.attachMovie("sign", birth, _global.number); } else if (_global.number == 1103) { _root.attachMovie("fridge", birth, _global.number); } else if (_global.number == 1104) { _root.attachMovie("boot", birth, _global.number); } else { _root.attachMovie("soda", birth, _global.number); } _global.number++; } function die() { if (_global.state == "alive") { _global.state = "dead"; _root.punch.start(); _root.tuna.nextFrame(); } } function fishstick() { _root.splash.start(); _root.attachMovie("tuna", "tuna", 500); _global.Height = tuna._height; _global.Width = tuna._width; _global.scale = tuna._xscale; _root.tuna._x = 300; _root.tuna._y = 300; _global.state = "start"; _global.sd = 10; timer = 0; _global.tuna.onEnterFrame; } function die() { if ((_global.state == "alive") || (_global.state == "small")) { _root.timer = 99; _global.state = "dead"; _root.punch.start(); _root.tuna.nextFrame(); _global.su = 0; _global.sd = 0; _global.sl = 0; _global.sr = 0; } } function embroil() { evilbirth = "evilfish" + _global.evilnumber; _root.attachMovie("evilfish", evilbirth, _global.evilnumber); _global.evilnumber++; } function newpowerup() { l33t = Math.floor((Math.random() * 4) + 1); if (l33t == 1) { _root.attachMovie("spinach", "spinach", 9993); } else if (l33t == 2) { _root.attachMovie("1up", "1up", 9993); } else if (l33t == 3) { _root.attachMovie("shrink", "shrink", 9993); } } function takethatcapitalistpigs() { _global.state = "invincible"; _root.invis.start(); _root.timer = -300; _root.attachMovie("sparkle", "sparkle", 9997); } function zap() { _global.state = "small"; _root.shrinks.start(); _root.tuna._width = _global.Width / 2; _root.tuna._height = _global.Height / 2; _root.timer = -200; } lives = 5; timer = 0; powerup = 0; _global.blink = true; _global.state = "start"; _global.rain = 0; _global.evilnumber = 0; _global.number = 1100; _global.day = 0; _global.su = 0; _global.sd = 0; _global.sl = 0; _global.sr = 0; _global.oalpha = 0; _global.balpha = 100; attachMovie("nav", "nav", 999999); attachMovie("waterprelude", "waterprelude", 1000); firstpollute(); this.createEmptyMovieClip("setup", -1); setup.onEnterFrame = function () { if (_root.time._currentframe == 2) { _global.day++; if (_global.day == 1) { _root.attachMovie("day1", "asifgh", 9999); } else if (_global.day == 2) { _root.attachMovie("day2", "fsffds", 9999); } else if (_global.day == 3) { _root.attachMovie("day3", "asdfsa", 9999); } else if (_global.day == 4) { _root.attachMovie("day4", "hgfhfh", 9999); } else if (_global.day == 5) { _root.attachMovie("day5", "fghf", 9999); } } if (_global.blink == true) { if (_root.tuna._visible == false) { _root.tuna._visible = true; } else { _root.tuna._visible = false; } } else { _root.tuna._visible = true; } if ((_global.state == "start") || (_global.state == "invincible")) { _global.blink = true; } else { _global.blink = false; } if ((timer > 100) && (_global.state != "dead")) { if (_global.state == "small") { _root.tuna._width = _global.Width; _root.tuna._height = _global.Height; } _global.state = "alive"; _root.sparkle.unloadMovie(); } else { timer++; } if ((((_global.state == "alive") || (_global.state == "invincible")) || (_global.state == "small")) || (_global.state == "start")) { if (Key.isDown(38)) { if (_global.su != 20) { _global.su++; } } else if (_global.su != 0) { _global.su--; } if (Key.isDown(40)) { if (_global.sd != 20) { _global.sd++; } } else if (_global.sd != 0) { _global.sd--; } if (Key.isDown(39)) { if (_global.state == "small") { tuna._xscale = -(_global.scale / 2); } else { tuna._xscale = -_global.scale; } if (_global.sr != 20) { _global.sr++; } } else if (_global.sr != 0) { _global.sr--; } if (Key.isDown(37)) { if (_global.state == "small") { tuna._xscale = _global.scale / 2; } else { tuna._xscale = _global.scale; } if (_global.sl != 20) { _global.sl++; } } else if (_global.sl != 0) { _global.sl--; } } else { tuna.gotoAndStop(2); } if (tuna._x < 600) { tuna._x = tuna._x + _global.sr; } else { _global.sr = 0; } if (tuna._x > 0) { tuna._x = tuna._x - _global.sl; } else { _global.sl = 0; } if (tuna._y < 500) { tuna._y = tuna._y + _global.sd; } else { _global.sd = 0; } if (tuna._y > 210) { tuna._y = tuna._y - _global.su; } else { _global.su = 0; } if (Key.isDown(32)) { _root.devineintervention(); } }; fishstick(); tuna.onLoad = function () { maxy = 50; }; _root.invis.onSoundComplete = function () { _root.timer = 101; };Instance of Symbol 218 MovieClip [fish/cursor] in Frame 6onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; }Symbol 14 MovieClip [fridge] Frame 1dir = Math.round(Math.random() * 2); height = Math.round((Math.random() * 300) + 200); rotation = Math.round((Math.random() * 5) + 1); if (dir < 1) { dir = "right"; } else { dir = "left"; } if (dir == "right") { this._x = -100; } else if (dir == "left") { this._x = 700; this._xscale = this._xscale * -1; } this._y = height; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 14 MovieClip [fridge] Frame 2if (dir == "right") { if (this._x < 700) { this._x++; } else { this.unloadMovie(); } } else if (dir == "left") { if (this._x > -100) { this._x--; } else { this.unloadMovie(); } } if (dir == "left") { this._rotation = this._rotation + rotation; } else { this._rotation = this._rotation - rotation; }Symbol 14 MovieClip [fridge] Frame 3gotoAndPlay (2);Symbol 45 MovieClip [sparkle] Frame 1this.onEnterFrame = function () { this._x = _root.tuna._x - 20; this._y = _root.tuna._y - 10; };Symbol 47 MovieClip [spinach] Frame 1this._x = Math.random() * 550; this._y = -50; fall = 0; state = 0; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { if (_global.state == "alive") { _root.takethatcapitalistpigs(); this.unloadMovie(); } } };Symbol 47 MovieClip [spinach] Frame 2if (state == 0) { this._y = this._y + fall; fall++; } else { this._y = this._y + fall; fall = fall + 0.25; } if (this._y < 180) { state = 0; } else if (state == 0) { fall = 0; _root.splash2.start(); state = 1; }Symbol 47 MovieClip [spinach] Frame 3gotoAndPlay (2);Symbol 51 MovieClip [shrink] Frame 1this._x = Math.random() * 550; this._y = -50; fall = 0; state = 0; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { if (_global.state == "alive") { _root.zap(); this.unloadMovie(); } } };Symbol 51 MovieClip [shrink] Frame 2if (state == 0) { this._y = this._y + fall; fall++; } else { this._y = this._y + fall; fall = fall + 0.25; } if (this._y < 180) { state = 0; } else if (state == 0) { fall = 0; _root.splash2.start(); state = 1; }Symbol 51 MovieClip [shrink] Frame 3gotoAndPlay (2);Symbol 53 MovieClip [1up] Frame 1this._x = Math.random() * 550; this._y = -50; fall = 0; state = 0; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { if (_global.state == "alive") { this.unloadMovie(); _root.lives++; _root.ups.start(); } } };Symbol 53 MovieClip [1up] Frame 2if (state == 0) { this._y = this._y + fall; fall++; } else { this._y = this._y + fall; fall = fall + 0.25; } if (this._y < 180) { state = 0; } else if (state == 0) { fall = 0; _root.splash2.start(); state = 1; }Symbol 53 MovieClip [1up] Frame 3gotoAndPlay (2);Symbol 55 MovieClip [sub] Frame 1dir = "left"; scale = this._xscale; this._x = 700; this._y = -200; exist = 1; state = 1; _root.yellowsub.start(0, 99); this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 55 MovieClip [sub] Frame 2if (dir == "left") { this._x = 700; this._xscale = -scale; } else if (dir == "right") { this._x = -200; this._xscale = scale; } this._y = (Math.random() * 200) + 200; myx = 0; if (state == 3) { _root.yellowsub.stop(); _root.ocean.start(0, 9999); this.unloadMovie(); }Symbol 55 MovieClip [sub] Frame 3if (dir == "left") { this._x = this._x - myx; } else if (dir == "right") { this._x = this._x + myx; } if (state == 2) { if (_root.tuna._y < this._y) { this._y--; } else if (_root.tuna._y > this._y) { this._y = this._y + 2; } } myx = myx + 0.2; if ((this._x > 800) || (this._x < -200)) { if (dir == "left") { dir = "right"; } else if (dir == "right") { dir = "left"; } gotoAndPlay (2); }Symbol 55 MovieClip [sub] Frame 4gotoAndPlay (3);Symbol 61 MovieClip Frame 1var num = 2000;Symbol 61 MovieClip Frame 14fool = "gernade" + num; _root.attachMovie("gernade", fool, num); num++;Symbol 61 MovieClip Frame 40gotoAndPlay (2);Symbol 62 MovieClip [fisherman2] Frame 1var myx = 1; this._x = 800; this._y = -45;Symbol 62 MovieClip [fisherman2] Frame 2if (this._x > 250) { this._x = this._x - myx; } else { gotoAndPlay (4); myx = 1; } myx = myx + 0.35;Symbol 62 MovieClip [fisherman2] Frame 3gotoAndPlay (2);Symbol 62 MovieClip [fisherman2] Frame 5gotoAndPlay (4);Symbol 62 MovieClip [fisherman2] Frame 6if (this._x > -400) { this._x = this._x - myx; } else { myx = 0; this.unloadMovie(); } myx = myx + 0.4;Symbol 62 MovieClip [fisherman2] Frame 7gotoAndPlay (6);Symbol 64 MovieClip Frame 22_root.attachMovie("gernade", "gernade", 2000);Symbol 65 MovieClip [fisherman] Frame 1var myx = 1; this._x = 800; this._y = -45;Symbol 65 MovieClip [fisherman] Frame 2if (this._x > 250) { this._x = this._x - myx; } else { gotoAndPlay (4); myx = 1; } myx = myx + 0.35;Symbol 65 MovieClip [fisherman] Frame 3gotoAndPlay (2);Symbol 65 MovieClip [fisherman] Frame 5gotoAndPlay (4);Symbol 65 MovieClip [fisherman] Frame 6if (this._x > -400) { this._x = this._x - myx; } else { myx = 0; this.unloadMovie(); } myx = myx + 0.4;Symbol 65 MovieClip [fisherman] Frame 7gotoAndPlay (6);Symbol 71 MovieClip [evilfish] Frame 1var myx = 3; var myy = 2; var scale = this._xscale; this._x = 700; this._y = 200; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 71 MovieClip [evilfish] Frame 2if (this._x > 500) { this._x = this._x - 5; this._y = this._y + 4; } else { gotoAndPlay (4); }Symbol 71 MovieClip [evilfish] Frame 3gotoAndPlay (2);Symbol 71 MovieClip [evilfish] Frame 4if (this._x < 0) { myx = myx * -1; this._xscale = -scale; } if (this._x > 600) { myx = myx * -1; this._xscale = scale; } if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } this._x = this._x - myx; this._y = this._y + myy;Symbol 71 MovieClip [evilfish] Frame 5gotoAndPlay (4);Symbol 73 MovieClip [soda2] Frame 1dir = Math.round(Math.random() * 2); height = Math.round((Math.random() * 300) + 200); rotation = Math.round((Math.random() * 3) + 1); depth = Math.round(Math.random() * 200); myy = 1; if (dir < 1) { dir = "right"; } else { dir = "left"; } this._x = 400; this._y = 400; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 73 MovieClip [soda2] Frame 2if (dir == "right") { if (this._x < 700) { if (_global.rain == 0) { this._x++; } else { this._x = this._x + 3; } this._y = this._y + myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = -100; } } else if (dir == "left") { if (this._x > -100) { if (_global.rain == 0) { this._x--; } else { this._x = this._x - 3; } this._y = this._y - myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = 700; } } if (dir == "left") { this._rotation = this._rotation + rotation; } else { this._rotation = this._rotation - rotation; }Symbol 73 MovieClip [soda2] Frame 3gotoAndPlay (2);Symbol 75 MovieClip [soda] Frame 1dir = Math.round(Math.random() * 2); height = Math.round((Math.random() * 300) + 200); rotation = Math.round((Math.random() * 3) + 1); depth = Math.round(Math.random() * 200); myy = 1; if (dir < 1) { dir = "right"; } else { dir = "left"; } if (dir == "right") { this._x = -100 - depth; } else if (dir == "left") { this._x = 700 + depth; this._xscale = this._xscale * -1; myy = myy * -1; } this._y = height; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 75 MovieClip [soda] Frame 2if (dir == "right") { if (this._x < 700) { if (_global.rain == 0) { this._x++; } else { this._x = this._x + 3; } this._y = this._y + myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = -100; } } else if (dir == "left") { if (this._x > -100) { if (_global.rain == 0) { this._x--; } else { this._x = this._x - 3; } this._y = this._y - myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = 700; } } if (dir == "left") { this._rotation = this._rotation + rotation; } else { this._rotation = this._rotation - rotation; }Symbol 75 MovieClip [soda] Frame 3gotoAndPlay (2);Symbol 77 MovieClip [cement] Frame 1this._x = _root.mafia._x; this._y = _root.mafia._y + 150; myy = 0; splash = 0; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 77 MovieClip [cement] Frame 2if (this._y < 180) { this._y = this._y + 5; } else { if (splash == 0) { _root.splash.start(); splash = 1; } this._y = this._y + myy; myy++; }Symbol 77 MovieClip [cement] Frame 3gotoAndPlay (2);Symbol 79 MovieClip [boot2] Frame 1dir = Math.round(Math.random() * 2); height = Math.round((Math.random() * 300) + 200); rotation = Math.round((Math.random() * 3) + 1); depth = Math.round(Math.random() * 200); myy = 1; if (dir < 1) { dir = "right"; } else { dir = "left"; } this._x = 200; this._y = 200; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 79 MovieClip [boot2] Frame 2if (dir == "right") { if (this._x < 700) { if (_global.rain == 0) { this._x++; } else { this._x = this._x + 3; } this._y = this._y + myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = -100; } } else if (dir == "left") { if (this._x > -100) { if (_global.rain == 0) { this._x--; } else { this._x = this._x - 3; } this._y = this._y - myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = 700; } } if (dir == "left") { this._rotation = this._rotation + rotation; } else { this._rotation = this._rotation - rotation; }Symbol 79 MovieClip [boot2] Frame 3gotoAndPlay (2);Symbol 81 MovieClip [boot] Frame 1dir = Math.round(Math.random() * 2); height = Math.round((Math.random() * 300) + 200); rotation = Math.round((Math.random() * 3) + 1); depth = Math.round(Math.random() * 200); myy = 1; if (dir < 1) { dir = "right"; } else { dir = "left"; } if (dir == "right") { this._x = -100 - depth; } else if (dir == "left") { this._x = 700 + depth; this._xscale = this._xscale * -1; myy = myy * -1; } this._y = height; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 81 MovieClip [boot] Frame 2if (dir == "right") { if (this._x < 700) { if (_global.rain == 0) { this._x++; } else { this._x = this._x + 3; } this._y = this._y + myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = -100; } } else if (dir == "left") { if (this._x > -100) { if (_global.rain == 0) { this._x--; } else { this._x = this._x - 3; } this._y = this._y - myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = 700; } } if (dir == "left") { this._rotation = this._rotation + rotation; } else { this._rotation = this._rotation - rotation; }Symbol 81 MovieClip [boot] Frame 3gotoAndPlay (2);Symbol 83 MovieClip [grail] Frame 1dir = Math.round(Math.random() * 2); height = Math.round((Math.random() * 300) + 200); rotation = Math.round((Math.random() * 3) + 1); depth = Math.round(Math.random() * 200); myy = 1; if (dir < 1) { dir = "right"; } else { dir = "left"; } if (dir == "right") { this._x = -100 - depth; } else if (dir == "left") { this._x = 700 + depth; this._xscale = this._xscale * -1; myy = myy * -1; } this._y = height; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 83 MovieClip [grail] Frame 2if (dir == "right") { if (this._x < 700) { if (_global.rain == 0) { this._x++; } else { this._x = this._x + 3; } this._y = this._y + myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = -100; } } else if (dir == "left") { if (this._x > -100) { if (_global.rain == 0) { this._x--; } else { this._x = this._x - 3; } this._y = this._y - myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = 700; } } if (dir == "left") { this._rotation = this._rotation + rotation; } else { this._rotation = this._rotation - rotation; }Symbol 83 MovieClip [grail] Frame 3gotoAndPlay (2);Symbol 85 MovieClip [lsd] Frame 1dir = Math.round(Math.random() * 2); height = Math.round((Math.random() * 300) + 200); rotation = Math.round((Math.random() * 3) + 1); depth = Math.round(Math.random() * 200); myy = 1; if (dir < 1) { dir = "right"; } else { dir = "left"; } if (dir == "right") { this._x = -100 - depth; } else if (dir == "left") { this._x = 700 + depth; this._xscale = this._xscale * -1; myy = myy * -1; } this._y = height; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 85 MovieClip [lsd] Frame 2if (dir == "right") { if (this._x < 700) { if (_global.rain == 0) { this._x++; } else { this._x = this._x + 3; } this._y = this._y + myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = -100; } } else if (dir == "left") { if (this._x > -100) { if (_global.rain == 0) { this._x--; } else { this._x = this._x - 3; } this._y = this._y - myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = 700; } } if (dir == "left") { this._rotation = this._rotation + rotation; } else { this._rotation = this._rotation - rotation; }Symbol 85 MovieClip [lsd] Frame 3gotoAndPlay (2);Symbol 87 MovieClip [sign] Frame 1dir = Math.round(Math.random() * 2); height = Math.round((Math.random() * 300) + 200); rotation = Math.round((Math.random() * 3) + 1); depth = Math.round(Math.random() * 200); myy = 1; if (dir < 1) { dir = "right"; } else { dir = "left"; } if (dir == "right") { this._x = -100 - depth; } else if (dir == "left") { this._x = 700 + depth; this._xscale = this._xscale * -1; myy = myy * -1; } this._y = height; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 87 MovieClip [sign] Frame 2if (dir == "right") { if (this._x < 700) { if (_global.rain == 0) { this._x++; } else { this._x = this._x + 3; } this._y = this._y + myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = -100; } } else if (dir == "left") { if (this._x > -100) { if (_global.rain == 0) { this._x--; } else { this._x = this._x - 3; } this._y = this._y - myy; if (this._y < 200) { myy = myy * -1; } if (this._y > 500) { myy = myy * -1; } } else { this._x = 700; } } if (dir == "left") { this._rotation = this._rotation + rotation; } else { this._rotation = this._rotation - rotation; }Symbol 87 MovieClip [sign] Frame 3gotoAndPlay (2);Symbol 111 MovieClip [day1] Frame 1this._x = 180; this._y = 260;Symbol 111 MovieClip [day1] Frame 46this.unloadMovie(); stop();Symbol 113 MovieClip [day5] Frame 1this._x = 180; this._y = 260;Symbol 113 MovieClip [day5] Frame 46stop(); this.unloadMovie();Symbol 115 MovieClip [day4] Frame 1this._x = 180; this._y = 260;Symbol 115 MovieClip [day4] Frame 46stop(); this.unloadMovie();Symbol 117 MovieClip [day3] Frame 1this._x = 180; this._y = 260;Symbol 117 MovieClip [day3] Frame 46stop(); this.unloadMovie();Symbol 119 MovieClip [day2] Frame 1this._x = 180; this._y = 260;Symbol 119 MovieClip [day2] Frame 46stop(); this.unloadMovie();Symbol 143 MovieClip [myarms!!] Frame 61_root.attachMovie("cement", "cement", 2000);Symbol 145 MovieClip [mafia] Frame 1var myx = 5; this._x = 900; this._y = -44;Symbol 145 MovieClip [mafia] Frame 2if (this._x > 600) { this._x = this._x - myx; } else { myx = 10; gotoAndPlay (4); }Symbol 145 MovieClip [mafia] Frame 3gotoAndPlay (2);Symbol 145 MovieClip [mafia] Frame 4if (this._x < 0) { myx = myx * -1; } if (this._x > 600) { myx = myx * -1; } this._x = this._x - myx;Symbol 145 MovieClip [mafia] Frame 5gotoAndPlay (4);Symbol 145 MovieClip [mafia] Frame 6mafia.stop(); this._x = this._x - myx; if ((this._x < -1000) || (this._x > 1000)) { this.unloadMovie(); }Symbol 145 MovieClip [mafia] Frame 7gotoAndPlay (6);Symbol 150 MovieClip [gernade] Frame 1this._x = 548; this._y = 50; hangtime = Math.random() * 33; myx = 20; myy = 1; grav = 3; kaboom = (Math.random() * 300) + 180; this._rotation = this._rotation - 50;Symbol 150 MovieClip [gernade] Frame 2this._rotation = this._rotation - 50; this._x = this._x - myx; this._y = this._y - hangtime; hangtime = hangtime - grav; if (this._y > 180) { _root.splash2.start(0, 1); this.gotoAndPlay(4); }Symbol 150 MovieClip [gernade] Frame 3gotoAndPlay (2);Symbol 150 MovieClip [gernade] Frame 4this._y = this._y + myy; if (myy < 4) { myy = myy + 0.05; } if (this._y > kaboom) { gotoAndPlay (6); } this._rotation = this._rotation + 1;Symbol 150 MovieClip [gernade] Frame 5gotoAndPlay (4);Symbol 150 MovieClip [gernade] Frame 6_root.boom.start(1, 0); hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); }Symbol 150 MovieClip [gernade] Frame 17this.unloadMovie();Symbol 160 MovieClip [cloudy] Frame 1_root.thunder.start(); this._x = -24; this._y = -100;Symbol 160 MovieClip [cloudy] Frame 2if (this._y < -31) { this._y = this._y + 0.5; } else { _global.rain = 1; _root.rain.start(0, 99); this.gotoAndPlay(4); }Symbol 160 MovieClip [cloudy] Frame 3gotoAndPlay (2);Symbol 160 MovieClip [cloudy] Frame 4if (rain._alpha < 100) { rain._alpha = rain._alpha + 2; } if (rain._alpha == 99) { _root.thunder.start(); }Symbol 160 MovieClip [cloudy] Frame 5gotoAndPlay (4);Symbol 160 MovieClip [cloudy] Frame 6if (rain._alpha > 0) { rain._alpha = rain._alpha - 4; this._y--; } else { _root.rain.stop("rain"); _root.ocean.start(); _global.rain = 0; this.unloadMovie(); }Symbol 160 MovieClip [cloudy] Frame 7gotoAndPlay (6);Symbol 171 MovieClip Frame 43if (_parent.state < 3) { _root.attachMovie("machete", "machete", 2000); } else { _root.attachMovie("machete2", "machete2", 2000); }Symbol 174 MovieClip [weed] Frame 1this._x = -100; this._y = 316.9; state = 0; exist = 1; _root.weedz.start(0, 99); this.onEnterFrame = function () { if (state == 0) { if (this._x < 59.3) { this._x = this._x + 2; } else { state = 1; } } else if (state == 2) { if (this._x > -100) { this._x = this._x - 2; } else { state = 3; this._xscale = -this._xscale; this._x = 700; } } else if (state == 3) { if (this._x > 540) { this._x = this._x - 2; } else { state = 4; } } else if (state == 5) { if (this._x < 700) { this._x = this._x + 2; } else { _root.weedz.stop("weedz"); _root.ocean.start(); this.unloadMovie(); } } if (this.hitTest("_root.tuna")) { _root.die(); } };Symbol 174 MovieClip [weed] Frame 41gotoAndPlay (2);Symbol 176 MovieClip [machete2] Frame 1this._x = _root.weed._x - 50; this._y = _root.weed._y - 10; xdis = this._x - _root.tuna._x; ydis = this._y - _root.tuna._y; yrawr = (ydis / xdis) * 25; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 176 MovieClip [machete2] Frame 2this._rotation = this._rotation - 40; this._x = this._x - 20; this._y = this._y - yrawr;Symbol 176 MovieClip [machete2] Frame 3gotoAndPlay (2);Symbol 178 MovieClip [machete] Frame 1this._x = _root.weed._x + 50; this._y = _root.weed._y - 10; xdis = _root.tuna._x - this._x; ydis = _root.tuna._y - this._y; yrawr = (ydis / xdis) * 30; this.onEnterFrame = function () { hit = false; for (i in _root.tuna.perimeter) { point = new Object(); point.x = _root.tuna.perimeter[i]._x; point.y = _root.tuna.perimeter[i]._y; _root.tuna.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.die(); } };Symbol 178 MovieClip [machete] Frame 2this._rotation = this._rotation + 35; this._x = this._x + 15; this._y = this._y + yrawr;Symbol 178 MovieClip [machete] Frame 3gotoAndPlay (2);Symbol 179 Button [back]on (release) { _root.gotoAndStop(2); _root.waterprelude.unloadMovie(); _root.spaceship.unloadMovie(); _root.nav.unloadMovie(); _root.soda2.unloadMovie(); _root.boot2.unloadMovie(); _root.object1100.unloadMovie(); _root.object1101.unloadMovie(); _root.object1102.unloadMovie(); _root.object1103.unloadMovie(); _root.object1104.unloadMovie(); _root.object1105.unloadMovie(); _root.object1106.unloadMovie(); _root.object1107.unloadMovie(); _root.object1108.unloadMovie(); _root.object1109.unloadMovie(); _root.object1110.unloadMovie(); _root.fisherman.unloadMovie(); _root.fisherman2.unloadMovie(); _root.sub.unloadMovie(); _root.mafia.unloadMovie(); _root.weed.unloadMovie(); _root.tuna.unloadMovie(); _root.evilfish0.unloadMovie(); _root.evilfish1.unloadMovie(); _root.cloudy.unloadMovie(); _root.gotoAndStop(6); this.unloadMovie(); }Symbol 181 Button [back]on (release) { _root.gotoAndStop(2); }Symbol 189 MovieClip [gameover] Frame 1this._x = 297; this._y = 330; _root.time.stop();Symbol 189 MovieClip [gameover] Frame 7_root.yellowsub.stop(); _root.weedz.stop();Symbol 189 MovieClip [gameover] Frame 25stop(); _root.ocean.start(0, 99999);Symbol 195 MovieClip [nav] Frame 1this._x = 0; this._y = 500;Symbol 199 MovieClip [spaceship] Frame 1this._x = 700; this._y = 50; var dir; number = 777777 /* 0x0BDE31 */; speed = 0; state = 0;Symbol 199 MovieClip [spaceship] Frame 2if (_root.tuna._x < this._x) { dir = "left"; } else { dir = "right"; }Symbol 199 MovieClip [spaceship] Frame 3if (dir == "left") { if (_root.tuna._x > this._x) { _root.attachMovie("bam", "bam", 7772); number++; this.gotoAndPlay(5); } this._x = this._x - speed; } else { if (_root.tuna._x < this._x) { _root.attachMovie("bam", "bam", 7772); number++; this.gotoAndPlay(5); } this._x = this._x + speed; } if (speed < 25) { speed = speed + 1; }Symbol 199 MovieClip [spaceship] Frame 4gotoAndPlay (3);Symbol 199 MovieClip [spaceship] Frame 5if (speed > 0) { if (state == 0) { speed = speed - 1; } else { speed++; if ((this._x > 800) || (this._x < -200)) { this.unloadMovie(); } } if (dir == "left") { this._x = this._x - speed; } else { this._x = this._x + speed; } } else { gotoAndPlay (2); }Symbol 199 MovieClip [spaceship] Frame 6gotoAndPlay (5);Symbol 201 MovieClip [bam] Frame 1this._x = _root.spaceship._x; this._y = _root.spaceship._y + 40; speed = 7; this._alpha = 40; this._height = 10;Symbol 201 MovieClip [bam] Frame 2this._y = this._y + speed; if (this._y > 500) { this.unloadMovie(); } if (this._alpha < 100) { this._alpha = this._alpha + 10; } if (this._height < 50) { this._height = this._height + 10; } if (this.hitTest("_root.tuna")) { trace("dude"); _root.die(); }Symbol 201 MovieClip [bam] Frame 3gotoAndPlay (2);Symbol 202 Button [back]on (release) { _root.gotoAndStop(4); }Symbol 208 MovieClip [tuna] Frame 1stop();Symbol 208 MovieClip [tuna] Frame 2var spin = 70; this.onEnterFrame = function () { if (this._y > 215) { this._y = this._y - 0.5; } if (spin > 0) { this._rotation = this._rotation + spin; } else if (spin == -150) { _root.lives--; if (_root.lives == 0) { _root.attachMovie("gameover", "gameover", 10007); } else { _root.fishstick(); } } spin = spin - 5; };Symbol 209 Button [back]on (release) { _root.prevFrame(); }Symbol 211 MovieClip [fridge_ex] Frame 1this._rotation = this._rotation + 4;Symbol 211 MovieClip [fridge_ex] Frame 2gotoAndPlay (1);Symbol 213 MovieClip [boot_ex] Frame 1this._rotation = this._rotation + 2;Symbol 213 MovieClip [boot_ex] Frame 2gotoAndPlay (1);Symbol 214 Button [credits]on (release) { gotoAndStop ("credits"); }Symbol 215 Button [ins]on (release) { nextFrame(); }Symbol 216 Button [play]on (release) { gotoAndStop (5); }Symbol 221 MovieClip Frame 1attachMovie("water2", "wata1", 1); attachMovie("water2", "wata2", 2); wata1._alpha = 75; wata1._y = 0; wata1._x = 0; wata2._y = 0; wata2._x = 52; var wspeed = 0;Symbol 221 MovieClip Frame 2if (wata1._x < 52) { wata1._x = wata1._x + wspeed; } else { wata1._x = 0; wspeed = 0; } if (wata2._x > 0) { wata2._x = wata2._x - wspeed; } else { wata2._x = 52; wspeed = 0; } wspeed = wspeed + 0.01;Symbol 221 MovieClip Frame 3gotoAndPlay (2);Symbol 222 MovieClip [waterprelude] Frame 1this._x = -77; this._y = 141;Symbol 229 Buttonon (press) { getURL ("http://www.lostsolution.net", "_blank"); }Symbol 234 Buttonon (release) { _root.nextFrame(); }Symbol 235 MovieClip Frame 1_root.stop(); PercentLoaded = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); _parent.gotoAndStop(PercentLoaded); if (PercentLoaded != 100) { } else { _root.loader.gotoAndStop("loaded"); gotoAndStop ("loaded"); }Symbol 235 MovieClip Frame 2gotoAndPlay (1);Symbol 236 MovieClip Frame 100stop();Symbol 240 MovieClip Frame 1this._rotation = this._rotation - 0.5;Symbol 240 MovieClip Frame 2gotoAndPlay (1);Instance of Symbol 245 MovieClip "blue" in Symbol 248 MovieClip Frame 1onClipEvent (enterFrame) { this._alpha = _global.balpha; }Instance of Symbol 247 MovieClip "orange" in Symbol 248 MovieClip Frame 1onClipEvent (enterFrame) { this._alpha = _global.oalpha; }Symbol 250 MovieClip Frame 1if (_global.day == 5) { _root.waterprelude.unloadMovie(); _root.nav.unloadMovie(); _root.soda2.unloadMovie(); _root.boot2.unloadMovie(); _root.object1100.unloadMovie(); _root.object1101.unloadMovie(); _root.object1102.unloadMovie(); _root.object1103.unloadMovie(); _root.object1104.unloadMovie(); _root.object1105.unloadMovie(); _root.object1106.unloadMovie(); _root.object1107.unloadMovie(); _root.object1108.unloadMovie(); _root.object1109.unloadMovie(); _root.object1110.unloadMovie(); _root.fisherman.unloadMovie(); _root.fisherman2.unloadMovie(); _root.sub.unloadMovie(); _root.mafia.unloadMovie(); _root.weed.unloadMovie(); _root.tuna.unloadMovie(); _root.evilfish0.unloadMovie(); _root.evilfish1.unloadMovie(); _root.cloudy.unloadMovie(); _root.gotoAndStop(6); }Instance of Symbol 208 MovieClip [tuna] in Symbol 250 MovieClip Frame 1onClipEvent (enterFrame) { if (_global.oalpha > 0) { _global.oalpha--; } _global.balpha = 100; }Symbol 250 MovieClip Frame 5if (_root.powerup == 1) { _root.newpowerup(); }Symbol 250 MovieClip Frame 10_root.powerup = 1;Instance of Symbol 208 MovieClip [tuna] in Symbol 250 MovieClip Frame 160onClipEvent (enterFrame) { if (_global.oalpha < 100) { _global.oalpha++; } }Symbol 250 MovieClip Frame 300if (_global.day == 1) { _root.embroil(); } else if (_global.day == 2) { _root.fisherman.gotoAndPlay(6); } else if (_global.day == 3) { _root.sub.state = 2; } else if (_global.day == 4) { _root.fisherman2.gotoAndPlay(6); } else if (_global.day == 5) { }Instance of Symbol 208 MovieClip [tuna] in Symbol 250 MovieClip Frame 340onClipEvent (enterFrame) { if (_global.oalpha > 0) { _global.oalpha--; } _global.balpha = 0; }Symbol 250 MovieClip Frame 370if (_global.day == 1) { _root.attachMovie("spaceship", "spaceship", 557); } else if (_global.day == 2) { _root.attachMovie("mafia", "mafia", 778); } else if (_global.day == 3) { } else if (_global.day == 4) { _root.attachMovie("cloudy", "cloudy", 779); } else if (_global.day == 5) { _root.weed.state = 2; }Symbol 250 MovieClip Frame 735_root.newpowerup();Symbol 250 MovieClip Frame 1066if (_global.day == 1) { _root.pollute(); _root.spaceship.state = 1; } else if (_global.day == 2) { _root.mafia.gotoAndPlay(6); } else if (_global.day == 3) { _root.sub.state = 3; _root.pollute(); } else if (_global.day == 4) { _root.cloudy.gotoAndPlay(6); } else if (_global.day == 5) { }Instance of Symbol 208 MovieClip [tuna] in Symbol 250 MovieClip Frame 1100onClipEvent (enterFrame) { if (_global.oalpha < 100) { _global.oalpha++; } }Symbol 250 MovieClip Frame 1120if (_global.day == 1) { _root.attachMovie("fisherman", "fisherman", 777); } else if (_global.day == 2) { _root.attachMovie("sub", "sub", 2000); } else if (_global.day == 3) { _root.attachMovie("fisherman2", "fisherman2", 777); } else if (_global.day == 4) { _root.attachMovie("weed", "weed", 777); } else if (_global.day == 5) { _root.weed.state = 5; _root.pollute(); _root.pollute(); _root.embroil(); }Instance of Symbol 208 MovieClip [tuna] in Symbol 250 MovieClip Frame 1290onClipEvent (enterFrame) { if (_global.oalpha > 0) { _global.oalpha--; } _global.balpha = 100; }
Library Items
Symbol 1 Sound [yellowsub] | ||
Symbol 2 Sound [weedz] | ||
Symbol 3 Sound [thunder] | ||
Symbol 4 Sound [splash2] | ||
Symbol 5 Sound [splash] | ||
Symbol 6 Sound [smb3_powerup] | ||
Symbol 7 Sound [smb3_1up] | ||
Symbol 8 Sound [rain] | ||
Symbol 9 Sound [punch] | ||
Symbol 10 Sound [ocean] | ||
Symbol 11 Sound [kaboom] | ||
Symbol 12 Sound [invincibility] | ||
Symbol 13 Graphic | Used by:14 | |
Symbol 14 MovieClip [fridge] | Uses:13 | |
Symbol 15 Graphic | Used by:45 | |
Symbol 16 Graphic | Used by:45 | |
Symbol 17 Graphic | Used by:45 | |
Symbol 18 Graphic | Used by:45 | |
Symbol 19 Graphic | Used by:45 | |
Symbol 20 Graphic | Used by:45 | |
Symbol 21 Graphic | Used by:45 | |
Symbol 22 Graphic | Used by:45 | |
Symbol 23 Graphic | Used by:45 | |
Symbol 24 Graphic | Used by:45 | |
Symbol 25 Graphic | Used by:45 | |
Symbol 26 Graphic | Used by:45 | |
Symbol 27 Graphic | Used by:45 | |
Symbol 28 Graphic | Used by:45 | |
Symbol 29 Graphic | Used by:45 | |
Symbol 30 Graphic | Used by:45 | |
Symbol 31 Graphic | Used by:45 | |
Symbol 32 Graphic | Used by:45 | |
Symbol 33 Graphic | Used by:45 | |
Symbol 34 Graphic | Used by:45 | |
Symbol 35 Graphic | Used by:45 | |
Symbol 36 Graphic | Used by:45 | |
Symbol 37 Graphic | Used by:45 | |
Symbol 38 Graphic | Used by:45 | |
Symbol 39 Graphic | Used by:45 | |
Symbol 40 Graphic | Used by:45 | |
Symbol 41 Graphic | Used by:45 | |
Symbol 42 Graphic | Used by:45 | |
Symbol 43 Graphic | Used by:45 | |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip [sparkle] | Uses:15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip [spinach] | Uses:46 | |
Symbol 48 Graphic | Used by:51 | |
Symbol 49 Graphic | Used by:51 | |
Symbol 50 Graphic | Used by:51 | |
Symbol 51 MovieClip [shrink] | Uses:48 49 50 | |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 MovieClip [1up] | Uses:52 | |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip [sub] | Uses:54 | |
Symbol 56 Graphic [water2] | Used by:57 | |
Symbol 57 MovieClip [water2] | Uses:56 | |
Symbol 58 Graphic | Used by:62 | |
Symbol 59 Graphic | Used by:61 62 64 65 | |
Symbol 60 Graphic | Used by:61 64 | |
Symbol 61 MovieClip | Uses:59 60 | Used by:62 |
Symbol 62 MovieClip [fisherman2] | Uses:58 59 61 | |
Symbol 63 Graphic | Used by:65 | |
Symbol 64 MovieClip | Uses:59 60 | Used by:65 |
Symbol 65 MovieClip [fisherman] | Uses:63 59 64 | |
Symbol 66 Graphic [moon] | Used by:67 250 Timeline | |
Symbol 67 MovieClip [moon] | Uses:66 | |
Symbol 68 Graphic [sun] | Used by:69 250 Timeline | |
Symbol 69 MovieClip [sun] | Uses:68 | |
Symbol 70 Graphic | Used by:71 | |
Symbol 71 MovieClip [evilfish] | Uses:70 | |
Symbol 72 Graphic | Used by:73 | |
Symbol 73 MovieClip [soda2] | Uses:72 | |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 MovieClip [soda] | Uses:74 | |
Symbol 76 Graphic | Used by:77 | |
Symbol 77 MovieClip [cement] | Uses:76 | |
Symbol 78 Graphic | Used by:79 | |
Symbol 79 MovieClip [boot2] | Uses:78 | |
Symbol 80 Graphic | Used by:81 | |
Symbol 81 MovieClip [boot] | Uses:80 | |
Symbol 82 Graphic | Used by:83 | |
Symbol 83 MovieClip [grail] | Uses:82 | |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip [lsd] | Uses:84 | |
Symbol 86 Graphic | Used by:87 | |
Symbol 87 MovieClip [sign] | Uses:86 | |
Symbol 88 Graphic | Used by:93 216 | |
Symbol 89 Graphic | Used by:93 216 | |
Symbol 90 Graphic | Used by:93 216 | |
Symbol 91 Graphic | Used by:93 216 | |
Symbol 92 Graphic | Used by:93 216 | |
Symbol 93 Button [play] | Uses:88 89 90 91 92 | |
Symbol 94 Graphic | Used by:99 215 | |
Symbol 95 Graphic | Used by:99 215 | |
Symbol 96 Graphic | Used by:99 215 | |
Symbol 97 Graphic | Used by:99 215 | |
Symbol 98 Graphic | Used by:99 215 | |
Symbol 99 Button [ins] | Uses:94 95 96 97 98 | |
Symbol 100 Graphic | Used by:105 214 | |
Symbol 101 Graphic | Used by:105 214 | |
Symbol 102 Graphic | Used by:105 214 | |
Symbol 103 Graphic | Used by:105 214 | |
Symbol 104 Graphic | Used by:105 214 | |
Symbol 105 Button [credits] | Uses:100 101 102 103 104 | |
Symbol 106 Graphic | Used by:109 179 181 202 209 | |
Symbol 107 Graphic | Used by:109 179 181 202 209 | |
Symbol 108 Graphic | Used by:109 179 181 202 209 | |
Symbol 109 Button [back] | Uses:106 107 108 | |
Symbol 110 Graphic | Used by:111 | |
Symbol 111 MovieClip [day1] | Uses:110 | |
Symbol 112 Graphic | Used by:113 | |
Symbol 113 MovieClip [day5] | Uses:112 | |
Symbol 114 Graphic | Used by:115 | |
Symbol 115 MovieClip [day4] | Uses:114 | |
Symbol 116 Graphic | Used by:117 | |
Symbol 117 MovieClip [day3] | Uses:116 | |
Symbol 118 Graphic | Used by:119 | |
Symbol 119 MovieClip [day2] | Uses:118 | |
Symbol 120 Graphic | Used by:143 | |
Symbol 121 Graphic | Used by:143 | |
Symbol 122 Graphic | Used by:143 | |
Symbol 123 Graphic | Used by:143 | |
Symbol 124 Graphic | Used by:143 | |
Symbol 125 Graphic | Used by:143 | |
Symbol 126 Graphic | Used by:143 | |
Symbol 127 Graphic | Used by:143 | |
Symbol 128 Graphic | Used by:143 | |
Symbol 129 Graphic | Used by:143 | |
Symbol 130 Graphic | Used by:143 | |
Symbol 131 Graphic | Used by:143 | |
Symbol 132 Graphic | Used by:143 | |
Symbol 133 Graphic | Used by:143 | |
Symbol 134 Graphic | Used by:143 | |
Symbol 135 Graphic | Used by:143 | |
Symbol 136 Graphic | Used by:143 | |
Symbol 137 Graphic | Used by:143 | |
Symbol 138 Graphic | Used by:143 | |
Symbol 139 Graphic | Used by:143 | |
Symbol 140 Graphic | Used by:143 | |
Symbol 141 Graphic | Used by:143 | |
Symbol 142 Graphic | Used by:143 | |
Symbol 143 MovieClip [myarms!!] | Uses:120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | Used by:145 |
Symbol 144 Graphic | Used by:145 | |
Symbol 145 MovieClip [mafia] | Uses:143 144 | |
Symbol 146 Graphic | Used by:150 | |
Symbol 147 Graphic | Used by:150 | |
Symbol 148 Graphic | Used by:150 | |
Symbol 149 Graphic | Used by:150 | |
Symbol 150 MovieClip [gernade] | Uses:146 147 148 149 | |
Symbol 151 Graphic | Used by:152 | |
Symbol 152 MovieClip | Uses:151 | Used by:155 |
Symbol 153 Graphic | Used by:154 | |
Symbol 154 MovieClip | Uses:153 | Used by:155 |
Symbol 155 MovieClip | Uses:152 154 | Used by:160 |
Symbol 156 Graphic | Used by:159 | |
Symbol 157 Graphic | Used by:159 | |
Symbol 158 Graphic | Used by:159 | |
Symbol 159 MovieClip | Uses:156 157 158 | Used by:160 |
Symbol 160 MovieClip [cloudy] | Uses:155 159 | |
Symbol 161 Graphic | Used by:174 | |
Symbol 162 Graphic | Used by:174 | |
Symbol 163 Graphic | Used by:171 | |
Symbol 164 Graphic | Used by:171 | |
Symbol 165 Graphic | Used by:171 | |
Symbol 166 Graphic | Used by:171 | |
Symbol 167 Graphic | Used by:171 | |
Symbol 168 Graphic | Used by:171 | |
Symbol 169 Graphic | Used by:171 | |
Symbol 170 Graphic | Used by:171 | |
Symbol 171 MovieClip | Uses:163 164 165 166 167 168 169 170 | Used by:174 |
Symbol 172 Graphic | Used by:174 | |
Symbol 173 Graphic | Used by:174 | |
Symbol 174 MovieClip [weed] | Uses:161 162 171 172 173 | |
Symbol 175 Graphic | Used by:176 | |
Symbol 176 MovieClip [machete2] | Uses:175 | |
Symbol 177 Graphic | Used by:178 | |
Symbol 178 MovieClip [machete] | Uses:177 | |
Symbol 179 Button [back] | Uses:106 107 108 | Used by:189 |
Symbol 180 Sound | Used by:189 | |
Symbol 181 Button [back] | Uses:106 107 108 | Used by:189 Timeline |
Symbol 182 Graphic | Used by:189 | |
Symbol 183 Graphic | Used by:189 | |
Symbol 184 Graphic | Used by:189 | |
Symbol 185 Graphic | Used by:189 | |
Symbol 186 Graphic | Used by:189 | |
Symbol 187 Graphic | Used by:189 | |
Symbol 188 Graphic | Used by:189 | |
Symbol 189 MovieClip [gameover] | Uses:180 181 182 183 184 185 186 187 179 188 | |
Symbol 190 Graphic | Used by:195 | |
Symbol 191 Font | Used by:192 | |
Symbol 192 EditableText | Uses:191 | Used by:195 |
Symbol 193 Font | Used by:194 | |
Symbol 194 EditableText | Uses:193 | Used by:195 |
Symbol 195 MovieClip [nav] | Uses:190 192 194 | |
Symbol 196 Graphic | Used by:198 | |
Symbol 197 Graphic | Used by:198 | |
Symbol 198 MovieClip | Uses:196 197 | Used by:199 |
Symbol 199 MovieClip [spaceship] | Uses:198 | |
Symbol 200 Graphic | Used by:201 | |
Symbol 201 MovieClip [bam] | Uses:200 | |
Symbol 202 Button [back] | Uses:106 107 108 | Used by:Timeline |
Symbol 203 Graphic | Used by:208 | |
Symbol 204 Graphic | Used by:205 | |
Symbol 205 MovieClip | Uses:204 | Used by:206 |
Symbol 206 MovieClip | Uses:205 | Used by:208 |
Symbol 207 Graphic | Used by:208 | |
Symbol 208 MovieClip [tuna] | Uses:203 206 207 | Used by:250 |
Symbol 209 Button [back] | Uses:106 107 108 | Used by:Timeline |
Symbol 210 Graphic | Used by:211 | |
Symbol 211 MovieClip [fridge_ex] | Uses:210 | Used by:Timeline |
Symbol 212 Graphic | Used by:213 | |
Symbol 213 MovieClip [boot_ex] | Uses:212 | Used by:Timeline |
Symbol 214 Button [credits] | Uses:100 101 102 103 104 | Used by:Timeline |
Symbol 215 Button [ins] | Uses:94 95 96 97 98 | Used by:Timeline |
Symbol 216 Button [play] | Uses:88 89 90 91 92 | Used by:Timeline |
Symbol 217 Graphic | Used by:218 | |
Symbol 218 MovieClip [fish/cursor] | Uses:217 | Used by:238 Timeline |
Symbol 219 Graphic | Used by:220 | |
Symbol 220 MovieClip [fishsticks] | Uses:219 | Used by:236 Timeline |
Symbol 221 MovieClip | Used by:222 | |
Symbol 222 MovieClip [waterprelude] | Uses:221 | Used by:Timeline |
Symbol 223 Graphic | Used by:Timeline | |
Symbol 224 Graphic | Used by:229 234 | |
Symbol 225 Graphic | Used by:229 | |
Symbol 226 Graphic | Used by:229 | |
Symbol 227 Graphic | Used by:229 | |
Symbol 228 Graphic | Used by:229 | |
Symbol 229 Button | Uses:224 225 226 227 228 | Used by:Timeline |
Symbol 230 Graphic | Used by:235 | |
Symbol 231 Graphic | Used by:234 | |
Symbol 232 Graphic | Used by:234 | |
Symbol 233 Graphic | Used by:234 | |
Symbol 234 Button | Uses:224 231 232 233 | Used by:235 |
Symbol 235 MovieClip | Uses:230 234 | Used by:236 |
Symbol 236 MovieClip | Uses:220 235 | Used by:Timeline |
Symbol 237 Graphic | Used by:Timeline | |
Symbol 238 MovieClip | Uses:218 | Used by:Timeline |
Symbol 239 Graphic | Used by:240 | |
Symbol 240 MovieClip | Uses:239 | Used by:Timeline |
Symbol 241 Graphic | Used by:Timeline | |
Symbol 242 Graphic | Used by:Timeline | |
Symbol 243 Graphic | Used by:248 | |
Symbol 244 Graphic | Used by:245 | |
Symbol 245 MovieClip | Uses:244 | Used by:248 |
Symbol 246 Graphic | Used by:247 | |
Symbol 247 MovieClip | Uses:246 | Used by:248 |
Symbol 248 MovieClip | Uses:243 245 247 | Used by:Timeline |
Symbol 249 Graphic | Used by:Timeline | |
Symbol 250 MovieClip | Uses:68 208 66 | Used by:Timeline |
Symbol 251 Graphic | Used by:Timeline |
Instance Names
"sky" | Frame 5 | Symbol 248 MovieClip |
"time" | Frame 5 | Symbol 250 MovieClip |
"mafia" | Symbol 145 MovieClip [mafia] Frame 1 | Symbol 143 MovieClip [myarms!!] |
"rain" | Symbol 160 MovieClip [cloudy] Frame 4 | Symbol 159 MovieClip |
"hand" | Symbol 174 MovieClip [weed] Frame 2 | Symbol 171 MovieClip |
"perimeter" | Symbol 208 MovieClip [tuna] Frame 1 | Symbol 206 MovieClip |
"blue" | Symbol 248 MovieClip Frame 1 | Symbol 245 MovieClip |
"orange" | Symbol 248 MovieClip Frame 1 | Symbol 247 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "yellowsub" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "weedz" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "thunder" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "splash2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "splash" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "smb3_powerup" |
ExportAssets (56) | Timeline Frame 1 | Symbol 7 as "smb3_1up" |
ExportAssets (56) | Timeline Frame 1 | Symbol 8 as "rain" |
ExportAssets (56) | Timeline Frame 1 | Symbol 9 as "punch" |
ExportAssets (56) | Timeline Frame 1 | Symbol 10 as "ocean" |
ExportAssets (56) | Timeline Frame 1 | Symbol 11 as "kaboom" |
ExportAssets (56) | Timeline Frame 1 | Symbol 12 as "invincibility" |
ExportAssets (56) | Timeline Frame 1 | Symbol 14 as "fridge" |
ExportAssets (56) | Timeline Frame 1 | Symbol 45 as "sparkle" |
ExportAssets (56) | Timeline Frame 1 | Symbol 47 as "spinach" |
ExportAssets (56) | Timeline Frame 1 | Symbol 51 as "shrink" |
ExportAssets (56) | Timeline Frame 1 | Symbol 53 as "1up" |
ExportAssets (56) | Timeline Frame 1 | Symbol 55 as "sub" |
ExportAssets (56) | Timeline Frame 1 | Symbol 56 as "water2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 56 as "water2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 57 as "water2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 62 as "fisherman2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 65 as "fisherman" |
ExportAssets (56) | Timeline Frame 1 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 1 | Symbol 67 as "moon" |
ExportAssets (56) | Timeline Frame 1 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 1 | Symbol 69 as "sun" |
ExportAssets (56) | Timeline Frame 1 | Symbol 71 as "evilfish" |
ExportAssets (56) | Timeline Frame 1 | Symbol 73 as "soda2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 75 as "soda" |
ExportAssets (56) | Timeline Frame 1 | Symbol 77 as "cement" |
ExportAssets (56) | Timeline Frame 1 | Symbol 79 as "boot2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 81 as "boot" |
ExportAssets (56) | Timeline Frame 1 | Symbol 83 as "grail" |
ExportAssets (56) | Timeline Frame 1 | Symbol 85 as "lsd" |
ExportAssets (56) | Timeline Frame 1 | Symbol 87 as "sign" |
ExportAssets (56) | Timeline Frame 1 | Symbol 93 as "play" |
ExportAssets (56) | Timeline Frame 1 | Symbol 99 as "ins" |
ExportAssets (56) | Timeline Frame 1 | Symbol 105 as "credits" |
ExportAssets (56) | Timeline Frame 1 | Symbol 109 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 111 as "day1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 113 as "day5" |
ExportAssets (56) | Timeline Frame 1 | Symbol 115 as "day4" |
ExportAssets (56) | Timeline Frame 1 | Symbol 117 as "day3" |
ExportAssets (56) | Timeline Frame 1 | Symbol 119 as "day2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 143 as "myarms!!" |
ExportAssets (56) | Timeline Frame 1 | Symbol 143 as "myarms!!" |
ExportAssets (56) | Timeline Frame 1 | Symbol 143 as "myarms!!" |
ExportAssets (56) | Timeline Frame 1 | Symbol 143 as "myarms!!" |
ExportAssets (56) | Timeline Frame 1 | Symbol 143 as "myarms!!" |
ExportAssets (56) | Timeline Frame 1 | Symbol 143 as "myarms!!" |
ExportAssets (56) | Timeline Frame 1 | Symbol 143 as "myarms!!" |
ExportAssets (56) | Timeline Frame 1 | Symbol 145 as "mafia" |
ExportAssets (56) | Timeline Frame 1 | Symbol 143 as "myarms!!" |
ExportAssets (56) | Timeline Frame 1 | Symbol 150 as "gernade" |
ExportAssets (56) | Timeline Frame 1 | Symbol 160 as "cloudy" |
ExportAssets (56) | Timeline Frame 1 | Symbol 174 as "weed" |
ExportAssets (56) | Timeline Frame 1 | Symbol 176 as "machete2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 178 as "machete" |
ExportAssets (56) | Timeline Frame 1 | Symbol 179 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 179 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 189 as "gameover" |
ExportAssets (56) | Timeline Frame 1 | Symbol 195 as "nav" |
ExportAssets (56) | Timeline Frame 1 | Symbol 199 as "spaceship" |
ExportAssets (56) | Timeline Frame 1 | Symbol 201 as "bam" |
ExportAssets (56) | Timeline Frame 1 | Symbol 202 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 1 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 209 as "back" |
ExportAssets (56) | Timeline Frame 1 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 1 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 1 | Symbol 211 as "fridge_ex" |
ExportAssets (56) | Timeline Frame 1 | Symbol 213 as "boot_ex" |
ExportAssets (56) | Timeline Frame 1 | Symbol 214 as "credits" |
ExportAssets (56) | Timeline Frame 1 | Symbol 215 as "ins" |
ExportAssets (56) | Timeline Frame 1 | Symbol 216 as "play" |
ExportAssets (56) | Timeline Frame 1 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 222 as "waterprelude" |
ExportAssets (56) | Timeline Frame 1 | Symbol 222 as "waterprelude" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 1 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 2 | Symbol 222 as "waterprelude" |
ExportAssets (56) | Timeline Frame 2 | Symbol 220 as "fishsticks" |
ExportAssets (56) | Timeline Frame 2 | Symbol 216 as "play" |
ExportAssets (56) | Timeline Frame 2 | Symbol 215 as "ins" |
ExportAssets (56) | Timeline Frame 2 | Symbol 214 as "credits" |
ExportAssets (56) | Timeline Frame 2 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 222 as "waterprelude" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 3 | Symbol 213 as "boot_ex" |
ExportAssets (56) | Timeline Frame 3 | Symbol 211 as "fridge_ex" |
ExportAssets (56) | Timeline Frame 3 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 3 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 3 | Symbol 209 as "back" |
ExportAssets (56) | Timeline Frame 3 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 4 | Symbol 222 as "waterprelude" |
ExportAssets (56) | Timeline Frame 4 | Symbol 181 as "back" |
ExportAssets (56) | Timeline Frame 4 | Symbol 218 as "fish/cursor" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "moon" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 5 | Symbol 68 as "sun" |
ExportAssets (56) | Timeline Frame 5 | Symbol 208 as "tuna" |
ExportAssets (56) | Timeline Frame 6 | Symbol 222 as "waterprelude" |
ExportAssets (56) | Timeline Frame 6 | Symbol 202 as "back" |
ExportAssets (56) | Timeline Frame 6 | Symbol 218 as "fish/cursor" |
Labels
"credits" | Frame 4 |
"loaded" | Symbol 235 MovieClip Frame 3 |
Dynamic Text Variables
_root.lives | Symbol 192 EditableText | "5" |
|