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

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

Bantumi.swf

This is the info page for
Flash #25753

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


Text
X-PRESSIVE

©2001 WWW.X-PRESSIVE.COM MULTIMEDIA DESIGN

?

?

LOAD INFO

LOAD INFO

00000

00000

00000

00000

00000

KB

%

KB/s

Sec.

Total Size :

Loaded :

Percent :

Connection :

Time Left :

00000

00000

00000

00000

00000

KB

%

KB/s

Sec.

Total Size :

Loaded :

Percent :

Connection :

Time Left :

LOADING

LOADING

LOADING

©2002 X-PRESSIVE.COM MULTIMEDIA DESIGN

START

OPTIONS

HOW TO

CREDITS

INITIAL BULLETS:

BACK

RED

SET BULLET COLOR:

SET BULLET COLOR:

RED

GREEN

GREEN

BLUE

BLUE

HAND MOVE SPEED:

HAND MOVE SPEED:

INITIAL BULLETS:

88

88

88

88

CLOSE

How to play:
Mancala is a simple strategy game in
which your goal  is to gather more beads
than your opponent. During each turn,
you take all the beads from one of your
bowls and move anticlockwise,
dropping one bead in each bowl except
your opponent's Kalaha or score bowl
until you run out.

How to play:
Mancala is a simple strategy game in
which your goal  is to gather more beads
than your opponent. During each turn,
you take all the beads from one of your
bowls and move anticlockwise,
dropping one bead in each bowl except
your opponent's Kalaha or score bowl
until you run out.

1-6 are your bowls.
7 is your score bowl.

1-6 are your bowls.
7 is your score bowl.

1

2

3

4

5

6

7

8-13 are your opponent's bowls.
14 is your opponent's score bowl.

8-13 are your opponent's bowls.
14 is your opponent's score bowl.

14

13

12

11

10

9

8

If your last bead drops in your own score
bowl, you get to move again.
If your last bead drops in your own empty
bowl, you get to pick up all the beads in
your opponent's bowl opposite.
The game ends when all the bowls on one
player's side are empty.

If your last bead drops in your own score
bowl, you get to move again.
If your last bead drops in your own empty
bowl, you get to pick up all the beads in
your opponent's bowl opposite.
The game ends when all the bowls on one
player's side are empty.

The remaining beads are moved to the
other player's score bowl. The winner is
the  player with the most beads.

The remaining beads are moved to the
other player's score bowl. The winner is
the  player with the most beads.

PROGRAMMING & DESIGN:
MIKE DOGAN
PROJECT COORDINATOR:
MAURICIO WINGES
©2002 X-PRESSIVE.COM
www.x-pressive.com

PROGRAMMING & DESIGN:
MIKE DOGAN
PROJECT COORDINATOR:
MAURICIO WINGES
©2002 X-PRESSIVE.COM
www.x-pressive.com

MUSIC

MUTE

EXIT!

HELP

99

99

99

99

99

99

THINKING

THINKING

OKAY

WWWWWWWW
WWWWWWWW

WWWWWWWW
WWWWWWWW

WWWWWWWW

