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

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

monsters.swf

This is the info page for
Flash #30664

(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="Impact" SIZE="25" COLOR="#FFFFFF"><A HREF="http://www.playmonsters.com/buy.html" target = "_blank"><B>www.PlayMonsters.com</B></A></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!!

Total

Time Bonus

+

Moves Bonus

Life Losses

-

x -75

Hearts

x 50

Monsters Gotten

x 100

No Items Used

+200

Untouched

+500

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]

Instance of Symbol 224 MovieClip [n] in Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 288 MovieClip [q] in Frame 1
onClipEvent (load) { stop(); }
Instance of Symbol 332 MovieClip in Frame 1
onClipEvent (load) { stop(); }
Frame 212
gotoAndPlay (240);
Frame 240
function goMenu() { _root.bye(); _root.gotoAndStop("menu", 1); gotoAndStop (277); } function goCredits() { _root.bye(); _root.gotoAndPlay("credits", 1); gotoAndPlay (240); } function goReal3() { _root.gotoAndStop("real", 3); gotoAndStop (290); } function goLose() { _root.bye(); _root.gotoAndPlay("lose", 1); gotoAndPlay (240); } function goBetween() { _root.bye(); _root.gotoAndPlay("in between", 1); gotoAndPlay (285); } function goCreator() { _root.bye(); _root.gotoAndStop("level creator", 2); gotoAndStop (284); } 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 (277); } if (_root.lastScreen == "load") { gotoAndStop (240); } if (_root.lastScreen == "edit") { gotoAndStop (240); } if (_root.lastScreen == "level creator") { gotoAndStop (283); _root.dontLoad = true; } if (_root.lastScreen == "load level code") { gotoAndStop (240); } if (_root.lastScreen == "in between") { gotoAndPlay(_root.lastFrame +284); } 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 (288); _root.pause = 1; } if (_root.lastScreen == "win") { gotoAndPlay (466); } if (_root.lastScreen == "lose") { gotoAndPlay (320); } if (_root.lastScreen == "load game") { gotoAndStop (240); } if (_root.lastScreen == "instructions") { gotoAndStop(_root.lastFrame +278); } if (_root.lastScreen == "credits") { gotoAndStop (240); } } 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); } _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 349 MovieClip "actions" in Frame 240
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"; }
Frame 277
_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 224 MovieClip [n] in Frame 277
onClipEvent (load) { stop(); }
Instance of Symbol 288 MovieClip [q] in Frame 277
onClipEvent (load) { stop(); }
Instance of Symbol 1935 MovieClip in Frame 277
onClipEvent (load) { stop(); }
Instance of Symbol 332 MovieClip in Frame 277
onClipEvent (load) { stop(); }
Instance of Symbol 125 MovieClip [FComboBoxSymbol] "quality" in Frame 278
//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 278
//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 278
//component parameters onClipEvent (initialize) { label = ""; initialValue = true; labelPlacement = "right"; changeHandler = ""; } onClipEvent (load) { this.setValue(_root.soundon); } onClipEvent (enterFrame) { _root.soundon = this.getValue(); }
Frame 279
_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 280
_root.lastFrame = 2;
Instance of Symbol 806 MovieClip [m] in Frame 280
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 224 MovieClip [n] in Frame 280
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 288 MovieClip [q] in Frame 280
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 735 MovieClip [l] in Frame 280
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 650 MovieClip [j] in Frame 280
onClipEvent (enterFrame) { if (this._currentframe > 320) { this.gotoAndPlay(1); } }
Instance of Symbol 1009 MovieClip "healthheart" in Frame 280
onClipEvent (load) { this.gotoAndStop(2); }
Frame 281
_root.lastFrame = 3;
Frame 282
_root.lastFrame = 4;
Frame 283
stop(); _root.lastScreen = "level creator";
Frame 284
stop(); _root.lastScreen = "level creator";
Instance of Symbol 349 MovieClip "actions" in Frame 284
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 285
_root.lastScreen = "in between"; _root._width = 565; _root._height = 410; _root._x = 0; _root._y = 0; _root.bye();
Instance of Symbol 349 MovieClip in Frame 285
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { _root.lastFrame = 1; }
Frame 286
_root.bye(); _root.lastScreen = "in between"; _root._width = 565; _root._height = 410; _root._x = 0; _root._y = 0;
Frame 288
_root.lastScreen = "real"; stop();
Instance of Symbol 349 MovieClip "actions" in Frame 288
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 = 4; _root.uFast = 8; _root.uWalk = _root.uNormal; _root.getAwayTime = 90; _root.monsterBaseSpeed = 2; _root.fireSpeed = 6; _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 2100 MovieClip in Frame 288
onClipEvent (load) { this._visible = 0; }
Frame 289
stop();
Instance of Symbol 349 MovieClip "actions" in Frame 289
onClipEvent (load) { this._visible = 0; _root.screen.swapDepths(1020); _root.screen.gotoAndPlay("gameOver"); _root.main.gotoAndPlay(321); _root.main.swapDepths(1021); }
Frame 290
stop();
Instance of Symbol 349 MovieClip "actions" in Frame 290
onClipEvent (load) { this._visible = 0; _root.screen.swapDepths(1020); _root.screen.gotoAndPlay("wellDone"); _root.main.gotoAndPlay(392); _root.main.swapDepths(1021); }
Frame 291
_root.lastScreen = "credits"; if (_root.musicon) { _root.ironGate = new Sound(_root.main); _root.ironGate.attachSound("music4"); _root.ironGate.start(); _root.ironGate.setVolume(90); }
Frame 907
_root.goMenu(); gotoAndStop (277); stop();
Frame 908
gotoAndStop (277);
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 146 Button
on (release) { _root.play(); }
Symbol 147 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 147 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 157 MovieClip in Symbol 224 MovieClip [n] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 164 MovieClip in Symbol 224 MovieClip [n] Frame 32
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 157 MovieClip in Symbol 224 MovieClip [n] Frame 37
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 172 MovieClip in Symbol 224 MovieClip [n] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 190 MovieClip in Symbol 224 MovieClip [n] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 201 MovieClip in Symbol 224 MovieClip [n] Frame 188
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 190 MovieClip in Symbol 224 MovieClip [n] Frame 193
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 201 MovieClip in Symbol 224 MovieClip [n] Frame 268
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 190 MovieClip in Symbol 224 MovieClip [n] Frame 273
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 224 MovieClip [n] Frame 534
gotoAndPlay (321);
Instance of Symbol 157 MovieClip in Symbol 288 MovieClip [q] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 164 MovieClip in Symbol 288 MovieClip [q] Frame 32
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 157 MovieClip in Symbol 288 MovieClip [q] Frame 37
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 172 MovieClip in Symbol 288 MovieClip [q] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 251 MovieClip in Symbol 288 MovieClip [q] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 261 MovieClip in Symbol 288 MovieClip [q] Frame 188
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 251 MovieClip in Symbol 288 MovieClip [q] Frame 193
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 261 MovieClip in Symbol 288 MovieClip [q] Frame 268
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 251 MovieClip in Symbol 288 MovieClip [q] Frame 273
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 164 MovieClip in Symbol 288 MovieClip [q] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 288 MovieClip [q] Frame 534
gotoAndPlay (321);
Instance of Symbol 298 MovieClip in Symbol 332 MovieClip Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 349 MovieClip Frame 1
Instance of Symbol 349 MovieClip in Symbol 468 MovieClip [b] Frame 1
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { _parent.gotoAndStop(_root.bgSet); }
Instance of Symbol 357 MovieClip in Symbol 468 MovieClip [b] Frame 3
onClipEvent (load) { gotoAndStop(int(random(2)) + 1); }
Instance of Symbol 366 MovieClip in Symbol 468 MovieClip [b] Frame 4
onClipEvent (load) { gotoAndStop(int(random(7)) + 1); }
Instance of Symbol 371 MovieClip in Symbol 468 MovieClip [b] Frame 5
onClipEvent (load) { gotoAndStop(int(random(2)) + 1); }
Instance of Symbol 383 MovieClip in Symbol 468 MovieClip [b] Frame 8
onClipEvent (load) { gotoAndStop(int(random(5)) + 1); }
Instance of Symbol 390 MovieClip in Symbol 468 MovieClip [b] Frame 9
onClipEvent (load) { gotoAndStop(int(random(3)) + 1); }
Instance of Symbol 467 MovieClip in Symbol 468 MovieClip [b] Frame 10
onClipEvent (load) { gotoAndPlay(int(((Math.random() * 519) / 10) + 1) * 10); }
Symbol 493 MovieClip [bomb] Frame 25
gotoAndPlay (1);
Symbol 530 MovieClip [d] Frame 1
stop();
Symbol 530 MovieClip [d] Frame 25
stop();
Symbol 539 Button
on (release) { _root.play(); _root.warning = 0; this.removeMovieClip(); }
Symbol 544 Button
on (release) { _root.warning = 0; this.removeMovieClip(); }
Symbol 559 MovieClip [fire] Frame 1
stop();
Symbol 559 MovieClip [fire] Frame 20
this.removeMovieClip();
Symbol 563 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 568 MovieClip [o] Frame 1
stop();
Symbol 568 MovieClip [o] Frame 38
_root[(("b" + this._x) + "x") + this._y] = null; stop();
Symbol 571 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 572 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 580 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 581 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 349 MovieClip in Symbol 588 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 597 MovieClip in Symbol 650 MovieClip [j] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 164 MovieClip in Symbol 650 MovieClip [j] Frame 32
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 597 MovieClip in Symbol 650 MovieClip [j] Frame 37
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 172 MovieClip in Symbol 650 MovieClip [j] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 251 MovieClip in Symbol 650 MovieClip [j] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 261 MovieClip in Symbol 650 MovieClip [j] Frame 188
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 251 MovieClip in Symbol 650 MovieClip [j] Frame 193
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 261 MovieClip in Symbol 650 MovieClip [j] Frame 268
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 251 MovieClip in Symbol 650 MovieClip [j] Frame 273
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 164 MovieClip in Symbol 650 MovieClip [j] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 650 MovieClip [j] Frame 534
gotoAndPlay (321);
Instance of Symbol 656 MovieClip in Symbol 657 MovieClip [k] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 662 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 665 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 668 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 671 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 674 MovieClip "preview" in Symbol 676 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 682 MovieClip in Symbol 735 MovieClip [l] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 681 MovieClip in Symbol 735 MovieClip [l] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 729 MovieClip in Symbol 735 MovieClip [l] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 735 MovieClip [l] Frame 534
gotoAndPlay (321);
Symbol 743 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 744 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 745 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 746 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 754 MovieClip in Symbol 755 MovieClip Frame 1
onClipEvent (load) { this._visible = _root.lighting; }
Symbol 758 MovieClip Frame 1
stop();
Symbol 758 MovieClip Frame 51
stop(); _root[(("b" + _parent._x) + "x") + _parent._y] = null; _parent._name = "open";
Symbol 760 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 761 Button
on (release) { _root[_root.dragPrevious].rrotate = 90; _root[_root.dragPrevious].rotate._rotation = 90; }
Instance of Symbol 755 MovieClip "b" in Symbol 763 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 597 MovieClip in Symbol 806 MovieClip [m] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 172 MovieClip in Symbol 806 MovieClip [m] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 190 MovieClip in Symbol 806 MovieClip [m] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 164 MovieClip in Symbol 806 MovieClip [m] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 806 MovieClip [m] Frame 534
gotoAndPlay (321);
Symbol 813 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 818 Button
on (release) { this.play(); }
Symbol 821 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 860 MovieClip Frame 1
_root.bgSet = "desert"; stop();
Instance of Symbol 825 MovieClip in Symbol 860 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 860 MovieClip Frame 2
_root.bgSet = "cave"; stop();
Symbol 860 MovieClip Frame 3
_root.bgSet = "mountain"; stop();
Symbol 860 MovieClip Frame 4
_root.bgSet = "forest"; stop();
Symbol 860 MovieClip Frame 5
_root.bgSet = "forest"; stop();
Symbol 860 MovieClip Frame 6
_root.bgSet = "jungle"; stop();
Symbol 860 MovieClip Frame 7
_root.bgSet = "lava"; stop();
Symbol 860 MovieClip Frame 8
_root.bgSet = "color"; stop();
Symbol 860 MovieClip Frame 9
_root.bgSet = "mountain"; stop();
Symbol 860 MovieClip Frame 10
_root.bgSet = "ice"; stop();
Symbol 860 MovieClip Frame 11
_root.bgSet = "ice"; stop();
Symbol 860 MovieClip Frame 12
_root.bgSet = "factory"; stop();
Symbol 860 MovieClip Frame 13
_root.bgSet = "factory"; stop();
Symbol 860 MovieClip Frame 14
_root.bgSet = "lava"; stop();
Symbol 860 MovieClip Frame 15
_root.bgSet = "cave"; stop();
Symbol 860 MovieClip Frame 16
_root.bgSet = "ice"; stop();
Symbol 860 MovieClip Frame 17
_root.bgSet = "desert"; stop();
Symbol 860 MovieClip Frame 18
_root.bgSet = "dance"; stop();
Symbol 860 MovieClip Frame 19
_root.bgSet = "ice"; stop();
Symbol 862 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 863 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 885 MovieClip Frame 1
stop();
Symbol 886 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 887 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 889 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 890 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 895 MovieClip Frame 1
stop();
Symbol 902 MovieClip [optionsTab] Frame 1
stop();
Symbol 902 MovieClip [optionsTab] Frame 35
stop();
Instance of Symbol 860 MovieClip "bbackground_small" in Symbol 902 MovieClip [optionsTab] Frame 35
onClipEvent (load) { this.gotoAndStop(_root.backgroundd); } onClipEvent (enterFrame) { _root.backgroundd = this._currentframe; }
Instance of Symbol 885 MovieClip "heartTab" in Symbol 902 MovieClip [optionsTab] Frame 35
onClipEvent (load) { this.gotoAndStop(_root.health); } onClipEvent (enterFrame) { _root.optionsTabHealth = this._currentframe; _root.health = this._currentframe; }
Instance of Symbol 895 MovieClip "view" in Symbol 902 MovieClip [optionsTab] Frame 35
onClipEvent (load) { this.gotoAndStop(_root.zoomView + 1); } onClipEvent (enterFrame) { _root.zoomView = this._currentframe - 1; }
Symbol 942 MovieClip [p] Frame 1
stop();
Symbol 942 MovieClip [p] Frame 38
_root[(("b" + this._x) + "x") + this._y] = null; stop();
Symbol 959 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 947 MovieClip [ril] in Symbol 960 MovieClip [pause] Frame 1
onClipEvent (enterFrame) { _root.ppause._x = _root.screen._x; _root.ppause._y = _root.screen._y; }
Symbol 973 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 985 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 993 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 1015 MovieClip Frame 1
stop();
Symbol 1022 MovieClip Frame 1
stop();
Symbol 1028 MovieClip Frame 1
stop();
Symbol 1034 MovieClip Frame 1
stop();
Symbol 1084 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 1009 MovieClip "healthheart" in Symbol 1086 MovieClip Frame 1
onClipEvent (load) { stop(); }
Symbol 1143 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 1145 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 1146 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(); }
Symbol 1191 MovieClip Frame 1
stop();
Instance of Symbol 1153 MovieClip in Symbol 1191 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 1159 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = (60 - int(_root.timeElapsed / 30)) * 10; if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1163 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = 300 - (_root.movesMade * 5); if (this.a < 0) { this.a = 0; } }
Instance of Symbol 1170 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = _root.lifeLosses * 75; }
Instance of Symbol 1176 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = _root.health * 50; }
Instance of Symbol 1182 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (enterFrame) { this.a = _root.monstersGotten * 100; }
Instance of Symbol 1186 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.noItemsUsed) { this._visible = 1; } else { this._visible = 0; } }
Instance of Symbol 1190 MovieClip in Symbol 1191 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.lifeLosses == 0) { this._visible = 1; } else { this._visible = 0; } }
Symbol 1196 Button
on (press) { getURL ("http://www.playmonsters.com/buy.html", "_blank"); }
Symbol 1197 MovieClip [screen] Frame 1
_root.screen.swapDepths(747); play();
Instance of Symbol 1009 MovieClip "healthheart" in Symbol 1197 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.hhealth = _root.health; this.gotoAndStop(hhealth); }
Instance of Symbol 1015 MovieClip "speedbar" in Symbol 1197 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 1022 MovieClip in Symbol 1197 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 1028 MovieClip in Symbol 1197 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { if (_root.gooboosts == 0) { this.gotoAndStop(2); } if (_root.gooboosts != 0) { this.gotoAndStop(1); } }
Instance of Symbol 1034 MovieClip in Symbol 1197 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 1040 MovieClip "healthheart" in Symbol 1197 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.nnum = _root.keyCountGreen + 1; this.gotoAndStop(nnum); }
Instance of Symbol 1046 MovieClip "healthheart" in Symbol 1197 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.nnum = _root.keyCountYellow + 1; this.gotoAndStop(nnum); }
Instance of Symbol 1052 MovieClip in Symbol 1197 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.nnum = _root.keyCountBlue + 1; this.gotoAndStop(nnum); }
Instance of Symbol 1058 MovieClip "healthheart" in Symbol 1197 MovieClip [screen] Frame 1
onClipEvent (enterFrame) { this.nnum = _root.keyCountRed + 1; this.gotoAndStop(nnum); }
Symbol 1197 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 1197 MovieClip [screen] Frame 30
if (_root.soundon) { _root.ssound = new Sound(_root.main); _root.ssound.attachSound("2"); _root.ssound.start(); }
Symbol 1197 MovieClip [screen] Frame 60
if (_root.soundon) { _root.ssound = new Sound(_root.main); _root.ssound.attachSound("1"); _root.ssound.start(); }
Symbol 1197 MovieClip [screen] Frame 90
if (_root.soundon) { _root.ssound = new Sound(_root.main); _root.ssound.attachSound("Go"); _root.ssound.start(); }
Symbol 1197 MovieClip [screen] Frame 99
_root.pause = 0;
Symbol 1197 MovieClip [screen] Frame 100
if (_root.zoomView != true) { _root.screen.swapDepths(-1); } stop();
Symbol 1197 MovieClip [screen] Frame 101
stopAllSounds(); _root.lastScreen = "menu";
Symbol 1197 MovieClip [screen] Frame 102
if (_root.musicon) { sssound = new Sound(this); sssound.attachSound("gameOverMusic"); sssound.start(); }
Instance of Symbol 349 MovieClip in Symbol 1197 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 1134 MovieClip in Symbol 1197 MovieClip [screen] Frame 239
onClipEvent (enterFrame) { gotoAndStop(_root.lastMonsterType); }
Symbol 1197 MovieClip [screen] Frame 281
stop();
Symbol 1197 MovieClip [screen] Frame 510
_root.lastScreen = "menu";
Instance of Symbol 349 MovieClip in Symbol 1197 MovieClip [screen] Frame 510
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { _root.loadGameData(); }
Instance of Symbol 349 MovieClip in Symbol 1197 MovieClip [screen] Frame 517
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { _root.decrypted = _root.decrypt(_root.loadContent); }
Instance of Symbol 349 MovieClip in Symbol 1197 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 349 MovieClip in Symbol 1197 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 1197 MovieClip [screen] Frame 650
stop();
Symbol 1356 MovieClip [t] Frame 72
gotoAndPlay (1);
Symbol 1356 MovieClip [t] Frame 188
gotoAndPlay (1);
Symbol 1356 MovieClip [t] Frame 236
gotoAndPlay (1);
Instance of Symbol 682 MovieClip in Symbol 1356 MovieClip [t] Frame 331
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1356 MovieClip [t] Frame 351
gotoAndPlay (1);
Symbol 1356 MovieClip [t] Frame 445
gotoAndPlay (1);
Symbol 1356 MovieClip [t] Frame 561
gotoAndPlay (1);
Instance of Symbol 1360 MovieClip in Symbol 1369 MovieClip [w] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1369 MovieClip [w] Frame 60
gotoAndPlay (1);
Symbol 1378 Button
on (press) { _parent.removeMovieClip(); } on (keyPress "<Enter>") { _parent.removeMovieClip(); }
Symbol 1380 Button
on (press) { _parent.removeMovieClip(); }
Instance of Symbol 349 MovieClip in Symbol 1397 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 1360 MovieClip in Symbol 1401 MovieClip [x] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1401 MovieClip [x] Frame 60
gotoAndPlay (1);
Instance of Symbol 349 MovieClip in Symbol 1403 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 1360 MovieClip in Symbol 1407 MovieClip [y] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1407 MovieClip [y] Frame 60
gotoAndPlay (1);
Instance of Symbol 349 MovieClip in Symbol 1409 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 1412 MovieClip in Symbol 1797 MovieClip Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "front"; }
Instance of Symbol 1412 MovieClip in Symbol 1798 MovieClip [z] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "front"; }
Symbol 1798 MovieClip [z] Frame 80
gotoAndStop (1);
Instance of Symbol 1412 MovieClip in Symbol 1798 MovieClip [z] Frame 81
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "back"; }
Symbol 1798 MovieClip [z] Frame 160
gotoAndStop (1);
Instance of Symbol 1485 MovieClip in Symbol 1798 MovieClip [z] Frame 161
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "right"; }
Symbol 1798 MovieClip [z] Frame 240
gotoAndStop (1); gotoAndStop (1);
Instance of Symbol 1485 MovieClip in Symbol 1798 MovieClip [z] Frame 241
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "left"; }
Symbol 1798 MovieClip [z] Frame 320
gotoAndStop (1); gotoAndStop (1);
Instance of Symbol 1412 MovieClip in Symbol 1798 MovieClip [z] Frame 321
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "front"; }
Symbol 1798 MovieClip [z] Frame 391
stop();
Instance of Symbol 1412 MovieClip in Symbol 1798 MovieClip [z] Frame 392
onClipEvent (enterFrame) { this._visible = _root.lighting; _root.main.facing = "front"; }
Symbol 1798 MovieClip [z] Frame 550
_root.main.shield.play(); stop();
Instance of Symbol 1803 MovieClip in Symbol 1804 MovieClip [g] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1816 MovieClip [shield] Frame 1
stop();
Instance of Symbol 1812 MovieClip in Symbol 1816 MovieClip [shield] Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Symbol 1816 MovieClip [shield] Frame 55
_root.main.shield.removeMovieClip(); this.removeMovieClip(); stop();
Symbol 1818 MovieClip [lock] Frame 1
stop();
Symbol 1818 MovieClip [lock] Frame 43
stop();
Symbol 1822 Button
on (press) { _root.edit("f"); }
Symbol 1826 Button
on (press) { _root.edit("h"); }
Symbol 1830 Button
on (press) { _root.edit("i"); }
Symbol 1834 Button
on (press) { _root.edit("r"); }
Symbol 1839 Button
on (press) { _root.edit("g"); }
Symbol 1844 Button
on (press) { _root.edit("n"); }
Symbol 1848 Button
on (press) { _root.edit("j"); }
Symbol 1852 Button
on (press) { _root.edit("l"); }
Symbol 1856 Button
on (press) { _root.edit("q"); }
Symbol 1860 Button
on (press) { _root.edit("m"); }
Symbol 1865 Button
on (press) { _root.edit("k"); }
Symbol 1869 Button
on (press) { _root.edit("o"); }
Symbol 1873 Button
on (press) { _root.edit("u"); }
Symbol 1878 Button
on (press) { _root.edit("x"); }
Symbol 1882 Button
on (press) { _root.edit("y"); }
Symbol 1886 Button
on (press) { _root.edit("w"); }
Instance of Symbol 1918 MovieClip in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) { this._visible = _root.lighting; }
Instance of Symbol 224 MovieClip [n] in Symbol 1937 MovieClip Frame 1
onClipEvent (load) { this.stop(); }
Instance of Symbol 288 MovieClip [q] in Symbol 1937 MovieClip Frame 1
onClipEvent (load) { this.stop(); }
Instance of Symbol 1935 MovieClip in Symbol 1937 MovieClip Frame 1
onClipEvent (load) { this.stop(); }
Instance of Symbol 332 MovieClip in Symbol 1937 MovieClip Frame 1
onClipEvent (load) { this.stop(); }
Symbol 1943 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 (285); }
Symbol 1948 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 (283); } else { gotoAndStop (284); } }
Symbol 1953 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 (279); }
Symbol 1957 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 (278); }
Symbol 1973 Button
on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { gotoAndStop (277); }
Symbol 1994 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 2005 Button
on (release) { gotoAndStop (280); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 2009 Button
on (release) { gotoAndStop (281); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 2013 Button
on (release) { gotoAndStop (282); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 2018 Button
on (release) { nextFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 2043 Button
on (release) { prevFrame(); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 2046 Button
on (release) { gotoAndStop (279); } on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } }
Symbol 2103 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 (277); }
Symbol 2105 Button
on (press) { if (_root.soundon) { this.ssound = new Sound(this); this.ssound.attachSound("press"); this.ssound.start(); } } on (release) { _root.nextFrame(); }
Symbol 2147 Button
on (release) { _root[_root.drag].removeMovieClip(); _root.attachMovie("bomb", "bomb", 88889); _root.drag = "bomb"; }
Symbol 2148 Button
on (press) { _root.edit("b"); }
Symbol 2149 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 2150 Button
on (press) { _root.edit("t"); }
Symbol 2151 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 2152 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 2153 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 2154 Button
on (press) { _root.edit("d"); }
Symbol 2155 Button
on (press) { _root.edit("z"); }
Symbol 2157 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 2158 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 (277); }
Symbol 2163 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 (283); }

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

