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/99810169?noj=FRM99810169-10DC" width="1" height="1"></div>

Amazons vs Athenians.swf

This is the info page for
Flash #21884

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


Text
You have rescued the Amazon
Queen and regained her magic belt

Awesome women warriors, the Amazons come from far away to
challenge the strong men of Athens to a fight.
Their goal is to rescue their queen, held captive in the city, and
escape with her back to the wild. The Amazons have other ideas.
The Amazons aim their arrows, the Athenians raise their swords.
Mythical heroes and monsters join the battle on both sides. The
forces of nature fight the defenders of civilisation.
It's boys versus girls!

1. Choose your army - Amazons or Athenians, girls or boys.
2. The Amazons want to rescue their queen captured by the
Athenians, and the Athenians want to protect the captured Amazon
queen.
3. Watch the yellow progress bar to see how you're going - and look
out for enemies along the way!
4. To attack, use the space bar: Amazons shoot arrows, Athenians
block with their shields.
5. To defend, press "W": Amazons jump out of the way, Athenians
block with their shields.
6. For special help, press "P" or click on the icon to call for a
champion. You can do this three times.
7. Your army has five lives. Once you've used them all up it's game
over and off to the Underworld.  Time to play again - or change sides!

Game concept:
Abby Robinson, Dee Hannan, Rosie Allimonos
INterface design:
Willow Berzin
Flash programming and animation:
Dave Jones (Transcience)
Sound Design:
Daniel Butler , Dee Hannan

furies

siren

medusa

YOU LOSE

YOU WIN

WELL DONE!
YOU HAVE CONQUERED THE ATHENIANS
AND RESCUED THE AMAZON QUEEN

<Herakles>

Bellephoron

Athena

GAME OVER

You Win!

You have captured the Amazon
Queen and claimed her magic belt.

Awesome women warriors, the Amazons come from far away to
challenge the strong men of Athens to a fight.
Their goal is to rescue their queen, held captive in the city, and
escape with her back to the wild. The Amazons have other ideas.
The Amazons aim their arrows, the Athenians raise their swords.
Mythical heroes and monsters join the battle on both sides. The
forces of nature fight the defenders of civilisation.
It's boys versus girls!

1. Choose your army - Amazons or Athenians, girls or boys.
2. The Amazons want to rescue their queen captured by the
Athenians, and the Athenians want to protect the captured Amazon
queen.
3. Watch the yellow progress bar to see how you're going - and look
out for enemies along the way!
4. To attack, use the space bar: Amazons shoot arrows, Athenians
block with their shields.
5. To defend, press "W": Amazons jump out of the way, Athenians
block with their shields.
6. For special help, press "P" or click on the icon to call for a
champion. You can do this three times.
7. Your army has five lives. Once you've used them all up it's game
over and off to the Underworld.  Time to play again - or change sides!

Game concept:
Abby Robinson, Dee Hannan, Rosie Allimonos
INterface design:
Willow Berzin
Flash programming and animation:
Dave Jones (Transcience)
Sound Design:
Daniel Butler , Dee Hannan

YOU LOSE

YOU WIN

WELL DONE!
YOU HAVE CONQUERED THE AMAZONS
AND CAPTURED THE AMAZON QUEEN

ActionScript [AS1/AS2]

