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

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

Monsters- The Game.swf

This is the info page for
Flash #42429

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


Text
<P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"> </FONT></P>

Start

Start

<P ALIGN="CENTER"><FONT FACE="Arial" SIZE="19" COLOR="#999999"><B>Full Download Available at:</B><FONT COLOR="#FFFFFF"><B> <SBR/></B><A HREF="http://www.playmonsters.com" target = "_blank"><B>www.PlayMonsters.com</B></A></FONT></FONT></P>

Warning!

Creating a new game on this file
will erase the previous game.
Select a blank file if you do not
wish to erase previously saved
games. Do you wish to continue?

OK

Cancel

Gate Direction

Open when

monsters
are left.

0

Key Color

Gate Settings

Scene:

Full

Screen

Close

Up

Starting

Health:

View:

PAUSED

Resume

Resume

Back

Back

Pause

Pause

Restart

97

24

58

24

58

97

Retry

GAME OVER

Next

YOU WIN!!

Untouched

+500

No Items Used

+200

Monsters Gotten

+

x 100

Hearts

x 50

Life Losses

-

x -75

Moves Bonus

Time Bonus

Total

OK

OK

OK

You may only have one
main character per
level.

Every level must have
a main character (   ).

Every level must have
an exit door (   ).

Because this level has
monsters, it needs goo
(      ) to make it
beatable.

OK

OK

What could be more reasuring and relaxing
then a passive bowl of cereal? This is the
thought that looms in your head as you pour
your new Monsters brand cereal into your
bowl. However, things go drastically astray.

!

!

Suddenly you find yourself face to face
with a mob of mutanous cereal
marshmallow pieces, which rapidly
enlarge to a dangerous size. WHAT TO
DO!

The Story

pg

1

2

2

2

3

3

3

4

4

4

The Monsters

- The easiest monster in the game.
You can run in circles around them.

- Faster than the first monster, these
ones present more of a challenge.

- There's no outrunning this monster.
Use strategy to rid yourself of it.

- This monster moves at a medium
speed, and has the ability to walk
right through walls.

- Watch out for this guy! With the
speedy fireballs that he shoots out of
his mouth, he can injure you by
hitting you with one, though he
doesn't hurt you by touching you.

The object of the game is to rid each
level of all of its monsters without
losing all of your health.

The monsters will predictably
chase you where-ever you
go.

To send them to another realm, guide
them into the goopit. It's harmless to you,
but not to the monsters.

To keep your lifepoints, don't let the
monsters come into physical contact with
you

If you do, you'll lose one
of your lifepoints, which
are shown in the top-left
corner

of the screen.

After you clear out the monsters,
enter the door to complete the level.

The Idea

1

1

This is you, your
average main
chracter.

You move across the
screen with the arrow
keys.

You can earn four types of items in this
game. They are activated by these keys:

To open a locked gate, stand next to it after
you have acquirred its key and press enter.

Enter

F

D

S

A

The Controls

- Goo-dropper. When activated,
creates one goopit where you're
standing. (activated with 'a' key)

- Gives you a 15-second speed-
boost when activated (with 's' key).

- This power-up creates a shield
around you, protecting you from
monsters for 15-seconds. ('d' key)

- Allows you to walk through
walls for 15-seconds. ('f' key)

- Keys are used to unlock locked
gates of the same color (stand next
to gate and press 'enter' to use)

- Twirling heart-pieces give you
an extra life-point

Warps - when entered warps will transport
one to somewhere else on the screen

- Only you can use red
warps.

- These warps will transport
either you or a monster

- Monsters are the only ones
able to go through green warps.

- Locked gates open when you  use
the right color key with them.

- Normal gates open when you
eliminate a certain # of monsters.

Items

Gates

The Elements

How To Use Level Creator

1. Select a Piece by Clicking it once
2. Position piece in a grid square and Click to place it
3. To Reposition a Piece that You've already placed, double
click on it, and move it, click again to release it.
4. To Delete a Piece, select it by double-clicking it, and press
Backspace.
5. Press Enter to automatically select the last piece you
used
6. To Erase you're entire Level, Click the Bomb and drop it in
your level.
7. For Level Options, Click the Tab, to change scenery,
starting health, and zoomed in view
8. Every Level must have 1 Main Character & an Exit Door. If
a level has any Monsters on it, it must have a Goo Pit or Goo
Barrel.

Erase All

Help

Help

Monsters

Designer
Noah Freedman
Artist
Noah Freedman
Programmer
Noah Freedman
Animator
Noah Freedman
Music
Dylan Aiello
Sound FX
Noah Freedman
Level Design
Dylan Freedman
Noah Freedman
Copyright 2004
SuperSHNEE Multimedia

ActionScript [AS1/AS2]

Frame 2
gotoAndPlay (30);
Frame 30
function goMenu() { _root.bye(); _root.gotoAndStop("menu", 1); gotoAndStop (85); } function goCredits() { _root.bye(); _root.gotoAndPlay("credits", 1); gotoAndPlay (30); } function goReal3() { _root.gotoAndStop("real", 3); gotoAndStop (98); } function goLose() { _root.bye(); _root.gotoAndPlay("lose", 1); gotoAndPlay (30); } function goBetween() { _root.bye(); _root.gotoAndPlay("in between", 1); gotoAndPlay (93); } function goCreator() { _root.bye(); _root.gotoAndStop("level creator", 2); gotoAndStop (92); } function nextTo(letter, i) { if ((_root[letter + i]._x == _root.main.x) or (_root[letter + i]._y == _root.main.y)) { if (((_root[letter + i]._x + 24) == _root.main.x) and (_root.main.facing == "left")) { return(true); } if (((_root[letter + i]._x - 24) == _root.main.x) and (_root.main.facing == "right")) { return(true); } if (((_root[letter + i]._y + 24) == _root.main.y) and (_root.main.facing == "back")) { return(true); } if (((_root[letter + i]._y - 24) == _root.main.y) and (_root.main.facing == "front")) { return(true); } } return(false); } function right() { _root.brick([_root.main._x + 24], _root.main._y, _root.walkThrough); if (occupied) { touched++; } if ((_root.main._x + 24) > 544) { touched++; } if (touched == 0) { _root.main.x = _root.main.x + 24; _root.movesMade++; if ((_root.main._currentframe < 161) or (_root.main._currentframe > 240)) { _root.main.gotoAndPlay(161); } _root.main.play(); } else { _root.main.gotoAndStop(161); touched = 0; } } function left() { _root.brick([_root.main._x - 24], _root.main._y, _root.walkThrough); if (occupied) { touched++; } if ((_root.main._x - 24) < 40) { touched++; } if (touched == 0) { _root.main.x = _root.main.x - 24; _root.movesMade++; if (_root.main._currentframe < 241) { _root.main.gotoAndPlay(241); } _root.main.play(); } else { _root.main.gotoAndStop(241); touched = 0; } } function down() { _root.brick(_root.main._x, [_root.main._y + 24], _root.walkThrough); if (occupied) { touched++; } if ((_root.main._y + 24) > 382) { touched++; } if (touched == 0) { _root.main.y = _root.main.y + 24; _root.movesMade++; if (_root.main._currentframe > 80) { _root.main.gotoAndPlay(1); } _root.main.play(); } else { _root.main.gotoAndStop(1); touched = 0; } } function up() { _root.brick(_root.main._x, [_root.main._y - 24], _root.walkThrough); if (occupied) { touched++; } if ((_root.main._y - 24) < 70) { touched++; } if (touched == 0) { _root.main.y = _root.main.y - 24; _root.movesMade++; if ((_root.main._currentframe < 81) or (_root.main._currentframe > 160)) { _root.main.gotoAndPlay(81); } _root.main.play(); } else { _root.main.gotoAndStop(81); touched = 0; } } function brick(x, y, ghost) { occupied = 0; if (_root[(("b" + x) + "x") + y]) { occupied = 1; } if (ghost == 1) { occupied = 0; } return(occupied); } function llload() { _root.loadContent = _root.Level_Library[_root.level]; } function llloadCustom() { loadFrom = ("Q/custom levels/" + _root.uno) + ".mon"; fscommand ("flashstudio.loadfromfile", "loadFrom,loadContent"); } function llloadCustomm() { loadFrom = "Q/tempLevel.mon"; fscommand ("flashstudio.loadfromfile", "loadFrom,loadContent"); } function go() { while (highestCarryOn == true) { while (carryOn == true) { this["number" + i] = one.substr(location, 1); if (this["number" + i] == "=") { carryOn = false; previousLocation = location; location++; _root["max" + objectName]++; } else { objectName = objectName + this["number" + i]; i++; previousLocation = location; location++; } } carryOn = true; _root.attachMovie(objectName, objectName + _root["max" + objectName], location + 300); while (highCarryOn == true) { while (carryOn == true) { this["number" + i] = one.substr(location, 1); if (this["number" + i] == ":") { carryOn = false; previousLocation = location; location++; } else { total = total + this["number" + i]; i++; previousLocation = location; location++; } } carryOn = true; while (carryOn == true) { this["number" + i] = one.substr(location, 1); if (this["number" + i] == ";") { highCarryOn = false; carryOn = false; previousLocation = location; location = location + 2; } if (this["number" + i] == ">") { highestCarryOn = false; highCarryOn = false; carryOn = false; previousLocation = location; location++; } if (this["number" + i] == ",") { carryOn = false; previousLocation = location; location++; } if (((this["number" + i] != ",") and (this["number" + i] != ";")) and (this["number" + i] != ">")) { equal = equal + this["number" + i]; i++; previousLocation = location; location++; } } if (total == "_x") { equal = equal * 24; } if (total == "_y") { equal = equal * 24; } if (total == "xdestination") { equal = equal * 24; } if (total == "ydestination") { equal = equal * 24; } if ((objectName != "_root") and (objectName != "_root+")) { _root[objectName + _root["max" + objectName]][total] = equal; } else if (objectName == "_root") { _root[total] = equal; } else if (objectName == "_root+") { } total = ""; equal = ""; carryOn = true; } total = ""; equal = ""; carryOn = true; highCarryOn = true; objectName = ""; } } function monster(letter, i) { if ((_root[letter + i].exists == 0) and (_root[(letter + i) + "exists"] == 1)) { _root[letter + i].removeMovieClip(); _root[(letter + i) + "exists"] = 1; } else { if (_root[letter + i].getAwayTime == 0) { _root[letter + i].turn++; if (_root[letter + i].turn > 5) { _root[letter + i].turn = 1; } _root[letter + i].moved = 0; if ((_root[letter + i]._x == _root[letter + i].x) and (_root[letter + i]._y == _root[letter + i].y)) { _root[letter + i].previousLocation = [((letter + _root[letter + i].x) + "x") + _root[letter + i].y]; _root[letter + i].bx = _root[letter + i]._x - 24; _root[letter + i].by = _root[letter + i]._y; if ((Math.abs(_root[letter + i]._x - _root.main._x) >= Math.abs(_root[letter + i]._y - _root.main._y)) and ((_root[letter + i]._x - _root.main._x) > 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx >= 30)) { _root[letter + i].x = _root[letter + i].x - 24; _root[letter + i].gotoAndPlay("left"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x + 24; _root[letter + i].by = _root[letter + i]._y; if ((Math.abs(_root[letter + i]._x - _root.main._x) >= Math.abs(_root[letter + i]._y - _root.main._y)) and ((_root[letter + i]._x - _root.main._x) <= 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx < 550)) { _root[letter + i].x = _root[letter + i].x + 24; _root[letter + i].gotoAndPlay("right"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y - 24; if ((Math.abs(_root[letter + i]._y - _root.main._y) > Math.abs(_root[letter + i]._x - _root.main._x)) and ((_root[letter + i]._y - _root.main._y) > 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by > 50)) { _root[letter + i].y = _root[letter + i].y - 24; _root[letter + i].gotoAndPlay("up"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y + 24; if ((Math.abs(_root[letter + i]._y - _root.main._y) > Math.abs(_root[letter + i]._x - _root.main._x)) and ((_root[letter + i]._y - _root.main._y) <= 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by < 370)) { _root[letter + i].y = _root[letter + i].y + 24; _root[letter + i].gotoAndPlay("down"); _root[letter + i].moved++; } } if (((_root[letter + i].turn == 1) or (_root[letter + i].turn == 2)) or (_root[letter + i].turn == 3)) { _root[letter + i].bx = _root[letter + i]._x - 24; _root[letter + i].by = _root[letter + i]._y; if ((_root[letter + i].moved == 0) and ((_root[letter + i]._x - _root.main._x) > 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx >= 30)) { _root[letter + i].x = _root[letter + i].x - 24; _root[letter + i].gotoAndPlay("left"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x + 24; _root[letter + i].by = _root[letter + i]._y; if ((_root[letter + i].moved == 0) and ((_root[letter + i]._x - _root.main._x) <= 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx < 550)) { _root[letter + i].x = _root[letter + i].x + 24; _root[letter + i].gotoAndPlay("right"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y - 24; if ((_root[letter + i].moved == 0) and ((_root[letter + i]._y - _root.main._y) > 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by > 53)) { _root[letter + i].y = _root[letter + i].y - 24; _root[letter + i].gotoAndPlay("up"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y + 24; if ((_root[letter + i].moved == 0) and ((_root[letter + i]._y - _root.main._y) <= 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by < 370)) { _root[letter + i].y = _root[letter + i].y + 24; _root[letter + i].gotoAndPlay("down"); _root[letter + i].moved++; } } } if ((_root[letter + i].turn == 4) or (_root[letter + i].turn == 5)) { _root[letter + i].bx = _root[letter + i]._x - 24; _root[letter + i].by = _root[letter + i]._y; if ((_root[letter + i].moved == 0) and ((_root[letter + i]._x - _root.main._x) >= 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx >= 30)) { _root[letter + i].x = _root[letter + i].x - 24; _root[letter + i].gotoAndPlay("left"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x + 24; _root[letter + i].by = _root[letter + i]._y; if ((_root[letter + i].moved == 0) and ((_root[letter + i]._x - _root.main._x) < 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx < 550)) { _root[letter + i].x = _root[letter + i].x + 24; _root[letter + i].gotoAndPlay("right"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y - 24; if ((_root[letter + i].moved == 0) and ((_root[letter + i]._y - _root.main._y) >= 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by > 53)) { _root[letter + i].y = _root[letter + i].y - 24; _root[letter + i].gotoAndPlay("up"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y + 24; if ((_root[letter + i].moved == 0) and ((_root[letter + i]._y - _root.main._y) < 0)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by < 370)) { _root[letter + i].y = _root[letter + i].y + 24; _root[letter + i].gotoAndPlay("down"); _root[letter + i].moved++; } } } } if (((int(_root[letter + i]._x / 24) * 24) == _root[letter + i]._x) and ((int(_root[letter + i]._y / 24) * 24) == _root[letter + i]._y)) { _root[letter + i].when = _root[letter + i].turn; } if (_root[letter + i].moved > 0) { _root[_root[letter + i].previousLocation] = 0; _root[((letter + _root[letter + i].x) + "x") + _root[letter + i].y] = i; } if (_root[letter + i]._x < _root[letter + i].x) { if ((_root[letter + i]._x + (_root.monsterBaseSpeed * _root[letter + i].supor)) > _root[letter + i].x) { _root[letter + i]._x = _root[letter + i].x; } else { _root[letter + i]._x = _root[letter + i]._x + (_root.monsterBaseSpeed * _root[letter + i].supor); } } if (_root[letter + i]._x > _root[letter + i].x) { if ((_root[letter + i]._x - (_root.monsterBaseSpeed * _root[letter + i].supor)) < _root[letter + i].x) { _root[letter + i]._x = _root[letter + i].x; } else { _root[letter + i]._x = _root[letter + i]._x - (_root.monsterBaseSpeed * _root[letter + i].supor); } } if (_root[letter + i]._y < _root[letter + i].y) { if ((_root[letter + i]._y + (_root.monsterBaseSpeed * _root[letter + i].supor)) > _root[letter + i].y) { _root[letter + i]._y = _root[letter + i].y; } else { _root[letter + i]._y = _root[letter + i]._y + (_root.monsterBaseSpeed * _root[letter + i].supor); } } if (_root[letter + i]._y > _root[letter + i].y) { if ((_root[letter + i]._y - (_root.monsterBaseSpeed * _root[letter + i].supor)) < _root[letter + i].y) { _root[letter + i]._y = _root[letter + i].y; } else { _root[letter + i]._y = _root[letter + i]._y - (_root.monsterBaseSpeed * _root[letter + i].supor); } } } if (_root[letter + i].getAwayTime > 0) { _root[letter + i].getAwayTime--; if (_root[letter + i].getAwayTime < 1) { if (_root[letter + i].supor == 1) { if (_root.soundon == 1) { rroar = new Sound(_root[letter + i]); rroar.attachSound("roar"); rroar.start(); } } else if (_root.soundon == 1) { roarr = new Sound(_root[letter + i]); roarr.attachSound("roar super"); roarr.start(); } } } if (_root[letter + i]._alpha < 100) { _root[letter + i]._alpha++; } if (_root[letter + i]._rotation != 0) { _root[letter + i]._rotation = _root[letter + i]._rotation + 38; } if (_root[letter + i].exists == 0) { _root[letter + i].removeMovieClip(); _root[(letter + i) + "exists"] = 0; } } } function monsterFire(letter, i) { if ((_root[letter + i].exists == 0) and (_root[(letter + i) + "exists"] == 1)) { _root[letter + i].removeMovieClip(); _root[(letter + i) + "exists"] = 1; } else { if (_root[letter + i].getAwayTime == 0) { _root[letter + i].turn++; if (_root[letter + i].turn > 5) { _root[letter + i].turn = 1; } _root[letter + i].moved = 0; if (_root[letter + i].x == _root.main.x) { _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y - 24; if ((((_root[letter + i]._y - _root.main._y) > 0) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by > 50)) { _root[letter + i].y = _root[letter + i].y - 24; _root[letter + i].gotoAndPlay("up"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y + 24; if ((((_root[letter + i]._y - _root.main._y) <= 0) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by < 370)) { _root[letter + i].y = _root[letter + i].y + 24; _root[letter + i].gotoAndPlay("down"); _root[letter + i].moved++; } } } if (_root[letter + i].y == _root.main.y) { _root[letter + i].bx = _root[letter + i]._x - 24; _root[letter + i].by = _root[letter + i]._y; if ((((_root[letter + i]._x - _root.main._x) > 0) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx >= 30)) { _root[letter + i].x = _root[letter + i].x - 24; _root[letter + i].gotoAndPlay("left"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x + 24; _root[letter + i].by = _root[letter + i]._y; if ((((_root[letter + i]._x - _root.main._x) <= 0) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx < 550)) { _root[letter + i].x = _root[letter + i].x + 24; _root[letter + i].gotoAndPlay("right"); _root[letter + i].moved++; } } } if ((_root[letter + i].x != _root.main.x) and (_root[level + i].y != _root.main.y)) { _root[letter + i].bx = _root[letter + i]._x - 24; _root[letter + i].by = _root[letter + i]._y; if ((((Math.abs(_root[letter + i]._x - _root.main._x) < Math.abs(_root[letter + i]._y - _root.main._y)) and ((_root[letter + i]._x - _root.main._x) > 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx >= 30)) { _root[letter + i].x = _root[letter + i].x - 24; _root[letter + i].gotoAndPlay("left"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x + 24; _root[letter + i].by = _root[letter + i]._y; if ((((Math.abs(_root[letter + i]._x - _root.main._x) < Math.abs(_root[letter + i]._y - _root.main._y)) and ((_root[letter + i]._x - _root.main._x) <= 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx < 550)) { _root[letter + i].x = _root[letter + i].x + 24; _root[letter + i].gotoAndPlay("right"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y - 24; if ((((Math.abs(_root[letter + i]._y - _root.main._y) < Math.abs(_root[letter + i]._x - _root.main._x)) and ((_root[letter + i]._y - _root.main._y) > 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by > 50)) { _root[letter + i].y = _root[letter + i].y - 24; _root[letter + i].gotoAndPlay("up"); _root[letter + i].moved++; } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y + 24; if ((((Math.abs(_root[letter + i]._y - _root.main._y) < Math.abs(_root[letter + i]._x - _root.main._x)) and ((_root[letter + i]._y - _root.main._y) <= 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by < 370)) { _root[letter + i].y = _root[letter + i].y + 24; _root[letter + i].gotoAndPlay("down"); _root[letter + i].moved++; } } } if (((_root[letter + i].turn == 1) or (_root[letter + i].turn == 2)) or (_root[letter + i].turn == 3)) { _root[letter + i].bx = _root[letter + i]._x - 24; _root[letter + i].by = _root[letter + i]._y; if ((((_root[letter + i].moved == 0) and ((_root[letter + i]._x - _root.main._x) > 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx >= 30)) { _root[letter + i].x = _root[letter + i].x - 24; _root[letter + i].gotoAndPlay("left"); } } _root[letter + i].bx = _root[letter + i]._x + 24; _root[letter + i].by = _root[letter + i]._y; if ((((_root[letter + i].moved == 0) and ((_root[letter + i]._x - _root.main._x) <= 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx < 550)) { _root[letter + i].x = _root[letter + i].x + 24; _root[letter + i].gotoAndPlay("right"); } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y - 24; if ((((_root[letter + i].moved == 0) and ((_root[letter + i]._y - _root.main._y) > 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by > 53)) { _root[letter + i].y = _root[letter + i].y - 24; _root[letter + i].gotoAndPlay("up"); } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y + 24; if ((((_root[letter + i].moved == 0) and ((_root[letter + i]._y - _root.main._y) <= 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by < 370)) { _root[letter + i].y = _root[letter + i].y + 24; _root[letter + i].gotoAndPlay("down"); } } } if ((_root[letter + i].turn == 4) or (_root[letter + i].turn == 5)) { _root[letter + i].bx = _root[letter + i]._x - 24; _root[letter + i].by = _root[letter + i]._y; if ((((_root[letter + i].moved == 0) and ((_root[letter + i]._x - _root.main._x) >= 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx >= 30)) { _root[letter + i].x = _root[letter + i].x - 24; _root[letter + i].gotoAndPlay("left"); } } _root[letter + i].bx = _root[letter + i]._x + 24; _root[letter + i].by = _root[letter + i]._y; if ((((_root[letter + i].moved == 0) and ((_root[letter + i]._x - _root.main._x) < 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].bx < 550)) { _root[letter + i].x = _root[letter + i].x + 24; _root[letter + i].gotoAndPlay("right"); } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y - 24; if ((((_root[letter + i].moved == 0) and ((_root[letter + i]._y - _root.main._y) >= 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by > 53)) { _root[letter + i].y = _root[letter + i].y - 24; _root[letter + i].gotoAndPlay("up"); } } _root[letter + i].bx = _root[letter + i]._x; _root[letter + i].by = _root[letter + i]._y + 24; if ((((_root[letter + i].moved == 0) and ((_root[letter + i]._y - _root.main._y) < 0)) and (_root[letter + i]._x == _root[letter + i].x)) and (_root[letter + i]._y == _root[letter + i].y)) { _root.brick(_root[letter + i].bx, _root[letter + i].by, _root[letter + i].ghost); if ((_root.occupied == 0) and (_root[letter + i].by < 370)) { _root[letter + i].y = _root[letter + i].y + 24; _root[letter + i].gotoAndPlay("down"); } } } if (((int(_root[letter + i]._x / 24) * 24) == _root[letter + i]._x) and ((int(_root[letter + i]._y / 24) * 24) == _root[letter + i]._y)) { _root[letter + i].when = _root[letter + i].turn; } if (_root[letter + i]._x < _root[letter + i].x) { if ((_root[letter + i]._x + (_root.monsterBaseSpeed * _root[letter + i].supor)) > _root[letter + i].x) { _root[letter + i]._x = _root[letter + i].x; } else { _root[letter + i]._x = _root[letter + i]._x + (_root.monsterBaseSpeed * _root[letter + i].supor); } } if (_root[letter + i]._x > _root[letter + i].x) { if ((_root[letter + i]._x - (_root.monsterBaseSpeed * _root[letter + i].supor)) < _root[letter + i].x) { _root[letter + i]._x = _root[letter + i].x; } else { _root[letter + i]._x = _root[letter + i]._x - (_root.monsterBaseSpeed * _root[letter + i].supor); } } if (_root[letter + i]._y < _root[letter + i].y) { if ((_root[letter + i]._y + (_root.monsterBaseSpeed * _root[letter + i].supor)) > _root[letter + i].y) { _root[letter + i]._y = _root[letter + i].y; } else { _root[letter + i]._y = _root[letter + i]._y + (_root.monsterBaseSpeed * _root[letter + i].supor); } } if (_root[letter + i]._y > _root[letter + i].y) { if ((_root[letter + i]._y - (_root.monsterBaseSpeed * _root[letter + i].supor)) < _root[letter + i].y) { _root[letter + i]._y = _root[letter + i].y; } else { _root[letter + i]._y = _root[letter + i]._y - (_root.monsterBaseSpeed * _root[letter + i].supor); } } } if (_root[letter + i].getAwayTime > 0) { _root[letter + i].getAwayTime--; if (_root[letter + i].getAwayTime < 1) { if (_root[letter + i].supor == 1) { if (_root.soundon == 1) { rroar = new Sound(_root[letter + i]); rroar.attachSound("roar"); rroar.start(); } } else if (_root.soundon == 1) { roarr = new Sound(_root[letter + i]); roarr.attachSound("roar super"); roarr.start(); } } } if (_root[letter + i]._alpha < 100) { _root[letter + i]._alpha++; } if (_root[letter + i]._rotation != 0) { _root[letter + i]._rotation = _root[letter + i]._rotation + 38; } if (_root[letter + i].exists == 0) { _root[letter + i].removeMovieClip(); _root[(letter + i) + "exists"] = 0; } } } function fire(letter, i) { if ((_root[letter + i]._x == _root[letter + i].x) and (_root[letter + i]._y == _root[letter + i].y)) { if ((_root[letter + i].x != _root.main.x) or (_root[letter + i].y != _root.main.y)) { if ((_root[letter + i].x == _root[letter + i]._x) and (_root[letter + i].y == _root[letter + i]._y)) { if (_root[letter + i].x == _root.main.x) { if (_root.soundOn) { ffire = new Sound(["fire" + _root.maxfire]); ffire.attachSound("fireSound"); ffire.start(); } _root.maxfire++; _root.attachMovie("fire", ["fire" + _root.maxfire], 1000 + _root.maxfire); _root["fire" + _root.maxfire]._x = _root[letter + i]._x; _root["fire" + _root.maxfire]._y = _root[letter + i]._y; _root["fire" + _root.maxfire].what = "fire"; _root["fire" + _root.maxfire].exists = true; if (_root[letter + i].y > _root.main.y) { _root["fire" + _root.maxfire].dy = _root.fireSpeed * -1; _root["fire" + _root.maxfire].dx = 0; _root["fire" + _root.maxfire]._rotation = 180; } if (_root[letter + i].y < _root.main.y) { _root["fire" + _root.maxfire].dy = _root.fireSpeed; _root["fire" + _root.maxfire].dx = 0; _root["fire" + _root.maxfire]._rotation = 0; } } if (_root[letter + i].y == _root.main.y) { if (_root.soundOn) { ffire = new Sound(["fire" + _root.maxfire]); ffire.attachSound("fireSound"); ffire.start(); } _root.maxfire++; _root.attachMovie("fire", ["fire" + _root.maxfire], 1000 + _root.maxfire); _root["fire" + _root.maxfire]._x = _root[letter + i]._x; _root["fire" + _root.maxfire]._y = _root[letter + i]._y; _root["fire" + _root.maxfire].what = "fire"; _root["fire" + _root.maxfire].exists = true; if (_root[letter + i].x > _root.main.x) { _root["fire" + _root.maxfire].dx = _root.fireSpeed * -1; _root["fire" + _root.maxfire].dy = 0; _root["fire" + _root.maxfire]._rotation = 90; } if (_root[letter + i].x < _root.main.x) { _root["fire" + _root.maxfire].dx = _root.fireSpeed; _root["fire" + _root.maxfire].dy = 0; _root["fire" + _root.maxfire]._rotation = 270; } } } } } } function laser() { direction = Math.ceil(_root.main._currentframe / 80); if (direction < 3) { _root.maxfire++; _root.attachMovie("laser", ["fire" + _root.maxfire], 1000 + _root.maxfire); _root["fire" + _root.maxfire]._x = _root.main._x; _root["fire" + _root.maxfire]._y = _root.main._y; _root["fire" + _root.maxfire].what = "laser"; if (direction == 2) { _root["fire" + _root.maxfire].dy = -3; _root["fire" + _root.maxfire].dx = 0; _root["fire" + _root.maxfire]._rotation = 180; } if (direction == 1) { _root["fire" + _root.maxfire].dy = 3; _root["fire" + _root.maxfire].dx = 0; _root["fire" + _root.maxfire]._rotation = 0; } } if (direction > 2) { _root.maxfire++; _root.attachMovie("laser", ["fire" + _root.maxfire], 1000 + _root.maxfire); _root["fire" + _root.maxfire]._x = _root.main._x; _root["fire" + _root.maxfire]._y = _root.main._y; _root["fire" + _root.maxfire].what = "laser"; if (direction == 4) { _root["fire" + _root.maxfire].dx = -3; _root["fire" + _root.maxfire].dy = 0; _root["fire" + _root.maxfire]._rotation = 90; } if (direction == 3) { _root["fire" + _root.maxfire].dx = 3; _root["fire" + _root.maxfire].dy = 0; _root["fire" + _root.maxfire]._rotation = 270; } } } function edit(alpha) { _root[_root.drag].removeMovieClip(); _root["mx" + alpha]++; _root["rx" + alpha]++; if (_root.alpha != "z") { _root.last = alpha; } _root.attachMovie(alpha, [alpha + _root["mx" + alpha]], _root.total); _root[alpha + _root["mx" + alpha]]._width = 24; _root[alpha + _root["mx" + alpha]]._height = 24; _root.drag = [alpha + _root["mx" + alpha]]; _root.dragPrevious = [alpha + _root["mx" + alpha]]; _root.total++; if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("small click"); this.ssound.start(); } } function editLevelSprites(l, i) { _root[l + i]._width = 24; _root[l + i]._height = 24; _root[l + i]._x = int(_root[l + i]._x / 24) * 24; _root[l + i]._y = int(_root[l + i]._y / 24) * 24; _root[l + i].x = _root[l + i]._x; _root[l + i].y = _root[l + i]._y; while (_root[l + i].y > 0) { _root[l + i].x = _root[l + i].x + 504; _root[l + i].y = _root[l + i].y - 24; } _root[l + i].x = _root[l + i].x / 24; _root[l + i].x = _root[l + i].x + 1; _root["kk" + _root[l + i].x] = l; } function lload(what) { _root.loadFrom = what; fscommand ("flashstudio.loadfromfile", "loadFrom,loadContent"); } function editGo() { while (highestCarryOn == true) { while (carryOn == true) { this["number" + i] = one.substr(location, 1); if (this["number" + i] == "=") { carryOn = false; previousLocation = location; location++; _root["mx" + objectName]++; } else { objectName = objectName + this["number" + i]; i++; previousLocation = location; location++; } } carryOn = true; _root.attachMovie(objectName, objectName + _root["mx" + objectName], _root.total++); while (highCarryOn == true) { while (carryOn == true) { this["number" + i] = one.substr(location, 1); if (this["number" + i] == ":") { carryOn = false; previousLocation = location; location++; } else { totall = totall + this["number" + i]; i++; previousLocation = location; location++; } } carryOn = true; while (carryOn == true) { this["number" + i] = one.substr(location, 1); if (this["number" + i] == ";") { highCarryOn = false; carryOn = false; previousLocation = location; location = location + 2; } if (this["number" + i] == ">") { highestCarryOn = false; highCarryOn = false; carryOn = false; previousLocation = location; location++; } if (this["number" + i] == ",") { carryOn = false; previousLocation = location; location++; } if (((this["number" + i] != ",") and (this["number" + i] != ";")) and (this["number" + i] != ">")) { equal = equal + this["number" + i]; i++; previousLocation = location; location++; } } if (totall == "_x") { equal = equal * 24; } if (totall == "_y") { equal = equal * 24; } if (totall == "xdestination") { equal = equal * 24; } if (totall == "ydestination") { equal = equal * 24; } if ((objectName != "_root") and (objectName != "_root+")) { _root[objectName + _root["mx" + objectName]][totall] = equal; } else if (objectName == "_root") { _root[totall] = equal; } else if (objectName == "_root+") { _root[totall] = _root[totall] + equal; } totall = ""; equal = ""; carryOn = true; } _root[objectName + _root["mx" + objectName]]._x = int(_root[objectName + _root["mx" + objectName]]._x / 24) * 24; _root[objectName + _root["mx" + objectName]]._y = int(_root[objectName + _root["mx" + objectName]]._y / 24) * 24; _root[objectName + _root["mx" + objectName]].x = _root[objectName + _root["mx" + objectName]]._x; _root[objectName + _root["mx" + objectName]].y = [objectName + _root["mx" + objectName]]._y; while (_root[objectName + _root["mx" + objectName]].y > 0) { _root[objectName + _root["mx" + objectName]].x = _root[objectName + _root["mx" + objectName]].x + 504; _root[objectName + _root["mx" + objectName]].y = _root[objectName + _root["mx" + objectName]].y - 24; } _root[objectName + _root["mx" + objectName]].x = _root[objectName + _root["mx" + objectName]].x / 24; _root[objectName + _root["mx" + objectName]].x = _root[objectName + _root["mx" + objectName]].x + 1; totall = ""; equal = ""; carryOn = true; highCarryOn = true; objectName = ""; } } function save() { _root.convertToCode(); saveTo = ("Q/custom levels/" + _root.saveAs) + ".mon"; saveContent = _root.uno; fscommand ("flashstudio.savetofile", "saveTo,saveContent"); } function convertToCode() { _root.uno = ""; _root.uno = _root.uno + "bar1=_x:1,_y:1; bar2=_x:1,_y:1; "; j = _root.charList.length; while (j >= 0) { k = _root.charList[j]; i = _root["mx" + k]; while (i > 0) { if (_root[k + i].x != null) { _root.uno = _root.uno + k; _root.uno = _root.uno + "=_x:"; _root.uno = _root.uno + int(_root[k + i]._x / 24); _root.uno = _root.uno + ",_y:"; _root.uno = _root.uno + int(_root[k + i]._y / 24); if (k == "w") { _root.uno = _root.uno + ",xdestination:"; _root.uno = _root.uno + int(_root[("aw" + i) + "destination"]._x / 24); _root.uno = _root.uno + ",ydestination:"; _root.uno = _root.uno + int(_root[("aw" + i) + "destination"]._y / 24); _root.uno = _root.uno + "; "; } else if (k == "x") { _root.uno = _root.uno + ",xdestination:"; _root.uno = _root.uno + int(_root[("cw" + i) + "destination"]._x / 24); _root.uno = _root.uno + ",ydestination:"; _root.uno = _root.uno + int(_root[("cw" + i) + "destination"]._y / 24); _root.uno = _root.uno + "; "; } else if (k == "y") { _root.uno = _root.uno + ",xdestination:"; _root.uno = _root.uno + int(_root[("ew" + i) + "destination"]._x / 24); _root.uno = _root.uno + ",ydestination:"; _root.uno = _root.uno + int(_root[("ew" + i) + "destination"]._y / 24); _root.uno = _root.uno + "; "; } else if (k == "k") { _root.uno = _root.uno + ",ccolor:"; _root.uno = _root.uno + _root[k + i].ccolor; _root.uno = _root.uno + "; "; } else if (k == "o") { _root.uno = _root.uno + ",rrotate:"; _root.uno = _root.uno + _root[k + i].rrotate; _root.uno = _root.uno + ",openWhen:"; _root.uno = _root.uno + _root[k + i].openWhen; _root.uno = _root.uno + "; "; } else if (k == "u") { _root.uno = _root.uno + ",ccolor:"; _root.uno = _root.uno + _root[k + i].ccolor; _root.uno = _root.uno + ",rrotate:"; _root.uno = _root.uno + _root[k + i].rrotate; _root.uno = _root.uno + "; "; } else { _root.uno = _root.uno + "; "; } } i--; } j--; } _root.uno = _root.uno + "_root=health:"; _root.uno = _root.uno + _root.optionsTabHealth; _root.uno = _root.uno + ",backgroundd:"; _root.uno = _root.uno + _root.bbackground._currentframe; _root.uno = _root.uno + ",zoomView:"; _root.uno = _root.uno + _root.zoomView; _root.uno = _root.uno + ">"; } function getFilesDel() { folder = "Q/custom levels"; searchMask = "*.*"; delimiter = "%"; fscommand ("flashstudio.getfilelist_del", "folder,searchMask,result,delimiter"); } function goPreview() { while (highestCarryOn == true) { while (carryOn == true) { this["number" + i] = one.substr(location, 1); if (this["number" + i] == "=") { carryOn = false; previousLocation = location; location++; _root["max" + objectName]++; } else { objectName = objectName + this["number" + i]; i++; previousLocation = location; location++; } } carryOn = true; _root.previewGen.attachMovie(objectName, objectName + _root["max" + objectName], location + 300); while (highCarryOn == true) { while (carryOn == true) { this["number" + i] = one.substr(location, 1); if (this["number" + i] == ":") { carryOn = false; previousLocation = location; location++; } else { total = total + this["number" + i]; i++; previousLocation = location; location++; } } carryOn = true; while (carryOn == true) { this["number" + i] = one.substr(location, 1); if (this["number" + i] == ";") { highCarryOn = false; carryOn = false; previousLocation = location; location = location + 2; } if (this["number" + i] == ">") { highestCarryOn = false; highCarryOn = false; carryOn = false; previousLocation = location; location++; } if (this["number" + i] == ",") { carryOn = false; previousLocation = location; location++; } if (((this["number" + i] != ",") and (this["number" + i] != ";")) and (this["number" + i] != ">")) { equal = equal + this["number" + i]; i++; previousLocation = location; location++; } } if (total == "_x") { equal = equal * 24; } if (total == "_y") { equal = equal * 24; } if (total == "xdestination") { equal = equal * 24; } if (total == "ydestination") { equal = equal * 24; } if ((objectName != "_root") and (objectName != "_root+")) { _root.PreviewGen[objectName + _root["max" + objectName]][total] = equal; } else if (objectName == "_root") { _root.PreviewGen[total] = equal; } else if (objectName == "_root+") { } total = ""; equal = ""; carryOn = true; } total = ""; equal = ""; carryOn = true; highCarryOn = true; objectName = ""; } } function getFiles() { _root.folder = "Q/custom levels"; _root.searchMask = "*.mon"; _root.delimiter = "%"; fscommand ("flashstudio.getfilelist_del", "folder,searchMask,result,delimiter"); } function loadGameData() { _root.loadFrom = "Q/gameData.mon"; fscommand ("flashstudio.loadfromfile", "loadFrom,loadContent"); } function saveGameData(num) { _root.saveContent = num; _root.saveTo = "Q/gameData.mon"; fscommand ("flashstudio.savetofile", "saveTo,saveContent"); } function blowfish(mes) { _root.key = "Noah"; _root.textToEncrypt = mes; fscommand ("flashstudio.blowfishenc", "key,textToEncrypt,result"); return(_root.result); } function decrypt(mes) { _root.key = "Noah"; _root.textToDecrypt = mes; fscommand ("flashstudio.blowfishdec", "key,textToDecrypt,result"); return(_root.result); } function loadOptions() { _root.loadFrom = "Q/options.mon"; fscommand ("flashstudio.loadfromfile", "loadFrom,loadContent"); _root.options = _root.loadContent; if (_root.options.substr(0, 1) == "b") { _quality = "BEST"; } if (_root.options.substr(0, 1) == "h") { _quality = "HIGH"; } if (_root.options.substr(0, 1) == "m") { _quality = "MEDIUM"; } if (_root.options.substr(0, 1) == "l") { _quality = "LOW"; } if (_root.options.substr(1, 1) == "y") { _root.musicon = true; } if (_root.options.substr(1, 1) == "n") { _root.musicon = false; } if (_root.options.substr(2, 1) == "y") { _root.soundon = true; } if (_root.options.substr(2, 1) == "n") { _root.soundon = false; } if ((_root.options.substr(3, 1) == "f") and (_root.screenWay != "f")) { _root.screenWay = "f"; fscommand ("flashstudio.maximize"); } if ((_root.options.substr(3, 1) == 8) and (_root.screenWay != 8)) { _root.screenWay = 8; fscommand ("flashstudio.restore"); fscommand ("flashstudio.size", "\"800\",\"600\""); fscommand ("flashstudio.position", "\"0\",\"0\""); } if ((_root.options.substr(3, 1) == 6) and (_root.screenWay != 6)) { _root.screenWay = 6; fscommand ("flashstudio.restore"); fscommand ("flashstudio.size", "\"600\",\"400\""); fscommand ("flashstudio.position", "\"0\",\"0\""); } } function lastScreenn() { if (_root.lastScreen == "menu") { gotoAndStop (85); } if (_root.lastScreen == "load") { gotoAndStop (30); } if (_root.lastScreen == "edit") { gotoAndStop (30); } if (_root.lastScreen == "level creator") { gotoAndStop (91); _root.dontLoad = true; } if (_root.lastScreen == "load level code") { gotoAndStop (30); } if (_root.lastScreen == "in between") { gotoAndPlay(_root.lastFrame +92); } if (_root.lastScreen == "real") { if (_root.pause == 0) { _root.pause = 1; _root.attachMovie("pause", "ppause", 999934); if (_root.zoomView == true) { _root.ppause._width = _root.ppause._width / 2; _root.ppause._height = _root.ppause._height / 2; _root.ppause._x = _root.screen._x; _root.ppause._y = _root.screen._y; } } _root.dontLoad = true; gotoAndStop (96); _root.pause = 1; } if (_root.lastScreen == "win") { gotoAndPlay (274); } if (_root.lastScreen == "lose") { gotoAndPlay (110); } if (_root.lastScreen == "load game") { gotoAndStop (30); } if (_root.lastScreen == "instructions") { gotoAndStop(_root.lastFrame +86); } if (_root.lastScreen == "credits") { gotoAndStop (30); } } function bye() { _root.warn1.removeMovieClip(); _root.warn2.removeMovieClip(); _root.warn3.removeMovieClip(); _root.warn4.removeMovieClip(); if (_root.lastScreen != "real") { if (_root.realDistorted) { _root._width = _root._width / 0.95; _root._height = _root._height / 0.95; _root._x = _root._x - 24.6; _root._y = _root._y - 7.9; _root.realDistorted = false; } } if (_root.lastScreen != "level creator") { if (_root.zoomView == true) { _root._width = 565; _root._height = 410; _root._x = 0; _root._y = 0; _root.zoomView = false; } } if ((_root.lastScreen != "level creator") and (_root.creatorDistorted == true)) { _root._y = _root._y - 12; _root.creatorDistorted = false; } _root.black.removeMovieClip(); _root.put.removeMovieClip(); _root.cover.removeMovieClip(); _root.covered = false; _root.screen.removeMovieClip(); removeMovieClip("screen"); removeMovieClip(99999999); _root.screen._visible = 0; if (_root.lastScreen != "level creator") { _root.optionsTab.removeMovieClip(); } j = _root.charList.length; while (j >= 0) { k = _root.charList[j]; i = _root["max" + k]; while (i > 0) { _root[((k + _root[k + i]._x) + "x") + _root[k + i]._y] = 0; _root[((k + _root[k + i].x) + "x") + _root[k + i].y] = 0; _root[_root[k + i].previousLocation] = 0; _root[k + i].removeMovieClip(); i--; } i = _root["mx" + k]; while (i > 0) { _root[((k + _root[k + i]._x) + "x") + _root[k + i]._y] = 0; _root[((k + _root[k + i].x) + "x") + _root[k + i].y] = 0; _root[_root[k + i].previousLocation] = 0; _root[k + i].removeMovieClip(); i--; } j--; } _root.warping = false; _root.pc2.removeMovieClip(); _root.key.removeMovieClip(); _root.gate.removeMovieClip(); _root.lockedGate.removeMovieClip(); _root.pictureViewer.removeMovieClip(); _root.pc.removeMovieClip(); _root.gg.removeMovieClip(); _root.erase.removeMovieClip(); _root.bomb.removeMovieClip(); _root.ril.removeMovieClip(); j = 0; while (j <= _root.charList.length) { k = _root.charList[j]; i = 17; while (i >= 0) { _root[((k + _root[k + i]._x) + "x") + _root[k + i]._y] = 0; _root[((k + _root[k + i].x) + "x") + _root[k + i].y] = 0; _root[_root[k + i].previousLocation] = 0; _root[k + i].removeMovieClip(); i--; } j++; } i = _root.mxw; while (i > 0) { _root[("aw" + i) + "destination"].removeMovieClip(); i--; } i = _root.mxx; while (i > 0) { _root[("cw" + i) + "destination"].removeMovieClip(); i--; } i = _root.mxy; while (i > 0) { _root[("ew" + i) + "destination"].removeMovieClip(); i--; } j = _root.charList.length; while (j >= 0) { k = _root.charList[j]; _root["max" + k] = 0; _root["mx" + k] = 0; _root["rx" + k] = 0; j--; } _root.drag = eval (null)(); _root.playing = 0; if (_root.song == 1) { song = 5; } else { song = _root.song; } _root.bg.stop(["music" + (song - 1)]); _root.stopAllSounds(); stopAllSounds(); i = 300; while (i > 0) { _root[((k + _root.open._x) + "x") + _root.open._y] = 0; _root.open.removeMovieClip(); i--; } _root.main.removeMovieClip(); _root.ppause.removeMovieClip(); _root.pause = 0; _root.health = 1; } function contains(containee, container) { temp = 0; i = 0; while (i < containee.length) { if (temp > 0) { if (containee.substr(i, 1) != container.substr(temp, 1)) { temp = 0; } else if (containee.substr(i, 1) == container.substr(temp, 1)) { temp++; } } else if (temp == 0) { if (containee.substr(i, 1) == container.substr(temp, 1)) { temp++; } } if (temp == container.length) { return(true); } i++; } return(false); } stop(); _root.frameLabel = "Quit"; fscommand ("flashstudio.setexithandler", "frameLabel"); fscommand ("flashstudio.insertmenuheader", "\"File\""); fscommand ("flashstudio.insertmenuitem", "\"File\",\"Main Menu\""); fscommand ("flashstudio.insertmenudivider", "\"File\""); fscommand ("flashstudio.insertmenuitem", "\"File\",\"Play\""); fscommand ("flashstudio.insertmenudivider", "\"File\""); fscommand ("flashstudio.insertmenuitem", "\"File\",\"Instructions\""); fscommand ("flashstudio.insertmenudivider", "\"File\""); fscommand ("flashstudio.insertmenuitem", "\"File\",\"Quit\""); fscommand ("flashstudio.insertmenuheader", "\"Edit\""); fscommand ("flashstudio.insertmenuitem", "\"Edit\",\"Custom Levels\""); fscommand ("flashstudio.insertmenuheader", "\"Options\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Full Screen\""); fscommand ("flashstudio.insertmenudivider", "\"Options\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Sound On\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Sound Off\""); fscommand ("flashstudio.insertmenudivider", "\"Options\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Music On\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Music Off\""); fscommand ("flashstudio.insertmenudivider", "\"Options\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Best Quality\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"High Quality\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Medium Quality\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Low Quality\""); fscommand ("flashstudio.insertmenudivider", "\"Options\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Lighting On\""); fscommand ("flashstudio.insertmenuitem", "\"Options\",\"Lighting Off\"");
Instance of Symbol 170 MovieClip "actions" in Frame 30
onClipEvent (load) { _root.dontLoad = false; _root.uno = "bar1=_x:1,_y:1; bar2=_x:1,_y:1; _root=health:1,backgroundd:1,zoomView:false>"; _root.Level_Library = new Array(); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:21,_y:9; t=_x:20,_y:9; m=_x:2,_y:9; d=_x:12,_y:9; b=_x:4,_y:11; b=_x:4,_y:10; b=_x:4,_y:9; b=_x:4,_y:8; b=_x:6,_y:7; b=_x:7,_y:7; b=_x:8,_y:8; b=_x:8,_y:9; b=_x:7,_y:9; b=_x:7,_y:10; b=_x:7,_y:11; b=_x:6,_y:12; b=_x:11,_y:10; b=_x:10,_y:6; b=_x:11,_y:8; b=_x:11,_y:9; b=_x:9,_y:4; b=_x:8,_y:4; b=_x:10,_y:5; b=_x:10,_y:13; b=_x:9,_y:13; b=_x:8,_y:14; b=_x:13,_y:13; b=_x:14,_y:12; b=_x:14,_y:11; b=_x:14,_y:10; b=_x:13,_y:9; b=_x:12,_y:7; b=_x:13,_y:6; b=_x:13,_y:4; b=_x:12,_y:3; b=_x:17,_y:14; b=_x:17,_y:11; b=_x:17,_y:7; b=_x:18,_y:4; b=_x:19,_y:5; b=_x:19,_y:11; b=_x:20,_y:15; b=_x:21,_y:14; b=_x:18,_y:10; b=_x:18,_y:7; _root=health:5,backgroundd:19,zoomView:0>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:10,_y:3; t=_x:9,_y:9; o=_x:5,_y:10,rrotate:,openWhen:2; o=_x:18,_y:10,rrotate:,openWhen:2; m=_x:13,_y:5; m=_x:3,_y:13; m=_x:22,_y:12; d=_x:13,_y:15; b=_x:9,_y:3; b=_x:9,_y:4; b=_x:9,_y:5; b=_x:9,_y:6; b=_x:9,_y:7; b=_x:9,_y:8; b=_x:11,_y:8; b=_x:10,_y:8; b=_x:12,_y:8; b=_x:13,_y:8; b=_x:15,_y:8; b=_x:16,_y:8; b=_x:16,_y:7; b=_x:16,_y:6; b=_x:16,_y:5; b=_x:16,_y:4; b=_x:16,_y:3; b=_x:5,_y:4; b=_x:5,_y:3; b=_x:5,_y:5; b=_x:5,_y:6; b=_x:5,_y:7; b=_x:5,_y:8; b=_x:5,_y:9; b=_x:5,_y:11; b=_x:6,_y:11; b=_x:7,_y:11; b=_x:8,_y:11; b=_x:9,_y:11; b=_x:10,_y:11; b=_x:11,_y:11; b=_x:12,_y:11; b=_x:13,_y:11; b=_x:14,_y:11; b=_x:15,_y:11; b=_x:16,_y:11; b=_x:17,_y:11; b=_x:18,_y:11; b=_x:18,_y:9; b=_x:18,_y:8; b=_x:18,_y:7; b=_x:18,_y:6; b=_x:18,_y:5; b=_x:18,_y:4; b=_x:18,_y:3; _root=health:3,backgroundd:13,zoomView:0>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:2,_y:3; w=_x:15,_y:3,xdestination:17,ydestination:3; t=_x:4,_y:8; t=_x:11,_y:5; o=_x:9,_y:3,rrotate:,openWhen:2; o=_x:14,_y:3,rrotate:,openWhen:1; o=_x:21,_y:10,rrotate:90,openWhen:0; n=_x:10,_y:9; m=_x:7,_y:3; m=_x:15,_y:9; f=_x:18,_y:6; d=_x:4,_y:11; d=_x:7,_y:14; d=_x:3,_y:14; d=_x:6,_y:11; d=_x:6,_y:15; d=_x:4,_y:15; d=_x:5,_y:15; d=_x:4,_y:12; d=_x:6,_y:12; b=_x:9,_y:4; b=_x:9,_y:5; b=_x:9,_y:6; b=_x:9,_y:7; b=_x:9,_y:8; b=_x:9,_y:9; b=_x:9,_y:10; b=_x:8,_y:10; b=_x:6,_y:10; b=_x:7,_y:10; b=_x:5,_y:10; b=_x:4,_y:10; b=_x:3,_y:10; b=_x:2,_y:10; b=_x:10,_y:10; b=_x:12,_y:10; b=_x:11,_y:10; b=_x:13,_y:10; b=_x:14,_y:10; b=_x:14,_y:9; b=_x:14,_y:8; b=_x:14,_y:7; b=_x:14,_y:6; b=_x:14,_y:5; b=_x:14,_y:4; b=_x:15,_y:10; b=_x:16,_y:10; b=_x:17,_y:10; b=_x:18,_y:10; b=_x:19,_y:10; b=_x:20,_y:10; b=_x:22,_y:10; b=_x:15,_y:4; b=_x:16,_y:4; b=_x:16,_y:3; _root=health:5,backgroundd:19,zoomView:0>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:12,_y:3; w=_x:12,_y:4,xdestination:12,ydestination:6; u=_x:6,_y:15,ccolor:blue,rrotate:; u=_x:2,_y:6,ccolor:red,rrotate:90; u=_x:3,_y:14,ccolor:red,rrotate:90; u=_x:3,_y:12,ccolor:yellow,rrotate:90; u=_x:3,_y:9,ccolor:yellow,rrotate:90; u=_x:12,_y:15,ccolor:yellow,rrotate:; u=_x:16,_y:15,ccolor:red,rrotate:; u=_x:8,_y:15,ccolor:blue,rrotate:; u=_x:7,_y:13,ccolor:yellow,rrotate:90; u=_x:17,_y:14,ccolor:red,rrotate:90; u=_x:7,_y:14,ccolor:blue,rrotate:90; u=_x:12,_y:14,ccolor:yellow,rrotate:90; u=_x:20,_y:15,ccolor:blue,rrotate:; u=_x:17,_y:6,ccolor:blue,rrotate:; u=_x:16,_y:6,ccolor:yellow,rrotate:; u=_x:12,_y:11,ccolor:yellow,rrotate:90; u=_x:12,_y:10,ccolor:red,rrotate:90; u=_x:7,_y:6,ccolor:red,rrotate:; u=_x:8,_y:6,ccolor:blue,rrotate:; k=_x:10,_y:6,ccolor:yellow; k=_x:9,_y:6,ccolor:blue; k=_x:15,_y:6,ccolor:yellow; k=_x:14,_y:6,ccolor:red; k=_x:12,_y:9,ccolor:red; k=_x:12,_y:8,ccolor:blue; k=_x:13,_y:6,ccolor:blue; k=_x:12,_y:7,ccolor:yellow; k=_x:11,_y:6,ccolor:red; d=_x:7,_y:10; b=_x:6,_y:12; b=_x:6,_y:11; b=_x:6,_y:10; b=_x:6,_y:9; b=_x:7,_y:9; b=_x:8,_y:9; b=_x:8,_y:10; b=_x:8,_y:11; b=_x:8,_y:12; b=_x:8,_y:13; b=_x:6,_y:13; b=_x:19,_y:14; b=_x:18,_y:14; b=_x:15,_y:14; b=_x:16,_y:14; b=_x:14,_y:14; b=_x:13,_y:14; b=_x:13,_y:13; b=_x:11,_y:13; b=_x:11,_y:14; b=_x:10,_y:14; b=_x:9,_y:14; b=_x:8,_y:14; b=_x:6,_y:14; b=_x:5,_y:14; b=_x:20,_y:8; b=_x:20,_y:9; b=_x:20,_y:10; b=_x:20,_y:11; b=_x:20,_y:12; b=_x:20,_y:13; b=_x:20,_y:14; b=_x:22,_y:15; b=_x:22,_y:14; b=_x:22,_y:13; b=_x:22,_y:12; b=_x:22,_y:11; b=_x:22,_y:10; b=_x:22,_y:9; b=_x:22,_y:8; b=_x:21,_y:6; b=_x:22,_y:4; b=_x:14,_y:3; b=_x:16,_y:4; b=_x:18,_y:3; b=_x:20,_y:4; b=_x:20,_y:5; b=_x:20,_y:6; b=_x:20,_y:7; b=_x:19,_y:7; b=_x:2,_y:10; b=_x:2,_y:11; b=_x:2,_y:12; b=_x:2,_y:13; b=_x:2,_y:14; b=_x:2,_y:15; b=_x:4,_y:14; b=_x:4,_y:13; b=_x:4,_y:12; b=_x:4,_y:11; b=_x:4,_y:10; b=_x:4,_y:9; b=_x:4,_y:8; b=_x:2,_y:9; b=_x:2,_y:8; b=_x:3,_y:6; b=_x:2,_y:4; b=_x:10,_y:4; b=_x:8,_y:3; b=_x:6,_y:4; b=_x:4,_y:4; b=_x:4,_y:5; b=_x:4,_y:6; b=_x:4,_y:7; b=_x:5,_y:7; b=_x:14,_y:5; b=_x:15,_y:5; b=_x:16,_y:5; b=_x:17,_y:5; b=_x:18,_y:5; b=_x:18,_y:7; b=_x:17,_y:7; b=_x:16,_y:7; b=_x:15,_y:7; b=_x:14,_y:7; b=_x:13,_y:7; b=_x:13,_y:8; b=_x:13,_y:9; b=_x:13,_y:10; b=_x:13,_y:11; b=_x:13,_y:12; b=_x:11,_y:12; b=_x:11,_y:11; b=_x:11,_y:10; b=_x:11,_y:9; b=_x:11,_y:8; b=_x:11,_y:7; b=_x:10,_y:7; b=_x:9,_y:7; b=_x:8,_y:7; b=_x:7,_y:7; b=_x:6,_y:7; b=_x:6,_y:5; b=_x:7,_y:5; b=_x:8,_y:5; b=_x:9,_y:5; b=_x:10,_y:5; b=_x:13,_y:3; b=_x:13,_y:4; b=_x:13,_y:5; b=_x:12,_y:5; b=_x:11,_y:5; b=_x:11,_y:4; b=_x:11,_y:3; _root=health:1,backgroundd:12,zoomView:1>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:12,_y:10; t=_x:14,_y:4; n=_x:5,_y:14; n=_x:17,_y:14; n=_x:3,_y:9; d=_x:15,_y:6; b=_x:5,_y:10; b=_x:5,_y:9; b=_x:5,_y:11; b=_x:11,_y:6; b=_x:13,_y:6; b=_x:13,_y:5; b=_x:13,_y:4; b=_x:11,_y:4; b=_x:9,_y:5; b=_x:9,_y:6; b=_x:9,_y:4; b=_x:10,_y:8; b=_x:11,_y:10; b=_x:12,_y:8; b=_x:10,_y:10; b=_x:13,_y:9; b=_x:8,_y:8; b=_x:13,_y:11; b=_x:11,_y:12; b=_x:14,_y:7; b=_x:16,_y:6; b=_x:11,_y:7; b=_x:7,_y:5; b=_x:6,_y:8; b=_x:7,_y:11; b=_x:4,_y:5; b=_x:6,_y:3; b=_x:6,_y:7; b=_x:4,_y:8; b=_x:3,_y:6; b=_x:2,_y:7; b=_x:5,_y:6; b=_x:5,_y:13; b=_x:9,_y:12; b=_x:12,_y:14; b=_x:8,_y:6; b=_x:7,_y:4; b=_x:5,_y:3; b=_x:10,_y:3; b=_x:14,_y:3; b=_x:16,_y:9; b=_x:14,_y:12; b=_x:15,_y:15; b=_x:15,_y:14; b=_x:17,_y:12; b=_x:17,_y:13; b=_x:19,_y:15; b=_x:19,_y:14; b=_x:21,_y:13; b=_x:21,_y:14; b=_x:19,_y:12; b=_x:20,_y:10; b=_x:18,_y:10; b=_x:17,_y:10; b=_x:17,_y:8; b=_x:19,_y:8; b=_x:20,_y:8; b=_x:18,_y:7; b=_x:16,_y:10; b=_x:15,_y:7; b=_x:17,_y:5; b=_x:18,_y:5; b=_x:19,_y:6; b=_x:21,_y:8; b=_x:22,_y:6; b=_x:20,_y:5; b=_x:22,_y:4; b=_x:18,_y:3; b=_x:20,_y:4; b=_x:16,_y:4; _root=health:2,backgroundd:1,zoomView:0>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:4,_y:9; t=_x:22,_y:9; q=_x:13,_y:5; q=_x:13,_y:14; q=_x:19,_y:9; h=_x:10,_y:9; d=_x:2,_y:9; _root=health:1,backgroundd:19,zoomView:0>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:2,_y:3; t=_x:12,_y:10; l=_x:22,_y:15; l=_x:22,_y:3; l=_x:2,_y:15; h=_x:21,_y:14; d=_x:2,_y:10; d=_x:22,_y:10; d=_x:12,_y:3; d=_x:12,_y:15; b=_x:11,_y:4; b=_x:11,_y:3; b=_x:13,_y:4; b=_x:13,_y:3; b=_x:22,_y:9; b=_x:21,_y:9; b=_x:21,_y:11; b=_x:22,_y:11; b=_x:13,_y:15; b=_x:13,_y:14; b=_x:11,_y:14; b=_x:11,_y:15; b=_x:2,_y:11; b=_x:3,_y:11; b=_x:3,_y:9; b=_x:2,_y:9; b=_x:12,_y:9; b=_x:13,_y:9; b=_x:13,_y:10; b=_x:13,_y:11; b=_x:12,_y:11; b=_x:11,_y:11; b=_x:11,_y:10; b=_x:11,_y:9; _root=health:1,backgroundd:5,zoomView:0>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:5,_y:5; w=_x:18,_y:8,xdestination:4,ydestination:12; w=_x:21,_y:8,xdestination:15,ydestination:7; t=_x:7,_y:12; t=_x:21,_y:3; t=_x:18,_y:3; t=_x:6,_y:7; q=_x:16,_y:3; o=_x:8,_y:4,rrotate:,openWhen:5; o=_x:12,_y:4,rrotate:,openWhen:4; j=_x:11,_y:7; j=_x:22,_y:15; j=_x:5,_y:8; j=_x:21,_y:10; j=_x:22,_y:7; g=_x:18,_y:6; d=_x:16,_y:11; b=_x:20,_y:11; b=_x:8,_y:7; b=_x:21,_y:14; b=_x:22,_y:12; b=_x:21,_y:15; b=_x:20,_y:10; b=_x:18,_y:11; b=_x:19,_y:12; b=_x:19,_y:14; b=_x:19,_y:15; b=_x:16,_y:15; b=_x:14,_y:14; b=_x:14,_y:11; b=_x:15,_y:11; b=_x:15,_y:12; b=_x:16,_y:12; b=_x:17,_y:13; b=_x:12,_y:10; b=_x:11,_y:11; b=_x:11,_y:13; b=_x:12,_y:14; b=_x:8,_y:10; b=_x:8,_y:15; b=_x:9,_y:12; b=_x:9,_y:13; b=_x:8,_y:14; b=_x:11,_y:15; b=_x:5,_y:13; b=_x:5,_y:12; b=_x:5,_y:11; b=_x:20,_y:8; b=_x:20,_y:6; b=_x:20,_y:5; b=_x:20,_y:4; b=_x:20,_y:3; b=_x:17,_y:4; b=_x:17,_y:3; b=_x:16,_y:5; b=_x:12,_y:3; b=_x:12,_y:5; b=_x:13,_y:6; b=_x:14,_y:7; b=_x:15,_y:8; b=_x:8,_y:3; b=_x:8,_y:5; b=_x:8,_y:6; b=_x:7,_y:7; b=_x:6,_y:8; b=_x:21,_y:9; b=_x:22,_y:9; b=_x:20,_y:9; b=_x:19,_y:9; b=_x:18,_y:9; b=_x:16,_y:9; b=_x:17,_y:9; b=_x:15,_y:9; b=_x:14,_y:9; b=_x:13,_y:9; b=_x:12,_y:9; b=_x:11,_y:9; b=_x:10,_y:9; b=_x:2,_y:9; b=_x:3,_y:9; b=_x:4,_y:9; b=_x:5,_y:9; b=_x:6,_y:9; b=_x:7,_y:9; b=_x:8,_y:9; b=_x:9,_y:9; b=_x:22,_y:4; _root=health:2,backgroundd:12,zoomView:0>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:2,_y:3; u=_x:5,_y:12,ccolor:green,rrotate:90; u=_x:7,_y:15,ccolor:yellow,rrotate:; u=_x:20,_y:8,ccolor:yellow,rrotate:; t=_x:3,_y:3; t=_x:14,_y:4; q=_x:7,_y:3; q=_x:5,_y:8; o=_x:3,_y:4,rrotate:90,openWhen:4; o=_x:4,_y:4,rrotate:,openWhen:4; o=_x:3,_y:8,rrotate:,openWhen:2; l=_x:6,_y:3; l=_x:2,_y:10; k=_x:2,_y:8,ccolor:green; k=_x:4,_y:14,ccolor:yellow; j=_x:6,_y:13; j=_x:22,_y:8; g=_x:21,_y:12; g=_x:22,_y:12; g=_x:21,_y:13; d=_x:2,_y:15; b=_x:3,_y:9; b=_x:2,_y:9; b=_x:2,_y:7; b=_x:3,_y:7; b=_x:7,_y:4; b=_x:6,_y:4; b=_x:7,_y:7; b=_x:6,_y:7; b=_x:2,_y:4; b=_x:3,_y:5; b=_x:4,_y:3; b=_x:4,_y:5; b=_x:2,_y:12; b=_x:3,_y:12; b=_x:4,_y:12; b=_x:6,_y:12; b=_x:7,_y:12; b=_x:7,_y:13; b=_x:7,_y:14; b=_x:11,_y:14; b=_x:11,_y:13; b=_x:11,_y:12; b=_x:11,_y:11; b=_x:11,_y:10; b=_x:11,_y:9; b=_x:11,_y:7; b=_x:11,_y:8; b=_x:11,_y:6; b=_x:11,_y:5; b=_x:11,_y:4; b=_x:11,_y:3; b=_x:8,_y:13; b=_x:9,_y:13; b=_x:9,_y:14; b=_x:9,_y:12; b=_x:9,_y:11; b=_x:9,_y:10; b=_x:9,_y:9; b=_x:9,_y:8; b=_x:22,_y:7; b=_x:21,_y:7; b=_x:20,_y:7; b=_x:20,_y:9; b=_x:22,_y:9; b=_x:14,_y:5; b=_x:15,_y:4; b=_x:20,_y:11; b=_x:20,_y:10; b=_x:20,_y:12; b=_x:20,_y:13; b=_x:20,_y:14; b=_x:20,_y:15; _root=health:1,backgroundd:16,zoomView:1>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:3,_y:3; j=_x:6,_y:15; j=_x:11,_y:6; j=_x:20,_y:9; h=_x:4,_y:11; f=_x:14,_y:11; d=_x:21,_y:3; b=_x:10,_y:9; b=_x:11,_y:10; b=_x:12,_y:9; b=_x:11,_y:5; b=_x:10,_y:6; b=_x:9,_y:7; b=_x:8,_y:8; b=_x:7,_y:9; b=_x:12,_y:6; b=_x:13,_y:7; b=_x:14,_y:8; b=_x:15,_y:9; b=_x:5,_y:10; b=_x:6,_y:11; b=_x:7,_y:12; b=_x:8,_y:13; b=_x:9,_y:14; b=_x:10,_y:15; b=_x:12,_y:15; b=_x:13,_y:14; b=_x:14,_y:13; b=_x:15,_y:12; b=_x:16,_y:11; b=_x:17,_y:10; b=_x:18,_y:9; b=_x:19,_y:8; b=_x:4,_y:9; b=_x:3,_y:8; b=_x:9,_y:11; b=_x:10,_y:12; b=_x:11,_y:13; b=_x:12,_y:12; b=_x:13,_y:11; b=_x:2,_y:11; b=_x:5,_y:11; b=_x:4,_y:12; b=_x:5,_y:14; b=_x:7,_y:14; b=_x:4,_y:15; b=_x:2,_y:4; b=_x:3,_y:5; b=_x:4,_y:6; b=_x:5,_y:7; b=_x:8,_y:7; b=_x:7,_y:6; b=_x:6,_y:5; b=_x:5,_y:4; b=_x:7,_y:3; b=_x:8,_y:4; b=_x:10,_y:4; b=_x:13,_y:3; b=_x:14,_y:6; b=_x:15,_y:5; b=_x:16,_y:4; b=_x:20,_y:3; b=_x:19,_y:4; b=_x:18,_y:5; b=_x:17,_y:6; b=_x:16,_y:7; b=_x:20,_y:6; b=_x:20,_y:7; b=_x:20,_y:4; b=_x:21,_y:4; b=_x:22,_y:6; b=_x:22,_y:8; b=_x:19,_y:10; b=_x:20,_y:11; b=_x:21,_y:12; b=_x:17,_y:12; b=_x:18,_y:13; b=_x:19,_y:14; b=_x:15,_y:14; _root=health:3,backgroundd:8,zoomView:0>"); _root.Level_Library.push("bar1=_x:1,_y:1; bar2=_x:1,_y:1; z=_x:2,_y:3; y=_x:14,_y:7,xdestination:11,ydestination:8; y=_x:15,_y:14,xdestination:13,ydestination:8; y=_x:17,_y:8,xdestination:16,ydestination:14; y=_x:18,_y:7,xdestination:15,ydestination:7; y=_x:11,_y:7,xdestination:18,ydestination:6; w=_x:20,_y:10,xdestination:19,ydestination:10; w=_x:19,_y:8,xdestination:3,ydestination:15; u=_x:20,_y:12,ccolor:blue,rrotate:; u=_x:14,_y:15,ccolor:red,rrotate:; t=_x:22,_y:3; t=_x:22,_y:15; q=_x:9,_y:3; q=_x:9,_y:8; q=_x:2,_y:8; o=_x:21,_y:9,rrotate:90,openWhen:1; o=_x:21,_y:13,rrotate:90,openWhen:0; o=_x:20,_y:8,rrotate:,openWhen:0; o=_x:21,_y:11,rrotate:90,openWhen:0; l=_x:17,_y:15; k=_x:22,_y:10,ccolor:blue; k=_x:11,_y:15,ccolor:red; j=_x:22,_y:12; i=_x:4,_y:13; i=_x:21,_y:15; h=_x:21,_y:14; d=_x:2,_y:15; b=_x:11,_y:6; b=_x:10,_y:6; b=_x:10,_y:7; b=_x:10,_y:8; b=_x:19,_y:13; b=_x:19,_y:6; b=_x:2,_y:9; b=_x:3,_y:9; b=_x:5,_y:9; b=_x:4,_y:9; b=_x:6,_y:9; b=_x:7,_y:9; b=_x:8,_y:9; b=_x:9,_y:9; b=_x:10,_y:9; b=_x:11,_y:9; b=_x:12,_y:9; b=_x:13,_y:9; b=_x:14,_y:9; b=_x:15,_y:9; b=_x:16,_y:9; b=_x:18,_y:9; b=_x:17,_y:9; b=_x:19,_y:9; b=_x:20,_y:9; b=_x:22,_y:9; b=_x:22,_y:13; b=_x:22,_y:11; b=_x:20,_y:13; b=_x:20,_y:11; b=_x:18,_y:13; b=_x:17,_y:13; b=_x:16,_y:13; b=_x:15,_y:13; b=_x:14,_y:13; b=_x:13,_y:13; b=_x:12,_y:15; b=_x:14,_y:14; b=_x:16,_y:15; b=_x:10,_y:14; b=_x:3,_y:14; b=_x:12,_y:13; b=_x:10,_y:13; b=_x:11,_y:13; b=_x:9,_y:13; b=_x:8,_y:13; b=_x:7,_y:13; b=_x:6,_y:13; b=_x:5,_y:13; b=_x:2,_y:13; b=_x:18,_y:12; b=_x:18,_y:11; b=_x:13,_y:11; b=_x:14,_y:11; b=_x:15,_y:11; b=_x:16,_y:11; b=_x:12,_y:11; b=_x:11,_y:11; b=_x:10,_y:10; b=_x:8,_y:12; b=_x:8,_y:11; b=_x:6,_y:10; b=_x:6,_y:11; b=_x:4,_y:12; b=_x:4,_y:11; b=_x:3,_y:11; b=_x:6,_y:14; b=_x:4,_y:15; b=_x:9,_y:12; b=_x:8,_y:14; b=_x:18,_y:14; b=_x:20,_y:15; b=_x:22,_y:14; b=_x:12,_y:8; b=_x:12,_y:7; b=_x:12,_y:6; b=_x:14,_y:6; b=_x:13,_y:6; b=_x:15,_y:6; b=_x:16,_y:6; b=_x:17,_y:6; b=_x:18,_y:8; b=_x:15,_y:8; b=_x:17,_y:7; b=_x:14,_y:8; b=_x:17,_y:5; b=_x:18,_y:5; b=_x:19,_y:5; b=_x:19,_y:7; b=_x:20,_y:7; _root=health:1,backgroundd:2,zoomView:1>"); _root.charList = new Array("b", "d", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "t", "u", "v", "w", "x", "y", "z", "fire", "bar1", "bar2"); _root.monsterList = new Array("m", "n", "l", "j", "q"); this._visible = 0; _root.musicon = true; _root.soundon = true; _root.dontLoad = false; _root.warning = 0; _root.healthTotal = 0; _root.totalLevel = 0; _root.zoomView = false; _root.qual = 0; _root._quality = "HIGH"; } onClipEvent (enterFrame) { total = _root.getBytesTotal(); loaded = _root.getBytesLoaded(); percent = loaded / total; percent = percent * 100; if (percent >= 98) { _root.play(); } }
Frame 85
_root.lastScreen = "menu"; _root.bye(); _root._width = 565; _root._height = 410; _root._x = 0; _root._y = 0; stop(); if (_root.musicon) { _root.ironGate = new Sound(_root.main); _root.ironGate.attachSound("music4"); _root.ironGate.start(2, 99999); _root.ironGate.setVolume(75); }
Instance of Symbol 713 MovieClip [n] in Frame 85
onClipEvent (load) { stop(); }
Instance of Symbol 915 MovieClip [q] in Frame 85
onClipEvent (load) { stop(); }
Instance of Symbol 1851 MovieClip in Frame 85
onClipEvent (load) { stop(); }
Instance of Symbol 1893 MovieClip in Frame 85
onClipEvent (load) { stop(); }
Instance of Symbol 125 MovieClip [FComboBoxSymbol] "quality" in Frame 86
//component parameters onClipEvent (initialize) { editable = false; labels = []; labels[0] = "Best"; labels[1] = "High"; labels[2] = "Medium"; labels[3] = "Low"; data = []; data[0] = 0; data[1] = 1; data[2] = 2; data[3] = 3; rowCount = 8; changeHandler = ""; } onClipEvent (load) { this.setSelectedIndex(_root.qual); } onClipEvent (enterFrame) { _root._quality = this.getSelectedItem().label; _root.qual = this.getSelectedItem().data; }
Instance of Symbol 114 MovieClip [FCheckBoxSymbol] "musicon" in Frame 86
//component parameters onClipEvent (initialize) { label = ""; initialValue = true; labelPlacement = "right"; changeHandler = ""; } onClipEvent (load) { this.setValue(_root.musicon); } onClipEvent (enterFrame) { _root.musicon = this.getValue(); }
Instance of Symbol 114 MovieClip [FCheckBoxSymbol] "soundon" in Frame 86
//component parameters onClipEvent (initialize) { label = ""; initialValue = true; labelPlacement = "right"; changeHandler = ""; } onClipEvent (load) { this.setValue(_root.soundon); } onClipEvent (enterFrame) { _root.soundon = this.getValue(); }
Frame 87
_root.bye(); _root.lastScreen = "instructions"; _root._width = 687.75; _root._height = 494; _root._x = 24.6; _root._y = 7.9; _root.lastScreen = "instructions"; _root.lastFrame = 1; stop();
Frame 88
_root.lastFrame = 2;
Instance of Symbol 662 MovieClip [m] in Frame 88
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 713 MovieClip [n] in Frame 88
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 915 MovieClip [q] in Frame 88
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 576 MovieClip [l] in Frame 88
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 491 MovieClip [j] in Frame 88
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 964 MovieClip "healthheart" in Frame 88
onClipEvent (load) { this.gotoAndStop(2); }
Frame 89
_root.lastFrame = 3;
Frame 90
_root.lastFrame = 4;
Frame 91
stop(); _root.lastScreen = "level creator";
Frame 92
stop(); _root.lastScreen = "level creator";
Instance of Symbol 170 MovieClip "actions" in Frame 92
onClipEvent (load) { if (_root.dontLoad == false) { _root.dontPressYet = 0; _root.attachMovie("cover", "cover", 411); _root.zoomView = false; _root.covered = false; _root.skipWarp = 0; _root.tabOpen = false; _root.optionsOpen = false; _root._width = 590.7; _root._height = 439.75; _root._x = 0; _root._y = 12; _root.dontDelete = false; _root.creatorDistorted = true; _root.attachMovie("optionsTab", "optionsTab", 88888); _root.optionsTabHealth = 1; _root.optionsTab._x = 546.4; _root.optionsTab._y = 203.3; alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123450489~!@#$%^&*()+=-?<>"; alphcolor = new Array("0xFF0000", "0x00FF00", "0x0000FF", "0xFFFF00", "0x00FFFF", "0xFF00FF", "0x9900FF", "0xFF7700", "0xFFFFFF"); _root.alphaCount = 0; i = 0; while (i < _root.charList.length) { _root["mx" + _root.charList[i]] = 0; i++; } i = 0; while (i < _root.charList.length) { _root["rx" + _root.charList[i]] = 0; i++; } _root.total = 0; i = 273; while (i > 0) { _root["kk" + i] = "v"; i--; } _root.location = 0; _root.previousLocation = 0; _root.carryOn = true; _root.highCarryOn = true; _root.highestCarryOn = true; _root.objectName = ""; _root.totalAmount = 0; _root.equalAmount = 0; _root.totall = 0; _root.i = 0; once = 0; } else { _root.dontLoad = false; once = 3; _root.bbackground.gotoAndStop(_root.backgroundd); } this._visible = 0; } onClipEvent (enterFrame) { _root.brickx = _root.b1._y; if (once == 0) { _root.one = _root.uno; once++; _root.editGo(); _root.bbackground.gotoAndStop(_root.backgroundd); _root.optionsTabHealth = _root.health; _root.optionsTab.bbackground_small.gotoAndStop(_root.backgroundd); _root.optionsTab.heartTab.gotoAndStop(_root.health); i = _root.mxd; while (i > 0) { _root.editLevelSprites("d", i); i--; } _root.rxd = _root.mxd; i = _root.mxg; while (i > 0) { _root.editLevelSprites("g", i); i--; } _root.rxg = _root.mxg; i = _root.mxt; while (i > 0) { _root.editLevelSprites("t", i); i--; } _root.rxt = _root.mxt; i = _root.mxb; while (i > 0) { _root.editLevelSprites("b", i); i--; } _root.rxb = _root.mxb; i = _root.mxh; while (i > 0) { _root.editLevelSprites("h", i); i--; } _root.rxh = _root.mxh; i = _root.mxf; while (i > 0) { _root.editLevelSprites("f", i); i--; } _root.rxf = _root.mxf; i = _root.mxi; while (i > 0) { _root.editLevelSprites("i", i); i--; } _root.rxi = _root.mxi; i = _root.mxr; while (i > 0) { _root.editLevelSprites("r", i); i--; } _root.rxr = _root.mxr; i = _root.mxw; while (i > 0) { _root.editLevelSprites("w", i); _root.colorcode = _root.alphaCount; while (_root.colorcode > 8) { _root.colorcode = _root.colorcode - 9; } _root["w" + i].attachMovie("alpha", "alph" + (i + 101), _root.total++); _root["w" + i]["alph" + (i + 101)]._x = _root[("aw" + (i + 101)) + "destination"]._x + 24; _root["w" + i]["alph" + (i + 101)]._y = _root[("aw" + (i + 101)) + "destination"]._y + 12; _root["w" + i].alph = alphabet.substr(_root.alphaCount, 1); yColor = new Color(_root["w" + i]["alph" + (i + 101)].box); yColor.setRGB(alphcolor[_root.colorcode]); _root.attachMovie("wdestination", ("aw" + i) + "destination", _root.total++); _root[("aw" + i) + "destination"]._x = _root["w" + i].xdestination; _root[("aw" + i) + "destination"]._y = _root["w" + i].ydestination; _root[("aw" + i) + "destination"].attachMovie("alpha", "alph" + i, _root.total++); _root[("aw" + i) + "destination"]["alph" + i]._x = _root[("aw" + i) + "destination"]["alph" + i]._x + 24; _root[("aw" + i) + "destination"]["alph" + i]._y = _root[("aw" + i) + "destination"]["alph" + i]._y + 12; _root[("aw" + i) + "destination"].alph = alphabet.substr(_root.alphaCount++, 1); myColor = new Color(_root[("aw" + i) + "destination"]["alph" + i].box); myColor.setRGB(alphcolor[_root.colorcode]); i--; } _root.rxw = _root.mxw; i = _root.mxx; while (i > 0) { _root.editLevelSprites("x", i); _root.colorcode = _root.alphaCount; while (_root.colorcode > 8) { _root.colorcode = _root.colorcode - 9; } _root["x" + i].attachMovie("clpha", "clph" + (i + 101), _root.total++); _root["x" + i]["clph" + (i + 101)]._x = _root[("cw" + (i + 101)) + "destination"]._x + 24; _root["x" + i]["clph" + (i + 101)]._y = _root[("cw" + (i + 101)) + "destination"]._y + 12; _root["x" + i].alph = alphabet.substr(_root.alphaCount, 1); yColor = new Color(_root["x" + i]["clph" + (i + 101)].box); yColor.setRGB(alphcolor[_root.colorcode]); _root.attachMovie("xdestination", ("cw" + i) + "destination", _root.total++); _root[("cw" + i) + "destination"]._x = _root["x" + i].xdestination; _root[("cw" + i) + "destination"]._y = _root["x" + i].ydestination; _root[("cw" + i) + "destination"].attachMovie("clpha", "clph" + i, _root.total++); _root[("cw" + i) + "destination"]["clph" + i]._x = _root[("cw" + i) + "destination"]["clph" + i]._x + 24; _root[("cw" + i) + "destination"]["clph" + i]._y = _root[("cw" + i) + "destination"]["clph" + i]._y + 12; _root[("cw" + i) + "destination"].alph = alphabet.substr(_root.alphaCount++, 1); myColor = new Color(_root[("cw" + i) + "destination"]["clph" + i].box); myColor.setRGB(alphcolor[_root.colorcode]); i--; } _root.rxx = _root.mxx; i = _root.mxy; while (i > 0) { _root.editLevelSprites("y", i); _root.colorcode = _root.alphaCount; while (_root.colorcode > 8) { _root.colorcode = _root.colorcode - 9; } _root[("y" + i) + "position"] = _root["y" + i].x; _root["y" + i].attachMovie("elpha", "elph" + (i + 101), _root.total++); _root["y" + i]["elph" + (i + 101)]._x = _root[("ew" + (i + 101)) + "destination"]._x + 24; _root["y" + i]["elph" + (i + 101)]._y = _root[("ew" + (i + 101)) + "destination"]._y + 12; _root["y" + i].alph = alphabet.substr(_root.alphaCount, 1); yColor = new Color(_root["y" + i]["elph" + (i + 101)].box); yColor.setRGB(alphcolor[_root.colorcode]); _root.attachMovie("ydestination", ("ew" + i) + "destination", _root.total++); _root[("ew" + i) + "destination"]._x = _root["y" + i].xdestination; _root[("ew" + i) + "destination"]._y = _root["y" + i].ydestination; _root[("ew" + i) + "destination"].attachMovie("elpha", "elph" + i, _root.total++); _root[("ew" + i) + "destination"]["elph" + i]._x = _root[("ew" + i) + "destination"]["elph" + i]._x + 24; _root[("ew" + i) + "destination"]["elph" + i]._y = _root[("ew" + i) + "destination"]["elph" + i]._y + 12; _root[("ew" + i) + "destination"].alph = alphabet.substr(_root.alphaCount++, 1); myColor = new Color(_root[("ew" + i) + "destination"]["elph" + i].box); myColor.setRGB(alphcolor[_root.colorcode]); i--; } _root.rxy = _root.mxy; i = _root.mxk; while (i > 0) { _root.editLevelSprites("k", i); if (_root["k" + i].ccolor == "blue") { _root["k" + i].keyColor = new Color(_root["k" + i].kcolor); _root["k" + i].keyColor.setRGB("0x0000FF"); } if (_root["k" + i].ccolor == "green") { _root["k" + i].keyColor = new Color(_root["k" + i].kcolor); _root["k" + i].keyColor.setRGB("0x00FF00"); } if (_root["k" + i].ccolor == "yellow") { _root["k" + i].keyColor = new Color(_root["k" + i].kcolor); _root["k" + i].keyColor.setRGB("0xFFFF00"); } if (_root["k" + i].ccolor == "red") { _root["k" + i].keyColor = new Color(_root["k" + i].kcolor); _root["k" + i].keyColor.setRGB("0xFF0000"); } i--; } _root.rxk = _root.mxk; i = _root.mxm; while (i > 0) { _root.editLevelSprites("m", i); i--; } _root.rxm = _root.mxm; i = _root.mxn; while (i > 0) { _root.editLevelSprites("n", i); i--; } _root.rxn = _root.mxn; i = _root.mxl; while (i > 0) { _root.editLevelSprites("l", i); i--; } _root.rxl = _root.mxl; i = _root.mxj; while (i > 0) { _root.editLevelSprites("j", i); i--; } _root.rxj = _root.mxj; i = _root.mxq; while (i > 0) { _root.editLevelSprites("q", i); i--; } _root.rxq = _root.mxq; i = _root.mxu; while (i > 0) { _root.editLevelSprites("u", i); _root["u" + i].rotate._rotation = _root["u" + i].rrotate; _root["u" + i].attachMovie("lock", "lock", 1); _root["u" + i].lock._x = 0; _root["u" + i].lock._y = -2.6; _root[(("u" + _root["u" + i]._x) + "x") + _root["u" + i]._y] = i; if (_root["u" + i].ccolor == "blue") { _root["u" + i].keyColor1 = new Color(_root["u" + i].rotate.gate.gatee.kcolor); _root["u" + i].keyColor1.setRGB("0x0000FF"); _root["u" + i].keyColor2 = new Color(_root["u" + i].lock.lock.kcolor); _root["u" + i].keyColor2.setRGB("0x0000FF"); _root["u" + i].keyColor3 = new Color(_root["u" + i].lock.key.kcolor); _root["u" + i].keyColor3.setRGB("0x0000FF"); } if (_root["u" + i].ccolor == "green") { _root["u" + i].keyColor1 = new Color(_root["u" + i].rotate.gate.gatee.kcolor); _root["u" + i].keyColor1.setRGB("0x00FF00"); _root["u" + i].keyColor2 = new Color(_root["u" + i].lock.lock.kcolor); _root["u" + i].keyColor2.setRGB("0x00FF00"); _root["u" + i].keyColor3 = new Color(_root["u" + i].lock.key.kcolor); _root["u" + i].keyColor3.setRGB("0x00FF00"); } if (_root["u" + i].ccolor == "yellow") { _root["u" + i].keyColor1 = new Color(_root["u" + i].rotate.gate.gatee.kcolor); _root["u" + i].keyColor1.setRGB("0xFFFF00"); _root["u" + i].keyColor2 = new Color(_root["u" + i].lock.lock.kcolor); _root["u" + i].keyColor2.setRGB("0xFFFF00"); _root["u" + i].keyColor3 = new Color(_root["u" + i].lock.key.kcolor); _root["u" + i].keyColor3.setRGB("0xFFFF00"); } if (_root["u" + i].ccolor == "red") { _root["u" + i].keyColor1 = new Color(_root["u" + i].rotate.gate.gatee.kcolor); _root["u" + i].keyColor1.setRGB("0xFF0000"); _root["u" + i].keyColor2 = new Color(_root["u" + i].lock.lock.kcolor); _root["u" + i].keyColor2.setRGB("0xFF0000"); _root["u" + i].keyColor3 = new Color(_root["u" + i].lock.key.kcolor); _root["u" + i].keyColor3.setRGB("0xFF0000"); } _root.rxu = _root.mxu; i--; } i = _root.mxv; while (i > 0) { _root.editLevelSprites("v", i); i--; } _root.rxv = _root.mxv; i = _root.mxo; while (i > 0) { _root.editLevelSprites("o", i); _root["o" + i]._rotation = _root["o" + i].rrotate; i--; } _root.rxo = _root.mxo; i = _root.mxp; while (i > 0) { _root.editLevelSprites("p", i); i--; } _root.rxp = _root.mxp; i = _root.mxz; while (i > 0) { _root.editLevelSprites("z", i); i--; } _root.rxz = _root.mxz; once = 3; } else { once = 3; } i = 0; while (i < _root.charList.length) { if (_root["rx" + _root.charList[i]] <= 0) { _root["mx" + _root.charList[i]] = 0; } i++; } _root[_root.drag]._x = _root._xmouse; _root[_root.drag]._y = _root._ymouse; _root.dragg = String(_root.drag); _root.dragg = _root.dragg.substr(0, 1); if (_root.mxz > 1) { _root.attachMovie("warn1", "warning", _root.total++); _root[_root.drag].removeMovieClip(); _root.drag = null; _root.mxz = 1; _root.rxz = 1; } if (_root.bomb._currentframe == 65) { _root.bye(); i = 0; while (i < _root.charList.length) { _root["mx" + _root.charList[i]] = 0; i++; } i = 0; while (i < _root.charList.length) { _root["rx" + _root.charList[i]] = 0; i++; } _root.total = 0; i = 273; while (i > 0) { _root["kk" + i] = "v"; i--; } } } onClipEvent (mouseDown) { if (_root.dontPressYet > 0) { _root.dontPressYet--; } if (_root.covered == false) { if (_root.drag == "bomb") { _root.bomb.gotoAndPlay("explode"); _root.drag = null; _root.last = null; } if (_root.drag == null) { if ((((_root._xmouse > 41) and (_root._ymouse > 50)) and (_root.tabOpen == false)) and (_root.optionsOpen == false)) { _root.attachMovie("hand", "shand", 1999); _root.shand._visible = 0; _root.drag = "shand"; } } if ((_root.last == "k") and (_root.drag != null)) { _root.attachMovie("key", "key", 1000000); _root.last = null; _root.covered = true; _root.dontPressYet = 2; } if ((_root.last == "o") and (_root.drag != null)) { _root.attachMovie("gate", "gate", 1000000); _root.last = null; _root.covered = true; _root.dontPressYet = 2; } if ((_root.last == "u") and (_root.drag != null)) { _root[_root.drag].attachMovie("lock", "lock", 1); _root[_root.drag].lock._x = 0; _root[_root.drag].lock._y = -2.6; _root.attachMovie("lockedGate", "lockedGate", 1000000); _root.last = null; _root.covered = true; _root.dontPressYet = 2; } snappedX = int((_root[_root.drag]._x + 12) / 24) * 24; snappedY = int((_root[_root.drag]._y + 12) / 24) * 24; if ((((snappedX < 540) and (snappedX > 36)) and (snappedY > 54)) and (snappedY < 369)) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("click"); this.ssound.start(); } _root[_root.drag]._x = int((_root[_root.drag]._x + 12) / 24) * 24; _root[_root.drag]._y = int((_root[_root.drag]._y + 12) / 24) * 24; _root[_root.drag].x = _root[_root.drag]._x; _root[_root.drag].y = _root[_root.drag]._y; while (_root[_root.drag].y > 0) { _root[_root.drag].x = _root[_root.drag].x + 504; _root[_root.drag].y = _root[_root.drag].y - 24; } s = new String([_root.drag]); _root[_root.drag].x = _root[_root.drag].x / 24; _root[_root.drag].x = _root[_root.drag].x + 1; if ((_root["kk" + _root[_root.drag].x] != "v") or (_root.drag.substr(0, 2) == "aw")) { if (_root.drag == "srase") { _root["rx" + _root.last]--; _root.last = null; } i = _root["mx" + _root["kk" + _root[_root.drag].x]]; while (i > 0) { if (((_root[_root["kk" + _root[_root.drag].x] + i]._x == _root[_root.drag]._x) and (_root[_root["kk" + _root[_root.drag].x] + i]._y == _root[_root.drag]._y)) and (_root[_root["kk" + _root[_root.drag].x] + i]._name != _root[_root.drag]._name)) { if (_root.drag == "shand") { whichK = _root[_root.drag].x; _root.shand.removeMovieClip(); _root.drag = _root[_root["kk" + whichK] + i]._name; if (_root["kk" + whichK] == "w") { _root.skipWarp = 2; } if (_root["kk" + whichK] == "x") { _root.skipWarp = 2; } if (_root["kk" + whichK] == "y") { _root.skipWarp = 2; } _root.dontDelete = true; } else { q = _root["kk" + _root[_root.drag].x]; _root[_root["kk" + _root[_root.drag].x] + i].removeMovieClip(); _root["rx" + q]--; } } i--; } } else if (_root.drag == "shand") { _root.drag = null; } _root["kk" + _root[_root.drag].x] = s.slice(0, 1); _root.dragg = String(_root.drag); _root.dragg = _root.dragg.substr(0, 1); if (((_root.dragg != "v") or (_root.drag == "srase")) or (_root.drag == "bomb")) { if (_root.dontDelete == false) { _root.drag = null; } } if (_root.skipWarp == 0) { if (_root.dontDelete == false) { if (_root.dragg == "a") { _root[("x" + _root.drag.substr(2, 1)) + "destination"] = _root[_root.drag]._x; _root[("y" + _root.drag.substr(2, 1)) + "destination"] = _root[_root.drag]._y; _root.drag = null; } if (_root.dragg == "w") { colorcode = _root.alphaCount; while (colorcode > 8) { colorcode = colorcode - 9; } _root[("w" + _root.mxw) + "position"] = _root["w" + _root.mxw].x; _root["w" + _root.mxw].attachMovie("alpha", "alph" + (_root.mxw + 101), _root.total++); _root["w" + _root.mxw]["alph" + (_root.mxw + 101)]._x = _root[("aw" + (_root.mxw + 101)) + "destination"]._x + 24; _root["w" + _root.mxw]["alph" + (_root.mxw + 101)]._y = _root[("aw" + (_root.mxw + 101)) + "destination"]._y + 12; _root["w" + _root.mxw].alph = alphabet.substr(_root.alphaCount, 1); yColor = new Color(_root["w" + _root.mxw]["alph" + (_root.mxw + 101)].box); yColor.setRGB(alphcolor[colorcode]); _root.drag = String(("aw" + _root.mxw) + "destination"); _root.attachMovie("wdestination", ("aw" + _root.mxw) + "destination", _root.total++); _root[("aw" + _root.mxw) + "destination"].attachMovie("alpha", "alph" + _root.mxw, _root.total++); _root[("aw" + _root.mxw) + "destination"]["alph" + _root.mxw]._x = _root[("aw" + _root.mxw) + "destination"]._x + 24; _root[("aw" + _root.mxw) + "destination"]["alph" + _root.mxw]._y = _root[("aw" + _root.mxw) + "destination"]._y + 12; _root[("aw" + _root.mxw) + "destination"].alph = alphabet.substr(_root.alphaCount++, 1); myColor = new Color(_root[("aw" + _root.mxw) + "destination"]["alph" + _root.mxw].box); myColor.setRGB(alphcolor[colorcode]); } if (_root.dragg == "c") { _root[("x" + _root.drag.substr(2, 1)) + "destination"] = _root[_root.drag]._x; _root[("y" + _root.drag.substr(2, 1)) + "destination"] = _root[_root.drag]._y; _root.drag = null; } if (_root.dragg == "x") { colorcode = _root.alphaCount; while (colorcode > 8) { colorcode = colorcode - 9; } _root[("x" + _root.mxx) + "position"] = _root["x" + _root.mxx].x; _root["x" + _root.mxx].attachMovie("clpha", "clph" + (_root.mxx + 101), _root.total++); _root["x" + _root.mxx]["clph" + (_root.mxx + 101)]._x = _root[("cw" + (_root.mxx + 101)) + "destination"]._x + 24; _root["x" + _root.mxx]["clph" + (_root.mxx + 101)]._y = _root[("cw" + (_root.mxx + 101)) + "destination"]._y + 12; _root["x" + _root.mxx].alph = alphabet.substr(_root.alphaCount, 1); yColor = new Color(_root["x" + _root.mxx]["clph" + (_root.mxx + 101)].box); yColor.setRGB(alphcolor[colorcode]); _root.drag = String(("cw" + _root.mxx) + "destination"); _root.attachMovie("xdestination", ("cw" + _root.mxx) + "destination", _root.total++); _root[("cw" + _root.mxx) + "destination"].attachMovie("clpha", "clph" + _root.mxx, _root.total++); _root[("cw" + _root.mxx) + "destination"]["clph" + _root.mxx]._x = _root[("cw" + _root.mxx) + "destination"]._x + 24; _root[("cw" + _root.mxx) + "destination"]["clph" + _root.mxx]._y = _root[("cw" + _root.mxx) + "destination"]._y + 12; _root[("cw" + _root.mxx) + "destination"].alph = alphabet.substr(_root.alphaCount++, 1); myColor = new Color(_root[("cw" + _root.mxx) + "destination"]["clph" + _root.mxx].box); myColor.setRGB(alphcolor[colorcode]); } if (_root.dragg == "e") { _root[("x" + _root.drag.substr(2, 1)) + "destination"] = _root[_root.drag]._x; _root[("y" + _root.drag.substr(2, 1)) + "destination"] = _root[_root.drag]._y; _root.drag = null; } if (_root.dragg == "y") { colorcode = _root.alphaCount; while (colorcode > 8) { colorcode = colorcode - 9; } _root[("y" + _root.mxy) + "position"] = _root["y" + _root.mxy].x; _root["y" + _root.mxy].attachMovie("elpha", "elph" + (_root.mxy + 101), _root.total++); _root["y" + _root.mxy]["elph" + (_root.mxy + 101)]._x = _root[("ew" + (_root.mxy + 101)) + "destination"]._x + 24; _root["y" + _root.mxy]["elph" + (_root.mxy + 101)]._y = _root[("ew" + (_root.mxy + 101)) + "destination"]._y + 12; _root["y" + _root.mxy].alph = alphabet.substr(_root.alphaCount, 1); yColor = new Color(_root["y" + _root.mxy]["elph" + (_root.mxy + 101)].box); yColor.setRGB(alphcolor[colorcode]); _root.drag = String(("ew" + _root.mxy) + "destination"); _root.attachMovie("ydestination", ("ew" + _root.mxy) + "destination", _root.total++); _root[("ew" + _root.mxy) + "destination"].attachMovie("elpha", "elph" + _root.mxy, _root.total++); _root[("ew" + _root.mxy) + "destination"]["elph" + _root.mxy]._x = _root[("ew" + _root.mxy) + "destination"]._x + 24; _root[("ew" + _root.mxy) + "destination"]["elph" + _root.mxy]._y = _root[("ew" + _root.mxy) + "destination"]._y + 12; _root[("ew" + _root.mxy) + "destination"].alph = alphabet.substr(_root.alphaCount++, 1); myColor = new Color(_root[("ew" + _root.mxy) + "destination"]["elph" + _root.mxy].box); myColor.setRGB(alphcolor[colorcode]); } } } else { _root.skipWarp--; } _root.dontDelete = false; _root.srase.removeMovieClip(); _root.shand.removeMovieClip(); _root.dragg = String(_root.drag); _root.dragg = _root.dragg.substr(0, 1); } } } onClipEvent (mouseUp) { _root.tabOpen = false; _root.monsters.removeMovieClip(); _root.warp.removeMovieClip(); _root.gates.removeMovieClip(); _root.powerups.removeMovieClip(); if (_root.dontPressYet > 0) { _root.dontPressYet--; } } onClipEvent (keyDown) { if (Key.isDown(8)) { i = _root[_root.drag]._name.substr(0, 1); _root["rx" + i]--; _root[_root.drag].removeMovieClip(); _root.drag = null; _root.skipWarp = 0; } if ((_root.drag == null) and Key.isDown(13)) { if (_root.last != "z") { _root.edit(_root.last); } } }
Frame 93
_root.lastScreen = "in between"; _root._width = 565; _root._height = 410; _root._x = 0; _root._y = 0; _root.bye();
Instance of Symbol 170 MovieClip in Frame 93
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { _root.lastFrame = 1; }
Frame 94
_root.bye(); _root.lastScreen = "in between"; _root._width = 565; _root._height = 410; _root._x = 0; _root._y = 0;
Frame 96
_root.lastScreen = "real"; stop();
Instance of Symbol 170 MovieClip "actions" in Frame 96
onClipEvent (load) { _root.zoomView = false; this._visible = 0; once = 0; if (_root.dontLoad == false) { _root.pause = 1; once = 0; } else { _root.dontLoad = false; if (_root.zoomView != true) { _root.attachMovie("screen", "screen", -1); } _root.screen.gotoAndStop("gameScreen"); once = 42; _root.bbackground.gotoAndStop(_root.backgroundd); } } onClipEvent (enterFrame) { if (once == 0) { once++; if (((_root.level != "custom") and (_root.level != "custom2")) and (_root.level != null)) { _root.one = _root.Level_Library[_root.level]; realLevelNumber = Number(_root.level) + 1; _root.levelName = "Level " + realLevelNumber; } else if (_root.level == "custom") { _root.one = _root.uno; _root.levelName = "Custom"; } else if (_root.level == "custom2") { _root.llloadCustomm(); _root.one = _root.loadContent; _root.levelName = "Custom"; } else if (_root.level == null) { _root.level = 0; _root.one = _root.Level_Library[_root.level]; realLevelNumber = Number(_root.level) + 1; _root.levelName = "Level " + realLevelNumber; } _root.itemsUsed = 0; _root.monstersGotten = 0; _root.lifeLosses = 0; _root.movesMade = 0; _root.timeElapsed = 0; _root.zoomView = false; _root.location = 0; _root.maxz = 0; _root.previousLocation = 0; _root.carryOn = true; _root.highCarryOn = true; _root.highestCarryOn = true; _root.i = 0; _root.objectName = ""; _root.totalAmount = 0; _root.equalAmount = 0; _root.depthTotal = 0; _root.warping = false; _root.speedboosts = 0; _root.speedtime = 0; speedReady = 0; _root.speedCountdown = 0; _root.shieldboosts = 0; _root.shieldtime = 0; _root.shieldCountdown = 0; _root.invincible = 0; _root.gooboosts = 0; _root.gooDepths = new Array(); _root.ghostboosts = 0; _root.ghosttime = 0; _root.ghostCountdown = 0; _root.walkThrough = 0; _root.keyCountBlue = 0; _root.keyCountGreen = 0; _root.keyCountYellow = 0; _root.keyCountRed = 0; i = 0; while (i < _root.charList.length) { _root["max" + _root.charList[i]] = 0; i++; } _root.maxfire = 0; _root.maxz = 0; _root.uNormal = 3; _root.uFast = 6; _root.uWalk = _root.uNormal; _root.getAwayTime = 120; _root.monsterBaseSpeed = 1.5; _root.fireSpeed = 4.8; _root.M = 0; _root.speed = null; _root.go(); if (_root.zoomView != true) { _root.attachMovie("screen", "screen", -1); _root.attachMovie("put", "put", 456); _root.realDistorted = true; _root._width = _root._width * 0.95; _root._height = _root._height * 0.95; _root._x = _root._x + 24.6; _root._y = _root._y + 7.9; } if (_root.zoomView == true) { _root._width = _root._width * 2; _root._height = _root._height * 2; _root.attachMovie("screen", "screen", 1747); _root.screen._width = _root.screen._width / 2; _root.screen._height = _root.screen._height / 2; _root.attachMovie("put", "put", 456); _root.put._width = _root.put._width / 2; _root.put._height = _root.put._height / 2; } _root.bbackground.gotoAndStop(_root.backgroundd); i = _root.maxo; while (i > 0) { _root["o" + i]._width = 24; _root["o" + i]._height = 24; _root["o" + i]._x = int(_root["o" + i]._x / 24) * 24; _root["o" + i]._y = int(_root["o" + i]._y / 24) * 24; _root["o" + i]._rotation = _root["o" + i].rrotate; _root["o" + i]._name = ["b" + (i + _root.maxb)]; i--; } _root.mino = _root.maxb; _root.maxb = _root.maxb + _root.maxo; _root.maxo = _root.maxb; i = _root.maxm; while (i > 0) { _root["m" + i].supor = 1; i--; } i = _root.maxn; while (i > 0) { _root["n" + i].supor = 2; i--; } i = _root.maxj; while (i > 0) { _root["j" + i].supor = 3; i--; } i = _root.maxl; while (i > 0) { _root["l" + i].supor = 2; _root["l" + i].ghost = 1; i--; } i = _root.maxq; while (i > 0) { _root["q" + i].supor = 2; i--; } _root.M = (((_root.maxm + _root.maxn) + _root.maxj) + _root.maxl) + _root.maxq; this._visible = 0; i = _root.maxt; while (i > 0) { _root["t" + i]._width = 52.2; _root["t" + i]._height = 34.5; _root["t" + i]._x = int(_root["t" + i]._x / 24) * 24; _root["t" + i]._y = int(_root["t" + i]._y / 24) * 24; _root["t" + i].swapDepths(_root.depthTotal++); _root[(("t" + _root["t" + i]._x) + "x") + _root["t" + i]._y] = i; i--; } i = _root.maxb; while (i > 0) { _root["b" + i]._width = 24; _root["b" + i]._height = 24; _root["b" + i]._x = int(_root["b" + i]._x / 24) * 24; _root["b" + i]._y = int(_root["b" + i]._y / 24) * 24; _root["b" + i].swapDepths(_root.depthTotal++); _root["b" + i]._rotation = _root["b" + i].rrotate; _root[(("b" + _root["b" + i]._x) + "x") + _root["b" + i]._y] = i; i--; } i = _root.maxd; while (i > 0) { _root["d" + i]._width = 24; _root["d" + i]._height = 33; _root["d" + i]._x = int(_root["d" + i]._x / 24) * 24; _root["d" + i]._y = int(_root["d" + i]._y / 24) * 24; _root["d" + i].swapDepths(_root.depthTotal++); _root[(("d" + _root["d" + i]._x) + "x") + _root["d" + i]._y] = i; i--; } i = _root.maxg; while (i > 0) { _root["g" + i]._width = 24; _root["g" + i]._height = 24; _root["g" + i]._x = int(_root["g" + i]._x / 24) * 24; _root["g" + i]._y = int(_root["g" + i]._y / 24) * 24; _root["g" + i].swapDepths(_root.depthTotal++); _root[(("g" + _root["g" + i]._x) + "x") + _root["g" + i]._y] = i; i--; } i = _root.maxh; while (i > 0) { _root["h" + i]._width = 24; _root["h" + i]._height = 24; _root["h" + i]._x = int(_root["h" + i]._x / 24) * 24; _root["h" + i]._y = int(_root["h" + i]._y / 24) * 24; _root["h" + i].swapDepths(_root.depthTotal++); _root[(("h" + _root["h" + i]._x) + "x") + _root["h" + i]._y] = i; i--; } i = _root.maxf; while (i > 0) { _root["f" + i]._width = 24; _root["f" + i]._height = 24; _root["f" + i]._x = int(_root["f" + i]._x / 24) * 24; _root["f" + i]._y = int(_root["f" + i]._y / 24) * 24; _root["f" + i].swapDepths(_root.depthTotal++); _root.gooDepths.push(_root.depthTotal++); _root[(("f" + _root["f" + i]._x) + "x") + _root["f" + i]._y] = i; i--; } i = _root.maxi; while (i > 0) { _root["i" + i]._width = 24; _root["i" + i]._height = 24; _root["i" + i]._x = int(_root["i" + i]._x / 24) * 24; _root["i" + i]._y = int(_root["i" + i]._y / 24) * 24; _root["i" + i].swapDepths(_root.depthTotal++); _root[(("i" + _root["i" + i]._x) + "x") + _root["i" + i]._y] = i; i--; } i = _root.maxr; while (i > 0) { _root["r" + i]._width = 24; _root["r" + i]._height = 24; _root["r" + i]._x = int(_root["r" + i]._x / 24) * 24; _root["r" + i]._y = int(_root["r" + i]._y / 24) * 24; _root["r" + i].swapDepths(_root.depthTotal++); _root[(("r" + _root["r" + i]._x) + "x") + _root["r" + i]._y] = i; i--; } i = _root.maxw; while (i > 0) { _root["w" + i]._width = 24; _root["w" + i]._height = 24; _root["w" + i]._x = int(_root["w" + i]._x / 24) * 24; _root["w" + i]._y = int(_root["w" + i]._y / 24) * 24; _root["w" + i].swapDepths(_root.depthTotal++); _root[(("w" + _root["w" + i]._x) + "x") + _root["w" + i]._y] = i; i--; } i = _root.maxx; while (i > 0) { _root["x" + i]._width = 24; _root["x" + i]._height = 24; _root["x" + i]._x = int(_root["x" + i]._x / 24) * 24; _root["x" + i]._y = int(_root["x" + i]._y / 24) * 24; _root["x" + i].swapDepths(_root.depthTotal++); _root[(("x" + _root["x" + i]._x) + "x") + _root["x" + i]._y] = i; i--; } i = _root.maxy; while (i > 0) { _root["y" + i]._width = 24; _root["y" + i]._height = 24; _root["y" + i]._x = int(_root["y" + i]._x / 24) * 24; _root["y" + i]._y = int(_root["y" + i]._y / 24) * 24; _root["y" + i].swapDepths(_root.depthTotal++); _root[(("y" + _root["y" + i]._x) + "x") + _root["y" + i]._y] = i; i--; } i = _root.maxk; while (i > 0) { _root["k" + i]._width = 24; _root["k" + i]._height = 24; _root["k" + i]._x = int(_root["k" + i]._x / 24) * 24; _root["k" + i]._y = int(_root["k" + i]._y / 24) * 24; _root["k" + i].swapDepths(_root.depthTotal++); _root[(("k" + _root["k" + i]._x) + "x") + _root["k" + i]._y] = i; if (_root["k" + i].ccolor == "blue") { _root["k" + i].keyColor = new Color(_root["k" + i].kcolor); _root["k" + i].keyColor.setRGB("0x0000FF"); } if (_root["k" + i].ccolor == "green") { _root["k" + i].keyColor = new Color(_root["k" + i].kcolor); _root["k" + i].keyColor.setRGB("0x00FF00"); } if (_root["k" + i].ccolor == "yellow") { _root["k" + i].keyColor = new Color(_root["k" + i].kcolor); _root["k" + i].keyColor.setRGB("0xFFFF00"); } if (_root["k" + i].ccolor == "red") { _root["k" + i].keyColor = new Color(_root["k" + i].kcolor); _root["k" + i].keyColor.setRGB("0xFF0000"); } i--; } i = _root.maxm; while (i > 0) { _root["m" + i]._width = 24; _root["m" + i]._height = 24; _root["m" + i]._x = int(_root["m" + i]._x / 24) * 24; _root["m" + i]._y = int(_root["m" + i]._y / 24) * 24; _root["m" + i].x = _root["m" + i]._x; _root["m" + i].y = _root["m" + i]._y; _root["m" + i].exists = 1; _root[("m" + i) + "exists"] = 1; _root["m" + i].getAwayTime = 0; _root["m" + i].stop(); _root["m" + i].turn = 0; _root["m" + i].swapDepths(_root.depthTotal++); i--; } i = _root.maxn; while (i > 0) { _root["n" + i]._width = 24; _root["n" + i]._height = 24; _root["n" + i]._x = int(_root["n" + i]._x / 24) * 24; _root["n" + i]._y = int(_root["n" + i]._y / 24) * 24; _root["n" + i].x = _root["n" + i]._x; _root["n" + i].y = _root["n" + i]._y; _root["n" + i].exists = 1; _root[("n" + i) + "exists"] = 1; _root["n" + i].getAwayTime = 0; _root["n" + i].stop(); _root["n" + i].turn = 0; _root["n" + i].swapDepths(_root.depthTotal++); _root["n" + i].attachMovie("horns", "horn", _root.depthTotal++); i--; } i = _root.maxl; while (i > 0) { _root["l" + i]._width = 24; _root["l" + i]._height = 24; _root["l" + i]._x = int(_root["l" + i]._x / 24) * 24; _root["l" + i]._y = int(_root["l" + i]._y / 24) * 24; _root["l" + i].x = _root["l" + i]._x; _root["l" + i].y = _root["l" + i]._y; _root["l" + i].exists = 1; _root[("l" + i) + "exists"] = 1; _root["l" + i].getAwayTime = 0; _root["l" + i].stop(); _root["l" + i].turn = 0; _root["l" + i].swapDepths(_root.depthTotal++); i--; } i = _root.maxj; while (i > 0) { _root["j" + i]._width = 24; _root["j" + i]._height = 24; _root["j" + i]._x = int(_root["j" + i]._x / 24) * 24; _root["j" + i]._y = int(_root["j" + i]._y / 24) * 24; _root["j" + i].x = _root["j" + i]._x; _root["j" + i].y = _root["j" + i]._y; _root["j" + i].exists = 1; _root[("j" + i) + "exists"] = 1; _root["j" + i].getAwayTime = 0; _root["j" + i].stop(); _root["j" + i].turn = 0; _root["j" + i].swapDepths(_root.depthTotal++); i--; } i = _root.maxq; while (i > 0) { _root["q" + i]._width = 24; _root["q" + i]._height = 24; _root["q" + i]._x = int(_root["q" + i]._x / 24) * 24; _root["q" + i]._y = int(_root["q" + i]._y / 24) * 24; _root["q" + i].x = _root["q" + i]._x; _root["q" + i].y = _root["q" + i]._y; _root["q" + i].exists = 1; _root[("q" + i) + "exists"] = 1; _root["q" + i].getAwayTime = 0; _root["q" + i].fireYet = 0; _root["q" + i].stop(); _root["q" + i].turn = 0; _root["q" + i].swapDepths(_root.depthTotal++); i--; } _root.z1._name = "main"; _root.main.swapDepths(_root.depthTotal++); i = _root.maxu; while (i > 0) { _root["u" + i]._width = 24; _root["u" + i]._height = 24; _root["u" + i].swapDepths(_root.depthTotal++); _root["u" + i].rotate._rotation = _root["u" + i].rrotate; _root["u" + i].attachMovie("lock", "lock", 1); _root["u" + i].lock._x = 0; _root["u" + i].lock._y = -2.6; _root["u" + i]._x = int(_root["u" + i]._x / 24) * 24; _root["u" + i]._y = int(_root["u" + i]._y / 24) * 24; _root[(("u" + _root["u" + i]._x) + "x") + _root["u" + i]._y] = i; if (_root["u" + i].ccolor == "blue") { _root["u" + i].keyColor1 = new Color(_root["u" + i].rotate.gate.gatee.kcolor); _root["u" + i].keyColor1.setRGB("0x0000FF"); _root["u" + i].keyColor2 = new Color(_root["u" + i].lock.lock.kcolor); _root["u" + i].keyColor2.setRGB("0x0000FF"); _root["u" + i].keyColor3 = new Color(_root["u" + i].lock.key.kcolor); _root["u" + i].keyColor3.setRGB("0x0000FF"); } if (_root["u" + i].ccolor == "green") { _root["u" + i].keyColor1 = new Color(_root["u" + i].rotate.gate.gatee.kcolor); _root["u" + i].keyColor1.setRGB("0x00FF00"); _root["u" + i].keyColor2 = new Color(_root["u" + i].lock.lock.kcolor); _root["u" + i].keyColor2.setRGB("0x00FF00"); _root["u" + i].keyColor3 = new Color(_root["u" + i].lock.key.kcolor); _root["u" + i].keyColor3.setRGB("0x00FF00"); } if (_root["u" + i].ccolor == "yellow") { _root["u" + i].keyColor1 = new Color(_root["u" + i].rotate.gate.gatee.kcolor); _root["u" + i].keyColor1.setRGB("0xFFFF00"); _root["u" + i].keyColor2 = new Color(_root["u" + i].lock.lock.kcolor); _root["u" + i].keyColor2.setRGB("0xFFFF00"); _root["u" + i].keyColor3 = new Color(_root["u" + i].lock.key.kcolor); _root["u" + i].keyColor3.setRGB("0xFFFF00"); } if (_root["u" + i].ccolor == "red") { _root["u" + i].keyColor1 = new Color(_root["u" + i].rotate.gate.gatee.kcolor); _root["u" + i].keyColor1.setRGB("0xFF0000"); _root["u" + i].keyColor2 = new Color(_root["u" + i].lock.lock.kcolor); _root["u" + i].keyColor2.setRGB("0xFF0000"); _root["u" + i].keyColor3 = new Color(_root["u" + i].lock.key.kcolor); _root["u" + i].keyColor3.setRGB("0xFF0000"); } i--; } i = _root.maxu; while (i > 0) { _root["u" + i]._name = ["b" + (i + _root.maxb)]; _root[(("b" + _root["b" + (i + _root.maxb)]._x) + "x") + _root["b" + (i + _root.maxb)]._y] = i; i--; } _root.minu = _root.maxb; _root.maxb = _root.maxb + _root.maxu; _root.maxu = _root.maxb; _root.touched = 0; _root.main._width = 24; _root.main._height = 24; _root.main._x = int(_root.main._x / 24) * 24; _root.main._y = int(_root.main._y / 24) * 24; _root.main.x = _root.main._x; _root.main.y = _root.main._y; _root.main.stop(); if (_root.song == null) { _root.song = 1; } } if (_root.zoomView == true) { if (Math.abs(_root._x - ((565 - (_root.main._x * 2)) - 282.5)) > 100) { if ((_root._x - ((565 - (_root.main._x * 2)) - 282.5)) > 0) { _root._x = (565 - (_root.main._x * 2)) - 182.5; } else { _root._x = (565 - (_root.main._x * 2)) - 382.5; } } if (Math.abs(_root._y - ((410 - (_root.main._y * 2)) - 205)) > 100) { if ((_root._y - ((410 - (_root.main._y * 2)) - 205)) > 0) { _root._y = (410 - (_root.main._y * 2)) - 105; } else { _root._y = (410 - (_root.main._y * 2)) - 305; } } _root.screen._x = (_root._x * -1) / 2; _root.screen._y = (_root._y * -1) / 2; _root.put._x = _root.screen._x; _root.put._y = _root.screen._y; } if ((_root.playing == 0) and _root.musicon) { _root.bg = new Sound(_root.main); _root.bg.attachSound(["music" + _root.song]); _root.bg.start(); _root.bg.setVolume(75); _root.playing = 1; _root.song++; if (_root.song > 5) { _root.song = 1; } } if (_root.bg.position >= (_root.bg.duration - 10)) { _root.playing = 0; } if ((_root.musicon == 0) and (_root.playing != 0)) { _root.bg.stop(["music" + (_root.song - 1)]); _root.playing = 0; } if ((_root.pause == 0) and (once > 0)) { _root.timeElapsed++; if ((Key.isDown(39) and (_root.main._x == _root.main.x)) and (_root.main._y == _root.main.y)) { _root.right(); _root.warping = false; } if ((Key.isDown(37) and (_root.main._x == _root.main.x)) and (_root.main._y == _root.main.y)) { _root.left(); _root.warping = false; } if ((Key.isDown(40) and (_root.main._y == _root.main.y)) and (_root.main._x == _root.main.x)) { _root.down(); _root.warping = false; } if ((Key.isDown(38) and (_root.main._y == _root.main.y)) and (_root.main._x == _root.main.x)) { _root.up(); _root.warping = false; } walk = _root.uWalk; if (_root.main._x < _root.main.x) { if ((_root.main._x + walk) > _root.main.x) { } else { _root.main._x = _root.main._x + _root.uWalk; } } if (_root.main._x > _root.main.x) { if ((_root.main._x - walk) < _root.main.x) { } else { _root.main._x = _root.main._x - _root.uWalk; } } if (_root.main._y < _root.main.y) { if ((_root.main._y + _root.uWalk) > _root.main.y) { } else { _root.main._y = _root.main._y + _root.uWalk; } } if (_root.main._y > _root.main.y) { if ((_root.main._y - _root.uWalk) < _root.main.y) { } else { _root.main._y = _root.main._y - _root.uWalk; } } if (_root.main._alpha < 100) { _root.main._alpha++; } if (_root.main._rotation != 0) { _root.main._rotation = _root.main._rotation + 38; } i = _root[(("g" + _root.main._x) + "x") + _root.main._y]; if (i and (_root["g" + i]._alpha == 100)) { _root.health++; _root["g" + i]._alpha = _root["g" + i]._alpha - 3; if (_root.soundon) { hhealthup = new Sound(_root["g" + i]); hhealthup.attachSound("healthup"); hhealthup.start(); } _root[(("g" + _root.main._x) + "x") + _root.main._y] = 0; } i = _root.maxg; while (i > 0) { if ((_root["g" + i]._alpha < 100) and (_root["g" + i]._alpha > 0)) { _root["g" + i]._alpha = _root["g" + i]._alpha - 2; } if (_root["g" + i]._alpha < 1) { _root["g" + i].removeMovieClip(); } i--; } i = _root[(("h" + _root.main._x) + "x") + _root.main._y]; if (i and (_root["h" + i]._alpha == 100)) { _root.speedboosts++; _root["h" + i]._alpha = _root["h" + i]._alpha - 3; if (_root.soundon) { hhealthup = new Sound(_root["h" + i]); hhealthup.attachSound("healthup"); hhealthup.start(); } _root[(("h" + _root.main._x) + "x") + _root.main._y] = 0; } i = _root.maxh; while (i > 0) { if ((_root["h" + i]._alpha < 100) and (_root["h" + i]._alpha > 0)) { _root["h" + i]._alpha = _root["h" + i]._alpha - 2; } if (_root["h" + i]._alpha < 1) { _root["h" + i].removeMovieClip(); } i--; } if (speedReady == 1) { if ((_root.main.x == _root.main._x) and (_root.main.y == _root.main._y)) { speedReady = 0; _root.uWalk = _root.uFast; } } if (_root.speedCountdown > 0) { _root.speedCountdown--; _root.speedtime = int(_root.speedCountdown / 30); } else { _root.uWalk = _root.uNormal; _root.speedtime = ""; } i = _root[(("f" + _root.main._x) + "x") + _root.main._y]; if (i and (_root["f" + i]._alpha == 100)) { _root.gooboosts++; _root["f" + i]._alpha = _root["f" + i]._alpha - 3; if (_root.soundon) { hhealthup = new Sound(_root["f" + i]); hhealthup.attachSound("healthup"); hhealthup.start(); } _root[(("f" + _root.main._x) + "x") + _root.main._y] = 0; } i = _root.maxf; while (i > 0) { if ((_root["f" + i]._alpha < 100) and (_root["f" + i]._alpha > 0)) { _root["f" + i]._alpha = _root["f" + i]._alpha - 2; } if (_root["f" + i]._alpha < 1) { _root["f" + i].removeMovieClip(); } i--; } if (gooReady == 1) { if ((_root.main._x == _root.main.x) and (_root.main._y == _root.main.y)) { gooReady = 0; _root.maxt++; _root.ttemp = _root.gooDepths.pop(); _root.attachMovie("t", "t" + _root.maxt, _root.ttemp); _root["t" + _root.maxt]._x = _root.main._x; _root["t" + _root.maxt]._y = _root.main._y; _root[(("t" + _root["t" + _root.maxt]._x) + "x") + _root["t" + _root.maxt]._y] = _root.maxt; } } i = _root[(("i" + _root.main._x) + "x") + _root.main._y]; if (i and (_root["i" + i]._alpha == 100)) { _root.shieldboosts++; _root["i" + i]._alpha = _root["i" + i]._alpha - 3; if (_root.soundon) { hhealthup = new Sound(_root["i" + i]); hhealthup.attachSound("healthup"); hhealthup.start(); } _root[(("i" + _root.main._x) + "x") + _root.main._y] = 0; } i = _root.maxi; while (i > 0) { if ((_root["i" + i]._alpha < 100) and (_root["i" + i]._alpha > 0)) { _root["i" + i]._alpha = _root["i" + i]._alpha - 2; } if (_root["i" + i]._alpha < 1) { _root["i" + i].removeMovieClip(); } i--; } if (_root.shieldCountdown > 0) { _root.shieldCountdown--; _root.shieldtime = int(_root.shieldCountdown / 30); } else { _root.shieldtime = ""; _root.invincible = 0; _root.main.shield.play(); } i = _root[(("r" + _root.main._x) + "x") + _root.main._y]; if (i and (_root["r" + i]._alpha == 100)) { _root.ghostboosts++; _root["r" + i]._alpha = _root["r" + i]._alpha - 3; if (_root.soundon) { hhealthup = new Sound(_root["r" + i]); hhealthup.attachSound("healthup"); hhealthup.start(); } _root[(("r" + _root.main._x) + "x") + _root.main._y] = 0; } i = _root.maxr; while (i > 0) { if ((_root["r" + i]._alpha < 100) and (_root["r" + i]._alpha > 0)) { _root["r" + i]._alpha = _root["r" + i]._alpha - 2; } if (_root["r" + i]._alpha < 1) { _root["r" + i].removeMovieClip(); } i--; } if (_root.ghostCountdown > 0) { _root.ghostCountdown--; _root.ghosttime = int(_root.ghostCountdown / 30); } else { _root.ghosttime = ""; _root.walkThrough = 0; } i = _root[(("k" + _root.main._x) + "x") + _root.main._y]; if (i and (_root["k" + i]._alpha == 100)) { _root["k" + i]._alpha = _root["k" + i]._alpha - 3; if (_root.soundon) { hhealthup = new Sound(_root["i" + i]); hhealthup.attachSound("healthup"); hhealthup.start(); } _root["KeyCount" + _root["k" + i].ccolor]++; _root[(("k" + _root.main._x) + "x") + _root.main._y] = 0; } i = _root.maxk; while (i > 0) { if ((_root["k" + i]._alpha < 100) and (_root["k" + i]._alpha > 0)) { _root["k" + i]._alpha = _root["k" + i]._alpha - 2; } if (_root["k" + i]._alpha < 1) { _root["k" + i].removeMovieClip(); } i--; } if ((_root.warping == false) and (_root.invincible == 0)) { j = 0; while (j < _root.monsterList.length) { k = _root.monsterList[j]; i = _root[((k + _root.main.x) + "x") + _root.main.y]; if (i and (_root[k + i].getAwayTime == 0)) { _root[k + i].getAwayTime = _root.getAwayTime; _root.health--; _root[k + i].gotoAndPlay(321); _root.lastMonsterType = k; _root.lifeLosses++; if (_root.soundon) { yyou = new Sound(_root.main); yyou.attachSound("you"); yyou.start(); } } j++; } } i = _root.maxm; while (i > 0) { _root.monster("m", i); i--; } i = _root.maxn; while (i > 0) { _root.monster("n", i); if (((_root["n" + i]._currentframe > 0) and (_root["n" + i]._currentframe < 161)) or (_root["n" + i]._currentframe > 320)) { _root["n" + i].horn._visible = 1; } else { _root["n" + i].horn._visible = 0; } i--; } i = _root.maxj; while (i > 0) { _root.monster("j", i); i--; } i = _root.maxl; while (i > 0) { _root.monster("l", i); i--; } i = _root.maxq; while (i > 0) { _root["q" + i].fireYet++; _root.monsterFire("q", i); if (_root["q" + i].fireYet >= 3) { _root["q" + i].fireYet = 0; _root.fire("q", i); } i--; } i = _root.maxfire; while (i > 0) { if (_root["fire" + i].exists == true) { bx = int(((_root["fire" + i]._x + _root["fire" + i].dx) + 12) / 24) * 24; by = int(((_root["fire" + i]._y + _root["fire" + i].dy) + 12) / 24) * 24; _root.brick(bx, by, 0); if (_root.occupied == 0) { _root["fire" + i]._x = _root["fire" + i]._x + _root["fire" + i].dx; _root["fire" + i]._y = _root["fire" + i]._y + _root["fire" + i].dy; } else { _root["fire" + i].play(); _root["fire" + i].exists = false; } if ((((bx > 550) or (bx < -14)) or (by < 42.6)) or (by > 400)) { _root["fire" + i].dx = 0; _root["fire" + i].dy = 0; _root["fire" + i].play(); _root["fire" + i].exists = false; } if (((((_root["fire" + i].what == "fire") and (bx == _root.main.x)) and (by == _root.main.y)) and (_root.invincible == 0)) and (_root.warping == 0)) { _root["fire" + i].dx = 0; _root["fire" + i].dy = 0; _root["fire" + i].play(); _root["fire" + i].exists = false; _root.health--; _root.lifeLosses++; _root.lastMonsterType = "q"; if (_root.soundon) { yyou = new Sound(_root.main); yyou.attachSound("you"); yyou.start(); } } } i--; } j = 0; while (j < _root.monsterList.length) { i = _root["max" + _root.monsterList[j]]; while (i > 0) { q = _root[(("t" + _root[_root.monsterList[j] + i]._x) + "x") + _root[_root.monsterList[j] + i]._y]; if (q) { _root[_root.monsterList[j] + i].exists = 0; if (_root.soundon) { ggoo = new Sound(_root["t" + q]); ggoo.attachSound("goo"); ggoo.start(); } _root["t" + q].gotoAndPlay(_root.monsterList[j]); _root[((_root.monsterList[j] + _root[_root.monsterList[j] + i]._x) + "x") + _root[_root.monsterList[j] + i]._y] = null; _root.M--; _root.monstersGotten++; } i--; } j++; } i = _root.maxd; while (i > 0) { if ((_root.M <= 0) and (_root["d" + i]._currentframe == 1)) { _root["d" + i].play(); if (_root.soundon) { ddoor = new Sound(_root["d" + i]); ddoor.attachSound("door"); ddoor.start(); } } i--; } i = _root[(("d" + _root.main._x) + "x") + _root.main._y]; if ((_root.M <= 0) and i) { if (_root.soundon) { wwinn = new Sound(_root["d" + i]); wwinn.attachSound("win"); wwinn.start(); } if (_root.level == 10) { _root.goCredits(); } else { if (_root.level != "custom") { _root.totalLevel++; } _root.goReal3(); } } h = 1; while (h >= 0) { if (h == 1) { g = "w"; } if (h == 0) { g = "y"; } i = _root[((g + _root.main._x) + "x") + _root.main._y]; if (i) { _root[g + i].gotoAndPlay(61); if (_root.soundon) { wwarp = new Sound(_root[g + i]); wwarp.attachSound("warp"); wwarp.start(); } _root.main.x = int(_root[g + i].xdestination / 24) * 24; _root.main.y = int(_root[g + i].ydestination / 24) * 24; _root.main._alpha = 1; _root.main._rotation = 10; _root.warping = true; } h--; } } h = 1; while (h >= 0) { if (h == 1) { g = "x"; } if (h == 0) { g = "y"; } j = 0; while (j < _root.monsterList.length) { k = _root.monsterList[j]; l = _root["max" + k]; while (l > 0) { i = _root[((g + _root[k + l]._x) + "x") + _root[k + l]._y]; if (i) { _root[g + i].gotoAndPlay(61); if (_root.soundon) { xxarp = new Sound(_root[g + i]); xxarp.attachSound("warp"); xxarp.start(); } _root[k + l].x = int(_root[g + i].xdestination / 24) * 24; _root[k + l].y = int(_root[g + i].ydestination / 24) * 24; _root[k + l]._alpha = 1; _root[k + l]._rotation = 10; _root[k + l].moved++; _root[((k + _root[k + l]._x) + "x") + _root[k + l]._y] = 0; } l--; } j++; } h--; } i = _root.maxo; while (i > _root.mino) { if (_root.M <= _root["b" + i].openWhen) { _root["b" + i].play(); _root["b" + i]._name = "open"; } i--; } if (Key.isDown(13)) { i = _root.maxu; while (i > _root.minu) { _root.qwerty = _root["b" + i]._x; _root.qwertyy = _root["b" + i]._y; if (((_root["b" + i].rotate._currentframe == 1) and _root.nextTo("b", i)) and (_root["keyCount" + _root["b" + i].ccolor] > 0)) { _root["keyCount" + _root["b" + i].ccolor]--; _root["b" + i].rotate.play(); _root["b" + i].lock.play(); if (_root.soundon) { lgate = new Sound(_root["b" + i]); lgate.attachSound("locked gate"); lgate.start(); } } i--; } } if (_root.health < 1) { _root.nextFrame(); } } onClipEvent (keyDown) { if (_root.pause == 0) { if (Key.isDown(83)) { if ((_root.speedboosts > 0) and (_root.speedCountdown == 0)) { _root.itemsUsed++; _root.speedboosts--; speedReady = 1; _root.speedCountdown = 450; } } if (Key.isDown(65)) { if (_root.gooboosts > 0) { _root.itemsUsed++; _root.gooboosts--; gooReady = 1; } } if (Key.isDown(68)) { if ((_root.shieldboosts > 0) and (_root.shieldCountdown == 0)) { _root.itemsUsed++; _root.shieldboosts--; _root.main.attachMovie("shield", "shield", _root.depthTotal++); _root.main.shield._width = 67; _root.main.shield._height = 67; _root.shieldCountdown = 450; _root.invincible = 1; } } if (Key.isDown(70)) { if ((_root.ghostboosts > 0) and (_root.ghostCountdown == 0)) { _root.itemsUsed++; _root.ghostboosts--; _root.ghostCountdown = 450; _root.walkThrough = 1; } } } }
Instance of Symbol 2058 MovieClip in Frame 96
onClipEvent (load) { this._visible = 0; }
Frame 97
stop();
Instance of Symbol 170 MovieClip "actions" in Frame 97
onClipEvent (load) { this._visible = 0; _root.screen.swapDepths(1020); _root.screen.gotoAndPlay("gameOver"); _root.main.gotoAndPlay(321); _root.main.swapDepths(1021); }
Frame 98
stop();
Instance of Symbol 170 MovieClip "actions" in Frame 98
onClipEvent (load) { this._visible = 0; _root.screen.swapDepths(1020); _root.screen.gotoAndPlay("wellDone"); _root.main.gotoAndPlay(392); _root.main.swapDepths(1021); }
Frame 99
_root.lastScreen = "credits"; if (_root.musicon) { _root.ironGate = new Sound(_root.main); _root.ironGate.attachSound("music4"); _root.ironGate.start(); _root.ironGate.setVolume(90); }
Frame 715
_root.goMenu(); gotoAndStop (85); stop();
Frame 716
gotoAndStop (85);
Symbol 11 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 14 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "background");
Symbol 17 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 19 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 22 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 25 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "check");
Symbol 26 MovieClip [fcb_states] Frame 1
stop();
Symbol 26 MovieClip [fcb_states] Frame 2
stop();
Symbol 26 MovieClip [fcb_states] Frame 3
stop();
Symbol 26 MovieClip [fcb_states] Frame 4
stop();
Symbol 26 MovieClip [fcb_states] Frame 5
stop();
Symbol 26 MovieClip [fcb_states] Frame 6
stop();
Symbol 29 MovieClip [FLabelSymbol] Frame 1
#initclip 3 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 32 MovieClip [FHighlightSymbol] Frame 1
var component = _parent.controller; component.registerSkinElement(highlight_mc, "selection"); stop();
Symbol 32 MovieClip [FHighlightSymbol] Frame 2
component.registerSkinElement(highlight_mc2, "selectionDisabled"); stop();
Symbol 32 MovieClip [FHighlightSymbol] Frame 3
component.registerSkinElement(highlight_mc3, "selectionUnfocused"); stop();
Symbol 33 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 44 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 54 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 63 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 64 MovieClip [UpArrow] Frame 1
stop();
Symbol 64 MovieClip [UpArrow] Frame 2
stop();
Symbol 64 MovieClip [UpArrow] Frame 3
stop();
Symbol 70 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 77 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 82 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 83 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 91 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 99 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 107 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 108 MovieClip [DownArrow] Frame 1
stop();
Symbol 108 MovieClip [DownArrow] Frame 2
stop();
Symbol 108 MovieClip [DownArrow] Frame 3
stop();
Symbol 111 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 111 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 114 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 4 function FCheckBoxClass() { this.init(); } FCheckBoxClass.prototype = new FUIComponentClass(); Object.registerClass("FCheckBoxSymbol", FCheckBoxClass); FCheckBoxClass.prototype.init = function () { super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1); this.attachMovie("fcb_states", "fcb_states_mc", 2); this.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); this.setChangeHandler(this.changeHandler); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); if (this.initialValue == undefined) { this.setCheckState(false); } else { this.setCheckState(this.initialValue); } if (this.label != undefined) { this.setLabel(this.label); } this.ROLE_SYSTEM_CHECKBUTTON = 44; this.STATE_SYSTEM_CHECKED = 16; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FCheckBoxClass.prototype.setLabelPlacement = function (pos) { this.setLabel(this.getLabel()); this.txtFormat(pos); var halfLabelH = (this.fLabel_mc._height / 2); var halfFrameH = (this.fcb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var checkWidth = this.fcb_states_mc._width; var frame = this.fcb_states_mc; var label = this.fLabel_mc; var w = 0; if (frame._width > this.width) { w = 0; } else { w = this.width - frame._width; } this.fLabel_mc.setSize(w); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.fcb_states_mc._x = 0; this.fLabel_mc._x = checkWidth; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.fcb_states_mc._x = this.width - checkWidth; this.txtFormat("right"); } this.fLabel_mc._y = vertCenter; this.fcb_hitArea_mc._y = vertCenter; }; FCheckBoxClass.prototype.txtFormat = function (pos) { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : undefined); if (this.flabel_mc._height > this.height) { super.setSize(this.width, this.flabel_mc._height); } else { super.setSize(this.width, this.height); } this.fLabel_mc.labelField.setTextFormat(this.textStyle); this.setEnabled(this.enable); }; FCheckBoxClass.prototype.setHitArea = function (w, h) { var hit = this.fcb_hitArea_mc; this.hitArea = hit; if (this.fcb_states_mc._width > w) { hit._width = this.fcb_states_mc._width; } else { hit._width = w; } hit._visible = false; if (arguments.length > 1) { hit._height = h; } }; FCheckBoxClass.prototype.setSize = function (w) { this.setLabel(this.getLabel()); this.setLabelPlacement(this.labelPlacement); if (this.fcb_states_mc._height < this.flabel_mc.labelField._height) { super.setSize(w, this.flabel_mc.labelField._height); } this.setHitArea(this.width, this.height); this.setLabelPlacement(this.labelPlacement); }; FCheckBoxClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this._width + 6, this._height - 1); }; FCheckBoxClass.prototype.onPress = function () { this.pressFocus(); _root.focusRect.removeMovieClip(); var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.onRelease = function () { this.fcb_states_mc.gotoAndStop("up"); this.setValue(!this.checked); }; FCheckBoxClass.prototype.onReleaseOutside = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOut = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOver = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.setValue = function (checkedValue) { if (checkedValue || (checkedValue == undefined)) { this.setCheckState(checkedValue); } else if (checkedValue == false) { this.setCheckState(checkedValue); } this.executeCallBack(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FCheckBoxClass.prototype.setCheckState = function (checkedValue) { var states = this.fcb_states_mc; if (this.enable) { this.flabel_mc.setEnabled(true); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedEnabled"); this.enabled = true; this.checked = true; } else { states.gotoAndStop("up"); this.enabled = true; this.checked = false; } } else { this.flabel_mc.setEnabled(false); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedDisabled"); this.enabled = false; this.checked = true; } else { states.gotoAndStop("uncheckedDisabled"); this.enabled = false; this.checked = false; this.focusRect.removeMovieClip(); } } }; FCheckBoxClass.prototype.getValue = function () { return(this.checked); }; FCheckBoxClass.prototype.setEnabled = function (enable) { if ((enable == true) || (enable == undefined)) { this.enable = true; Super.setEnabled(true); } else { this.enable = false; Super.setEnabled(false); } this.setCheckState(this.checked); }; FCheckBoxClass.prototype.getEnabled = function () { return(this.enable); }; FCheckBoxClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FCheckBoxClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FCheckBoxClass.prototype.setTextColor = function (color) { this.fLabel_mc.labelField.textColor = color; }; FCheckBoxClass.prototype.myOnKeyDown = function () { if (((Key.getCode() == 32) && (this.pressOnce == undefined)) && (this.enabled == true)) { this.setValue(!this.getValue()); this.pressOnce = true; } }; FCheckBoxClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.pressOnce = undefined; } }; FCheckBoxClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_CHECKBUTTON); }; FCheckBoxClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FCheckBoxClass.prototype.get_accState = function (childId) { if (this.master.getValue()) { return(this.master.STATE_SYSTEM_CHECKED); } return(0); }; FCheckBoxClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getValue()) { return("UnCheck"); } return("Check"); }; FCheckBoxClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 116 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 117 MovieClip [FScrollBarSymbol] Frame 1
#initclip 6 FScrollBarClass = function () { if (this._height == 4) { return(undefined); } this.init(); this.minPos = (this.maxPos = (this.pageSize = (this.largeScroll = 0))); this.smallScroll = 1; this.width = (this.horizontal ? (this._width) : (this._height)); this._xscale = (this._yscale = 100); this.setScrollPosition(0); this.tabEnabled = false; if (this._targetInstanceName.length > 0) { this.setScrollTarget(this._parent[this._targetInstanceName]); } this.tabChildren = false; this.setSize(this.width); }; FScrollBarClass.prototype = new FUIComponentClass(); FScrollBarClass.prototype.setHorizontal = function (flag) { if (this.horizontal && (!flag)) { this._xscale = 100; this._rotation = 0; } else if (flag && (!this.horizontal)) { this._xscale = -100; this._rotation = -90; } this.horizontal = flag; }; FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) { if (!this.enable) { return(undefined); } this.pageSize = pSize; this.minPos = Math.max(mnPos, 0); this.maxPos = Math.max(mxPos, 0); this.scrollPosition = Math.max(this.minPos, this.scrollPosition); this.scrollPosition = Math.min(this.maxPos, this.scrollPosition); if ((this.maxPos - this.minPos) <= 0) { this.scrollThumb_mc.removeMovieClip(); this.upArrow_mc.gotoAndStop(3); this.downArrow_mc.gotoAndStop(3); this.downArrow_mc.onPress = (this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = null)); this.upArrow_mc.onPress = (this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = null)); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onRelease = null); this.scrollTrack_mc.onDragOut = (this.scrollTrack_mc.onRollOut = null); this.scrollTrack_mc.useHandCursor = false; } else { var tmp = this.getScrollPosition(); this.upArrow_mc.gotoAndStop(1); this.downArrow_mc.gotoAndStop(1); this.upArrow_mc.onPress = (this.upArrow_mc.onDragOver = this.startUpScroller); this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = this.stopScrolling); this.downArrow_mc.onPress = (this.downArrow_mc.onDragOver = this.startDownScroller); this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = this.stopScrolling); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onDragOver = this.startTrackScroller); this.scrollTrack_mc.onRelease = this.stopScrolling; this.scrollTrack_mc.onDragOut = this.stopScrolling; this.scrollTrack_mc.onRollOut = this.stopScrolling; this.scrollTrack_mc.useHandCursor = false; this.attachMovie("ScrollThumb", "scrollThumb_mc", 3); this.scrollThumb_mc._x = 0; this.scrollThumb_mc._y = this.upArrow_mc._height; this.scrollThumb_mc.onPress = this.startDragThumb; this.scrollThumb_mc.controller = this; this.scrollThumb_mc.onRelease = (this.scrollThumb_mc.onReleaseOutside = this.stopDragThumb); this.scrollThumb_mc.useHandCursor = false; this.thumbHeight = (this.pageSize / ((this.maxPos - this.minPos) + this.pageSize)) * this.trackSize; this.thumbMid_mc = this.scrollThumb_mc.mc_sliderMid; this.thumbTop_mc = this.scrollThumb_mc.mc_sliderTop; this.thumbBot_mc = this.scrollThumb_mc.mc_sliderBot; this.thumbHeight = Math.max(this.thumbHeight, 6); this.midHeight = (this.thumbHeight - this.thumbTop_mc._height) - this.thumbBot_mc._height; this.thumbMid_mc._yScale = (this.midHeight * 100) / this.thumbMid_mc._height; this.thumbMid_mc._y = this.thumbTop_mc._height; this.thumbBot_mc._y = this.thumbTop_mc._height + this.midHeight; this.scrollTop = this.scrollThumb_mc._y; this.trackHeight = this.trackSize - this.thumbHeight; this.scrollBot = this.trackHeight + this.scrollTop; tmp = Math.min(tmp, this.maxPos); this.setScrollPosition(Math.max(tmp, this.minPos)); } }; FScrollBarClass.prototype.getScrollPosition = function () { return(this.scrollPosition); }; FScrollBarClass.prototype.setScrollPosition = function (pos) { this.scrollPosition = pos; if (this.scrollThumb_mc != undefined) { pos = Math.min(pos, this.maxPos); pos = Math.max(pos, this.minPos); } this.scrollThumb_mc._y = (((pos - this.minPos) * this.trackHeight) / (this.maxPos - this.minPos)) + this.scrollTop; this.executeCallBack(); }; FScrollBarClass.prototype.setLargeScroll = function (lScroll) { this.largeScroll = lScroll; }; FScrollBarClass.prototype.setSmallScroll = function (sScroll) { this.smallScroll = sScroll; }; FScrollBarClass.prototype.setEnabled = function (enabledFlag) { var wasEnabled = this.enable; if (enabledFlag && (!wasEnabled)) { this.enable = enabledFlag; if (this.textField != undefined) { this.setScrollTarget(this.textField); } else { this.setScrollProperties(this.pageSize, this.cachedMinPos, this.cachedMaxPos); this.setScrollPosition(this.cachedPos); } this.clickFilter = undefined; } else if ((!enabledFlag) && (wasEnabled)) { this.textField.removeListener(this); this.cachedPos = this.getScrollPosition(); this.cachedMinPos = this.minPos; this.cachedMaxPos = this.maxPos; if (this.clickFilter == undefined) { this.setScrollProperties(this.pageSize, 0, 0); } else { this.clickFilter = true; } this.enable = enabledFlag; } }; FScrollBarClass.prototype.setSize = function (hgt) { if (this._height == 1) { return(undefined); } this.width = hgt; this.scrollTrack_mc._yscale = 100; this.scrollTrack_mc._yscale = (100 * this.width) / this.scrollTrack_mc._height; if (this.upArrow_mc == undefined) { this.attachMovie("UpArrow", "upArrow_mc", 1); this.attachMovie("DownArrow", "downArrow_mc", 2); this.downArrow_mc.controller = (this.upArrow_mc.controller = this); this.upArrow_mc.useHandCursor = (this.downArrow_mc.useHandCursor = false); this.upArrow_mc._x = (this.upArrow_mc._y = 0); this.downArrow_mc._x = 0; } this.scrollTrack_mc.controller = this; this.downArrow_mc._y = this.width - this.downArrow_mc._height; this.trackSize = this.width - (2 * this.downArrow_mc._height); if (this.textField != undefined) { this.onTextChanged(); } else { this.setScrollProperties(this.pageSize, this.minPos, this.maxPos); } }; FScrollBarClass.prototype.scrollIt = function (inc, mode) { var delt = this.smallScroll; if (inc != "one") { delt = ((this.largeScroll == 0) ? (this.pageSize) : (this.largeScroll)); } var newPos = (this.getScrollPosition() + (mode * delt)); if (newPos > this.maxPos) { newPos = this.maxPos; } else if (newPos < this.minPos) { newPos = this.minPos; } this.setScrollPosition(newPos); }; FScrollBarClass.prototype.startDragThumb = function () { this.lastY = this._ymouse; this.onMouseMove = this.controller.dragThumb; }; FScrollBarClass.prototype.dragThumb = function () { this.scrollMove = this._ymouse - this.lastY; this.scrollMove = this.scrollMove + this._y; if (this.scrollMove < this.controller.scrollTop) { this.scrollMove = this.controller.scrollTop; } else if (this.scrollMove > this.controller.scrollBot) { this.scrollMove = this.controller.scrollBot; } this._y = this.scrollMove; var c = this.controller; c.scrollPosition = Math.round(((c.maxPos - c.minPos) * (this._y - c.scrollTop)) / c.trackHeight) + c.minPos; this.controller.isScrolling = true; updateAfterEvent(); this.controller.executeCallBack(); }; FScrollBarClass.prototype.stopDragThumb = function () { this.controller.isScrolling = false; this.onMouseMove = null; }; FScrollBarClass.prototype.startTrackScroller = function () { this.controller.trackScroller(); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "page", -1); }; FScrollBarClass.prototype.scrollInterval = function (inc, mode) { clearInterval(this.scrolling); if (inc == "page") { this.trackScroller(); } else { this.scrollIt(inc, mode); } this.scrolling = setInterval(this, "scrollInterval", 35, inc, mode); }; FScrollBarClass.prototype.trackScroller = function () { if ((this.scrollThumb_mc._y + this.thumbHeight) < this._ymouse) { this.scrollIt("page", 1); } else if (this.scrollThumb_mc._y > this._ymouse) { this.scrollIt("page", -1); } }; FScrollBarClass.prototype.stopScrolling = function () { this.controller.downArrow_mc.gotoAndStop(1); this.controller.upArrow_mc.gotoAndStop(1); clearInterval(this.controller.scrolling); }; FScrollBarClass.prototype.startUpScroller = function () { this.controller.upArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", -1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", -1); }; FScrollBarClass.prototype.startDownScroller = function () { this.controller.downArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", 1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", 1); }; FScrollBarClass.prototype.setScrollTarget = function (tF) { if (tF == undefined) { this.textField.removeListener(this); delete this.textField[(this.horizontal ? "hScroller" : "vScroller")]; if ((this.textField.hScroller != undefined) && (this.textField.vScroller != undefined)) { this.textField.unwatch("text"); this.textField.unwatch("htmltext"); } } this.textField = undefined; if (!(tF instanceof TextField)) { return(undefined); } this.textField = tF; this.textField[(this.horizontal ? "hScroller" : "vScroller")] = this; this.onTextChanged(); this.onChanged = function () { this.onTextChanged(); }; this.onScroller = function () { if (!this.isScrolling) { if (!this.horizontal) { this.setScrollPosition(this.textField.scroll); } else { this.setScrollPosition(this.textField.hscroll); } } }; this.textField.addListener(this); this.textField.watch("text", this.callback); this.textField.watch("htmlText", this.callback); }; FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) { clearInterval(this.hScroller.synchScroll); clearInterval(this.vScroller.synchScroll); this.hScroller.synchScroll = setInterval(this.hScroller, "onTextChanged", 50); this.vScroller.synchScroll = setInterval(this.vScroller, "onTextChanged", 50); return(newVal); }; FScrollBarClass.prototype.onTextChanged = function () { if ((!this.enable) || (this.textField == undefined)) { return(undefined); } clearInterval(this.synchScroll); if (this.horizontal) { var pos = this.textField.hscroll; this.setScrollProperties(this.textField._width, 0, this.textField.maxhscroll); this.setScrollPosition(Math.min(pos, this.textField.maxhscroll)); } else { var pos = this.textField.scroll; var pageSize = (this.textField.bottomScroll - this.textField.scroll); this.setScrollProperties(pageSize, 1, this.textField.maxscroll); this.setScrollPosition(Math.min(pos, this.textField.maxscroll)); } }; FScrollBarClass.prototype.executeCallBack = function () { if (this.textField == undefined) { super.executeCallBack(); } else if (this.horizontal) { this.textField.hscroll = this.getScrollPosition(); } else { this.textField.scroll = this.getScrollPosition(); } }; Object.registerClass("FScrollBarSymbol", FScrollBarClass); #endinitclip
Symbol 118 MovieClip [DataProviderSymbol] Frame 1
#initclip 2 _global.DataProviderClass = function () { this.init(); }; DataProviderClass.prototype.init = function () { this.items = new Array(); this.uniqueID = 0; this.views = new Array(); }; DataProviderClass.prototype.addView = function (viewRef) { this.views.push(viewRef); var eventObj = {event:"updateAll"}; viewRef.modelChanged(eventObj); }; DataProviderClass.prototype.addItemAt = function (index, value) { if (index < this.getLength()) { this.items.splice(index, 0, "tmp"); } this.items[index] = new Object(); if (typeof(value) == "object") { this.items[index] = value; } else { this.items[index].label = value; } this.items[index].__ID__ = this.uniqueID++; var eventObj = {event:"addRows", firstRow:index, lastRow:index}; this.updateViews(eventObj); }; DataProviderClass.prototype.addItem = function (value) { this.addItemAt(this.getLength(), value); }; DataProviderClass.prototype.removeItemAt = function (index) { var tmpItm = this.items[index]; this.items.splice(index, 1); var eventObj = {event:"deleteRows", firstRow:index, lastRow:index}; this.updateViews(eventObj); return(tmpItm); }; DataProviderClass.prototype.removeAll = function () { this.items = new Array(); this.updateViews({event:"deleteRows", firstRow:0, lastRow:this.getLength() - 1}); }; DataProviderClass.prototype.replaceItemAt = function (index, itemObj) { if ((index < 0) || (index >= this.getLength())) { return(undefined); } var tmpID = this.getItemID(index); if (typeof(itemObj) == "object") { this.items[index] = itemObj; } else { this.items[index].label = itemObj; } this.items[index].__ID__ = tmpID; this.updateViews({event:"updateRows", firstRow:index, lastRow:index}); }; DataProviderClass.prototype.getLength = function () { return(this.items.length); }; DataProviderClass.prototype.getItemAt = function (index) { return(this.items[index]); }; DataProviderClass.prototype.getItemID = function (index) { return(this.items[index].__ID__); }; DataProviderClass.prototype.sortItemsBy = function (fieldName, order) { this.items.sortOn(fieldName); if (order == "DESC") { this.items.reverse(); } this.updateViews({event:"sort"}); }; DataProviderClass.prototype.updateViews = function (eventObj) { var i = 0; while (i < this.views.length) { this.views[i].modelChanged(eventObj); i++; } }; #endinitclip
Symbol 119 MovieClip [FSelectableItemSymbol] Frame 1
#initclip 8 function FSelectableItemClass() { this.init(); } FSelectableItemClass.prototype = new FUIComponentClass(); FSelectableItemClass.prototype.init = function () { if (this._name != "itemAsset") { this.highlighted = false; this.layoutContent(100); } }; FSelectableItemClass.prototype.drawItem = function (itmObj, selected) { this.displayContent(itmObj, selected); if ((this.highlighted != selected) || ((this.controller.focused != this.oldFocus) && (selected))) { this.setHighlighted(selected); } this.oldFocus = this.controller.focused; }; FSelectableItemClass.prototype.setSize = function (width, height) { var LOWEST_DEPTH = -16384; this.width = width; this.layoutContent(width); this.attachMovie("FHighlightSymbol", "highlight_mc", LOWEST_DEPTH); this.highlight_mc._x = 0.5; this.highlight_mc._width = width - 0.5; this.highlight_mc._height = height; this.highlight_mc.controller = this; this.highlight_mc._alpha = 0; this.highlight_mc.trackAsMenu = true; this.highlight_mc.onPress = function () { if (this.controller.enable) { this.controller.controller.clickHandler(this.controller.itemNum); } }; this.highlight_mc.onDragOver = function () { if (this.controller.controller.focused) { this.onPress(); } }; this.highlight_mc.useHandCursor = false; this.highlight_mc.trackAsMenu = true; }; FSelectableItemClass.prototype.setEnabled = function (enabledFlag) { this.enable = enabledFlag; this.fLabel_mc.setEnabled(enabledFlag); this.highlight_mc.gotoAndStop((enabledFlag ? "unfocused" : "disabled")); }; FSelectableItemClass.prototype.layoutContent = function (width) { this.attachMovie("FLabelSymbol", "fLabel_mc", 2, {hostComponent:this.controller}); this.fLabel_mc._x = 2; this.fLabel_mc._y = 0; this.fLabel_mc.setSize(width - 2); this.fLabel_mc.labelField.selectable = false; }; FSelectableItemClass.prototype.displayContent = function (itmObj, selected) { var tmpLabel = ""; if (itmObj.label != undefined) { tmpLabel = itmObj.label; } else if (typeof(itmObj) == "object") { for (var i in itmObj) { if (i != "__ID__") { tmpLabel = (itmObj[i] + ", ") + tmpLabel; } } tmpLabel = tmpLabel.substring(0, tmpLabel.length - 2); } else { tmpLabel = itmObj; } if (this.fLabel_mc.labelField.text != tmpLabel) { this.fLabel_mc.setLabel(tmpLabel); } var clr = (selected ? (this.controller.styleTable.textSelected.value) : (this.controller.styleTable.textColor.value)); if (clr == undefined) { clr = (selected ? 16777215 : 0); } this.fLabel_mc.setColor(clr); }; FSelectableItemClass.prototype.getItemIndex = function () { return(this.controller.getScrollPosition() + this.itemNum); }; FSelectableItemClass.prototype.getItemModel = function () { return(this.controller.getItemAt(this.getItemIndex())); }; FSelectableItemClass.prototype.getHostDataProvider = function () { return(this.controller.dataProvider); }; FSelectableItemClass.prototype.setHighlighted = function (flag) { fade = this.controller.styleTable.fadeRate.value; if (((fade == undefined) || (fade == 0)) || (!flag)) { this.highlight_mc._alpha = (flag ? 100 : 0); delete this.onEnterFrame; } else { this.fadeN = fade; this.fadeX = 1; this.highLight_mc._alpha = 20; this.onEnterFrame = function () { this.highLight_mc._alpha = (60 * Math.sqrt((this.fadeX++) / this.fadeN)) + 40; if (this.fadeX > this.fadeN) { delete this.onEnterFrame; } }; } this.highlighted = flag; }; #endinitclip
Symbol 120 MovieClip [FSelectableListSymbol] Frame 1
#initclip 5 function FSelectableListClass() { this.init(); } FSelectableListClass.prototype = new FUIComponentClass(); FSelectableListClass.prototype.init = function () { super.init(); this.enable = true; this.selected = new Array(); this.topDisplayed = (this.numDisplayed = 0); this.lastSelected = 0; this.tabChildren = false; if (this._name != undefined) { this.dataProvider = new DataProviderClass(); this.dataProvider.addView(this); } }; FSelectableListClass.prototype.addItemAt = function (index, label, data) { if ((index < 0) || (!this.enable)) { return(undefined); } this.dataProvider.addItemAt(index, {label:label, data:data}); }; FSelectableListClass.prototype.addItem = function (label, data) { if (!this.enable) { return(undefined); } this.dataProvider.addItem({label:label, data:data}); }; FSelectableListClass.prototype.removeItemAt = function (index) { this.selectHolder = this.getSelectedIndex(); var item = this.getItemAt(index); this.dataProvider.removeItemAt(index); return(item); }; FSelectableListClass.prototype.removeAll = function () { this.dataProvider.removeAll(); }; FSelectableListClass.prototype.replaceItemAt = function (index, newLabel, newData) { this.dataProvider.replaceItemAt(index, {label:newLabel, data:newData}); }; FSelectableListClass.prototype.sortItemsBy = function (fieldName, order) { this.lastSelID = this.dataProvider.getItemID(this.lastSelected); this.dataProvider.sortItemsBy(fieldName, order); }; FSelectableListClass.prototype.getLength = function () { return(this.dataProvider.getLength()); }; FSelectableListClass.prototype.getSelectedIndex = function () { for (var uniqueID in this.selected) { var tmpInd = this.selected[uniqueID].sIndex; if (tmpInd != undefined) { return(tmpInd); } } }; FSelectableListClass.prototype.getSelectedItem = function () { return(this.getItemAt(this.getSelectedIndex())); }; FSelectableListClass.prototype.getItemAt = function (index) { return(this.dataProvider.getItemAt(index)); }; FSelectableListClass.prototype.getEnabled = function () { return(this.enable); }; FSelectableListClass.prototype.getValue = function () { var item = this.getSelectedItem(); return(((item.data == undefined) ? (item.label) : (item.data))); }; FSelectableListClass.prototype.setSelectedIndex = function (index, flag) { if (((index >= 0) && (index < this.getLength())) && (this.enable)) { this.clearSelected(); this.selectItem(index, true); this.lastSelected = index; this.invalidate("updateControl"); if (flag != false) { this.executeCallBack(); } } }; FSelectableListClass.prototype.setDataProvider = function (obj) { this.setScrollPosition(0); this.clearSelected(); if (obj instanceof Array) { this.dataProvider = new DataProviderClass(); var i = 0; while (i < obj.length) { var value = ((typeof(obj[i]) == "string") ? ({label:obj[i]}) : (obj[i])); this.dataProvider.addItem(value); i++; } } else { this.dataProvider = obj; } this.dataProvider.addView(this); }; FSelectableListClass.prototype.setItemSymbol = function (linkID) { this.tmpPos = this.getScrollPosition(); this.itemSymbol = linkID; this.invalidate("setSize"); this.setScrollPosition(this.tmpPos); }; FSelectableListClass.prototype.setEnabled = function (enabledFlag) { this.cleanUI(); super.setEnabled(enabledFlag); this.enable = enabledFlag; this.boundingBox_mc.gotoAndStop((this.enable ? "enabled" : "disabled")); var limit = Math.min(this.numDisplayed, this.getLength()); var i = 0; while (i < limit) { this.container_mc[("fListItem" + i) + "_mc"].setEnabled(this.enable); i++; } if (this.enable) { this.invalidate("updateControl"); } }; FSelectableListClass.prototype.updateControl = function () { var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].drawItem(this.getItemAt(this.topDisplayed + i), this.isSelected(this.topDisplayed + i)); i++; } }; FSelectableListClass.prototype.setSize = function (w, h) { super.setSize(w, h); this.boundingBox_mc._xscale = (this.boundingBox_mc._yscale = 100); this.boundingBox_mc._xscale = (this.width * 100) / this.boundingBox_mc._width; this.boundingBox_mc._yscale = (this.height * 100) / this.boundingBox_mc._height; var i = 0; while (i < this.numDisplayed) { this.container_mc.attachMovie(this.itemSymbol, ("fListItem" + i) + "_mc", 10 + i, {controller:this, itemNum:i}); var item_mc = this.container_mc[("fListItem" + i) + "_mc"]; var offset = ((this.scrollOffset == undefined) ? 0 : (this.scrollOffset)); item_mc.setSize(this.width - offset, this.itmHgt); item_mc._y = (this.itmHgt - 2) * i; i++; } this.updateControl(); }; FSelectableListClass.prototype.modelChanged = function (eventObj) { var firstRow = eventObj.firstRow; var lastRow = eventObj.lastRow; var event = eventObj.event; if (event == "addRows") { for (var i in this.selected) { if ((this.selected[i].sIndex != undefined) && (this.selected[i].sIndex >= firstRow)) { this.selected[i].sIndex = this.selected[i].sIndex + ((lastRow - firstRow) + 1); this.setSelectedIndex(this.selected[i].sIndex, false); } } } else if (event == "deleteRows") { if (firstRow == lastRow) { var index = firstRow; if (this.selectHolder == index) { this.selectionDeleted = true; } if (((this.topDisplayed + this.numDisplayed) >= this.getLength()) && (this.topDisplayed > 0)) { this.topDisplayed--; if (this.selectionDeleted && ((index - 1) >= 0)) { this.setSelectedIndex(index - 1, false); } } else if (this.selectionDeleted) { var len = this.getLength(); if (((index == (len - 1)) && (len > 1)) || (index > (len / 2))) { this.setSelectedIndex(index - 1, false); } else { this.setSelectedIndex(index, false); } } for (var i in this.selected) { if (this.selected[i].sIndex > firstRow) { this.selected[i].sIndex--; } } } else { this.clearSelected(); this.topDisplayed = 0; } } else if (event == "sort") { var len = this.getLength(); var i = 0; while (i < len) { if (this.isSelected(i)) { var id = this.dataProvider.getItemID(i); if (id == this.lastSelID) { this.lastSelected = i; } this.selected[String(id)].sIndex = i; } i++; } } this.invalidate("updateControl"); }; FSelectableListClass.prototype.measureItmHgt = function () { this.attachMovie(this.itemSymbol, "tmpItem_mc", 0, {controller:this}); this.tmpItem_mc.drawItem({label:"Sizer: PjtTopg"}, false); this.itmHgt = this.tmpItem_mc._height; this.tmpItem_mc.removeMovieClip(); }; FSelectableListClass.prototype.selectItem = function (index, selectedFlag) { if (selectedFlag && (!this.isSelected(index))) { this.selected[String(this.dataProvider.getItemID(index))] = {sIndex:index}; } else if (!selectedFlag) { delete this.selected[String(this.dataProvider.getItemID(index))]; } }; FSelectableListClass.prototype.isSelected = function (index) { return(this.selected[String(this.dataProvider.getItemID(index))].sIndex != undefined); }; FSelectableListClass.prototype.clearSelected = function () { for (var uniqueID in this.selected) { var index = this.selected[uniqueID].sIndex; if (((index != undefined) && (this.topDisplayed <= index)) && (index < (this.topDisplayed + this.numDisplayed))) { this.container_mc[("fListItem" + (index - this.topDisplayed)) + "_mc"].drawItem(this.getItemAt(index), false); } } delete this.selected; this.selected = new Array(); }; FSelectableListClass.prototype.selectionHandler = function (itemNum) { var tmpInd = (this.topDisplayed + itemNum); if (this.getItemAt(tmpInd == undefined)) { this.changeFlag = false; return(undefined); } this.changeFlag = true; this.clearSelected(); this.selectItem(tmpInd, true); this.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(this.getItemAt(tmpInd), this.isSelected(tmpInd)); }; FSelectableListClass.prototype.moveSelBy = function (incr) { var itmNum = this.getSelectedIndex(); var newItm = (itmNum + incr); newItm = Math.max(0, newItm); newItm = Math.min(this.getLength() - 1, newItm); if (newItm == itmNum) { return(undefined); } if ((itmNum < this.topDisplayed) || (itmNum >= (this.topDisplayed + this.numDisplayed))) { this.setScrollPosition(itmNum); } if ((newItm >= (this.topDisplayed + this.numDisplayed)) || (newItm < this.topDisplayed)) { this.setScrollPosition(this.topDisplayed + incr); } this.selectionHandler(newItm - this.topDisplayed); }; FSelectableListClass.prototype.clickHandler = function (itmNum) { this.focusRect.removeMovieClip(); if (!this.focused) { this.pressFocus(); } this.selectionHandler(itmNum); this.onMouseUp = this.releaseHandler; }; FSelectableListClass.prototype.releaseHandler = function () { if (this.changeFlag) { this.executeCallBack(); } this.changeFlag = false; this.onMouseUp = undefined; }; FSelectableListClass.prototype.myOnSetFocus = function () { super.myOnSetFocus(); var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].highlight_mc.gotoAndStop("enabled"); i++; } }; FSelectableListClass.prototype.myOnKillFocus = function () { super.myOnKillFocus(); var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].highlight_mc.gotoAndStop("unfocused"); i++; } }; #endinitclip
Instance of Symbol 118 MovieClip [DataProviderSymbol] "dPAsset" in Symbol 120 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 119 MovieClip [FSelectableItemSymbol] "ItemAsset" in Symbol 120 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 121 MovieClip [FScrollSelectListSymbol] Frame 1
#initclip 7 function FScrollSelectListClass() { this.init(); } FScrollSelectListClass.prototype = new FSelectableListClass(); FScrollSelectListClass.prototype.getScrollPosition = function () { return(this.topDisplayed); }; FScrollSelectListClass.prototype.setScrollPosition = function (pos) { if (this.enable) { pos = Math.min(pos, this.getLength() - this.numDisplayed); pos = Math.max(pos, 0); this.scrollBar_mc.setScrollPosition(pos); } }; FScrollSelectListClass.prototype.setAutoHideScrollBar = function (flag) { this.permaScrollBar = !flag; this.setSize(this.width, this.height); }; FScrollSelectListClass.prototype.setEnabled = function (enabledFlag) { super.setEnabled(enabledFlag); this.scrollBar_mc.setEnabled(this.enable); }; FScrollSelectListClass.prototype.setSize = function (w, h) { var pos = this.getScrollPosition(); super.setSize(w, h); if (this.scrollBar_mc != undefined) { this.removed = true; } this.scrollBar_mc = undefined; this.initScrollBar(); this.setScrollPosition(pos); }; FScrollSelectListClass.prototype.modelChanged = function (eventObj) { super.modelChanged(eventObj); this.invalidate("initScrollBar"); }; FScrollSelectListClass.prototype.initScrollBar = function () { if ((!this.permaScrollBar) && (this.getLength() <= this.numDisplayed)) { if (this.removed) { this.scrollBar_mc.removeMovieClip(); this.scrollBar_mc = undefined; this.scrollOffset = undefined; this.invalidate("setSize"); } } else { if (this.scrollBar_mc == undefined) { this.container_mc.attachMovie("FScrollBarSymbol", "scrollBar_mc", 3000, {hostStyle:this.styleTable}); this.scrollBar_mc = this.container_mc.scrollBar_mc; this.scrollBar_mc.setChangeHandler("scrollHandler", this); this.scrollBar_mc.setSize(this.height); this.scrollBar_mc._x = this.width - this.scrollBar_mc._width; this.scrollBar_mc._y = 0; this.scrollBar_mc.setLargeScroll(this.numDisplayed - 1); this.scrollOffset = this.scrollBar_mc._width; this.invalidate("setSize"); } this.scrollBar_mc.setScrollProperties(this.numDisplayed, 0, this.getLength() - this.numDisplayed); } }; FScrollSelectListClass.prototype.scrollHandler = function (scrollBar) { var pos = scrollBar.getScrollPosition(); this.topDisplayed = pos; if (this.lastPosition != pos) { this.updateControl(); } this.lastPosition = pos; }; FScrollSelectListClass.prototype.clickHandler = function (itmNum) { super.clickHandler(itmNum); if ((this.dragScrolling == undefined) && (this.scrollBar_mc != undefined)) { this.dragScrolling = setInterval(this, "dragScroll", 15); } }; FScrollSelectListClass.prototype.releaseHandler = function () { clearInterval(this.dragScrolling); this.dragScrolling = undefined; super.releaseHandler(); }; FScrollSelectListClass.prototype.dragScroll = function () { clearInterval(this.dragScrolling); if (this.container_mc._ymouse < 0) { this.setScrollPosition(this.getScrollPosition() - 1); this.selectionHandler(0); this.scrollInterval = Math.max(25, (-23.8 * (-this.container_mc._ymouse)) + 500); this.dragScrolling = setInterval(this, "dragScroll", this.scrollInterval); } else if (this.container_mc._ymouse > ((this.itmHgt - 2) * this.numDisplayed)) { this.setScrollPosition(this.getScrollPosition() + 1); this.selectionHandler(this.numDisplayed - 1); this.scrollInterval = Math.max(25, (-23.8 * Math.abs((this.container_mc._ymouse - ((this.itmHgt - 2) * this.numDisplayed)) - 2)) + 500); this.dragScrolling = setInterval(this, "dragScroll", this.scrollInterval); } else { this.dragScrolling = setInterval(this, "dragScroll", 15); } }; FScrollSelectListClass.prototype.myOnKeyDown = function () { if (this.focused) { this.keyCodes = new Array(40, 38, 34, 33, 36, 35); this.keyIncrs = new Array(1, -1, this.numDisplayed - 1, -(this.numDisplayed - 1), -this.getLength(), this.getLength()); var i = 0; while (i < this.keyCodes.length) { if (Key.isDown(this.keyCodes[i])) { this.moveSelBy(this.keyIncrs[i]); return(undefined); } i++; } this.findInputText(); } }; FScrollSelectListClass.prototype.findInputText = function () { var tmpCode = Key.getAscii(); if ((tmpCode >= 33) && (tmpCode <= 126)) { this.findString(String.fromCharCode(tmpCode)); } }; FScrollSelectListClass.prototype.findString = function (str) { if (this.getLength() == 0) { return(undefined); } var itemNum = this.getSelectedIndex(); var jump = 0; var i = (itemNum + 1); while (i != itemNum) { var itmStr = this.getItemAt(i).label.substring(0, str.length); if ((str == itmStr) || (str.toUpperCase() == itmStr.toUpperCase())) { var jump = (i - itemNum); break; } if (i >= (this.getLength() - 1)) { i = -1; } i++; } if (jump != 0) { this.moveSelBy(jump); } }; #endinitclip
Instance of Symbol 117 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 121 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; } onClipEvent (load) { this._width = (this._height = 1); }
Instance of Symbol 120 MovieClip [FSelectableListSymbol] "superClassAsset" in Symbol 121 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 122 MovieClip [FComboBoxItemSymbol] Frame 1
#initclip 10 function FComboBoxItemClass() { this.init(); } FComboBoxItemClass.prototype = new FSelectableItemClass(); Object.registerClass("FComboBoxItemSymbol", FComboBoxItemClass); FComboBoxItemClass.prototype.setSize = function (w, h) { super.setSize(w, h); this.highlight_mc.onRollOver = function () { this.controller.controller.selectionHandler(this.controller.itemNum); }; }; #endinitclip
Symbol 125 MovieClip [FComboBoxSymbol] Frame 1
#initclip 9 function FComboBoxClass() { _global._popUpLevel = ((_global._popUpLevel == undefined) ? 20000 : (_global._popUpLevel + 1)); this.superHolder = _root.createEmptyMovieClip("superHolder" + _popUpLevel, _popUpLevel); var testContainer = this.superHolder.createEmptyMovieClip("testCont", 20000); var testBox = testContainer.attachMovie("FBoundingBoxSymbol", "boundingBox_mc", 0); if (testBox._name == undefined) { this.superHolder.removeMovieClip(); this.superHolder = this._parent.createEmptyMovieClip("superHolder" + _popUpLevel, _popUpLevel); } else { testContainer.removeMovieClip(); } if (this.rowCount == undefined) { this.rowCount = 8; this.editable = false; } this.itemSymbol = "FComboBoxItemSymbol"; this.init(); this.permaScrollBar = false; this.proxyBox_mc.gotoAndStop(1); this.width = this._width; this.height = (this.proxyBox_mc._height * this._yscale) / 100; var i = 0; while (i < this.labels.length) { this.addItem(this.labels[i], this.data[i]); i++; } this.lastSelected = 0; this.selectItem(0); this._xscale = (this._yscale = 100); this.opened = false; this.setSize(this.width); this.highlightTop(false); if (this.changeHandler.length > 0) { this.setChangeHandler(this.changeHandler); } this.onUnload = function () { this.superHolder.removeMovieClip(); }; this.setSelectedIndex(0, false); this.value = ""; this.focusEnabled = true; this.changeFlag = false; } FComboBoxClass.prototype = new FScrollSelectListClass(); Object.registerClass("FComboBoxSymbol", FComboBoxClass); FComboBoxClass.prototype.modelChanged = function (eventObj) { super.modelChanged(eventObj); var event = eventObj.event; if ((event == "addRows") || (event == "deleteRows")) { var diff = ((eventObj.lastRow - eventObj.firstRow) + 1); var mode = ((event == "addRows") ? 1 : -1); var len = this.getLength(); var lenBefore = (len - (mode * diff)); if ((this.rowCount > lenBefore) || (this.rowCount > len)) { this.invalidate("setSize"); } if (this.getSelectedIndex() == undefined) { this.setSelectedIndex(0, false); } } else if (event == "updateAll") { this.invalidate("setSize"); } }; FComboBoxClass.prototype.removeAll = function () { if (!this.enable) { return(undefined); } super.removeAll(); if (this.editable) { this.value = ""; } this.invalidate("setSize"); }; FComboBoxClass.prototype.setSize = function (w) { if ((((w == undefined) || (typeof(w) != "number")) || (w <= 0)) || (!this.enable)) { return(undefined); } this.proxyBox_mc._width = w; this.container_mc.removeMovieClip(); this.measureItmHgt(); this.container_mc = this.superHolder.createEmptyMovieClip("container", 3); this.container_mc.tabChildren = false; this.setPopUpLocation(this.container_mc); this.container_mc.attachMovie("FBoundingBoxSymbol", "boundingBox_mc", 0); this.boundingBox_mc = this.container_mc.boundingBox_mc; this.boundingBox_mc.component = this; this.registerSkinElement(this.boundingBox_mc.boundingBox, "background"); this.proxyBox_mc._height = this.itmHgt; this.numDisplayed = Math.min(this.rowCount, this.getLength()); if (this.numDisplayed < 3) { this.numDisplayed = Math.min(3, this.getLength()); } this.height = (this.numDisplayed * (this.itmHgt - 2)) + 2; super.setSize(w, this.height); this.attachMovie("DownArrow", "downArrow", 10); this.downArrow._y = 0; this.downArrow._width = this.itmHgt; this.downArrow._height = this.itmHgt; this.downArrow._x = this.proxyBox_mc._width - this.downArrow._width; this.setEditable(this.editable); this.container_mc._visible = this.opened; this.highlightTop(false); this.fader = this.superHolder.attachMovie("FBoundingBoxSymbol", "faderX", 4); this.registerSkinElement(this.fader.boundingBox, "background"); this.fader._width = this.width; this.fader._height = this.height; this.fader._visible = false; }; FComboBoxClass.prototype.setDataProvider = function (dp) { super.setDataProvider(dp); this.invalidate("setSize"); this.setSelectedIndex(0); }; FComboBoxClass.prototype.getValue = function () { if (this.editable) { return(this.fLabel_mc.getLabel()); } return(super.getValue()); }; FComboBoxClass.prototype.getRowCount = function () { return(this.rowCount); }; FComboBoxClass.prototype.setRowCount = function (count) { this.rowCount = ((this.getLength() > count) ? (Math.max(count, 3)) : (count)); this.setSize(this.width); var len = this.getLength(); if ((len - this.getScrollPosition()) < this.rowCount) { this.setScrollPosition(len - Math.min(this.rowCount, len)); this.invalidate("updateControl"); } }; FComboBoxClass.prototype.setEditable = function (editableFlag) { if (!this.enable) { return(undefined); } this.editable = editableFlag; if (!this.editable) { this.onPress = this.pressHandler; this.useHandCursor = false; this.trackAsMenu = true; this.attachMovie("FComboBoxItemSymbol", "fLabel_mc", 5, {controller:this, itemNum:-1}); this.fLabel_mc.onRollOver = undefined; this.fLabel_mc.setSize((this.width - this.itmHgt) + 1, this.itmHgt); this.topLabel = this.getSelectedItem(); this.fLabel_mc.drawItem(this.topLabel, false); this.highlightTop(false); } else { this.attachMovie("FLabelSymbol", "fLabel_mc", 5); this.fLabel_txt = this.fLabel_mc.labelField; this.fLabel_txt.type = "input"; this.fLabel_txt._x = 4; this.fLabel_txt.onSetFocus = this.onLabelFocus; this.fLabel_mc.setSize((this.width - this.itmHgt) - 3); delete this.onPress; this.fLabel_txt.onKillFocus = function () { this._parent._parent.myOnKillFocus(); }; this.fLabel_mc.setLabel(this.value); this.fLabel_txt.onChanged = function () { this._parent._parent.findInputText(); }; this.downArrow.onPress = this.buttonPressHandler; this.downArrow.useHandCursor = false; this.downArrow.trackAsMenu = true; } }; FComboBoxClass.prototype.setEnabled = function (enabledFlag) { enabledFlag = (((enabledFlag == undefined) || (typeof(enabledFlag) != "boolean")) ? true : (enabledFlag)); super.setEnabled(enabledFlag); this.registerSkinElement(this.boundingBox_mc.boundingBox, "background"); this.proxyBox_mc.gotoAndStop((this.enable ? "enabled" : "disabled")); this.downArrow.gotoAndStop((this.enable ? 1 : 3)); if (this.editable) { this.fLabel_txt.type = (enabledFlag ? "input" : "dynamic"); this.fLabel_txt.selectable = enabledFlag; } else if (enabledFlag) { this.fLabel_mc.drawItem(this.topLabel, false); this.setSelectedIndex(this.getSelectedIndex(), false); } this.fLabel_mc.setEnabled(this.enable); this.fLabel_txt.onSetFocus = (enabledFlag ? (this.onLabelFocus) : undefined); }; FComboBoxClass.prototype.setSelectedIndex = function (index, flag) { super.setSelectedIndex(index, flag); if (!this.editable) { this.topLabel = this.getSelectedItem(); this.fLabel_mc.drawItem(this.topLabel, false); } else { this.value = ((flag != undefined) ? "" : (this.getSelectedItem().label)); this.fLabel_mc.setLabel(this.value); } this.invalidate("updateControl"); }; FComboBoxClass.prototype.setValue = function (value) { if (this.editable) { this.fLabel_mc.setLabel(value); this.value = value; } }; FComboBoxClass.prototype.pressHandler = function () { this.focusRect.removeMovieClip(); if (this.enable) { if (!this.opened) { this.onMouseUp = this.releaseHandler; } else { this.onMouseUp = undefined; } this.changeFlag = false; if (!this.focused) { this.pressFocus(); this.clickFilter = (this.editable ? false : true); } if (!this.clickFilter) { this.openOrClose(!this.opened); } else { this.clickFilter = false; } } }; FComboBoxClass.prototype.clickHandler = function (itmNum) { if (!this.focused) { if (this.editable) { this.fLabel_txt.onKillFocus = undefined; } this.pressFocus(); } super.clickHandler(itmNum); this.selectionHandler(itmNum); this.onMouseUp = this.releaseHandler; }; FComboBoxClass.prototype.highlightTop = function (flag) { if (!this.editable) { this.fLabel_mc.drawItem(this.topLabel, flag); } }; FComboBoxClass.prototype.myOnSetFocus = function () { super.myOnSetFocus(); this.fLabel_mc.highlight_mc.gotoAndStop("enabled"); this.highlightTop(true); }; FComboBoxClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this._height + 4); }; FComboBoxClass.prototype.myOnKillFocus = function () { if (Selection.getFocus().indexOf("labelField") != -1) { return(undefined); } super.myOnKillFocus(); delete this.fLabel_txt.onKeyDown; this.openOrClose(false); this.highlightTop(false); }; FComboBoxClass.prototype.setPopUpLocation = function (mcRef) { mcRef._x = this._x; var point = {x:this._x, y:this._y + this.proxyBox_mc._height}; this._parent.localToGlobal(point); mcRef._parent.globalToLocal(point); mcRef._x = point.x; mcRef._y = point.y; if ((this.height + mcRef._y) >= Stage.height) { this.upward = true; mcRef._y = (point.y - this.height) - this.proxyBox_mc._height; } else { this.upward = false; } }; FComboBoxClass.prototype.openOrClose = function (flag) { if (this.getLength() == 0) { return(undefined); } this.setPopUpLocation(this.container_mc); if ((this.lastSelected != -1) && ((this.lastSelected < this.topDisplayed) || (this.lastSelected > (this.topDisplayed + this.numDisplayed)))) { super.moveSelBy(this.lastSelected - this.getSelectedIndex()); } if (!flag) { (this.downArrow.gotoAndStop(1));// not popped } else { (this.downArrow.gotoAndStop(2));// not popped } if (flag == this.opened) { return(undefined); } this.highlightTop(!flag); this.fadeRate = this.styleTable.popUpFade.value; if (((!flag) || (this.fadeRate == undefined)) || (this.fadeRate == 0)) { this.opened = (this.container_mc._visible = flag); return(undefined); } this.setPopUpLocation(this.fader); this.time = 0; this.const = 85 / Math.sqrt(this.fadeRate); this.fader._alpha = 85; this.container_mc._visible = (this.fader._visible = true); this.onEnterFrame = function () { this.fader._alpha = 100 - ((this.const * Math.sqrt(++this.time)) + 15); if (this.time >= this.fadeRate) { this.fader._visible = false; delete this.onEnterFrame; this.opened = true; } }; }; FComboBoxClass.prototype.fireChange = function () { this.lastSelected = this.getSelectedIndex(); if (!this.editable) { this.topLabel = this.getSelectedItem(); this.fLabel_mc.drawItem(this.topLabel, true); } else { this.value = this.getSelectedItem().label; this.fLabel_mc.setLabel(this.value); } this.executeCallback(); }; FComboBoxClass.prototype.releaseHandler = function () { var onCombo = this.boundingBox_mc.hitTest(_root._xmouse, _root._ymouse); if (this.changeFlag) { if (onCombo) { this.fireChange(); } this.openOrClose(!this.opened); } else if (onCombo) { this.openOrClose(false); } else { this.onMouseDown = function () { if ((!this.boundingBox_mc.hitTest(_root._xmouse, _root._ymouse)) && (!this.hitTest(_root._xmouse, _root._ymouse))) { this.onMouseDown = undefined; this.openOrClose(false); } }; } this.changeFlag = false; this.onMouseUp = undefined; clearInterval(this.dragScrolling); this.dragScrolling = undefined; }; FComboBoxClass.prototype.moveSelBy = function (itemNum) { if (itemNum != 0) { super.moveSelBy(itemNum); if (this.editable) { this.setValue(this.getSelectedItem().label); } if (!this.opened) { if (this.changeFlag && (!this.isSelected(this.lastSelected))) { this.fireChange(); } } } }; FComboBoxClass.prototype.myOnKeyDown = function () { if (!this.focused) { return(undefined); } if (this.editable && (Key.isDown(13))) { this.setValue(this.fLabel_mc.getLabel()); this.executeCallback(); this.openOrClose(false); } else if ((Key.isDown(13) || (Key.isDown(32) && (!this.editable))) && (this.opened)) { if (this.getSelectedIndex() != this.lastSelected) { this.fireChange(); } this.openOrClose(false); this.fLabel_txt.hscroll = 0; } super.myOnKeyDown(); }; FComboBoxClass.prototype.findInputText = function () { if (!this.editable) { super.findInputText(); } }; FComboBoxClass.prototype.onLabelFocus = function () { this._parent._parent.tabFocused = false; this._parent._parent.focused = true; this.onKeyDown = function () { this._parent._parent.myOnKeyDown(); }; Key.addListener(this); }; FComboBoxClass.prototype.buttonPressHandler = function () { this._parent.pressHandler(); }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 121 MovieClip [FScrollSelectListSymbol] "superClassAsset" in Symbol 125 MovieClip [FComboBoxSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 157 Button
on (release) { _root.play(); }
Symbol 158 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 158 MovieClip Frame 2
gotoAndPlay (1);
Symbol 170 MovieClip Frame 1
Instance of Symbol 170 MovieClip in Symbol 289 MovieClip [b] Frame 1
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { _parent.gotoAndStop(_root.bgSet); }
Instance of Symbol 178 MovieClip in Symbol 289 MovieClip [b] Frame 3
onClipEvent (load) { gotoAndStop(int(random(2)) + 1); }
Instance of Symbol 187 MovieClip in Symbol 289 MovieClip [b] Frame 4
onClipEvent (load) { gotoAndStop(int(random(7)) + 1); }
Instance of Symbol 192 MovieClip in Symbol 289 MovieClip [b] Frame 5
onClipEvent (load) { gotoAndStop(int(random(2)) + 1); }
Instance of Symbol 204 MovieClip in Symbol 289 MovieClip [b] Frame 8
onClipEvent (load) { gotoAndStop(int(random(5)) + 1); }
Instance of Symbol 211 MovieClip in Symbol 289 MovieClip [b] Frame 9
onClipEvent (load) { gotoAndStop(int(random(3)) + 1); }
Instance of Symbol 288 MovieClip in Symbol 289 MovieClip [b] Frame 10
onClipEvent (load) { gotoAndPlay(int(((Math.random() * 519) / 10) + 1) * 10); }
Symbol 314 MovieClip [bomb] Frame 25
gotoAndPlay (1);
Symbol 351 MovieClip [d] Frame 1
stop();
Symbol 351 MovieClip [d] Frame 25
stop();
Symbol 360 Button
on (release) { _root.play(); _root.warning = 0; this.removeMovieClip(); }
Symbol 365 Button
on (release) { _root.warning = 0; this.removeMovieClip(); }
Symbol 380 MovieClip [fire] Frame 1
stop();
Symbol 380 MovieClip [fire] Frame 20
this.removeMovieClip();
Symbol 384 Button
on (release) { if (_root.dontPressYet == 0) { _root.covered = false; this.removeMovieClip(); if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } }
Symbol 388 MovieClip [o] Frame 1
stop();
Symbol 388 MovieClip [o] Frame 38
_root[(("b" + this._x) + "x") + this._y] = null; stop();
Symbol 391 Button
on (release) { _root[_root.dragPrevious].rrotate = 0; _root[_root.dragPrevious]._rotation = 0; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 392 Button
on (release) { _root[_root.dragPrevious].rrotate = 90; _root[_root.dragPrevious]._rotation = 90; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 400 Button
on (release) { if (openWhen > 0) { openWhen--; } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 401 Button
on (release) { if (openWhen < 270) { openWhen++; } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Instance of Symbol 170 MovieClip in Symbol 407 MovieClip [gate] Frame 1
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { if (_parent.openWhen > 270) { _parent.openWhen = 270; } _parent.openWhen = int(_parent.openWhen); _root[_root.dragPrevious].openWhen = _parent.openWhen; }
Instance of Symbol 420 MovieClip in Symbol 491 MovieClip [j] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 426 MovieClip in Symbol 491 MovieClip [j] Frame 32
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 420 MovieClip in Symbol 491 MovieClip [j] Frame 37
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 435 MovieClip in Symbol 491 MovieClip [j] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 450 MovieClip in Symbol 491 MovieClip [j] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 462 MovieClip in Symbol 491 MovieClip [j] Frame 188
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 450 MovieClip in Symbol 491 MovieClip [j] Frame 193
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 462 MovieClip in Symbol 491 MovieClip [j] Frame 268
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 450 MovieClip in Symbol 491 MovieClip [j] Frame 273
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 426 MovieClip in Symbol 491 MovieClip [j] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 491 MovieClip [j] Frame 534
gotoAndPlay (321);
Instance of Symbol 497 MovieClip in Symbol 498 MovieClip [k] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 503 Button
on (release) { myColor = new Color(preview.kcolor); myColor.setRGB(16711680); lastRGB = "0xFF0000"; lastColor = "red"; _root.finalColor = new Color(_root[_root.dragPrevious].kcolor); _root.finalColor.setRGB(lastRGB); _root[_root.dragPrevious].ccolor = lastColor; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 506 Button
on (release) { myColor = new Color(preview.kcolor); myColor.setRGB(16776960); lastRGB = "0xFFFF00"; lastColor = "yellow"; _root.finalColor = new Color(_root[_root.dragPrevious].kcolor); _root.finalColor.setRGB(lastRGB); _root[_root.dragPrevious].ccolor = lastColor; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 509 Button
on (release) { myColor = new Color(preview.kcolor); myColor.setRGB(65280); lastRGB = "0x00FF00"; lastColor = "green"; _root.finalColor = new Color(_root[_root.dragPrevious].kcolor); _root.finalColor.setRGB(lastRGB); _root[_root.dragPrevious].ccolor = lastColor; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 512 Button
on (release) { myColor = new Color(preview.kcolor); myColor.setRGB(255); lastRGB = "0x0000FF"; lastColor = "blue"; _root.finalColor = new Color(_root[_root.dragPrevious].kcolor); _root.finalColor.setRGB(lastRGB); _root[_root.dragPrevious].ccolor = lastColor; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Instance of Symbol 515 MovieClip "preview" in Symbol 517 MovieClip [key] Frame 1
onClipEvent (load) { _parent.myColor = new Color(_parent.preview.kcolor); _parent.myColor.setRGB(16711680); _parent.lastRGB = "0xFF0000"; _parent.lastColor = "red"; _root.finalColor = new Color(_root[_root.dragPrevious].kcolor); _root.finalColor.setRGB(_parent.lastRGB); _root[_root.dragPrevious].ccolor = _parent.lastColor; }
Instance of Symbol 523 MovieClip in Symbol 576 MovieClip [l] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 522 MovieClip in Symbol 576 MovieClip [l] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 570 MovieClip in Symbol 576 MovieClip [l] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 576 MovieClip [l] Frame 534
gotoAndPlay (321);
Symbol 584 Button
on (release) { myColor = new Color(a.gatee.kcolor); myColor.setRGB(16711680); myColor2 = new Color(b.kcolor); myColor2.setRGB(16711680); lastRGB = "0xFF0000"; lastColor = "red"; _root.finalColor = new Color(_root[_root.dragPrevious].rotate.gate.gatee.kcolor); _root.finalColor.setRGB(lastRGB); _root.finalColor2 = new Color(_root[_root.dragPrevious].lock.lock.kcolor); _root.finalColor2.setRGB(lastRGB); _root[_root.dragPrevious].ccolor = lastColor; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 585 Button
on (release) { myColor = new Color(a.gatee.kcolor); myColor.setRGB(16776960); myColor2 = new Color(b.kcolor); myColor2.setRGB(16776960); lastRGB = "0xFFFF00"; lastColor = "yellow"; _root.finalColor = new Color(_root[_root.dragPrevious].rotate.gate.gatee.kcolor); _root.finalColor.setRGB(lastRGB); _root.finalColor2 = new Color(_root[_root.dragPrevious].lock.lock.kcolor); _root.finalColor2.setRGB(lastRGB); _root[_root.dragPrevious].ccolor = lastColor; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 586 Button
on (release) { myColor = new Color(a.gatee.kcolor); myColor.setRGB(65280); myColor2 = new Color(b.kcolor); myColor2.setRGB(65280); lastRGB = "0x00FF00"; lastColor = "green"; _root.finalColor = new Color(_root[_root.dragPrevious].rotate.gate.gatee.kcolor); _root.finalColor.setRGB(lastRGB); _root.finalColor2 = new Color(_root[_root.dragPrevious].lock.lock.kcolor); _root.finalColor2.setRGB(lastRGB); _root[_root.dragPrevious].ccolor = lastColor; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 587 Button
on (release) { myColor = new Color(a.gatee.kcolor); myColor.setRGB(255); myColor2 = new Color(b.kcolor); myColor2.setRGB(255); lastRGB = "0x0000FF"; lastColor = "blue"; _root.finalColor = new Color(_root[_root.dragPrevious].rotate.gate.gatee.kcolor); _root.finalColor.setRGB(lastRGB); _root.finalColor2 = new Color(_root[_root.dragPrevious].lock.lock.kcolor); _root.finalColor2.setRGB(lastRGB); _root[_root.dragPrevious].ccolor = lastColor; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Instance of Symbol 595 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (load) { this._visible = _root.lighting; }
Symbol 599 MovieClip Frame 1
stop();
Symbol 599 MovieClip Frame 51
stop(); _root[(("b" + _parent._x) + "x") + _parent._y] = null; _parent._name = "open";
Symbol 601 Button
on (release) { _root[_root.dragPrevious].rrotate = 0; _root[_root.dragPrevious].rotate._rotation = 0; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 602 Button
on (release) { _root[_root.dragPrevious].rrotate = 90; _root[_root.dragPrevious].rotate._rotation = 90; }
Instance of Symbol 596 MovieClip "b" in Symbol 604 MovieClip [lockedGate] Frame 1
onClipEvent (load) { _parent.myColor = new Color(_parent.a.gatee.kcolor); _parent.myColor.setRGB(16776960); _parent.myColor2 = new Color(_parent.b.kcolor); _parent.myColor2.setRGB(16776960); _parent.lastRGB = "0xFFFF00"; _parent.lastColor = "yellow"; _root.finalColor = new Color(_root[_root.dragPrevious].rotate.gate.gatee.kcolor); _root.finalColor.setRGB(_parent.lastRGB); _root.finalColor2 = new Color(_root[_root.dragPrevious].lock.lock.kcolor); _root.finalColor2.setRGB(_parent.lastRGB); _root[_root.dragPrevious].ccolor = _parent.lastColor; }
Instance of Symbol 420 MovieClip in Symbol 662 MovieClip [m] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 435 MovieClip in Symbol 662 MovieClip [m] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 632 MovieClip in Symbol 662 MovieClip [m] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 426 MovieClip in Symbol 662 MovieClip [m] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 662 MovieClip [m] Frame 534
gotoAndPlay (321);
Instance of Symbol 666 MovieClip in Symbol 713 MovieClip [n] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 426 MovieClip in Symbol 713 MovieClip [n] Frame 32
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 666 MovieClip in Symbol 713 MovieClip [n] Frame 37
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 435 MovieClip in Symbol 713 MovieClip [n] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 632 MovieClip in Symbol 713 MovieClip [n] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 694 MovieClip in Symbol 713 MovieClip [n] Frame 188
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 632 MovieClip in Symbol 713 MovieClip [n] Frame 193
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 694 MovieClip in Symbol 713 MovieClip [n] Frame 268
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 632 MovieClip in Symbol 713 MovieClip [n] Frame 273
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 713 MovieClip [n] Frame 534
gotoAndPlay (321);
Symbol 720 Button
on (release) { this.play(); _root.optionsOpen = true; _root.drag = null; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 725 Button
on (release) { this.play(); }
Symbol 728 Button
on (release) { this.play(); _root.optionsOpen = false; } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 768 MovieClip Frame 1
_root.bgSet = "desert"; stop();
Instance of Symbol 733 MovieClip in Symbol 768 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.lastScreen == "level creator") { this._visible = 0; } else if (_root.zoomView) { this._visible = 1; } else { this._visible = 0; } }
Symbol 768 MovieClip Frame 2
_root.bgSet = "cave"; stop();
Symbol 768 MovieClip Frame 3
_root.bgSet = "mountain"; stop();
Symbol 768 MovieClip Frame 4
_root.bgSet = "forest"; stop();
Symbol 768 MovieClip Frame 5
_root.bgSet = "forest"; stop();
Symbol 768 MovieClip Frame 6
_root.bgSet = "jungle"; stop();
Symbol 768 MovieClip Frame 7
_root.bgSet = "lava"; stop();
Symbol 768 MovieClip Frame 8
_root.bgSet = "color"; stop();
Symbol 768 MovieClip Frame 9
_root.bgSet = "mountain"; stop();
Symbol 768 MovieClip Frame 10
_root.bgSet = "ice"; stop();
Symbol 768 MovieClip Frame 11
_root.bgSet = "ice"; stop();
Symbol 768 MovieClip Frame 12
_root.bgSet = "factory"; stop();
Symbol 768 MovieClip Frame 13
_root.bgSet = "factory"; stop();
Symbol 768 MovieClip Frame 14
_root.bgSet = "lava"; stop();
Symbol 768 MovieClip Frame 15
_root.bgSet = "cave"; stop();
Symbol 768 MovieClip Frame 16
_root.bgSet = "ice"; stop();
Symbol 768 MovieClip Frame 17
_root.bgSet = "desert"; stop();
Symbol 768 MovieClip Frame 18
_root.bgSet = "dance"; stop();
Symbol 768 MovieClip Frame 19
_root.bgSet = "ice"; stop();
Symbol 770 Button
on (release) { _root.bbackground.nextFrame(); _root.optionsTab.bbackground_small.nextFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 771 Button
on (release) { _root.bbackground.prevFrame(); _root.optionsTab.bbackground_small.prevFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 793 MovieClip Frame 1
stop();
Symbol 794 Button
on (release) { _root.optionsTab.heartTab.nextFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 795 Button
on (release) { _root.optionsTab.heartTab.prevFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 797 Button
on (release) { _root.optionsTab.view.nextFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 798 Button
on (release) { _root.optionsTab.view.prevFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } }
Symbol 803 MovieClip Frame 1
stop();
Symbol 810 MovieClip [optionsTab] Frame 1
stop();
Symbol 810 MovieClip [optionsTab] Frame 35
stop();
Instance of Symbol 768 MovieClip "bbackground_small" in Symbol 810 MovieClip [optionsTab] Frame 35
onClipEvent (load) { this.gotoAndStop(_root.backgroundd); } onClipEvent (enterFrame) { _root.backgroundd = this._currentframe; }
Instance of Symbol 793 MovieClip "heartTab" in Symbol 810 MovieClip [optionsTab] Frame 35
onClipEvent (load) { this.gotoAndStop(_root.health); } onClipEvent (enterFrame) { _root.optionsTabHealth = this._currentframe; _root.health = this._currentframe; }
Instance of Symbol 803 MovieClip "view" in Symbol 810 MovieClip [optionsTab] Frame 35
onClipEvent (load) { this.gotoAndStop(_root.zoomView + 1); } onClipEvent (enterFrame) { _root.zoomView = this._currentframe - 1; }
Symbol 850 MovieClip [p] Frame 1
stop();
Symbol 850 MovieClip [p] Frame 38
_root[(("b" + this._x) + "x") + this._y] = null; stop();
Symbol 867 Button
on (release) { _root.pause = 0; this.removeMovieClip(); _root.ppause.removeMovieClip(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Instance of Symbol 855 MovieClip [ril] in Symbol 868 MovieClip [pause] Frame 1
onClipEvent (enterFrame) { _root.ppause._x = _root.screen._x; _root.ppause._y = _root.screen._y; }
Instance of Symbol 666 MovieClip in Symbol 915 MovieClip [q] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 426 MovieClip in Symbol 915 MovieClip [q] Frame 32
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 666 MovieClip in Symbol 915 MovieClip [q] Frame 37
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 435 MovieClip in Symbol 915 MovieClip [q] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 450 MovieClip in Symbol 915 MovieClip [q] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 462 MovieClip in Symbol 915 MovieClip [q] Frame 188
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 450 MovieClip in Symbol 915 MovieClip [q] Frame 193
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 462 MovieClip in Symbol 915 MovieClip [q] Frame 268
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 450 MovieClip in Symbol 915 MovieClip [q] Frame 273
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 426 MovieClip in Symbol 915 MovieClip [q] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 915 MovieClip [q] Frame 534
gotoAndPlay (321);
Symbol 928 Button
on (release) { if ((_root.level == "custom") or (_root.level == "custom2")) { _root.goCreator(); _root.bye(); } else { _root.goMenu(); _root.bye(); } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 940 Button
on (release) { if (_root.pause == 0) { _root.pause = 1; _root.attachMovie("pause", "ppause", 999934); if (_root.zoomView == true) { _root.ppause._width = _root.ppause._width / 2; _root.ppause._height = _root.ppause._height / 2; _root.ppause._x = _root.screen._x; _root.ppause._y = _root.screen._y; } } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 948 Button
on (release) { _root.actions.once = 0; _root.gotoAndPlay("in between", 1); gotoAndPlay (1); _root.goBetween(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 970 MovieClip Frame 1
stop();
Symbol 977 MovieClip Frame 1
stop();
Symbol 983 MovieClip Frame 1
stop();
Symbol 989 MovieClip Frame 1
stop();
Symbol 1039 Button
on (release) { _root.actions.once = 0; _root.gotoAndPlay("in between", 1); gotoAndPlay (1); _root.goBetween(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Instance of Symbol 964 MovieClip "healthheart" in Symbol 1041 MovieClip Frame 1
onClipEvent (load) { stop(); }
Symbol 1097 Button
on (rollOver) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { if (_root.level != "custom") { _root.level++; _root.goBetween(); } else { _root.goCreator(); } }
Symbol 1099 Button
on (rollOver) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { if (_root.level != "custom") { _root.level++; _root.goBetween(); } else { _root.goCreator(); } }
Symbol 1100 Button
on (rollOver) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.actions.once = 0; _root.goBetween(); }
Instance of Symbol 1108 MovieClip in Symbol 1145 MovieClip Frame 1
onClipEvent (load) { if (_root.lifeLosses == 0) { this._visible = 1; } else { this._visible = 0; } }
Instance of Symbol 1112 MovieClip in Symbol 1145 MovieClip Frame 10
onClipEvent (load) { if (_root.noItemsUsed) { this._visible = 1; } else { this._visible = 0; } }
Instance of Symbol 1119 MovieClip in Symbol 1145 MovieClip Frame 20
onClipEvent (load) { this.a = _root.monstersGotten * 100; }
Instance of Symbol 1125 MovieClip in Symbol 1145 MovieClip Frame 30
onClipEvent (load) { this.a = _root.health * 50; }
Instance of Symbol 1132 MovieClip in Symbol 1145 MovieClip Frame 40
onClipEvent (load) { this.a = _root.lifeLosses * 75; }
Instance of Symbol 1137 MovieClip in Symbol 1145 MovieClip Frame 60
onClipEvent (load) { this.a = 300 - (_root.movesMade * 5); if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1141 MovieClip in Symbol 1145 MovieClip Frame 70
onClipEvent (load) { this.a = (60 - int(_root.timeElapsed / 30)) * 10; if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1144 MovieClip in Symbol 1145 MovieClip Frame 90
onClipEvent (load) { this.a = 0; if (_root.lifeLosses == 0) { this.a = this.a + 500; } if (_root.noItemsUsed) { this.a = this.a + 200; } this.a = this.a + (_root.monstersGotten * 100); this.a = this.a + (_root.health * 50); this.a = this.a + (_root.lifeLosses * 75); varA = 300 - (_root.movesMade * 5); if (varA < 0) { varA = 0; } this.a = this.a + varA; varB = (60 - int(_root.timeElapsed / 30)) * 10; if (varB < 0) { varB = 0; } this.a = this.a + varB; if (this.a < 0) { this.a = 0; } }
Symbol 1145 MovieClip Frame 110
stop();
Instance of Symbol 1144 MovieClip in Symbol 1145 MovieClip Frame 110
onClipEvent (enterFrame) { this.a = 0; if (_root.lifeLosses == 0) { this.a = this.a + 500; } if (_root.noItemsUsed) { this.a = this.a + 200; } this.a = this.a + (_root.monstersGotten * 100); this.a = this.a + (_root.health * 50); this.a = this.a + (_root.lifeLosses * 75); varA = 300 - (_root.movesMade * 5); if (varA < 0) { varA = 0; } this.a = this.a + varA; varB = (60 - int(_root.timeElapsed / 30)) * 10; if (varB < 0) { varB = 0; } this.a = this.a + varB; if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1141 MovieClip in Symbol 1145 MovieClip Frame 110
onClipEvent (enterFrame) { this.a = (60 - int(_root.timeElapsed / 30)) * 10; if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1137 MovieClip in Symbol 1145 MovieClip Frame 110
onClipEvent (enterFrame) { this.a = 300 - (_root.movesMade * 5); if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1132 MovieClip in Symbol 1145 MovieClip Frame 110
onClipEvent (enterFrame) { this.a = _root.lifeLosses * 75; }
Instance of Symbol 1125 MovieClip in Symbol 1145 MovieClip Frame 110
onClipEvent (enterFrame) { this.a = _root.health * 50; }
Instance of Symbol 1119 MovieClip in Symbol 1145 MovieClip Frame 110
onClipEvent (enterFrame) { this.a = _root.monstersGotten * 100; }
Instance of Symbol 1112 MovieClip in Symbol 1145 MovieClip Frame 110
onClipEvent (enterFrame) { if (_root.noItemsUsed) { this._visible = 1; } else { this._visible = 0; } }
Instance of Symbol 1108 MovieClip in Symbol 1145 MovieClip Frame 110
onClipEvent (enterFrame) { if (_root.lifeLosses == 0) { this._visible = 1; } else { this._visible = 0; } }
Symbol 1146 MovieClip Frame 1
stop();
Instance of Symbol 1144 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = 0; if (_root.lifeLosses == 0) { this.a = this.a + 500; } if (_root.noItemsUsed) { this.a = this.a + 200; } this.a = this.a + (_root.monstersGotten * 100); this.a = this.a + (_root.health * 50); this.a = this.a + (_root.lifeLosses * 75); varA = 300 - (_root.movesMade * 5); if (varA < 0) { varA = 0; } this.a = this.a + varA; varB = (60 - int(_root.timeElapsed / 30)) * 10; if (varB < 0) { varB = 0; } this.a = this.a + varB; if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1141 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = (60 - int(_root.timeElapsed / 30)) * 10; if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1137 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = 300 - (_root.movesMade * 5); if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1132 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = _root.lifeLosses * 75; }
Instance of Symbol 1125 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = _root.health * 50; }
Instance of Symbol 1119 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = _root.monstersGotten * 100; }
Instance of Symbol 1112 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.noItemsUsed) { this._visible = 1; } else { this._visible = 0; } }
Instance of Symbol 1108 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.lifeLosses == 0) { this._visible = 1; } else { this._visible = 0; } }
Symbol 1147 MovieClip [screen] Frame 1
_root.screen.swapDepths(747); play();
Instance of Symbol 964 MovieClip "healthheart" in Symbol 1147 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.hhealth = _root.health; this.gotoAndStop(hhealth); }
Instance of Symbol 970 MovieClip "speedbar" in Symbol 1147 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { if ((_root.speedboosts == 0) and (this._currentframe != 2)) { this.gotoAndStop(2); } if ((_root.speedboosts > 0) and (this._currentframe != 1)) { this.gotoAndStop(1); } }
Instance of Symbol 977 MovieClip in Symbol 1147 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { if ((_root.shieldboosts == 0) and (this._currentframe == 1)) { this.gotoAndStop(2); } if ((_root.shieldboosts != 0) and (this._currentframe == 2)) { this.gotoAndStop(1); } }
Instance of Symbol 983 MovieClip in Symbol 1147 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { if (_root.gooboosts == 0) { this.gotoAndStop(2); } if (_root.gooboosts != 0) { this.gotoAndStop(1); } }
Instance of Symbol 989 MovieClip in Symbol 1147 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { if ((_root.ghostboosts == 0) and (this._currentframe == 1)) { this.gotoAndStop(2); } if ((_root.ghostboosts != 0) and (this._currentframe == 2)) { this.gotoAndStop(1); } }
Instance of Symbol 995 MovieClip "healthheart" in Symbol 1147 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.nnum = _root.keyCountGreen + 1; this.gotoAndStop(nnum); }
Instance of Symbol 1001 MovieClip "healthheart" in Symbol 1147 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.nnum = _root.keyCountYellow + 1; this.gotoAndStop(nnum); }
Instance of Symbol 1007 MovieClip in Symbol 1147 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.nnum = _root.keyCountBlue + 1; this.gotoAndStop(nnum); }
Instance of Symbol 1013 MovieClip "healthheart" in Symbol 1147 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.nnum = _root.keyCountRed + 1; this.gotoAndStop(nnum); }
Symbol 1147 MovieClip [screen] Frame 3
if (_root.soundon) { _root.ssound = new Sound(_root.main); _root.ssound.attachSound("3"); _root.ssound.start(); } _root.screen.swapDepths(747);
Symbol 1147 MovieClip [screen] Frame 30
if (_root.soundon) { _root.ssound = new Sound(_root.main); _root.ssound.attachSound("2"); _root.ssound.start(); }
Symbol 1147 MovieClip [screen] Frame 60
if (_root.soundon) { _root.ssound = new Sound(_root.main); _root.ssound.attachSound("1"); _root.ssound.start(); }
Symbol 1147 MovieClip [screen] Frame 90
if (_root.soundon) { _root.ssound = new Sound(_root.main); _root.ssound.attachSound("Go"); _root.ssound.start(); }
Symbol 1147 MovieClip [screen] Frame 99
_root.pause = 0;
Symbol 1147 MovieClip [screen] Frame 100
if (_root.zoomView != true) { _root.screen.swapDepths(-1); } stop();
Symbol 1147 MovieClip [screen] Frame 101
stopAllSounds(); _root.lastScreen = "menu";
Symbol 1147 MovieClip [screen] Frame 102
if (_root.musicon) { sssound = new Sound(this); sssound.attachSound("gameOverMusic"); sssound.start(); }
Instance of Symbol 170 MovieClip in Symbol 1147 MovieClip [screen] Frame 126
onClipEvent (load) { this._visible = 0; if (_root.zoomView) { dx = 0; dy = 0; i = 100; } else { dx = (285 - _root.main._x) / 200; dy = (230 - _root.main._y) / 200; i = 200; } } onClipEvent (enterFrame) { if (i >= 0) { _root.main._x = _root.main._x + dx; _root.main._y = _root.main._y + dy; _root.main._width = _root.main._width * 1.0085; _root.main._height = _root.main._height * 1.0085; i--; } }
Instance of Symbol 1087 MovieClip in Symbol 1147 MovieClip [screen] Frame 409
onClipEvent (enterFrame) { gotoAndStop(_root.lastMonsterType); }
Symbol 1147 MovieClip [screen] Frame 509
stop();
Symbol 1147 MovieClip [screen] Frame 510
_root.lastScreen = "menu";
Instance of Symbol 170 MovieClip in Symbol 1147 MovieClip [screen] Frame 510
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { _root.loadGameData(); }
Instance of Symbol 170 MovieClip in Symbol 1147 MovieClip [screen] Frame 517
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { _root.decrypted = _root.decrypt(_root.loadContent); }
Instance of Symbol 170 MovieClip in Symbol 1147 MovieClip [screen] Frame 525
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { myNumber = new Number(_root.decrypted); _root.encryption = _root.blowfish(myNumber + 1); }
Instance of Symbol 170 MovieClip in Symbol 1147 MovieClip [screen] Frame 531
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { if (_root.level != "custom") { if (_root.decrypted < (_root.level + 2)) { _root.saveGameData(_root.encryption); } } }
Symbol 1147 MovieClip [screen] Frame 739
stop();
Symbol 1304 MovieClip [t] Frame 72
gotoAndPlay (1);
Symbol 1304 MovieClip [t] Frame 188
gotoAndPlay (1);
Symbol 1304 MovieClip [t] Frame 236
gotoAndPlay (1);
Instance of Symbol 523 MovieClip in Symbol 1304 MovieClip [t] Frame 331
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1304 MovieClip [t] Frame 351
gotoAndPlay (1);
Symbol 1304 MovieClip [t] Frame 445
gotoAndPlay (1);
Symbol 1304 MovieClip [t] Frame 561
gotoAndPlay (1);
Instance of Symbol 1308 MovieClip in Symbol 1317 MovieClip [w] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1317 MovieClip [w] Frame 60
gotoAndPlay (1);
Symbol 1326 Button
on (press) { _parent.removeMovieClip(); } on (keyPress "<Enter>") { _parent.removeMovieClip(); }
Symbol 1328 Button
on (press) { _parent.removeMovieClip(); }
Instance of Symbol 170 MovieClip in Symbol 1345 MovieClip [wdestination] Frame 1
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { if (_root["w" + _parent._name.substr(2, 1)].x == null) { _parent.removeMovieClip(); } }
Instance of Symbol 1308 MovieClip in Symbol 1349 MovieClip [x] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1349 MovieClip [x] Frame 60
gotoAndPlay (1);
Instance of Symbol 170 MovieClip in Symbol 1351 MovieClip [xdestination] Frame 1
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { if (_root["x" + _parent._name.substr(2, 1)].x == null) { _parent.removeMovieClip(); } }
Instance of Symbol 1308 MovieClip in Symbol 1355 MovieClip [y] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1355 MovieClip [y] Frame 60
gotoAndPlay (1);
Instance of Symbol 170 MovieClip in Symbol 1357 MovieClip [ydestination] Frame 1
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { if (_root["y" + _parent._name.substr(2, 1)].x == null) { _parent.removeMovieClip(); } }
Instance of Symbol 1360 MovieClip in Symbol 1713 MovieClip Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "front"; }
Instance of Symbol 1360 MovieClip in Symbol 1714 MovieClip [z] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "front"; }
Symbol 1714 MovieClip [z] Frame 80
gotoAndStop (1);
Instance of Symbol 1360 MovieClip in Symbol 1714 MovieClip [z] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "back"; }
Symbol 1714 MovieClip [z] Frame 160
gotoAndStop (1);
Instance of Symbol 1401 MovieClip in Symbol 1714 MovieClip [z] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "right"; }
Symbol 1714 MovieClip [z] Frame 240
gotoAndStop (1);
Instance of Symbol 1401 MovieClip in Symbol 1714 MovieClip [z] Frame 241
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "left"; }
Symbol 1714 MovieClip [z] Frame 320
gotoAndStop (1);
Instance of Symbol 1360 MovieClip in Symbol 1714 MovieClip [z] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "front"; }
Symbol 1714 MovieClip [z] Frame 391
stop();
Instance of Symbol 1360 MovieClip in Symbol 1714 MovieClip [z] Frame 392
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "front"; }
Symbol 1714 MovieClip [z] Frame 550
_root.main.shield.play(); stop();
Instance of Symbol 1719 MovieClip in Symbol 1720 MovieClip [g] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1732 MovieClip [shield] Frame 1
stop();
Instance of Symbol 1728 MovieClip in Symbol 1732 MovieClip [shield] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1732 MovieClip [shield] Frame 55
_root.main.shield.removeMovieClip(); this.removeMovieClip(); stop();
Symbol 1734 MovieClip [lock] Frame 1
stop();
Symbol 1734 MovieClip [lock] Frame 43
stop();
Symbol 1738 Button
on (press) { _root.edit("f"); }
Symbol 1742 Button
on (press) { _root.edit("h"); }
Symbol 1746 Button
on (press) { _root.edit("i"); }
Symbol 1750 Button
on (press) { _root.edit("r"); }
Symbol 1755 Button
on (press) { _root.edit("g"); }
Symbol 1760 Button
on (press) { _root.edit("n"); }
Symbol 1764 Button
on (press) { _root.edit("j"); }
Symbol 1768 Button
on (press) { _root.edit("l"); }
Symbol 1772 Button
on (press) { _root.edit("q"); }
Symbol 1776 Button
on (press) { _root.edit("m"); }
Symbol 1781 Button
on (press) { _root.edit("k"); }
Symbol 1785 Button
on (press) { _root.edit("o"); }
Symbol 1789 Button
on (press) { _root.edit("u"); }
Symbol 1794 Button
on (press) { _root.edit("x"); }
Symbol 1798 Button
on (press) { _root.edit("y"); }
Symbol 1802 Button
on (press) { _root.edit("w"); }
Instance of Symbol 1834 MovieClip in Symbol 1851 MovieClip Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 1859 MovieClip in Symbol 1893 MovieClip Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 713 MovieClip [n] in Symbol 1895 MovieClip Frame 1
onClipEvent (load) { this.stop(); }
Instance of Symbol 915 MovieClip [q] in Symbol 1895 MovieClip Frame 1
onClipEvent (load) { this.stop(); }
Instance of Symbol 1851 MovieClip in Symbol 1895 MovieClip Frame 1
onClipEvent (load) { this.stop(); }
Instance of Symbol 1893 MovieClip in Symbol 1895 MovieClip Frame 1
onClipEvent (load) { this.stop(); }
Symbol 1901 Button
on (rollOver) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.ironGate.stop(); _root.level = _root.totalLevel; gotoAndPlay (93); }
Symbol 1906 Button
on (rollOver) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.ironGate.stop(); if (_root.uno == "bar1=_x:1,_y:1; bar2=_x:1,_y:1; _root=health:1,backgroundd:1,zoomView:false>") { gotoAndStop (91); } else { gotoAndStop (92); } }
Symbol 1911 Button
on (rollOver) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.ironGate.stop(); gotoAndStop (87); }
Symbol 1915 Button
on (rollOver) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("over"); this.ssound.start(); } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.ironGate.stop(); gotoAndStop (86); }
Symbol 1931 Button
on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { gotoAndStop (85); }
Symbol 1952 Button
on (release) { _root.ironGate.stop(); if (((_root.level == "custom") or (_root.level == "custom2")) and (_root.lastScreen != "credits")) { _root.goCreator(); _root.bye(); } else { _root.goMenu(); _root.bye(); } } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 1963 Button
on (release) { gotoAndStop (88); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 1967 Button
on (release) { gotoAndStop (89); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 1971 Button
on (release) { gotoAndStop (90); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 1976 Button
on (release) { nextFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 2001 Button
on (release) { prevFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 2004 Button
on (release) { gotoAndStop (87); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 2061 Button
on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.bye(); _root.zoomView = false; gotoAndStop (85); }
Symbol 2063 Button
on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.nextFrame(); }
Symbol 2105 Button
on (release) { _root[_root.drag].removeMovieClip(); _root.attachMovie("bomb", "bomb", 88889); _root.drag = "bomb"; }
Symbol 2106 Button
on (press) { _root.edit("b"); }
Symbol 2107 Button
on (release) { _root.attachMovie("monsters", "monsters", 9998); _root.monsters._x = 40; _root.monsters._y = 173.3; _root.monsters._width = 71.9; _root.monsters._height = 41; _root.tabOpen = true; }
Symbol 2108 Button
on (press) { _root.edit("t"); }
Symbol 2109 Button
on (release) { _root.attachMovie("powerups", "powerups", 9995); _root.powerups._x = 40; _root.powerups._y = 227.9; _root.powerups._width = 71.9; _root.powerups._height = 41.1; _root.tabOpen = true; }
Symbol 2110 Button
on (release) { _root.attachMovie("gates", "gates", 9996); _root.gates._x = 40; _root.gates._y = 282.7; _root.gates._width = 79; _root.gates._height = 24.7; _root.tabOpen = true; }
Symbol 2111 Button
on (release) { _root.attachMovie("edit warp", "warp", 9997); _root.warp._x = 40; _root.warp._y = 254.7; _root.warp._width = 71.2; _root.warp._height = 22.1; _root.tabOpen = true; }
Symbol 2112 Button
on (press) { _root.edit("d"); }
Symbol 2113 Button
on (press) { _root.edit("z"); }
Symbol 2115 Button
on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { if (_root.covered == false) { if (_root.mxz < 1) { _root.attachMovie("warn2", "warningg", 599); } if (_root.mxd < 1) { _root.attachMovie("warn3", "wwarning", 598); } if ((((((_root.mxq + _root.mxm) + _root.mxn) + _root.mxl) + _root.mxj) > 0) and ((_root.mxt + _root.mxf) == 0)) { _root.attachMovie("warn4", "wwarningg", 600); } if (!(((_root.mxz < 1) or (_root.mxd < 1)) or ((((((_root.mxq + _root.mxm) + _root.mxn) + _root.mxl) + _root.mxj) > 0) and ((_root.mxt + _root.mxf) == 0)))) { _root.optionsTab.gotoAndStop(1); _root.optionsOpen = false; _root.convertToCode(); _root.zoomView = false; _root.bye(); _root.level = "custom"; play(); } } }
Symbol 2116 Button
on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.convertToCode(); _root.bye(); _root.zoomView = false; gotoAndStop (85); }
Symbol 2121 Button
on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.convertToCode(); _root.bye(); _root.zoomView = false; gotoAndStop (91); }

Library Items

Symbol 1 GraphicUsed by:2 67 71 72 81
Symbol 2 MovieClip [fcb_hitArea]Uses:1
Symbol 3 GraphicUsed by:4 42 46 56 89 93 101
Symbol 4 MovieClipUses:3Used by:11
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:11
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:11
Symbol 9 GraphicUsed by:10 43 45 55 90 92 100
Symbol 10 MovieClipUses:9Used by:11
Symbol 11 MovieClipUses:4 6 8 10Used by:26
Symbol 12 GraphicUsed by:13 109 128 161 1963 1967 1971 2004
Symbol 13 MovieClipUses:12Used by:14
Symbol 14 MovieClipUses:13Used by:26
Symbol 15 GraphicUsed by:16 18 115
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:16Used by:26
Symbol 18 MovieClipUses:15Used by:19
Symbol 19 MovieClipUses:18Used by:26
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:22
Symbol 22 MovieClipUses:21Used by:26
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClip [fcb_states]Uses:11 14 17 19 22 25
Symbol 27 FontUsed by:28
Symbol 28 EditableTextUses:27Used by:29
Symbol 29 MovieClip [FLabelSymbol]Uses:28
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:32
Symbol 32 MovieClip [FHighlightSymbol]Uses:31
Symbol 33 MovieClip [FUIComponentSymbol]
Symbol 34 GraphicUsed by:35 51 68 69 75 76 78 84 96
Symbol 35 MovieClipUses:34Used by:44
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:44
Symbol 38 GraphicUsed by:39 57 87 102
Symbol 39 MovieClipUses:38Used by:44
Symbol 40 GraphicUsed by:41 58 88 103
Symbol 41 MovieClipUses:40Used by:44
Symbol 42 MovieClipUses:3Used by:44
Symbol 43 MovieClipUses:9Used by:44
Symbol 44 MovieClipUses:35 37 39 41 42 43Used by:64
Symbol 45 MovieClipUses:9Used by:54
Symbol 46 MovieClipUses:3Used by:54
Symbol 47 GraphicUsed by:48 94
Symbol 48 MovieClipUses:47Used by:54
Symbol 49 GraphicUsed by:50 95
Symbol 50 MovieClipUses:49Used by:54
Symbol 51 MovieClipUses:34Used by:54
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:54
Symbol 54 MovieClipUses:45 46 48 50 51 53Used by:64
Symbol 55 MovieClipUses:9Used by:63
Symbol 56 MovieClipUses:3Used by:63
Symbol 57 MovieClipUses:38Used by:63
Symbol 58 MovieClipUses:40Used by:63
Symbol 59 GraphicUsed by:60 104
Symbol 60 MovieClipUses:59Used by:63
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:63
Symbol 63 MovieClipUses:55 56 57 58 60 62Used by:64
Symbol 64 MovieClip [UpArrow]Uses:44 54 63
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:70
Symbol 67 MovieClipUses:1Used by:70
Symbol 68 MovieClipUses:34Used by:70
Symbol 69 MovieClipUses:34Used by:70
Symbol 70 MovieClipUses:66 67 68 69Used by:83
Symbol 71 MovieClipUses:1Used by:77
Symbol 72 MovieClipUses:1Used by:77
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:77
Symbol 75 MovieClipUses:34Used by:77
Symbol 76 MovieClipUses:34Used by:77
Symbol 77 MovieClipUses:71 72 74 75 76Used by:83
Symbol 78 MovieClipUses:34Used by:82
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:82
Symbol 81 MovieClipUses:1Used by:82
Symbol 82 MovieClipUses:78 80 81Used by:83
Symbol 83 MovieClip [ScrollThumb]Uses:70 77 82
Symbol 84 MovieClipUses:34Used by:91
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:91
Symbol 87 MovieClipUses:38Used by:91
Symbol 88 MovieClipUses:40Used by:91
Symbol 89 MovieClipUses:3Used by:91
Symbol 90 MovieClipUses:9Used by:91
Symbol 91 MovieClipUses:84 86 87 88 89 90Used by:108
Symbol 92 MovieClipUses:9Used by:99
Symbol 93 MovieClipUses:3Used by:99
Symbol 94 MovieClipUses:47Used by:99
Symbol 95 MovieClipUses:49Used by:99
Symbol 96 MovieClipUses:34Used by:99
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:99
Symbol 99 MovieClipUses:92 93 94 95 96 98Used by:108
Symbol 100 MovieClipUses:9Used by:107
Symbol 101 MovieClipUses:3Used by:107
Symbol 102 MovieClipUses:38Used by:107
Symbol 103 MovieClipUses:40Used by:107
Symbol 104 MovieClipUses:59Used by:107
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:107
Symbol 107 MovieClipUses:100 101 102 103 104 106Used by:108
Symbol 108 MovieClip [DownArrow]Uses:91 99 107
Symbol 109 MovieClipUses:12Used by:111
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClip [FBoundingBoxSymbol]Uses:109 110Used by:114 125
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:114
Symbol 114 MovieClip [FCheckBoxSymbol]Uses:111 113Used by:Timeline
Symbol 115 MovieClipUses:15Used by:116
Symbol 116 MovieClipUses:115Used by:117
Symbol 117 MovieClip [FScrollBarSymbol]Uses:116Used by:121
Symbol 118 MovieClip [DataProviderSymbol]Used by:120
Symbol 119 MovieClip [FSelectableItemSymbol]Used by:120
Symbol 120 MovieClip [FSelectableListSymbol]Uses:118 119Used by:121
Symbol 121 MovieClip [FScrollSelectListSymbol]Uses:117 120Used by:125
Symbol 122 MovieClip [FComboBoxItemSymbol]Used by:125
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:125
Symbol 125 MovieClip [FComboBoxSymbol]Uses:121 122 111 124Used by:Timeline
Symbol 126 GraphicUsed by:367 768 1147 1318  Timeline
Symbol 127 GraphicUsed by:158
Symbol 128 MovieClipUses:12Used by:158
Symbol 129 GraphicUsed by:158
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:132 1304
Symbol 132 MovieClipUses:131Used by:158
Symbol 133 GraphicUsed by:140
Symbol 134 GraphicUsed by:138
Symbol 135 GraphicUsed by:136 2071 2107
Symbol 136 MovieClipUses:135Used by:138 419 426 435 450 462 491 522 523 632 662 666 694 720 724 725 728 770 771 793 794 795 797 798 964 1049 1052 1063 1076 1085 1158 1220 1261 1304 1308 1317 1349 1355 1360 1401 1707 1713 1714 1719 1728 1834 1851 1859 1893 1945 2335  Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:134 136 137Used by:140
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:133 138 139Used by:158
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:157 723 727 867 928 940 948 1039 1040 1091 1096 1097 1099 1100 1918 1952 2061 2063 2115 2116 2121
Symbol 143 GraphicUsed by:157 1096 1099 2063 2115
Symbol 144 GraphicUsed by:157 928 1091 1096 1099 1952 2061 2063 2115 2116 2121
Symbol 145 GraphicUsed by:157 2063 2115
Symbol 146 FontUsed by:147 153 357 362 859 863 921 925 932 936 943 1034 1093 1924 1929 2118 2119
Symbol 147 TextUses:146Used by:157 2063 2115
Symbol 148 GraphicUsed by:157 1096 1099 2063 2115
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:157 206 208 210 723 808 867 928 940 948 1039 1040 1091 1096 1097 1099 1100 1147 1931 1952 1954 2061 2063 2115 2116 2121  Timeline
Symbol 151 GraphicUsed by:157 1096 1099 2063 2115
Symbol 152 GraphicUsed by:157 2063 2115
Symbol 153 TextUses:146Used by:157 2063 2115
Symbol 154 GraphicUsed by:157 1096 1099 2063 2115
Symbol 155 GraphicUsed by:157 928 1091 1096 1099 1952 2061 2063 2115 2116 2121
Symbol 156 GraphicUsed by:157 2063 2115
Symbol 157 ButtonUses:142 143 144 145 147 148 150 151 152 153 154 155 156Used by:158
Symbol 158 MovieClipUses:127 128 129 132 140 157Used by:Timeline
Symbol 159 FontUsed by:160 402 403 965 971 978 984 999 1005 1012 1107 1111 1115 1116 1117 1118 1121 1122 1123 1124 1128 1129 1130 1131 1136 1140 1142 1143 1321 1323 1325 1331 1334 1337 1340 1933 1935 1950 1979 1980 1981 1982 1984 1985 1986 1987 1988 1991 1994 2006 2023 2024 2025 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2098 2100 2126
Symbol 160 EditableTextUses:159 404 2030Used by:Timeline
Symbol 161 MovieClipUses:12Used by:165
Symbol 162 GraphicUsed by:165
Symbol 163 FontUsed by:164 318 371 1023 1024 1025 1026 1027 1028
Symbol 164 EditableTextUses:163Used by:165
Symbol 165 MovieClip [alpha]Uses:161 162 164Used by:Timeline
Symbol 166 BitmapUsed by:167 2064 2065 2066
Symbol 167 GraphicUses:166Used by:168
Symbol 168 MovieClipUses:167Used by:289
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:289 314 407 1147 1345 1351 1357  Timeline
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:173
Symbol 173 MovieClipUses:172Used by:289
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:178
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:178
Symbol 178 MovieClipUses:175 177Used by:289
Symbol 179 BitmapUsed by:180 181 182 183 184 185 186
Symbol 180 GraphicUses:179Used by:187
Symbol 181 GraphicUses:179Used by:187
Symbol 182 GraphicUses:179Used by:187
Symbol 183 GraphicUses:179Used by:187
Symbol 184 GraphicUses:179Used by:187
Symbol 185 GraphicUses:179Used by:187
Symbol 186 GraphicUses:179Used by:187
Symbol 187 MovieClipUses:180 181 182 183 184 185 186Used by:289
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:192
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:192
Symbol 192 MovieClipUses:189 191Used by:289
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:195
Symbol 195 MovieClipUses:194Used by:289
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:198
Symbol 198 MovieClipUses:197Used by:289
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:204
Symbol 201 GraphicUsed by:204
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:204
Symbol 204 MovieClipUses:200 201 203Used by:289
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205 150Used by:211
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207 150Used by:211
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209 150Used by:211
Symbol 211 MovieClipUses:206 208 210Used by:289
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:288
Symbol 214 ShapeTweeningUsed by:288
Symbol 215 ShapeTweeningUsed by:288
Symbol 216 ShapeTweeningUsed by:288
Symbol 217 ShapeTweeningUsed by:288
Symbol 218 ShapeTweeningUsed by:288
Symbol 219 ShapeTweeningUsed by:288
Symbol 220 ShapeTweeningUsed by:288
Symbol 221 ShapeTweeningUsed by:288
Symbol 222 GraphicUsed by:288
Symbol 223 ShapeTweeningUsed by:288
Symbol 224 ShapeTweeningUsed by:288
Symbol 225 ShapeTweeningUsed by:288
Symbol 226 ShapeTweeningUsed by:288
Symbol 227 ShapeTweeningUsed by:288
Symbol 228 ShapeTweeningUsed by:288
Symbol 229 ShapeTweeningUsed by:288
Symbol 230 ShapeTweeningUsed by:288
Symbol 231 GraphicUsed by:288
Symbol 232 ShapeTweeningUsed by:288
Symbol 233 ShapeTweeningUsed by:288
Symbol 234 ShapeTweeningUsed by:288
Symbol 235 ShapeTweeningUsed by:288
Symbol 236 ShapeTweeningUsed by:288
Symbol 237 ShapeTweeningUsed by:288
Symbol 238 ShapeTweeningUsed by:288
Symbol 239 ShapeTweeningUsed by:288
Symbol 240 ShapeTweeningUsed by:288
Symbol 241 ShapeTweeningUsed by:288
Symbol 242 ShapeTweeningUsed by:288
Symbol 243 ShapeTweeningUsed by:288
Symbol 244 ShapeTweeningUsed by:288
Symbol 245 ShapeTweeningUsed by:288
Symbol 246 ShapeTweeningUsed by:288
Symbol 247 ShapeTweeningUsed by:288
Symbol 248 GraphicUsed by:288
Symbol 249 ShapeTweeningUsed by:288
Symbol 250 ShapeTweeningUsed by:288
Symbol 251 ShapeTweeningUsed by:288
Symbol 252 ShapeTweeningUsed by:288
Symbol 253 ShapeTweeningUsed by:288
Symbol 254 ShapeTweeningUsed by:288
Symbol 255 ShapeTweeningUsed by:288
Symbol 256 ShapeTweeningUsed by:288
Symbol 257 ShapeTweeningUsed by:288
Symbol 258 ShapeTweeningUsed by:288
Symbol 259 ShapeTweeningUsed by:288
Symbol 260 ShapeTweeningUsed by:288
Symbol 261 ShapeTweeningUsed by:288
Symbol 262 ShapeTweeningUsed by:288
Symbol 263 ShapeTweeningUsed by:288
Symbol 264 ShapeTweeningUsed by:288
Symbol 265 GraphicUsed by:288
Symbol 266 ShapeTweeningUsed by:288
Symbol 267 ShapeTweeningUsed by:288
Symbol 268 ShapeTweeningUsed by:288
Symbol 269 ShapeTweeningUsed by:288
Symbol 270 ShapeTweeningUsed by:288
Symbol 271 GraphicUsed by:288
Symbol 272 ShapeTweeningUsed by:288
Symbol 273 ShapeTweeningUsed by:288
Symbol 274 ShapeTweeningUsed by:288
Symbol 275 ShapeTweeningUsed by:288
Symbol 276 ShapeTweeningUsed by:288
Symbol 277 ShapeTweeningUsed by:288
Symbol 278 ShapeTweeningUsed by:288
Symbol 279 ShapeTweeningUsed by:288
Symbol 280 ShapeTweeningUsed by:288
Symbol 281 ShapeTweeningUsed by:288
Symbol 282 GraphicUsed by:288
Symbol 283 ShapeTweeningUsed by:288
Symbol 284 ShapeTweeningUsed by:288
Symbol 285 ShapeTweeningUsed by:288
Symbol 286 ShapeTweeningUsed by:288
Symbol 287 ShapeTweeningUsed by:288
Symbol 288 MovieClipUses:213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287Used by:289
Symbol 289 MovieClip [b]Uses:168 170 173 178 187 192 195 198 204 211 288Used by:733 810  Timeline
Symbol 290 MovieClip [bar1]Used by:Timeline
Symbol 291 MovieClip [bar2]Used by:Timeline
Symbol 292 GraphicUsed by:314
Symbol 293 GraphicUsed by:314
Symbol 294 GraphicUsed by:314
Symbol 295 GraphicUsed by:314
Symbol 296 GraphicUsed by:314
Symbol 297 GraphicUsed by:314
Symbol 298 GraphicUsed by:314
Symbol 299 GraphicUsed by:314
Symbol 300 GraphicUsed by:314
Symbol 301 GraphicUsed by:314
Symbol 302 GraphicUsed by:314
Symbol 303 GraphicUsed by:314
Symbol 304 GraphicUsed by:314
Symbol 305 GraphicUsed by:314
Symbol 306 GraphicUsed by:314
Symbol 307 GraphicUsed by:314
Symbol 308 GraphicUsed by:314
Symbol 309 GraphicUsed by:314
Symbol 310 GraphicUsed by:314
Symbol 311 ShapeTweeningUsed by:314
Symbol 312 ShapeTweeningUsed by:314
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClip [bomb]Uses:292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 170 313Used by:2102 2105  Timeline
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:319
Symbol 317 GraphicUsed by:319
Symbol 318 EditableTextUses:163Used by:319
Symbol 319 MovieClip [clpha]Uses:316 317 318Used by:Timeline
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClip [cover]Uses:320Used by:Timeline
Symbol 322 GraphicUsed by:351 1338
Symbol 323 ShapeTweeningUsed by:351
Symbol 324 GraphicUsed by:351
Symbol 325 GraphicUsed by:351
Symbol 326 GraphicUsed by:351
Symbol 327 GraphicUsed by:351
Symbol 328 GraphicUsed by:351
Symbol 329 GraphicUsed by:351
Symbol 330 GraphicUsed by:351
Symbol 331 GraphicUsed by:351
Symbol 332 GraphicUsed by:351
Symbol 333 GraphicUsed by:351
Symbol 334 GraphicUsed by:351
Symbol 335 GraphicUsed by:351
Symbol 336 GraphicUsed by:351
Symbol 337 GraphicUsed by:351
Symbol 338 GraphicUsed by:351
Symbol 339 GraphicUsed by:351
Symbol 340 GraphicUsed by:351
Symbol 341 GraphicUsed by:351
Symbol 342 GraphicUsed by:351
Symbol 343 GraphicUsed by:351
Symbol 344 GraphicUsed by:351
Symbol 345 GraphicUsed by:351
Symbol 346 GraphicUsed by:351
Symbol 347 GraphicUsed by:351
Symbol 348 GraphicUsed by:351
Symbol 349 GraphicUsed by:351
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClip [d]Uses:322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350Used by:Timeline
Symbol 352 GraphicUsed by:367
Symbol 353 FontUsed by:354 355 393 500 583 1941 2062
Symbol 354 TextUses:353Used by:367
Symbol 355 TextUses:353Used by:367
Symbol 356 GraphicUsed by:360 384
Symbol 357 TextUses:146Used by:360 384
Symbol 358 GraphicUsed by:360 384
Symbol 359 GraphicUsed by:360 384
Symbol 360 ButtonUses:356 357 358 359Used by:367
Symbol 361 GraphicUsed by:365
Symbol 362 TextUses:146Used by:365
Symbol 363 GraphicUsed by:365
Symbol 364 GraphicUsed by:365
Symbol 365 ButtonUses:361 362 363 364Used by:367
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClip [edit warning 1]Uses:126 352 354 355 360 365 366Used by:Timeline
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:372
Symbol 370 GraphicUsed by:372
Symbol 371 EditableTextUses:163Used by:372
Symbol 372 MovieClip [elpha]Uses:369 370 371Used by:Timeline
Symbol 373 GraphicUsed by:374
Symbol 374 MovieClip [erase]Uses:373Used by:Timeline
Symbol 375 GraphicUsed by:380
Symbol 376 ShapeTweeningUsed by:380
Symbol 377 ShapeTweeningUsed by:380
Symbol 378 ShapeTweeningUsed by:380
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClip [fire]Uses:375 376 377 378 379Used by:Timeline
Symbol 381 GraphicUsed by:382
Symbol 382 ButtonUses:381Used by:407 517 604
Symbol 383 GraphicUsed by:407
Symbol 384 ButtonUses:356 357 358 359Used by:407 517 604
Symbol 385 GraphicUsed by:391 392 601 602
Symbol 386 GraphicUsed by:388 391 392
Symbol 387 GraphicUsed by:388 391 392
Symbol 388 MovieClip [o]Uses:386 387Used by:391 392  Timeline
Symbol 389 GraphicUsed by:391 392 601 602
Symbol 390 GraphicUsed by:391 392 503 506 509 512 584 585 586 587 601 602
Symbol 391 ButtonUses:385 388 389 390 386 387Used by:407
Symbol 392 ButtonUses:385 388 389 390 386 387Used by:407
Symbol 393 TextUses:353Used by:407
Symbol 394 GraphicUsed by:400 401
Symbol 395 GraphicUsed by:400 401
Symbol 396 GraphicUsed by:400 401
Symbol 397 GraphicUsed by:400 401
Symbol 398 GraphicUsed by:400 401
Symbol 399 GraphicUsed by:400 401
Symbol 400 ButtonUses:394 395 396 397 398 399Used by:407
Symbol 401 ButtonUses:394 395 396 397 398 399Used by:407
Symbol 402 EditableTextUses:159Used by:407
Symbol 403 EditableTextUses:159Used by:407
Symbol 404 FontUsed by:160 405 994 1106 1110 1114 1127 1135 1139 1983 2053
Symbol 405 EditableTextUses:404Used by:407
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClip [gate]Uses:382 383 384 391 392 393 400 401 402 403 405 170 406Used by:Timeline
Symbol 408 GraphicUsed by:409
Symbol 409 MovieClip [hand]Uses:408Used by:Timeline
Symbol 410 GraphicUsed by:412 1760
Symbol 411 GraphicUsed by:412 713 1220 1760
Symbol 412 MovieClip [horns]Uses:410 411Used by:1052 1220 1760  Timeline
Symbol 413 GraphicUsed by:491 1063 1261
Symbol 414 GraphicUsed by:491
Symbol 415 GraphicUsed by:491
Symbol 416 GraphicUsed by:491
Symbol 417 GraphicUsed by:419 2071 2107
Symbol 418 GraphicUsed by:419 2071 2107
Symbol 419 MovieClipUses:417 136 418Used by:420 426 666
Symbol 420 MovieClipUses:419Used by:491 662
Symbol 421 GraphicUsed by:491 1063 1261
Symbol 422 GraphicUsed by:491
Symbol 423 GraphicUsed by:491
Symbol 424 GraphicUsed by:491 662 713 915 1063 1085
Symbol 425 GraphicUsed by:426
Symbol 426 MovieClipUses:425 136 419Used by:491 662 713 915
Symbol 427 GraphicUsed by:491
Symbol 428 GraphicUsed by:491
Symbol 429 GraphicUsed by:491
Symbol 430 GraphicUsed by:491
Symbol 431 GraphicUsed by:491
Symbol 432 GraphicUsed by:491
Symbol 433 GraphicUsed by:435
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:433 136 434Used by:491 662 713 915
Symbol 436 GraphicUsed by:491
Symbol 437 GraphicUsed by:491
Symbol 438 GraphicUsed by:491
Symbol 439 GraphicUsed by:491
Symbol 440 GraphicUsed by:491
Symbol 441 GraphicUsed by:491
Symbol 442 GraphicUsed by:491
Symbol 443 GraphicUsed by:491
Symbol 444 GraphicUsed by:491
Symbol 445 GraphicUsed by:491
Symbol 446 GraphicUsed by:491 915
Symbol 447 GraphicUsed by:491
Symbol 448 GraphicUsed by:450
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:448 136 449Used by:491 915
Symbol 451 GraphicUsed by:491
Symbol 452 GraphicUsed by:491 915
Symbol 453 GraphicUsed by:491
Symbol 454 GraphicUsed by:491
Symbol 455 GraphicUsed by:491
Symbol 456 GraphicUsed by:491 662 713 915
Symbol 457 GraphicUsed by:491
Symbol 458 GraphicUsed by:491
Symbol 459 GraphicUsed by:491 576 662 713 915
Symbol 460 GraphicUsed by:462
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClipUses:460 136 461Used by:491 915
Symbol 463 GraphicUsed by:491
Symbol 464 GraphicUsed by:491
Symbol 465 GraphicUsed by:491
Symbol 466 GraphicUsed by:491
Symbol 467 GraphicUsed by:491
Symbol 468 GraphicUsed by:491
Symbol 469 GraphicUsed by:491
Symbol 470 GraphicUsed by:491
Symbol 471 GraphicUsed by:491
Symbol 472 GraphicUsed by:491
Symbol 473 GraphicUsed by:491
Symbol 474 GraphicUsed by:491
Symbol 475 GraphicUsed by:491
Symbol 476 GraphicUsed by:491
Symbol 477 GraphicUsed by:491
Symbol 478 GraphicUsed by:491
Symbol 479 GraphicUsed by:491
Symbol 480 GraphicUsed by:491
Symbol 481 GraphicUsed by:491 576 662 713
Symbol 482 GraphicUsed by:491
Symbol 483 GraphicUsed by:491
Symbol 484 GraphicUsed by:491
Symbol 485 GraphicUsed by:491
Symbol 486 GraphicUsed by:491
Symbol 487 GraphicUsed by:491
Symbol 488 GraphicUsed by:491
Symbol 489 GraphicUsed by:490
Symbol 490 MovieClipUses:489Used by:491 576 662 713 915
Symbol 491 MovieClip [j]Uses:413 414 415 136 416 420 421 422 423 424 426 427 428 429 430 431 432 435 436 437 438 439 440 441 442 443 444 445 446 447 450 451 452 453 454 455 456 457 458 459 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 490Used by:Timeline
Symbol 492 GraphicUsed by:498 1714 2335
Symbol 493 GraphicUsed by:494 513 1781 2085 2110
Symbol 494 MovieClipUses:493Used by:498
Symbol 495 GraphicUsed by:498
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClipUses:496Used by:498
Symbol 498 MovieClip [k]Uses:492 494 495 497Used by:Timeline
Symbol 499 GraphicUsed by:517
Symbol 500 TextUses:353Used by:517
Symbol 501 GraphicUsed by:503 584
Symbol 502 GraphicUsed by:503 584
Symbol 503 ButtonUses:501 502 390Used by:517
Symbol 504 GraphicUsed by:506 585
Symbol 505 GraphicUsed by:506 585
Symbol 506 ButtonUses:504 505 390Used by:517
Symbol 507 GraphicUsed by:509 586
Symbol 508 GraphicUsed by:509 586
Symbol 509 ButtonUses:507 508 390Used by:517
Symbol 510 GraphicUsed by:512 587
Symbol 511 GraphicUsed by:512 587
Symbol 512 ButtonUses:510 511 390Used by:517
Symbol 513 MovieClipUses:493Used by:515 2085 2110
Symbol 514 GraphicUsed by:515 1781
Symbol 515 MovieClipUses:513 514Used by:517 1734 1781
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClip [key]Uses:382 499 500 384 503 506 509 512 515 516Used by:Timeline
Symbol 518 ShapeTweeningUsed by:576 2071 2107
Symbol 519 GraphicUsed by:576 2071 2107
Symbol 520 GraphicUsed by:576 1076 1304 2071 2107
Symbol 521 GraphicUsed by:522 2071 2107
Symbol 522 MovieClipUses:521 136Used by:523 570 576
Symbol 523 MovieClipUses:136 522Used by:576 1304
Symbol 524 GraphicUsed by:576
Symbol 525 GraphicUsed by:576
Symbol 526 GraphicUsed by:576
Symbol 527 GraphicUsed by:576
Symbol 528 GraphicUsed by:576 1076 1304
Symbol 529 GraphicUsed by:576 1076 1304
Symbol 530 ShapeTweeningUsed by:576
Symbol 531 GraphicUsed by:576
Symbol 532 GraphicUsed by:576
Symbol 533 GraphicUsed by:576
Symbol 534 GraphicUsed by:576
Symbol 535 GraphicUsed by:576 1076 1304
Symbol 536 ShapeTweeningUsed by:576
Symbol 537 ShapeTweeningUsed by:576
Symbol 538 ShapeTweeningUsed by:576
Symbol 539 GraphicUsed by:576
Symbol 540 GraphicUsed by:576
Symbol 541 ShapeTweeningUsed by:576
Symbol 542 GraphicUsed by:576
Symbol 543 GraphicUsed by:576
Symbol 544 GraphicUsed by:576
Symbol 545 GraphicUsed by:576
Symbol 546 GraphicUsed by:576
Symbol 547 ShapeTweeningUsed by:576
Symbol 548 GraphicUsed by:576
Symbol 549 GraphicUsed by:576
Symbol 550 ShapeTweeningUsed by:576
Symbol 551 GraphicUsed by:576
Symbol 552 ShapeTweeningUsed by:576
Symbol 553 GraphicUsed by:576
Symbol 554 GraphicUsed by:576
Symbol 555 ShapeTweeningUsed by:576
Symbol 556 GraphicUsed by:576
Symbol 557 GraphicUsed by:576
Symbol 558 GraphicUsed by:576
Symbol 559 GraphicUsed by:576
Symbol 560 GraphicUsed by:576
Symbol 561 GraphicUsed by:576
Symbol 562 ShapeTweeningUsed by:576
Symbol 563 GraphicUsed by:576
Symbol 564 GraphicUsed by:576
Symbol 565 ShapeTweeningUsed by:576
Symbol 566 GraphicUsed by:576
Symbol 567 ShapeTweeningUsed by:576
Symbol 568 GraphicUsed by:576
Symbol 569 GraphicUsed by:576
Symbol 570 MovieClipUses:522Used by:576
Symbol 571 ShapeTweeningUsed by:576
Symbol 572 ShapeTweeningUsed by:576
Symbol 573 ShapeTweeningUsed by:576
Symbol 574 ShapeTweeningUsed by:576
Symbol 575 ShapeTweeningUsed by:576
Symbol 576 MovieClip [l]Uses:518 519 520 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 522 541 542 543 544 545 459 546 547 548 549 550 551 552 553 554 555 556 557 558 559 481 560 561 562 563 564 565 566 567 568 490 569 570 571 572 573 574 575Used by:2071 2107  Timeline
Symbol 577 GraphicUsed by:604
Symbol 578 GraphicUsed by:579 601 602 1789 2085 2110
Symbol 579 MovieClipUses:578Used by:580
Symbol 580 MovieClipUses:579Used by:582
Symbol 581 GraphicUsed by:582 601 602 1789 2085 2110
Symbol 582 MovieClipUses:580 581Used by:599 604
Symbol 583 TextUses:353Used by:604
Symbol 584 ButtonUses:501 502 390Used by:604
Symbol 585 ButtonUses:504 505 390Used by:604
Symbol 586 ButtonUses:507 508 390Used by:604
Symbol 587 ButtonUses:510 511 390Used by:604
Symbol 588 GraphicUsed by:589 601 602 1789 2085 2110
Symbol 589 MovieClipUses:588Used by:596
Symbol 590 GraphicUsed by:596 601 602 1789 2085 2110
Symbol 591 GraphicUsed by:596 601 602 1789 2085 2110
Symbol 592 GraphicUsed by:595 601 602 1789 2085 2110
Symbol 593 GraphicUsed by:594 601 602 1789 2085 2110
Symbol 594 MovieClipUses:593Used by:595
Symbol 595 MovieClipUses:592 594Used by:596
Symbol 596 MovieClipUses:589 590 591 595Used by:601 602 604 1734 1789 2085 2110
Symbol 597 GraphicUsed by:600 601 602 1789 2085 2110
Symbol 598 GraphicUsed by:599 601 602 1145 1789 2085 2110
Symbol 599 MovieClipUses:598 582Used by:600
Symbol 600 MovieClip [u]Uses:597 599Used by:601 602 1789 2085 2110  Timeline
Symbol 601 ButtonUses:385 600 596 389 390 597 598 578 581 588 590 591 592 593Used by:604
Symbol 602 ButtonUses:385 600 596 389 390 597 598 578 581 588 590 591 592 593Used by:604
Symbol 603 GraphicUsed by:604
Symbol 604 MovieClip [lockedGate]Uses:382 577 582 583 384 584 585 586 587 596 601 602 603Used by:Timeline
Symbol 605 GraphicUsed by:662 1158
Symbol 606 GraphicUsed by:662 1158
Symbol 607 GraphicUsed by:662 1158
Symbol 608 GraphicUsed by:662
Symbol 609 GraphicUsed by:662
Symbol 610 GraphicUsed by:662 713 1158 1220 1893
Symbol 611 GraphicUsed by:662 713 1158 1220 1893
Symbol 612 GraphicUsed by:662
Symbol 613 GraphicUsed by:662
Symbol 614 GraphicUsed by:662
Symbol 615 GraphicUsed by:662
Symbol 616 GraphicUsed by:662
Symbol 617 GraphicUsed by:662
Symbol 618 GraphicUsed by:662
Symbol 619 GraphicUsed by:662
Symbol 620 GraphicUsed by:662
Symbol 621 GraphicUsed by:662
Symbol 622 GraphicUsed by:662
Symbol 623 GraphicUsed by:662
Symbol 624 GraphicUsed by:662
Symbol 625 GraphicUsed by:662
Symbol 626 GraphicUsed by:662 915
Symbol 627 GraphicUsed by:662
Symbol 628 GraphicUsed by:662 713
Symbol 629 GraphicUsed by:662
Symbol 630 GraphicUsed by:632
Symbol 631 GraphicUsed by:632 694
Symbol 632 MovieClipUses:630 136 631Used by:662 713
Symbol 633 GraphicUsed by:662 915
Symbol 634 GraphicUsed by:662 713
Symbol 635 GraphicUsed by:662 915
Symbol 636 GraphicUsed by:662
Symbol 637 GraphicUsed by:662 915
Symbol 638 GraphicUsed by:662 915
Symbol 639 GraphicUsed by:662
Symbol 640 GraphicUsed by:662
Symbol 641 GraphicUsed by:662
Symbol 642 GraphicUsed by:662
Symbol 643 GraphicUsed by:662 915
Symbol 644 GraphicUsed by:662
Symbol 645 GraphicUsed by:662 713
Symbol 646 GraphicUsed by:662
Symbol 647 GraphicUsed by:662
Symbol 648 GraphicUsed by:662
Symbol 649 GraphicUsed by:662
Symbol 650 GraphicUsed by:662
Symbol 651 GraphicUsed by:662
Symbol 652 GraphicUsed by:662
Symbol 653 GraphicUsed by:662 915
Symbol 654 GraphicUsed by:662
Symbol 655 GraphicUsed by:662
Symbol 656 GraphicUsed by:662 915
Symbol 657 GraphicUsed by:662
Symbol 658 GraphicUsed by:662
Symbol 659 GraphicUsed by:662
Symbol 660 GraphicUsed by:662
Symbol 661 GraphicUsed by:662
Symbol 662 MovieClip [m]Uses:605 606 607 136 608 420 609 610 611 612 424 613 614 615 616 435 617 618 619 620 621 622 623 624 625 626 627 628 629 632 633 634 635 636 637 456 638 639 459 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 481 655 656 657 658 659 660 661 490 426Used by:Timeline
Symbol 663 GraphicUsed by:713 1220
Symbol 664 GraphicUsed by:713 1220
Symbol 665 GraphicUsed by:666 1076 1304 2071 2107
Symbol 666 MovieClipUses:665 136 419Used by:713 915
Symbol 667 ShapeTweeningUsed by:713
Symbol 668 ShapeTweeningUsed by:713
Symbol 669 ShapeTweeningUsed by:713
Symbol 670 GraphicUsed by:713
Symbol 671 GraphicUsed by:713
Symbol 672 GraphicUsed by:713
Symbol 673 GraphicUsed by:713
Symbol 674 GraphicUsed by:713
Symbol 675 GraphicUsed by:713
Symbol 676 GraphicUsed by:713
Symbol 677 GraphicUsed by:713
Symbol 678 GraphicUsed by:713
Symbol 679 GraphicUsed by:713
Symbol 680 GraphicUsed by:713
Symbol 681 GraphicUsed by:713
Symbol 682 GraphicUsed by:713
Symbol 683 GraphicUsed by:713
Symbol 684 GraphicUsed by:713
Symbol 685 GraphicUsed by:713
Symbol 686 GraphicUsed by:713
Symbol 687 GraphicUsed by:713
Symbol 688 GraphicUsed by:713
Symbol 689 GraphicUsed by:713
Symbol 690 GraphicUsed by:713
Symbol 691 GraphicUsed by:713
Symbol 692 GraphicUsed by:713
Symbol 693 GraphicUsed by:694
Symbol 694 MovieClipUses:693 136 631Used by:713
Symbol 695 GraphicUsed by:713
Symbol 696 GraphicUsed by:713
Symbol 697 GraphicUsed by:713
Symbol 698 GraphicUsed by:713
Symbol 699 GraphicUsed by:713
Symbol 700 GraphicUsed by:713
Symbol 701 GraphicUsed by:713
Symbol 702 GraphicUsed by:713
Symbol 703 GraphicUsed by:713
Symbol 704 GraphicUsed by:713
Symbol 705 GraphicUsed by:713
Symbol 706 GraphicUsed by:713
Symbol 707 GraphicUsed by:713
Symbol 708 GraphicUsed by:713
Symbol 709 GraphicUsed by:713
Symbol 710 GraphicUsed by:713
Symbol 711 GraphicUsed by:713
Symbol 712 GraphicUsed by:713
Symbol 713 MovieClip [n]Uses:411 663 664 666 667 610 611 668 424 426 669 670 671 672 435 673 674 675 676 677 678 679 680 681 682 683 684 685 628 686 632 687 634 688 689 690 456 691 692 459 694 695 696 697 698 699 645 700 701 702 703 704 705 706 707 708 481 709 710 711 712 490Used by:1895  Timeline
Symbol 714 GraphicUsed by:720 724 725 728 770 771 794 795 797 798
Symbol 715 GraphicUsed by:720 724 725 728 770 771 794 795 797 798
Symbol 716 GraphicUsed by:720 724 725 728 770 771 794 795 797 798
Symbol 717 GraphicUsed by:720 724 725 728 770 771 794 795 797 798
Symbol 718 GraphicUsed by:720 724 725 728 770 771 794 795 797 798
Symbol 719 GraphicUsed by:720 724 725 728 770 771 794 795 797 798
Symbol 720 ButtonUses:714 715 716 136 717 718 719Used by:810
Symbol 721 GraphicUsed by:810
Symbol 722 GraphicUsed by:723
Symbol 723 MovieClipUses:142 722 150Used by:810
Symbol 724 ButtonUses:714 715 716 136 717 718 719Used by:810  Timeline
Symbol 725 ButtonUses:714 715 716 136 717 718 719Used by:810
Symbol 726 GraphicUsed by:727
Symbol 727 MovieClipUses:142 726Used by:810
Symbol 728 ButtonUses:714 715 716 136 717 718 719Used by:810
Symbol 729 FontUsed by:730 799 800 801 802 804 805 806 853 949 960 1030 1044 1101
Symbol 730 TextUses:729Used by:810
Symbol 731 BitmapUsed by:732
Symbol 732 GraphicUses:731Used by:768
Symbol 733 MovieClipUses:289Used by:768
Symbol 734 BitmapUsed by:735
Symbol 735 GraphicUses:734Used by:768
Symbol 736 BitmapUsed by:737
Symbol 737 GraphicUses:736Used by:768
Symbol 738 BitmapUsed by:739
Symbol 739 GraphicUses:738Used by:768
Symbol 740 BitmapUsed by:741
Symbol 741 GraphicUses:740Used by:768
Symbol 742 BitmapUsed by:743
Symbol 743 GraphicUses:742Used by:768
Symbol 744 BitmapUsed by:745
Symbol 745 GraphicUses:744Used by:768
Symbol 746 BitmapUsed by:747
Symbol 747 GraphicUses:746Used by:768
Symbol 748 BitmapUsed by:749
Symbol 749 GraphicUses:748Used by:768
Symbol 750 BitmapUsed by:751
Symbol 751 GraphicUses:750Used by:768
Symbol 752 BitmapUsed by:753
Symbol 753 GraphicUses:752Used by:768
Symbol 754 BitmapUsed by:755
Symbol 755 GraphicUses:754Used by:768
Symbol 756 BitmapUsed by:757
Symbol 757 GraphicUses:756Used by:768
Symbol 758 BitmapUsed by:759
Symbol 759 GraphicUses:758Used by:768
Symbol 760 BitmapUsed by:761
Symbol 761 GraphicUses:760Used by:768
Symbol 762 BitmapUsed by:763
Symbol 763 GraphicUses:762Used by:768
Symbol 764 BitmapUsed by:765
Symbol 765 GraphicUses:764Used by:768
Symbol 766 BitmapUsed by:767
Symbol 767 GraphicUses:766Used by:768
Symbol 768 MovieClipUses:732 733 735 737 739 741 743 745 747 749 751 753 755 757 759 761 763 765 767 126Used by:810  Timeline
Symbol 769 GraphicUsed by:810
Symbol 770 ButtonUses:714 715 716 136 717 718 719Used by:810
Symbol 771 ButtonUses:714 715 716 136 717 718 719Used by:810
Symbol 772 GraphicUsed by:810
Symbol 773 GraphicUsed by:793
Symbol 774 GraphicUsed by:793
Symbol 775 GraphicUsed by:793
Symbol 776 GraphicUsed by:793
Symbol 777 GraphicUsed by:793
Symbol 778 GraphicUsed by:793
Symbol 779 GraphicUsed by:793
Symbol 780 GraphicUsed by:793
Symbol 781 GraphicUsed by:793
Symbol 782 GraphicUsed by:793
Symbol 783 GraphicUsed by:793
Symbol 784 GraphicUsed by:793
Symbol 785 GraphicUsed by:793
Symbol 786 GraphicUsed by:793
Symbol 787 GraphicUsed by:793
Symbol 788 GraphicUsed by:793
Symbol 789 GraphicUsed by:793
Symbol 790 GraphicUsed by:793
Symbol 791 GraphicUsed by:793
Symbol 792 GraphicUsed by:793
Symbol 793 MovieClipUses:773 136 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792Used by:810
Symbol 794 ButtonUses:714 715 716 136 717 718 719Used by:810
Symbol 795 ButtonUses:714 715 716 136 717 718 719Used by:810
Symbol 796 GraphicUsed by:810
Symbol 797 ButtonUses:714 715 716 136 717 718 719Used by:810
Symbol 798 ButtonUses:714 715 716 136 717 718 719Used by:810
Symbol 799 TextUses:729Used by:803
Symbol 800 TextUses:729Used by:803
Symbol 801 TextUses:729Used by:803
Symbol 802 TextUses:729Used by:803
Symbol 803 MovieClipUses:799 800 801 802Used by:810
Symbol 804 TextUses:729Used by:810
Symbol 805 TextUses:729Used by:810
Symbol 806 TextUses:729Used by:810
Symbol 807 GraphicUsed by:808
Symbol 808 MovieClipUses:807 150Used by:810
Symbol 809 GraphicUsed by:810
Symbol 810 MovieClip [optionsTab]Uses:720 721 723 724 725 727 728 730 768 769 770 771 289 772 793 794 795 796 797 798 803 804 805 806 808 809Used by:Timeline
Symbol 811 GraphicUsed by:850
Symbol 812 GraphicUsed by:850
Symbol 813 GraphicUsed by:850
Symbol 814 GraphicUsed by:850
Symbol 815 GraphicUsed by:850
Symbol 816 GraphicUsed by:850
Symbol 817 GraphicUsed by:850
Symbol 818 GraphicUsed by:850
Symbol 819 GraphicUsed by:850
Symbol 820 GraphicUsed by:850
Symbol 821 GraphicUsed by:850
Symbol 822 GraphicUsed by:850
Symbol 823 GraphicUsed by:850
Symbol 824 GraphicUsed by:850
Symbol 825 GraphicUsed by:850
Symbol 826 GraphicUsed by:850
Symbol 827 GraphicUsed by:850
Symbol 828 GraphicUsed by:850
Symbol 829 GraphicUsed by:850
Symbol 830 GraphicUsed by:850
Symbol 831 GraphicUsed by:850
Symbol 832 GraphicUsed by:850
Symbol 833 GraphicUsed by:850
Symbol 834 GraphicUsed by:850
Symbol 835 GraphicUsed by:850
Symbol 836 GraphicUsed by:850
Symbol 837 GraphicUsed by:850
Symbol 838 GraphicUsed by:850
Symbol 839 GraphicUsed by:850
Symbol 840 GraphicUsed by:850
Symbol 841 GraphicUsed by:850
Symbol 842 GraphicUsed by:850
Symbol 843 GraphicUsed by:850
Symbol 844 GraphicUsed by:850
Symbol 845 GraphicUsed by:850
Symbol 846 GraphicUsed by:850
Symbol 847 GraphicUsed by:850
Symbol 848 GraphicUsed by:850
Symbol 849 GraphicUsed by:850
Symbol 850 MovieClip [p]Uses:811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849Used by:Timeline
Symbol 851 GraphicUsed by:868
Symbol 852 GraphicUsed by:868
Symbol 853 TextUses:729Used by:868
Symbol 854 GraphicUsed by:855
Symbol 855 MovieClip [ril]Uses:854Used by:868 1147 1954
Symbol 856 GraphicUsed by:867
Symbol 857 GraphicUsed by:867
Symbol 858 GraphicUsed by:867
Symbol 859 TextUses:146Used by:867
Symbol 860 GraphicUsed by:867
Symbol 861 GraphicUsed by:867
Symbol 862 GraphicUsed by:867
Symbol 863 TextUses:146Used by:867
Symbol 864 GraphicUsed by:867
Symbol 865 GraphicUsed by:867
Symbol 866 GraphicUsed by:867
Symbol 867 ButtonUses:142 856 857 858 859 860 150 861 862 863 864 865 866Used by:868
Symbol 868 MovieClip [pause]Uses:851 852 853 855 867Used by:Timeline
Symbol 869 GraphicUsed by:915 1085 2071 2107
Symbol 870 GraphicUsed by:915 2071 2107
Symbol 871 GraphicUsed by:915 1085 2071 2107
Symbol 872 GraphicUsed by:915 1085
Symbol 873 GraphicUsed by:915
Symbol 874 GraphicUsed by:915
Symbol 875 GraphicUsed by:915
Symbol 876 GraphicUsed by:915
Symbol 877 GraphicUsed by:915
Symbol 878 GraphicUsed by:915
Symbol 879 GraphicUsed by:915
Symbol 880 GraphicUsed by:915
Symbol 881 GraphicUsed by:915
Symbol 882 GraphicUsed by:915
Symbol 883 GraphicUsed by:915
Symbol 884 GraphicUsed by:915
Symbol 885 GraphicUsed by:915
Symbol 886 GraphicUsed by:915
Symbol 887 GraphicUsed by:915
Symbol 888 GraphicUsed by:915
Symbol 889 GraphicUsed by:915
Symbol 890 GraphicUsed by:915
Symbol 891 GraphicUsed by:915
Symbol 892 GraphicUsed by:915
Symbol 893 GraphicUsed by:915
Symbol 894 GraphicUsed by:915
Symbol 895 GraphicUsed by:915
Symbol 896 GraphicUsed by:915
Symbol 897 GraphicUsed by:915
Symbol 898 GraphicUsed by:915
Symbol 899 GraphicUsed by:915
Symbol 900 GraphicUsed by:915
Symbol 901 GraphicUsed by:915
Symbol 902 GraphicUsed by:915
Symbol 903 GraphicUsed by:915
Symbol 904 GraphicUsed by:915
Symbol 905 GraphicUsed by:915
Symbol 906 GraphicUsed by:915
Symbol 907 GraphicUsed by:915
Symbol 908 GraphicUsed by:915
Symbol 909 GraphicUsed by:915
Symbol 910 GraphicUsed by:915
Symbol 911 GraphicUsed by:915
Symbol 912 GraphicUsed by:915
Symbol 913 GraphicUsed by:915
Symbol 914 GraphicUsed by:915
Symbol 915 MovieClip [q]Uses:869 870 871 666 872 873 874 424 426 875 876 877 878 879 435 880 881 882 883 884 885 886 887 626 888 446 889 450 633 452 635 890 637 456 638 891 459 462 892 893 894 895 896 897 643 898 899 900 901 902 903 904 656 905 653 906 907 908 909 910 911 912 913 914 490Used by:1895 2071 2107  Timeline
Symbol 916 GraphicUsed by:1147
Symbol 917 GraphicUsed by:1147
Symbol 918 GraphicUsed by:1147
Symbol 919 GraphicUsed by:928 1091 1952 2061 2116 2121
Symbol 920 GraphicUsed by:928 1091 1952 2061 2116
Symbol 921 TextUses:146Used by:928 1091 1952 2061 2116
Symbol 922 GraphicUsed by:928 1091 1952 2061 2116 2121
Symbol 923 GraphicUsed by:928 1091 1952 2061 2116 2121
Symbol 924 GraphicUsed by:928 1091 1952 2061 2116 2121
Symbol 925 TextUses:146Used by:928 1091 1952 2061 2116
Symbol 926 GraphicUsed by:928 1091 1952 2061 2116 2121
Symbol 927 GraphicUsed by:928 1091 1952 2061 2116
Symbol 928 ButtonUses:142 919 144 920 921 922 150 923 924 925 926 155 927Used by:1147
Symbol 929 GraphicUsed by:940 948 1039 1040 1097 1100
Symbol 930 GraphicUsed by:940 1040
Symbol 931 GraphicUsed by:940 1040
Symbol 932 TextUses:146Used by:940 1040
Symbol 933 GraphicUsed by:940 1040
Symbol 934 GraphicUsed by:940 948 1039 1040 1097 1100
Symbol 935 GraphicUsed by:940 948 1039 1040 1097 1100
Symbol 936 TextUses:146Used by:940 1040
Symbol 937 GraphicUsed by:940 1040
Symbol 938 GraphicUsed by:940 1040
Symbol 939 GraphicUsed by:940 1040
Symbol 940 ButtonUses:142 929 930 931 932 933 150 934 935 936 937 938 939Used by:1147
Symbol 941 GraphicUsed by:948
Symbol 942 GraphicUsed by:948
Symbol 943 TextUses:146Used by:948
Symbol 944 GraphicUsed by:948
Symbol 945 GraphicUsed by:948
Symbol 946 GraphicUsed by:948
Symbol 947 GraphicUsed by:948
Symbol 948 ButtonUses:142 929 941 942 943 944 150 934 935 945 946 947Used by:1041 1147
Symbol 949 EditableTextUses:729Used by:1147
Symbol 950 GraphicUsed by:964
Symbol 951 GraphicUsed by:964
Symbol 952 GraphicUsed by:964
Symbol 953 GraphicUsed by:964
Symbol 954 GraphicUsed by:964
Symbol 955 GraphicUsed by:964
Symbol 956 GraphicUsed by:964
Symbol 957 GraphicUsed by:964
Symbol 958 GraphicUsed by:964
Symbol 959 GraphicUsed by:964
Symbol 960 EditableTextUses:729Used by:964
Symbol 961 GraphicUsed by:964
Symbol 962 GraphicUsed by:964
Symbol 963 GraphicUsed by:964
Symbol 964 MovieClipUses:950 136 951 952 953 954 955 956 957 958 959 960 961 962 963Used by:1041 1147  Timeline
Symbol 965 EditableTextUses:159Used by:970
Symbol 966 GraphicUsed by:968 975 981 987 1715 1721 1722 1724 1738 1742 1746 1750 2078 2109
Symbol 967 GraphicUsed by:968 1721 1742
Symbol 968 MovieClipUses:966 967Used by:970
Symbol 969 GraphicUsed by:970
Symbol 970 MovieClipUses:965 968 969Used by:1147
Symbol 971 EditableTextUses:159Used by:977
Symbol 972 BitmapUsed by:973
Symbol 973 GraphicUses:972Used by:974 1746
Symbol 974 MovieClip [powerup shield]Uses:973Used by:975 1722 1746  Timeline
Symbol 975 MovieClipUses:966 974Used by:977
Symbol 976 GraphicUsed by:977
Symbol 977 MovieClipUses:971 975 976Used by:1147
Symbol 978 EditableTextUses:159Used by:983
Symbol 979 GraphicUsed by:980 1738 2078 2109
Symbol 980 MovieClipUses:979Used by:981 1715 1738 2078 2109
Symbol 981 MovieClipUses:966 980Used by:983
Symbol 982 GraphicUsed by:983
Symbol 983 MovieClipUses:978 981 982Used by:1147
Symbol 984 EditableTextUses:159Used by:989
Symbol 985 GraphicUsed by:987 1750
Symbol 986 GraphicUsed by:987 1750
Symbol 987 MovieClipUses:985 966 986Used by:989
Symbol 988 GraphicUsed by:989
Symbol 989 MovieClipUses:984 987 988Used by:1147
Symbol 990 GraphicUsed by:995
Symbol 991 GraphicUsed by:995
Symbol 992 GraphicUsed by:995
Symbol 993 GraphicUsed by:995
Symbol 994 EditableTextUses:404Used by:995
Symbol 995 MovieClipUses:990 991 992 993 994Used by:1147
Symbol 996 GraphicUsed by:1001
Symbol 997 GraphicUsed by:1001
Symbol 998 GraphicUsed by:1001
Symbol 999 EditableTextUses:159Used by:1001
Symbol 1000 GraphicUsed by:1001
Symbol 1001 MovieClipUses:996 997 998 999 1000Used by:1147
Symbol 1002 GraphicUsed by:1007
Symbol 1003 GraphicUsed by:1007
Symbol 1004 GraphicUsed by:1007
Symbol 1005 EditableTextUses:159Used by:1007
Symbol 1006 GraphicUsed by:1007
Symbol 1007 MovieClipUses:1002 1003 1004 1005 1006Used by:1147
Symbol 1008 GraphicUsed by:1013
Symbol 1009 GraphicUsed by:1013
Symbol 1010 GraphicUsed by:1013
Symbol 1011 GraphicUsed by:1013
Symbol 1012 EditableTextUses:159Used by:1013
Symbol 1013 MovieClipUses:1008 1009 1010 1011 1012Used by:1147
Symbol 1014 GraphicUsed by:1147
Symbol 1015 ShapeTweeningUsed by:1147
Symbol 1016 GraphicUsed by:1147
Symbol 1017 ShapeTweeningUsed by:1147
Symbol 1018 GraphicUsed by:1147
Symbol 1019 ShapeTweeningUsed by:1147
Symbol 1020 ShapeTweeningUsed by:1147
Symbol 1021 GraphicUsed by:1147
Symbol 1022 GraphicUsed by:1147
Symbol 1023 EditableTextUses:163Used by:1029
Symbol 1024 EditableTextUses:163Used by:1029
Symbol 1025 EditableTextUses:163Used by:1029
Symbol 1026 EditableTextUses:163Used by:1029
Symbol 1027 EditableTextUses:163Used by:1029
Symbol 1028 EditableTextUses:163Used by:1029
Symbol 1029 MovieClip [put]Uses:1023 1024 1025 1026 1027 1028Used by:1147  Timeline
Symbol 1030 EditableTextUses:729Used by:1147
Symbol 1031 ShapeTweeningUsed by:1147
Symbol 1032 GraphicUsed by:1039 1097 1100
Symbol 1033 GraphicUsed by:1039 1097 1100
Symbol 1034 TextUses:146Used by:1039 1097 1100
Symbol 1035 GraphicUsed by:1039 1097 1100
Symbol 1036 GraphicUsed by:1039 1097 1100
Symbol 1037 GraphicUsed by:1039 1097 1100
Symbol 1038 GraphicUsed by:1039 1097 1100
Symbol 1039 ButtonUses:142 929 1032 1033 1034 1035 150 934 935 1036 1037 1038Used by:1147
Symbol 1040 ButtonUses:142 929 930 931 932 933 150 934 935 936 937 938 939Used by:1041
Symbol 1041 MovieClipUses:964 948 1040Used by:1147
Symbol 1042 GraphicUsed by:1147
Symbol 1043 ShapeTweeningUsed by:1147
Symbol 1044 TextUses:729Used by:1147
Symbol 1045 GraphicUsed by:1147
Symbol 1046 ShapeTweeningUsed by:1147
Symbol 1047 GraphicUsed by:1049
Symbol 1048 GraphicUsed by:1049 1052 1158 1220
Symbol 1049 MovieClipUses:1047 136 1048Used by:1087
Symbol 1050 GraphicUsed by:1087
Symbol 1051 GraphicUsed by:1052
Symbol 1052 MovieClipUses:1051 412 136 1048Used by:1087
Symbol 1053 GraphicUsed by:1063
Symbol 1054 GraphicUsed by:1063
Symbol 1055 GraphicUsed by:1063 1085
Symbol 1056 GraphicUsed by:1063 1085 1261
Symbol 1057 GraphicUsed by:1063
Symbol 1058 GraphicUsed by:1063
Symbol 1059 GraphicUsed by:1063
Symbol 1060 GraphicUsed by:1063
Symbol 1061 GraphicUsed by:1063
Symbol 1062 GraphicUsed by:1063
Symbol 1063 MovieClipUses:413 1053 1054 1055 136 1056 421 1057 1058 424 1059 1060 1061 1062Used by:1087  Timeline
Symbol 1064 GraphicUsed by:1087
Symbol 1065 ShapeTweeningUsed by:1076 1304
Symbol 1066 GraphicUsed by:1076 1304
Symbol 1067 GraphicUsed by:1076 1304
Symbol 1068 GraphicUsed by:1076 1304
Symbol 1069 GraphicUsed by:1076 1304
Symbol 1070 GraphicUsed by:1076 1304
Symbol 1071 ShapeTweeningUsed by:1076 1304
Symbol 1072 GraphicUsed by:1076 1304
Symbol 1073 GraphicUsed by:1076 1304
Symbol 1074 GraphicUsed by:1076 1304
Symbol 1075 GraphicUsed by:1076 1304
Symbol 1076 MovieClipUses:1065 1066 520 665 136 1067 1068 1069 1070 528 529 1071 1072 1073 1074 1075 535Used by:1087  Timeline
Symbol 1077 GraphicUsed by:1087
Symbol 1078 GraphicUsed by:1085
Symbol 1079 GraphicUsed by:1085
Symbol 1080 GraphicUsed by:1085
Symbol 1081 GraphicUsed by:1085
Symbol 1082 GraphicUsed by:1085
Symbol 1083 GraphicUsed by:1085
Symbol 1084 GraphicUsed by:1085
Symbol 1085 MovieClipUses:869 1078 871 1055 136 1056 872 1079 1080 424 1081 1082 1083 1084Used by:1087 1304  Timeline
Symbol 1086 GraphicUsed by:1087
Symbol 1087 MovieClipUses:1049 1050 1052 1063 1064 1076 1077 1085 1086Used by:1147
Symbol 1088 GraphicUsed by:1147
Symbol 1089 ShapeTweeningUsed by:1147
Symbol 1090 GraphicUsed by:1147
Symbol 1091 ButtonUses:142 919 144 920 921 922 150 923 924 925 926 155 927Used by:1147
Symbol 1092 GraphicUsed by:1096 1099
Symbol 1093 TextUses:146Used by:1096 1099
Symbol 1094 GraphicUsed by:1096 1099
Symbol 1095 GraphicUsed by:1096 1099
Symbol 1096 ButtonUses:142 143 144 1092 1093 148 150 151 1094 154 155 1095Used by:1147
Symbol 1097 ButtonUses:142 929 1032 1033 1034 1035 150 934 935 1036 1037 1038Used by:1147
Symbol 1098 GraphicUsed by:1147
Symbol 1099 ButtonUses:142 143 144 1092 1093 148 150 151 1094 154 155 1095Used by:1147
Symbol 1100 ButtonUses:142 929 1032 1033 1034 1035 150 934 935 1036 1037 1038Used by:1147
Symbol 1101 TextUses:729Used by:1147
Symbol 1102 ShapeTweeningUsed by:1147
Symbol 1103 GraphicUsed by:1147
Symbol 1104 GraphicUsed by:1147
Symbol 1105 GraphicUsed by:1108
Symbol 1106 TextUses:404Used by:1108
Symbol 1107 TextUses:159Used by:1108
Symbol 1108 MovieClipUses:1105 1106 1107Used by:1145 1146
Symbol 1109 GraphicUsed by:1112
Symbol 1110 TextUses:404Used by:1112
Symbol 1111 TextUses:159Used by:1112
Symbol 1112 MovieClipUses:1109 1110 1111Used by:1145 1146
Symbol 1113 GraphicUsed by:1119
Symbol 1114 TextUses:404Used by:1119
Symbol 1115 TextUses:159Used by:1119 1125 1137 1141
Symbol 1116 EditableTextUses:159Used by:1119
Symbol 1117 TextUses:159Used by:1119
Symbol 1118 EditableTextUses:159Used by:1119
Symbol 1119 MovieClipUses:1113 1114 1115 1116 1117 1118Used by:1145 1146
Symbol 1120 GraphicUsed by:1125
Symbol 1121 TextUses:159Used by:1125
Symbol 1122 TextUses:159Used by:1125
Symbol 1123 EditableTextUses:159Used by:1125
Symbol 1124 EditableTextUses:159Used by:1125
Symbol 1125 MovieClipUses:1120 1121 1122 1115 1123 1124Used by:1145 1146
Symbol 1126 GraphicUsed by:1132
Symbol 1127 TextUses:404Used by:1132
Symbol 1128 TextUses:159Used by:1132
Symbol 1129 EditableTextUses:159Used by:1132
Symbol 1130 TextUses:159Used by:1132
Symbol 1131 EditableTextUses:159Used by:1132
Symbol 1132 MovieClipUses:1126 1127 1128 1129 1130 1131Used by:1145 1146
Symbol 1133 GraphicUsed by:1145 1146
Symbol 1134 GraphicUsed by:1137
Symbol 1135 TextUses:404Used by:1137
Symbol 1136 EditableTextUses:159Used by:1137
Symbol 1137 MovieClipUses:1134 1135 1115 1136Used by:1145 1146
Symbol 1138 GraphicUsed by:1141
Symbol 1139 TextUses:404Used by:1141
Symbol 1140 EditableTextUses:159Used by:1141
Symbol 1141 MovieClipUses:1138 1139 1115 1140Used by:1145 1146
Symbol 1142 TextUses:159Used by:1144
Symbol 1143 EditableTextUses:159Used by:1144
Symbol 1144 MovieClipUses:1142 1143Used by:1145 1146
Symbol 1145 MovieClipUses:598 1108 1112 1119 1125 1132 1133 1137 1141 1144Used by:1147
Symbol 1146 MovieClipUses:1144 1133 1141 1137 1132 1125 1119 1112 1108Used by:1147
Symbol 1147 MovieClip [screen]Uses:916 917 918 150 928 940 948 949 964 970 977 983 989 995 1001 1007 1013 1014 855 1015 1016 1017 1018 1019 1020 1021 1022 1029 1030 1031 1039 1041 1042 170 1043 126 1044 1045 1046 1087 1088 1089 1090 1091 1096 1097 1098 1099 1100 1101 1102 1103 1104 1145 1146Used by:Timeline
Symbol 1148 GraphicUsed by:1304
Symbol 1149 GraphicUsed by:1304
Symbol 1150 GraphicUsed by:1158
Symbol 1151 GraphicUsed by:1158
Symbol 1152 GraphicUsed by:1158
Symbol 1153 GraphicUsed by:1158
Symbol 1154 GraphicUsed by:1158 1220
Symbol 1155 GraphicUsed by:1158
Symbol 1156 GraphicUsed by:1158
Symbol 1157 GraphicUsed by:1158
Symbol 1158 MovieClipUses:605 606 607 136 1150 1151 1048 1152 610 611 1153 1154 1155 1156 1157Used by:1304  Timeline
Symbol 1159 ShapeTweeningUsed by:1304
Symbol 1160 GraphicUsed by:1304
Symbol 1161 GraphicUsed by:1304
Symbol 1162 GraphicUsed by:1304
Symbol 1163 GraphicUsed by:1304
Symbol 1164 GraphicUsed by:1304
Symbol 1165 GraphicUsed by:1304
Symbol 1166 GraphicUsed by:1304
Symbol 1167 GraphicUsed by:1304
Symbol 1168 GraphicUsed by:1304
Symbol 1169 GraphicUsed by:1304
Symbol 1170 GraphicUsed by:1304
Symbol 1171 GraphicUsed by:1304
Symbol 1172 GraphicUsed by:1304
Symbol 1173 GraphicUsed by:1304
Symbol 1174 GraphicUsed by:1304
Symbol 1175 GraphicUsed by:1304
Symbol 1176 GraphicUsed by:1304
Symbol 1177 GraphicUsed by:1304
Symbol 1178 GraphicUsed by:1304
Symbol 1179 GraphicUsed by:1304
Symbol 1180 GraphicUsed by:1304
Symbol 1181 GraphicUsed by:1304
Symbol 1182 GraphicUsed by:1304
Symbol 1183 GraphicUsed by:1304
Symbol 1184 GraphicUsed by:1304
Symbol 1185 GraphicUsed by:1304
Symbol 1186 GraphicUsed by:1304
Symbol 1187 GraphicUsed by:1304
Symbol 1188 GraphicUsed by:1304
Symbol 1189 GraphicUsed by:1304
Symbol 1190 GraphicUsed by:1304
Symbol 1191 GraphicUsed by:1304
Symbol 1192 GraphicUsed by:1304
Symbol 1193 GraphicUsed by:1304
Symbol 1194 GraphicUsed by:1304
Symbol 1195 GraphicUsed by:1304
Symbol 1196 GraphicUsed by:1304
Symbol 1197 GraphicUsed by:1304
Symbol 1198 GraphicUsed by:1304
Symbol 1199 GraphicUsed by:1304
Symbol 1200 GraphicUsed by:1304
Symbol 1201 GraphicUsed by:1304
Symbol 1202 GraphicUsed by:1304
Symbol 1203 GraphicUsed by:1304
Symbol 1204 GraphicUsed by:1304
Symbol 1205 GraphicUsed by:1304
Symbol 1206 GraphicUsed by:1304
Symbol 1207 GraphicUsed by:1304
Symbol 1208 GraphicUsed by:1304
Symbol 1209 GraphicUsed by:1304
Symbol 1210 GraphicUsed by:1304
Symbol 1211 GraphicUsed by:1304
Symbol 1212 GraphicUsed by:1304
Symbol 1213 GraphicUsed by:1304
Symbol 1214 GraphicUsed by:1220
Symbol 1215 GraphicUsed by:1220
Symbol 1216 ShapeTweeningUsed by:1220
Symbol 1217 ShapeTweeningUsed by:1220
Symbol 1218 ShapeTweeningUsed by:1220
Symbol 1219 GraphicUsed by:1220
Symbol 1220 MovieClipUses:411 663 1214 1215 412 136 1048 1216 610 611 1217 1154 664 1218 1219Used by:1304  Timeline
Symbol 1221 GraphicUsed by:1304
Symbol 1222 GraphicUsed by:1304
Symbol 1223 GraphicUsed by:1304
Symbol 1224 GraphicUsed by:1304
Symbol 1225 GraphicUsed by:1304
Symbol 1226 GraphicUsed by:1304
Symbol 1227 GraphicUsed by:1304
Symbol 1228 GraphicUsed by:1304
Symbol 1229 GraphicUsed by:1304
Symbol 1230 GraphicUsed by:1304
Symbol 1231 GraphicUsed by:1304
Symbol 1232 GraphicUsed by:1304
Symbol 1233 GraphicUsed by:1304
Symbol 1234 GraphicUsed by:1304
Symbol 1235 GraphicUsed by:1304
Symbol 1236 GraphicUsed by:1304
Symbol 1237 GraphicUsed by:1304
Symbol 1238 GraphicUsed by:1304
Symbol 1239 GraphicUsed by:1304
Symbol 1240 GraphicUsed by:1304
Symbol 1241 GraphicUsed by:1304
Symbol 1242 GraphicUsed by:1304
Symbol 1243 GraphicUsed by:1304
Symbol 1244 GraphicUsed by:1304
Symbol 1245 GraphicUsed by:1304
Symbol 1246 GraphicUsed by:1304
Symbol 1247 GraphicUsed by:1304
Symbol 1248 GraphicUsed by:1304
Symbol 1249 GraphicUsed by:1304
Symbol 1250 GraphicUsed by:1261
Symbol 1251 GraphicUsed by:1261
Symbol 1252 GraphicUsed by:1261
Symbol 1253 GraphicUsed by:1261
Symbol 1254 GraphicUsed by:1261
Symbol 1255 GraphicUsed by:1261
Symbol 1256 GraphicUsed by:1261
Symbol 1257 GraphicUsed by:1261
Symbol 1258 GraphicUsed by:1261
Symbol 1259 GraphicUsed by:1261
Symbol 1260 GraphicUsed by:1261
Symbol 1261 MovieClipUses:413 1250 1251 136 1056 421 1252 1253 1254 1255 1256 1257 1258 1259 1260Used by:1304
Symbol 1262 ShapeTweeningUsed by:1304
Symbol 1263 GraphicUsed by:1304
Symbol 1264 GraphicUsed by:1304
Symbol 1265 GraphicUsed by:1304
Symbol 1266 GraphicUsed by:1304
Symbol 1267 GraphicUsed by:1304
Symbol 1268 GraphicUsed by:1304
Symbol 1269 GraphicUsed by:1304
Symbol 1270 GraphicUsed by:1304
Symbol 1271 GraphicUsed by:1304
Symbol 1272 GraphicUsed by:1304
Symbol 1273 GraphicUsed by:1304
Symbol 1274 GraphicUsed by:1304
Symbol 1275 GraphicUsed by:1304
Symbol 1276 GraphicUsed by:1304
Symbol 1277 GraphicUsed by:1304
Symbol 1278 GraphicUsed by:1304
Symbol 1279 GraphicUsed by:1304
Symbol 1280 GraphicUsed by:1304
Symbol 1281 GraphicUsed by:1304
Symbol 1282 GraphicUsed by:1304
Symbol 1283 GraphicUsed by:1304
Symbol 1284 GraphicUsed by:1304
Symbol 1285 GraphicUsed by:1304
Symbol 1286 GraphicUsed by:1304
Symbol 1287 GraphicUsed by:1304
Symbol 1288 GraphicUsed by:1304
Symbol 1289 GraphicUsed by:1304
Symbol 1290 GraphicUsed by:1304
Symbol 1291 GraphicUsed by:1304
Symbol 1292 GraphicUsed by:1304
Symbol 1293 GraphicUsed by:1304
Symbol 1294 GraphicUsed by:1304
Symbol 1295 GraphicUsed by:1304
Symbol 1296 GraphicUsed by:1304
Symbol 1297 GraphicUsed by:1304
Symbol 1298 GraphicUsed by:1304
Symbol 1299 GraphicUsed by:1304
Symbol 1300 GraphicUsed by:1304
Symbol 1301 GraphicUsed by:1304
Symbol 1302 GraphicUsed by:1304
Symbol 1303 GraphicUsed by:1304
Symbol 1304 MovieClip [t]Uses:1148 131 1149 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1065 1066 520 665 136 1067 1068 1069 1070 528 529 1071 1072 1073 1074 1075 535 1248 523 1249 1261 1262 1263 1264 1265 1085 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303Used by:Timeline
Symbol 1305 GraphicUsed by:1317
Symbol 1306 GraphicUsed by:1308
Symbol 1307 GraphicUsed by:1308
Symbol 1308 MovieClipUses:1306 136 1307Used by:1317 1349 1355
Symbol 1309 GraphicUsed by:1317
Symbol 1310 GraphicUsed by:1317 1349 1355
Symbol 1311 GraphicUsed by:1312
Symbol 1312 MovieClipUses:1311Used by:1317 1349 1355
Symbol 1313 GraphicUsed by:1317
Symbol 1314 GraphicUsed by:1317 1349 1355
Symbol 1315 GraphicUsed by:1317
Symbol 1316 GraphicUsed by:1317 1349 1355
Symbol 1317 MovieClip [w]Uses:1305 1308 1309 1310 1312 1313 136 1314 1315 1316Used by:Timeline
Symbol 1318 ButtonUses:126Used by:1332 1336 1338 1343
Symbol 1319 GraphicUsed by:1329 1333 1339
Symbol 1320 GraphicUsed by:1326 1328
Symbol 1321 EditableTextUses:159Used by:1326 1328
Symbol 1322 GraphicUsed by:1326 1328
Symbol 1323 EditableTextUses:159Used by:1326 1328
Symbol 1324 GraphicUsed by:1326 1328
Symbol 1325 EditableTextUses:159Used by:1326 1328
Symbol 1326 ButtonUses:1320 1321 1322 1323 1324 1325Used by:1329 1333
Symbol 1327 GraphicUsed by:1329 1333 1339
Symbol 1328 ButtonUses:1320 1321 1322 1323 1324 1325Used by:1329 1333 1339
Symbol 1329 ButtonUses:1319 1326 1327 1328Used by:1332
Symbol 1330 GraphicUsed by:1332 1336 1338 1343
Symbol 1331 EditableTextUses:159Used by:1332
Symbol 1332 MovieClip [warn1]Uses:1318 1329 1330 1331Used by:Timeline
Symbol 1333 ButtonUses:1319 1326 1327 1328Used by:1336 1338
Symbol 1334 EditableTextUses:159Used by:1336
Symbol 1335 GraphicUsed by:1336
Symbol 1336 MovieClip [warn2]Uses:1318 1333 1330 1334 1335Used by:Timeline
Symbol 1337 EditableTextUses:159Used by:1338
Symbol 1338 MovieClip [warn3]Uses:1318 1333 1330 1337 322Used by:Timeline
Symbol 1339 ButtonUses:1319 1328 1327Used by:1343
Symbol 1340 EditableTextUses:159Used by:1343
Symbol 1341 GraphicUsed by:1342
Symbol 1342 MovieClipUses:1341Used by:1343
Symbol 1343 MovieClip [warn4]Uses:1318 1339 1330 1340 1342Used by:Timeline
Symbol 1344 GraphicUsed by:1345
Symbol 1345 MovieClip [wdestination]Uses:1344 170Used by:Timeline
Symbol 1346 GraphicUsed by:1349
Symbol 1347 GraphicUsed by:1349
Symbol 1348 GraphicUsed by:1349
Symbol 1349 MovieClip [x]Uses:1346 1308 1310 1312 1347 136 1314 1348 1316Used by:Timeline
Symbol 1350 GraphicUsed by:1351
Symbol 1351 MovieClip [xdestination]Uses:1350 170Used by:Timeline
Symbol 1352 GraphicUsed by:1355
Symbol 1353 GraphicUsed by:1355
Symbol 1354 GraphicUsed by:1355
Symbol 1355 MovieClip [y]Uses:1352 1308 1310 1312 1353 136 1314 1354 1316Used by:Timeline
Symbol 1356 GraphicUsed by:1357
Symbol 1357 MovieClip [ydestination]Uses:1356 170Used by:Timeline
Symbol 1358 GraphicUsed by:1714
Symbol 1359 GraphicUsed by:1360
Symbol 1360 MovieClipUses:1359 136Used by:1713 1714
Symbol 1361 GraphicUsed by:1714
Symbol 1362 GraphicUsed by:1714
Symbol 1363 GraphicUsed by:1714
Symbol 1364 GraphicUsed by:1714
Symbol 1365 GraphicUsed by:1714
Symbol 1366 GraphicUsed by:1714
Symbol 1367 GraphicUsed by:1714
Symbol 1368 GraphicUsed by:1714
Symbol 1369 GraphicUsed by:1714
Symbol 1370 GraphicUsed by:1714
Symbol 1371 GraphicUsed by:1714
Symbol 1372 GraphicUsed by:1714
Symbol 1373 GraphicUsed by:1714
Symbol 1374 GraphicUsed by:1714
Symbol 1375 GraphicUsed by:1714
Symbol 1376 GraphicUsed by:1714
Symbol 1377 GraphicUsed by:1714
Symbol 1378 GraphicUsed by:1714
Symbol 1379 GraphicUsed by:1714
Symbol 1380 GraphicUsed by:1714
Symbol 1381 GraphicUsed by:1714
Symbol 1382 GraphicUsed by:1714
Symbol 1383 GraphicUsed by:1714
Symbol 1384 GraphicUsed by:1714
Symbol 1385 GraphicUsed by:1714
Symbol 1386 GraphicUsed by:1714
Symbol 1387 GraphicUsed by:1714
Symbol 1388 GraphicUsed by:1714
Symbol 1389 GraphicUsed by:1714
Symbol 1390 GraphicUsed by:1714
Symbol 1391 GraphicUsed by:1714
Symbol 1392 GraphicUsed by:1714
Symbol 1393 GraphicUsed by:1714
Symbol 1394 GraphicUsed by:1714
Symbol 1395 GraphicUsed by:1714
Symbol 1396 GraphicUsed by:1714
Symbol 1397 GraphicUsed by:1714
Symbol 1398 GraphicUsed by:1714
Symbol 1399 GraphicUsed by:1714
Symbol 1400 GraphicUsed by:1401
Symbol 1401 MovieClipUses:1400 136Used by:1714
Symbol 1402 GraphicUsed by:1714
Symbol 1403 GraphicUsed by:1714
Symbol 1404 GraphicUsed by:1714
Symbol 1405 GraphicUsed by:1714
Symbol 1406 GraphicUsed by:1714
Symbol 1407 GraphicUsed by:1714
Symbol 1408 GraphicUsed by:1714
Symbol 1409 GraphicUsed by:1714
Symbol 1410 GraphicUsed by:1714
Symbol 1411 GraphicUsed by:1714
Symbol 1412 GraphicUsed by:1714
Symbol 1413 GraphicUsed by:1714
Symbol 1414 GraphicUsed by:1714
Symbol 1415 GraphicUsed by:1714
Symbol 1416 GraphicUsed by:1714
Symbol 1417 GraphicUsed by:1714
Symbol 1418 GraphicUsed by:1714
Symbol 1419 GraphicUsed by:1714
Symbol 1420 GraphicUsed by:1714
Symbol 1421 GraphicUsed by:1714
Symbol 1422 GraphicUsed by:1714
Symbol 1423 GraphicUsed by:1714
Symbol 1424 GraphicUsed by:1714
Symbol 1425 GraphicUsed by:1714
Symbol 1426 GraphicUsed by:1714
Symbol 1427 GraphicUsed by:1714
Symbol 1428 GraphicUsed by:1714
Symbol 1429 GraphicUsed by:1714
Symbol 1430 GraphicUsed by:1714
Symbol 1431 GraphicUsed by:1714
Symbol 1432 GraphicUsed by:1714
Symbol 1433 GraphicUsed by:1714
Symbol 1434 GraphicUsed by:1714
Symbol 1435 GraphicUsed by:1714
Symbol 1436 GraphicUsed by:1714
Symbol 1437 GraphicUsed by:1714
Symbol 1438 GraphicUsed by:1714
Symbol 1439 GraphicUsed by:1714
Symbol 1440 GraphicUsed by:1714
Symbol 1441 GraphicUsed by:1714
Symbol 1442 GraphicUsed by:1714
Symbol 1443 GraphicUsed by:1714
Symbol 1444 GraphicUsed by:1714
Symbol 1445 GraphicUsed by:1714
Symbol 1446 GraphicUsed by:1714
Symbol 1447 GraphicUsed by:1714
Symbol 1448 GraphicUsed by:1714
Symbol 1449 GraphicUsed by:1714
Symbol 1450 GraphicUsed by:1714
Symbol 1451 GraphicUsed by:1714
Symbol 1452 GraphicUsed by:1714
Symbol 1453 GraphicUsed by:1714
Symbol 1454 GraphicUsed by:1714
Symbol 1455 GraphicUsed by:1714
Symbol 1456 GraphicUsed by:1714
Symbol 1457 GraphicUsed by:1714
Symbol 1458 GraphicUsed by:1714
Symbol 1459 GraphicUsed by:1714
Symbol 1460 GraphicUsed by:1714
Symbol 1461 GraphicUsed by:1714
Symbol 1462 GraphicUsed by:1714
Symbol 1463 GraphicUsed by:1714
Symbol 1464 GraphicUsed by:1714
Symbol 1465 GraphicUsed by:1714
Symbol 1466 GraphicUsed by:1714
Symbol 1467 GraphicUsed by:1714
Symbol 1468 GraphicUsed by:1714
Symbol 1469 GraphicUsed by:1714
Symbol 1470 GraphicUsed by:1714
Symbol 1471 GraphicUsed by:1714
Symbol 1472 GraphicUsed by:1714
Symbol 1473 GraphicUsed by:1714
Symbol 1474 GraphicUsed by:1714
Symbol 1475 GraphicUsed by:1714
Symbol 1476 GraphicUsed by:1714
Symbol 1477 GraphicUsed by:1714
Symbol 1478 GraphicUsed by:1714
Symbol 1479 GraphicUsed by:1714
Symbol 1480 GraphicUsed by:1714
Symbol 1481 GraphicUsed by:1714
Symbol 1482 GraphicUsed by:1714
Symbol 1483 GraphicUsed by:1714
Symbol 1484 GraphicUsed by:1714
Symbol 1485 GraphicUsed by:1714
Symbol 1486 GraphicUsed by:1714
Symbol 1487 GraphicUsed by:1714
Symbol 1488 GraphicUsed by:1714
Symbol 1489 GraphicUsed by:1714
Symbol 1490 GraphicUsed by:1714
Symbol 1491 GraphicUsed by:1714
Symbol 1492 GraphicUsed by:1714
Symbol 1493 GraphicUsed by:1714
Symbol 1494 GraphicUsed by:1714
Symbol 1495 GraphicUsed by:1714
Symbol 1496 GraphicUsed by:1714
Symbol 1497 GraphicUsed by:1714
Symbol 1498 GraphicUsed by:1714
Symbol 1499 GraphicUsed by:1714
Symbol 1500 GraphicUsed by:1714
Symbol 1501 GraphicUsed by:1714
Symbol 1502 GraphicUsed by:1714
Symbol 1503 GraphicUsed by:1714
Symbol 1504 GraphicUsed by:1714
Symbol 1505 GraphicUsed by:1714
Symbol 1506 GraphicUsed by:1714
Symbol 1507 GraphicUsed by:1714
Symbol 1508 GraphicUsed by:1714
Symbol 1509 GraphicUsed by:1714
Symbol 1510 GraphicUsed by:1714
Symbol 1511 GraphicUsed by:1714
Symbol 1512 GraphicUsed by:1714
Symbol 1513 GraphicUsed by:1714
Symbol 1514 GraphicUsed by:1714
Symbol 1515 GraphicUsed by:1714
Symbol 1516 GraphicUsed by:1714
Symbol 1517 GraphicUsed by:1714
Symbol 1518 GraphicUsed by:1714
Symbol 1519 GraphicUsed by:1714
Symbol 1520 GraphicUsed by:1714
Symbol 1521 GraphicUsed by:1714
Symbol 1522 GraphicUsed by:1714
Symbol 1523 GraphicUsed by:1714
Symbol 1524 GraphicUsed by:1714
Symbol 1525 GraphicUsed by:1714
Symbol 1526 GraphicUsed by:1714
Symbol 1527 GraphicUsed by:1714
Symbol 1528 GraphicUsed by:1714
Symbol 1529 GraphicUsed by:1714
Symbol 1530 GraphicUsed by:1714
Symbol 1531 GraphicUsed by:1714
Symbol 1532 GraphicUsed by:1714
Symbol 1533 GraphicUsed by:1714
Symbol 1534 GraphicUsed by:1714
Symbol 1535 GraphicUsed by:1714
Symbol 1536 GraphicUsed by:1714
Symbol 1537 GraphicUsed by:1714
Symbol 1538 GraphicUsed by:1714
Symbol 1539 GraphicUsed by:1714
Symbol 1540 GraphicUsed by:1714
Symbol 1541 GraphicUsed by:1714
Symbol 1542 GraphicUsed by:1714
Symbol 1543 GraphicUsed by:1714
Symbol 1544 GraphicUsed by:1714
Symbol 1545 GraphicUsed by:1714
Symbol 1546 GraphicUsed by:1714
Symbol 1547 GraphicUsed by:1714
Symbol 1548 GraphicUsed by:1714
Symbol 1549 GraphicUsed by:1714
Symbol 1550 GraphicUsed by:1714
Symbol 1551 GraphicUsed by:1714
Symbol 1552 GraphicUsed by:1714
Symbol 1553 GraphicUsed by:1714
Symbol 1554 GraphicUsed by:1714
Symbol 1555 GraphicUsed by:1714
Symbol 1556 GraphicUsed by:1714
Symbol 1557 GraphicUsed by:1714
Symbol 1558 GraphicUsed by:1714
Symbol 1559 GraphicUsed by:1714
Symbol 1560 GraphicUsed by:1714
Symbol 1561 GraphicUsed by:1714
Symbol 1562 GraphicUsed by:1714
Symbol 1563 GraphicUsed by:1714
Symbol 1564 GraphicUsed by:1714
Symbol 1565 GraphicUsed by:1714
Symbol 1566 GraphicUsed by:1714
Symbol 1567 GraphicUsed by:1714
Symbol 1568 GraphicUsed by:1714
Symbol 1569 GraphicUsed by:1714
Symbol 1570 GraphicUsed by:1714
Symbol 1571 GraphicUsed by:1714
Symbol 1572 GraphicUsed by:1714
Symbol 1573 GraphicUsed by:1714
Symbol 1574 GraphicUsed by:1714
Symbol 1575 GraphicUsed by:1714
Symbol 1576 GraphicUsed by:1714
Symbol 1577 GraphicUsed by:1714
Symbol 1578 GraphicUsed by:1714
Symbol 1579 GraphicUsed by:1714
Symbol 1580 GraphicUsed by:1714
Symbol 1581 GraphicUsed by:1714
Symbol 1582 GraphicUsed by:1714
Symbol 1583 GraphicUsed by:1714
Symbol 1584 GraphicUsed by:1714
Symbol 1585 GraphicUsed by:1714
Symbol 1586 GraphicUsed by:1714
Symbol 1587 GraphicUsed by:1714
Symbol 1588 GraphicUsed by:1714
Symbol 1589 GraphicUsed by:1714
Symbol 1590 GraphicUsed by:1714
Symbol 1591 GraphicUsed by:1714
Symbol 1592 GraphicUsed by:1714
Symbol 1593 GraphicUsed by:1714
Symbol 1594 GraphicUsed by:1714
Symbol 1595 GraphicUsed by:1714
Symbol 1596 GraphicUsed by:1714
Symbol 1597 GraphicUsed by:1714
Symbol 1598 GraphicUsed by:1714
Symbol 1599 GraphicUsed by:1714
Symbol 1600 GraphicUsed by:1714
Symbol 1601 GraphicUsed by:1714
Symbol 1602 GraphicUsed by:1714
Symbol 1603 GraphicUsed by:1714
Symbol 1604 GraphicUsed by:1714
Symbol 1605 GraphicUsed by:1714
Symbol 1606 GraphicUsed by:1714
Symbol 1607 GraphicUsed by:1714
Symbol 1608 GraphicUsed by:1714
Symbol 1609 GraphicUsed by:1714
Symbol 1610 GraphicUsed by:1714
Symbol 1611 GraphicUsed by:1714
Symbol 1612 GraphicUsed by:1714
Symbol 1613 GraphicUsed by:1714
Symbol 1614 GraphicUsed by:1714
Symbol 1615 GraphicUsed by:1714
Symbol 1616 GraphicUsed by:1714
Symbol 1617 GraphicUsed by:1714
Symbol 1618 GraphicUsed by:1714
Symbol 1619 GraphicUsed by:1714
Symbol 1620 GraphicUsed by:1714
Symbol 1621 GraphicUsed by:1714
Symbol 1622 GraphicUsed by:1714
Symbol 1623 GraphicUsed by:1714
Symbol 1624 GraphicUsed by:1714
Symbol 1625 GraphicUsed by:1714
Symbol 1626 GraphicUsed by:1714
Symbol 1627 GraphicUsed by:1714
Symbol 1628 GraphicUsed by:1714
Symbol 1629 GraphicUsed by:1714
Symbol 1630 GraphicUsed by:1714
Symbol 1631 GraphicUsed by:1714
Symbol 1632 GraphicUsed by:1714
Symbol 1633 GraphicUsed by:1714
Symbol 1634 GraphicUsed by:1714
Symbol 1635 GraphicUsed by:1714
Symbol 1636 GraphicUsed by:1714
Symbol 1637 GraphicUsed by:1714
Symbol 1638 GraphicUsed by:1714
Symbol 1639 GraphicUsed by:1714
Symbol 1640 GraphicUsed by:1714
Symbol 1641 GraphicUsed by:1714
Symbol 1642 GraphicUsed by:1714
Symbol 1643 GraphicUsed by:1714
Symbol 1644 GraphicUsed by:1714
Symbol 1645 GraphicUsed by:1714
Symbol 1646 GraphicUsed by:1714
Symbol 1647 GraphicUsed by:1714
Symbol 1648 GraphicUsed by:1714
Symbol 1649 GraphicUsed by:1714
Symbol 1650 GraphicUsed by:1714
Symbol 1651 GraphicUsed by:1714
Symbol 1652 GraphicUsed by:1714
Symbol 1653 GraphicUsed by:1714
Symbol 1654 GraphicUsed by:1714
Symbol 1655 GraphicUsed by:1714
Symbol 1656 GraphicUsed by:1714
Symbol 1657 GraphicUsed by:1714
Symbol 1658 GraphicUsed by:1714
Symbol 1659 GraphicUsed by:1714
Symbol 1660 GraphicUsed by:1714
Symbol 1661 GraphicUsed by:1714
Symbol 1662 GraphicUsed by:1714
Symbol 1663 GraphicUsed by:1714
Symbol 1664 GraphicUsed by:1714
Symbol 1665 GraphicUsed by:1714
Symbol 1666 GraphicUsed by:1714
Symbol 1667 GraphicUsed by:1714
Symbol 1668 GraphicUsed by:1714
Symbol 1669 GraphicUsed by:1714
Symbol 1670 GraphicUsed by:1714
Symbol 1671 GraphicUsed by:1714
Symbol 1672 GraphicUsed by:1714
Symbol 1673 GraphicUsed by:1714
Symbol 1674 GraphicUsed by:1714
Symbol 1675 GraphicUsed by:1714
Symbol 1676 GraphicUsed by:1714
Symbol 1677 GraphicUsed by:1714
Symbol 1678 GraphicUsed by:1714
Symbol 1679 GraphicUsed by:1714
Symbol 1680 GraphicUsed by:1714
Symbol 1681 GraphicUsed by:1714
Symbol 1682 GraphicUsed by:1714
Symbol 1683 GraphicUsed by:1714
Symbol 1684 GraphicUsed by:1714
Symbol 1685 GraphicUsed by:1714
Symbol 1686 GraphicUsed by:1714
Symbol 1687 GraphicUsed by:1714
Symbol 1688 GraphicUsed by:1714
Symbol 1689 GraphicUsed by:1714
Symbol 1690 GraphicUsed by:1713 1714
Symbol 1691 GraphicUsed by:1714
Symbol 1692 GraphicUsed by:1714
Symbol 1693 GraphicUsed by:1714
Symbol 1694 GraphicUsed by:1714
Symbol 1695 GraphicUsed by:1714
Symbol 1696 GraphicUsed by:1714
Symbol 1697 GraphicUsed by:1714
Symbol 1698 GraphicUsed by:1714
Symbol 1699 ShapeTweeningUsed by:1714
Symbol 1700 GraphicUsed by:1714
Symbol 1701 GraphicUsed by:1714
Symbol 1702 GraphicUsed by:1714
Symbol 1703 GraphicUsed by:1714
Symbol 1704 GraphicUsed by:1707
Symbol 1705 GraphicUsed by:1707
Symbol 1706 GraphicUsed by:1707
Symbol 1707 MovieClipUses:1704 136 1705 1706Used by:1714
Symbol 1708 GraphicUsed by:1714
Symbol 1709 GraphicUsed by:1713
Symbol 1710 GraphicUsed by:1713
Symbol 1711 GraphicUsed by:1713
Symbol 1712 GraphicUsed by:1713
Symbol 1713 MovieClipUses:1690 1360 1709 136 1710 1711 1712Used by:1714
Symbol 1714 MovieClip [z]Uses:492 1358 1360 1361 1362 1363 136 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1707 1708 1713Used by:Timeline
Symbol 1715 MovieClip [f]Uses:966 980Used by:Timeline
Symbol 1716 GraphicUsed by:1720 1752 1755
Symbol 1717 GraphicUsed by:1719
Symbol 1718 GraphicUsed by:1719
Symbol 1719 MovieClipUses:1717 136 1718Used by:1720
Symbol 1720 MovieClip [g]Uses:1716 1719Used by:Timeline
Symbol 1721 MovieClip [h]Uses:966 967Used by:Timeline
Symbol 1722 MovieClip [i]Uses:966 974Used by:Timeline
Symbol 1723 GraphicUsed by:1724
Symbol 1724 MovieClip [r]Uses:966 1723Used by:Timeline
Symbol 1725 GraphicUsed by:1732
Symbol 1726 GraphicUsed by:1728
Symbol 1727 GraphicUsed by:1728
Symbol 1728 MovieClipUses:1726 136 1727Used by:1732
Symbol 1729 ShapeTweeningUsed by:1732
Symbol 1730 ShapeTweeningUsed by:1732
Symbol 1731 GraphicUsed by:1732
Symbol 1732 MovieClip [shield]Uses:1725 1728 1729 1730 1731Used by:Timeline
Symbol 1733 GraphicUsed by:1734
Symbol 1734 MovieClip [lock]Uses:596 1733 515Used by:Timeline
Symbol 1735 GraphicUsed by:1738
Symbol 1736 GraphicUsed by:1738
Symbol 1737 GraphicUsed by:1738
Symbol 1738 ButtonUses:1735 966 980 1736 1737 979Used by:1756
Symbol 1739 GraphicUsed by:1742
Symbol 1740 GraphicUsed by:1742
Symbol 1741 GraphicUsed by:1742
Symbol 1742 ButtonUses:1739 966 967 1740 1741Used by:1756
Symbol 1743 GraphicUsed by:1746
Symbol 1744 GraphicUsed by:1746
Symbol 1745 GraphicUsed by:1746
Symbol 1746 ButtonUses:1743 966 974 1744 1745 973Used by:1756
Symbol 1747 GraphicUsed by:1750
Symbol 1748 GraphicUsed by:1750
Symbol 1749 GraphicUsed by:1750
Symbol 1750 ButtonUses:1747 985 966 986 1748 1749Used by:1756
Symbol 1751 GraphicUsed by:1755
Symbol 1752 MovieClipUses:1716Used by:1755
Symbol 1753 GraphicUsed by:1755
Symbol 1754 GraphicUsed by:1755
Symbol 1755 ButtonUses:1751 1752 1753 1754 1716Used by:1756
Symbol 1756 MovieClip [powerups]Uses:1738 1742 1746 1750 1755Used by:Timeline
Symbol 1757 GraphicUsed by:1760
Symbol 1758 GraphicUsed by:1760
Symbol 1759 GraphicUsed by:1760
Symbol 1760 ButtonUses:1757 412 1758 1759 410 411Used by:1777
Symbol 1761 GraphicUsed by:1764
Symbol 1762 GraphicUsed by:1764
Symbol 1763 GraphicUsed by:1764
Symbol 1764 ButtonUses:1761 1762 1763Used by:1777
Symbol 1765 GraphicUsed by:1768
Symbol 1766 GraphicUsed by:1768
Symbol 1767 GraphicUsed by:1768
Symbol 1768 ButtonUses:1765 1766 1767Used by:1777
Symbol 1769 GraphicUsed by:1772
Symbol 1770 GraphicUsed by:1772
Symbol 1771 GraphicUsed by:1772
Symbol 1772 ButtonUses:1769 1770 1771Used by:1777
Symbol 1773 GraphicUsed by:1776
Symbol 1774 GraphicUsed by:1776
Symbol 1775 GraphicUsed by:1776
Symbol 1776 ButtonUses:1773 1774 1775Used by:1777
Symbol 1777 MovieClip [monsters]Uses:1760 1764 1768 1772 1776Used by:Timeline
Symbol 1778 GraphicUsed by:1781
Symbol 1779 GraphicUsed by:1781
Symbol 1780 GraphicUsed by:1781
Symbol 1781 ButtonUses:1778 515 1779 1780 493 514Used by:1790
Symbol 1782 GraphicUsed by:1785
Symbol 1783 GraphicUsed by:1785
Symbol 1784 GraphicUsed by:1785
Symbol 1785 ButtonUses:1782 1783 1784Used by:1790
Symbol 1786 GraphicUsed by:1789
Symbol 1787 GraphicUsed by:1789
Symbol 1788 GraphicUsed by:1789
Symbol 1789 ButtonUses:1786 600 596 1787 1788 597 598 578 581 588 590 591 592 593Used by:1790
Symbol 1790 MovieClip [gates]Uses:1781 1785 1789Used by:Timeline
Symbol 1791 GraphicUsed by:1794
Symbol 1792 GraphicUsed by:1794
Symbol 1793 GraphicUsed by:1794
Symbol 1794 ButtonUses:1791 1792 1793Used by:1803
Symbol 1795 GraphicUsed by:1798
Symbol 1796 GraphicUsed by:1798
Symbol 1797 GraphicUsed by:1798
Symbol 1798 ButtonUses:1795 1796 1797Used by:1803
Symbol 1799 GraphicUsed by:1802
Symbol 1800 GraphicUsed by:1802
Symbol 1801 GraphicUsed by:1802
Symbol 1802 ButtonUses:1799 1800 1801Used by:1803
Symbol 1803 MovieClip [edit warp]Uses:1794 1798 1802Used by:Timeline
Symbol 1804 Sound [1]Used by:Timeline
Symbol 1805 Sound [2]Used by:Timeline
Symbol 1806 Sound [3]Used by:Timeline
Symbol 1807 Sound [click]Used by:Timeline
Symbol 1808 Sound [door]Used by:Timeline
Symbol 1809 Sound [explode]Used by:Timeline
Symbol 1810 Sound [fireSound]Used by:Timeline
Symbol 1811 Sound [gameOverMusic]Used by:Timeline
Symbol 1812 Sound [gate1]Used by:Timeline
Symbol 1813 Sound [Go]Used by:Timeline
Symbol 1814 Sound [goo]Used by:Timeline
Symbol 1815 Sound [healthup]Used by:Timeline
Symbol 1816 Sound [laserSound]Used by:Timeline
Symbol 1817 Sound [locked gate]Used by:Timeline
Symbol 1818 Sound [music1]Used by:Timeline
Symbol 1819 Sound [music2]Used by:Timeline
Symbol 1820 Sound [music3]Used by:Timeline
Symbol 1821 Sound [music4]Used by:Timeline
Symbol 1822 Sound [music5]Used by:Timeline
Symbol 1823 Sound [over]Used by:Timeline
Symbol 1824 Sound [press]Used by:Timeline
Symbol 1825 Sound [roar]Used by:Timeline
Symbol 1826 Sound [roar super]Used by:Timeline
Symbol 1827 Sound [small click]Used by:Timeline
Symbol 1828 Sound [warp]Used by:Timeline
Symbol 1829 Sound [win]Used by:Timeline
Symbol 1830 Sound [you]Used by:Timeline
Symbol 1831 GraphicUsed by:Timeline
Symbol 1832 GraphicUsed by:1851
Symbol 1833 GraphicUsed by:1834
Symbol 1834 MovieClipUses:1833 136Used by:1851
Symbol 1835 GraphicUsed by:1851
Symbol 1836 GraphicUsed by:1851
Symbol 1837 GraphicUsed by:1851
Symbol 1838 GraphicUsed by:1851
Symbol 1839 GraphicUsed by:1851
Symbol 1840 GraphicUsed by:1851
Symbol 1841 GraphicUsed by:1851
Symbol 1842 GraphicUsed by:1851
Symbol 1843 GraphicUsed by:1851
Symbol 1844 GraphicUsed by:1851
Symbol 1845 GraphicUsed by:1851
Symbol 1846 GraphicUsed by:1851
Symbol 1847 GraphicUsed by:1851
Symbol 1848 GraphicUsed by:1851
Symbol 1849 GraphicUsed by:1851
Symbol 1850 GraphicUsed by:1851
Symbol 1851 MovieClipUses:1832 1834 1835 1836 1837 136 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850Used by:1895  Timeline
Symbol 1852 GraphicUsed by:1893
Symbol 1853 GraphicUsed by:1893
Symbol 1854 ShapeTweeningUsed by:1893
Symbol 1855 GraphicUsed by:1893
Symbol 1856 GraphicUsed by:1893
Symbol 1857 GraphicUsed by:1859
Symbol 1858 GraphicUsed by:1859
Symbol 1859 MovieClipUses:1857 136 1858Used by:1893
Symbol 1860 GraphicUsed by:1893
Symbol 1861 GraphicUsed by:1893
Symbol 1862 GraphicUsed by:1893
Symbol 1863 GraphicUsed by:1893
Symbol 1864 GraphicUsed by:1893
Symbol 1865 GraphicUsed by:1893
Symbol 1866 GraphicUsed by:1893
Symbol 1867 GraphicUsed by:1893
Symbol 1868 GraphicUsed by:1893
Symbol 1869 GraphicUsed by:1893
Symbol 1870 GraphicUsed by:1893
Symbol 1871 GraphicUsed by:1893
Symbol 1872 GraphicUsed by:1893
Symbol 1873 GraphicUsed by:1893
Symbol 1874 GraphicUsed by:1893
Symbol 1875 GraphicUsed by:1893
Symbol 1876 GraphicUsed by:1893
Symbol 1877 GraphicUsed by:1893
Symbol 1878 GraphicUsed by:1893
Symbol 1879 GraphicUsed by:1893
Symbol 1880 GraphicUsed by:1893
Symbol 1881 GraphicUsed by:1893
Symbol 1882 GraphicUsed by:1893
Symbol 1883 GraphicUsed by:1893
Symbol 1884 GraphicUsed by:1893
Symbol 1885 GraphicUsed by:1893
Symbol 1886 GraphicUsed by:1893
Symbol 1887 GraphicUsed by:1893
Symbol 1888 GraphicUsed by:1893
Symbol 1889 GraphicUsed by:1893
Symbol 1890 GraphicUsed by:1893
Symbol 1891 GraphicUsed by:1893
Symbol 1892 GraphicUsed by:1893
Symbol 1893 MovieClipUses:1852 1853 1854 610 611 1855 136 1856 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892Used by:1895  Timeline
Symbol 1894 GraphicUsed by:1895
Symbol 1895 MovieClipUses:713 915 1851 1893 1894Used by:Timeline
Symbol 1896 GraphicUsed by:Timeline
Symbol 1897 GraphicUsed by:1901
Symbol 1898 GraphicUsed by:1901
Symbol 1899 GraphicUsed by:1901
Symbol 1900 GraphicUsed by:1901
Symbol 1901 ButtonUses:1897 1898 1899 1900Used by:Timeline
Symbol 1902 GraphicUsed by:1906
Symbol 1903 GraphicUsed by:1906
Symbol 1904 GraphicUsed by:1906
Symbol 1905 GraphicUsed by:1906
Symbol 1906 ButtonUses:1902 1903 1904 1905Used by:Timeline
Symbol 1907 GraphicUsed by:1911
Symbol 1908 GraphicUsed by:1911
Symbol 1909 GraphicUsed by:1911
Symbol 1910 GraphicUsed by:1911 1915
Symbol 1911 ButtonUses:1907 1908 1909 1910Used by:Timeline
Symbol 1912 GraphicUsed by:1915
Symbol 1913 GraphicUsed by:1915
Symbol 1914 GraphicUsed by:1915
Symbol 1915 ButtonUses:1912 1913 1914 1910Used by:Timeline
Symbol 1916 GraphicUsed by:Timeline
Symbol 1917 GraphicUsed by:1918
Symbol 1918 MovieClipUses:142 1917Used by:Timeline
Symbol 1919 GraphicUsed by:Timeline
Symbol 1920 GraphicUsed by:Timeline
Symbol 1921 GraphicUsed by:1931
Symbol 1922 GraphicUsed by:1931
Symbol 1923 GraphicUsed by:1931
Symbol 1924 TextUses:146Used by:1931
Symbol 1925 GraphicUsed by:1931
Symbol 1926 GraphicUsed by:1931
Symbol 1927 GraphicUsed by:1931
Symbol 1928 GraphicUsed by:1931
Symbol 1929 TextUses:146Used by:1931
Symbol 1930 GraphicUsed by:1931
Symbol 1931 ButtonUses:1921 1922 1923 150 1924 1925 1926 1927 1928 1929 1930Used by:Timeline
Symbol 1932 GraphicUsed by:Timeline
Symbol 1933 TextUses:159Used by:Timeline
Symbol 1934 GraphicUsed by:Timeline
Symbol 1935 EditableTextUses:159Used by:Timeline
Symbol 1936 GraphicUsed by:Timeline
Symbol 1937 GraphicUsed by:1938
Symbol 1938 MovieClipUses:1937Used by:Timeline
Symbol 1939 BitmapUsed by:1940
Symbol 1940 GraphicUses:1939Used by:Timeline
Symbol 1941 TextUses:353Used by:Timeline
Symbol 1942 GraphicUsed by:Timeline
Symbol 1943 GraphicUsed by:1945
Symbol 1944 GraphicUsed by:1945
Symbol 1945 MovieClipUses:1943 136 1944Used by:Timeline
Symbol 1946 GraphicUsed by:Timeline
Symbol 1947 GraphicUsed by:Timeline
Symbol 1948 GraphicUsed by:Timeline
Symbol 1949 GraphicUsed by:Timeline
Symbol 1950 TextUses:159Used by:Timeline
Symbol 1951 GraphicUsed by:1954
Symbol 1952 ButtonUses:142 919 144 920 921 922 150 923 924 925 926 155 927Used by:1954
Symbol 1953 GraphicUsed by:1954
Symbol 1954 MovieClipUses:1951 150 1952 1953 855Used by:Timeline
Symbol 1955 GraphicUsed by:Timeline
Symbol 1956 FontUsed by:1957 1958 1959 1960 1961 1962 1964 1965 1966 1968 1969 1970 1996 2002 2003 2037 2055
Symbol 1957 TextUses:1956Used by:Timeline
Symbol 1958 TextUses:1956Used by:Timeline
Symbol 1959 TextUses:1956Used by:2004  Timeline
Symbol 1960 TextUses:1956Used by:1963
Symbol 1961 TextUses:1956Used by:1963
Symbol 1962 TextUses:1956Used by:1963  Timeline
Symbol 1963 ButtonUses:1960 1961 1962 12Used by:Timeline
Symbol 1964 TextUses:1956Used by:1967
Symbol 1965 TextUses:1956Used by:1967
Symbol 1966 TextUses:1956Used by:1967  Timeline
Symbol 1967 ButtonUses:1964 1965 1966 12Used by:Timeline
Symbol 1968 TextUses:1956Used by:1971
Symbol 1969 TextUses:1956Used by:1971
Symbol 1970 TextUses:1956Used by:1971  Timeline
Symbol 1971 ButtonUses:1968 1969 1970 12Used by:Timeline
Symbol 1972 GraphicUsed by:1976
Symbol 1973 GraphicUsed by:1976
Symbol 1974 GraphicUsed by:1976
Symbol 1975 GraphicUsed by:1976
Symbol 1976 ButtonUses:1972 1973 1974 1975Used by:Timeline
Symbol 1977 GraphicUsed by:Timeline
Symbol 1978 GraphicUsed by:Timeline
Symbol 1979 TextUses:159Used by:Timeline
Symbol 1980 TextUses:159Used by:Timeline
Symbol 1981 TextUses:159Used by:Timeline
Symbol 1982 TextUses:159Used by:Timeline
Symbol 1983 TextUses:404Used by:Timeline
Symbol 1984 TextUses:159Used by:Timeline
Symbol 1985 TextUses:159Used by:Timeline
Symbol 1986 TextUses:159Used by:Timeline
Symbol 1987 TextUses:159Used by:Timeline
Symbol 1988 TextUses:159Used by:Timeline
Symbol 1989 GraphicUsed by:Timeline
Symbol 1990 GraphicUsed by:Timeline
Symbol 1991 TextUses:159Used by:Timeline
Symbol 1992 FontUsed by:1993
Symbol 1993 TextUses:1992Used by:Timeline
Symbol 1994 TextUses:159Used by:Timeline
Symbol 1995 GraphicUsed by:Timeline
Symbol 1996 TextUses:1956Used by:Timeline
Symbol 1997 GraphicUsed by:2001
Symbol 1998 GraphicUsed by:2001
Symbol 1999 GraphicUsed by:2001
Symbol 2000 GraphicUsed by:2001
Symbol 2001 ButtonUses:1997 1998 1999 2000Used by:Timeline
Symbol 2002 TextUses:1956Used by:2004
Symbol 2003 TextUses:1956Used by:2004
Symbol 2004 ButtonUses:2002 2003 1959 12Used by:Timeline
Symbol 2005 GraphicUsed by:Timeline
Symbol 2006 TextUses:159Used by:Timeline
Symbol 2007 GraphicUsed by:2010
Symbol 2008 GraphicUsed by:2010
Symbol 2009 GraphicUsed by:2010
Symbol 2010 ButtonUses:2007 2008 2009Used by:Timeline
Symbol 2011 GraphicUsed by:2014
Symbol 2012 GraphicUsed by:2014
Symbol 2013 GraphicUsed by:2014
Symbol 2014 ButtonUses:2011 2012 2013Used by:Timeline
Symbol 2015 GraphicUsed by:2018
Symbol 2016 GraphicUsed by:2018
Symbol 2017 GraphicUsed by:2018
Symbol 2018 ButtonUses:2015 2016 2017Used by:Timeline
Symbol 2019 GraphicUsed by:2022
Symbol 2020 GraphicUsed by:2022
Symbol 2021 GraphicUsed by:2022
Symbol 2022 ButtonUses:2019 2020 2021Used by:Timeline
Symbol 2023 TextUses:159Used by:Timeline
Symbol 2024 TextUses:159Used by:Timeline
Symbol 2025 TextUses:159Used by:Timeline
Symbol 2026 GraphicUsed by:2029
Symbol 2027 GraphicUsed by:2029
Symbol 2028 GraphicUsed by:2029
Symbol 2029 ButtonUses:2026 2027 2028Used by:Timeline
Symbol 2030 FontUsed by:160 2031 2032 2033 2034 2035
Symbol 2031 TextUses:2030Used by:Timeline
Symbol 2032 TextUses:2030Used by:Timeline
Symbol 2033 TextUses:2030Used by:Timeline
Symbol 2034 TextUses:2030Used by:Timeline
Symbol 2035 TextUses:2030Used by:Timeline
Symbol 2036 GraphicUsed by:Timeline
Symbol 2037 TextUses:1956Used by:Timeline
Symbol 2038 GraphicUsed by:Timeline
Symbol 2039 TextUses:159Used by:Timeline
Symbol 2040 TextUses:159Used by:Timeline
Symbol 2041 TextUses:159Used by:Timeline
Symbol 2042 TextUses:159Used by:Timeline
Symbol 2043 TextUses:159Used by:Timeline
Symbol 2044 TextUses:159Used by:Timeline
Symbol 2045 TextUses:159Used by:Timeline
Symbol 2046 TextUses:159Used by:Timeline
Symbol 2047 TextUses:159Used by:Timeline
Symbol 2048 TextUses:159Used by:Timeline
Symbol 2049 TextUses:159Used by:Timeline
Symbol 2050 TextUses:159Used by:Timeline
Symbol 2051 TextUses:159Used by:Timeline
Symbol 2052 GraphicUsed by:Timeline
Symbol 2053 TextUses:404Used by:Timeline
Symbol 2054 GraphicUsed by:Timeline
Symbol 2055 TextUses:1956Used by:Timeline
Symbol 2056 GraphicUsed by:Timeline
Symbol 2057 GraphicUsed by:2058
Symbol 2058 MovieClipUses:2057Used by:Timeline
Symbol 2059 GraphicUsed by:Timeline
Symbol 2060 GraphicUsed by:Timeline
Symbol 2061 ButtonUses:142 919 144 920 921 922 150 923 924 925 926 155 927Used by:Timeline
Symbol 2062 TextUses:353Used by:Timeline
Symbol 2063 ButtonUses:142 143 144 145 147 148 150 151 152 153 154 155 156Used by:Timeline
Symbol 2064 GraphicUses:166Used by:2067 2106
Symbol 2065 GraphicUses:166Used by:2067 2106
Symbol 2066 GraphicUses:166Used by:2067 2106
Symbol 2067 ButtonUses:2064 2065 2066Used by:Timeline
Symbol 2068 GraphicUsed by:2071 2078 2107 2109
Symbol 2069 GraphicUsed by:2071 2078 2102 2105 2107 2109
Symbol 2070 GraphicUsed by:2071 2078 2107 2109
Symbol 2071 ButtonUses:2068 915 576 2069 2070 869 870 871 665 135 417 418 518 519 520 521Used by:Timeline
Symbol 2072 GraphicUsed by:2075 2108
Symbol 2073 GraphicUsed by:2075 2108
Symbol 2074 GraphicUsed by:2075 2108
Symbol 2075 ButtonUses:2072 2073 2074Used by:Timeline
Symbol 2076 GraphicUsed by:2078 2109
Symbol 2077 GraphicUsed by:2078 2109
Symbol 2078 ButtonUses:2068 966 980 2076 2069 2077 2070 979Used by:Timeline
Symbol 2079 GraphicUsed by:2085 2110
Symbol 2080 GraphicUsed by:2085 2110
Symbol 2081 GraphicUsed by:2085 2110
Symbol 2082 GraphicUsed by:2085 2110
Symbol 2083 GraphicUsed by:2085 2110
Symbol 2084 GraphicUsed by:2085 2110
Symbol 2085 ButtonUses:2079 600 596 513 2080 2081 2082 2083 2084 597 598 578 581 588 590 591 592 593 493Used by:Timeline
Symbol 2086 GraphicUsed by:2089 2111
Symbol 2087 GraphicUsed by:2089 2111
Symbol 2088 GraphicUsed by:2089 2111
Symbol 2089 ButtonUses:2086 2087 2088Used by:Timeline
Symbol 2090 GraphicUsed by:2093 2112
Symbol 2091 GraphicUsed by:2093 2112
Symbol 2092 GraphicUsed by:2093 2112
Symbol 2093 ButtonUses:2090 2091 2092Used by:Timeline
Symbol 2094 GraphicUsed by:2097 2113
Symbol 2095 GraphicUsed by:2097 2113
Symbol 2096 GraphicUsed by:2097 2113
Symbol 2097 ButtonUses:2094 2095 2096Used by:Timeline
Symbol 2098 TextUses:159Used by:Timeline
Symbol 2099 GraphicUsed by:2102 2105
Symbol 2100 EditableTextUses:159Used by:2102 2105
Symbol 2101 GraphicUsed by:2102 2105
Symbol 2102 ButtonUses:2099 2069 314 2100 2101Used by:Timeline
Symbol 2103 GraphicUsed by:Timeline
Symbol 2104 GraphicUsed by:Timeline
Symbol 2105 ButtonUses:2099 2069 314 2100 2101Used by:Timeline
Symbol 2106 ButtonUses:2064 2065 2066Used by:2114
Symbol 2107 ButtonUses:2068 915 576 2069 2070 869 870 871 665 135 417 418 518 519 520 521Used by:2114
Symbol 2108 ButtonUses:2072 2073 2074Used by:2114
Symbol 2109 ButtonUses:2068 966 980 2076 2069 2077 2070 979Used by:2114
Symbol 2110 ButtonUses:2079 600 596 513 2080 2081 2082 2083 2084 597 598 578 581 588 590 591 592 593 493Used by:2114
Symbol 2111 ButtonUses:2086 2087 2088Used by:2114
Symbol 2112 ButtonUses:2090 2091 2092Used by:2114
Symbol 2113 ButtonUses:2094 2095 2096Used by:2114
Symbol 2114 MovieClipUses:2106 2107 2108 2109 2110 2111 2112 2113Used by:Timeline
Symbol 2115 ButtonUses:142 143 144 145 147 148 150 151 152 153 154 155 156Used by:Timeline
Symbol 2116 ButtonUses:142 919 144 920 921 922 150 923 924 925 926 155 927Used by:Timeline
Symbol 2117 GraphicUsed by:2121
Symbol 2118 TextUses:146Used by:2121
Symbol 2119 TextUses:146Used by:2121
Symbol 2120 GraphicUsed by:2121
Symbol 2121 ButtonUses:142 919 144 2117 2118 922 150 923 924 2119 926 155 2120Used by:Timeline
Symbol 2122 GraphicUsed by:Timeline
Symbol 2123 GraphicUsed by:Timeline
Symbol 2124 FontUsed by:2125
Symbol 2125 TextUses:2124Used by:Timeline
Symbol 2126 TextUses:159Used by:Timeline
Symbol 2127 GraphicUsed by:Timeline
Symbol 2128 GraphicUsed by:2335
Symbol 2129 GraphicUsed by:2335
Symbol 2130 GraphicUsed by:2335
Symbol 2131 GraphicUsed by:2335
Symbol 2132 GraphicUsed by:2335
Symbol 2133 GraphicUsed by:2335
Symbol 2134 GraphicUsed by:2335
Symbol 2135 GraphicUsed by:2335
Symbol 2136 GraphicUsed by:2335
Symbol 2137 GraphicUsed by:2335
Symbol 2138 GraphicUsed by:2335
Symbol 2139 GraphicUsed by:2335
Symbol 2140 GraphicUsed by:2335
Symbol 2141 GraphicUsed by:2335
Symbol 2142 GraphicUsed by:2335
Symbol 2143 GraphicUsed by:2335
Symbol 2144 GraphicUsed by:2335
Symbol 2145 GraphicUsed by:2335
Symbol 2146 GraphicUsed by:2335
Symbol 2147 GraphicUsed by:2335
Symbol 2148 GraphicUsed by:2335
Symbol 2149 GraphicUsed by:2335
Symbol 2150 GraphicUsed by:2335
Symbol 2151 GraphicUsed by:2335
Symbol 2152 GraphicUsed by:2335
Symbol 2153 GraphicUsed by:2335
Symbol 2154 GraphicUsed by:2335
Symbol 2155 GraphicUsed by:2335
Symbol 2156 GraphicUsed by:2335
Symbol 2157 GraphicUsed by:2335
Symbol 2158 GraphicUsed by:2335
Symbol 2159 GraphicUsed by:2335
Symbol 2160 GraphicUsed by:2335
Symbol 2161 GraphicUsed by:2335
Symbol 2162 GraphicUsed by:2335
Symbol 2163 GraphicUsed by:2335
Symbol 2164 GraphicUsed by:2335
Symbol 2165 GraphicUsed by:2335
Symbol 2166 GraphicUsed by:2335
Symbol 2167 GraphicUsed by:2335
Symbol 2168 GraphicUsed by:2335
Symbol 2169 GraphicUsed by:2335
Symbol 2170 GraphicUsed by:2335
Symbol 2171 GraphicUsed by:2335
Symbol 2172 GraphicUsed by:2335
Symbol 2173 GraphicUsed by:2335
Symbol 2174 GraphicUsed by:2335
Symbol 2175 GraphicUsed by:2335
Symbol 2176 GraphicUsed by:2335
Symbol 2177 GraphicUsed by:2335
Symbol 2178 GraphicUsed by:2335
Symbol 2179 GraphicUsed by:2335
Symbol 2180 GraphicUsed by:2335
Symbol 2181 GraphicUsed by:2335
Symbol 2182 GraphicUsed by:2335
Symbol 2183 GraphicUsed by:2335
Symbol 2184 GraphicUsed by:2335
Symbol 2185 GraphicUsed by:2335
Symbol 2186 GraphicUsed by:2335
Symbol 2187 GraphicUsed by:2335
Symbol 2188 GraphicUsed by:2335
Symbol 2189 GraphicUsed by:2335
Symbol 2190 GraphicUsed by:2335
Symbol 2191 GraphicUsed by:2335
Symbol 2192 GraphicUsed by:2335
Symbol 2193 GraphicUsed by:2335
Symbol 2194 GraphicUsed by:2335
Symbol 2195 GraphicUsed by:2335
Symbol 2196 GraphicUsed by:2335
Symbol 2197 GraphicUsed by:2335
Symbol 2198 GraphicUsed by:2335
Symbol 2199 GraphicUsed by:2335
Symbol 2200 GraphicUsed by:2335
Symbol 2201 GraphicUsed by:2335
Symbol 2202 GraphicUsed by:2335
Symbol 2203 GraphicUsed by:2335
Symbol 2204 GraphicUsed by:2335
Symbol 2205 GraphicUsed by:2335
Symbol 2206 GraphicUsed by:2335
Symbol 2207 GraphicUsed by:2335
Symbol 2208 GraphicUsed by:2335
Symbol 2209 GraphicUsed by:2335
Symbol 2210 GraphicUsed by:2335
Symbol 2211 GraphicUsed by:2335
Symbol 2212 GraphicUsed by:2335
Symbol 2213 GraphicUsed by:2335
Symbol 2214 GraphicUsed by:2335
Symbol 2215 GraphicUsed by:2335
Symbol 2216 GraphicUsed by:2335
Symbol 2217 GraphicUsed by:2335
Symbol 2218 GraphicUsed by:2335
Symbol 2219 GraphicUsed by:2335
Symbol 2220 GraphicUsed by:2335
Symbol 2221 GraphicUsed by:2335
Symbol 2222 GraphicUsed by:2335
Symbol 2223 GraphicUsed by:2335
Symbol 2224 GraphicUsed by:2335
Symbol 2225 GraphicUsed by:2335
Symbol 2226 GraphicUsed by:2335
Symbol 2227 GraphicUsed by:2335
Symbol 2228 GraphicUsed by:2335
Symbol 2229 GraphicUsed by:2335
Symbol 2230 GraphicUsed by:2335
Symbol 2231 GraphicUsed by:2335
Symbol 2232 GraphicUsed by:2335
Symbol 2233 GraphicUsed by:2335
Symbol 2234 GraphicUsed by:2335
Symbol 2235 GraphicUsed by:2335
Symbol 2236 GraphicUsed by:2335
Symbol 2237 GraphicUsed by:2335
Symbol 2238 GraphicUsed by:2335
Symbol 2239 GraphicUsed by:2335
Symbol 2240 GraphicUsed by:2335
Symbol 2241 GraphicUsed by:2335
Symbol 2242 GraphicUsed by:2335
Symbol 2243 GraphicUsed by:2335
Symbol 2244 GraphicUsed by:2335
Symbol 2245 GraphicUsed by:2335
Symbol 2246 GraphicUsed by:2335
Symbol 2247 GraphicUsed by:2335
Symbol 2248 GraphicUsed by:2335
Symbol 2249 GraphicUsed by:2335
Symbol 2250 GraphicUsed by:2335
Symbol 2251 GraphicUsed by:2335
Symbol 2252 GraphicUsed by:2335
Symbol 2253 GraphicUsed by:2335
Symbol 2254 GraphicUsed by:2335
Symbol 2255 GraphicUsed by:2335
Symbol 2256 GraphicUsed by:2335
Symbol 2257 GraphicUsed by:2335
Symbol 2258 GraphicUsed by:2335
Symbol 2259 GraphicUsed by:2335
Symbol 2260 GraphicUsed by:2335
Symbol 2261 GraphicUsed by:2335
Symbol 2262 GraphicUsed by:2335
Symbol 2263 GraphicUsed by:2335
Symbol 2264 GraphicUsed by:2335
Symbol 2265 GraphicUsed by:2335
Symbol 2266 GraphicUsed by:2335
Symbol 2267 GraphicUsed by:2335
Symbol 2268 GraphicUsed by:2335
Symbol 2269 GraphicUsed by:2335
Symbol 2270 GraphicUsed by:2335
Symbol 2271 GraphicUsed by:2335
Symbol 2272 GraphicUsed by:2335
Symbol 2273 GraphicUsed by:2335
Symbol 2274 GraphicUsed by:2335
Symbol 2275 GraphicUsed by:2335
Symbol 2276 GraphicUsed by:2335
Symbol 2277 GraphicUsed by:2335
Symbol 2278 GraphicUsed by:2335
Symbol 2279 GraphicUsed by:2335
Symbol 2280 GraphicUsed by:2335
Symbol 2281 GraphicUsed by:2335
Symbol 2282 GraphicUsed by:2335
Symbol 2283 GraphicUsed by:2335
Symbol 2284 GraphicUsed by:2335
Symbol 2285 GraphicUsed by:2335
Symbol 2286 GraphicUsed by:2335
Symbol 2287 GraphicUsed by:2335
Symbol 2288 GraphicUsed by:2335
Symbol 2289 GraphicUsed by:2335
Symbol 2290 GraphicUsed by:2335
Symbol 2291 GraphicUsed by:2335
Symbol 2292 GraphicUsed by:2335
Symbol 2293 GraphicUsed by:2335
Symbol 2294 GraphicUsed by:2335
Symbol 2295 GraphicUsed by:2335
Symbol 2296 GraphicUsed by:2335
Symbol 2297 GraphicUsed by:2335
Symbol 2298 GraphicUsed by:2335
Symbol 2299 GraphicUsed by:2335
Symbol 2300 GraphicUsed by:2335
Symbol 2301 GraphicUsed by:2335
Symbol 2302 GraphicUsed by:2335
Symbol 2303 GraphicUsed by:2335
Symbol 2304 GraphicUsed by:2335
Symbol 2305 GraphicUsed by:2335
Symbol 2306 GraphicUsed by:2335
Symbol 2307 GraphicUsed by:2335
Symbol 2308 GraphicUsed by:2335
Symbol 2309 GraphicUsed by:2335
Symbol 2310 GraphicUsed by:2335
Symbol 2311 GraphicUsed by:2335
Symbol 2312 GraphicUsed by:2335
Symbol 2313 GraphicUsed by:2335
Symbol 2314 GraphicUsed by:2335
Symbol 2315 GraphicUsed by:2335
Symbol 2316 GraphicUsed by:2335
Symbol 2317 GraphicUsed by:2335
Symbol 2318 GraphicUsed by:2335
Symbol 2319 GraphicUsed by:2335
Symbol 2320 GraphicUsed by:2335
Symbol 2321 GraphicUsed by:2335
Symbol 2322 GraphicUsed by:2335
Symbol 2323 GraphicUsed by:2335
Symbol 2324 GraphicUsed by:2335
Symbol 2325 GraphicUsed by:2335
Symbol 2326 GraphicUsed by:2335
Symbol 2327 GraphicUsed by:2335
Symbol 2328 GraphicUsed by:2335
Symbol 2329 GraphicUsed by:2335
Symbol 2330 GraphicUsed by:2335
Symbol 2331 GraphicUsed by:2335
Symbol 2332 GraphicUsed by:2335
Symbol 2333 GraphicUsed by:2335
Symbol 2334 GraphicUsed by:2335
Symbol 2335 MovieClipUses:492 2128 2129 136 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334Used by:Timeline

Instance Names

"actions"Frame 30Symbol 170 MovieClip
"quality"Frame 86Symbol 125 MovieClip [FComboBoxSymbol]
"musicon"Frame 86Symbol 114 MovieClip [FCheckBoxSymbol]
"soundon"Frame 86Symbol 114 MovieClip [FCheckBoxSymbol]
"healthheart"Frame 88Symbol 964 MovieClip
"a"Frame 89Symbol 2029 Button
"f"Frame 89Symbol 2029 Button
"d"Frame 89Symbol 2029 Button
"s"Frame 89Symbol 2029 Button
"a"Frame 89Symbol 2029 Button
"bbackground"Frame 91Symbol 768 MovieClip
"actions"Frame 92Symbol 170 MovieClip
"bbackground"Frame 96Symbol 768 MovieClip
"actions"Frame 96Symbol 170 MovieClip
"actions"Frame 97Symbol 170 MovieClip
"actions"Frame 98Symbol 170 MovieClip
"highlight3D_mc"Symbol 11 MovieClip Frame 1Symbol 4 MovieClip
"highlight_mc"Symbol 11 MovieClip Frame 1Symbol 6 MovieClip
"shadow_mc"Symbol 11 MovieClip Frame 1Symbol 8 MovieClip
"darkshadow_mc"Symbol 11 MovieClip Frame 1Symbol 10 MovieClip
"background_mc"Symbol 14 MovieClip Frame 1Symbol 13 MovieClip
"background_mc"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"background_mc"Symbol 19 MovieClip Frame 1Symbol 18 MovieClip
"check_mc"Symbol 22 MovieClip Frame 1Symbol 21 MovieClip
"check_mc"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"fcb_frame_mc"Symbol 26 MovieClip [fcb_states] Frame 1Symbol 11 MovieClip
"frb_frame_mc"Symbol 26 MovieClip [fcb_states] Frame 1Symbol 14 MovieClip
"labelField"Symbol 29 MovieClip [FLabelSymbol] Frame 1Symbol 28 EditableText
"highlight_mc"Symbol 32 MovieClip [FHighlightSymbol] Frame 1Symbol 31 MovieClip
"highlight_mc2"Symbol 32 MovieClip [FHighlightSymbol] Frame 2Symbol 31 MovieClip
"highlight_mc3"Symbol 32 MovieClip [FHighlightSymbol] Frame 3Symbol 31 MovieClip
"face_mc"Symbol 44 MovieClip Frame 1Symbol 35 MovieClip
"arrow_mc"Symbol 44 MovieClip Frame 1Symbol 37 MovieClip
"highlight_mc"Symbol 44 MovieClip Frame 1Symbol 39 MovieClip
"shadow_mc"Symbol 44 MovieClip Frame 1Symbol 41 MovieClip
"darkshadow_mc"Symbol 44 MovieClip Frame 1Symbol 42 MovieClip
"highlight3D_mc"Symbol 44 MovieClip Frame 1Symbol 43 MovieClip
"darkshadow_mc"Symbol 54 MovieClip Frame 1Symbol 45 MovieClip
"highlight3D_mc"Symbol 54 MovieClip Frame 1Symbol 46 MovieClip
"highlight_mc"Symbol 54 MovieClip Frame 1Symbol 48 MovieClip
"shadow_mc"Symbol 54 MovieClip Frame 1Symbol 50 MovieClip
"face_mc"Symbol 54 MovieClip Frame 1Symbol 51 MovieClip
"arrow_mc"Symbol 54 MovieClip Frame 1Symbol 53 MovieClip
"highlight3D_mc"Symbol 63 MovieClip Frame 1Symbol 55 MovieClip
"darkshadow_mc"Symbol 63 MovieClip Frame 1Symbol 56 MovieClip
"highlight_mc"Symbol 63 MovieClip Frame 1Symbol 57 MovieClip
"shadow_mc"Symbol 63 MovieClip Frame 1Symbol 58 MovieClip
"face_mc"Symbol 63 MovieClip Frame 1Symbol 60 MovieClip
"arrow_mc"Symbol 63 MovieClip Frame 1Symbol 62 MovieClip
"up"Symbol 64 MovieClip [UpArrow] Frame 1Symbol 44 MovieClip
"down"Symbol 64 MovieClip [UpArrow] Frame 2Symbol 54 MovieClip
"disabled"Symbol 64 MovieClip [UpArrow] Frame 3Symbol 63 MovieClip
"highlight3D_mc"Symbol 70 MovieClip Frame 1Symbol 66 MovieClip
"darkshadow_mc"Symbol 70 MovieClip Frame 1Symbol 67 MovieClip
"highlight_mc"Symbol 70 MovieClip Frame 1Symbol 68 MovieClip
"shadow_mc"Symbol 70 MovieClip Frame 1Symbol 69 MovieClip
"highlight3D_mc"Symbol 77 MovieClip Frame 1Symbol 71 MovieClip
"darkshadow_mc"Symbol 77 MovieClip Frame 1Symbol 72 MovieClip
"shadow_mc"Symbol 77 MovieClip Frame 1Symbol 74 MovieClip
"face_mc"Symbol 77 MovieClip Frame 1Symbol 75 MovieClip
"highlight_mc"Symbol 77 MovieClip Frame 1Symbol 76 MovieClip
"shadow_mc"Symbol 82 MovieClip Frame 1Symbol 78 MovieClip
"darkshadow_mc"Symbol 82 MovieClip Frame 1Symbol 80 MovieClip
"highlight3D_mc"Symbol 82 MovieClip Frame 1Symbol 81 MovieClip
"mc_sliderTop"Symbol 83 MovieClip [ScrollThumb] Frame 1Symbol 70 MovieClip
"mc_sliderMid"Symbol 83 MovieClip [ScrollThumb] Frame 1Symbol 77 MovieClip
"mc_sliderBot"Symbol 83 MovieClip [ScrollThumb] Frame 1Symbol 82 MovieClip
"face_mc"Symbol 91 MovieClip Frame 1Symbol 84 MovieClip
"arrow_mc"Symbol 91 MovieClip Frame 1Symbol 86 MovieClip
"highlight_mc"Symbol 91 MovieClip Frame 1Symbol 87 MovieClip
"shadow_mc"Symbol 91 MovieClip Frame 1Symbol 88 MovieClip
"darkshadow_mc"Symbol 91 MovieClip Frame 1Symbol 89 MovieClip
"highlight3D_mc"Symbol 91 MovieClip Frame 1Symbol 90 MovieClip
"darkshadow_mc"Symbol 99 MovieClip Frame 1Symbol 92 MovieClip
"highlight3D_mc"Symbol 99 MovieClip Frame 1Symbol 93 MovieClip
"highlight_mc"Symbol 99 MovieClip Frame 1Symbol 94 MovieClip
"shadow_mc"Symbol 99 MovieClip Frame 1Symbol 95 MovieClip
"face_mc"Symbol 99 MovieClip Frame 1Symbol 96 MovieClip
"arrow_mc"Symbol 99 MovieClip Frame 1Symbol 98 MovieClip
"highlight3D_mc"Symbol 107 MovieClip Frame 1Symbol 100 MovieClip
"darkshadow_mc"Symbol 107 MovieClip Frame 1Symbol 101 MovieClip
"highlight_mc"Symbol 107 MovieClip Frame 1Symbol 102 MovieClip
"shadow_mc"Symbol 107 MovieClip Frame 1Symbol 103 MovieClip
"face_mc"Symbol 107 MovieClip Frame 1Symbol 104 MovieClip
"arrow_mc"Symbol 107 MovieClip Frame 1Symbol 106 MovieClip
"up"Symbol 108 MovieClip [DownArrow] Frame 1Symbol 91 MovieClip
"down"Symbol 108 MovieClip [DownArrow] Frame 2Symbol 99 MovieClip
"disabled"Symbol 108 MovieClip [DownArrow] Frame 3Symbol 107 MovieClip
"boundingBox"Symbol 111 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 109 MovieClip
"boundingBox2"Symbol 111 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 109 MovieClip
"boundingBox_mc"Symbol 114 MovieClip [FCheckBoxSymbol] Frame 1Symbol 111 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 114 MovieClip [FCheckBoxSymbol] Frame 1Symbol 113 MovieClip
"track_mc"Symbol 116 MovieClip Frame 1Symbol 115 MovieClip
"scrollTrack_mc"Symbol 117 MovieClip [FScrollBarSymbol] Frame 1Symbol 116 MovieClip
"dPAsset"Symbol 120 MovieClip [FSelectableListSymbol] Frame 1Symbol 118 MovieClip [DataProviderSymbol]
"ItemAsset"Symbol 120 MovieClip [FSelectableListSymbol] Frame 1Symbol 119 MovieClip [FSelectableItemSymbol]
"scrollBarAsset"Symbol 121 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 117 MovieClip [FScrollBarSymbol]
"superClassAsset"Symbol 121 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 120 MovieClip [FSelectableListSymbol]
"superClassAsset"Symbol 125 MovieClip [FComboBoxSymbol] Frame 1Symbol 121 MovieClip [FScrollSelectListSymbol]
"itemAsset"Symbol 125 MovieClip [FComboBoxSymbol] Frame 1Symbol 122 MovieClip [FComboBoxItemSymbol]
"proxyBox_mc"Symbol 125 MovieClip [FComboBoxSymbol] Frame 1Symbol 111 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 125 MovieClip [FComboBoxSymbol] Frame 1Symbol 124 MovieClip
"bar"Symbol 158 MovieClip Frame 1Symbol 128 MovieClip
"box"Symbol 165 MovieClip [alpha] Frame 1Symbol 161 MovieClip
"box"Symbol 319 MovieClip [clpha] Frame 1Symbol 316 MovieClip
"box"Symbol 372 MovieClip [elpha] Frame 1Symbol 369 MovieClip
"yay"Symbol 407 MovieClip [gate] Frame 1Symbol 382 Button
"kcolor"Symbol 498 MovieClip [k] Frame 1Symbol 494 MovieClip
"kcolor"Symbol 515 MovieClip Frame 1Symbol 513 MovieClip
"preview"Symbol 517 MovieClip [key] Frame 1Symbol 515 MovieClip
"kcolor"Symbol 580 MovieClip Frame 1Symbol 579 MovieClip
"gatee"Symbol 582 MovieClip Frame 1Symbol 580 MovieClip
"kcolor"Symbol 596 MovieClip Frame 1Symbol 589 MovieClip
"gate"Symbol 599 MovieClip Frame 1Symbol 582 MovieClip
"rotate"Symbol 600 MovieClip [u] Frame 1Symbol 599 MovieClip
"a"Symbol 604 MovieClip [lockedGate] Frame 1Symbol 582 MovieClip
"b"Symbol 604 MovieClip [lockedGate] Frame 1Symbol 596 MovieClip
"bbackground_small"Symbol 810 MovieClip [optionsTab] Frame 35Symbol 768 MovieClip
"heartTab"Symbol 810 MovieClip [optionsTab] Frame 35Symbol 793 MovieClip
"view"Symbol 810 MovieClip [optionsTab] Frame 35Symbol 803 MovieClip
"healthheart"Symbol 1041 MovieClip Frame 1Symbol 964 MovieClip
"k"Symbol 1087 MovieClip Frame 5Symbol 1085 MovieClip
"healthheart"Symbol 1147 MovieClip [screen] Frame 1Symbol 964 MovieClip
"speedbar"Symbol 1147 MovieClip [screen] Frame 1Symbol 970 MovieClip
"healthheart"Symbol 1147 MovieClip [screen] Frame 1Symbol 995 MovieClip
"healthheart"Symbol 1147 MovieClip [screen] Frame 1Symbol 1001 MovieClip
"healthheart"Symbol 1147 MovieClip [screen] Frame 1Symbol 1013 MovieClip
"lock"Symbol 1734 MovieClip [lock] Frame 1Symbol 596 MovieClip
"key"Symbol 1734 MovieClip [lock] Frame 1Symbol 515 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$3U$U4pQnPzTW6wepXLIvHidP/."
ExportAssets (56)Timeline Frame 1Symbol 2 as "fcb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 26 as "fcb_states"
ExportAssets (56)Timeline Frame 1Symbol 29 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 32 as "FHighlightSymbol"
ExportAssets (56)Timeline Frame 1Symbol 33 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 64 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 83 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 108 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 111 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 114 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 117 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 117 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 118 as "DataProviderSymbol"
ExportAssets (56)Timeline Frame 1Symbol 119 as "FSelectableItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 120 as "FSelectableListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 121 as "FScrollSelectListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 122 as "FComboBoxItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 111 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 125 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 3Symbol 165 as "alpha"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 290 as "bar1"
ExportAssets (56)Timeline Frame 3Symbol 291 as "bar2"
ExportAssets (56)Timeline Frame 3Symbol 314 as "bomb"
ExportAssets (56)Timeline Frame 3Symbol 319 as "clpha"
ExportAssets (56)Timeline Frame 3Symbol 321 as "cover"
ExportAssets (56)Timeline Frame 3Symbol 351 as "d"
ExportAssets (56)Timeline Frame 3Symbol 367 as "edit warning 1"
ExportAssets (56)Timeline Frame 3Symbol 372 as "elpha"
ExportAssets (56)Timeline Frame 3Symbol 374 as "erase"
ExportAssets (56)Timeline Frame 3Symbol 380 as "fire"
ExportAssets (56)Timeline Frame 3Symbol 388 as "o"
ExportAssets (56)Timeline Frame 3Symbol 388 as "o"
ExportAssets (56)Timeline Frame 3Symbol 407 as "gate"
ExportAssets (56)Timeline Frame 3Symbol 409 as "hand"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 491 as "j"
ExportAssets (56)Timeline Frame 3Symbol 498 as "k"
ExportAssets (56)Timeline Frame 3Symbol 517 as "key"
ExportAssets (56)Timeline Frame 3Symbol 576 as "l"
ExportAssets (56)Timeline Frame 3Symbol 600 as "u"
ExportAssets (56)Timeline Frame 3Symbol 600 as "u"
ExportAssets (56)Timeline Frame 3Symbol 604 as "lockedGate"
ExportAssets (56)Timeline Frame 3Symbol 662 as "m"
ExportAssets (56)Timeline Frame 3Symbol 713 as "n"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 289 as "b"
ExportAssets (56)Timeline Frame 3Symbol 810 as "optionsTab"
ExportAssets (56)Timeline Frame 3Symbol 850 as "p"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 868 as "pause"
ExportAssets (56)Timeline Frame 3Symbol 915 as "q"
ExportAssets (56)Timeline Frame 3Symbol 974 as "powerup shield"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 1029 as "put"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 3Symbol 1147 as "screen"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 1304 as "t"
ExportAssets (56)Timeline Frame 3Symbol 1317 as "w"
ExportAssets (56)Timeline Frame 3Symbol 1332 as "warn1"
ExportAssets (56)Timeline Frame 3Symbol 1336 as "warn2"
ExportAssets (56)Timeline Frame 3Symbol 1338 as "warn3"
ExportAssets (56)Timeline Frame 3Symbol 1343 as "warn4"
ExportAssets (56)Timeline Frame 3Symbol 1345 as "wdestination"
ExportAssets (56)Timeline Frame 3Symbol 1349 as "x"
ExportAssets (56)Timeline Frame 3Symbol 1351 as "xdestination"
ExportAssets (56)Timeline Frame 3Symbol 1355 as "y"
ExportAssets (56)Timeline Frame 3Symbol 1357 as "ydestination"
ExportAssets (56)Timeline Frame 3Symbol 1714 as "z"
ExportAssets (56)Timeline Frame 3Symbol 974 as "powerup shield"
ExportAssets (56)Timeline Frame 3Symbol 1715 as "f"
ExportAssets (56)Timeline Frame 3Symbol 1720 as "g"
ExportAssets (56)Timeline Frame 3Symbol 1721 as "h"
ExportAssets (56)Timeline Frame 3Symbol 974 as "powerup shield"
ExportAssets (56)Timeline Frame 3Symbol 1722 as "i"
ExportAssets (56)Timeline Frame 3Symbol 1029 as "put"
ExportAssets (56)Timeline Frame 3Symbol 1724 as "r"
ExportAssets (56)Timeline Frame 3Symbol 1732 as "shield"
ExportAssets (56)Timeline Frame 3Symbol 600 as "u"
ExportAssets (56)Timeline Frame 3Symbol 1734 as "lock"
ExportAssets (56)Timeline Frame 3Symbol 974 as "powerup shield"
ExportAssets (56)Timeline Frame 3Symbol 1756 as "powerups"
ExportAssets (56)Timeline Frame 3Symbol 412 as "horns"
ExportAssets (56)Timeline Frame 3Symbol 1777 as "monsters"
ExportAssets (56)Timeline Frame 3Symbol 600 as "u"
ExportAssets (56)Timeline Frame 3Symbol 1790 as "gates"
ExportAssets (56)Timeline Frame 3Symbol 1803 as "edit warp"
ExportAssets (56)Timeline Frame 3Symbol 1804 as "1"
ExportAssets (56)Timeline Frame 4Symbol 1805 as "2"
ExportAssets (56)Timeline Frame 5Symbol 1806 as "3"
ExportAssets (56)Timeline Frame 6Symbol 1807 as "click"
ExportAssets (56)Timeline Frame 7Symbol 1808 as "door"
ExportAssets (56)Timeline Frame 8Symbol 1809 as "explode"
ExportAssets (56)Timeline Frame 9Symbol 1810 as "fireSound"
ExportAssets (56)Timeline Frame 10Symbol 1811 as "gameOverMusic"
ExportAssets (56)Timeline Frame 11Symbol 1812 as "gate1"
ExportAssets (56)Timeline Frame 12Symbol 1813 as "Go"
ExportAssets (56)Timeline Frame 13Symbol 1814 as "goo"
ExportAssets (56)Timeline Frame 14Symbol 1815 as "healthup"
ExportAssets (56)Timeline Frame 15Symbol 1816 as "laserSound"
ExportAssets (56)Timeline Frame 16Symbol 1817 as "locked gate"
ExportAssets (56)Timeline Frame 17Symbol 1818 as "music1"
ExportAssets (56)Timeline Frame 18Symbol 1819 as "music2"
ExportAssets (56)Timeline Frame 19Symbol 1820 as "music3"
ExportAssets (56)Timeline Frame 20Symbol 1821 as "music4"
ExportAssets (56)Timeline Frame 21Symbol 1822 as "music5"
ExportAssets (56)Timeline Frame 22Symbol 1823 as "over"
ExportAssets (56)Timeline Frame 23Symbol 1824 as "press"
ExportAssets (56)Timeline Frame 24Symbol 1825 as "roar"
ExportAssets (56)Timeline Frame 25Symbol 1826 as "roar super"
ExportAssets (56)Timeline Frame 26Symbol 1827 as "small click"
ExportAssets (56)Timeline Frame 27Symbol 1828 as "warp"
ExportAssets (56)Timeline Frame 28Symbol 1829 as "win"
ExportAssets (56)Timeline Frame 29Symbol 1830 as "you"
ExportAssets (56)Timeline Frame 68Symbol 713 as "n"
ExportAssets (56)Timeline Frame 68Symbol 915 as "q"
ExportAssets (56)Timeline Frame 85Symbol 713 as "n"
ExportAssets (56)Timeline Frame 85Symbol 915 as "q"
ExportAssets (56)Timeline Frame 86Symbol 125 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 86Symbol 114 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 86Symbol 114 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 87Symbol 1714 as "z"
ExportAssets (56)Timeline Frame 87Symbol 855 as "ril"
ExportAssets (56)Timeline Frame 88Symbol 351 as "d"
ExportAssets (56)Timeline Frame 88Symbol 1304 as "t"
ExportAssets (56)Timeline Frame 88Symbol 380 as "fire"
ExportAssets (56)Timeline Frame 88Symbol 662 as "m"
ExportAssets (56)Timeline Frame 88Symbol 713 as "n"
ExportAssets (56)Timeline Frame 88Symbol 915 as "q"
ExportAssets (56)Timeline Frame 88Symbol 576 as "l"
ExportAssets (56)Timeline Frame 88Symbol 491 as "j"
ExportAssets (56)Timeline Frame 89Symbol 498 as "k"
ExportAssets (56)Timeline Frame 89Symbol 1714 as "z"
ExportAssets (56)Timeline Frame 89Symbol 1724 as "r"
ExportAssets (56)Timeline Frame 89Symbol 1715 as "f"
ExportAssets (56)Timeline Frame 89Symbol 1722 as "i"
ExportAssets (56)Timeline Frame 89Symbol 1721 as "h"
ExportAssets (56)Timeline Frame 89Symbol 600 as "u"
ExportAssets (56)Timeline Frame 89Symbol 1734 as "lock"
ExportAssets (56)Timeline Frame 90Symbol 388 as "o"
ExportAssets (56)Timeline Frame 90Symbol 1317 as "w"
ExportAssets (56)Timeline Frame 90Symbol 1349 as "x"
ExportAssets (56)Timeline Frame 90Symbol 1355 as "y"
ExportAssets (56)Timeline Frame 90Symbol 1724 as "r"
ExportAssets (56)Timeline Frame 90Symbol 1715 as "f"
ExportAssets (56)Timeline Frame 90Symbol 1722 as "i"
ExportAssets (56)Timeline Frame 90Symbol 1721 as "h"
ExportAssets (56)Timeline Frame 90Symbol 498 as "k"
ExportAssets (56)Timeline Frame 90Symbol 1720 as "g"
ExportAssets (56)Timeline Frame 90Symbol 600 as "u"
ExportAssets (56)Timeline Frame 90Symbol 1734 as "lock"
ExportAssets (56)Timeline Frame 91Symbol 915 as "q"
ExportAssets (56)Timeline Frame 91Symbol 576 as "l"
ExportAssets (56)Timeline Frame 91Symbol 600 as "u"
ExportAssets (56)Timeline Frame 91Symbol 314 as "bomb"
ExportAssets (56)Timeline Frame 92Symbol 314 as "bomb"
ExportAssets (56)Timeline Frame 92Symbol 915 as "q"
ExportAssets (56)Timeline Frame 92Symbol 576 as "l"
ExportAssets (56)Timeline Frame 92Symbol 600 as "u"

Labels

"instructions"Frame 87
"up"Symbol 26 MovieClip [fcb_states] Frame 1
"press"Symbol 26 MovieClip [fcb_states] Frame 2
"uncheckedDisabled"Symbol 26 MovieClip [fcb_states] Frame 3
"checkedDisabled"Symbol 26 MovieClip [fcb_states] Frame 4
"checkedPress"Symbol 26 MovieClip [fcb_states] Frame 5
"checkedEnabled"Symbol 26 MovieClip [fcb_states] Frame 6
"Symbol_32"Symbol 29 MovieClip [FLabelSymbol] Frame 1
"enabled"Symbol 32 MovieClip [FHighlightSymbol] Frame 1
"disabled"Symbol 32 MovieClip [FHighlightSymbol] Frame 2
"unfocused"Symbol 32 MovieClip [FHighlightSymbol] Frame 3
"Symbol_36"Symbol 33 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 111 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 111 MovieClip [FBoundingBoxSymbol] Frame 2
"Symbol_354"Symbol 118 MovieClip [DataProviderSymbol] Frame 1
"down"Symbol 138 MovieClip Frame 1
"loaded"Symbol 158 MovieClip Frame 3
"cave"Symbol 289 MovieClip [b] Frame 1
"jungle"Symbol 289 MovieClip [b] Frame 2
"desert"Symbol 289 MovieClip [b] Frame 3
"forest"Symbol 289 MovieClip [b] Frame 4
"mountain"Symbol 289 MovieClip [b] Frame 5
"ice"Symbol 289 MovieClip [b] Frame 6
"lava"Symbol 289 MovieClip [b] Frame 7
"factory"Symbol 289 MovieClip [b] Frame 8
"color"Symbol 289 MovieClip [b] Frame 9
"dance"Symbol 289 MovieClip [b] Frame 10
"explode"Symbol 314 MovieClip [bomb] Frame 26
"done"Symbol 314 MovieClip [bomb] Frame 65
"down"Symbol 491 MovieClip [j] Frame 1
"up"Symbol 491 MovieClip [j] Frame 81
"right"Symbol 491 MovieClip [j] Frame 161
"left"Symbol 491 MovieClip [j] Frame 241
"down"Symbol 576 MovieClip [l] Frame 1
"up"Symbol 576 MovieClip [l] Frame 81
"right"Symbol 576 MovieClip [l] Frame 161
"left"Symbol 576 MovieClip [l] Frame 241
"down"Symbol 662 MovieClip [m] Frame 1
"up"Symbol 662 MovieClip [m] Frame 81
"right"Symbol 662 MovieClip [m] Frame 161
"left"Symbol 662 MovieClip [m] Frame 241
"down"Symbol 713 MovieClip [n] Frame 1
"up"Symbol 713 MovieClip [n] Frame 81
"right"Symbol 713 MovieClip [n] Frame 161
"left"Symbol 713 MovieClip [n] Frame 241
"down"Symbol 915 MovieClip [q] Frame 1
"up"Symbol 915 MovieClip [q] Frame 81
"right"Symbol 915 MovieClip [q] Frame 161
"left"Symbol 915 MovieClip [q] Frame 241
"down"Symbol 1049 MovieClip Frame 1
"down"Symbol 1063 MovieClip Frame 1
"down"Symbol 1076 MovieClip Frame 1
"down"Symbol 1085 MovieClip Frame 1
"m"Symbol 1087 MovieClip Frame 1
"n"Symbol 1087 MovieClip Frame 2
"j"Symbol 1087 MovieClip Frame 3
"l"Symbol 1087 MovieClip Frame 4
"q"Symbol 1087 MovieClip Frame 5
"gameScreen"Symbol 1147 MovieClip [screen] Frame 100
"gameOver"Symbol 1147 MovieClip [screen] Frame 101
"wellDone"Symbol 1147 MovieClip [screen] Frame 510
"down"Symbol 1158 MovieClip Frame 1
"down"Symbol 1220 MovieClip Frame 1
"down"Symbol 1261 MovieClip Frame 1
"m"Symbol 1304 MovieClip [t] Frame 73
"n"Symbol 1304 MovieClip [t] Frame 189
"l"Symbol 1304 MovieClip [t] Frame 237
"j"Symbol 1304 MovieClip [t] Frame 352
"q"Symbol 1304 MovieClip [t] Frame 446
"down"Symbol 1893 MovieClip Frame 1
"left"Symbol 1893 MovieClip Frame 20

Dynamic Text Variables

_parent.alphSymbol 164 EditableText""
_parent.alphSymbol 318 EditableText""
_parent.alphSymbol 371 EditableText""
openWhenSymbol 405 EditableText"0"
_root.levelNameSymbol 949 EditableText""
hhealthSymbol 960 EditableText""
_root.speedboostsSymbol 965 EditableText""
_root.shieldboostsSymbol 971 EditableText""
_root.gooboostsSymbol 978 EditableText""
_root.ghostboostsSymbol 984 EditableText""
_root.keyCountGreenSymbol 994 EditableText""
_root.keyCountYellowSymbol 999 EditableText""
_root.keyCountBlueSymbol 1005 EditableText""
_root.keyCountRedSymbol 1012 EditableText""
_root.ghosttimeSymbol 1023 EditableText"97"
_root.speedtimeSymbol 1024 EditableText"24"
_root.shieldtimeSymbol 1025 EditableText"58"
_root.speedtimeSymbol 1026 EditableText"24"
_root.shieldtimeSymbol 1027 EditableText"58"
_root.ghosttimeSymbol 1028 EditableText"97"
_root.levelNameSymbol 1030 EditableText""
aSymbol 1116 EditableText"       "
_root.monstersGottenSymbol 1118 EditableText""
_root.healthSymbol 1123 EditableText""
aSymbol 1124 EditableText"      "
aSymbol 1129 EditableText"      "
_root.lifeLossesSymbol 1131 EditableText""
aSymbol 1136 EditableText"      "
aSymbol 1140 EditableText"      "
aSymbol 1143 EditableText""




http://swfchan.com/9/42429/info.shtml
Created: 9/5 -2019 23:06:41 Last modified: 9/5 -2019 23:06:41 Server time: 29/04 -2024 14:20:06