STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229672 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #49564 |
Health |
Stab |
Slice! |
+1 |
A |
Game |
Music |
by |
GunShy |
Instructions |
Click here to see more Krysys Stuff |
Click here to hear more music from GunShy |
ActionScript [AS1/AS2]
Frame 2intromusic = new sound(); intromusic.attachSound("intromusic");Instance of Symbol 80 MovieClip [introMain] in Frame 2onClipEvent (load) { intromusic = new sound(); intromusic.attachSound("intromusic"); } onClipEvent (enterFrame) { intromusic.start(0, 50); }Frame 422stop();Frame 423function eyemove() { eye._x = eye._x + Speed_x; eye._y = eye._y + Speed_y; eye._rotation = 0; if (eye._x < 50) { eye._x = 50; Speed_x = (-Speed_x) / bounce; } if (eye._x > (555 - eye._width)) { eye._x = 555 - eye._width; Speed_x = (-Speed_x) / bounce; } if (eye._y < 435) { eye._y = 435; Speed_y = (-Speed_y) / bounce; } if (eye._y > (670 - eye._height)) { eye._y = 670 - eye._height; Speed_y = (-Speed_y) / bounce; } if (Key.isDown(38)) { Speed_y = Speed_y - Acc_y; if (Acc_y < -0.2) { Acc_y = -0.2; } } if (Key.isDown(40)) { Speed_y = Speed_y + Acc_y; if (Acc_y > 0.2) { Acc_y = 0.2; } } if (Key.isDown(37)) { Speed_x = Speed_x - Acc_x; if (eye.Acc_x < -0.2) { Acc_x = -0.2; } eye._rotation = -10; } if (Key.isDown(39)) { Speed_x = Speed_x + Acc_x; if (Acc_x > 0.2) { Acc_x = 0.2; } _root.eye._rotation = 10; } } attachMovie("Eye1", "eye", 1000); Speed_x = 0; Speed_y = 0; Acc_x = 0.15; Acc_y = 0.15; bounce = 3; eye._x = 275; eye._y = 600; eye._xscale = 100; eye._yscale = 100; if (Speed_x > 0) { Speed_x - 0.04; } if (Speed_x < 0) { Speed_x + 0.04; } if (Speed_y > 0) { Speed_y - 0.04; } if (Speed_y < 0) { Speed_y + 0.04; }Instance of Symbol 122 MovieClip in Frame 423onClipEvent (enterFrame) { _root.eyemove(); }Frame 424function enterdrops() { var i = 0; while (i < Maxdrops) { attachMovie("drop1", "drop" + i, 1200 + i); var drops = _root["drop" + i]; drops._x = Math.round((Math.random() * 520) + 15); drops._y = -20; drops._visible = true; drops.alive = false; bgmusic.start(0, 9999); redeye._x = eye._x - 4; redeye._y = eye._y - 38; i++; } } function enterglass() { var i = 0; while (i < Maxglass) { attachMovie("glass1", "glass" + i, 1210 + i); var glass2 = _root["glass" + i]; glass2._x = Math.round((Math.random() * 520) + 15); glass2._y = -20; glass2._visible = false; glass2.alive = false; i++; } } function enterneedle() { var i = 0; while (i < Maxneedle) { attachMovie("needle1", "needle" + i, 1220 + i); var needles = _root["needle" + i]; needles._x = Math.round((Math.random() * 520) + 15); needles._y = -75; needles._visible = true; needles.alive = false; i++; } } function entercontact() { attachMovie("contact", "contact", 1302); contact._x = (Math.random() * 450) + 60; contact._y = -10; contact._visible = true; contact.active = false; contact.alive = false; } function enterdna() { attachMovie("dna", "dna", 1299); dna._x = 590; dna._y = (Math.random() * 300) + 100; dna._visible = true; dna.active = false; dna.alive = false; } function entercup() { attachMovie("cup", "cup", 1307); cup._x = -20; cup._y = (Math.random() * 300) + 100; cup._visible = true; cup.active = false; cup.alive = false; } function dropsappear() { var i = 0; while (i < Maxdrops) { var drops = _root["drop" + i]; if (Math.round(Math.random() * 100) == 3) { drops.alive = true; drops._visible = true; } i++; } } function dropsmove() { var i = 0; while (i < Maxdrops) { var drops = _root["drop" + i]; if (drops.alive) { drops._y = drops._y + dropspeed; } if (drops._y > 650) { drops.alive = false; drops._visible = false; drops._x = Math.round((Math.random() * 520) + 15); drops._y = -20; } if (drops.hitTest(eye)) { drops.alive = false; drops._visible = false; drops._x = Math.round((Math.random() * 520) + 15); drops._y = -20; _root.score._xscale = _root.score._xscale + 1; badguyspeed = badguyspeed + 0.03; Maxglass = Maxglass + 0.15; Maxneedle = Maxneedle + 0.03; Dropscore.display = true; Dropscore._visible = true; Dropscore._x = eye._x - 10; Dropscore._y = eye._y + 20; Dropscore._visible = true; Dropscore.gotoAndPlay(2); dropSound.start(0, 1); redeye._alpha = redeye._alpha - 0.4; if (score._xscale >= 100) { unloadgame(); gotoAndStop (425); } } i++; } } function glassappear() { var i = 0; while (i < Maxglass) { var glass2 = _root["glass" + i]; if (Math.round(Math.random() * 100) == 3) { glass2.alive = true; glass2._visible = true; } i++; } } function glassmove() { var i = 0; while (i < Maxglass) { var Glass2 = _root["glass" + i]; if (Glass2.alive) { Glass2._y = Glass2._y + (badguyspeed + 3.5); } if (Glass2._y > 620) { Glass2.alive = false; Glass2._visible = false; Glass2._x = Math.round((Math.random() * 520) + 15); Glass2._y = -20; } if (glass2.hitTest(eye)) { glass2.alive = false; glass2._visible = false; glass2._x = Math.round((Math.random() * 520) + 15); glass2._y = -20; _root.health._xscale = _root.health._xscale + -5; Slice.display = true; Slice._x = eye._x - 10; Slice._y = eye._y - 10; Slice._visible = true; Slice.gotoAndPlay(2); scythe.start(0, 1); cuphit(); dnahit(); contacthitGlass(); if (health._xscale <= 0) { unloadgame(); gotoAndStop (426); } } i++; } } function needleappear() { var i = 0; while (i < Maxneedle) { var needles = _root["needle" + i]; if (Math.round(Math.random() * 200) == 3) { needles.alive = true; needles._visible = true; } i++; } } function needlemove() { var i = 0; while (i < Maxneedle) { var needles = _root["needle" + i]; if (needles.alive) { needles._y = needles._y + (badguyspeed + 4.5); } if (needles._y > 640) { needles.alive = false; needles._visible = false; needles._x = Math.round((Math.random() * 500) + 25); needles._y = -75; } if (needles.hitTest(eye)) { needles.alive = false; needles._visible = false; needles._x = Math.round((Math.random() * 500) + 25); needles._y = -75; _root.health._xscale = _root.health._xscale + -10; stab.display = true; stab._x = eye._x - 10; stab._y = eye._y - 10; stab._visible = true; stab.gotoAndPlay(2); splat.start(0, 1); cuphit(); dnahit(); contacthitneedle(); if (health._xscale <= 0) { unloadgame(); gotoAndStop (426); } } i++; } } function contacthitglass() { if (contact.active) { health._xscale = health._xscale + 5; attachMovie("contact", "contact", 1302); contact._x = Math.round((Math.random() * 450) + 60); contact._y = -10; contac._visible = true; contact.active = false; contact.alive = false; shield._visible = false; shield.display = false; } } function contacthitneedle() { if (contact.active) { health._xscale = health._xscale + 10; attachMovie("contact", "contact", 1302); contact.x = Math.round((Math.random() * 450) + 60); contact.y = -10; contact._visible = true; contact.active = false; contact.alive = false; shield._visible = false; shield.display = false; } } function dnahit() { if (dna.active) { eye._xscale = 100; eye._yscale = 100; attachMovie("dna", "dna", 1299); dna._x = 570; dna._y = (Math.random() * 300) + 100; dna._visible = true; dna.active = false; dna.alive = false; } } function cuphit() { if (cup.active) { Acc_x = startspeed; Acc_y = startspeed; attachMovie("cup", "cup", 1298); cup._x = -20; cup._y = (Math.random() * 300) + 100; cup._visible = true; cup.active = false; cup.alive = false; } } function cupspawn() { if (Math.round(Math.random() * Bonuschance) == 1) { cup.alive = true; } if (cup.alive) { cup._x = cup._x + 3; if (cup._x > 550) { if (!cup.active) { cup.alive = false; cup._x = -20; cup._y = (Math.random() * 350) + 100; cupspawn(); } } if (cup.hitTest(eye)) { cup.alive = true; cup._visible = false; cup.active = true; Acc_x = endspeed; Acc_y = endspeed; speedup.display = true; speedup._x = eye._x; speedup._y = eye._y; speedup._visible = true; speedup.gotoAndPlay(1); space.start(0, 1); } } } function dnaspawn() { if (Math.round(Math.random() * Bonuschance) == 1) { dna.alive = true; } if (dna.alive) { dna._x = dna._x - 3; if (!dna.active) { if (dna._x < 0) { dna.alive = false; dna._x = 570; dna._y = (Math.random() * 300) + 100; dnaspawn(); } } if (dna.hitTest(eye)) { dna.alive = true; dna._visible = false; dna.active = true; eye._xscale = 75; eye._yscale = 75; mini.display = true; mini._x = eye._x; mini._y = eye._y; mini._visible = true; mini.gotoAndPlay(1); space.start(0, 1); } } } function contactspawn() { if (Math.round(Math.random() * Bonuschance) == 1) { contact.alive = true; } if (contact.alive) { contact._y = contact._y + 3; if (!contact.active) { if (contact._y > 650) { contact.alive = false; contact._x = (Math.random() * 450) + 60; contact._y = -30; contactspawn(); } } } if (contact.hitTest(eye)) { contact.alive = true; contact._visible = false; contact.active = true; shield._visible = true; shield.display = true; shield.gotoAndPlay(2); space.start(0, 1); } } function eyemove() { eye._x = eye._x + Speed_x; eye._y = eye._y + Speed_y; eye._rotation = 0; redeye._rotation = 0; redeye._xscale = eye._xscale; redeye._yscale = eye._yscale; if (eye._x < 34) { eye._x = 34; Speed_x = (-Speed_x) / bounce; } if (eye._x > (567 - eye._width)) { eye._x = 567 - eye._width; Speed_x = (-Speed_x) / bounce; } if (eye._y < 105) { eye._y = 105; Speed_y = (-Speed_y) / bounce; } if (eye._y > (660 - eye._height)) { eye._y = 660 - eye._height; Speed_y = (-Speed_y) / bounce; } if (Key.isDown(38)) { Speed_y = Speed_y - Acc_y; if (Acc_y < -0.2) { Acc_y = -0.2; } } if (Key.isDown(40)) { Speed_y = Speed_y + Acc_y; if (Acc_y > 0.2) { Acc_y = 0.2; } } if (Key.isDown(37)) { Speed_x = Speed_x - Acc_x; if (eye.Acc_x < -0.2) { Acc_x = -0.2; } eye._rotation = -10; redeye._rotation = -16; } if (Key.isDown(39)) { Speed_x = Speed_x + Acc_x; if (Acc_x > 0.2) { Acc_x = 0.2; } _root.eye._rotation = 10; redeye._rotation = 18; } } function everyframe() { shield._x = eye._x + 1; shield._y = eye._y - 50; sheild._xscale = eye._xscale; sheild._yscale = eye._yscale; redeye._x = eye._x - 4; redeye._y = eye._y - 11; if (dna.active) { redeye._x = eye._x - 4; redeye._y = eye._y - 8; } if (!contact.alive) { if (!concast.active) { contactspawn(); } } if (!cup.alive) { if (!cup.active) { cupspawn(); } } if (!dna.alive) { if (!dna.active) { dnaspawn(); } } } function stopintromusic() { intromusic.stop(["intromusic"]); } function unloadgame() { unloadMovie ("eye"); unloadMovie ("menu"); unloadMovie ("score"); unloadMovie ("bar"); unloadMovie ("healthbar"); unloadMovie ("health"); unloadMovie ("Stab"); unloadMovie ("Slice"); unloadMovie ("Dropscore"); unloadMovie ("shield"); unloadMovie ("speedup"); unloadMovie ("mini"); unloadMovie ("cup"); unloadMovie ("dna"); unloadMovie ("contact"); unloadMovie ("background"); unloadMovie ("redeye"); bgmusic.stop(["bgmusic"]); var i = 0; while (i < Maxneedle) { unloadMovie ("needle" + i); i++; } var i = 0; while (i < Maxglass) { unloadMovie ("glass" + i); i++; } var i = 0; while (i < Maxdrops) { unloadMovie ("drop" + i); i++; } } attachMovie("Eye1", "eye", 1000); attachMovie("Menu", "menu", 9000); attachMovie("score", "score", 9100); attachMovie("bar1", "bar", 9101); attachMovie("Health1", "healthbar", 9201); attachMovie("TestHealth", "health", 9200); attachMovie("Stab", "Stab", 9300); attachMovie("Slice", "Slice", 9301); attachMovie("Dropscore", "Dropscore", 9400); attachMovie("shield", "shield", 1626); attachMovie("speedup", "speedup", 9350); attachMovie("mini", "mini", 9375); attachMovie("background", "background", 1); attachMovie("redeye", "redeye", 1010); if (normal) { dropspeed = 3; startspeed = 0.15; endspeed = 0.35; badguyspeed = 0.5; Bonuschance = 700; } if (difficult) { dropspeed = 3; startspeed = 0.2; endspeed = 0.35; badguyspeed = 2; Bonuschance = 800; } if (dontblink) { dropspeed = 4; badguyspeed = 3; startspeed = 0.25; endspeed = 0.4; bonuschance = 600; } menu._x = 0; menu._y = 0; splat = new sound(); splat.attachSound("splat"); dropSound = new sound(); dropSound.attachSound("dropsound"); scythe = new sound(); scythe.attachSound("scythe"); space = new sound(); space.attachSound("space"); bgmusic = new sound(); bgmusic.attachSound("bgmusic"); Speed_x = 0; Speed_y = 0; Acc_x = startspeed; Acc_y = startspeed; bounce = 3; eye._x = 275; eye._y = 600; eye._xscale = 100; eye._yscale = 100; healthbar._x = 120; healthbar._y = 40; health._x = 120; health._y = 40; health._xscale = 100; bar._x = 100; bar._y = 620; score._xscale = 0; score._x = 100; score._y = 620; shield.x = eye._x + 1; shield.y = eye._y - 100; shield._visible = false; shield.display = false; stab.x = eye._x + 10; stab.y = eye._y - 100; stab.display = false; stab._visible = false; Slice.x = eye._x + 10; Slice.y = eye._y - 100; Slice.display = false; Slice._visible = false; redeye.x = eye._x; redeye.x = eye._x; redeye._visible = true; redeye._alpha = 30; speedup.x = eye._x; speedup.y = eye._y; speedup.display = false; speedup._visible = false; mini.x = eye._x; mini.y = eye._y; mini.display = false; mini._visible = false; Dropscore.x = eye._x + 10; Dropscore.y = eye._y - 100; Dropscore.display = false; Dropscore._visible = false; Maxdrops = 5; Maxglass = 9; Maxneedle = 2; Maxcup = 1; if (Speed_x > 0) { Speed_x - 0.04; } if (Speed_x < 0) { Speed_x + 0.04; } if (Speed_y > 0) { Speed_y - 0.04; } if (Speed_y < 0) { Speed_y + 0.04; }Instance of Symbol 50 MovieClip [main] in Frame 424onClipEvent (load) { _root.stopintromusic(); _root.enterdrops(); _root.enterglass(); _root.enterneedle(); _root.entercontact(); _root.enterdna(); _root.entercup(); } onClipEvent (enterFrame) { _root.dropsappear(); _root.dropsmove(); _root.glassappear(); _root.glassmove(); _root.eyemove(); _root.everyframe(); _root.needleappear(); _root.needlemove(); _root.cupspawn(); _root.dnaspawn(); _root.contactspawn(); shield._x = eye._x + 1; shield._y = eye._y - 50; sheild._xscale = eye._xscale; sheild._yscale = eye._yscale; redeye._x = eye._x; redeye._y = eye._y; if (!contact.alive) { contactspawn(); } if (!cup.alive) { cupspawn(); } if (!dna.alive) { dnaspawn(); } }Frame 425intromusic.start(0, 9999);Frame 426intromusic.start(0, 9999);Symbol 15 MovieClip Frame 8gotoAndPlay (1); gotoAndPlay (1); gotoAndPlay (1);Symbol 16 MovieClip [Eye1] Frame 1stop();Instance of Symbol 15 MovieClip in Symbol 16 MovieClip [Eye1] Frame 1/* no clip actions */Symbol 34 MovieClip [Stab] Frame 1stop();Symbol 34 MovieClip [Stab] Frame 12gotoAndStop (1);Symbol 36 MovieClip [Slice] Frame 1stop();Symbol 36 MovieClip [Slice] Frame 14gotoAndPlay (1);Symbol 39 MovieClip [Dropscore] Frame 1stop();Symbol 39 MovieClip [Dropscore] Frame 24gotoAndStop (1);Symbol 41 MovieClip [shield] Frame 1stop();Symbol 41 MovieClip [shield] Frame 30gotoAndPlay (2);Symbol 43 MovieClip [speedup] Frame 26stop();Symbol 45 MovieClip [mini] Frame 26stop();Symbol 49 MovieClip [background] Frame 165stop(); chance = Math.round(Math.random() * 4); switch (chance) { case 1 : gotoAndPlay (1); break; case 2 : gotoAndPlay (175); break; case 3 : gotoAndPlay (300); break; case 4 : gotoAndPlay (470); default : gotoAndPlay (1); }Symbol 49 MovieClip [background] Frame 295stop(); chance = Math.round(Math.random() * 4); switch (chance) { case 1 : gotoAndPlay (1); break; case 2 : gotoAndPlay (175); break; case 3 : gotoAndPlay (300); break; case 4 : gotoAndPlay (470); default : gotoAndPlay (1); }Symbol 49 MovieClip [background] Frame 466stop(); chance = Math.round(Math.random() * 4); switch (chance) { case 1 : gotoAndPlay (1); break; case 2 : gotoAndPlay (175); break; case 3 : gotoAndPlay (300); break; case 4 : gotoAndPlay (470); default : gotoAndPlay (1); }Symbol 49 MovieClip [background] Frame 560stop(); chance = Math.round(Math.random() * 4); switch (chance) { case 1 : gotoAndPlay (1); break; case 2 : gotoAndPlay (175); break; case 3 : gotoAndPlay (300); break; case 4 : gotoAndPlay (470); default : gotoAndPlay (1); }Symbol 89 Buttonon (release) { _root.play(); }Symbol 90 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }Symbol 90 MovieClip Frame 2gotoAndPlay (1);Symbol 110 Buttonon (release) { normal = true; difficult = false; dontblink = false; gotoAndStop (424); }Symbol 111 Buttonon (release) { difficult = true; normal = false; dontblink = false; gotoAndStop (424); }Symbol 112 Buttonon (release) { dontblink = true; normal = false; difficult = false; gotoAndStop (424); }Symbol 115 Buttonon (release) { gotoAndStop (423); }Symbol 120 Buttonon (release) { gotoAndStop (422); unloadMovie ("eye"); }Symbol 124 Buttonon (release) { gotoAndStop (422); }Symbol 126 Buttonon (release) { getURL ("http://www.krysys.com"); }Symbol 128 Buttonon (release) { getURL ("http://newgrounds.com/audio/view.php?id=979074&sub=18805"); }
Library Items
Symbol 1 Sound [space] | ||
Symbol 2 Sound [scythe] | ||
Symbol 3 Sound [splat] | ||
Symbol 4 Sound [dropsound] | ||
Symbol 5 Sound [bgmusic] | ||
Symbol 6 Sound [intromusic] | ||
Symbol 7 Graphic | Used by:8 | |
Symbol 8 MovieClip [redeye] | Uses:7 | |
Symbol 9 Graphic | Used by:15 | |
Symbol 10 Graphic | Used by:15 | |
Symbol 11 Graphic | Used by:15 | |
Symbol 12 Graphic | Used by:15 | |
Symbol 13 Graphic | Used by:15 | |
Symbol 14 Graphic | Used by:15 | |
Symbol 15 MovieClip | Uses:9 10 11 12 13 14 | Used by:16 90 |
Symbol 16 MovieClip [Eye1] | Uses:15 | |
Symbol 17 Graphic | Used by:18 | |
Symbol 18 MovieClip | Uses:17 | Used by:19 |
Symbol 19 MovieClip [Menu] | Uses:18 | |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip [bar] | Uses:20 | Used by:22 |
Symbol 22 MovieClip [score] | Uses:21 | |
Symbol 23 Graphic | Used by:24 | |
Symbol 24 MovieClip [bar1] | Uses:23 | |
Symbol 25 Graphic | Used by:26 | |
Symbol 26 MovieClip [TestHealth] | Uses:25 | |
Symbol 27 Graphic | Used by:30 | |
Symbol 28 Font | Used by:29 94 95 96 97 | |
Symbol 29 EditableText | Uses:28 | Used by:30 |
Symbol 30 MovieClip [Health1] | Uses:27 29 | |
Symbol 31 Graphic | Used by:34 36 | |
Symbol 32 Font | Used by:33 35 | |
Symbol 33 Text | Uses:32 | Used by:34 |
Symbol 34 MovieClip [Stab] | Uses:31 33 | |
Symbol 35 Text | Uses:32 | Used by:36 |
Symbol 36 MovieClip [Slice] | Uses:31 35 | |
Symbol 37 Font | Used by:38 | |
Symbol 38 Text | Uses:37 | Used by:39 |
Symbol 39 MovieClip [Dropscore] | Uses:38 | |
Symbol 40 Graphic | Used by:41 | |
Symbol 41 MovieClip [shield] | Uses:40 | |
Symbol 42 Graphic | Used by:43 | |
Symbol 43 MovieClip [speedup] | Uses:42 | |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip [mini] | Uses:44 | |
Symbol 46 Graphic | Used by:49 | |
Symbol 47 Graphic | Used by:49 | |
Symbol 48 Graphic | Used by:49 | |
Symbol 49 MovieClip [background] | Uses:46 47 48 | |
Symbol 50 MovieClip [main] | Used by:Timeline | |
Symbol 51 Graphic | Used by:54 | |
Symbol 52 Graphic | Used by:54 | |
Symbol 53 Graphic | Used by:54 | |
Symbol 54 MovieClip [dna] | Uses:51 52 53 | Used by:Timeline |
Symbol 55 Graphic | Used by:58 | |
Symbol 56 Graphic | Used by:58 | |
Symbol 57 Graphic | Used by:58 | |
Symbol 58 MovieClip [cup] | Uses:55 56 57 | Used by:Timeline |
Symbol 59 Graphic | Used by:60 | |
Symbol 60 MovieClip [contact] | Uses:59 | Used by:Timeline |
Symbol 61 Graphic | Used by:64 | |
Symbol 62 Graphic | Used by:64 | |
Symbol 63 Graphic | Used by:64 | |
Symbol 64 MovieClip | Uses:61 62 63 | Used by:65 |
Symbol 65 MovieClip [drop1] | Uses:64 | Used by:Timeline |
Symbol 66 Graphic | Used by:74 | |
Symbol 67 Graphic | Used by:74 | |
Symbol 68 Graphic | Used by:74 | |
Symbol 69 Graphic | Used by:74 | |
Symbol 70 Graphic | Used by:74 | |
Symbol 71 Graphic | Used by:74 | |
Symbol 72 Graphic | Used by:74 | |
Symbol 73 Graphic | Used by:74 | |
Symbol 74 MovieClip | Uses:66 67 68 69 70 71 72 73 | Used by:75 |
Symbol 75 MovieClip [Needle1] | Uses:74 | Used by:Timeline |
Symbol 76 Graphic | Used by:78 | |
Symbol 77 Graphic | Used by:78 | |
Symbol 78 MovieClip | Uses:76 77 | Used by:79 |
Symbol 79 MovieClip [Glass1] | Uses:78 | Used by:Timeline |
Symbol 80 MovieClip [introMain] | Used by:Timeline | |
Symbol 81 Graphic | Used by:Timeline | |
Symbol 82 Graphic | Used by:83 | |
Symbol 83 MovieClip | Uses:82 | Used by:90 |
Symbol 84 Graphic | Used by:90 | |
Symbol 85 Graphic | Used by:89 | |
Symbol 86 Graphic | Used by:89 | |
Symbol 87 Graphic | Used by:89 | |
Symbol 88 Graphic | Used by:89 | |
Symbol 89 Button | Uses:85 86 87 88 | Used by:90 |
Symbol 90 MovieClip | Uses:15 83 84 89 | Used by:Timeline |
Symbol 91 Graphic | Used by:Timeline | |
Symbol 92 Bitmap | Used by:93 | |
Symbol 93 Graphic | Uses:92 | Used by:Timeline |
Symbol 94 Text | Uses:28 | Used by:Timeline |
Symbol 95 Text | Uses:28 | Used by:Timeline |
Symbol 96 Text | Uses:28 | Used by:Timeline |
Symbol 97 Text | Uses:28 | Used by:Timeline |
Symbol 98 Font | Used by:99 116 125 127 | |
Symbol 99 Text | Uses:98 | Used by:Timeline |
Symbol 100 Graphic | Used by:Timeline | |
Symbol 101 Graphic | Used by:102 | |
Symbol 102 MovieClip | Uses:101 | Used by:Timeline |
Symbol 103 Graphic | Used by:104 | |
Symbol 104 MovieClip | Uses:103 | Used by:110 111 112 115 120 124 |
Symbol 105 Graphic | Used by:107 | |
Symbol 106 Graphic | Used by:107 | |
Symbol 107 MovieClip | Uses:105 106 | Used by:110 111 112 115 120 124 |
Symbol 108 Graphic | Used by:110 111 112 115 120 124 | |
Symbol 109 Graphic | Used by:110 111 112 115 120 124 | |
Symbol 110 Button | Uses:104 107 108 109 | Used by:Timeline |
Symbol 111 Button | Uses:104 107 108 109 | Used by:Timeline |
Symbol 112 Button | Uses:104 107 108 109 | Used by:Timeline |
Symbol 113 Graphic | Used by:114 | |
Symbol 114 MovieClip | Uses:113 | Used by:Timeline |
Symbol 115 Button | Uses:104 107 108 109 | Used by:Timeline |
Symbol 116 Text | Uses:98 | Used by:Timeline |
Symbol 117 Graphic | Used by:118 | |
Symbol 118 MovieClip | Uses:117 | Used by:Timeline |
Symbol 119 Graphic | Used by:Timeline | |
Symbol 120 Button | Uses:104 107 108 109 | Used by:Timeline |
Symbol 121 Graphic | Used by:Timeline | |
Symbol 122 MovieClip | Used by:Timeline | |
Symbol 123 Graphic | Used by:Timeline | |
Symbol 124 Button | Uses:104 107 108 109 | Used by:Timeline |
Symbol 125 Text | Uses:98 | Used by:126 |
Symbol 126 Button | Uses:125 | Used by:Timeline |
Symbol 127 Text | Uses:98 | Used by:128 |
Symbol 128 Button | Uses:127 | Used by:Timeline |
Symbol 129 Graphic | Used by:Timeline |
Instance Names
"bar" | Symbol 90 MovieClip Frame 1 | Symbol 83 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "space" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "scythe" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "splat" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "dropsound" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "bgmusic" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "intromusic" |
ExportAssets (56) | Timeline Frame 1 | Symbol 8 as "redeye" |
ExportAssets (56) | Timeline Frame 1 | Symbol 16 as "Eye1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 19 as "Menu" |
ExportAssets (56) | Timeline Frame 1 | Symbol 21 as "bar" |
ExportAssets (56) | Timeline Frame 1 | Symbol 22 as "score" |
ExportAssets (56) | Timeline Frame 1 | Symbol 21 as "bar" |
ExportAssets (56) | Timeline Frame 1 | Symbol 24 as "bar1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 26 as "TestHealth" |
ExportAssets (56) | Timeline Frame 1 | Symbol 30 as "Health1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 34 as "Stab" |
ExportAssets (56) | Timeline Frame 1 | Symbol 36 as "Slice" |
ExportAssets (56) | Timeline Frame 1 | Symbol 39 as "Dropscore" |
ExportAssets (56) | Timeline Frame 1 | Symbol 41 as "shield" |
ExportAssets (56) | Timeline Frame 1 | Symbol 43 as "speedup" |
ExportAssets (56) | Timeline Frame 1 | Symbol 45 as "mini" |
ExportAssets (56) | Timeline Frame 1 | Symbol 49 as "background" |
ExportAssets (56) | Timeline Frame 1 | Symbol 50 as "main" |
ExportAssets (56) | Timeline Frame 1 | Symbol 54 as "dna" |
ExportAssets (56) | Timeline Frame 1 | Symbol 58 as "cup" |
ExportAssets (56) | Timeline Frame 1 | Symbol 60 as "contact" |
ExportAssets (56) | Timeline Frame 1 | Symbol 65 as "drop1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 75 as "Needle1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 79 as "Glass1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 2 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 3 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 4 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 5 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 6 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 7 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 8 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 9 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 10 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 11 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 12 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 13 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 14 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 15 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 16 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 17 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 18 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 19 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 20 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 21 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 22 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 23 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 24 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 25 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 26 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 27 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 28 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 29 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 30 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 31 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 32 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 33 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 34 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 35 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 36 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 37 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 38 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 39 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 40 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 41 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 42 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 43 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 44 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 45 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 46 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 47 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 48 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 49 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 50 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 51 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 52 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 53 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 54 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 55 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 56 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 57 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 58 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 59 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 60 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 61 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 62 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 63 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 64 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 65 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 66 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 67 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 68 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 69 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 70 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 71 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 72 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 73 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 74 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 75 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 76 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 77 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 78 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 79 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 80 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 81 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 82 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 83 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 84 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 85 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 86 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 87 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 88 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 89 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 90 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 91 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 92 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 93 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 94 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 95 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 96 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 97 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 98 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 99 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 100 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 101 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 102 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 103 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 104 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 105 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 106 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 107 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 108 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 109 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 110 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 111 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 112 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 113 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 114 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 115 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 116 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 117 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 118 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 119 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 120 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 121 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 122 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 123 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 124 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 125 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 126 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 127 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 128 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 129 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 130 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 131 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 132 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 133 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 134 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 135 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 136 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 137 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 138 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 139 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 140 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 141 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 142 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 143 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 144 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 145 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 146 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 147 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 148 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 149 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 150 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 151 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 152 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 153 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 154 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 155 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 156 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 157 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 158 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 159 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 160 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 161 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 162 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 163 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 164 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 165 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 166 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 167 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 168 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 169 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 170 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 171 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 172 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 173 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 174 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 175 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 176 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 177 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 178 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 179 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 180 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 181 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 182 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 183 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 184 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 185 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 186 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 187 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 188 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 189 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 190 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 191 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 192 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 193 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 194 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 195 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 196 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 197 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 198 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 199 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 200 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 201 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 202 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 203 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 204 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 205 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 206 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 207 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 208 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 209 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 210 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 211 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 212 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 213 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 214 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 215 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 216 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 217 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 218 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 219 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 220 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 221 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 222 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 223 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 224 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 225 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 226 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 227 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 228 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 229 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 230 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 231 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 232 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 233 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 234 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 235 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 236 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 237 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 238 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 239 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 240 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 241 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 242 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 243 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 244 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 245 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 246 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 247 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 248 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 249 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 250 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 251 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 252 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 253 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 254 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 255 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 256 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 257 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 258 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 259 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 260 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 261 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 262 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 263 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 264 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 265 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 266 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 267 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 268 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 269 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 270 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 271 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 272 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 273 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 274 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 275 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 276 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 277 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 278 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 279 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 280 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 281 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 282 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 283 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 284 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 285 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 286 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 287 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 288 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 289 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 290 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 291 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 292 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 293 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 294 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 295 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 296 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 297 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 298 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 299 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 300 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 301 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 302 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 303 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 304 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 305 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 306 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 307 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 308 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 309 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 310 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 311 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 312 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 313 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 314 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 315 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 316 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 317 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 318 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 319 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 320 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 321 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 322 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 323 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 324 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 325 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 326 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 327 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 328 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 329 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 330 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 331 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 332 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 333 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 334 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 335 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 336 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 337 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 338 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 339 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 340 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 341 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 342 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 343 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 344 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 345 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 346 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 347 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 348 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 349 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 350 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 351 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 352 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 353 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 354 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 355 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 356 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 357 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 358 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 359 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 360 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 361 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 362 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 363 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 364 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 365 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 366 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 367 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 368 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 369 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 370 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 371 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 372 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 373 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 374 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 375 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 376 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 377 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 378 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 379 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 380 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 381 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 382 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 383 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 384 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 385 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 386 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 387 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 388 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 389 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 390 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 391 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 392 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 393 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 394 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 395 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 396 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 397 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 398 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 399 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 400 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 401 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 402 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 403 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 404 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 405 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 406 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 407 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 408 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 409 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 410 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 411 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 412 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 413 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 414 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 415 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 416 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 417 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 418 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 419 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 420 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 421 | Symbol 80 as "introMain" |
ExportAssets (56) | Timeline Frame 423 | Symbol 79 as "Glass1" |
ExportAssets (56) | Timeline Frame 423 | Symbol 75 as "Needle1" |
ExportAssets (56) | Timeline Frame 423 | Symbol 65 as "drop1" |
ExportAssets (56) | Timeline Frame 423 | Symbol 60 as "contact" |
ExportAssets (56) | Timeline Frame 423 | Symbol 58 as "cup" |
ExportAssets (56) | Timeline Frame 423 | Symbol 54 as "dna" |
ExportAssets (56) | Timeline Frame 424 | Symbol 50 as "main" |
Labels
"loaded" | Symbol 90 MovieClip Frame 3 |
|