STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228116
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/37872679?noj=FRM37872679-10DC" width="1" height="1"></div>

cannon.swf

This is the info page for
Flash #22068

(Click the ID number above for more basic data on this flash file.)


Text
PLAY

j_q2002@sina.com

Skip

óÚúÕÇ

replay

Øðл¡íªÒâÔ¬
¢ïÒÂØôÖ£

ActionScript [AS1/AS2]

Frame 1
loading = int((100 / _totalframes) * _framesloaded); setProperty("_root.loadbar", _xscale , loading); if (loading == 100) { gotoAndStop (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 4
scene1loop = 1; sayyesshow = 1; mission = 1; score = 0; xmov = new Array(); ymov = new Array(); xstep = new Array(); ystep = new Array(); blood = 5; angle = 0; movie_width = 420; movie_height = 350; duplicateMovieClip ("board", "newboard", 999); setProperty("newboard", _x , "0"); setProperty("newboard", _y , "0");
Frame 143
if (5 < scene1loop) { gotoAndPlay (145); }
Frame 144
gotoAndPlay (143);
Frame 216
hammerhit = 0;
Frame 243
hammerhit = hammerhit + 1; if (hammerhit < 5) { gotoAndPlay (221); }
Frame 437
tellTarget ("scenesmoke") { gotoAndPlay (2); };
Frame 581
stop(); setProperty("_root.sayyes", _visible , "0");
Frame 582
stopAllSounds(); if ((mission == 1) or (mission == 2)) { tellTarget ("_root.music1") { gotoAndStop (2); }; } if (mission == 3) { tellTarget ("_root.music3") { gotoAndPlay (2); }; tellTarget ("_root.caption") { gotoAndStop (3); }; tellTarget ("_root.background1") { gotoAndPlay (73); }; } if (mission == 2) { tellTarget ("_root.background1") { gotoAndStop (21); }; } angle = 0;
Instance of Symbol 124 MovieClip "emplacement" in Frame 582
onClipEvent (enterFrame) { if (Key.isDown(39)) { _root.angle = getProperty(_root.emplacement.cannon, _rotation); _root.angle = _root.angle + 3; if (70 < _root.angle) { _root.angle = 70; } setProperty(_root.emplacement.cannon, _rotation , _root.angle); } if (Key.isDown(37)) { _root.angle = getProperty(_root.emplacement.cannon, _rotation); _root.angle = _root.angle - 3; if (_root.angle < -70) { _root.angle = -70; } setProperty(_root.emplacement.cannon, _rotation , _root.angle); } }
Frame 634
enemy = 35;
Frame 635
tellTarget ("_root.caption") { gotoAndStop (7); }; n = 1; while (2 >= n) { num = random(4); if (num == 0) { num = 2; } planenum = "plane" + num; duplicateMovieClip ("_root." + planenum, "newplane" + n, n); setProperty("newplane" + n, _x , 470); setProperty("newplane" + n, _y , 60); xmov[n] = 470; xstep[n] = random(5); if (xstep[n] == 0) { xstep[n] = 3; } ystep[n] = random(2); if (ystep[n] == 0) { ystep[n] = 0.5; } n++; } n = 1; while (2 >= n) { num = random(3); if (num == 0) { num = 1; } num = num + 3; planenum = "plane" + num; duplicateMovieClip ("_root." + planenum, "newplane" + (n + 2), n + 2); setProperty("newplane" + (n + 2), _x , -50); setProperty("newplane" + (n + 2), _y , 60); xmov[n + 2] = -40; xstep[n + 2] = random(6); if (xstep[n + 2] == 0) { xstep[n + 2] = 3; } ystep[n + 2] = random(2); if (ystep[n + 2] == 0) { ystep[n + 2] = 0.5; } n++; } duplicateMovieClip ("smoke", "newsmoke", 99); ymov[1] = 40; ymov[2] = 160; ymov[3] = 130; ymov[4] = 60; n = 1; order = 1; i = 0; slugx = getProperty(_root.emplacement, _x); slugy = getProperty(_root.emplacement, _y) - 10; d = 1; while (3 >= d) { setProperty("_root.slug" + d, _x , slugx); setProperty("_root.slug" + d, _y , slugy); d++; } SlugReady = 1; slug1ready = 1; slug2ready = 1; slug3ready = 1; slug4ready = 1; go1 = 1; go2 = 1; go3 = 1; go4 = 1; go5 = 1; second = random(200); third = random(300); fourth = random(300); bomb1x = random(370); bomb2x = random(370); bomb1x = bomb1x + 30; bomb2x = bomb2x + 30; bomb1go = 0; bomb2go = 0;
Frame 636
order = order + 1; if ((enemy < 25) and (mission == 3)) { tellTarget ("_root.background1") { gotoAndPlay (91); }; gotoAndPlay (873); } if ((0 >= enemy) and (mission == 2)) { _root.mission = 3; mission3start = 1; gotoAndPlay (652); } if ((0 >= enemy) and (mission == 1)) { _root.mission = 2; gotoAndPlay (652); } if (blood < 1) { gotoAndPlay (638); } n = 1; if (go1 == 1) { xmov[n] = xmov[n] - xstep[n]; ymov[n] = ymov[n] + ystep[n]; setProperty("newplane1", _x , xmov[n]); setProperty("newplane1", _y , ymov[n]); } if (second < order) { if (go2 == 1) { xmov[n + 1] = xmov[n + 1] - xstep[n + 1]; ymov[n + 1] = ymov[n + 1] + ystep[n + 1]; setProperty("newplane2", _x , xmov[n + 1]); setProperty("newplane2", _y , ymov[n + 1]); } } if (third < order) { if (go3 == 1) { xmov[3] = xmov[3] + xstep[3]; ymov[3] = ymov[3] + ystep[3]; setProperty("newplane3", _x , xmov[3]); setProperty("newplane3", _y , ymov[3]); } } if (fourth < order) { if (go4 == 1) { xmov[4] = xmov[4] + xstep[4]; ymov[4] = ymov[4] + ystep[4]; setProperty("newplane4", _x , xmov[4]); setProperty("newplane4", _y , ymov[4]); } } f = 1; while (4 >= f) { if ((xmov[f] == bomb1x) and (bomb1go == 0)) { bomb1y = ymov[f]; bomb1go = 1; } if ((xmov[f] == bomb2x) and (bomb2go == 0)) { bomb2y = ymov[f]; bomb2go = 1; } f++; } if (bomb1go == 1) { setProperty("_root.bomb1", _x , bomb1x); setProperty("_root.bomb1", _y , bomb1y); bomb1y = bomb1y + 2; if (340 < bomb1y) { setProperty("_root.smoke", _x , bomb1x); setProperty("_root.smoke", _y , 340); tellTarget (_root.smoke) { gotoAndPlay (2); }; setProperty("_root.bomb1", _y , 400); blood = blood - 1; bomb1go = 3; } } if (bomb2go == 1) { setProperty("_root.bomb2", _x , bomb2x); setProperty("_root.bomb2", _y , bomb2y); bomb2y = bomb2y + 2; if (340 < bomb2y) { setProperty("_root.smoke", _x , bomb2x); setProperty("_root.smoke", _y , 340); tellTarget (_root.smoke) { gotoAndPlay (2); }; setProperty("_root.bomb2", _y , 400); blood = blood - 1; bomb2go = 3; } } if (go1 == 1) { i = 1; while (3 >= i) { if (((((xmov[n] - 30) < getProperty("slug" + i, _x)) and (getProperty("slug" + i, _x) < (xmov[n] + 30))) and ((ymov[n] - 30) < getProperty("slug" + i, _y))) and (getProperty("slug" + i, _y) < (ymov[n] + 30))) { setProperty("_root.smoke", _x , xmov[n]); setProperty("_root.smoke", _y , ymov[n] + 5); tellTarget (_root.smoke) { gotoAndPlay (2); }; removeMovieClip("newplane1"); score = score + 15; enemy = enemy - 1; go1 = 0; } if ((getProperty("newplane1", _x) < -40) or (390 < getProperty("newplane1", _y))) { removeMovieClip("newplane1"); go1 = 0; } i++; } } if (go2 == 1) { i = 1; while (3 >= i) { if (((((xmov[n + 1] - 30) < getProperty("slug" + i, _x)) and (getProperty("slug" + i, _x) < (xmov[n + 1] + 30))) and ((ymov[n + 1] - 30) < getProperty("slug" + i, _y))) and (getProperty("slug" + i, _y) < (ymov[n + 1] + 30))) { setProperty("_root.smoke", _x , xmov[n + 1]); setProperty("_root.smoke", _y , ymov[n + 1] + 5); tellTarget (_root.smoke) { gotoAndPlay (2); }; removeMovieClip("newplane2"); score = score + 15; enemy = enemy - 1; go2 = 0; } if ((getProperty("newplane2", _x) < -40) or (390 < getProperty("newplane2", _y))) { removeMovieClip("newplane2"); go2 = 0; } i++; } } if (go3 == 1) { i = 1; while (3 >= i) { if (((((xmov[3] - 30) < getProperty("slug" + i, _x)) and (getProperty("slug" + i, _x) < (xmov[3] + 30))) and ((ymov[3] - 30) < getProperty("slug" + i, _y))) and (getProperty("slug" + i, _y) < (ymov[3] + 30))) { setProperty("_root.smoke", _x , xmov[3]); setProperty("_root.smoke", _y , ymov[3] + 5); tellTarget (_root.smoke) { gotoAndPlay (2); }; removeMovieClip("newplane3"); score = score + 15; enemy = enemy - 1; go3 = 0; } if ((470 < getProperty("newplane3", _x)) or (390 < getProperty("newplane3", _y))) { removeMovieClip("newplane3"); go3 = 0; } i++; } } if (go4 == 1) { i = 1; while (3 >= i) { if (((((xmov[4] - 30) < getProperty("slug" + i, _x)) and (getProperty("slug" + i, _x) < (xmov[4] + 30))) and ((ymov[4] - 30) < getProperty("slug" + i, _y))) and (getProperty("slug" + i, _y) < (ymov[4] + 30))) { setProperty("_root.smoke", _x , xmov[4]); setProperty("_root.smoke", _y , ymov[4] + 4); tellTarget (_root.smoke) { gotoAndPlay (2); }; removeMovieClip("newplane4"); score = score + 15; enemy = enemy - 1; go4 = 0; } if ((470 < getProperty("newplane4", _x)) or (390 < getProperty("newplane4", _y))) { removeMovieClip("newplane4"); go4 = 0; } i++; } } if (bomb1go == 1) { i = 1; while (3 >= i) { if (((((bomb1x - 10) < getProperty("slug" + i, _x)) and (getProperty("slug" + i, _x) < (bomb1x + 10))) and ((bomb1y - 15) < getProperty("slug" + i, _y))) and (getProperty("slug" + i, _y) < (bomb1y + 15))) { setProperty("_root.smoke", _x , bomb1x); setProperty("_root.smoke", _y , bomb1y + 4); setProperty("_root.bomb1", _y , 400); score = score + 30; tellTarget (_root.smoke) { gotoAndPlay (2); }; bomb1go = 3; } i++; } } if (bomb2go == 1) { i = 1; while (3 >= i) { if (((((bomb2x - 10) < getProperty("slug" + i, _x)) and (getProperty("slug" + i, _x) < (bomb2x + 10))) and ((bomb2y - 15) < getProperty("slug" + i, _y))) and (getProperty("slug" + i, _y) < (bomb2y + 15))) { setProperty("_root.smoke", _x , bomb2x); setProperty("_root.smoke", _y , bomb2y + 4); setProperty("_root.bomb2", _y , 400); score = score + 30; tellTarget (_root.smoke) { gotoAndPlay (2); }; bomb2go = 3; } i++; } }
Frame 637
if ((enemy == 25) and (mission == 1)) { tellTarget ("_root.background1") { gotoAndPlay (2); }; } if ((enemy == 25) and (mission == 2)) { tellTarget ("_root.background1") { gotoAndPlay (22); }; } if ((((((go1 == 0) and (go2 == 0)) and (go3 == 0)) and (go4 == 0)) and (getProperty(_root.bomb1, _y) >= 350)) and (getProperty(_root.bomb2, _y) >= 350)) { gotoAndPlay (635); } gotoAndPlay (636);
Frame 638
n = 1; while (4 >= n) { removeMovieClip("newplane" + n); n++; }
Frame 651
_root.angle = 0; stop();
Frame 652
n = 1; while (4 >= n) { removeMovieClip("newplane" + n); n++; } if (mission == 2) { tellTarget ("_root.caption") { gotoAndStop (4); }; } if (mission == 3) { tellTarget ("_root.caption") { gotoAndStop (5); }; } if (mission3start == 0) { tellTarget ("_root.caption") { gotoAndStop (6); }; }
Frame 717
stopAllSounds();
Frame 718
scoreauto = 0;
Frame 719
if (scoreauto >= score) { gotoAndPlay (721); }
Frame 720
scoreauto = scoreauto + 5; gotoAndPlay (719);
Frame 722
if (_root.mission == 2) { tellTarget ("_root.background1") { gotoAndStop (21); }; tellTarget ("_root.caption") { gotoAndStop (2); }; } if (mission3start == 0) { gotoAndPlay (891); }
Frame 780
if (mission == 2) { gotoAndPlay (582); } if (mission == 3) { tellTarget ("_root.caption") { gotoAndStop (3); }; gotoAndPlay (781); }
Frame 781
n = 1; while (4 >= n) { removeMovieClip("newplane" + n); n++; } tellTarget ("_root.caption") { gotoAndStop (7); };
Frame 845
rocketready = 1;
Frame 851
rocketready = rocketready + 1; if (rocketready < 3) { gotoAndPlay (846); }
Frame 872
if (mission3start == 0) { gotoAndPlay (652); } if (mission3start == 1) { mission3start = 0; gotoAndPlay (582); }
Frame 884
tellTarget ("_root.background1") { gotoAndStop (105); }; cannonfly = 1; gotoAndPlay (638); tellTarget ("_root.caption") { gotoAndStop (7); };
Frame 891
stopAllSounds();
Frame 1111
mission = 1; stop();
Symbol 29 Button
on (release) { gotoAndPlay (4); }
Symbol 35 Button
on (release) { getURL ("mailto:j_q2002@sina.com"); }
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 6
gotoAndStop (1);
Symbol 53 MovieClip Frame 82
_root.scene1loop = _root.scene1loop + 1; gotoAndPlay (1);
Symbol 55 Button
on (release) { gotoAndPlay (581); }
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 18
gotoAndStop (1);
Symbol 85 MovieClip Frame 54
stop();
Symbol 97 Button
on (release) { if (sayyesshow == 1) { setProperty("_root.sayyes", _visible , "1"); sayyesshow = 0; } else { setProperty("_root.sayyes", _visible , "0"); sayyesshow = 1; } }
Symbol 103 Button
on (release) { gotoAndPlay (582); }
Symbol 123 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 20
stop();
Symbol 123 MovieClip Frame 21
stop();
Symbol 123 MovieClip Frame 72
stop();
Symbol 123 MovieClip Frame 90
gotoAndPlay (73);
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 2
stop();
Symbol 133 MovieClip Frame 3
stop();
Symbol 133 MovieClip Frame 4
stop();
Symbol 133 MovieClip Frame 5
stop();
Symbol 133 MovieClip Frame 6
stop();
Symbol 133 MovieClip Frame 7
stop();
Symbol 135 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 1
stop();
Symbol 146 Button
on (keyPress "z") { if ((_root.SlugReady == 1) and (slug1ready == 1)) { tellTarget ("_root.emplacement.cannon") { gotoAndPlay (2); }; tellTarget ("_root.slug1ctrl") { gotoAndPlay (2); }; _root.SlugReady = 2; slug1ready = 0; } else if ((_root.SlugReady == 2) and (slug2ready == 1)) { tellTarget ("_root.emplacement.cannon") { gotoAndPlay (2); }; tellTarget ("_root.slug2ctrl") { gotoAndPlay (2); }; _root.SlugReady = 3; slug2ready = 0; } else if ((_root.SlugReady == 3) and (slug3ready == 1)) { tellTarget ("_root.emplacement.cannon") { gotoAndPlay (2); }; tellTarget ("_root.slug3ctrl") { gotoAndPlay (2); }; _root.SlugReady = 1; slug3ready = 0; } } on (keyPress "x") { if (_root.mission == 3) { gotoAndPlay (781); } }
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
angle = _root.angle; slugx = _root.slugx; slugy = _root.slugy;
Symbol 148 MovieClip Frame 3
r = r + 1; setProperty(_root.slug1, _x , slugx); setProperty(_root.slug1, _y , slugy); slugx = slugx - (Math.cos(0.01745 * (angle + 90)) * r); slugy = slugy - (Math.sin(0.01745 * (angle + 90)) * r); if (((slugx < -15) or (430 < slugx)) or (slugy < -25)) { r = 0; _root.slug1ready = 1; setProperty(_root.slug1, _x , _root.slugx); setProperty(_root.slug1, _y , _root.slugy); gotoAndPlay (1); }
Symbol 148 MovieClip Frame 4
gotoAndPlay (3);
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 18
gotoAndStop (1);
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 2
angle = _root.angle; slugx = _root.slugx; slugy = _root.slugy;
Symbol 152 MovieClip Frame 3
r = r + 1; setProperty(_root.slug2, _x , slugx); setProperty(_root.slug2, _y , slugy); slugx = slugx - (Math.cos(0.01745 * (angle + 90)) * r); slugy = slugy - (Math.sin(0.01745 * (angle + 90)) * r); if (((slugx < -15) or (430 < slugx)) or (slugy < -25)) { r = 0; _root.slug2ready = 1; setProperty(_root.slug2, _x , _root.slugx); setProperty(_root.slug2, _y , _root.slugy); gotoAndPlay (1); }
Symbol 152 MovieClip Frame 4
gotoAndPlay (3);
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 2
angle = _root.angle; slugx = _root.slugx; slugy = _root.slugy;
Symbol 153 MovieClip Frame 3
r = r + 1; setProperty(_root.slug3, _x , slugx); setProperty(_root.slug3, _y , slugy); slugx = slugx - (Math.cos(0.01745 * (angle + 90)) * r); slugy = slugy - (Math.sin(0.01745 * (angle + 90)) * r); if (((slugx < -15) or (430 < slugx)) or (slugy < -25)) { r = 0; _root.slug3ready = 1; setProperty(_root.slug3, _x , _root.slugx); setProperty(_root.slug3, _y , _root.slugy); gotoAndPlay (1); }
Symbol 153 MovieClip Frame 4
gotoAndPlay (3);
Symbol 156 Button
on (release) { mission = 1; stopAllSounds(); gotoAndPlay (1); }
Symbol 157 Button
on (release) { blood = 5; if (mission == 3) { enemy = 35; tellTarget ("_root.background1") { gotoAndPlay (73); }; } gotoAndPlay (635); }
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 10
stop();
Symbol 169 MovieClip Frame 20
stop();
Symbol 182 Button
on (release) { stopAllSounds(); mission3start = 1; mission = 1; gotoAndPlay (1); }

Library Items

Symbol 1 GraphicUsed by:2 10 13
Symbol 2 MovieClip [plane1]Uses:1
Symbol 3 GraphicUsed by:5 12 17
Symbol 4 GraphicUsed by:5 12 17
Symbol 5 MovieClip [plane2]Uses:3 4
Symbol 6 GraphicUsed by:7 11 16
Symbol 7 MovieClip [plane3]Uses:6
Symbol 8 GraphicUsed by:9 14 15
Symbol 9 MovieClip [slug]Uses:8
Symbol 10 MovieClip [plane1]Uses:1Used by:Timeline
Symbol 11 MovieClip [plane3]Uses:6Used by:Timeline
Symbol 12 MovieClip [plane2]Uses:3 4Used by:Timeline
Symbol 13 MovieClip [plane1]Uses:1Used by:Timeline
Symbol 14 MovieClip [slug]Uses:8Used by:Timeline
Symbol 15 MovieClip [slug]Uses:8Used by:Timeline
Symbol 16 MovieClip [plane3]Uses:6Used by:Timeline
Symbol 17 MovieClip [plane2]Uses:3 4Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:Timeline
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:Timeline
Symbol 27 GraphicUsed by:29 156 157 182
Symbol 28 GraphicUsed by:29 156 157 182
Symbol 29 ButtonUses:27 28Used by:Timeline
Symbol 30 FontUsed by:31
Symbol 31 TextUses:30Used by:Timeline
Symbol 32 FontUsed by:33 54 163
Symbol 33 TextUses:32Used by:35
Symbol 34 GraphicUsed by:35 55
Symbol 35 ButtonUses:33 34Used by:Timeline
Symbol 36 GraphicUsed by:46
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:46 123
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:46 85 124 170 178  Timeline
Symbol 41 GraphicUsed by:43
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:41 42Used by:46 124 170 178  Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:46 85 124 170 178  Timeline
Symbol 46 MovieClipUses:36 38 40 43 45Used by:53
Symbol 47 ShapeTweeningUsed by:53
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:53
Symbol 50 GraphicUsed by:53
Symbol 51 ShapeTweeningUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:46 47 49 50 51 52Used by:Timeline
Symbol 54 TextUses:32Used by:55
Symbol 55 ButtonUses:54 34Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 GraphicUsed by:65 120
Symbol 65 MovieClipUses:64Used by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:68 150
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 GraphicUsed by:73 151  Timeline
Symbol 70 SoundUsed by:73 85 151
Symbol 71 GraphicUsed by:73 151
Symbol 72 GraphicUsed by:73 151  Timeline
Symbol 73 MovieClipUses:69 70 71 72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 GraphicUsed by:85
Symbol 77 GraphicUsed by:85
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:85  Timeline
Symbol 80 FontUsed by:81 183 184
Symbol 81 TextUses:80Used by:85
Symbol 82 GraphicUsed by:85
Symbol 83 GraphicUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:76 77 40 79 45 81 82 70 83 84Used by:Timeline
Symbol 86 GraphicUsed by:87 93
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:95
Symbol 93 MovieClipUses:86Used by:95  Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:92 93 94Used by:Timeline
Symbol 96 GraphicUsed by:97 103
Symbol 97 ButtonUses:96Used by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:103
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:103
Symbol 102 GraphicUsed by:103
Symbol 103 ButtonUses:99 101 102 96Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:123
Symbol 106 GraphicUsed by:123
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:123
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:123
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:123
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:123
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:123
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:123
Symbol 119 GraphicUsed by:123
Symbol 120 MovieClipUses:64Used by:123
Symbol 121 GraphicUsed by:123
Symbol 122 GraphicUsed by:123  Timeline
Symbol 123 MovieClipUses:105 106 108 110 112 114 116 38 118 119 120 121 122Used by:Timeline
Symbol 124 MovieClipUses:40 43 45Used by:Timeline
Symbol 125 GraphicUsed by:133
Symbol 126 GraphicUsed by:133
Symbol 127 GraphicUsed by:133
Symbol 128 GraphicUsed by:133
Symbol 129 GraphicUsed by:133
Symbol 130 GraphicUsed by:133
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:125 126 127 128 129 130 131 132Used by:Timeline
Symbol 134 SoundUsed by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 SoundUsed by:137
Symbol 137 MovieClipUses:136Used by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 FontUsed by:140 141 144 159 160 161
Symbol 140 EditableTextUses:139Used by:Timeline
Symbol 141 EditableTextUses:139Used by:Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:Timeline
Symbol 144 EditableTextUses:139Used by:Timeline
Symbol 145 GraphicUsed by:146
Symbol 146 ButtonUses:145Used by:Timeline
Symbol 147 SoundUsed by:148 152 153
Symbol 148 MovieClipUses:147Used by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 MovieClipUses:67Used by:Timeline
Symbol 151 MovieClipUses:69 70 71 72Used by:Timeline
Symbol 152 MovieClipUses:147Used by:Timeline
Symbol 153 MovieClipUses:147Used by:Timeline
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 ButtonUses:27 28Used by:Timeline
Symbol 157 ButtonUses:27 28Used by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 EditableTextUses:139Used by:Timeline
Symbol 160 EditableTextUses:139Used by:Timeline
Symbol 161 EditableTextUses:139Used by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 EditableTextUses:32Used by:Timeline
Symbol 164 SoundUsed by:Timeline
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:169  Timeline
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:169  Timeline
Symbol 169 MovieClipUses:166 168Used by:Timeline
Symbol 170 MovieClipUses:40 43 45Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 ShapeTweeningUsed by:Timeline
Symbol 178 MovieClipUses:40 43 45Used by:Timeline
Symbol 179 SoundUsed by:180
Symbol 180 MovieClipUses:179Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 ButtonUses:27 28Used by:Timeline
Symbol 183 TextUses:80Used by:Timeline
Symbol 184 TextUses:80Used by:Timeline

Instance Names

"loader"Frame 1Symbol 22 MovieClip
"loadbar"Frame 1Symbol 24 MovieClip
"board"Frame 1Symbol 26 MovieClip
"cannon"Frame 221Symbol 43 MovieClip
"cannon"Frame 337Symbol 43 MovieClip
"scenesmoke"Frame 437Symbol 73 MovieClip
"sayyes"Frame 581Symbol 95 MovieClip
"background1"Frame 582Symbol 123 MovieClip
"emplacement"Frame 582Symbol 124 MovieClip
"caption"Frame 582Symbol 133 MovieClip
"music1"Frame 582Symbol 135 MovieClip
"music3"Frame 582Symbol 137 MovieClip
"slug1"Frame 634Symbol 14 MovieClip [slug]
"slug2"Frame 634Symbol 15 MovieClip [slug]
"slug3"Frame 634Symbol 15 MovieClip [slug]
"slug1ctrl"Frame 634Symbol 148 MovieClip
"plane1"Frame 634Symbol 13 MovieClip [plane1]
"plane2"Frame 634Symbol 12 MovieClip [plane2]
"plane3"Frame 634Symbol 11 MovieClip [plane3]
"plane5"Frame 634Symbol 16 MovieClip [plane3]
"plane4"Frame 634Symbol 10 MovieClip [plane1]
"bomb1"Frame 634Symbol 68 MovieClip
"bomb2"Frame 634Symbol 150 MovieClip
"smoke"Frame 634Symbol 151 MovieClip
"slug1ctrl"Frame 635Symbol 148 MovieClip
"slug2ctrl"Frame 635Symbol 152 MovieClip
"slug3ctrl"Frame 635Symbol 153 MovieClip
"emplacement"Frame 781Symbol 170 MovieClip
"rocketx"Frame 846Symbol 169 MovieClip
"cannon"Symbol 46 MovieClip Frame 1Symbol 43 MovieClip
"cannon"Symbol 124 MovieClip Frame 1Symbol 43 MovieClip
"cannon"Symbol 170 MovieClip Frame 1Symbol 43 MovieClip
"cannon"Symbol 178 MovieClip Frame 1Symbol 43 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "plane1"
ExportAssets (56)Timeline Frame 1Symbol 5 as "plane2"
ExportAssets (56)Timeline Frame 1Symbol 7 as "plane3"
ExportAssets (56)Timeline Frame 1Symbol 9 as "slug"
ExportAssets (56)Timeline Frame 1Symbol 10 as "plane1"
ExportAssets (56)Timeline Frame 1Symbol 11 as "plane3"
ExportAssets (56)Timeline Frame 1Symbol 12 as "plane2"
ExportAssets (56)Timeline Frame 1Symbol 13 as "plane1"
ExportAssets (56)Timeline Frame 1Symbol 14 as "slug"
ExportAssets (56)Timeline Frame 1Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 1Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 1Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 154Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 155Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 155Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 156Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 156Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 157Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 157Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 158Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 158Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 159Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 159Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 160Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 160Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 161Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 161Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 162Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 162Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 163Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 163Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 164Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 164Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 165Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 165Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 166Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 166Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 167Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 167Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 168Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 168Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 169Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 169Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 170Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 170Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 171Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 171Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 172Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 172Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 173Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 173Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 174Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 174Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 175Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 175Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 176Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 176Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 177Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 177Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 178Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 178Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 179Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 179Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 180Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 180Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 181Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 181Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 182Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 182Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 183Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 183Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 184Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 184Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 185Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 185Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 186Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 186Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 187Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 187Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 188Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 188Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 189Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 189Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 190Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 190Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 191Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 191Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 192Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 192Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 193Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 193Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 194Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 194Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 195Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 195Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 196Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 196Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 197Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 197Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 198Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 198Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 199Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 199Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 200Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 200Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 201Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 201Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 202Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 202Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 203Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 203Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 204Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 204Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 205Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 205Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 206Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 206Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 207Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 207Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 208Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 208Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 209Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 209Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 210Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 210Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 211Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 211Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 212Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 212Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 213Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 213Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 214Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 214Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 215Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 215Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 216Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 216Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 217Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 217Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 218Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 218Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 219Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 219Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 220Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 220Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 221Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 221Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 222Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 222Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 223Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 223Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 224Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 224Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 225Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 225Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 226Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 226Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 227Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 227Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 228Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 228Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 229Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 229Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 230Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 230Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 231Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 231Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 232Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 232Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 233Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 233Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 234Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 234Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 235Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 235Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 236Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 236Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 237Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 237Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 238Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 238Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 239Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 239Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 240Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 240Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 241Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 241Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 242Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 242Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 243Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 243Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 244Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 244Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 245Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 245Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 246Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 246Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 247Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 247Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 248Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 248Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 249Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 249Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 250Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 250Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 251Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 251Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 252Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 252Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 253Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 253Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 254Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 254Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 255Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 255Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 256Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 256Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 257Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 257Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 258Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 258Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 259Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 259Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 260Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 260Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 261Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 261Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 262Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 262Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 263Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 263Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 264Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 264Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 265Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 265Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 266Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 266Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 267Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 267Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 268Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 268Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 269Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 269Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 270Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 270Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 271Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 271Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 272Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 272Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 273Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 273Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 274Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 274Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 275Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 275Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 276Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 276Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 277Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 277Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 278Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 278Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 279Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 279Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 280Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 280Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 281Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 281Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 282Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 282Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 283Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 283Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 284Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 284Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 285Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 285Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 286Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 286Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 287Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 287Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 288Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 288Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 289Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 289Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 290Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 290Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 291Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 291Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 292Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 292Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 293Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 293Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 294Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 294Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 295Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 295Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 296Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 296Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 297Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 297Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 298Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 298Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 299Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 299Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 300Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 300Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 301Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 301Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 302Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 302Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 303Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 303Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 304Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 304Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 305Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 305Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 306Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 306Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 307Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 307Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 308Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 308Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 309Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 309Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 310Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 310Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 311Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 311Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 312Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 312Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 313Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 313Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 314Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 314Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 315Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 315Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 316Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 316Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 317Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 317Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 318Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 318Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 319Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 319Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 320Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 320Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 321Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 321Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 322Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 322Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 323Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 323Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 324Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 324Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 325Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 325Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 326Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 326Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 327Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 327Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 328Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 328Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 329Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 329Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 330Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 330Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 331Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 331Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 332Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 332Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 333Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 333Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 334Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 334Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 335Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 335Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 336Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 336Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 337Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 337Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 338Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 338Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 339Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 339Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 340Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 340Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 341Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 341Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 342Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 342Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 343Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 343Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 344Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 344Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 345Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 345Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 346Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 346Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 347Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 347Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 348Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 348Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 349Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 349Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 350Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 350Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 351Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 351Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 352Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 352Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 353Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 353Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 354Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 354Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 355Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 355Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 356Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 356Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 357Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 357Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 358Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 358Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 359Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 359Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 360Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 360Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 361Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 361Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 362Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 362Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 363Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 363Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 364Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 364Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 365Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 365Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 366Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 366Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 367Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 367Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 368Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 368Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 369Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 369Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 370Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 370Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 371Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 371Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 372Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 372Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 373Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 373Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 374Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 374Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 375Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 375Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 376Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 376Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 377Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 377Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 378Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 378Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 379Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 379Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 380Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 380Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 381Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 381Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 382Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 382Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 383Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 383Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 384Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 384Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 385Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 385Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 386Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 386Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 387Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 387Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 388Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 388Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 389Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 389Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 390Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 390Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 391Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 391Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 392Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 392Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 393Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 393Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 394Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 394Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 395Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 395Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 396Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 396Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 397Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 397Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 398Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 398Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 399Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 399Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 400Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 400Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 401Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 401Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 402Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 402Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 403Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 403Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 404Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 404Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 405Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 405Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 406Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 406Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 407Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 407Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 408Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 408Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 409Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 409Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 410Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 410Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 411Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 411Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 412Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 412Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 413Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 413Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 414Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 414Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 415Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 415Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 416Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 416Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 417Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 417Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 418Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 418Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 419Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 419Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 420Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 420Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 421Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 421Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 422Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 422Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 423Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 423Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 424Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 424Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 425Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 425Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 426Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 426Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 427Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 427Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 428Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 428Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 429Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 429Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 430Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 430Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 431Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 431Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 432Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 432Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 433Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 433Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 434Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 434Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 435Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 435Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 436Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 436Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 437Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 437Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 438Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 438Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 439Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 439Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 440Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 440Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 441Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 441Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 442Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 442Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 443Symbol 17 as "plane2"
ExportAssets (56)Timeline Frame 443Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 589Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 590Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 591Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 592Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 593Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 594Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 595Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 596Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 597Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 598Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 599Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 600Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 601Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 602Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 603Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 604Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 605Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 606Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 607Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 608Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 609Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 610Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 611Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 612Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 613Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 614Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 615Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 616Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 617Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 618Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 619Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 620Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 621Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 622Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 623Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 624Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 625Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 626Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 627Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 628Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 629Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 630Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 631Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 632Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 633Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 634Symbol 14 as "slug"
ExportAssets (56)Timeline Frame 634Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 634Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 634Symbol 13 as "plane1"
ExportAssets (56)Timeline Frame 634Symbol 12 as "plane2"
ExportAssets (56)Timeline Frame 634Symbol 11 as "plane3"
ExportAssets (56)Timeline Frame 634Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 634Symbol 10 as "plane1"
ExportAssets (56)Timeline Frame 634Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 635Symbol 14 as "slug"
ExportAssets (56)Timeline Frame 635Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 635Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 635Symbol 13 as "plane1"
ExportAssets (56)Timeline Frame 635Symbol 12 as "plane2"
ExportAssets (56)Timeline Frame 635Symbol 11 as "plane3"
ExportAssets (56)Timeline Frame 635Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 635Symbol 10 as "plane1"
ExportAssets (56)Timeline Frame 635Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 636Symbol 14 as "slug"
ExportAssets (56)Timeline Frame 636Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 636Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 636Symbol 13 as "plane1"
ExportAssets (56)Timeline Frame 636Symbol 12 as "plane2"
ExportAssets (56)Timeline Frame 636Symbol 11 as "plane3"
ExportAssets (56)Timeline Frame 636Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 636Symbol 10 as "plane1"
ExportAssets (56)Timeline Frame 636Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 637Symbol 14 as "slug"
ExportAssets (56)Timeline Frame 637Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 637Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 637Symbol 13 as "plane1"
ExportAssets (56)Timeline Frame 637Symbol 12 as "plane2"
ExportAssets (56)Timeline Frame 637Symbol 11 as "plane3"
ExportAssets (56)Timeline Frame 637Symbol 16 as "plane3"
ExportAssets (56)Timeline Frame 637Symbol 10 as "plane1"
ExportAssets (56)Timeline Frame 637Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 638Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 639Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 640Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 641Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 642Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 643Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 644Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 645Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 646Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 647Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 648Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 649Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 650Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 651Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 652Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 653Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 654Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 655Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 656Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 657Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 658Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 659Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 660Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 661Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 662Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 663Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 664Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 665Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 666Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 667Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 668Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 669Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 670Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 671Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 672Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 673Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 674Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 675Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 676Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 677Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 678Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 679Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 680Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 681Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 682Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 683Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 684Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 685Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 686Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 687Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 688Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 689Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 690Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 691Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 692Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 693Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 694Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 695Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 696Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 697Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 698Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 699Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 700Symbol 15 as "slug"
ExportAssets (56)Timeline Frame 701Symbol 15 as "slug"

Labels

"hammer"Frame 221
"show"Frame 581
"begin"Frame 582
"allloop"Frame 635
"main"Frame 636
"gameover"Frame 638
"missioncomplete"Frame 652
"scoreshow"Frame 719
"scorenext"Frame 721
"mission3cartoon"Frame 781
"rocketready"Frame 846
"mission3end1"Frame 873
"missionfinalend"Frame 891

Dynamic Text Variables

scoreSymbol 140 EditableText""
bloodSymbol 141 EditableText""
enemySymbol 144 EditableText""
scoreSymbol 159 EditableText""
bloodSymbol 160 EditableText""
enemySymbol 161 EditableText""
scoreautoSymbol 163 EditableText""




http://swfchan.com/5/22068/info.shtml
Created: 27/5 -2019 05:40:32 Last modified: 27/5 -2019 05:40:32 Server time: 10/05 -2024 21:49:21