Instance Names

"actions"Frame 240Symbol 349 MovieClip
"quality"Frame 278Symbol 125 MovieClip [FComboBoxSymbol]
"musicon"Frame 278Symbol 114 MovieClip [FCheckBoxSymbol]
"soundon"Frame 278Symbol 114 MovieClip [FCheckBoxSymbol]
"healthheart"Frame 280Symbol 1009 MovieClip
"a"Frame 281Symbol 2071 Button
"f"Frame 281Symbol 2071 Button
"d"Frame 281Symbol 2071 Button
"s"Frame 281Symbol 2071 Button
"a"Frame 281Symbol 2071 Button
"bbackground"Frame 283Symbol 860 MovieClip
"actions"Frame 284Symbol 349 MovieClip
"bbackground"Frame 288Symbol 860 MovieClip
"actions"Frame 288Symbol 349 MovieClip
"actions"Frame 289Symbol 349 MovieClip
"actions"Frame 290Symbol 349 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 147 MovieClip Frame 1Symbol 128 MovieClip
"box"Symbol 344 MovieClip [alpha] Frame 1Symbol 340 MovieClip
"box"Symbol 498 MovieClip [clpha] Frame 1Symbol 495 MovieClip
"box"Symbol 551 MovieClip [elpha] Frame 1Symbol 548 MovieClip
"yay"Symbol 588 MovieClip [gate] Frame 1Symbol 561 Button
"kcolor"Symbol 657 MovieClip [k] Frame 1Symbol 653 MovieClip
"kcolor"Symbol 674 MovieClip Frame 1Symbol 672 MovieClip
"preview"Symbol 676 MovieClip [key] Frame 1Symbol 674 MovieClip
"kcolor"Symbol 739 MovieClip Frame 1Symbol 738 MovieClip
"gatee"Symbol 741 MovieClip Frame 1Symbol 739 MovieClip
"kcolor"Symbol 755 MovieClip Frame 1Symbol 748 MovieClip
"gate"Symbol 758 MovieClip Frame 1Symbol 741 MovieClip
"rotate"Symbol 759 MovieClip [u] Frame 1Symbol 758 MovieClip
"a"Symbol 763 MovieClip [lockedGate] Frame 1Symbol 741 MovieClip
"b"Symbol 763 MovieClip [lockedGate] Frame 1Symbol 755 MovieClip
"bbackground_small"Symbol 902 MovieClip [optionsTab] Frame 35Symbol 860 MovieClip
"heartTab"Symbol 902 MovieClip [optionsTab] Frame 35Symbol 885 MovieClip
"view"Symbol 902 MovieClip [optionsTab] Frame 35Symbol 895 MovieClip
"healthheart"Symbol 1086 MovieClip Frame 1Symbol 1009 MovieClip
"k"Symbol 1134 MovieClip Frame 5Symbol 1132 MovieClip
"healthheart"Symbol 1197 MovieClip [screen] Frame 1Symbol 1009 MovieClip
"speedbar"Symbol 1197 MovieClip [screen] Frame 1Symbol 1015 MovieClip
"healthheart"Symbol 1197 MovieClip [screen] Frame 1Symbol 1040 MovieClip
"healthheart"Symbol 1197 MovieClip [screen] Frame 1Symbol 1046 MovieClip
"healthheart"Symbol 1197 MovieClip [screen] Frame 1Symbol 1058 MovieClip
"lock"Symbol 1818 MovieClip [lock] Frame 1Symbol 755 MovieClip
"key"Symbol 1818 MovieClip [lock] Frame 1Symbol 674 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$aG$yl93vYaXd4HTqI.7EhXg50."
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 1Symbol 224 as "n"
ExportAssets (56)Timeline Frame 1Symbol 288 as "q"
ExportAssets (56)Timeline Frame 213Symbol 344 as "alpha"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 469 as "bar1"
ExportAssets (56)Timeline Frame 213Symbol 470 as "bar2"
ExportAssets (56)Timeline Frame 213Symbol 493 as "bomb"
ExportAssets (56)Timeline Frame 213Symbol 498 as "clpha"
ExportAssets (56)Timeline Frame 213Symbol 500 as "cover"
ExportAssets (56)Timeline Frame 213Symbol 530 as "d"
ExportAssets (56)Timeline Frame 213Symbol 546 as "edit warning 1"
ExportAssets (56)Timeline Frame 213Symbol 551 as "elpha"
ExportAssets (56)Timeline Frame 213Symbol 553 as "erase"
ExportAssets (56)Timeline Frame 213Symbol 559 as "fire"
ExportAssets (56)Timeline Frame 213Symbol 568 as "o"
ExportAssets (56)Timeline Frame 213Symbol 568 as "o"
ExportAssets (56)Timeline Frame 213Symbol 588 as "gate"
ExportAssets (56)Timeline Frame 213Symbol 590 as "hand"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 650 as "j"
ExportAssets (56)Timeline Frame 213Symbol 657 as "k"
ExportAssets (56)Timeline Frame 213Symbol 676 as "key"
ExportAssets (56)Timeline Frame 213Symbol 735 as "l"
ExportAssets (56)Timeline Frame 213Symbol 759 as "u"
ExportAssets (56)Timeline Frame 213Symbol 759 as "u"
ExportAssets (56)Timeline Frame 213Symbol 763 as "lockedGate"
ExportAssets (56)Timeline Frame 213Symbol 806 as "m"
ExportAssets (56)Timeline Frame 213Symbol 224 as "n"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 468 as "b"
ExportAssets (56)Timeline Frame 213Symbol 902 as "optionsTab"
ExportAssets (56)Timeline Frame 213Symbol 942 as "p"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 960 as "pause"
ExportAssets (56)Timeline Frame 213Symbol 288 as "q"
ExportAssets (56)Timeline Frame 213Symbol 1019 as "powerup shield"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 1074 as "put"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 213Symbol 1197 as "screen"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 1356 as "t"
ExportAssets (56)Timeline Frame 213Symbol 1369 as "w"
ExportAssets (56)Timeline Frame 213Symbol 1384 as "warn1"
ExportAssets (56)Timeline Frame 213Symbol 1388 as "warn2"
ExportAssets (56)Timeline Frame 213Symbol 1390 as "warn3"
ExportAssets (56)Timeline Frame 213Symbol 1395 as "warn4"
ExportAssets (56)Timeline Frame 213Symbol 1397 as "wdestination"
ExportAssets (56)Timeline Frame 213Symbol 1401 as "x"
ExportAssets (56)Timeline Frame 213Symbol 1403 as "xdestination"
ExportAssets (56)Timeline Frame 213Symbol 1407 as "y"
ExportAssets (56)Timeline Frame 213Symbol 1409 as "ydestination"
ExportAssets (56)Timeline Frame 213Symbol 1798 as "z"
ExportAssets (56)Timeline Frame 213Symbol 1019 as "powerup shield"
ExportAssets (56)Timeline Frame 213Symbol 1799 as "f"
ExportAssets (56)Timeline Frame 213Symbol 1804 as "g"
ExportAssets (56)Timeline Frame 213Symbol 1805 as "h"
ExportAssets (56)Timeline Frame 213Symbol 1019 as "powerup shield"
ExportAssets (56)Timeline Frame 213Symbol 1806 as "i"
ExportAssets (56)Timeline Frame 213Symbol 1074 as "put"
ExportAssets (56)Timeline Frame 213Symbol 1808 as "r"
ExportAssets (56)Timeline Frame 213Symbol 1816 as "shield"
ExportAssets (56)Timeline Frame 213Symbol 759 as "u"
ExportAssets (56)Timeline Frame 213Symbol 1818 as "lock"
ExportAssets (56)Timeline Frame 213Symbol 1019 as "powerup shield"
ExportAssets (56)Timeline Frame 213Symbol 1840 as "powerups"
ExportAssets (56)Timeline Frame 213Symbol 592 as "horns"
ExportAssets (56)Timeline Frame 213Symbol 1861 as "monsters"
ExportAssets (56)Timeline Frame 213Symbol 759 as "u"
ExportAssets (56)Timeline Frame 213Symbol 1874 as "gates"
ExportAssets (56)Timeline Frame 213Symbol 1887 as "edit warp"
ExportAssets (56)Timeline Frame 213Symbol 1888 as "1"
ExportAssets (56)Timeline Frame 214Symbol 1889 as "2"
ExportAssets (56)Timeline Frame 215Symbol 1890 as "3"
ExportAssets (56)Timeline Frame 216Symbol 1891 as "click"
ExportAssets (56)Timeline Frame 217Symbol 1892 as "door"
ExportAssets (56)Timeline Frame 218Symbol 1893 as "explode"
ExportAssets (56)Timeline Frame 219Symbol 1894 as "fireSound"
ExportAssets (56)Timeline Frame 220Symbol 1895 as "gameOverMusic"
ExportAssets (56)Timeline Frame 221Symbol 1896 as "gate1"
ExportAssets (56)Timeline Frame 222Symbol 1897 as "Go"
ExportAssets (56)Timeline Frame 223Symbol 1898 as "goo"
ExportAssets (56)Timeline Frame 224Symbol 1899 as "healthup"
ExportAssets (56)Timeline Frame 225Symbol 1900 as "laserSound"
ExportAssets (56)Timeline Frame 226Symbol 1901 as "locked gate"
ExportAssets (56)Timeline Frame 227Symbol 1902 as "music1"
ExportAssets (56)Timeline Frame 228Symbol 1903 as "music2"
ExportAssets (56)Timeline Frame 229Symbol 1904 as "music3"
ExportAssets (56)Timeline Frame 230Symbol 1905 as "music4"
ExportAssets (56)Timeline Frame 231Symbol 1906 as "music5"
ExportAssets (56)Timeline Frame 232Symbol 1907 as "over"
ExportAssets (56)Timeline Frame 233Symbol 1908 as "press"
ExportAssets (56)Timeline Frame 234Symbol 1909 as "roar"
ExportAssets (56)Timeline Frame 235Symbol 1910 as "roar super"
ExportAssets (56)Timeline Frame 236Symbol 1911 as "small click"
ExportAssets (56)Timeline Frame 237Symbol 1912 as "warp"
ExportAssets (56)Timeline Frame 238Symbol 1913 as "win"
ExportAssets (56)Timeline Frame 239Symbol 1914 as "you"
ExportAssets (56)Timeline Frame 267Symbol 224 as "n"
ExportAssets (56)Timeline Frame 267Symbol 288 as "q"
ExportAssets (56)Timeline Frame 277Symbol 224 as "n"
ExportAssets (56)Timeline Frame 277Symbol 288 as "q"
ExportAssets (56)Timeline Frame 278Symbol 125 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 278Symbol 114 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 278Symbol 114 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 279Symbol 1798 as "z"
ExportAssets (56)Timeline Frame 279Symbol 947 as "ril"
ExportAssets (56)Timeline Frame 280Symbol 530 as "d"
ExportAssets (56)Timeline Frame 280Symbol 1356 as "t"
ExportAssets (56)Timeline Frame 280Symbol 559 as "fire"
ExportAssets (56)Timeline Frame 280Symbol 806 as "m"
ExportAssets (56)Timeline Frame 280Symbol 224 as "n"
ExportAssets (56)Timeline Frame 280Symbol 288 as "q"
ExportAssets (56)Timeline Frame 280Symbol 735 as "l"
ExportAssets (56)Timeline Frame 280Symbol 650 as "j"
ExportAssets (56)Timeline Frame 281Symbol 657 as "k"
ExportAssets (56)Timeline Frame 281Symbol 1798 as "z"
ExportAssets (56)Timeline Frame 281Symbol 1808 as "r"
ExportAssets (56)Timeline Frame 281Symbol 1799 as "f"
ExportAssets (56)Timeline Frame 281Symbol 1806 as "i"
ExportAssets (56)Timeline Frame 281Symbol 1805 as "h"
ExportAssets (56)Timeline Frame 281Symbol 759 as "u"
ExportAssets (56)Timeline Frame 281Symbol 1818 as "lock"
ExportAssets (56)Timeline Frame 282Symbol 568 as "o"
ExportAssets (56)Timeline Frame 282Symbol 1369 as "w"
ExportAssets (56)Timeline Frame 282Symbol 1401 as "x"
ExportAssets (56)Timeline Frame 282Symbol 1407 as "y"
ExportAssets (56)Timeline Frame 282Symbol 1808 as "r"
ExportAssets (56)Timeline Frame 282Symbol 1799 as "f"
ExportAssets (56)Timeline Frame 282Symbol 1806 as "i"
ExportAssets (56)Timeline Frame 282Symbol 1805 as "h"
ExportAssets (56)Timeline Frame 282Symbol 657 as "k"
ExportAssets (56)Timeline Frame 282Symbol 1804 as "g"
ExportAssets (56)Timeline Frame 282Symbol 759 as "u"
ExportAssets (56)Timeline Frame 282Symbol 1818 as "lock"
ExportAssets (56)Timeline Frame 283Symbol 288 as "q"
ExportAssets (56)Timeline Frame 283Symbol 735 as "l"
ExportAssets (56)Timeline Frame 283Symbol 759 as "u"
ExportAssets (56)Timeline Frame 283Symbol 493 as "bomb"
ExportAssets (56)Timeline Frame 284Symbol 493 as "bomb"
ExportAssets (56)Timeline Frame 284Symbol 288 as "q"
ExportAssets (56)Timeline Frame 284Symbol 735 as "l"
ExportAssets (56)Timeline Frame 284Symbol 759 as "u"