Instance of Symbol 93 MovieClip in Frame 1
onClipEvent (load) { vFullWidth = _width; _width = 0; } onClipEvent (enterFrame) { _width = ((vFullWidth * _root.getBytesLoaded()) / _root.getBytesTotal()); percent = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); trace(percent); if (percent == 5) { _root.soldiers.nextFrame(); } else if (percent == 10) { _root.soldiers.nextFrame(); } else if (percent == 20) { _root.soldiers.nextFrame(); } else if (percent == 30) { _root.soldiers.nextFrame(); } else if (percent == 40) { _root.soldiers.nextFrame(); } else if (percent == 50) { _root.soldiers.nextFrame(); } else if (percent == 60) { _root.soldiers.nextFrame(); } else if (percent == 70) { _root.soldiers.nextFrame(); } else if (percent == 80) { _root.soldiers.nextFrame(); } else if (percent == 90) { _root.soldiers.nextFrame(); } }
Frame 2
if (_framesloaded < _totalframes) { gotoAndPlay (1); }
Frame 3
globalsound = new Sound(); vSndON = 1;
Frame 4
stop();
Instance of Symbol 102 MovieClip "bg2" in Frame 4
/* no clip actions */
Instance of Symbol 158 MovieClip in Frame 4
onClipEvent (load) { if (_root.vSndON) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 219 MovieClip "messagebox" in Frame 4
/* no clip actions */
Frame 5
stop();
Instance of Symbol 127 MovieClip "bg" in Frame 5
onClipEvent (load) { vCount = 0; vCount++; vDiff = 97; _root.vLevel = 1; _root.marker.mark._x = 0; vMove = -10; this.gotoandstop(10); } onClipEvent (enterFrame) { if (_root.vLevel < 10) { this._x = _x + vMove; _root.marker.mark._x = _root.marker.mark._x - (vMove / 100); _root.bg2._x = _root.bg2._x + (vMove / 10); _root.bg3._x = _root.bg3._x + (vMove / 20); if (_root.bg2._x < -1600) { _root.bg2._x = _root.bg2._x + 1600; } if (_root.bg3._x < -1600) { _root.bg3._x = _root.bg3._x + 1600; } vRand = random(100); if (vRand > vDiff) { vCount++; if (vCount > 30) { vCount = 1; } this.attachMovie("athenite", "a" + vCount, vCount); targ = eval ("a" + vCount); targ._x = 800 - _x; targ._y = 125; } if (this._x < -1600) { _root.vLevel++; vDiff--; this.prevFrame(); this._x = this._x + 1600; i = 1; while (i < 31) { targ = eval ("a" + i); targ._x = targ._x - 1600; i++; } trace("sceen" + this._currentframe); } } } onClipEvent (keyDown) { theKey = Key.getCode(); if (theKey == 65) { _root.fig.play(); _root.left.gotoandstop(2); } else if (theKey == 68) { _root.fig.play(); _root.right.gotoandstop(2); } else if (theKey == 87) { if (_root.fig._currentframe < 6) { _root.fig.gotoandplay("jump"); } _root.shield.gotoandstop(2); } else if (theKey == 32) { if (_root.fig._currentframe < 6) { _root.fig.fig.upper.play(); _root.arrow.play(); } _root.attack.gotoandstop(2); } else if (theKey == 80) { _root.champ.gotoandstop(2); } } onClipEvent (keyUp) { theKey = Key.getCode(); if (theKey == 87) { _root.shield.gotoandstop(1); } else if (theKey == 65) { _root.fig.gotoandstop(1); _root.left.gotoandstop(1); } else if (theKey == 68) { _root.fig.gotoandstop(1); _root.right.gotoandstop(1); } else if (theKey == 32) { _root.attack.gotoandstop(1); } else if (theKey == 80) { _root.champ.gotoandstop(1); if (_root.heroBTN1._currentframe == 1) { _root.heroBTN1.gotoandstop(2); _root.heroes.gotoandplay("h1"); } else if (_root.heroBTN2._currentframe == 1) { _root.heroBTN2.gotoandstop(2); _root.heroes.gotoandplay("h2"); } else if (_root.heroBTN3._currentframe == 1) { _root.heroBTN3.gotoandstop(2); _root.heroes.gotoandplay("h3"); } } }
Instance of Symbol 86 MovieClip [amazon] in Frame 5
onClipEvent (load) { fig.upper.gotoandstop(11); }
Instance of Symbol 86 MovieClip [amazon] in Frame 5
onClipEvent (load) { fig.upper.gotoandstop(11); }
Instance of Symbol 158 MovieClip in Frame 5
onClipEvent (load) { if (_root.vSndON) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 219 MovieClip "messagebox" in Frame 5
/* no clip actions */
Frame 24
stop();
Frame 43
stop();
Frame 63
stop();
Frame 83
stop();
Frame 84
_root.vLevel = 11;
Instance of Symbol 158 MovieClip in Frame 90
onClipEvent (load) { if (_root.vSndON) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Frame 217
gotoAndPlay (91);
Instance of Symbol 158 MovieClip in Frame 219
onClipEvent (load) { if (_root.vSndON) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Frame 276
stop();
Frame 278
stop();
Instance of Symbol 102 MovieClip "bg2" in Frame 278
/* no clip actions */
Instance of Symbol 316 MovieClip "bg" in Frame 278
onClipEvent (load) { vCount = 0; vCount++; vCount++; vDiff = 98; _root.vLevel = 1; this.gotoandstop(2); _root.marker.mark._x = 0; vMove = 10; this.attachMovie("amaz", "a" + vCount, vCount); targ = eval ("a" + vCount); targ._x = -150 - _x; targ._y = 125; } onClipEvent (enterFrame) { if (_root.vLevel < 10) { if (_root.fig._currentframe < 12) { this._x = _x + vMove; _root.marker.mark._x = _root.marker.mark._x + (vMove / 100); _root.bg2._x = _root.bg2._x + (vMove / 10); _root.bg3._x = _root.bg3._x + (vMove / 20); if (_root.bg2._x > -800) { _root.bg2._x = _root.bg2._x - 1600; } if (_root.bg3._x > -800) { _root.bg3._x = _root.bg3._x - 1600; } } vRand = random(100); if (vRand > vDiff) { trace("new amazon"); vCount++; if (vCount > 30) { vCount = 1; } this.attachMovie("amaz", "a" + vCount, vCount); targ = eval ("a" + vCount); targ._x = -150 - _x; targ._y = 125; } if (this._x > 0) { _root.vLevel++; vDiff--; this._x = this._x - 1600; this.nextFrame(); i = 1; while (i < 31) { targ = eval ("a" + i); targ._x = targ._x + 1600; i++; } vCount++; if (vCount > 30) { vCount = 1; } this.attachMovie("amaz", "a" + vCount, vCount); targ = eval ("a" + vCount); targ._x = -150 - _x; targ._y = 125; trace("sceen" + this._currentframe); } } } onClipEvent (keyDown) { theKey = Key.getCode(); if (theKey == 65) { _root.fig.play(); _root.left.gotoandstop(2); } else if (theKey == 68) { _root.fig.play(); _root.right.gotoandstop(2); } else if (theKey == 87) { vMove = 0; _root.fig.gotoandstop(15); _root.shield.gotoandstop(2); } else if (theKey == 32) { if (_root.fig._currentframe < 6) { _root.fig.gotoandplay("chop"); _root.attack.gotoandstop(2); } _root.attack.gotoandstop(2); } else if (theKey == 80) { _root.champ.gotoandstop(2); } } onClipEvent (keyUp) { theKey = Key.getCode(); if (theKey == 87) { _root.fig.gotoandplay(1); _root.shield.gotoandstop(1); vMove = 10; } else if (theKey == 65) { _root.fig.gotoandstop(1); _root.left.gotoandstop(1); } else if (theKey == 68) { _root.fig.gotoandstop(1); _root.right.gotoandstop(1); } else if (theKey == 32) { _root.fig.gotoandplay(1); _root.attack.gotoandstop(1); } else if (theKey == 80) { _root.champ.gotoandstop(1); if (_root.heroBTN1._currentframe == 1) { _root.heroBTN1.gotoandstop(2); _root.heroes.gotoandplay("h1"); } else if (_root.heroBTN2._currentframe == 1) { _root.heroBTN2.gotoandstop(2); _root.heroes.gotoandplay("h2"); } else if (_root.heroBTN3._currentframe == 1) { _root.heroBTN3.gotoandstop(2); _root.heroes.gotoandplay("h3"); } } }
Instance of Symbol 158 MovieClip in Frame 278
onClipEvent (load) { if (_root.vSndON) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Frame 297
stop();
Frame 316
stop();
Frame 336
stop();
Frame 356
stop();
Frame 357
_root.vLevel = 11;
Frame 488
gotoAndPlay (364);
Instance of Symbol 158 MovieClip in Frame 489
onClipEvent (load) { if (_root.vSndON) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Frame 550
stop();
Instance of Symbol 316 MovieClip "bg" in Frame 683
onClipEvent (load) { vCount = 0; vCount++; vDiff = 98; _root.vLevel = 1; _root.marker.mark._x = 0; vMove = 10; } onClipEvent (enterFrame) { if (_root.vLevel < 10) { if (_root.fig._currentframe < 12) { this._x = _x + vMove; _root.marker.mark._x = _root.marker.mark._x + (vMove / 100); _root.bg2._x = _root.bg2._x + (vMove / 10); _root.bg3._x = _root.bg3._x + (vMove / 20); if (_root.bg2._x > -800) { _root.bg2._x = _root.bg2._x - 1600; } if (_root.bg3._x > -800) { _root.bg3._x = _root.bg3._x - 1600; } } vRand = random(100); if (vRand > vDiff) { trace("new amazon"); vCount++; if (vCount > 30) { vCount = 1; } this.attachMovie("amaz", "a" + vCount, vCount); targ = eval ("a" + vCount); targ._x = -150 - _x; targ._y = 125; } if (this._x < -1600) { trace("sceen1"); _root.vLevel--; vDiff++; this._x = this._x + 1600; i = 1; while (i < 31) { targ = eval ("a" + i); targ._x = targ._x - 1600; i++; } } else if (this._x > 0) { trace("sceen1"); if (_root.vLevel == 9) { _root.vLevel++; _root.messagebox.gotoandstop(3); } else { _root.vLevel++; vDiff--; this._x = this._x - 1600; this.nextFrame(); i = 1; while (i < 31) { targ = eval ("a" + i); targ._x = targ._x + 1600; i++; } } } } } onClipEvent (keyDown) { theKey = Key.getCode(); if (theKey == 65) { _root.fig.play(); _root.left.gotoandstop(2); } else if (theKey == 68) { _root.fig.play(); _root.right.gotoandstop(2); } else if (theKey == 87) { vMove = 0; _root.fig.gotoandstop(15); _root.shield.gotoandstop(2); } else if (theKey == 32) { if (_root.fig._currentframe < 6) { _root.fig.gotoandplay("chop"); _root.attack.gotoandstop(2); } _root.attack.gotoandstop(2); } else if (theKey == 80) { _root.champ.gotoandstop(2); } } onClipEvent (keyUp) { theKey = Key.getCode(); if (theKey == 87) { _root.fig.gotoandplay(1); _root.shield.gotoandstop(1); vMove = 10; } else if (theKey == 65) { _root.fig.gotoandstop(1); _root.left.gotoandstop(1); } else if (theKey == 68) { _root.fig.gotoandstop(1); _root.right.gotoandstop(1); } else if (theKey == 32) { _root.fig.gotoandplay(1); _root.attack.gotoandstop(1); } else if (theKey == 80) { _root.champ.gotoandstop(1); if (_root.heroBTN1._currentframe == 1) { _root.heroBTN1.gotoandstop(2); _root.heroes.gotoandplay("h1"); } else if (_root.heroBTN2._currentframe == 1) { _root.heroBTN2.gotoandstop(2); _root.heroes.gotoandplay("h2"); } else if (_root.heroBTN3._currentframe == 1) { _root.heroBTN3.gotoandstop(2); _root.heroes.gotoandplay("h3"); } } }
Symbol 13 MovieClip Frame 1
stop();
Symbol 13 MovieClip Frame 10
_parent.unloadMovie();
Instance of Symbol 13 MovieClip "fig" in Symbol 14 MovieClip [athenite] Frame 1
onClipEvent (enterFrame) { if (this._currentframe < 3) { _parent._x = _parent._x - 3; if ((_parent._x + _root.bg._x) < -10) { _parent.unloadMovie(); } else if ((_parent._x + _root.bg._x) < 250) { if (_root.arrow2._currentframe < 2) { _root.arrow2.play(); } } if (this.hitTest(_root.arrow)) { trace(_parent._name + " arrowstrike1"); if (_root.arrow._currentframe > 6) { _root.arrow.gotoandstop(1); } else { _root.arrow.gotoandplay(18); } this.gotoandplay("die"); } else if (this.hitTest(_root.arrow2)) { _root.arrow2.gotoandplay(20); trace((_parent._name + " 2arrowstrike2 ") + this._currentframe); this.gotoandplay("die"); } else if (this.hitTest(_root.fig)) { if (_root.fig._currentframe < 8) { trace((_parent._name + " gotcha ") + this._currentframe); _root.play(); this.gotoandplay("die"); } } else if (this.fig.hitTest(_root.heroes.hero)) { this.gotoandplay("die"); } } }
Symbol 26 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 16
gotoAndStop (1);
Symbol 43 MovieClip Frame 24
gotoAndStop (1);
Symbol 45 MovieClip Frame 5
gotoAndPlay (1);
Symbol 45 MovieClip Frame 22
gotoAndPlay (1);
Symbol 45 MovieClip Frame 45
gotoAndPlay (1);
Symbol 45 MovieClip Frame 53
_parent.unloadMovie();
Instance of Symbol 45 MovieClip in Symbol 46 MovieClip [amaz] Frame 1
onClipEvent (enterFrame) { if (this._currentframe < 46) { if (this._currentframe < 23) { _parent._x = _parent._x + 3; } posX = _parent._x + _root.bg._x; if (posX > 810) { _parent.unloadMovie(); trace("expired"); } else if (posX > 550) { trace(("chopcurrent" + _root.fig2._currentframe) + "end"); if (_root.fig2._currentframe < 6) { trace("chop2"); _root.fig2.gotoandplay(6); } } rand = random(100); if ((_parent._x + _root.bg._x) < 350) { if (rand > _root.bg.vDiff) { arrow.play(); } } if (this.fig.hitTest(_root.fig.fig)) { if (this._currentframe < 23) { if (_root.fig._currentframe > 11) { this.gotoAndPlay("fall"); } else if (_root.fig._currentframe > 5) { this.gotoAndPlay("die"); } else { _root.play(); this.gotoAndPlay("die"); } } else { _parent._x = _parent._x - 70; this.gotoAndPlay(50); } } else if (this.arrow.hitTest(_root.fig.fig)) { if (_root.fig._currentframe < 11) { _root.play(); } } if (this.fig.hitTest(_root.fig2)) { _root.fig2.gotoandplay(1); this.gotoAndPlay("die"); } if (this.fig.hitTest(_root.heroes.hero)) { this.gotoAndPlay("die"); } } }
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 7
gotoAndPlay (3);
Symbol 68 MovieClip Frame 2
stop();
Symbol 69 MovieClip [amazon] Frame 5
gotoAndPlay (1);
Symbol 69 MovieClip [amazon] Frame 10
gotoAndPlay (6);
Symbol 69 MovieClip [amazon] Frame 20
gotoAndPlay (1);
Symbol 86 MovieClip [amazon] Frame 5
gotoAndPlay (1);
Symbol 86 MovieClip [amazon] Frame 22
gotoAndPlay (1);
Symbol 98 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 1
stop();
Instance of Symbol 114 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.arrow)) { trace(_parent._name + " arrowstrike1"); _root.arrow.gotoandstop(1); this.gotoandstop(2); _root.gotoandPlay("AmazonWin"); } else if (this.hitTest(_root.fig)) { if (_root.fig._currentframe < 8) { _root.play(); } } }
Symbol 127 MovieClip Frame 11
_root.gotoandplay("AthenianWin");
Symbol 147 Button
on (release) { messagebox.gotoAndStop(5); }
Symbol 152 Button
on (release) { messagebox.gotoAndStop(4); }
Symbol 155 Button
on (release) { _root.vSndON = 0; _root.globalsound.setVolume(0); gotoAndStop (2); }
Symbol 157 Button
on (release) { _root.vSndON = 1; _root.globalsound.setVolume(100); gotoAndStop (1); }
Symbol 161 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 6
stop();
Symbol 175 Button
on (release) { gotoAndStop (5); }
Symbol 183 MovieClip Frame 4
stop();
Symbol 185 Button
on (release) { gotoAndStop (278); }
Symbol 190 Button
on (release) { i = 1; while (i < 31) { targ = eval ("_root.bg.a" + i); trace((targ._name + " ") + targ._x); targ.removeMovieClip(); i++; } _root.bg.vDiff = 97; _root.marker.mark._x = 0; _root.vLevel = 1; _root.gotoAndStop("Am1"); _root.heroBTN1.gotoAndStop(1); _root.heroBTN2.gotoAndStop(1); _root.heroBTN3.gotoAndStop(1); _root.bg._x = 0; _root.bg2._x = 0; _root.bg3._x = 0; _root.bg.gotoandstop(9); gotoAndStop (1); }
Symbol 193 Button
on (release) { _root.gotoAndStop("chooseteam"); }
Symbol 199 Button
on (release) { i = 1; while (i < 31) { targ = eval ("_root.bg.a" + i); trace((targ._name + " ") + targ._x); targ.removeMovieClip(); i++; } _root.bg.vDiff = 97; _root.marker.mark._x = 0; _root.vLevel = 1; _root.gotoAndStop("Am1"); _root.heroBTN1.gotoAndStop(1); _root.heroBTN2.gotoAndStop(1); _root.heroBTN3.gotoAndStop(1); _root.bg._x = 0; _root.bg2._x = 0; _root.bg3._x = 0; _root.bg.gotoandstop(9); gotoAndStop (1); }
Symbol 200 Button
on (release) { _root.gotoAndStop("chooseteam"); }
Symbol 206 Button
on (release) { gotoAndStop (1); }
Symbol 209 Button
on (release) { gotoAndStop (1); }
Symbol 211 Button
on (release) { gotoAndStop (1); }
Symbol 217 Button
on (release) { gotoAndStop (1); }
Symbol 219 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 40
gotoAndStop (1);
Symbol 252 MovieClip Frame 79
gotoAndStop (1);
Symbol 252 MovieClip Frame 118
gotoAndStop (1);
Symbol 255 Button
on (release) { _root.heroes.gotoandplay("h1"); gotoAndStop (2); }
Symbol 256 MovieClip Frame 1
stop();
Symbol 259 Button
on (release) { _root.heroes.gotoandplay("h3"); gotoAndStop (2); }
Symbol 260 MovieClip Frame 1
stop();
Symbol 263 Button
on (release) { _root.heroes.gotoandplay("h2"); gotoAndStop (2); }
Symbol 264 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 286 Button
on (release) { i = 1; while (i < 31) { targ = eval ("_root.bg.a" + i); trace((targ._name + " ") + targ._x); targ.removeMovieClip(); i++; } _root.bg.vDiff = 97; _root.marker.mark._x = 0; _root.vLevel = 1; _root.gotoAndStop("Am1"); _root.heroBTN1.gotoAndStop(1); _root.heroBTN2.gotoAndStop(1); _root.heroBTN3.gotoAndStop(1); _root.bg._x = 0; _root.bg2._x = 0; _root.bg3._x = 0; _root.bg.gotoandstop(9); }
Symbol 316 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 11
_root.gotoandplay("AthenianWin");
Symbol 319 MovieClip Frame 1
stop();
Symbol 349 MovieClip Frame 1
stop();
Symbol 349 MovieClip Frame 40
gotoAndStop (1);
Symbol 349 MovieClip Frame 79
gotoAndStop (1);
Symbol 349 MovieClip Frame 118
gotoAndStop (1);
Symbol 354 Button
on (release) { _root.heroes.gotoandplay("h1"); gotoAndStop (2); }
Symbol 355 MovieClip Frame 1
stop();
Symbol 358 Button
on (release) { _root.heroes.gotoandplay("h3"); gotoAndStop (2); }
Symbol 359 MovieClip Frame 1
stop();
Symbol 362 Button
on (release) { _root.heroes.gotoandplay("h2"); gotoAndStop (2); }
Symbol 363 MovieClip Frame 1
stop();
Symbol 365 Button
on (release) { i = 1; while (i < 31) { targ = eval ("_root.bg.a" + i); trace((targ._name + " ") + targ._x); targ.removeMovieClip(); i++; } _root.bg.vDiff = 97; _root.marker.mark._x = 0; _root.vLevel = 1; _root.gotoAndStop("Ath1"); _root.heroBTN1.gotoAndStop(1); _root.heroBTN2.gotoAndStop(1); _root.heroBTN3.gotoAndStop(1); _root.bg._x = -1600; _root.bg2._x = -800; _root.bg3._x = -800; _root.bg.gotoandstop(1); gotoAndStop (1); }
Symbol 369 Button
on (release) { i = 1; while (i < 31) { targ = eval ("_root.bg.a" + i); trace((targ._name + " ") + targ._x); targ.removeMovieClip(); i++; } _root.bg.vDiff = 97; _root.marker.mark._x = 4; _root.vLevel = 1; _root.gotoAndStop("Ath1"); _root.heroBTN1.gotoAndStop(1); _root.heroBTN2.gotoAndStop(1); _root.heroBTN3.gotoAndStop(1); _root.bg._x = 0; _root.bg2._x = 0; _root.bg3._x = 0; _root.bg.gotoandstop(1); gotoAndStop (1); }
Symbol 372 Button
on (release) { gotoAndStop (1); }
Symbol 373 Button
on (release) { gotoAndStop (1); }
Symbol 375 Button
on (release) { gotoAndStop (1); }
Symbol 377 Button
on (release) { gotoAndStop (1); }
Symbol 379 MovieClip Frame 1
stop();
Symbol 382 Button
on (release) { messagebox.gotoAndStop(6); }
Symbol 384 Button
on (release) { i = 1; while (i < 31) { targ = eval ("_root.bg.a" + i); trace((targ._name + " ") + targ._x); targ.removeMovieClip(); i++; } _root.bg.vDiff = 97; _root.marker.mark._x = 0; _root.vLevel = 1; _root.gotoAndStop("Ath1"); _root.heroBTN1.gotoAndStop(1); _root.heroBTN2.gotoAndStop(1); _root.heroBTN3.gotoAndStop(1); _root.bg._x = -1600; _root.bg2._x = -800; _root.bg3._x = -800; _root.bg.gotoandstop(2); }
Symbol 387 Button
on (release) { i = 1; while (i < 31) { targ = eval ("_root.bg.a" + i); trace((targ._name + " ") + targ._x); targ.removeMovieClip(); i++; } _root.bg.vDiff = 97; _root.marker.mark._x = 0; _root.vLevel = 1; _root.gotoAndStop("Ath1"); _root.heroBTN1.gotoAndStop(1); _root.heroBTN2.gotoAndStop(1); _root.heroBTN3.gotoAndStop(1); _root.bg._x = -1600; _root.bg2._x = -800; _root.bg3._x = -800; _root.bg.gotoandstop(2); }

Library Items

Symbol 1 BitmapUsed by:3 5 7 9 380
Symbol 2 BitmapUsed by:3 56
Symbol 3 GraphicUses:1 2Used by:10
Symbol 4 BitmapUsed by:5 57
Symbol 5 GraphicUses:1 4Used by:10
Symbol 6 BitmapUsed by:7 59
Symbol 7 GraphicUses:1 6Used by:10
Symbol 8 BitmapUsed by:9 60
Symbol 9 GraphicUses:1 8Used by:10
Symbol 10 MovieClipUses:3 5 7 9Used by:13 69
Symbol 11 SoundUsed by:13 43
Symbol 12 SoundUsed by:13
Symbol 13 MovieClipUses:10 11 12Used by:14
Symbol 14 MovieClip [athenite]Uses:13
Symbol 15 BitmapUsed by:16 95
Symbol 16 GraphicUses:15Used by:26
Symbol 17 BitmapUsed by:18 171
Symbol 18 GraphicUses:17Used by:26
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:26
Symbol 21 SoundUsed by:26
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:26
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26 274
Symbol 26 MovieClipUses:16 18 20 21 23 25Used by:35
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:35 274
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:35 274
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:35 274
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:35 274
Symbol 35 MovieClipUses:26 28 30 32 34Used by:45 86
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClipUses:37Used by:43
Symbol 39 SoundUsed by:43
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:42
Symbol 42 MovieClipUses:41Used by:43
Symbol 43 MovieClipUses:38 39 42 11Used by:45  Timeline
Symbol 44 SoundUsed by:45
Symbol 45 MovieClipUses:35 43 44Used by:46
Symbol 46 MovieClip [amaz]Uses:45
Symbol 47 BitmapUsed by:48 56
Symbol 48 GraphicUses:47Used by:55
Symbol 49 BitmapUsed by:50 57 60
Symbol 50 GraphicUses:49Used by:55
Symbol 51 BitmapUsed by:52 59
Symbol 52 GraphicUses:51Used by:55
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:55
Symbol 55 MovieClipUses:48 50 52 54Used by:69
Symbol 56 GraphicUses:47 2Used by:61
Symbol 57 GraphicUses:49 4Used by:61
Symbol 58 SoundUsed by:61
Symbol 59 GraphicUses:51 6Used by:61
Symbol 60 GraphicUses:49 8Used by:61
Symbol 61 MovieClipUses:56 57 58 59 60Used by:69
Symbol 62 BitmapUsed by:63 380
Symbol 63 GraphicUses:62Used by:68
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:68
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:68
Symbol 68 MovieClipUses:63 65 67Used by:69
Symbol 69 MovieClip [amazon]Uses:10 55 61 68Used by:Timeline
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:86
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:86
Symbol 74 SoundUsed by:86
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:86
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:86
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:86
Symbol 81 BitmapUsed by:82 83
Symbol 82 GraphicUses:81Used by:86
Symbol 83 GraphicUses:81Used by:86
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:86
Symbol 86 MovieClip [amazon]Uses:35 71 73 74 76 78 80 82 83 85Used by:Timeline
Symbol 87 GraphicUsed by:102  Timeline
Symbol 88 GraphicUsed by:102  Timeline
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 BitmapUsed by:95 171 268
Symbol 95 GraphicUses:94 15Used by:98 172 175
Symbol 96 BitmapUsed by:97 182
Symbol 97 GraphicUses:96Used by:98
Symbol 98 MovieClipUses:95 97Used by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 MovieClipUses:87 88Used by:Timeline
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:127 316
Symbol 105 GraphicUsed by:127 316
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:127 316
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:127 316
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:127 316
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:114
Symbol 114 MovieClipUses:113Used by:127
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:127 316
Symbol 117 GraphicUsed by:127 316
Symbol 118 GraphicUsed by:127 316
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:121
Symbol 121 MovieClipUses:120Used by:127 316
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:124
Symbol 124 MovieClipUses:123Used by:127 316
Symbol 125 GraphicUsed by:127 316
Symbol 126 GraphicUsed by:127 316
Symbol 127 MovieClipUses:104 105 107 109 111 114 116 117 118 121 124 125 126Used by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 BitmapUsed by:134
Symbol 133 BitmapUsed by:134 292
Symbol 134 GraphicUses:132 133Used by:Timeline
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:Timeline
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:Timeline
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:Timeline
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:Timeline
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:147 211 375
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:147 211 375
Symbol 147 ButtonUses:144 146Used by:Timeline
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:152 206 372
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:152 206 372
Symbol 152 ButtonUses:149 151Used by:Timeline
Symbol 153 BitmapUsed by:154 156
Symbol 154 GraphicUses:153Used by:155
Symbol 155 ButtonUses:154Used by:158
Symbol 156 GraphicUses:153Used by:157
Symbol 157 ButtonUses:156Used by:158
Symbol 158 MovieClipUses:155 157Used by:Timeline
Symbol 159 GraphicUsed by:161
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:159 160Used by:Timeline
Symbol 162 GraphicUsed by:164
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:162 163Used by:Timeline
Symbol 165 GraphicUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:165 166Used by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:175
Symbol 171 GraphicUses:94 17Used by:172 175
Symbol 172 MovieClipUses:171 95Used by:175
Symbol 173 GraphicUsed by:175 185
Symbol 174 SoundUsed by:175 379
Symbol 175 ButtonUses:170 95 172 173 171 174Used by:Timeline
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:185
Symbol 178 GraphicUsed by:185 224
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:181 183 185
Symbol 181 MovieClipUses:180Used by:185
Symbol 182 GraphicUses:96Used by:183
Symbol 183 MovieClipUses:180 182Used by:185
Symbol 184 SoundUsed by:185 379
Symbol 185 ButtonUses:177 178 181 183 173 180 184Used by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:219
Symbol 188 GraphicUsed by:190 199 286 365 369 384 387
Symbol 189 GraphicUsed by:190 199 286 365 369 384 387
Symbol 190 ButtonUses:188 189Used by:219
Symbol 191 GraphicUsed by:193 200
Symbol 192 GraphicUsed by:193 200
Symbol 193 ButtonUses:191 192Used by:219 379  Timeline
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:219
Symbol 196 SoundUsed by:219  Timeline
Symbol 197 SoundUsed by:219  Timeline
Symbol 198 GraphicUsed by:219
Symbol 199 ButtonUses:188 189Used by:219
Symbol 200 ButtonUses:191 192Used by:219 379
Symbol 201 FontUsed by:202 210 212 218 366 370 371 374 376 378
Symbol 202 TextUses:201Used by:219
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:219 379
Symbol 205 SoundUsed by:219  Timeline
Symbol 206 ButtonUses:149 151Used by:219
Symbol 207 GraphicUsed by:209 373
Symbol 208 GraphicUsed by:209 373
Symbol 209 ButtonUses:207 208Used by:219
Symbol 210 TextUses:201Used by:219
Symbol 211 ButtonUses:144 146Used by:219
Symbol 212 TextUses:201Used by:219
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:217 377 382
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:217 377 382
Symbol 217 ButtonUses:214 216Used by:219
Symbol 218 TextUses:201Used by:219
Symbol 219 MovieClipUses:187 190 193 195 196 197 198 199 200 202 204 205 206 209 210 211 212 217 218Used by:Timeline
Symbol 220 GraphicUsed by:Timeline
Symbol 221 GraphicUsed by:Timeline
Symbol 222 GraphicUsed by:223 224
Symbol 223 MovieClipUses:222Used by:224
Symbol 224 MovieClipUses:222 178 223Used by:Timeline
Symbol 225 BitmapUsed by:227 283
Symbol 226 BitmapUsed by:227 276
Symbol 227 GraphicUses:225 226Used by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:240
Symbol 231 GraphicUsed by:240 245 252 329 338 347
Symbol 232 FontUsed by:233 244 250 322 333 342
Symbol 233 TextUses:232Used by:240
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:240
Symbol 236 BitmapUsed by:237
Symbol 237 GraphicUses:236Used by:240
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:240
Symbol 240 MovieClipUses:230 231 233 235 237 239Used by:252
Symbol 241 SoundUsed by:252
Symbol 242 BitmapUsed by:243
Symbol 243 GraphicUses:242Used by:245
Symbol 244 TextUses:232Used by:245
Symbol 245 MovieClipUses:243 231 244Used by:252
Symbol 246 SoundUsed by:252
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:249
Symbol 249 MovieClipUses:248Used by:252
Symbol 250 TextUses:232Used by:252
Symbol 251 SoundUsed by:252 329
Symbol 252 MovieClipUses:240 241 245 246 249 231 250 251Used by:Timeline
Symbol 253 BitmapUsed by:254
Symbol 254 GraphicUses:253Used by:255
Symbol 255 ButtonUses:254Used by:256
Symbol 256 MovieClipUses:255Used by:Timeline
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:259
Symbol 259 ButtonUses:258Used by:260
Symbol 260 MovieClipUses:259Used by:Timeline
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:263
Symbol 263 ButtonUses:262Used by:264
Symbol 264 MovieClipUses:263Used by:Timeline
Symbol 265 BitmapUsed by:266
Symbol 266 GraphicUses:265Used by:Timeline
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:94 267Used by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 SoundUsed by:Timeline
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:273
Symbol 273 MovieClipUses:272Used by:Timeline
Symbol 274 MovieClipUses:25 28 30 32 34Used by:Timeline
Symbol 275 GraphicUsed by:Timeline
Symbol 276 GraphicUses:226Used by:Timeline
Symbol 277 GraphicUsed by:279
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:277 278Used by:Timeline
Symbol 280 GraphicUsed by:282
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:280 281Used by:Timeline
Symbol 283 GraphicUses:225Used by:Timeline
Symbol 284 FontUsed by:285 297 298 383 386 388
Symbol 285 EditableTextUses:284Used by:Timeline
Symbol 286 ButtonUses:188 189Used by:Timeline
Symbol 287 BitmapUsed by:288 390 391 394
Symbol 288 GraphicUses:287Used by:289
Symbol 289 MovieClipUses:288Used by:Timeline
Symbol 290 BitmapUsed by:291 315 393 397 400 401 402
Symbol 291 GraphicUses:290Used by:Timeline
Symbol 292 GraphicUses:133Used by:Timeline
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:Timeline
Symbol 295 BitmapUsed by:296
Symbol 296 GraphicUses:295Used by:Timeline
Symbol 297 EditableTextUses:284Used by:Timeline
Symbol 298 EditableTextUses:284Used by:Timeline
Symbol 299 BitmapUsed by:300 390
Symbol 300 GraphicUses:299Used by:Timeline
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:Timeline
Symbol 303 BitmapUsed by:304 307 310 311 312 392
Symbol 304 GraphicUses:303Used by:Timeline
Symbol 305 BitmapUsed by:307 311
Symbol 306 BitmapUsed by:307 311
Symbol 307 GraphicUses:303 305 306Used by:313
Symbol 308 BitmapUsed by:310 312
Symbol 309 BitmapUsed by:310 312
Symbol 310 GraphicUses:303 308 309Used by:313
Symbol 311 GraphicUses:303 306 305Used by:313
Symbol 312 GraphicUses:303 309 308Used by:313
Symbol 313 MovieClipUses:307 310 311 312Used by:Timeline
Symbol 314 GraphicUsed by:Timeline
Symbol 315 GraphicUses:290Used by:316
Symbol 316 MovieClipUses:104 105 107 109 111 116 117 118 121 125 124 126 315Used by:Timeline
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:317Used by:319
Symbol 319 MovieClipUses:318Used by:Timeline
Symbol 320 BitmapUsed by:321
Symbol 321 GraphicUses:320Used by:329
Symbol 322 TextUses:232Used by:329
Symbol 323 BitmapUsed by:324
Symbol 324 GraphicUses:323Used by:329
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:325Used by:329
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:329
Symbol 329 MovieClipUses:321 231 322 324 251 326 328Used by:349
Symbol 330 SoundUsed by:349
Symbol 331 BitmapUsed by:332
Symbol 332 GraphicUses:331Used by:338
Symbol 333 TextUses:232Used by:338
Symbol 334 BitmapUsed by:335
Symbol 335 GraphicUses:334Used by:338
Symbol 336 BitmapUsed by:337
Symbol 337 GraphicUses:336Used by:338
Symbol 338 MovieClipUses:332 231 333 335 337Used by:349
Symbol 339 SoundUsed by:349
Symbol 340 BitmapUsed by:341
Symbol 341 GraphicUses:340Used by:347
Symbol 342 TextUses:232Used by:347
Symbol 343 BitmapUsed by:344
Symbol 344 GraphicUses:343Used by:347
Symbol 345 BitmapUsed by:346
Symbol 346 GraphicUses:345Used by:347
Symbol 347 MovieClipUses:341 231 342 344 346Used by:349
Symbol 348 SoundUsed by:349
Symbol 349 MovieClipUses:329 330 338 339 347 348Used by:Timeline
Symbol 350 GraphicUsed by:Timeline
Symbol 351 GraphicUsed by:Timeline
Symbol 352 BitmapUsed by:353
Symbol 353 GraphicUses:352Used by:354
Symbol 354 ButtonUses:353Used by:355
Symbol 355 MovieClipUses:354Used by:Timeline
Symbol 356 BitmapUsed by:357
Symbol 357 GraphicUses:356Used by:358
Symbol 358 ButtonUses:357Used by:359
Symbol 359 MovieClipUses:358Used by:Timeline
Symbol 360 BitmapUsed by:361
Symbol 361 GraphicUses:360Used by:362
Symbol 362 ButtonUses:361Used by:363
Symbol 363 MovieClipUses:362Used by:Timeline
Symbol 364 GraphicUsed by:379
Symbol 365 ButtonUses:188 189Used by:379
Symbol 366 TextUses:201Used by:367
Symbol 367 MovieClipUses:366Used by:379
Symbol 368 SoundUsed by:379  Timeline
Symbol 369 ButtonUses:188 189Used by:379
Symbol 370 TextUses:201Used by:379
Symbol 371 TextUses:201Used by:379
Symbol 372 ButtonUses:149 151Used by:379
Symbol 373 ButtonUses:207 208Used by:379
Symbol 374 TextUses:201Used by:379
Symbol 375 ButtonUses:144 146Used by:379
Symbol 376 TextUses:201Used by:379
Symbol 377 ButtonUses:214 216Used by:379
Symbol 378 TextUses:201Used by:379
Symbol 379 MovieClipUses:364 365 193 367 174 368 369 200 370 371 204 184 372 373 374 375 376 377 378Used by:Timeline
Symbol 380 GraphicUses:1 62Used by:381
Symbol 381 MovieClipUses:380Used by:Timeline
Symbol 382 ButtonUses:214 216Used by:Timeline
Symbol 383 EditableTextUses:284Used by:Timeline
Symbol 384 ButtonUses:188 189Used by:Timeline
Symbol 385 SoundUsed by:Timeline
Symbol 386 EditableTextUses:284Used by:Timeline
Symbol 387 ButtonUses:188 189Used by:Timeline
Symbol 388 EditableTextUses:284Used by:Timeline
Symbol 389 SoundUsed by:Timeline
Symbol 390 GraphicUses:299 287Used by:Timeline
Symbol 391 GraphicUses:287Used by:Timeline
Symbol 392 GraphicUses:303Used by:Timeline
Symbol 393 GraphicUses:290Used by:Timeline
Symbol 394 GraphicUses:287Used by:Timeline
Symbol 395 BitmapUsed by:397 401
Symbol 396 BitmapUsed by:397 401
Symbol 397 GraphicUses:290 395 396Used by:403
Symbol 398 BitmapUsed by:400 402
Symbol 399 BitmapUsed by:400 402
Symbol 400 GraphicUses:290 398 399Used by:403
Symbol 401 GraphicUses:290 396 395Used by:403
Symbol 402 GraphicUses:290 399 398Used by:403
Symbol 403 MovieClipUses:397 400 401 402Used by:Timeline

Instance Names

"soldiers"Frame 1Symbol 98 MovieClip
"bg3"Frame 4Symbol 101 MovieClip
"bg2"Frame 4Symbol 102 MovieClip
"bg"Frame 4Symbol 127 MovieClip
"attack"Frame 4Symbol 161 MovieClip
"champ"Frame 4Symbol 164 MovieClip
"shield"Frame 4Symbol 167 MovieClip
"messagebox"Frame 4Symbol 219 MovieClip
"bg3"Frame 5Symbol 101 MovieClip
"bg2"Frame 5Symbol 102 MovieClip
"bg"Frame 5Symbol 127 MovieClip
"arrow2"Frame 5Symbol 43 MovieClip
"fig"Frame 5Symbol 86 MovieClip [amazon]
"arrow"Frame 5Symbol 43 MovieClip
"marker"Frame 5Symbol 224 MovieClip
"attack"Frame 5Symbol 161 MovieClip
"champ"Frame 5Symbol 164 MovieClip
"shield"Frame 5Symbol 167 MovieClip
"heroes"Frame 5Symbol 252 MovieClip
"heroBTN1"Frame 5Symbol 256 MovieClip
"heroBTN3"Frame 5Symbol 260 MovieClip
"heroBTN2"Frame 5Symbol 264 MovieClip
"messagebox"Frame 5Symbol 219 MovieClip
"left"Frame 90Symbol 279 MovieClip
"right"Frame 90Symbol 282 MovieClip
".."Frame 92Symbol 274 MovieClip
"fig"Frame 219Symbol 86 MovieClip [amazon]
"fig"Frame 219Symbol 86 MovieClip [amazon]
"fig"Frame 220Symbol 86 MovieClip [amazon]
"fig"Frame 238Symbol 86 MovieClip [amazon]
"fig"Frame 244Symbol 86 MovieClip [amazon]
"bg3"Frame 278Symbol 101 MovieClip
"bg2"Frame 278Symbol 102 MovieClip
"bg"Frame 278Symbol 316 MovieClip
"fig2"Frame 278Symbol 69 MovieClip [amazon]
"fig"Frame 278Symbol 69 MovieClip [amazon]
"arrow"Frame 278Symbol 319 MovieClip
"heroes"Frame 278Symbol 349 MovieClip
"marker"Frame 278Symbol 224 MovieClip
"shield"Frame 278Symbol 167 MovieClip
"champ"Frame 278Symbol 164 MovieClip
"attack"Frame 278Symbol 161 MovieClip
"heroBTN1"Frame 278Symbol 355 MovieClip
"heroBTN3"Frame 278Symbol 359 MovieClip
"heroBTN2"Frame 278Symbol 363 MovieClip
"messagebox"Frame 278Symbol 379 MovieClip
"left"Frame 363Symbol 279 MovieClip
"right"Frame 363Symbol 282 MovieClip
".."Frame 365Symbol 69 MovieClip [amazon]
"messagebox"Frame 628Symbol 379 MovieClip
"bg"Frame 683Symbol 316 MovieClip
"fig"Symbol 13 MovieClip Frame 1Symbol 10 MovieClip
"fig"Symbol 14 MovieClip [athenite] Frame 1Symbol 13 MovieClip
"upper"Symbol 35 MovieClip Frame 1Symbol 26 MovieClip
"fig"Symbol 45 MovieClip Frame 1Symbol 35 MovieClip
"arrow"Symbol 45 MovieClip Frame 1Symbol 43 MovieClip
"fig"Symbol 69 MovieClip [amazon] Frame 1Symbol 10 MovieClip
"sword"Symbol 69 MovieClip [amazon] Frame 1Symbol 55 MovieClip
"fig"Symbol 69 MovieClip [amazon] Frame 6Symbol 61 MovieClip
"fig"Symbol 69 MovieClip [amazon] Frame 11Symbol 68 MovieClip
"fig"Symbol 86 MovieClip [amazon] Frame 1Symbol 35 MovieClip
"mark"Symbol 224 MovieClip Frame 1Symbol 223 MovieClip
"hero"Symbol 252 MovieClip Frame 2Symbol 240 MovieClip
"   "Symbol 252 MovieClip Frame 40Symbol 240 MovieClip
"hero"Symbol 252 MovieClip Frame 41Symbol 245 MovieClip
"hero"Symbol 252 MovieClip Frame 80Symbol 249 MovieClip
"hero"Symbol 349 MovieClip Frame 2Symbol 329 MovieClip
"hero"Symbol 349 MovieClip Frame 41Symbol 338 MovieClip
"hero"Symbol 349 MovieClip Frame 80Symbol 347 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 14 as "athenite"
ExportAssets (56)Timeline Frame 1Symbol 46 as "amaz"
ExportAssets (56)Timeline Frame 1Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 1Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 5Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 5Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 5Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 5Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 6Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 6Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 6Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 6Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 7Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 7Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 7Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 7Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 8Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 8Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 8Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 8Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 9Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 9Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 9Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 9Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 10Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 10Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 10Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 10Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 11Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 11Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 11Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 11Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 12Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 12Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 12Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 12Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 13Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 13Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 13Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 13Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 14Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 14Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 14Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 14Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 15Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 15Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 15Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 15Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 16Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 16Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 16Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 16Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 17Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 17Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 17Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 17Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 18Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 18Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 18Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 18Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 19Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 19Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 19Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 19Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 20Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 20Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 20Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 20Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 21Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 21Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 21Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 21Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 22Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 22Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 22Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 22Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 23Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 23Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 23Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 23Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 24Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 24Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 24Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 24Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 25Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 25Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 25Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 26Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 26Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 26Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 27Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 27Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 27Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 28Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 28Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 28Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 29Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 29Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 29Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 30Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 30Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 30Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 31Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 31Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 31Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 32Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 32Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 32Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 33Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 33Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 33Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 34Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 34Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 34Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 35Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 35Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 35Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 36Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 36Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 36Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 37Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 37Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 37Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 38Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 38Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 38Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 39Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 39Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 39Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 40Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 40Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 40Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 41Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 41Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 41Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 42Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 42Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 42Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 43Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 43Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 43Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 44Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 44Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 45Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 45Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 46Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 46Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 47Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 47Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 48Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 48Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 49Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 49Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 50Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 50Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 51Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 51Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 52Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 52Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 53Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 53Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 54Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 54Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 55Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 55Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 56Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 56Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 57Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 57Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 58Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 58Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 59Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 59Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 60Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 60Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 61Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 61Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 62Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 62Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 63Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 63Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 64Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 65Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 66Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 67Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 68Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 69Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 70Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 71Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 72Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 73Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 74Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 75Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 76Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 77Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 78Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 79Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 80Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 81Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 82Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 83Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 219Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 219Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 220Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 220Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 220Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 221Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 221Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 221Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 222Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 222Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 222Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 223Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 223Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 223Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 224Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 224Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 224Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 225Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 225Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 225Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 226Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 226Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 226Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 227Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 227Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 227Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 228Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 228Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 229Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 229Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 230Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 230Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 231Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 232Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 233Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 234Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 235Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 236Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 237Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 238Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 238Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 239Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 239Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 240Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 240Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 241Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 241Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 242Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 242Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 243Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 243Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 244Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 244Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 244Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 245Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 245Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 245Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 246Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 246Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 246Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 247Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 247Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 247Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 248Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 248Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 248Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 249Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 249Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 249Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 250Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 250Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 250Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 251Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 251Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 251Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 252Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 252Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 252Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 253Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 253Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 253Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 254Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 254Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 254Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 255Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 255Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 255Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 256Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 256Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 256Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 257Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 257Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 257Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 258Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 258Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 258Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 259Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 259Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 259Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 260Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 260Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 260Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 261Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 261Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 261Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 262Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 262Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 262Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 263Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 263Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 263Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 264Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 264Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 264Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 265Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 265Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 265Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 266Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 266Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 266Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 267Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 267Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 267Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 268Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 268Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 268Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 269Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 269Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 269Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 270Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 270Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 270Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 271Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 271Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 272Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 272Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 273Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 273Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 274Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 275Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 276Symbol 86 as "amazon"
ExportAssets (56)Timeline Frame 278Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 278Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 278Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 278Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 279Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 279Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 279Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 279Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 280Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 280Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 280Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 280Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 281Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 281Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 281Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 281Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 282Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 282Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 282Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 282Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 283Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 283Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 283Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 283Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 284Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 284Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 284Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 284Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 285Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 285Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 285Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 285Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 286Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 286Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 286Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 286Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 287Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 287Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 287Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 287Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 288Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 288Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 288Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 288Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 289Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 289Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 289Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 289Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 290Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 290Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 290Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 290Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 291Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 291Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 291Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 291Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 292Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 292Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 292Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 292Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 293Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 293Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 293Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 293Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 294Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 294Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 294Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 294Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 295Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 295Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 295Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 295Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 296Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 296Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 296Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 296Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 297Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 297Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 297Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 297Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 298Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 298Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 298Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 299Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 299Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 299Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 300Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 300Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 300Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 301Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 301Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 301Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 302Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 302Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 302Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 303Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 303Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 303Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 304Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 304Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 304Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 305Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 305Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 305Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 306Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 306Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 306Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 307Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 307Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 307Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 308Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 308Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 308Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 309Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 309Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 309Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 310Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 310Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 310Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 311Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 311Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 311Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 312Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 312Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 312Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 313Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 313Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 313Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 314Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 314Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 314Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 315Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 315Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 315Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 316Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 316Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 316Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 317Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 317Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 318Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 318Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 319Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 319Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 320Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 320Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 321Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 321Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 322Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 322Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 323Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 323Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 324Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 324Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 325Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 325Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 326Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 326Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 327Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 327Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 328Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 328Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 329Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 329Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 330Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 330Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 331Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 331Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 332Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 332Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 333Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 333Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 334Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 334Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 335Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 335Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 336Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 336Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 337Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 338Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 339Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 340Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 341Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 342Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 343Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 344Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 345Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 346Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 347Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 348Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 349Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 350Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 351Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 352Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 353Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 354Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 355Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 356Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 363Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 364Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 365Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 365Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 366Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 366Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 367Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 367Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 367Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 368Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 368Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 368Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 369Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 369Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 369Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 370Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 370Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 370Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 371Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 371Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 371Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 372Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 372Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 372Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 373Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 373Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 373Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 374Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 374Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 374Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 375Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 375Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 375Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 376Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 376Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 376Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 377Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 377Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 377Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 378Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 378Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 378Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 379Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 379Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 379Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 380Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 380Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 380Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 381Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 381Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 381Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 382Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 382Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 382Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 383Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 383Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 383Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 384Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 384Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 384Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 385Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 385Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 385Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 386Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 386Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 386Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 387Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 387Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 387Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 388Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 388Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 388Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 389Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 389Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 389Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 390Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 390Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 390Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 391Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 391Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 391Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 392Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 392Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 392Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 393Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 393Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 393Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 394Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 394Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 394Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 395Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 395Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 395Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 396Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 396Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 396Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 397Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 397Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 397Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 398Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 398Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 398Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 399Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 399Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 399Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 400Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 400Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 400Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 401Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 401Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 401Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 402Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 402Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 402Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 403Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 403Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 403Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 404Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 404Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 404Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 405Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 405Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 405Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 406Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 406Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 406Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 407Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 407Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 407Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 408Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 408Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 408Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 409Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 409Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 409Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 410Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 410Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 410Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 411Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 411Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 411Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 412Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 412Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 412Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 413Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 413Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 413Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 414Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 414Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 414Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 415Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 415Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 415Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 416Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 416Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 416Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 417Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 417Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 417Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 418Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 418Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 418Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 419Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 419Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 419Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 420Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 420Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 421Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 421Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 422Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 423Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 424Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 425Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 426Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 426Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 427Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 427Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 428Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 428Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 428Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 429Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 429Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 429Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 430Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 430Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 430Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 431Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 431Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 431Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 432Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 432Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 432Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 433Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 433Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 433Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 434Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 434Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 434Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 435Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 435Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 435Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 436Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 436Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 436Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 437Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 437Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 437Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 438Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 438Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 438Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 439Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 439Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 439Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 440Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 440Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 440Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 441Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 441Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 441Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 442Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 442Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 442Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 443Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 443Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 443Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 444Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 444Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 444Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 445Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 445Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 445Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 446Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 446Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 446Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 447Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 447Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 447Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 448Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 448Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 448Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 449Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 449Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 449Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 450Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 450Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 450Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 451Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 451Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 451Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 452Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 452Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 452Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 453Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 453Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 453Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 454Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 454Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 454Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 455Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 455Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 455Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 456Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 456Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 456Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 457Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 457Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 457Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 458Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 458Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 458Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 459Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 459Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 459Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 460Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 460Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 460Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 461Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 461Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 461Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 462Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 462Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 462Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 463Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 463Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 463Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 464Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 464Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 464Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 465Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 465Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 465Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 466Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 466Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 466Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 467Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 467Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 467Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 468Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 468Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 468Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 469Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 469Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 469Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 470Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 470Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 470Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 471Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 471Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 471Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 472Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 472Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 472Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 473Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 473Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 473Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 474Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 474Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 474Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 475Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 475Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 475Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 476Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 476Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 476Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 477Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 477Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 477Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 478Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 478Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 478Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 479Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 479Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 479Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 480Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 480Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 480Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 481Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 481Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 482Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 482Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 483Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 484Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 496Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 496Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 497Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 497Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 498Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 498Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 499Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 499Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 500Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 500Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 501Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 501Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 502Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 502Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 503Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 504Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 504Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 505Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 505Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 506Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 506Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 507Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 507Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 508Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 508Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 509Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 509Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 510Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 510Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 511Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 511Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 511Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 512Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 512Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 512Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 513Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 513Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 513Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 514Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 514Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 514Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 514Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 515Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 515Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 515Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 515Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 516Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 516Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 516Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 516Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 517Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 517Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 517Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 517Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 518Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 518Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 518Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 518Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 519Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 519Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 519Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 519Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 520Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 520Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 520Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 520Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 521Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 521Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 521Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 521Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 522Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 522Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 522Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 522Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 523Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 523Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 523Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 523Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 524Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 524Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 524Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 524Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 525Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 525Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 525Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 525Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 526Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 526Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 526Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 526Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 527Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 527Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 527Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 527Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 528Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 528Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 528Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 528Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 529Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 529Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 529Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 529Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 530Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 530Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 530Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 530Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 531Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 531Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 531Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 531Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 532Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 532Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 532Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 532Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 533Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 533Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 533Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 533Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 534Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 534Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 534Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 535Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 535Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 535Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 536Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 536Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 536Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 537Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 537Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 537Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 538Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 538Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 539Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 539Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 540Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 540Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 541Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 542Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 543Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 544Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 545Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 546Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 547Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 548Symbol 69 as "amazon"
ExportAssets (56)Timeline Frame 549Symbol 69 as "amazon"

Labels

"chooseteam"Frame 4
"Am1"Frame 5
"AmazonWin"Frame 219
"Ath1"Frame 278
"AthenianWin"Frame 496
"die"Symbol 13 MovieClip Frame 3
"jump"Symbol 45 MovieClip Frame 6
"fall"Symbol 45 MovieClip Frame 23
"die"Symbol 45 MovieClip Frame 46
"chop"Symbol 69 MovieClip [amazon] Frame 6
"jump"Symbol 69 MovieClip [amazon] Frame 11
"jump"Symbol 86 MovieClip [amazon] Frame 6
"h1"Symbol 252 MovieClip Frame 2
"h2"Symbol 252 MovieClip Frame 41
"h3"Symbol 252 MovieClip Frame 80
"h1"Symbol 349 MovieClip Frame 2
"h2"Symbol 349 MovieClip Frame 41
"h3"Symbol 349 MovieClip Frame 80




http://swfchan.com/5/21884/info.shtml
Created: 27/5 -2019 11:59:03 Last modified: 27/5 -2019 11:59:03 Server time: 10/05 -2024 21:06:29