WWWWWWWW

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (3) { gotoAndPlay (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Instance of Symbol 47 MovieClip "LoadCircle" in Frame 3
onClipEvent (load) { Set("/:TestMode", false); Set("/:Total", int(_root.getBytesTotal() / 1024)); Time1 = int(getTimer() / 1000); Kbps1 = 0; } onClipEvent (enterFrame) { Set("/:Loaded", int(_root.getBytesLoaded() / 1024)); Set("/:Percent", int(/:Loaded / (/:Total / 100))); if (/:Percent > 99) { Set("/:Percent", 99); } if ((_root.getBytesLoaded() >= _root.getBytesTotal()) and (!/:TestMode)) { _root.gotoAndPlay(_root._currentframe + 1); } else { _parent.LoadCircle.gotoAndStop(/:Percent); Set("/:SecondsLeft", int((/:Total - /:Loaded) / /:Speed)); Time2 = int(getTimer() / 1000); if ((Time2 - Time1) >= 3) { Time1 = Time2; Set("/:Speed", ((_root.getBytesLoaded() - Kbps) / 1024) / 3); Set("/:Speed", String(/:Speed)); if (/:Speed.indexOf(".") >= 0) { Set("/:Speed", /:Speed.split(".")); Set("/:Speed", (/:Speed[0] add ".") add (substring(/:Speed[1], 1, 2))); } Kbps = _root.getBytesLoaded(); } } }
Frame 4
if (!done) { done = true; bulletColor = "150,120,100"; handSpeed = 12; startBullets = 3; } Button1.useHandCursor = false; Button2.useHandCursor = false; Button3.useHandCursor = false; Button4.useHandCursor = false; stop();
Frame 5
function applySettings() { this.handSpeed = SliderHS.value; this.startBullets = SliderSB.value; this.bulletColor = (((SliderR.value add ",") add SliderG.value) add ",") add SliderB.value; myColorObject = new Object(); myColorObject.ra = SliderR.value; myColorObject.ga = SliderG.value; myColorObject.ba = SliderB.value; myColor = new Color(Bullet); myColor.setTransform(myColorObject); } Button3.useHandCursor = false; SliderR.minValue = 100; SliderR.maxValue = 200; SliderR.defValue = bulletColor.split(",")[0]; SliderR.changeFunction = "_parent.applySettings"; SliderG.minValue = 100; SliderG.maxValue = 200; SliderG.defValue = bulletColor.split(",")[1]; SliderG.changeFunction = "_parent.applySettings"; SliderB.minValue = 100; SliderB.maxValue = 200; SliderB.defValue = bulletColor.split(",")[2]; SliderB.changeFunction = "_parent.applySettings"; SliderHS.minValue = 8; SliderHS.maxValue = 20; SliderHS.defValue = handSpeed; SliderHS.changeFunction = "_parent.applySettings"; SliderSB.minValue = 1; SliderSB.maxValue = 7; SliderSB.defValue = startBullets; SliderSB.changeFunction = "_parent.applySettings"; stop();
Frame 6
Button3.useHandCursor = false; WinHelp.gotoAndStop(1); stop();
Frame 7
Button3.useHandCursor = false; stop();
Frame 8
function start() { i = 1; while (i <= 13) { if (i != 7) { j = 1; while (j <= startBullets) { this["Hole_" add i].addBullet(); j++; } } i++; } this.playersTurn = true; finished = false; } function startMove(who, holeNumber) { this.who = who; Hand.mode = "grab"; Hand.showOpen(); if (who eq "player") { playersTurn = false; Hand._rotation = 0; Hand._x = playerStart.split(",")[0]; Hand._y = playerStart.split(",")[1]; Hand.Cloth.setColor(playerColor); Hand.moveToHole(holeNumber); } else { Hand._rotation = 180; Hand._x = cpuStart.split(",")[0]; Hand._y = cpuStart.split(",")[1]; Hand.Cloth.setColor(cpuColor); SoundFX.attachSound("thinking"); SoundFX.start(); Thinking.holeNumber = holeNumber; Thinking.play(); } } function finishedMoving() { bulletCount = 0; i = 1; while (i <= 6) { bulletCount = bulletCount + this["Hole_" add i].numBullets; i++; } if (bulletCount == 0) { finished = true; } bulletCount = 0; i = 8; while (i <= 13) { bulletCount = bulletCount + this["Hole_" add i].numBullets; i++; } if (bulletCount == 0) { finished = true; } if (finished) { MusicFX.stop(); if (Hole_7.numBullets > Hole_14.numBullets) { WinConfirm.show("You are the winner!", "_parent.goMenu"); Hole_7.Border._visible = true; Hole_7.Border.play(); SoundFX.attachSound("won"); SoundFX.start(); } else { WinConfirm.show("CPU has won the match!", "_parent.goMenu"); Hole_14.Border._visible = true; Hole_14.Border.play(); SoundFX.attachSound("lost"); SoundFX.start(); } return(0); } if (!freeMove) { who = ((who eq "player") ? "cpu" : "player"); } else { SoundFX.attachSound("bonus"); SoundFX.start(); freeMove = false; } if (who eq "player") { WinMessage.show("It's your turn!"); SoundFX.attachSound("thinking"); SoundFX.start(); playersTurn = true; } else { nextHole = findBestHole(); startMove(who, nextHole); } } function findBestHole() { k = 8; while (k <= 12) { ThisHole = this["Hole_" add k]; thisBullets = ThisHole.numBullets; targetNum = k + thisBullets; if ((targetNum < 14) and (targetNum != k)) { if (this["Hole_" add targetNum].numBullets == 0) { return(k); } } k++; } k = 8; while (k <= 12) { ThisHole = this["Hole_" add k]; thisBullets = ThisHole.numBullets; if ((k + thisBullets) == 14) { return(k); } k++; } mustHave = 2; k = 13; while (k >= 8) { ThisHole = this["Hole_" add k]; thisBullets = ThisHole.numBullets; if (thisBullets >= mustHave) { return(k); } mustHave++; k--; } k = 0; while ((!k) or (!this["Hole_" add k].numBullets)) { k = (7 + int(Math.random() * 6)) + 1; } return(k); } function goMenu() { gotoAndPlay (4); } SoundFX = new Sound(this); MusicFX = new Sound(this); MusicFX.attachSound("ingame"); MusicFX.start(0, 9999); Hand.bulletsInHand = 0; BuExit.useHandCursor = false; BuHelp.useHandCursor = false; BuMusic.useHandCursor = false; BuMute.useHandCursor = false; playersTurn = false; waitAfterMove = 20; playerColor = "90,90,100"; cpuColor = "75,100,80"; playerStart = "240,360"; cpuStart = "240,-420"; stop();
Instance of Symbol 172 MovieClip "WinHelp" in Frame 8
onClipEvent (load) { _visible = false; }
Symbol 11 MovieClip [c_bullet] Frame 1
tmp = _parent._parent.bulletColor.split(","); myColorObject = new Object(); myColorObject.ra = tmp[0]; myColorObject.ga = tmp[1]; myColorObject.ba = tmp[2]; myColor = new Color(this); myColor.setTransform(myColorObject); stop();
Symbol 14 MovieClip [c_skin_window_BM] Frame 1
stop();
Symbol 17 MovieClip [c_skin_window_BR] Frame 1
stop();
Symbol 20 MovieClip [c_skin_window_BL] Frame 1
stop();
Symbol 23 MovieClip [c_skin_window_L] Frame 1
stop();
Symbol 39 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 1
stop();
Instance of Symbol 39 MovieClip "TL" in Symbol 47 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (2); }
Instance of Symbol 39 MovieClip "TL" in Symbol 47 MovieClip Frame 25
onClipEvent (load) { gotoAndPlay (2); }
Instance of Symbol 39 MovieClip "BL" in Symbol 47 MovieClip Frame 25
onClipEvent (load) { gotoAndPlay (3); }
Instance of Symbol 39 MovieClip "BL" in Symbol 47 MovieClip Frame 50
onClipEvent (load) { gotoAndPlay (3); }
Instance of Symbol 39 MovieClip "BR" in Symbol 47 MovieClip Frame 50
onClipEvent (load) { gotoAndPlay (4); }
Instance of Symbol 39 MovieClip "BR" in Symbol 47 MovieClip Frame 75
onClipEvent (load) { gotoAndPlay (4); }
Instance of Symbol 39 MovieClip "TR" in Symbol 47 MovieClip Frame 75
onClipEvent (load) { gotoAndPlay (5); }
Instance of Symbol 39 MovieClip "TR" in Symbol 47 MovieClip Frame 100
onClipEvent (load) { gotoAndPlay (5); }
Symbol 55 Button
on (press) { gotoAndStop (2); }
Symbol 86 Button
on (press) { gotoAndStop (1); }
Symbol 87 MovieClip Frame 1
stop();
Symbol 88 Button
on (press) { getURL ("http://www.x-pressive.com", "_blank"); }
Symbol 97 MovieClip Frame 1
this.onPress = function () { getURL ("http://www.x-pressive.com/", "_blank"); };
Symbol 106 Button
on (release) { stopAllSounds(); gotoAndPlay (8); }
Symbol 109 Button
on (release) { gotoAndStop (5); }
Symbol 111 Button
on (release) { gotoAndStop (6); }
Symbol 113 Button
on (release) { gotoAndStop (7); }
Symbol 119 Button
on (release) { gotoAndStop (4); }
Symbol 134 MovieClip Frame 1
function setValueTo(val) { left = this.Bar._x; right = this.Bar._width; this.percent = (val - minValue) / ((maxValue - minValue) / 100); this.value = val; this.SButton._x = percent * ((right - left) / 100); eval (changeFunction)(); } setValueTo(defValue); SButton.useHandCursor = false; Bar.useHandCursor = false; SButton.onPress = function () { this.startDrag(0, this._parent.Bar._x, this._y, this._parent.Bar._width, this._y); this.timer_drag = setInterval(this._parent, "func_setValue", 20); }; SButton.onRelease = (SButton.onReleaseOutside = function () { stopDrag(); clearInterval(this.timer_drag); }); Bar.onPress = function () { this._parent.SButton._x = this._xmouse; this._parent.func_setValue(); }; func_setValue = function () { left = this.Bar._x; right = this.Bar._width; this.percent = int(this.SButton._x / ((right - left) / 100)); this.value = minValue + int(percent * ((maxValue - minValue) / 100)); eval (changeFunction)(); }; stop();
Symbol 140 Button
on (release) { if (_currentframe > 1) { prevFrame(); } }
Symbol 141 Button
on (release) { nextFrame(); }
Symbol 143 Button
on (release) { _visible = false; gotoAndStop (1); }
Symbol 172 MovieClip Frame 1
BuNext.useHandCursor = false; BuPrev.useHandCursor = false; BuClose.useHandCursor = false; stop();
Symbol 177 Button
on (press) { MusicFx.start(0, 9999); }
Symbol 178 Button
on (press) { MusicFx.stop(); }
Symbol 182 Button
on (press) { MusicFX.stop(); gotoAndPlay (4); }
Symbol 183 Button
on (press) { WinHelp._visible = true; }
Symbol 195 MovieClip Frame 1
function addBullet() { numBullets++; attachMovie("c_bullet", "Bullet" add numBullets, numBullets + 100); Clip = this["Bullet" add numBullets]; Clip._x = (-(_width / 4)) + (Math.random() * (_width / 2)); Clip._y = (-(_height / 4)) + (Math.random() * (_height / 2)); Clip._rotation = Math.random() * 180; } function removeBullet() { removeMovieClip("Bullet" add numBullets); numBullets--; } numBullets = 0; Border._visible = false; Caption.swapDepths(500); Border.stop(); myNumber = _name.split("_")[1]; useHandCursor = false; this.onPress = function () { if (!this._parent.finished) { this.Border._visible = false; this.Border.stop(); } if ((this._parent.playersTurn and (this.myNumber < 7)) and (this.numBullets > 0)) { this._parent.startMove("player", Number(this.myNumber)); } }; this.onRollOver = function () { if ((this._parent.playersTurn and (this.myNumber < 7)) and (this.numBullets > 0)) { this.Border._visible = true; this.Border.play(); } }; this.onRollOut = (this.onDragOut = function () { if (!this._parent.finished) { this.Border._visible = false; this.Border.stop(); } }); stop();
Symbol 198 MovieClip Frame 1
function setColor(rgb) { tmp = rgb.split(","); myColorObject = new Object(); myColorObject.ra = tmp[0]; myColorObject.ga = tmp[1]; myColorObject.ba = tmp[2]; myColor = new Color(this); myColor.setTransform(myColorObject); } stop();
Symbol 215 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 10
stop();
Symbol 215 MovieClip Frame 25
stop();
Symbol 216 MovieClip Frame 1
function showClosed() { Hand.gotoAndStop("Drop"); HShadow.gotoAndStop("Drop"); } function showOpen() { Hand.gotoAndStop(1); HShadow.gotoAndStop(1); } function moveToHole(num) { if (num > 14) { num = 1; } this.currentHole = num; this.speed = _root.handSpeed; this.newX = _parent["Hole_" add num]._x; this.newY = _parent["Hole_" add num]._y; dx = this.newX - this._x; dy = this.newY - this._y; distance = Math.sqrt((dx * dx) + (dy * dy)); dx = dx / distance; dy = dy / distance; this.xSpeed = dx * this.speed; this.ySpeed = dy * this.speed; this.func_moveToHole = function () { this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if ((((this._x > (this.newX - this.speed)) and (this._x < (this.newX + this.speed))) and (this._y > (this.newY - this.speed))) and (this._y < (this.newY + this.speed))) { clearInterval(this.timer_moveToHole); this.holeArrived(); } updateAfterEvent(); }; this.timer_moveToHole = setInterval(this, "func_moveToHole", 20); } function holeArrived() { Hole = _parent["Hole_" add currentHole]; if (mode eq "grab") { _parent.SoundFX.attachSound("grab"); _parent.SoundFX.start(); Hand.gotoAndPlay("Grab"); HShadow.gotoAndPlay("Grab"); this.bulletsInHand = this.bulletsInHand + Hole.numBullets; k = Hole.numBullets; while (k > 0) { Hole.removeBullet(); k--; } mode = "drop"; if (bonusMode) { this.nextHole = ((_parent.who eq "player") ? 7 : 14); } else { this.nextHole = currentHole + 1; } } else if (mode eq "drop") { _parent.SoundFX.attachSound("drop"); _parent.SoundFX.start(); Hand.gotoAndPlay("Drop"); HShadow.gotoAndPlay("Drop"); if (bonusMode) { bonusMode = false; wasBonus = true; while (bulletsInHand) { Hole.addBullet(); bulletsInHand--; } } else { this.bulletsInHand--; Hole.addBullet(); } if (bulletsInHand) { nextHole = currentHole + 1; } if (bulletsInHand == 0) { if (wasBonus) { wasBonus = false; this.mode = ""; } else if (((_parent.who eq "player") and (currentHole == 7)) or ((_parent.who ne "player") and (currentHole == 14))) { _parent.freeMove = true; this.mode = ""; } else if ((((Hole.numBullets - 1) == 0) and (currentHole != 7)) and (currentHole != 14)) { ok = 0; if ((_parent.who eq "player") and (currentHole < 7)) { ok = 1; } else if (((_parent.who ne "player") and (currentHole > 7)) and (currentHole < 14)) { ok = 1; } if (ok) { _parent.SoundFX.attachSound("grab"); _parent.SoundFX.start(); Hand.gotoAndPlay("Grab"); HShadow.gotoAndPlay("Grab"); this.bulletsInHand = 1; Hole.removeBullet(); this.nextHole = getOppositeHole(currentHole); if (_parent["Hole_" add nextHole].numBullets) { this.mode = "grab"; } else { this.nextHole = ((_parent.who eq "player") ? 7 : 14); this.mode = "drop"; } this.bonusMode = true; } else { this.mode = ""; } } else { this.mode = ""; } } } if (mode eq "") { this.wait = 0; this.func_moveOut = function () { this.wait++; if (this.wait > this._parent.waitAfterMove) { this.showOpen(); this._x = this._x - (this.speed * 2); if (this._x < (-this._width)) { clearInterval(this.timer_moveOut); _parent.finishedMoving(); } } }; this.timer_moveOut = setInterval(this, "func_moveOut", 20); return(0); } if ((_parent.who eq "player") and (nextHole == 14)) { nextHole = 1; } if ((_parent.who eq "cpu") and (nextHole == 7)) { nextHole = 8; } this.func_nextMove = function () { clearInterval(this.timer_nextMove); this.moveToHole(this.nextHole); }; this.timer_nextMove = setInterval(this, "func_nextMove", 500); } function getOppositeHole(hole) { enemyHoles = new Array(0, 13, 12, 11, 10, 9, 8); playerHoles = new Array(0, 0, 0, 0, 0, 0, 0, 0, 6, 5, 4, 3, 2, 1); if (hole < 7) { return(enemyHoles[hole]); } return(playerHoles[hole]); } stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 39
_parent.Hand.moveToHole(holeNumber);
Symbol 235 Button
on (release) { eval (func)(); _visible = false; }
Symbol 240 MovieClip Frame 1
function show(text, func) { this.message = text; this.func = func; _visible = true; } Button.useHandCursor = false; this.onLoad = this.show("The first turn is yours!", "_parent.start"); stop();
Symbol 243 MovieClip Frame 1
function show(text) { this.message = text; play(); } stop();

Library Items

Symbol 1 Sound [won]
Symbol 2 Sound [thinking]
Symbol 3 Sound [lost]
Symbol 4 Sound [ingame]
Symbol 5 Sound [grab]
Symbol 6 Sound [drop]
Symbol 7 Sound [bonus]
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:10  Timeline
Symbol 10 MovieClipUses:9Used by:11  Timeline
Symbol 11 MovieClip [c_bullet]Uses:10
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 MovieClip [c_skin_window_BM]Uses:13Used by:172 234 240 243  Timeline
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17
Symbol 17 MovieClip [c_skin_window_BR]Uses:16Used by:172 234 240 243  Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:20
Symbol 20 MovieClip [c_skin_window_BL]Uses:19Used by:172 234 240 243  Timeline
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:23
Symbol 23 MovieClip [c_skin_window_L]Uses:22Used by:172 234 240 243  Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:97  Timeline
Symbol 26 FontUsed by:27 188 189 190 191 192 193
Symbol 27 TextUses:26Used by:97  Timeline
Symbol 28 GraphicUsed by:97  Timeline
Symbol 29 FontUsed by:30 53 54 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
Symbol 30 EditableTextUses:29Used by:Timeline
Symbol 31 GraphicUsed by:34 47
Symbol 32 GraphicUsed by:47
Symbol 33 GraphicUsed by:39 55 86 88 106 109 111 113 119 140 141 143 177 178 182 183 235
Symbol 34 MovieClipUses:31Used by:39
Symbol 35 GraphicUsed by:39
Symbol 36 GraphicUsed by:39
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:33 34 35 36 37 38Used by:47
Symbol 40 GraphicUsed by:47
Symbol 41 GraphicUsed by:47
Symbol 42 GraphicUsed by:47
Symbol 43 GraphicUsed by:47
Symbol 44 GraphicUsed by:47
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:31 32 39 40 41 42 43 44 45 46Used by:Timeline
Symbol 48 GraphicUsed by:87
Symbol 49 FontUsed by:50 51 232 233
Symbol 50 TextUses:49Used by:87
Symbol 51 TextUses:49Used by:87
Symbol 52 GraphicUsed by:87
Symbol 53 TextUses:29Used by:87
Symbol 54 TextUses:29Used by:87
Symbol 55 ButtonUses:33Used by:87
Symbol 56 GraphicUsed by:87
Symbol 57 GraphicUsed by:87
Symbol 58 EditableTextUses:29Used by:87
Symbol 59 EditableTextUses:29Used by:87
Symbol 60 EditableTextUses:29Used by:87
Symbol 61 EditableTextUses:29Used by:87
Symbol 62 EditableTextUses:29Used by:87
Symbol 63 TextUses:29Used by:87
Symbol 64 TextUses:29Used by:87
Symbol 65 TextUses:29Used by:87
Symbol 66 TextUses:29Used by:87
Symbol 67 TextUses:29Used by:87
Symbol 68 TextUses:29Used by:87
Symbol 69 TextUses:29Used by:87
Symbol 70 TextUses:29Used by:87
Symbol 71 TextUses:29Used by:87
Symbol 72 EditableTextUses:29Used by:87
Symbol 73 EditableTextUses:29Used by:87
Symbol 74 EditableTextUses:29Used by:87
Symbol 75 EditableTextUses:29Used by:87
Symbol 76 EditableTextUses:29Used by:87
Symbol 77 TextUses:29Used by:87
Symbol 78 TextUses:29Used by:87
Symbol 79 TextUses:29Used by:87
Symbol 80 TextUses:29Used by:87
Symbol 81 TextUses:29Used by:87
Symbol 82 TextUses:29Used by:87
Symbol 83 TextUses:29Used by:87
Symbol 84 TextUses:29Used by:87
Symbol 85 TextUses:29Used by:87
Symbol 86 ButtonUses:33Used by:87
Symbol 87 MovieClipUses:48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86Used by:Timeline
Symbol 88 ButtonUses:33Used by:Timeline
Symbol 89 FontUsed by:90 91 92
Symbol 90 TextUses:89Used by:Timeline
Symbol 91 TextUses:89Used by:Timeline
Symbol 92 TextUses:89Used by:Timeline
Symbol 93 BitmapUsed by:94 100 116 217
Symbol 94 GraphicUses:93Used by:Timeline
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:Timeline
Symbol 97 MovieClipUses:25 27 28Used by:Timeline
Symbol 98 FontUsed by:99
Symbol 99 TextUses:98Used by:Timeline
Symbol 100 GraphicUses:93Used by:Timeline
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:106 109 111 113 119 133 140 141 143 177 178 182 183 235
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:106 109 111 113 119 140 141 143 177 178 182 183 235
Symbol 105 SoundUsed by:106 109 111 113 119 140 141 143 177 178 182 183 235
Symbol 106 ButtonUses:102 104 33 105Used by:Timeline
Symbol 107 FontUsed by:108 110 112 114 118 120 121 122 123 124 125 126 127 128 129 130 135 136 137 138 139 144 145 146 147 148 150 151 152 153 154 155 156 158 159 160 161 162 163 164 165 166 168 169 170 171 173 174 179 180 184 185 236
Symbol 108 TextUses:107Used by:Timeline
Symbol 109 ButtonUses:102 104 33 105Used by:Timeline
Symbol 110 TextUses:107Used by:Timeline
Symbol 111 ButtonUses:102 104 33 105Used by:Timeline
Symbol 112 TextUses:107Used by:Timeline
Symbol 113 ButtonUses:102 104 33 105Used by:Timeline
Symbol 114 TextUses:107Used by:Timeline
Symbol 115 SoundUsed by:Timeline
Symbol 116 GraphicUses:93Used by:172  Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 TextUses:107Used by:Timeline
Symbol 119 ButtonUses:102 104 33 105Used by:Timeline
Symbol 120 TextUses:107Used by:Timeline
Symbol 121 TextUses:107Used by:Timeline
Symbol 122 TextUses:107Used by:Timeline
Symbol 123 TextUses:107Used by:Timeline
Symbol 124 TextUses:107Used by:Timeline
Symbol 125 TextUses:107Used by:Timeline
Symbol 126 TextUses:107Used by:Timeline
Symbol 127 TextUses:107Used by:Timeline
Symbol 128 TextUses:107Used by:Timeline
Symbol 129 TextUses:107Used by:Timeline
Symbol 130 TextUses:107Used by:Timeline
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:134
Symbol 133 MovieClipUses:102Used by:134
Symbol 134 MovieClipUses:132 133Used by:Timeline
Symbol 135 TextUses:107Used by:Timeline
Symbol 136 EditableTextUses:107Used by:Timeline
Symbol 137 EditableTextUses:107Used by:Timeline
Symbol 138 EditableTextUses:107Used by:Timeline
Symbol 139 EditableTextUses:107Used by:Timeline
Symbol 140 ButtonUses:102 104 33 105Used by:172
Symbol 141 ButtonUses:102 104 33 105Used by:172
Symbol 142 GraphicUsed by:172
Symbol 143 ButtonUses:102 104 33 105Used by:172
Symbol 144 TextUses:107Used by:172
Symbol 145 TextUses:107Used by:172
Symbol 146 TextUses:107Used by:172
Symbol 147 TextUses:107Used by:172
Symbol 148 TextUses:107Used by:172
Symbol 149 GraphicUsed by:172
Symbol 150 TextUses:107Used by:172
Symbol 151 TextUses:107Used by:172
Symbol 152 TextUses:107Used by:172
Symbol 153 TextUses:107Used by:172
Symbol 154 TextUses:107Used by:172
Symbol 155 TextUses:107Used by:172
Symbol 156 TextUses:107Used by:172
Symbol 157 GraphicUsed by:172
Symbol 158 TextUses:107Used by:172
Symbol 159 TextUses:107Used by:172
Symbol 160 TextUses:107Used by:172
Symbol 161 TextUses:107Used by:172
Symbol 162 TextUses:107Used by:172
Symbol 163 TextUses:107Used by:172
Symbol 164 TextUses:107Used by:172
Symbol 165 TextUses:107Used by:172
Symbol 166 TextUses:107Used by:172
Symbol 167 GraphicUsed by:172
Symbol 168 TextUses:107Used by:172
Symbol 169 TextUses:107Used by:172
Symbol 170 TextUses:107Used by:172
Symbol 171 TextUses:107Used by:172
Symbol 172 MovieClipUses:116 23 20 17 14 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171Used by:Timeline
Symbol 173 TextUses:107Used by:Timeline
Symbol 174 TextUses:107Used by:Timeline
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:Timeline
Symbol 177 ButtonUses:102 104 33 105Used by:Timeline
Symbol 178 ButtonUses:102 104 33 105Used by:Timeline
Symbol 179 TextUses:107Used by:Timeline
Symbol 180 TextUses:107Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 ButtonUses:102 104 33 105Used by:Timeline
Symbol 183 ButtonUses:102 104 33 105Used by:Timeline
Symbol 184 TextUses:107Used by:Timeline
Symbol 185 TextUses:107Used by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:195
Symbol 188 EditableTextUses:26Used by:194
Symbol 189 EditableTextUses:26Used by:194
Symbol 190 EditableTextUses:26Used by:194
Symbol 191 EditableTextUses:26Used by:194
Symbol 192 EditableTextUses:26Used by:194
Symbol 193 EditableTextUses:26Used by:194
Symbol 194 MovieClipUses:188 189 190 191 192 193Used by:195
Symbol 195 MovieClipUses:187 194Used by:Timeline
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:198
Symbol 198 MovieClipUses:197Used by:216
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:215
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:215
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:215
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:215
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:215
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:215
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:215
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:215
Symbol 215 MovieClipUses:200 202 204 206 208 210 212 214Used by:216
Symbol 216 MovieClipUses:198 215Used by:Timeline
Symbol 217 GraphicUses:93Used by:234 240 243
Symbol 218 BitmapUsed by:219
Symbol 219 GraphicUses:218Used by:230
Symbol 220 BitmapUsed by:221
Symbol 221 GraphicUses:220Used by:230
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:230
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:230
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:230
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:230
Symbol 230 MovieClipUses:219 221 223 225 227 229Used by:234
Symbol 231 GraphicUsed by:234
Symbol 232 TextUses:49Used by:234
Symbol 233 TextUses:49Used by:234
Symbol 234 MovieClipUses:217 23 20 17 14 230 231 232 233Used by:Timeline
Symbol 235 ButtonUses:102 104 33 105Used by:240
Symbol 236 TextUses:107Used by:240
Symbol 237 FontUsed by:238 239 241 242
Symbol 238 EditableTextUses:237Used by:240
Symbol 239 EditableTextUses:237Used by:240
Symbol 240 MovieClipUses:217 23 20 17 14 235 236 238 239Used by:Timeline
Symbol 241 EditableTextUses:237Used by:243
Symbol 242 EditableTextUses:237Used by:243
Symbol 243 MovieClipUses:217 23 20 17 14 241 242Used by:Timeline

Instance Names

"LoadCircle"Frame 3Symbol 47 MovieClip
"Logo"Frame 4Symbol 97 MovieClip
"Button1"Frame 4Symbol 106 Button
"Button2"Frame 4Symbol 109 Button
"Button3"Frame 4Symbol 111 Button
"Button4"Frame 4Symbol 113 Button
"Button3"Frame 5Symbol 119 Button
"Bullet"Frame 5Symbol 10 MovieClip
"SliderHS"Frame 5Symbol 134 MovieClip
"SliderSB"Frame 5Symbol 134 MovieClip
"SliderR"Frame 5Symbol 134 MovieClip
"SliderG"Frame 5Symbol 134 MovieClip
"SliderB"Frame 5Symbol 134 MovieClip
"WinHelp"Frame 6Symbol 172 MovieClip
"Logo"Frame 7Symbol 97 MovieClip
"BuMusic"Frame 8Symbol 177 Button
"BuMute"Frame 8Symbol 178 Button
"BuExit"Frame 8Symbol 182 Button
"BuHelp"Frame 8Symbol 183 Button
"Hole_13"Frame 8Symbol 195 MovieClip
"Hole_12"Frame 8Symbol 195 MovieClip
"Hole_11"Frame 8Symbol 195 MovieClip
"Hole_10"Frame 8Symbol 195 MovieClip
"Hole_9"Frame 8Symbol 195 MovieClip
"Hole_8"Frame 8Symbol 195 MovieClip
"Hole_1"Frame 8Symbol 195 MovieClip
"Hole_2"Frame 8Symbol 195 MovieClip
"Hole_3"Frame 8Symbol 195 MovieClip
"Hole_4"Frame 8Symbol 195 MovieClip
"Hole_5"Frame 8Symbol 195 MovieClip
"Hole_6"Frame 8Symbol 195 MovieClip
"Hole_14"Frame 8Symbol 195 MovieClip
"Hole_7"Frame 8Symbol 195 MovieClip
"Hand"Frame 8Symbol 216 MovieClip
"Thinking"Frame 8Symbol 234 MovieClip
"WinHelp"Frame 8Symbol 172 MovieClip
"WinConfirm"Frame 8Symbol 240 MovieClip
"WinMessage"Frame 8Symbol 243 MovieClip
"Shadow"Symbol 11 MovieClip [c_bullet] Frame 1Symbol 10 MovieClip
"Bullet"Symbol 11 MovieClip [c_bullet] Frame 1Symbol 10 MovieClip
"TL"Symbol 47 MovieClip Frame 1Symbol 39 MovieClip
"TL"Symbol 47 MovieClip Frame 25Symbol 39 MovieClip
"BL"Symbol 47 MovieClip Frame 25Symbol 39 MovieClip
"BL"Symbol 47 MovieClip Frame 50Symbol 39 MovieClip
"BR"Symbol 47 MovieClip Frame 50Symbol 39 MovieClip
"BR"Symbol 47 MovieClip Frame 75Symbol 39 MovieClip
"TR"Symbol 47 MovieClip Frame 75Symbol 39 MovieClip
"TR"Symbol 47 MovieClip Frame 100Symbol 39 MovieClip
"Bar"Symbol 134 MovieClip Frame 1Symbol 132 MovieClip
"SButton"Symbol 134 MovieClip Frame 1Symbol 133 MovieClip
"BuPrev"Symbol 172 MovieClip Frame 1Symbol 140 Button
"BuNext"Symbol 172 MovieClip Frame 1Symbol 141 Button
"BuClose"Symbol 172 MovieClip Frame 1Symbol 143 Button
"Border"Symbol 195 MovieClip Frame 1Symbol 187 MovieClip
"Caption"Symbol 195 MovieClip Frame 1Symbol 194 MovieClip
"CShadow"Symbol 216 MovieClip Frame 1Symbol 198 MovieClip
"HShadow"Symbol 216 MovieClip Frame 1Symbol 215 MovieClip
"Hand"Symbol 216 MovieClip Frame 1Symbol 215 MovieClip
"Cloth"Symbol 216 MovieClip Frame 1Symbol 198 MovieClip
"Button"Symbol 240 MovieClip Frame 1Symbol 235 Button

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$uF$jnmycHDeIUAwKx6hPBGDO.."
ExportAssets (56)Timeline Frame 1Symbol 1 as "won"
ExportAssets (56)Timeline Frame 1Symbol 2 as "thinking"
ExportAssets (56)Timeline Frame 1Symbol 3 as "lost"
ExportAssets (56)Timeline Frame 1Symbol 4 as "ingame"
ExportAssets (56)Timeline Frame 1Symbol 5 as "grab"
ExportAssets (56)Timeline Frame 1Symbol 6 as "drop"
ExportAssets (56)Timeline Frame 1Symbol 7 as "bonus"
ExportAssets (56)Timeline Frame 1Symbol 11 as "c_bullet"
ExportAssets (56)Timeline Frame 1Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 1Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 1Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 1Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 4Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 4Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 4Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 4Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 4Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 4Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 4Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 4Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 5Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 5Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 5Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 5Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 5Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 5Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 5Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 5Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 6Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 6Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 6Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 7Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 7Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 7Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 7Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 7Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 7Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 7Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 7Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 23 as "c_skin_window_L"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"
ExportAssets (56)Timeline Frame 8Symbol 20 as "c_skin_window_BL"
ExportAssets (56)Timeline Frame 8Symbol 17 as "c_skin_window_BR"
ExportAssets (56)Timeline Frame 8Symbol 14 as "c_skin_window_BM"

Labels

"Options"Frame 5
"HowTo"Frame 6
"Credits"Frame 7
"Grab"Symbol 215 MovieClip Frame 2
"Drop"Symbol 215 MovieClip Frame 11

Dynamic Text Variables

TextField15Symbol 30 EditableText"©2001 WWW.X-PRESSIVE.COM MULTIMEDIA DESIGN"
/:TotalSymbol 58 EditableText"00000"
/:LoadedSymbol 59 EditableText"00000"
/:PercentSymbol 60 EditableText"00000"
/:SpeedSymbol 61 EditableText"00000"
/:SecondsLeftSymbol 62 EditableText"00000"
/:TotalSymbol 72 EditableText"00000"
/:LoadedSymbol 73 EditableText"00000"
/:PercentSymbol 74 EditableText"00000"
/:SpeedSymbol 75 EditableText"00000"
/:SecondsLeftSymbol 76 EditableText"00000"
handSpeedSymbol 136 EditableText"88"
handSpeedSymbol 137 EditableText"88"
startBulletsSymbol 138 EditableText"88"
startBulletsSymbol 139 EditableText"88"
_parent.numBulletsSymbol 188 EditableText"99"
_parent.numBulletsSymbol 189 EditableText"99"
_parent.numBulletsSymbol 190 EditableText"99"
_parent.numBulletsSymbol 191 EditableText"99"
_parent.numBulletsSymbol 192 EditableText"99"
_parent.numBulletsSymbol 193 EditableText"99"
messageSymbol 238 EditableText"WWWWWWWW WWWWWWWW"
messageSymbol 239 EditableText"WWWWWWWW WWWWWWWW"
messageSymbol 241 EditableText"WWWWWWWW"
messageSymbol 242 EditableText"WWWWWWWW"




http://swfchan.com/6/25753/info.shtml
Created: 23/5 -2019 09:08:41 Last modified: 23/5 -2019 09:08:41 Server time: 16/05 -2024 00:15:36