Labels

"instructions"Frame 279
"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
"loaded"Symbol 147 MovieClip Frame 3
"down"Symbol 224 MovieClip [n] Frame 1
"up"Symbol 224 MovieClip [n] Frame 81
"right"Symbol 224 MovieClip [n] Frame 161
"left"Symbol 224 MovieClip [n] Frame 241
"down"Symbol 288 MovieClip [q] Frame 1
"up"Symbol 288 MovieClip [q] Frame 81
"right"Symbol 288 MovieClip [q] Frame 161
"left"Symbol 288 MovieClip [q] Frame 241
"down"Symbol 332 MovieClip Frame 1
"left"Symbol 332 MovieClip Frame 20
"cave"Symbol 468 MovieClip [b] Frame 1
"jungle"Symbol 468 MovieClip [b] Frame 2
"desert"Symbol 468 MovieClip [b] Frame 3
"forest"Symbol 468 MovieClip [b] Frame 4
"mountain"Symbol 468 MovieClip [b] Frame 5
"ice"Symbol 468 MovieClip [b] Frame 6
"lava"Symbol 468 MovieClip [b] Frame 7
"factory"Symbol 468 MovieClip [b] Frame 8
"color"Symbol 468 MovieClip [b] Frame 9
"dance"Symbol 468 MovieClip [b] Frame 10
"explode"Symbol 493 MovieClip [bomb] Frame 26
"done"Symbol 493 MovieClip [bomb] Frame 65
"down"Symbol 650 MovieClip [j] Frame 1
"up"Symbol 650 MovieClip [j] Frame 81
"right"Symbol 650 MovieClip [j] Frame 161
"left"Symbol 650 MovieClip [j] Frame 241
"down"Symbol 735 MovieClip [l] Frame 1
"up"Symbol 735 MovieClip [l] Frame 81
"right"Symbol 735 MovieClip [l] Frame 161
"left"Symbol 735 MovieClip [l] Frame 241
"down"Symbol 806 MovieClip [m] Frame 1
"up"Symbol 806 MovieClip [m] Frame 81
"right"Symbol 806 MovieClip [m] Frame 161
"left"Symbol 806 MovieClip [m] Frame 241
"down"Symbol 1095 MovieClip Frame 1
"down"Symbol 1110 MovieClip Frame 1
"down"Symbol 1123 MovieClip Frame 1
"down"Symbol 1132 MovieClip Frame 1
"m"Symbol 1134 MovieClip Frame 1
"n"Symbol 1134 MovieClip Frame 2
"j"Symbol 1134 MovieClip Frame 3
"l"Symbol 1134 MovieClip Frame 4
"q"Symbol 1134 MovieClip Frame 5
"gameScreen"Symbol 1197 MovieClip [screen] Frame 100
"gameOver"Symbol 1197 MovieClip [screen] Frame 101
"wellDone"Symbol 1197 MovieClip [screen] Frame 510
"down"Symbol 1210 MovieClip Frame 1
"down"Symbol 1272 MovieClip Frame 1
"down"Symbol 1313 MovieClip Frame 1
"m"Symbol 1356 MovieClip [t] Frame 73
"n"Symbol 1356 MovieClip [t] Frame 189
"l"Symbol 1356 MovieClip [t] Frame 237
"j"Symbol 1356 MovieClip [t] Frame 352
"q"Symbol 1356 MovieClip [t] Frame 446

Dynamic Text Variables

_parent.alphSymbol 343 EditableText""
_parent.alphSymbol 497 EditableText""
_parent.alphSymbol 550 EditableText""
openWhenSymbol 586 EditableText"0"
_root.levelNameSymbol 994 EditableText""
hhealthSymbol 1005 EditableText""
_root.speedboostsSymbol 1010 EditableText""
_root.shieldboostsSymbol 1016 EditableText""
_root.gooboostsSymbol 1023 EditableText""
_root.ghostboostsSymbol 1029 EditableText""
_root.keyCountGreenSymbol 1039 EditableText""
_root.keyCountYellowSymbol 1044 EditableText""
_root.keyCountBlueSymbol 1050 EditableText""
_root.keyCountRedSymbol 1057 EditableText""
_root.ghosttimeSymbol 1068 EditableText"97"
_root.speedtimeSymbol 1069 EditableText"24"
_root.shieldtimeSymbol 1070 EditableText"58"
_root.speedtimeSymbol 1071 EditableText"24"
_root.shieldtimeSymbol 1072 EditableText"58"
_root.ghosttimeSymbol 1073 EditableText"97"
_root.levelNameSymbol 1075 EditableText""
aSymbol 1152 EditableText""
aSymbol 1158 EditableText"      "
aSymbol 1162 EditableText"      "
aSymbol 1167 EditableText"      "
_root.lifeLossesSymbol 1169 EditableText""
_root.healthSymbol 1174 EditableText""
aSymbol 1175 EditableText"      "
aSymbol 1179 EditableText"       "
_root.monstersGottenSymbol 1181 EditableText""




http://swfchan.com/7/30664/info.shtml
Created: 19/5 -2019 06:35:38 Last modified: 19/5 -2019 06:35:38 Server time: 03/05 -2024 06:48:14