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

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

Doodle Defender 2.swf

This is the info page for
Flash #42621

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


Text
loading, please wait...

ImageExplorer

SHOP

Return to SHOP

Enter your name here

Enter your ship's name here

SHOP

Upgrade Speed

Buy a Life

Add a Cannon

Draw bullet (2X Damage)

Return to Game

Add a Burst Fire Cannon

Buy A Bomb

$500

$1000

$1500

$2000

$2500

$3000

$3500

$4000

$4500

$5000

$200

$400

$600

$800

$0

$300

Submit Your Ship Design!

24

l

a

n

i

g

R

O

e

h

t

y

P

r

d

f

D

o

Play the ORiginal
Doodle Defender

Loading!

Play!

59%

F

This Game Created By:

barelyfailing.com

DRAW YOUR SHIP!

s

e

m

a

G

r

o

y

l

P

n

i

g

h

t

p

S

w

V

Type Here

Cheat:

h

c

t

a

r

S

m

o

F

r

o

e

t

a

l

p

m

T

s

U

Click a Template to use it.

Draw Your Ship
The X represents the center of your Ship
Do NOT Draw Your Cannon Yet.

Erase All

Scale: Up And Down Arows

line ThickNess: W And S

Draw Using Mouse

Press Space When Done

It is Recommended that you
make your ship smaller
than the square. Use the
Arrow Keys to Scale the
ship.
Click Here to
c                       continue.

Color Picker

Next you will place then
rotate your cannon. Click
First to place it, then
rotate it and click again.

Click Here to
c                       continue.

Draw Your Cannon
The X represents the center of your Cannon
It Should Aim Straight Up

Place and Rotate your Cannon
Click Once to place your cannon.
Then rotate your cannon.
And Click again to lock it.

CONTROLS
Use the Arrow Keys or WASD to move your ship
Press F, Shift, or Enter to shoot
Press Spacebar to use Bombs
Press P to pause

Click here when you are ready to play

DIRECTIONS
Kill Enemies
Earn Money, Spend it in the shop
Earn Experience
Reach the bottom of the page to advance a page
The game lasts as long as you play
Good Luck

This game was created by Barely Failing. barelyFailing.com

Paused!

Music: On    Off
Enemies Killed:
Money Earned:
EXP Earned:
Pages Completed:

press P to Un-Pause

Draw Your Laser
The X represents the center of your Laser.

Don't make your laser too
large, that would be
cheating >:(
Click Here to
c                       continue.

Your Doodle Was Destroyed
That Sucks Man...

:

d

e

l

i

K

s

m

n

E

t

f

L

y

o

M

r

a

P

X

p

C

g

ActionScript [AS1/AS2]

Frame 1
var CPMStarPoolID = 1052; var CPMStarSubPoolID = 11; System.security.allowDomain("server.cpmstar.com"); adBox.loadMovie((("http://server.cpmstar.com/adviewas2.swf?poolid=" + CPMStarPoolID) + "&subpoolid=") + CPMStarSubPoolID); function onMouseDown() { md = true; dN++; depth = _root.getNextHighestDepth(); _root.createEmptyMovieClip("d" + dN, depth); cD = eval ("d" + dN); cD.moveTo(_root._xmouse, _root._ymouse); cD.lineStyle(1, col, 100); } function onMouseUp() { md = false; cD = eval ("d" + dN); cD.removeMovieClip(); } function onMouseMove() { if (md) { cD = eval ("d" + dN); cD.lineTo(_root._xmouse, _root._ymouse); } updateAfterEvent(); } var dN = 0;
Frame 2
halfSize = false;
Frame 3
halfSize = false; var lives = 3; var cannon2 = false; var cannon3 = false; var cannon4 = false; var bCannon = false; var cheating = false; var burstFire = 0; var fireRate = 10; var speedLimit = 8; var drawnBullet = false; var bombs = 1; var money = 0; var totalMoney = 0; var exp = 0; var totalExp = 0; var totalEnemies = 0; var pages = 0; var template = 0; var mult = 1; var lifePrice = 500; var speedPrice = 200; var cannonPrice = 500; var bulletPrice = 1000; var burstPrice = 5000; var bombPrice = 300; var en1 = false; var en2 = false; var en3 = false; var en4 = true; var en5 = false; var en6 = false; var en7 = false; var en8 = false; var en9 = false; var en10 = false; var en11 = false; var en12 = false; var en13 = false; var en14 = false; var en15 = false; stop(); function onEnterFrame() { if (cheese == "hard") { cheat1 = true; trace(cheat1); } if (cheese == "johnLi") { cheat2 = true; trace(cheat2); } if (cheese == "nukem") { cheat3 = true; trace(cheat3); } if (_root.mus) { vTim++; loop1.setVolume(vol); if (vTim > 1080) { fadeOut(); } if (faIn) { fadeIn(); } off = false; } else { vTim = 1440; s = 0; vol = 100; if (!off) { s = 0; while (s < 11) { son = eval ("loop" + s); son.stop(); s++; } off = true; } } } function fadeOut() { if (vol > 0) { vol = vol - 2; } if (vol == 0) { faIn = true; staSong = true; vTim = 0; s = 0; s = 0; while (s < 11) { son = eval ("loop" + s); son.stop(); s++; } } } function fadeIn() { if (staSong) { old = sN; sN = Math.ceil(Math.random() * 10); if (sN == old) { sN = Math.ceil(Math.random() * 10); } if (sN == old) { sN = Math.ceil(Math.random() * 10); } trace(sN); so = eval ("loop" + sN); so.start(0, 99999); staSong = false; } if (vol < 100) { vol = vol + 2; } else { faIn = false; } } loop1 = new Sound(); loop1.attachSound("loop1.mp3"); loop2 = new Sound(); loop2.attachSound("loop2.mp3"); loop3 = new Sound(); loop3.attachSound("loop3.mp3"); loop4 = new Sound(); loop4.attachSound("loop4.mp3"); loop5 = new Sound(); loop5.attachSound("loop5.mp3"); loop6 = new Sound(); loop6.attachSound("loop6.mp3"); loop7 = new Sound(); loop7.attachSound("loop7.mp3"); loop8 = new Sound(); loop8.attachSound("loop8.mp3"); loop9 = new Sound(); loop9.attachSound("loop9.mp3"); loop10 = new Sound(); loop10.attachSound("loop10.mp3"); vol = 100; vTim = 1440; _root.mus = true; cheese = "Type Here";
Frame 4
halfSize = false;
Frame 5
halfSize = false; stop(); i = 0; depth = _root.getNextHighestDepth(); _root.attachMovie("ship", "ship", depth); ship._x = 320; ship._y = 240; ship.s = 100; ship.gotoAndStop(template); col = "0x000000"; thick = 2; var noDraw = false; var noDraw2 = false; dra.onMouseDown = function () { if ((noDraw == false) && (noDraw2 == false)) { ship.moveTo(_root.ship._xmouse, _root.ship._ymouse); ship.lineStyle(thick, col, 100); dra.onMouseMove = function () { ship.lineTo(_root.ship._xmouse, _root.ship._ymouse); updateAfterEvent(); }; } }; dra.onMouseUp = function () { dra.onMouseMove = null; }; dra.onEnterFrame = function () { if (Key.isDown(38)) { if (ship._xscale < 200) { ship._xscale = ship._xscale + 0.5; ship._yscale = ship._yscale + 0.5; ship.s = ship._xscale; } } if (Key.isDown(40)) { if (ship._xscale > 5) { ship._xscale = ship._xscale - 0.5; ship._yscale = ship._yscale - 0.5; ship.s = ship._xscale; } } if (Key.isDown(87)) { if (!tUp) { tUp = true; if (thick < 10) { thick++; } } } if (!Key.isDown(87)) { tUp = false; } if (Key.isDown(83)) { if (!tDown) { tDown = true; if (thick > 1) { thick--; } } } if (!Key.isDown(83)) { tDown = false; } }; timer = 0;
Instance of Symbol 1107 MovieClip in Frame 5
on (release) { _root.ship.removeMovieClip(); depth = _root.getNextHighestDepth(); _root.attachMovie("ship", "ship", depth); _root.ship._x = 320; _root.ship._y = 240; _root.ship.gotoAndStop(_root.template); _root.col = "0x000000"; _root.thick = 2; _root.ship.s = 100; }
Frame 6
halfSize = false; function testfire() { if (_root.noDraw == false) { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._x = (ship.cannon1._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon1._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon1._rotation; curLas.degrees = ship.cannon1._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } } stop(); i = 0; ship._x = 213; depth = _root.getNextHighestDepth(); _root.ship.attachMovie("cannon", "cannon1", depth); ship.cannon1._x = 213 / (ship.s / 100); ship.cannon1._y = 0; col = "0x000000"; thick = 2; var noDraw = false; var noDraw2 = false; dra.onMouseDown = function () { if ((noDraw == false) && (noDraw2 == false)) { ship.cannon1.moveTo(_root.ship.cannon1._xmouse, _root.ship.cannon1._ymouse); ship.cannon1.lineStyle(thick, col, 100); dra.onMouseMove = function () { ship.cannon1.lineTo(_root.ship.cannon1._xmouse, _root.ship.cannon1._ymouse); updateAfterEvent(); }; } }; dra.onMouseUp = function () { dra.onMouseMove = null; }; dra.onEnterFrame = function () { if (Key.isDown(38)) { if (ship.cannon1._xscale < 200) { ship.cannon1._xscale = ship.cannon1._xscale + 0.5; ship.cannon1._yscale = ship.cannon1._yscale + 0.5; } } if (Key.isDown(40)) { if (ship.cannon1._xscale > 5) { ship.cannon1._xscale = ship.cannon1._xscale - 0.5; ship.cannon1._yscale = ship.cannon1._yscale - 0.5; } } if (Key.isDown(87)) { if (!tUp) { tUp = true; if (thick < 10) { thick++; } } } if (!Key.isDown(87)) { tUp = false; } if (Key.isDown(83)) { if (!tDown) { tDown = true; if (thick > 1) { thick--; } } } if (!Key.isDown(83)) { tDown = false; } testfire(); }; timer = 0; function createShip() { depth = _root.getNextHighestDepth(); _root.attachMovie("ship", "ship", depth); ship._x = 320; ship._y = 240; ship._xscale = rS.s; ship._yscale = rS.s; z = 0; z = 0; while (z < rS.moveToArrayX.length) { ship.moveTo(rS.moveToArrayX[z], rS.moveToArrayY[z]); ship.lineStyle(rS.thickArray[z], rS.colorArray[z], 100); w = 0; eMC = eval ("_root.rS.pL" + z); w = 1; while (w < eMC.preLineX.length) { ship.lineTo(eMC.preLineX[w], eMC.preLineY[w]); w++; } z++; } }
Instance of Symbol 1107 MovieClip in Frame 6
on (release) { _root.ship.cannon1.clear(); col = "0x000000"; thick = 2; }
Frame 7
halfSize = false; function testfire() { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; curLas._x = (ship.cannon1._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon1._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon1._rotation; curLas.degrees = ship.cannon1._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } ship._x = 320; ship._y = 240; click1 = false; md2 = false; cP.removeMovieClip(); dra.onRelease = function () { md2 = true; }; dra.onEnterFrame = function () { if (!click1) { ship.cannon1._x = _root.ship._xmouse; ship.cannon1._y = _root.ship._ymouse; if (md2) { md2 = false; click1 = true; } } else { bdx = _root.ship._xmouse - _root.ship.cannon1._x; bdy = _root.ship._ymouse - _root.ship.cannon1._y; bradians = Math.atan(bdy / bdx); bdegrees = (bradians * 180) / Math.PI; bdegrees = bdegrees + 90; if (_root.ship._xmouse < ship.cannon1._x) { bdegrees = bdegrees + 180; } ship.cannon1._rotation = bdegrees; if (md2) { nextFrame(); } } testfire(); }; timer = 0;
Frame 8
halfSize = false; ship._x = -500; ship._y = -500;
Frame 9
halfSize = true; function onEnterFrame() { _root.mult = Math.floor(pages / 10); if (_root.mult < 1) { _root.mult = 1; } if (cheat1) { invincible = true; cheating = true; } if (cheat2) { money = money + 20; cheating = true; } if (cheat3) { bombs++; cheating = true; } if (!pau) { if (nL) { nL = false; newLevel(); } boHit = false; keyCheck(); stimer++; if (stimer < 2) { turnQ = false; } if (turnQ) { turnQuick(); } turn(); move(); fire(); if (respawn) { rsTimer++; if (rsTimer > 24) { if (Math.abs(_root._y - 0) < 10) { _root._y = 0; } if (_root._y != 0) { _root._y = _root._y + 8; } } if ((rsTimer > 24) && (_root._y == 0)) { ship._y = 20; ship._x = 320; dx = 0; speed = 0; dy = 0; dir = 180; qtime = 8; invincible = true; invincibleTimer = 0; respawn = false; } } else { rsTimer = 0; } invincibleTimer++; if (invincibleTimer > 120) { invincible = false; } if (invincible) { ship._alpha = 50; } else { ship._alpha = 100; } } if (_root.mus) { vTim++; loop1.setVolume(vol); if (vTim > 1080) { fadeOut(); } if (faIn) { fadeIn(); } off = false; } else { vTim = 1440; s = 0; vol = 100; if (!off) { s = 0; while (s < 11) { son = eval ("loop" + s); son.stop(); s++; } off = true; } } pauseCheck(); if (Key.isDown(65)) { trace(_root.getNextHighestDepth()); } } stop(); var speed = 0; var dir = 180; _root.ship.cacheAsBitmap = true; _root.cannon1.cacheAsBitmap = true; nL = true; stimer = 0; var dropShadow = (new flash.filters.DropShadowFilter(4, 45, 0, 0.4, 10, 10, 2, 3)); dropShadow.strength = 10; dropShadow.distance = 10; dropShadow.blurX = 1; dropShadow.blurY = dropShadow.blurX; ship.filters = [dropShadow]; var pau = false; function keyCheck() { if (Key.isDown(87) || (Key.isDown(38))) { if (speed > (speedLimit * -1)) { speed--; } up = true; } else { up = false; } if (Key.isDown(83) || (Key.isDown(40))) { if (speed < speedLimit) { speed++; } down = true; } else { down = false; } if ((!down) && (!up)) { if (speed > 0) { speed = speed - 0.5; } if (speed < 0) { speed = speed + 0.5; } if ((speed == 0) || (Math.abs(speed) < 0.4)) { speed = 0; } } if (Key.isDown(65) || (Key.isDown(37))) { if (!turnQ) { dir = dir - 10; } } if (Key.isDown(68) || (Key.isDown(39))) { if (!turnQ) { dir = dir + 10; } } bombTimer++; if (Key.isDown(32)) { if (!respawn) { if (((bombs > 0) && (boHit != true)) && (bombTimer > 10)) { bombTimer = 0; boHit = true; bombs--; xElas = 10; depth = _root.getNextHighestDepth(); _root.attachMovie("bombExp", "bombExp" + depth, depth); bExp = eval ("bombExp" + depth); bExp._x = ship._x; bExp._y = ship._y; } else { boHit = false; } } } else { boHit = false; } } bombTimer = 10; function turn() { degrees = dir; ship._rotation = degrees; if (turnQ) { degrees = degrees - (180 + (qtime * 30)); } degrees = degrees + 90; radians = (degrees * Math.PI) / 180; if (!turnQ) { dx = speed * Math.cos(radians); dy = speed * Math.sin(radians); } else { dx = (speed * 1.2) * Math.cos(radians); dy = (speed * 1.2) * Math.sin(radians); } } function move() { ship._x = ship._x + dx; ship._y = ship._y + dy; if ((ship._y > 240) && (ship._y < 640)) { if (!respawn) { _root._y = (ship._y * -1) + 240; } } if (ship._y < 240) { if (!respawn) { _root._y = 0; } } if ((((ship._x < 0) || (ship._x > 640)) || (ship._y < 0)) || (ship._y > 880)) { _root.turnQ = true; _root.qtime = 0; } if (xElas != 0) { if ((xElas % 2) == 1) { _root._x = (xElas * Math.random()) * 4; } else { _root._x = (((-xElas) - 1) * Math.random()) * 4; } xElas--; } if (yElas != 0) { if ((yElas % 2) == 1) { _root._y = _root._y + ((yElas * Math.random()) * 4); } else { _root._y = _root._y + ((((-yElas) - 1) * Math.random()) * 4); } yElas--; } } xElas = 0; yElas = 0; function fire() { if ((Key.isDown(70) || (Key.isDown(13))) || (Key.isDown(16))) { if (!fireHit) { fireHit = true; timer = fireRate - 1; } timer++; if ((timer % fireRate) == 0) { if (!drawnBullet) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; } else { depth = _root.getNextHighestDepth(); laserD.duplicateMovieClip("laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._xscale = laserD.s; curLas._yscale = laserD.s; curLas.cacheAsBitmap = true; } distance = Math.sqrt((((ship.cannon1._x * (ship.s / 100)) * ship.cannon1._x) * (ship.s / 100)) + (((ship.cannon1._y * (ship.s / 100)) * ship.cannon1._y) * (ship.s / 100))); cannonx = ship.cannon1._x * (ship.s / 100); if (cannonx == 0) { cannonx = cannonx + 0.0001; } rotRad = Math.atan((ship.cannon1._y * (ship.s / 100)) / cannonx); rotRad = rotRad + (ship._rotation * (Math.PI/180)); rotRad = rotRad - (Math.PI/2); rotRad = rotRad * -1; if (ship.cannon1._x < 0) { rotRad = rotRad + Math.PI; } xDist = Math.sin(rotRad) * distance; yDist = Math.cos(rotRad) * distance; curLas._x = xDist + ship._x; curLas._y = yDist + ship._y; curLas._rotation = ship.cannon1._rotation + ship._rotation; curLas.degrees = ship.cannon1._rotation + ship._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.dx = (10 + Math.abs(speed)) * Math.cos(curLas.radians); curLas.dy = (10 + Math.abs(speed)) * Math.sin(curLas.radians); curLas._x = curLas._x + curLas.dx; curLas._y = curLas._y + curLas.dy; if (cannon2) { if (!drawnBullet) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; } else { depth = _root.getNextHighestDepth(); laserD.duplicateMovieClip("laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._xscale = laserD.s; curLas._yscale = laserD.s; curLas.cacheAsBitmap = true; } distance2 = Math.sqrt((((ship.cannon2._x * (ship.s / 100)) * ship.cannon2._x) * (ship.s / 100)) + (((ship.cannon2._y * (ship.s / 100)) * ship.cannon2._y) * (ship.s / 100))); cannon2x = ship.cannon2._x * (ship.s / 100); if (cannon2x == 0) { cannon2x = cannon2x + 0.0001; } rotRad2 = Math.atan((ship.cannon2._y * (ship.s / 100)) / cannon2x); rotRad2 = rotRad2 + (ship._rotation * (Math.PI/180)); rotRad2 = rotRad2 - (Math.PI/2); rotRad2 = rotRad2 * -1; if (ship.cannon2._x < 0) { rotRad2 = rotRad2 + Math.PI; } xDist2 = Math.sin(rotRad2) * distance2; yDist2 = Math.cos(rotRad2) * distance2; curLas._x = xDist2 + ship._x; curLas._y = yDist2 + ship._y; curLas._rotation = ship.cannon2._rotation + ship._rotation; curLas.degrees = ship.cannon2._rotation + ship._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.dx = (10 + Math.abs(speed)) * Math.cos(curLas.radians); curLas.dy = (10 + Math.abs(speed)) * Math.sin(curLas.radians); curLas._x = curLas._x + curLas.dx; curLas._y = curLas._y + curLas.dy; } if (cannon3) { if (!drawnBullet) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; } else { depth = _root.getNextHighestDepth(); laserD.duplicateMovieClip("laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._xscale = laserD.s; curLas._yscale = laserD.s; curLas.cacheAsBitmap = true; } distance3 = Math.sqrt((((ship.cannon3._x * (ship.s / 100)) * ship.cannon3._x) * (ship.s / 100)) + (((ship.cannon3._y * (ship.s / 100)) * ship.cannon3._y) * (ship.s / 100))); cannon3x = ship.cannon3._x * (ship.s / 100); if (cannon3x == 0) { cannon3x = cannon3x + 0.0001; } rotRad3 = Math.atan((ship.cannon3._y * (ship.s / 100)) / cannon3x); rotRad3 = rotRad3 + (ship._rotation * (Math.PI/180)); rotRad3 = rotRad3 - (Math.PI/2); rotRad3 = rotRad3 * -1; if (ship.cannon3._x < 0) { rotRad3 = rotRad3 + Math.PI; } xDist3 = Math.sin(rotRad3) * distance3; yDist3 = Math.cos(rotRad3) * distance3; curLas._x = xDist3 + ship._x; curLas._y = yDist3 + ship._y; curLas._rotation = ship.cannon3._rotation + ship._rotation; curLas.degrees = ship.cannon3._rotation + ship._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.dx = (10 + Math.abs(speed)) * Math.cos(curLas.radians); curLas.dy = (10 + Math.abs(speed)) * Math.sin(curLas.radians); curLas._x = curLas._x + curLas.dx; curLas._y = curLas._y + curLas.dy; } if (cannon4) { if (!drawnBullet) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; } else { depth = _root.getNextHighestDepth(); laserD.duplicateMovieClip("laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._xscale = laserD.s; curLas._yscale = laserD.s; curLas.cacheAsBitmap = true; } distance4 = Math.sqrt((((ship.cannon4._x * (ship.s / 100)) * ship.cannon4._x) * (ship.s / 100)) + (((ship.cannon4._y * (ship.s / 100)) * ship.cannon4._y) * (ship.s / 100))); cannon4x = ship.cannon4._x * (ship.s / 100); if (cannon4x == 0) { cannon4x = cannon4x + 0.0001; } rotRad4 = Math.atan((ship.cannon4._y * (ship.s / 100)) / cannon4x); rotRad4 = rotRad4 + (ship._rotation * (Math.PI/180)); rotRad4 = rotRad4 - (Math.PI/2); rotRad4 = rotRad4 * -1; if (ship.cannon4._x < 0) { rotRad4 = rotRad4 + Math.PI; } xDist4 = Math.sin(rotRad4) * distance4; yDist4 = Math.cos(rotRad4) * distance4; curLas._x = xDist4 + ship._x; curLas._y = yDist4 + ship._y; curLas._rotation = ship.cannon4._rotation + ship._rotation; curLas.degrees = ship.cannon4._rotation + ship._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.dx = (10 + Math.abs(speed)) * Math.cos(curLas.radians); curLas.dy = (10 + Math.abs(speed)) * Math.sin(curLas.radians); curLas._x = curLas._x + curLas.dx; curLas._y = curLas._y + curLas.dy; } if (bCannon) { if (!drawnBullet) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; } else { depth = _root.getNextHighestDepth(); laserD.duplicateMovieClip("laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._xscale = laserD.s; curLas._yscale = laserD.s; curLas.cacheAsBitmap = true; } distance5 = Math.sqrt((((ship.cannon5._x * (ship.s / 100)) * ship.cannon5._x) * (ship.s / 100)) + (((ship.cannon5._y * (ship.s / 100)) * ship.cannon5._y) * (ship.s / 100))); cannon5x = ship.cannon5._x * (ship.s / 100); if (cannon5x == 0) { cannon5x = cannon5x + 0.0001; } rotRad5 = Math.atan((ship.cannon5._y * (ship.s / 100)) / cannon5x); rotRad5 = rotRad5 + (ship._rotation * (Math.PI/180)); rotRad5 = rotRad5 - (Math.PI/2); rotRad5 = rotRad5 * -1; if (ship.cannon5._x < 0) { rotRad5 = rotRad5 + Math.PI; } xDist5 = Math.sin(rotRad5) * distance5; yDist5 = Math.cos(rotRad5) * distance5; curLas._x = xDist5 + ship._x; curLas._y = yDist5 + ship._y; curLas._rotation = ship.cannon5._rotation + ship._rotation; curLas.degrees = ship.cannon5._rotation + ship._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.dx = (10 + Math.abs(speed)) * Math.cos(curLas.radians); curLas.dy = (10 + Math.abs(speed)) * Math.sin(curLas.radians); curLas._x = curLas._x + curLas.dx; curLas._y = curLas._y + curLas.dy; if (!drawnBullet) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; } else { depth = _root.getNextHighestDepth(); laserD.duplicateMovieClip("laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._xscale = laserD.s; curLas._yscale = laserD.s; curLas.cacheAsBitmap = true; } curLas._x = xDist5 + ship._x; curLas._y = yDist5 + ship._y; curLas._rotation = (ship.cannon5._rotation + ship._rotation) + 15; curLas.degrees = (ship.cannon5._rotation + ship._rotation) + 15; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.dx = (10 + Math.abs(speed)) * Math.cos(curLas.radians); curLas.dy = (10 + Math.abs(speed)) * Math.sin(curLas.radians); curLas._x = curLas._x + curLas.dx; curLas._y = curLas._y + curLas.dy; if (!drawnBullet) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; } else { depth = _root.getNextHighestDepth(); laserD.duplicateMovieClip("laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._xscale = laserD.s; curLas._yscale = laserD.s; curLas.cacheAsBitmap = true; } curLas._x = xDist5 + ship._x; curLas._y = yDist5 + ship._y; curLas._rotation = (ship.cannon5._rotation + ship._rotation) - 15; curLas.degrees = (ship.cannon5._rotation + ship._rotation) - 15; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.dx = (10 + Math.abs(speed)) * Math.cos(curLas.radians); curLas.dy = (10 + Math.abs(speed)) * Math.sin(curLas.radians); curLas._x = curLas._x + curLas.dx; curLas._y = curLas._y + curLas.dy; } } } else { fireHit = false; } } rotRad = Math.atan((ship.cannon1._y * (ship.s / 100)) / cannonx); function newLevel() { _root.paperFrame = paper.f; paper.removeMovieClip(); depth = _root.getNextHighxestDepth(); _root.attachMovie("paper", "paper", depth); if (shopRemove) { depth = _root.getNextHighestDepth(); _root.attachMovie("removePaper2", "removePaper", depth); shopRemove = false; shopDisplay.removeMovieClip(); } if (!fir) { depth = _root.getNextHighestDepth(); _root.attachMovie("removePaper", "removePaper", depth); } _root._y = 0; ship._y = 20; ship._x = 320; dx = 0; speed = 0; dy = 0; dir = 180; fir = false; b = 0; b = 0; while (b < 16) { ev = eval ("enemy" + b); ev.removeMovieClip(); b++; } b = 0; b = 0; while (b < 6) { ev = eval ("obs" + b); ev.removeMovieClip(); b++; } spawn(); } fir = true; function pauseCheck() { if (Key.isDown(80)) { if (!pau) { if (!pHit) { pau = true; pauseMenu._x = 0; pauseMenu.gotoAndPlay(2); pauseMenu._y = ship._y - 240; if (ship._y < 240) { pauseMenu._y = 0; } if (ship._y > 640) { pauseMenu._y = 400; } depth = _root.getNextHighestDepth(); pauseMenu.swapDepths(depth); } } else if (!pHit) { pau = false; pauseMenu._x = -1000; } pHit = true; } else { pHit = false; } } function sho() { ship._x = -500; ship._y = -500; dir = 180; dx = 0; dy = 0; speed = 0; _root._y = 0; _root.paperFrame = paper.f; paper.removeMovieClip(); depth = _root.getNextHighxestDepth(); _root.attachMovie("paperN", "paper", depth); depth = _root.getNextHighestDepth(); _root.attachMovie("removePaper2", "removePaper", depth); b = 0; b = 0; while (b < 16) { ev = eval ("enemy" + b); ev.removeMovieClip(); b++; } b = 0; b = 0; while (b < 6) { ev = eval ("obs" + b); ev.removeMovieClip(); b++; } pauseMenu.removeMovieClip(); nextFrame(); } function turnQuick() { qtime++; if (qtime < 7) { dir = dir + 30; } else { turnQ = false; } } function spawn() { if (pages > 5) { en15 = true; } if (pages > 10) { en12 = true; } if (pages > 15) { en1 = true; } if (pages > 20) { en11 = true; } if (pages > 25) { en9 = true; } if (pages > 30) { en13 = true; } if (pages > 35) { en14 = true; } if (pages > 40) { en10 = true; } if (pages > 45) { en5 = true; } if (pages > 50) { en7 = true; } if (pages > 55) { en6 = true; } if (pages > 60) { en8 = true; } if (pages > 65) { en3 = true; } if (pages > 70) { en2 = true; } numb = Math.ceil(pages / 10); if (numb > 5) { numb = 5; } enemyNumber = ((Math.ceil(Math.random() * 2) * numb) + Math.ceil(Math.random() * 3)) + 2; enemyN = 0; while (enemyN < enemyNumber) { rn = Math.ceil(Math.random() * 15); cEn = eval ("en" + rn); if (cEn) { enemyN++; depth = _root.getNextHighestDepth(); _root.attachMovie("enemy" + rn, "enemy" + enemyN, depth); trace(enemyN); } tries++; } obMax = Math.ceil(pages / 5); if (obMax > 5) { obMax = 5; } if (obMax != 0) { obN = 0; while (obN < obMax) { rn = Math.ceil(Math.random() * 3); depth = _root.getNextHighestDepth(); _root.attachMovie("obs" + rn, "obs" + obN, depth); obN++; } } } enemyN = 0; obN = 0; tries = 0; function death() { if (!invincible) { if (lives > 0) { lives--; depth = _root.getNextHighestDepth(); _root.attachMovie("expl2", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = ship._x; curExp._y = ship._y; respawn = true; ship._x = -500; yElas = 10; } else { ship._x = -500; ship._y = -500; dir = 180; dx = 0; dy = 0; speed = 0; _root._y = 0; _root.paperFrame = paper.f; paper.removeMovieClip(); depth = _root.getNextHighxestDepth(); _root.attachMovie("paperN", "paper", depth); depth = _root.getNextHighestDepth(); _root.attachMovie("removePaper2", "removePaper", depth); b = 0; b = 0; while (b < 16) { ev = eval ("enemy" + b); ev.removeMovieClip(); b++; } b = 0; b = 0; while (b < 6) { ev = eval ("obs" + b); ev.removeMovieClip(); b++; } pauseMenu.removeMovieClip(); gotoAndStop ("gameOver"); } } }
Frame 10
halfSize = false; function onEnterFrame() { mon = "$" + _root.money; } cP.removeMovieClip(); stop();
Frame 11
function onEnterFrame() { expD = "EXP:" + _root.exp; } cP.removeMovieClip(); stop(); shopDisplay.removeMovieClip(); hiThis = true; function print_me() { trace("click2"); pn = new it.sephiroth.PrintScreen(); pn.addListener(listener); pn.print(this, 0, 0, 640, 480); loader.__set__label("computing... 0%"); loader.open(true, true, true); } var loader = this.createClassObject(it.sephiroth.mloaderWindow, "loader", 10, {_x:-1000, _y:-1000}); loader.setStyle("borderColor", 26265); var listener = new Object(); listener.onProgress = function (target, loaded, total) { var _local2 = Math.round((loaded / total) * 100); loader.__set__label(("computing... " + _local2) + "%"); loader.__set__value(_local2); if (_local2 == 100) { _root.subm = false; loader.removeMovieClip(); } }; listener.onComplete = function (target, load_var) { loader.__set__label("sending to php..."); load_var.send("http://barelyfailing.com/DD2/pixels.php", "_blank", "POST"); loader.close(); }; trace("this far");
Instance of Symbol 419 MovieClip [Button] "print_btn" in Frame 11
//component parameters onClipEvent (construct) { icon = ""; label = "Submit It!"; labelPlacement = "right"; selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; } onClipEvent (load) { function __f_click(eventObj) { if (_root.hiThis) { trace("click1"); _root.subm = true; this._parent.print_me(); _root.hiThis = false; } } this.addEventListener("click", __f_click); } onClipEvent (enterFrame) { depth = _root.getNextHighestDepth(); this.swapDepths(depth); }
Frame 12
stop(); depth = _root.getNextHighestDepth(); _root.attachMovie("laserD", "laserD", depth); laserD._x = 320; laserD._y = 240; laserD.s = 100; laserD.hi = true; col = "0x000000"; thick = 2; var noDraw = false; var noDraw2 = false; dra.onMouseDown = function () { if ((noDraw == false) && (noDraw2 == false)) { _root.laserD.moveTo(_root.laserD._xmouse, _root.laserD._ymouse); _root.laserD.lineStyle(thick, col, 100); dra.onMouseMove = function () { _root.laserD.lineTo(_root.laserD._xmouse, _root.laserD._ymouse); updateAfterEvent(); }; } }; dra.onMouseUp = function () { dra.onMouseMove = null; }; dra.onEnterFrame = function () { if (Key.isDown(38)) { if (laserD._xscale < 200) { laserD._xscale = laserD._xscale + 0.5; laserD._yscale = laserD._yscale + 0.5; laserD.s = laserD._xscale; } } if (Key.isDown(40)) { if (laserD._xscale > 5) { laserD._xscale = laserD._xscale - 0.5; laserD._yscale = laserD._yscale - 0.5; laserD.s = laserD._xscale; } } if (Key.isDown(87)) { if (!tUp) { tUp = true; if (thick < 10) { thick++; } } } if (!Key.isDown(87)) { tUp = false; } if (Key.isDown(83)) { if (!tDown) { tDown = true; if (thick > 1) { thick--; } } } if (!Key.isDown(83)) { tDown = false; } }; timer = 0;
Instance of Symbol 1107 MovieClip in Frame 12
on (release) { _root.laserD.removeMovieClip(); depth = _root.getNextHighestDepth(); _root.attachMovie("laserD", "laserD", depth); _root.laserD._x = 320; _root.laserD._y = 240; _root.col = "0x000000"; _root.thick = 2; _root.laserD.s = 100; }
Frame 13
function testfire() { if (_root.noDraw == false) { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._x = (ship.cannon2._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon2._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon2._rotation; curLas.degrees = ship.cannon2._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } } stop(); ship._x = 213; ship._y = 240; ship.dir = 0; ship._rotation = 0; depth = _root.getNextHighestDepth(); _root.ship.attachMovie("cannon", "cannon2", depth); ship.cannon2._x = 213 / (ship.s / 100); ship.cannon2._y = 0; col = "0x000000"; thick = 2; var noDraw = false; var noDraw2 = false; dra.onMouseDown = function () { if ((noDraw == false) && (noDraw2 == false)) { ship.cannon2.moveTo(_root.ship.cannon2._xmouse, _root.ship.cannon2._ymouse); ship.cannon2.lineStyle(thick, col, 100); dra.onMouseMove = function () { ship.cannon2.lineTo(_root.ship.cannon2._xmouse, _root.ship.cannon2._ymouse); updateAfterEvent(); }; } }; dra.onMouseUp = function () { dra.onMouseMove = null; }; dra.onEnterFrame = function () { if (Key.isDown(38)) { if (ship.cannon2._xscale < 200) { ship.cannon2._xscale = ship.cannon2._xscale + 0.5; ship.cannon2._yscale = ship.cannon2._yscale + 0.5; } } if (Key.isDown(40)) { if (ship.cannon2._xscale > 5) { ship.cannon2._xscale = ship.cannon2._xscale - 0.5; ship.cannon2._yscale = ship.cannon2._yscale - 0.5; } } if (Key.isDown(87)) { if (!tUp) { tUp = true; if (thick < 10) { thick++; } } } if (!Key.isDown(87)) { tUp = false; } if (Key.isDown(83)) { if (!tDown) { tDown = true; if (thick > 1) { thick--; } } } if (!Key.isDown(83)) { tDown = false; } testfire(); }; timer = 0;
Instance of Symbol 1107 MovieClip in Frame 13
on (release) { _root.ship.cannon2.clear(); col = "0x000000"; thick = 2; }
Frame 14
function testfire() { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; curLas._x = (ship.cannon2._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon2._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon2._rotation; curLas.degrees = ship.cannon2._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } ship._x = 320; ship._y = 240; click1 = false; md2 = false; dra.onRelease = function () { md2 = true; }; dra.onEnterFrame = function () { if (!click1) { ship.cannon2._x = _root.ship._xmouse; ship.cannon2._y = _root.ship._ymouse; if (md2) { md2 = false; click1 = true; } } else { bdx = _root.ship._xmouse - _root.ship.cannon2._x; bdy = _root.ship._ymouse - _root.ship.cannon2._y; bradians = Math.atan(bdy / bdx); bdegrees = (bradians * 180) / Math.PI; bdegrees = bdegrees + 90; if (_root.ship._xmouse < ship.cannon2._x) { bdegrees = bdegrees + 180; } ship.cannon2._rotation = bdegrees; if (md2) { ship._x = -500; ship._y = -500; _root.cannon2 = true; _root.gotoAndStop("shop"); } } testfire(); }; timer = 0;
Frame 15
function testfire() { if (_root.noDraw == false) { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._x = (ship.cannon3._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon3._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon3._rotation; curLas.degrees = ship.cannon3._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } } stop(); ship._x = 213; ship._y = 240; ship.dir = 0; ship._rotation = 0; depth = _root.getNextHighestDepth(); _root.ship.attachMovie("cannon", "cannon3", depth); ship.cannon3._x = 213 / (ship.s / 100); ship.cannon3._y = 0; col = "0x000000"; thick = 2; var noDraw = false; var noDraw2 = false; dra.onMouseDown = function () { if ((noDraw == false) && (noDraw2 == false)) { ship.cannon3.moveTo(_root.ship.cannon3._xmouse, _root.ship.cannon3._ymouse); ship.cannon3.lineStyle(thick, col, 100); dra.onMouseMove = function () { ship.cannon3.lineTo(_root.ship.cannon3._xmouse, _root.ship.cannon3._ymouse); updateAfterEvent(); }; } }; dra.onMouseUp = function () { dra.onMouseMove = null; }; dra.onEnterFrame = function () { if (Key.isDown(38)) { if (ship.cannon3._xscale < 200) { ship.cannon3._xscale = ship.cannon3._xscale + 0.5; ship.cannon3._yscale = ship.cannon3._yscale + 0.5; } } if (Key.isDown(40)) { if (ship.cannon3._xscale > 5) { ship.cannon3._xscale = ship.cannon3._xscale - 0.5; ship.cannon3._yscale = ship.cannon3._yscale - 0.5; } } if (Key.isDown(87)) { if (!tUp) { tUp = true; if (thick < 10) { thick++; } } } if (!Key.isDown(87)) { tUp = false; } if (Key.isDown(83)) { if (!tDown) { tDown = true; if (thick > 1) { thick--; } } } if (!Key.isDown(83)) { tDown = false; } testfire(); }; timer = 0;
Instance of Symbol 1107 MovieClip in Frame 15
on (release) { _root.ship.cannon3.clear(); col = "0x000000"; thick = 2; }
Frame 16
function testfire() { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; curLas._x = (ship.cannon3._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon3._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon3._rotation; curLas.degrees = ship.cannon3._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } ship._x = 320; ship._y = 240; click1 = false; md2 = false; dra.onRelease = function () { md2 = true; }; dra.onEnterFrame = function () { if (!click1) { ship.cannon3._x = _root.ship._xmouse; ship.cannon3._y = _root.ship._ymouse; if (md2) { md2 = false; click1 = true; } } else { bdx = _root.ship._xmouse - _root.ship.cannon3._x; bdy = _root.ship._ymouse - _root.ship.cannon3._y; bradians = Math.atan(bdy / bdx); bdegrees = (bradians * 180) / Math.PI; bdegrees = bdegrees + 90; if (_root.ship._xmouse < ship.cannon3._x) { bdegrees = bdegrees + 180; } ship.cannon3._rotation = bdegrees; if (md2) { ship._x = -500; ship._y = -500; _root.cannon3 = true; _root.gotoAndStop("shop"); } } testfire(); }; timer = 0;
Frame 17
function testfire() { if (_root.noDraw == false) { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._x = (ship.cannon4._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon4._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon4._rotation; curLas.degrees = ship.cannon4._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } } stop(); ship._x = 213; ship._y = 240; ship.dir = 0; ship._rotation = 0; depth = _root.getNextHighestDepth(); _root.ship.attachMovie("cannon", "cannon4", depth); ship.cannon4._x = 213 / (ship.s / 100); ship.cannon4._y = 0; col = "0x000000"; thick = 2; var noDraw = false; var noDraw2 = false; dra.onMouseDown = function () { if ((noDraw == false) && (noDraw2 == false)) { ship.cannon4.moveTo(_root.ship.cannon4._xmouse, _root.ship.cannon4._ymouse); ship.cannon4.lineStyle(thick, col, 100); dra.onMouseMove = function () { ship.cannon4.lineTo(_root.ship.cannon4._xmouse, _root.ship.cannon4._ymouse); updateAfterEvent(); }; } }; dra.onMouseUp = function () { dra.onMouseMove = null; }; dra.onEnterFrame = function () { if (Key.isDown(38)) { if (ship.cannon4._xscale < 200) { ship.cannon4._xscale = ship.cannon4._xscale + 0.5; ship.cannon4._yscale = ship.cannon4._yscale + 0.5; } } if (Key.isDown(40)) { if (ship.cannon4._xscale > 5) { ship.cannon4._xscale = ship.cannon4._xscale - 0.5; ship.cannon4._yscale = ship.cannon4._yscale - 0.5; } } if (Key.isDown(87)) { if (!tUp) { tUp = true; if (thick < 10) { thick++; } } } if (!Key.isDown(87)) { tUp = false; } if (Key.isDown(83)) { if (!tDown) { tDown = true; if (thick > 1) { thick--; } } } if (!Key.isDown(83)) { tDown = false; } testfire(); }; timer = 0;
Instance of Symbol 1107 MovieClip in Frame 17
on (release) { _root.ship.cannon4.clear(); col = "0x000000"; thick = 2; }
Frame 18
function testfire() { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; curLas._x = (ship.cannon4._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon4._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon4._rotation; curLas.degrees = ship.cannon4._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } ship._x = 320; ship._y = 240; click1 = false; md2 = false; dra.onRelease = function () { md2 = true; }; dra.onEnterFrame = function () { if (!click1) { ship.cannon4._x = _root.ship._xmouse; ship.cannon4._y = _root.ship._ymouse; if (md2) { md2 = false; click1 = true; } } else { bdx = _root.ship._xmouse - _root.ship.cannon4._x; bdy = _root.ship._ymouse - _root.ship.cannon4._y; bradians = Math.atan(bdy / bdx); bdegrees = (bradians * 180) / Math.PI; bdegrees = bdegrees + 90; if (_root.ship._xmouse < ship.cannon4._x) { bdegrees = bdegrees + 180; } ship.cannon4._rotation = bdegrees; if (md2) { ship._x = -500; ship._y = -500; _root.cannon4 = true; _root.gotoAndStop("shop"); } } testfire(); }; timer = 0;
Frame 19
function testfire() { if (_root.noDraw == false) { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas._x = (ship.cannon5._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon5._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon5._rotation; curLas.degrees = ship.cannon5._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; curLas._x = (ship.cannon5._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon5._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon5._rotation + 15; curLas.degrees = ship.cannon5._rotation + 15; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; curLas._x = (ship.cannon5._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon5._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon5._rotation - 15; curLas.degrees = ship.cannon5._rotation - 15; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } } stop(); ship._x = 213; ship._y = 240; ship.dir = 0; ship._rotation = 0; depth = _root.getNextHighestDepth(); _root.ship.attachMovie("cannon", "cannon5", depth); ship.cannon5._x = 213 / (ship.s / 100); ship.cannon5._y = 0; col = "0x000000"; thick = 2; var noDraw = false; var noDraw2 = false; dra.onMouseDown = function () { if ((noDraw == false) && (noDraw2 == false)) { ship.cannon5.moveTo(_root.ship.cannon5._xmouse, _root.ship.cannon5._ymouse); ship.cannon5.lineStyle(thick, col, 100); dra.onMouseMove = function () { ship.cannon5.lineTo(_root.ship.cannon5._xmouse, _root.ship.cannon5._ymouse); updateAfterEvent(); }; } }; dra.onMouseUp = function () { dra.onMouseMove = null; }; dra.onEnterFrame = function () { if (Key.isDown(38)) { if (ship.cannon5._xscale < 200) { ship.cannon5._xscale = ship.cannon5._xscale + 0.5; ship.cannon5._yscale = ship.cannon5._yscale + 0.5; } } if (Key.isDown(40)) { if (ship.cannon5._xscale > 5) { ship.cannon5._xscale = ship.cannon5._xscale - 0.5; ship.cannon5._yscale = ship.cannon5._yscale - 0.5; } } if (Key.isDown(87)) { if (!tUp) { tUp = true; if (thick < 10) { thick++; } } } if (!Key.isDown(87)) { tUp = false; } if (Key.isDown(83)) { if (!tDown) { tDown = true; if (thick > 1) { thick--; } } } if (!Key.isDown(83)) { tDown = false; } testfire(); }; timer = 0;
Instance of Symbol 1107 MovieClip in Frame 19
on (release) { _root.ship.cannon5.clear(); col = "0x000000"; thick = 2; }
Frame 20
function testfire() { timer++; if ((timer % 5) == 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; curLas._x = (ship.cannon5._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon5._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon5._rotation; curLas.degrees = ship.cannon5._rotation; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; curLas._x = (ship.cannon5._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon5._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon5._rotation + 15; curLas.degrees = ship.cannon5._rotation + 15; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); depth = _root.getNextHighestDepth(); _root.attachMovie("laser", "laser" + depth, depth); curLas = eval ("_root.laser" + depth); curLas.cacheAsBitmap = true; curLas._x = (ship.cannon5._x * (ship.s / 100)) + ship._x; curLas._y = (ship.cannon5._y * (ship.s / 100)) + ship._y; curLas._rotation = ship.cannon5._rotation - 15; curLas.degrees = ship.cannon5._rotation - 15; curLas.degrees = curLas.degrees - 90; curLas.radians = (curLas.degrees * Math.PI) / 180; curLas.thrustDX = 10 * Math.cos(curLas.radians); curLas.thrustDY = 10 * Math.sin(curLas.radians); curLas.dx = curLas.thrustDX; curLas.dy = curLas.thrustDY; curLas._x = curLas._x + (curLas.dx * 2); curLas._y = curLas._y + (curLas.dy * 2); } } ship._x = 320; ship._y = 240; click1 = false; md2 = false; dra.onRelease = function () { md2 = true; }; dra.onEnterFrame = function () { if (!click1) { ship.cannon5._x = _root.ship._xmouse; ship.cannon5._y = _root.ship._ymouse; if (md2) { md2 = false; click1 = true; } } else { bdx = _root.ship._xmouse - _root.ship.cannon5._x; bdy = _root.ship._ymouse - _root.ship.cannon5._y; bradians = Math.atan(bdy / bdx); bdegrees = (bradians * 180) / Math.PI; bdegrees = bdegrees + 90; if (_root.ship._xmouse < ship.cannon5._x) { bdegrees = bdegrees + 180; } ship.cannon5._rotation = bdegrees; if (md2) { ship._x = -500; ship._y = -500; _root.cannon5 = true; _root.gotoAndStop("shop"); } } testfire(); }; timer = 0;
Frame 22
Symbol 31 MovieClip [Defaults] Frame 1
#initclip 82 Object.registerClass("Defaults", mx.skins.halo.Defaults); #endinitclip
Symbol 32 MovieClip [UIObjectExtensions] Frame 1
#initclip 75 Object.registerClass("UIObjectExtensions", mx.core.ext.UIObjectExtensions); #endinitclip
Symbol 33 MovieClip [UIObject] Frame 1
#initclip 76 Object.registerClass("UIObject", mx.core.UIObject); #endinitclip stop();
Symbol 36 Button
on (keyPress "<Tab>") { this.tabHandler(); }
Symbol 39 MovieClip [FocusRect] Frame 1
#initclip 77 Object.registerClass("FocusRect", mx.skins.halo.FocusRect); #endinitclip
Symbol 40 MovieClip [FocusManager] Frame 1
#initclip 78 Object.registerClass("FocusManager", mx.managers.FocusManager); #endinitclip stop();
Symbol 41 MovieClip [UIComponentExtensions] Frame 1
#initclip 79 Object.registerClass("UIComponentExtensions", mx.core.ext.UIComponentExtensions); #endinitclip
Symbol 42 MovieClip [UIComponent] Frame 1
#initclip 80 Object.registerClass("UIComponent", mx.core.UIComponent); #endinitclip stop();
Symbol 43 MovieClip [mloaderWindow] Frame 1
#initclip 81 Object.registerClass("mloaderWindow", it.sephiroth.mloaderWindow); #endinitclip stop();
Symbol 46 MovieClip [col] Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship)) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _parent._x; curExp._y = _parent._y; _root.death(); _parent.removeMovieClip(); } }
Symbol 49 MovieClip [obs3] Frame 1
function onEnterFrame() { if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; this.removeMovieClip(); } } if (!define) { _x = (Math.random() * 640); _y = ((Math.random() * 680) + 200); } define = true;
Symbol 55 MovieClip [enemy15] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (10 * _root.mult); _root.totalMoney = _root.totalMoney + (10 * _root.mult); _root.exp = _root.exp + (20 * _root.mult); _root.totalExp = _root.totalExp + (20 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } _rotation = (_rotation + (speed * 1.2)); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dir = Math.random() * 360; speed = (Math.random() * 2) + 4; h = 2; } define = true;
Symbol 73 MovieClip [expl3] Frame 17
this.removeMovieClip();
Symbol 90 MovieClip [expl2] Frame 17
this.removeMovieClip();
Symbol 96 MovieClip [enemy14] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (15 * _root.mult); _root.totalMoney = _root.totalMoney + (15 * _root.mult); _root.exp = _root.exp + (30 * _root.mult); _root.totalExp = _root.totalExp + (30 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } _rotation = (_rotation + rSpeed); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); if (timer == rand) { timer = 0; } } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dir = 90; speed = (Math.random() * 4) + 4; h = 2; timer = 0; rSpeed = Math.ceil((Math.random() * 15) + 15); if ((rSpeed % 2) == 0) { rSpeed = rSpeed * -1; } } define = true;
Symbol 102 MovieClip [enemy13] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (25 * _root.mult); _root.totalMoney = _root.totalMoney + (25 * _root.mult); _root.exp = _root.exp + (50 * _root.mult); _root.totalExp = _root.totalExp + (50 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } degree = degree + speed; _rotation = degree; rad = (degree * Math.PI) / 180; _x = (centerx + (Math.cos(rad) * distance)); _y = (centery + (Math.sin(rad) * distance)); } } if (!define) { _x = (Math.random() * 480); _y = (480 + (Math.random() * 400)); speed = Math.ceil(Math.random() * 6) + 4; if ((speed % 2) == 0) { speed = speed * -1; } h = 5; timer = 0; centerx = _x; centery = _y; distance = (Math.random() * 40) + 25; degree = 0; } define = true;
Symbol 108 MovieClip [enemy12] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (10 * _root.mult); _root.totalMoney = _root.totalMoney + (10 * _root.mult); _root.exp = _root.exp + (20 * _root.mult); _root.totalExp = _root.totalExp + (20 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((_x < 0) || (_x > 640)) { dx = dx * -1; _x = (_x + dx); _y = (_y + dy); } if ((_y > 880) || (_y < 0)) { dy = dy * -1; _x = (_x + dx); _y = (_y + dy); } _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dx = (Math.random() * 8) + 4; dy = (Math.random() * 4) + 2; h = 2; } define = true;
Symbol 114 MovieClip [enemy4] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (5 * _root.mult); _root.totalMoney = _root.totalMoney + (5 * _root.mult); _root.exp = _root.exp + (10 * _root.mult); _root.totalExp = _root.totalExp + (10 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dir = Math.random() * 360; speed = (Math.random() * 6) + 2; h = 1; } define = true;
Symbol 141 MovieClip [obs2] Frame 1
function onEnterFrame() { if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; this.removeMovieClip(); } } if (!define) { _x = (Math.random() * 640); _y = ((Math.random() * 680) + 200); } define = true;
Symbol 147 MovieClip [enemy11] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (20 * _root.mult); _root.totalMoney = _root.totalMoney + (20 * _root.mult); _root.exp = _root.exp + (40 * _root.mult); _root.totalExp = _root.totalExp + (40 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dir = Math.random() * 360; speed = (Math.random() * 4) + 4; h = 5; } define = true;
Symbol 149 MovieClip [enemy10] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (15 * _root.mult); _root.totalMoney = _root.totalMoney + (15 * _root.mult); _root.exp = _root.exp + (30 * _root.mult); _root.totalExp = _root.totalExp + (30 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); timer = timer + 0.25; rand = Math.ceil(Math.random() * 20); if ((timer % 20) == 0) { trace("fire"); depth = _root.getNextHighestDepth(); _root.attachMovie("enemyFire1", "eF" + depth, depth); cur = eval ("_root.eF" + depth); cur._x = _x; cur._y = _y + (dy * 1.5); cur.dy = dy * 1.7; } if (timer == rand) { timer = 0; } } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dir = 90; speed = (Math.random() * 4) + 4; h = 2; timer = 0; } define = true;
Symbol 171 MovieClip [enemy9] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (35 * _root.mult); _root.totalMoney = _root.totalMoney + (35 * _root.mult); _root.exp = _root.exp + (70 * _root.mult); _root.totalExp = _root.totalExp + (70 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = (Math.random() * 640); _y = (480 + (Math.random() * 400)); dir = 180; speed = (Math.random() * 4) + 4; h = 5; timer = 0; } define = true;
Symbol 178 MovieClip [enemy8] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (50 * _root.mult); _root.totalMoney = _root.totalMoney + (50 * _root.mult); _root.exp = _root.exp + (100 * _root.mult); _root.totalExp = _root.totalExp + (100 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dir = 90; speed = (Math.random() * 6) + 6; h = 4; timer = 0; } define = true;
Symbol 185 MovieClip [enemy7] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (30 * _root.mult); _root.totalMoney = _root.totalMoney + (30 * _root.mult); _root.exp = _root.exp + (60 * _root.mult); _root.totalExp = _root.totalExp + (60 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } fx = (_x - _root.ship._x) + 1E-13; fy = _y - _root.ship._y; radians = Math.atan(fy / fx); if (_root.ship._x < _x) { radians = radians - Math.PI; } _rotation = (((radians * 180) / Math.PI) + 90); dx = speed * Math.cos(radians); dy = speed * Math.sin(radians); _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); speed = (Math.random() * 4) + 4; h = 1; timer = 0; } define = true;
Symbol 192 MovieClip [enemy6] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (40 * _root.mult); _root.totalMoney = _root.totalMoney + (40 * _root.mult); _root.exp = _root.exp + (80 * _root.mult); _root.totalExp = _root.totalExp + (80 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } timer++; if (timer < 30) { dir = dir + 3; } else { dir = dir - 3; } if (timer == 60) { timer = 0; } _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dir = Math.random() * 360; speed = (Math.random() * 6) + 4; h = 8; timer = 0; } define = true;
Symbol 199 MovieClip [enemy5] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (40 * _root.mult); _root.totalMoney = _root.totalMoney + (40 * _root.mult); _root.exp = _root.exp + (80 * _root.mult); _root.totalExp = _root.totalExp + (80 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } timer++; if (timer % 60) { fx = (_x - _root.ship._x) + 1E-13; fy = _y - _root.ship._y; radians = Math.atan(fy / fx); if (_root.ship._x < _x) { radians = radians - Math.PI; } } degrees = ((radians * 180) / Math.PI) + 90; diff = Math.abs(_rotation - degrees); if ((_rotation - diff) == degrees) { _rotation = (_rotation - 5); } else { _rotation = (_rotation + 5); } dx = speed * Math.cos(radians); dy = speed * Math.sin(radians); _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); speed = (Math.random() * 4) + 4; h = 5; timer = 0; } define = true;
Symbol 211 MovieClip [bombExp] Frame 11
this.removeMovieClip();
Symbol 225 MovieClip [obs1] Frame 1
function onEnterFrame() { if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; this.removeMovieClip(); } } if (!define) { _x = (Math.random() * 640); _y = ((Math.random() * 680) + 200); } define = true;
Symbol 231 MovieClip [enemy3] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (55 * _root.mult); _root.totalMoney = _root.totalMoney + (55 * _root.mult); _root.exp = _root.exp + (110 * _root.mult); _root.totalExp = _root.totalExp + (110 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } degree = degree + speed; _rotation = degree; if (speed > 0) { _rotation = (_rotation + 180); } rad = (degree * Math.PI) / 180; _x = (centerx + (Math.cos(rad) * distance)); _y = (centery + (Math.sin(rad) * distance)); rad = rad + (((2 * speed) * Math.PI) / 180); if (speed > 0) { rad = rad + Math.PI; } dx = Math.cos(rad - (Math.PI/2)) * 12; dy = Math.sin(rad - (Math.PI/2)) * 12; timer = timer + 0.25; rand = Math.ceil(Math.random() * 20); if ((timer % 20) == 0) { trace("fire"); depth = _root.getNextHighestDepth(); _root.attachMovie("enemyFire2", "eF" + depth, depth); cur = eval ("_root.eF" + depth); xOff = 8 * Math.cos(rad); yOff = 8 * Math.cos(rad); cur._x = _x + xOff; cur._y = _y + yOff; cur.dy = dy; cur.dx = dx; cur._rotation = _rotation; depth = _root.getNextHighestDepth(); _root.attachMovie("enemyFire2", "eF" + depth, depth); cur = eval ("_root.eF" + depth); xOff = 8 * Math.cos(rad); yOff = 8 * Math.cos(rad); cur._x = _x - xOff; cur._y = _y - yOff; cur.dy = dy; cur.dx = dx; cur._rotation = _rotation; } if (timer == rand) { timer = 0; } } } if (!define) { _x = (Math.random() * 480); _y = (480 + (Math.random() * 400)); speed = Math.ceil(Math.random() * 4) + 3; if ((speed % 2) == 0) { speed = speed * -1; } h = 5; timer = 0; centerx = _x; centery = _y; distance = (Math.random() * 75) + 25; degree = 0; } define = true;
Symbol 239 MovieClip [enemy2] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (75 * _root.mult); _root.totalMoney = _root.totalMoney + (75 * _root.mult); _root.exp = _root.exp + (150 * _root.mult); _root.totalExp = _root.totalExp + (150 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } timer++; if (timer < 30) { dir = dir + 3; } else { dir = dir - 3; } if (timer == 60) { timer = 0; } _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); timer = timer + 0.25; rand = Math.ceil(Math.random() * 20); if ((timer % 20) == 0) { trace("fire"); depth = _root.getNextHighestDepth(); _root.attachMovie("enemyFire2", "eF" + depth, depth); cur = eval ("_root.eF" + depth); xOff = 18 * Math.cos(rad); yOff = 18 * Math.cos(rad); cur._x = (_x + xOff) + (dx * 3); cur._y = (_y + yOff) + (dy * 3); cur.dy = dy; cur.dx = dx; cur._rotation = _rotation; depth = _root.getNextHighestDepth(); _root.attachMovie("enemyFire2", "eF" + depth, depth); cur = eval ("_root.eF" + depth); xOff = 18 * Math.cos(rad); yOff = 18 * Math.cos(rad); cur._x = (_x - xOff) + (dx * 3); cur._y = (_y - yOff) + (dy * 3); cur.dy = dy; cur.dx = dx; cur._rotation = _rotation; } if (timer == rand) { timer = 0; } } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dir = Math.random() * 360; speed = (Math.random() * 6) + 4; h = 8; timer = 0; } define = true;
Symbol 240 MovieClip [laserD] Frame 1
function onEnterFrame() { if (!_root.pau) { _x = (_x + dx); _y = (_y + dy); if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { if (hi != true) { this.removeMovieClip(); } } if ((_root.desLos == true) && (hi != true)) { this.removeMovieClip(); } i = 0; i = 0; while (i < 16) { e = eval ("_root.enemy" + i); if (this.hitTest(e)) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl3", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; e.h = e.h - 2; this.removeMovieClip(); } i++; } } }
Symbol 242 MovieClip [laser] Frame 1
function onEnterFrame() { if (!_root.pau) { _x = (_x + dx); _y = (_y + dy); if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { this.removeMovieClip(); } if (_root.desLos == true) { this.removeMovieClip(); } i = 0; i = 0; while (i < 16) { e = eval ("_root.enemy" + i); if (this.hitTest(e)) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl3", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; e.h--; this.removeMovieClip(); } i++; } } }
Symbol 246 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.sho(); } }
Instance of Symbol 269 MovieClip in Symbol 270 MovieClip Frame 1
on (release) { if (!_root.subm) { _root.ship._x = -500; _root.ship._y = -500; _root.ship._xscale = _root.ship._xscale * 0.75; _root.ship._yscale = _root.ship._yscale * 0.75; _root.paper.f = 19; _root.paper.removeMovieClip(); depth = _root.getNextHighxestDepth(); _root.attachMovie("paperN", "paper", depth); depth = _root.getNextHighestDepth(); _root.attachMovie("removePaper2", "removePaper", depth); _root.prevFrame(); _root.print_btn.removeMovieClip(); _root.shopDisplayE.removeMovieClip(); } }
Symbol 270 MovieClip Frame 5
function onEnterFrame() { _root.ship._x = 320; _root.ship._y = 240; } _root.ship._xscale = _root.ship._xscale * 1.5; _root.ship._yscale = _root.ship._yscale * 1.5; _root.ship.dir = 0; _root.ship._rotation = 0; _root.ship._alpha = 100; this.swapDepths(_root.getNextHighestDepth()); stop();
Symbol 290 MovieClip Frame 1
function onEnterFrame() { if (_root.lifePrice == 500) { gotoAndStop (1); } if (_root.lifePrice == 1000) { gotoAndStop (2); } if (_root.lifePrice == 1500) { gotoAndStop (3); } if (_root.lifePrice == 2000) { gotoAndStop (4); } if (_root.lifePrice == 2500) { gotoAndStop (5); } if (_root.lifePrice == 3000) { gotoAndStop (6); } if (_root.lifePrice == 3500) { gotoAndStop (7); } if (_root.lifePrice == 4000) { gotoAndStop (8); } if (_root.lifePrice == 4500) { gotoAndStop (9); } if (_root.lifePrice == 5000) { gotoAndStop (10); } }
Symbol 296 MovieClip Frame 1
function onEnterFrame() { if (_root.speedPrice == 200) { gotoAndStop (1); } if (_root.speedPrice == 400) { gotoAndStop (2); } if (_root.speedPrice == 600) { gotoAndStop (3); } if (_root.speedPrice == 800) { gotoAndStop (4); } if (_root.speedPrice == 1000) { gotoAndStop (5); } if (_root.speedPrice == 0) { gotoAndStop (6); } }
Symbol 297 MovieClip Frame 1
function onEnterFrame() { if (_root.cannonPrice == 500) { gotoAndStop (1); } if (_root.cannonPrice == 1000) { gotoAndStop (2); } if (_root.cannonPrice == 2000) { gotoAndStop (3); } if (_root.cannonPrice == 4000) { gotoAndStop (4); } if (_root.cannonPrice == 0) { gotoAndStop (5); } }
Symbol 298 MovieClip Frame 1
function onEnterFrame() { if (_root.bulletPrice == 1000) { gotoAndStop (1); } if (_root.bulletPrice == 0) { gotoAndStop (2); } }
Symbol 299 MovieClip Frame 1
function onEnterFrame() { if (_root.burstPrice == 5000) { gotoAndStop (1); } if (_root.burstPrice == 0) { gotoAndStop (2); } }
Instance of Symbol 269 MovieClip in Symbol 303 MovieClip Frame 1
on (release) { _parent.life(); }
Instance of Symbol 269 MovieClip in Symbol 303 MovieClip Frame 1
on (release) { _parent.speed(); }
Instance of Symbol 269 MovieClip in Symbol 303 MovieClip Frame 1
on (release) { _parent.cannon(); }
Instance of Symbol 269 MovieClip in Symbol 303 MovieClip Frame 1
on (release) { _parent.bullet(); }
Instance of Symbol 269 MovieClip in Symbol 303 MovieClip Frame 1
on (release) { _parent.burst(); }
Instance of Symbol 269 MovieClip in Symbol 303 MovieClip Frame 1
on (release) { _parent.bomb(); }
Instance of Symbol 269 MovieClip in Symbol 303 MovieClip Frame 1
on (release) { _root.shopRemove = true; _root.prevFrame(); }
Instance of Symbol 269 MovieClip in Symbol 303 MovieClip Frame 1
on (release) { depth = _root.getNextHighxestDepth(); _root.attachMovie("paperN", "paper", depth); depth = _root.getNextHighestDepth(); _root.attachMovie("removePaper2", "removePaper", depth); _root.nextFrame(); _root.shopDisplay.removeMovieClip(); }
Symbol 303 MovieClip Frame 5
function life() { if (_root.money >= _root.lifePrice) { _root.lives++; _root.money = _root.money - _root.lifePrice; if (_root.lifePrice < 5000) { _root.lifePrice = _root.lifePrice + 500; } } } function speed() { if ((_root.money >= _root.speedPrice) && (_root.speedPrice != 0)) { _root.speedLimit++; _root.money = _root.money - _root.speedPrice; if (_root.speedPrice < 1000) { _root.speedPrice = _root.speedPrice + 200; } else { _root.speedPrice = 0; } } } function cannon() { if ((_root.money >= _root.cannonPrice) && (_root.cannonPrice != 0)) { _root.money = _root.money - _root.cannonPrice; if (_root.cannonPrice == 500) { cannon2 = true; } if (_root.cannonPrice == 1000) { cannon3 = true; } if (_root.cannonPrice == 2000) { cannon4 = true; } if (_root.cannonPrice < 2000) { _root.cannonPrice = _root.cannonPrice * 2; } else { _root.cannonPrice = 0; } depth = _root.getNextHighxestDepth(); _root.attachMovie("paperN", "paper", depth); depth = _root.getNextHighestDepth(); _root.attachMovie("removePaper2", "removePaper", depth); if (_root.cannonPrice == 1000) { _root.gotoAndStop("addCannon"); } if (_root.cannonPrice == 2000) { _root.gotoAndStop("addCannon2"); } if (_root.cannonPrice == 0) { _root.gotoAndStop("addCannon3"); } _root.shopDisplay.removeMovieClip(); } } function bullet() { if ((_root.money >= _root.bulletPrice) && (_root.bulletPrice != 0)) { _root.money = _root.money - _root.bulletPrice; _root.bulletPrice = 0; _root.paper.f = 20; _root.paper.removeMovieClip(); depth = _root.getNextHighxestDepth(); _root.attachMovie("paperN", "paper", depth); depth = _root.getNextHighestDepth(); _root.attachMovie("removePaper2", "removePaper", depth); _root.gotoAndStop("drawLaser"); _root.drawnBullet = true; _root.shopDisplay.removeMovieClip(); } if (_root.bulletPrice == 0) { } } function burst() { if ((_root.money >= _root.burstPrice) && (_root.burstPrice != 0)) { _root.money = _root.money - _root.burstPrice; _root.burstPrice = 0; _root.bCannon = true; _root.paper.f = 20; _root.paper.removeMovieClip(); depth = _root.getNextHighxestDepth(); _root.attachMovie("paperN", "paper", depth); depth = _root.getNextHighestDepth(); _root.attachMovie("removePaper2", "removePaper", depth); _root.gotoAndStop("addBcannon"); _root.shopDisplay.removeMovieClip(); } if (_root.burstPrice == 0) { } } function bomb() { if ((_root.money >= _root.bombPrice) && (_root.bombPrice != 0)) { _root.money = _root.money - _root.bombPrice; _root.bombs++; } } this.swapDepths(_root.getNextHighestDepth()); stop();
Symbol 304 MovieClip Frame 1
function onEnterFrame() { mon = "$" + _root.money; } gotoAndStop(_root.paperFrame);
Symbol 304 MovieClip Frame 2
Symbol 304 MovieClip Frame 3
Symbol 304 MovieClip Frame 4
Symbol 304 MovieClip Frame 5
Symbol 304 MovieClip Frame 6
Symbol 304 MovieClip Frame 7
Symbol 304 MovieClip Frame 8
Symbol 304 MovieClip Frame 9
Symbol 304 MovieClip Frame 10
Symbol 304 MovieClip Frame 20
Symbol 311 MovieClip [removePaper2] Frame 1
function onEnterFrame() { depth = _root.getNextHighestDepth(); this.swapDepths(depth); } play(); _root.desLos = true;
Symbol 311 MovieClip [removePaper2] Frame 5
_root.desLos = false;
Symbol 311 MovieClip [removePaper2] Frame 15
this.removeMovieClip();
Symbol 312 MovieClip [removePaper] Frame 1
function onEnterFrame() { depth = _root.getNextHighestDepth(); this.swapDepths(depth); } play(); _root.desLos = true;
Symbol 312 MovieClip [removePaper] Frame 5
_root.desLos = false;
Symbol 312 MovieClip [removePaper] Frame 15
this.removeMovieClip();
Symbol 315 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 317 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.nL = true; _root.pages++; _root.exp = _root.exp + (5 * _root.pages); _root.totalExp = _root.totalExp + (5 * _root.pages); _root.money = _root.money + Math.ceil((10 * _root.pages) / 4); _root.totalMoney = _root.totalMoney + Math.ceil((10 * _root.pages) / 4); } }
Symbol 321 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 324 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 327 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 330 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 333 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 336 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 339 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 342 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 345 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root.ship._x, _root.ship._y, true)) { _root.turnQ = true; _root.qtime = 0; } }
Symbol 346 MovieClip [paper] Frame 1
function onEnterFrame() { mon = "$" + _root.money; } this.cacheAsBitmap = true; gotoAndStop(Math.ceil(Math.random() * 10)); f = 1;
Symbol 346 MovieClip [paper] Frame 2
this.cacheAsBitmap = true; f = 2;
Symbol 346 MovieClip [paper] Frame 3
this.cacheAsBitmap = true; f = 3;
Symbol 346 MovieClip [paper] Frame 4
this.cacheAsBitmap = true; f = 4;
Symbol 346 MovieClip [paper] Frame 5
this.cacheAsBitmap = true; f = 5;
Symbol 346 MovieClip [paper] Frame 6
this.cacheAsBitmap = true; f = 6;
Symbol 346 MovieClip [paper] Frame 7
this.cacheAsBitmap = true; f = 7;
Symbol 346 MovieClip [paper] Frame 8
this.cacheAsBitmap = true; f = 8;
Symbol 346 MovieClip [paper] Frame 9
this.cacheAsBitmap = true; f = 9;
Symbol 346 MovieClip [paper] Frame 10
this.cacheAsBitmap = true; f = 10;
Symbol 358 MovieClip [ship] Frame 1
stop();
Symbol 359 MovieClip [recordShip] Frame 1
var drawArrays = new Array(); var moveToArrayX = new Array(); var moveToArrayY = new Array(); var colorArray = new Array(); var thickArray = new Array();
Symbol 360 MovieClip [recordCannon] Frame 1
var drawArrays = new Array(); var moveToArrayX = new Array(); var moveToArrayY = new Array(); var colorArray = new Array(); var thickArray = new Array();
Symbol 370 MovieClip [enemy1] Frame 1
function onEnterFrame() { if (!_root.pau) { if (h <= 0) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.money = _root.money + (10 * _root.mult); _root.totalMoney = _root.totalMoney + (10 * _root.mult); _root.exp = _root.exp + (20 * _root.mult); _root.totalExp = _root.totalExp + (20 * _root.mult); _root.totalEnemies++; this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl1", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; _root.totalEnemies++; this.removeMovieClip(); } if ((((_x < 0) || (_x > 640)) || (_y > 880)) || (_y < 0)) { dir = dir + 180; _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } timer++; if (timer < 30) { dir = dir + 3; } else { dir = dir - 3; } if (timer == 60) { timer = 0; } _rotation = (dir + 90); rad = (dir * Math.PI) / 180; dx = speed * Math.cos(rad); dy = speed * Math.sin(rad); _x = (_x + dx); _y = (_y + dy); } } if (!define) { _x = ((Math.random() * 320) + 140); _y = (800 + (Math.random() * 79)); dir = Math.random() * 360; speed = (Math.random() * 6) + 4; h = 2; timer = 0; } define = true;
Symbol 390 MovieClip [expl1] Frame 18
this.removeMovieClip();
Symbol 393 MovieClip [enemyFire2] Frame 1
function onEnterFrame() { if (!_root.pau) { _y = (_y + dy); _x = (_x + dx); if ((_y < 0) || (_y > 880)) { this.removeMovieClip(); } if ((_x > 640) || (_x < 0)) { this.removeMovieClip(); } } if (_root.desLos == true) { this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl3", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; this.removeMovieClip(); } }
Symbol 394 MovieClip [enemyFire1] Frame 1
function onEnterFrame() { if (!_root.pau) { _y = (_y + dy); if ((_y < 0) || (_y > 880)) { this.removeMovieClip(); } } if (_root.desLos == true) { this.removeMovieClip(); } if (_root.boHit) { depth = _root.getNextHighestDepth(); _root.attachMovie("expl3", "expl" + depth, depth); curExp = eval ("_root.expl" + depth); curExp._x = _x; curExp._y = _y; this.removeMovieClip(); } }
Symbol 396 MovieClip [paperN] Frame 1
this.cacheAsBitmap = true; f = 20;
Symbol 405 MovieClip [BrdrShdw] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "shadowColor");
Symbol 407 MovieClip [BrdrFace] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "buttonColor");
Symbol 410 MovieClip [BrdrBlk] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "borderColor");
Symbol 412 MovieClip [BrdrHilght] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "highlightColor");
Symbol 415 MovieClip [SimpleButton] Frame 1
#initclip 61 Object.registerClass("SimpleButton", mx.controls.SimpleButton); #endinitclip stop();
Symbol 416 MovieClip [Border] Frame 1
#initclip 62 Object.registerClass("Border", mx.skins.Border); #endinitclip stop();
Symbol 417 MovieClip [RectBorder] Frame 1
#initclip 63 mx.skins.SkinElement.registerElement(mx.skins.RectBorder.symbolName, Object(mx.skins.RectBorder)); Object.registerClass("RectBorder", mx.skins.halo.RectBorder); #endinitclip stop();
Symbol 418 MovieClip [ButtonSkin] Frame 1
#initclip 64 Object.registerClass("ButtonSkin", mx.skins.halo.ButtonSkin); #endinitclip
Symbol 419 MovieClip [Button] Frame 1
#initclip 65 Object.registerClass("Button", mx.controls.Button); #endinitclip stop();
Instance of Symbol 415 MovieClip [SimpleButton] in Symbol 419 MovieClip [Button] Frame 2
//component parameters onClipEvent (initialize) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 420 MovieClip [CustomBorder] Frame 1
#initclip 66 Object.registerClass("CustomBorder", mx.skins.CustomBorder); mx.skins.SkinElement.registerElement("CustomBorder", mx.skins.CustomBorder); #endinitclip
Symbol 432 MovieClip [ScrollThemeColor1] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 434 MovieClip [ScrollThemeColor2] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 445 MovieClip [ThumbThemeColor1] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 447 MovieClip [ThumbThemeColor3] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 454 MovieClip [ThumbThemeColor2] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 475 MovieClip [BtnDownArrow] Frame 1
#initclip 67 Object.registerClass("BtnDownArrow", mx.controls.SimpleButton); #endinitclip
Symbol 476 MovieClip [BtnUpArrow] Frame 1
#initclip 68 Object.registerClass("BtnUpArrow", mx.controls.SimpleButton); #endinitclip
Symbol 478 MovieClip [HScrollBar] Frame 1
#initclip 69 Object.registerClass("HScrollBar", mx.controls.HScrollBar); #endinitclip stop();
Instance of Symbol 419 MovieClip [Button] in Symbol 478 MovieClip [HScrollBar] Frame 2
//component parameters onClipEvent (initialize) { icon = ""; label = "Button"; labelPlacement = "right"; selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Instance of Symbol 415 MovieClip [SimpleButton] in Symbol 478 MovieClip [HScrollBar] Frame 2
//component parameters onClipEvent (initialize) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 479 MovieClip [VScrollBar] Frame 1
#initclip 70 Object.registerClass("VScrollBar", mx.controls.VScrollBar); #endinitclip stop();
Instance of Symbol 419 MovieClip [Button] in Symbol 479 MovieClip [VScrollBar] Frame 2
//component parameters onClipEvent (initialize) { icon = ""; label = "Button"; labelPlacement = "right"; selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Instance of Symbol 415 MovieClip [SimpleButton] in Symbol 479 MovieClip [VScrollBar] Frame 2
//component parameters onClipEvent (initialize) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 480 MovieClip [View] Frame 1
#initclip 71 Object.registerClass("View", mx.core.View); #endinitclip stop();
Symbol 481 MovieClip [ScrollView] Frame 1
#initclip 72 Object.registerClass("ScrollView", mx.core.ScrollView); #endinitclip stop();
Instance of Symbol 478 MovieClip [HScrollBar] in Symbol 481 MovieClip [ScrollView] Frame 2
//component parameters onClipEvent (initialize) { enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Instance of Symbol 479 MovieClip [VScrollBar] in Symbol 481 MovieClip [ScrollView] Frame 2
//component parameters onClipEvent (initialize) { enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 482 MovieClip [TextArea] Frame 1
#initclip 73 Object.registerClass("TextArea", mx.controls.TextArea); #endinitclip stop();
Symbol 508 MovieClip [RemotingClasses] Frame 1
#initclip 74 Object.registerClass("RemotingClasses", mx.remoting.ApiClasses); #endinitclip preview._visible = false; stop();
Symbol 541 MovieClip Frame 1
function onEnterFrame() { _x = _root._xmouse; _y = _root._ymouse; if (_root.halfSize) { gotoAndStop (2); } else { gotoAndStop (1); } _rotation = ((_y / 6) - 20); this.swapDepths(_root.getNextHighestDepth()); } Mouse.hide(); timer = 0;
Symbol 544 MovieClip Frame 1
stop(); time = new Date(); seconds = time.getSeconds(); secondSet = seconds; timer = 0; this.onEnterFrame = function () { timer++; time = new Date(); seconds = time.getSeconds(); if (secondSet != seconds) { play(); } };
Symbol 544 MovieClip Frame 2
disp = timer + 2;
Symbol 566 Button
on (release) { getURL ("http://armorgames.com/play/1391/doodle-defender", "_BLANK"); }
Symbol 569 Button
on (release) { getURL ("http://armorgames.com/?referral=MikeVarilek", "_BLANK"); }
Symbol 574 Button
on (release) { _root.play(); }
Symbol 575 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 575 MovieClip Frame 2
gotoAndPlay (1);
Symbol 397 MovieClip [__Packages.mx.core.UIObject] Frame 0
class mx.core.UIObject extends MovieClip { var _width, _height, _x, _y, _parent, _minHeight, _minWidth, _visible, dispatchEvent, _xscale, _yscale, methodTable, onEnterFrame, tfList, __width, __height, moveTo, lineTo, createTextField, attachMovie, buildDepthTable, findNextAvailableDepth, idNames, childrenCreated, _name, createAccessibilityImplementation, _endInit, validateNow, hasOwnProperty, initProperties, stylecache, className, ignoreClassStyleDeclaration, _tf, fontFamily, fontSize, color, marginLeft, marginRight, fontStyle, fontWeight, textAlign, textIndent, textDecoration, embedFonts, styleName, enabled; function UIObject () { super(); constructObject(); } function get width() { return(_width); } function get height() { return(_height); } function get left() { return(_x); } function get x() { return(_x); } function get top() { return(_y); } function get y() { return(_y); } function get right() { return(_parent.width - (_x + width)); } function get bottom() { return(_parent.height - (_y + height)); } function getMinHeight(Void) { return(_minHeight); } function setMinHeight(h) { _minHeight = h; } function get minHeight() { return(getMinHeight()); } function set minHeight(h) { setMinHeight(h); //return(minHeight); } function getMinWidth(Void) { return(_minWidth); } function setMinWidth(w) { _minWidth = w; } function get minWidth() { return(getMinWidth()); } function set minWidth(w) { setMinWidth(w); //return(minWidth); } function setVisible(x, noEvent) { if (x != _visible) { _visible = x; if (noEvent != true) { dispatchEvent({type:(x ? "reveal" : "hide")}); } } } function get visible() { return(_visible); } function set visible(x) { setVisible(x, false); //return(visible); } function get scaleX() { return(_xscale); } function set scaleX(x) { _xscale = x; //return(scaleX); } function get scaleY() { return(_yscale); } function set scaleY(y) { _yscale = y; //return(scaleY); } function doLater(obj, fn) { if (methodTable == undefined) { methodTable = new Array(); } methodTable.push({obj:obj, fn:fn}); onEnterFrame = doLaterDispatcher; } function doLaterDispatcher(Void) { delete onEnterFrame; if (invalidateFlag) { redraw(); } var _local3 = methodTable; methodTable = new Array(); if (_local3.length > 0) { var _local2; while (_local2 = _local3.shift() , _local2 != undefined) { _local2.obj[_local2.fn](); } } } function cancelAllDoLaters(Void) { delete onEnterFrame; methodTable = new Array(); } function invalidate(Void) { invalidateFlag = true; onEnterFrame = doLaterDispatcher; } function invalidateStyle(Void) { invalidate(); } function redraw(bAlways) { if (invalidateFlag || (bAlways)) { invalidateFlag = false; var _local2; for (_local2 in tfList) { tfList[_local2].draw(); } draw(); dispatchEvent({type:"draw"}); } } function draw(Void) { } function move(x, y, noEvent) { var _local3 = _x; var _local2 = _y; _x = x; _y = y; if (noEvent != true) { dispatchEvent({type:"move", oldX:_local3, oldY:_local2}); } } function setSize(w, h, noEvent) { var _local3 = __width; var _local2 = __height; __width = w; __height = h; size(); if (noEvent != true) { dispatchEvent({type:"resize", oldWidth:_local3, oldHeight:_local2}); } } function size(Void) { _width = __width; _height = __height; } function drawRect(x1, y1, x2, y2) { moveTo(x1, y1); lineTo(x2, y1); lineTo(x2, y2); lineTo(x1, y2); lineTo(x1, y1); } function createLabel(name, depth, text) { createTextField(name, depth, 0, 0, 0, 0); var _local2 = this[name]; _local2._color = textColorList; _local2._visible = false; _local2.__text = text; if (tfList == undefined) { tfList = new Object(); } tfList[name] = _local2; _local2.invalidateStyle(); invalidate(); _local2.styleName = this; return(_local2); } function createObject(linkageName, id, depth, initobj) { return(attachMovie(linkageName, id, depth, initobj)); } function createClassObject(className, id, depth, initobj) { var _local3 = className.symbolName == undefined; if (_local3) { Object.registerClass(className.symbolOwner.symbolName, className); } var _local4 = mx.core.UIObject(createObject(className.symbolOwner.symbolName, id, depth, initobj)); if (_local3) { Object.registerClass(className.symbolOwner.symbolName, className.symbolOwner); } return(_local4); } function createEmptyObject(id, depth) { return(createClassObject(mx.core.UIObject, id, depth)); } function destroyObject(id) { var _local2 = this[id]; if (_local2.getDepth() < 0) { var _local4 = buildDepthTable(); var _local5 = findNextAvailableDepth(0, _local4, "up"); var _local3 = _local5; _local2.swapDepths(_local3); } _local2.removeMovieClip(); delete this[id]; } function getSkinIDName(tag) { return(idNames[tag]); } function setSkin(tag, linkageName, initObj) { if (_global.skinRegistry[linkageName] == undefined) { mx.skins.SkinElement.registerElement(linkageName, mx.skins.SkinElement); } return(createObject(linkageName, getSkinIDName(tag), tag, initObj)); } function createSkin(tag) { var _local2 = getSkinIDName(tag); createEmptyObject(_local2, tag); return(this[_local2]); } function createChildren(Void) { } function _createChildren(Void) { createChildren(); childrenCreated = true; } function constructObject(Void) { if (_name == undefined) { return(undefined); } init(); _createChildren(); createAccessibilityImplementation(); _endInit(); if (validateNow) { redraw(true); } else { invalidate(); } } function initFromClipParameters(Void) { var _local4 = false; var _local2; for (_local2 in clipParameters) { if (hasOwnProperty(_local2)) { _local4 = true; this["def_" + _local2] = this[_local2]; delete this[_local2]; } } if (_local4) { for (_local2 in clipParameters) { var _local3 = this["def_" + _local2]; if (_local3 != undefined) { this[_local2] = _local3; } } } } function init(Void) { __width = _width; __height = _height; if (initProperties == undefined) { initFromClipParameters(); } else { initProperties(); } if (_global.cascadingStyles == true) { stylecache = new Object(); } } function getClassStyleDeclaration(Void) { var _local4 = this; var _local3 = className; while (_local3 != undefined) { if (ignoreClassStyleDeclaration[_local3] == undefined) { if (_global.styles[_local3] != undefined) { return(_global.styles[_local3]); } } _local4 = _local4.__proto__; _local3 = _local4.className; } } function setColor(color) { } function __getTextFormat(tf, bAll) { var _local8 = stylecache.tf; if (_local8 != undefined) { var _local3; for (_local3 in mx.styles.StyleManager.TextFormatStyleProps) { if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local3])) { if (tf[_local3] == undefined) { tf[_local3] = _local8[_local3]; } } } return(false); } var _local6 = false; for (var _local3 in mx.styles.StyleManager.TextFormatStyleProps) { if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local3])) { if (tf[_local3] == undefined) { var _local5 = _tf[_local3]; if (_local5 != undefined) { tf[_local3] = _local5; } else if ((_local3 == "font") && (fontFamily != undefined)) { tf[_local3] = fontFamily; } else if ((_local3 == "size") && (fontSize != undefined)) { tf[_local3] = fontSize; } else if ((_local3 == "color") && (color != undefined)) { tf[_local3] = color; } else if ((_local3 == "leftMargin") && (marginLeft != undefined)) { tf[_local3] = marginLeft; } else if ((_local3 == "rightMargin") && (marginRight != undefined)) { tf[_local3] = marginRight; } else if ((_local3 == "italic") && (fontStyle != undefined)) { tf[_local3] = fontStyle == _local3; } else if ((_local3 == "bold") && (fontWeight != undefined)) { tf[_local3] = fontWeight == _local3; } else if ((_local3 == "align") && (textAlign != undefined)) { tf[_local3] = textAlign; } else if ((_local3 == "indent") && (textIndent != undefined)) { tf[_local3] = textIndent; } else if ((_local3 == "underline") && (textDecoration != undefined)) { tf[_local3] = textDecoration == _local3; } else if ((_local3 == "embedFonts") && (embedFonts != undefined)) { tf[_local3] = embedFonts; } else { _local6 = true; } } } } if (_local6) { var _local9 = styleName; if (_local9 != undefined) { if (typeof(_local9) != "string") { _local6 = _local9.__getTextFormat(tf, true, this); } else if (_global.styles[_local9] != undefined) { _local6 = _global.styles[_local9].__getTextFormat(tf, true, this); } } } if (_local6) { var _local10 = getClassStyleDeclaration(); if (_local10 != undefined) { _local6 = _local10.__getTextFormat(tf, true, this); } } if (_local6) { if (_global.cascadingStyles) { if (_parent != undefined) { _local6 = _parent.__getTextFormat(tf, false); } } } if (_local6) { _local6 = _global.style.__getTextFormat(tf, true, this); } return(_local6); } function _getTextFormat(Void) { var _local2 = stylecache.tf; if (_local2 != undefined) { return(_local2); } _local2 = new TextFormat(); __getTextFormat(_local2, true); stylecache.tf = _local2; if (enabled == false) { var _local3 = getStyle("disabledColor"); _local2.color = _local3; } return(_local2); } function getStyleName(Void) { var _local2 = styleName; if (_local2 != undefined) { if (typeof(_local2) != "string") { return(_local2.getStyleName()); } return(_local2); } if (_parent != undefined) { return(_parent.getStyleName()); } return(undefined); } function getStyle(styleProp) { var _local3; _global.getStyleCounter++; if (this[styleProp] != undefined) { return(this[styleProp]); } var _local6 = styleName; if (_local6 != undefined) { if (typeof(_local6) != "string") { _local3 = _local6.getStyle(styleProp); } else { var _local7 = _global.styles[_local6]; _local3 = _local7.getStyle(styleProp); } } if (_local3 != undefined) { return(_local3); } var _local7 = getClassStyleDeclaration(); if (_local7 != undefined) { _local3 = _local7[styleProp]; } if (_local3 != undefined) { return(_local3); } if (_global.cascadingStyles) { if (mx.styles.StyleManager.isInheritingStyle(styleProp) || (mx.styles.StyleManager.isColorStyle(styleProp))) { var _local5 = stylecache; if (_local5 != undefined) { if (_local5[styleProp] != undefined) { return(_local5[styleProp]); } } if (_parent != undefined) { _local3 = _parent.getStyle(styleProp); } else { _local3 = _global.style[styleProp]; } if (_local5 != undefined) { _local5[styleProp] = _local3; } return(_local3); } } if (_local3 == undefined) { _local3 = _global.style[styleProp]; } return(_local3); } static function mergeClipParameters(o, p) { for (var _local3 in p) { o[_local3] = p[_local3]; } return(true); } static var symbolName = "UIObject"; static var symbolOwner = mx.core.UIObject; static var version = "2.0.2.127"; static var textColorList = {color:1, disabledColor:1}; var invalidateFlag = false; var lineWidth = 1; var lineColor = 0; var tabEnabled = false; var clipParameters = {visible:1, minHeight:1, minWidth:1, maxHeight:1, maxWidth:1, preferredHeight:1, preferredWidth:1}; }
Symbol 483 MovieClip [__Packages.mx.skins.SkinElement] Frame 0
class mx.skins.SkinElement extends MovieClip { var _visible, _x, _y, _width, _height; function SkinElement () { super(); } static function registerElement(name, className) { Object.registerClass(name, ((className == undefined) ? (mx.skins.SkinElement) : (className))); _global.skinRegistry[name] = true; } function __set__visible(visible) { _visible = visible; } function move(x, y) { _x = x; _y = y; } function setSize(w, h) { _width = w; _height = h; } }
Symbol 484 MovieClip [__Packages.mx.styles.CSSTextStyles] Frame 0
class mx.styles.CSSTextStyles { function CSSTextStyles () { } static function addTextStyles(o, bColor) { o.addProperty("textAlign", function () { return(this._tf.align); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.align = x; }); o.addProperty("fontWeight", function () { return(((this._tf.bold != undefined) ? ((this._tf.bold ? "bold" : "none")) : undefined)); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.bold = x == "bold"; }); if (bColor) { o.addProperty("color", function () { return(this._tf.color); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.color = x; }); } o.addProperty("fontFamily", function () { return(this._tf.font); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.font = x; }); o.addProperty("textIndent", function () { return(this._tf.indent); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.indent = x; }); o.addProperty("fontStyle", function () { return(((this._tf.italic != undefined) ? ((this._tf.italic ? "italic" : "none")) : undefined)); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.italic = x == "italic"; }); o.addProperty("marginLeft", function () { return(this._tf.leftMargin); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.leftMargin = x; }); o.addProperty("marginRight", function () { return(this._tf.rightMargin); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.rightMargin = x; }); o.addProperty("fontSize", function () { return(this._tf.size); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.size = x; }); o.addProperty("textDecoration", function () { return(((this._tf.underline != undefined) ? ((this._tf.underline ? "underline" : "none")) : undefined)); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.underline = x == "underline"; }); o.addProperty("embedFonts", function () { return(this._tf.embedFonts); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.embedFonts = x; }); } }
Symbol 486 MovieClip [__Packages.mx.styles.CSSStyleDeclaration] Frame 0
class mx.styles.CSSStyleDeclaration { var _tf; function CSSStyleDeclaration () { } function __getTextFormat(tf, bAll) { var _local5 = false; if (_tf != undefined) { var _local2; for (_local2 in mx.styles.StyleManager.TextFormatStyleProps) { if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local2])) { if (tf[_local2] == undefined) { var _local3 = _tf[_local2]; if (_local3 != undefined) { tf[_local2] = _local3; } else { _local5 = true; } } } } } else { _local5 = true; } return(_local5); } function getStyle(styleProp) { var _local2 = this[styleProp]; var _local3 = mx.styles.StyleManager.getColorName(_local2); return(((_local3 == undefined) ? (_local2) : (_local3))); } static function classConstruct() { mx.styles.CSSTextStyles.addTextStyles(mx.styles.CSSStyleDeclaration.prototype, true); return(true); } static var classConstructed = classConstruct(); static var CSSTextStylesDependency = mx.styles.CSSTextStyles; }
Symbol 485 MovieClip [__Packages.mx.styles.StyleManager] Frame 0
class mx.styles.StyleManager { function StyleManager () { } static function registerInheritingStyle(styleName) { inheritingStyles[styleName] = true; } static function isInheritingStyle(styleName) { return(inheritingStyles[styleName] == true); } static function registerColorStyle(styleName) { colorStyles[styleName] = true; } static function isColorStyle(styleName) { return(colorStyles[styleName] == true); } static function registerColorName(colorName, colorValue) { colorNames[colorName] = colorValue; } static function isColorName(colorName) { return(colorNames[colorName] != undefined); } static function getColorName(colorName) { return(colorNames[colorName]); } static var inheritingStyles = {color:true, direction:true, fontFamily:true, fontSize:true, fontStyle:true, fontWeight:true, textAlign:true, textIndent:true}; static var colorStyles = {barColor:true, trackColor:true, borderColor:true, buttonColor:true, color:true, dateHeaderColor:true, dateRollOverColor:true, disabledColor:true, fillColor:true, highlightColor:true, scrollTrackColor:true, selectedDateColor:true, shadowColor:true, strokeColor:true, symbolBackgroundColor:true, symbolBackgroundDisabledColor:true, symbolBackgroundPressedColor:true, symbolColor:true, symbolDisabledColor:true, themeColor:true, todayIndicatorColor:true, shadowCapColor:true, borderCapColor:true, focusColor:true}; static var colorNames = {black:0, white:16777215, red:16711680, green:65280, blue:255, magenta:16711935, yellow:16776960, cyan:65535, haloGreen:8453965, haloBlue:2881013, haloOrange:16761344}; static var TextFormatStyleProps = {font:true, size:true, color:true, leftMargin:false, rightMargin:false, italic:true, bold:true, align:true, indent:true, underline:false, embedFonts:false}; static var TextStyleMap = {textAlign:true, fontWeight:true, color:true, fontFamily:true, textIndent:true, fontStyle:true, lineHeight:true, marginLeft:true, marginRight:true, fontSize:true, textDecoration:true, embedFonts:true}; }
Symbol 490 MovieClip [__Packages.mx.events.EventDispatcher] Frame 0
class mx.events.EventDispatcher { function EventDispatcher () { } static function _removeEventListener(queue, event, handler) { if (queue != undefined) { var _local4 = queue.length; var _local1; _local1 = 0; while (_local1 < _local4) { var _local2 = queue[_local1]; if (_local2 == handler) { queue.splice(_local1, 1); return(undefined); } _local1++; } } } static function initialize(object) { if (_fEventDispatcher == undefined) { _fEventDispatcher = new mx.events.EventDispatcher(); } object.addEventListener = _fEventDispatcher.addEventListener; object.removeEventListener = _fEventDispatcher.removeEventListener; object.dispatchEvent = _fEventDispatcher.dispatchEvent; object.dispatchQueue = _fEventDispatcher.dispatchQueue; } function dispatchQueue(queueObj, eventObj) { var _local7 = "__q_" + eventObj.type; var _local4 = queueObj[_local7]; if (_local4 != undefined) { var _local5; for (_local5 in _local4) { var _local1 = _local4[_local5]; var _local3 = typeof(_local1); if ((_local3 == "object") || (_local3 == "movieclip")) { if (_local1.handleEvent != undefined) { _local1.handleEvent(eventObj); } if (_local1[eventObj.type] != undefined) { if (exceptions[eventObj.type] == undefined) { _local1[eventObj.type](eventObj); } } } else { _local1.apply(queueObj, [eventObj]); } } } } function dispatchEvent(eventObj) { if (eventObj.target == undefined) { eventObj.target = this; } this[eventObj.type + "Handler"](eventObj); dispatchQueue(this, eventObj); } function addEventListener(event, handler) { var _local3 = "__q_" + event; if (this[_local3] == undefined) { this[_local3] = new Array(); } _global.ASSetPropFlags(this, _local3, 1); _removeEventListener(this[_local3], event, handler); this[_local3].push(handler); } function removeEventListener(event, handler) { var _local2 = "__q_" + event; _removeEventListener(this[_local2], event, handler); } static var _fEventDispatcher = undefined; static var exceptions = {move:1, draw:1, load:1}; }
Symbol 491 MovieClip [__Packages.mx.events.UIEventDispatcher] Frame 0
class mx.events.UIEventDispatcher extends mx.events.EventDispatcher { var dispatchQueue, owner, __sentLoadEvent, __origAddEventListener; function UIEventDispatcher () { super(); } static function addKeyEvents(obj) { if (obj.keyHandler == undefined) { var _local1 = (obj.keyHandler = new Object()); _local1.owner = obj; _local1.onKeyDown = _fEventDispatcher.onKeyDown; _local1.onKeyUp = _fEventDispatcher.onKeyUp; } Key.addListener(obj.keyHandler); } static function removeKeyEvents(obj) { Key.removeListener(obj.keyHandler); } static function addLoadEvents(obj) { if (obj.onLoad == undefined) { obj.onLoad = _fEventDispatcher.onLoad; obj.onUnload = _fEventDispatcher.onUnload; if (obj.getBytesTotal() == obj.getBytesLoaded()) { obj.doLater(obj, "onLoad"); } } } static function removeLoadEvents(obj) { delete obj.onLoad; delete obj.onUnload; } static function initialize(obj) { if (_fEventDispatcher == undefined) { _fEventDispatcher = new mx.events.UIEventDispatcher(); } obj.addEventListener = _fEventDispatcher.__addEventListener; obj.__origAddEventListener = _fEventDispatcher.addEventListener; obj.removeEventListener = _fEventDispatcher.removeEventListener; obj.dispatchEvent = _fEventDispatcher.dispatchEvent; obj.dispatchQueue = _fEventDispatcher.dispatchQueue; } function dispatchEvent(eventObj) { if (eventObj.target == undefined) { eventObj.target = this; } this[eventObj.type + "Handler"](eventObj); dispatchQueue(mx.events.EventDispatcher, eventObj); dispatchQueue(this, eventObj); } function onKeyDown(Void) { owner.dispatchEvent({type:"keyDown", code:Key.getCode(), ascii:Key.getAscii(), shiftKey:Key.isDown(16), ctrlKey:Key.isDown(17)}); } function onKeyUp(Void) { owner.dispatchEvent({type:"keyUp", code:Key.getCode(), ascii:Key.getAscii(), shiftKey:Key.isDown(16), ctrlKey:Key.isDown(17)}); } function onLoad(Void) { if (__sentLoadEvent != true) { dispatchEvent({type:"load"}); } __sentLoadEvent = true; } function onUnload(Void) { dispatchEvent({type:"unload"}); } function __addEventListener(event, handler) { __origAddEventListener(event, handler); var _local3 = lowLevelEvents; for (var _local5 in _local3) { if (mx.events.UIEventDispatcher[_local5][event] != undefined) { var _local2 = _local3[_local5][0]; mx.events.UIEventDispatcher[_local2](this); } } } function removeEventListener(event, handler) { var _local6 = "__q_" + event; mx.events.EventDispatcher._removeEventListener(this[_local6], event, handler); if (this[_local6].length == 0) { var _local2 = lowLevelEvents; for (var _local5 in _local2) { if (mx.events.UIEventDispatcher[_local5][event] != undefined) { var _local3 = _local2[_local5][1]; mx.events.UIEventDispatcher[_local2[_local5][1]](this); } } } } static var keyEvents = {keyDown:1, keyUp:1}; static var loadEvents = {load:1, unload:1}; static var lowLevelEvents = {keyEvents:["addKeyEvents", "removeKeyEvents"], loadEvents:["addLoadEvents", "removeLoadEvents"]}; static var _fEventDispatcher = undefined; }
Symbol 500 MovieClip [__Packages.mx.core.ext.UIObjectExtensions] Frame 0
class mx.core.ext.UIObjectExtensions { function UIObjectExtensions () { } static function addGeometry(tf, ui) { tf.addProperty("width", ui.__get__width, null); tf.addProperty("height", ui.__get__height, null); tf.addProperty("left", ui.__get__left, null); tf.addProperty("x", ui.__get__x, null); tf.addProperty("top", ui.__get__top, null); tf.addProperty("y", ui.__get__y, null); tf.addProperty("right", ui.__get__right, null); tf.addProperty("bottom", ui.__get__bottom, null); tf.addProperty("visible", ui.__get__visible, ui.__set__visible); } static function Extensions() { if (bExtended == true) { return(true); } bExtended = true; var _local6 = mx.core.UIObject.prototype; var _local9 = mx.skins.SkinElement.prototype; addGeometry(_local9, _local6); mx.events.UIEventDispatcher.initialize(_local6); var _local13 = mx.skins.ColoredSkinElement; mx.styles.CSSTextStyles.addTextStyles(_local6); var _local5 = MovieClip.prototype; _local5.getTopLevel = _local6.getTopLevel; _local5.createLabel = _local6.createLabel; _local5.createObject = _local6.createObject; _local5.createClassObject = _local6.createClassObject; _local5.createEmptyObject = _local6.createEmptyObject; _local5.destroyObject = _local6.destroyObject; _global.ASSetPropFlags(_local5, "getTopLevel", 1); _global.ASSetPropFlags(_local5, "createLabel", 1); _global.ASSetPropFlags(_local5, "createObject", 1); _global.ASSetPropFlags(_local5, "createClassObject", 1); _global.ASSetPropFlags(_local5, "createEmptyObject", 1); _global.ASSetPropFlags(_local5, "destroyObject", 1); _local5.__getTextFormat = _local6.__getTextFormat; _local5._getTextFormat = _local6._getTextFormat; _local5.getStyleName = _local6.getStyleName; _local5.getStyle = _local6.getStyle; _global.ASSetPropFlags(_local5, "__getTextFormat", 1); _global.ASSetPropFlags(_local5, "_getTextFormat", 1); _global.ASSetPropFlags(_local5, "getStyleName", 1); _global.ASSetPropFlags(_local5, "getStyle", 1); var _local7 = TextField.prototype; addGeometry(_local7, _local6); _local7.addProperty("enabled", function () { return(this.__enabled); }, function (x) { this.__enabled = x; this.invalidateStyle(); }); _local7.move = _local9.move; _local7.setSize = _local9.setSize; _local7.invalidateStyle = function () { this.invalidateFlag = true; }; _local7.draw = function () { if (this.invalidateFlag) { this.invalidateFlag = false; var _local2 = this._getTextFormat(); this.setTextFormat(_local2); this.setNewTextFormat(_local2); this.embedFonts = _local2.embedFonts == true; if (this.__text != undefined) { if (this.text == "") { this.text = this.__text; } delete this.__text; } this._visible = true; } }; _local7.setColor = function (color) { this.textColor = color; }; _local7.getStyle = _local5.getStyle; _local7.__getTextFormat = _local6.__getTextFormat; _local7.setValue = function (v) { this.text = v; }; _local7.getValue = function () { return(this.text); }; _local7.addProperty("value", function () { return(this.getValue()); }, function (v) { this.setValue(v); }); _local7._getTextFormat = function () { var _local2 = this.stylecache.tf; if (_local2 != undefined) { return(_local2); } _local2 = new TextFormat(); this.__getTextFormat(_local2); this.stylecache.tf = _local2; if (this.__enabled == false) { if (this.enabledColor == undefined) { var _local4 = this.getTextFormat(); this.enabledColor = _local4.color; } var _local3 = this.getStyle("disabledColor"); _local2.color = _local3; } else if (this.enabledColor != undefined) { if (_local2.color == undefined) { _local2.color = this.enabledColor; } } return(_local2); }; _local7.getPreferredWidth = function () { this.draw(); return(this.textWidth + 4); }; _local7.getPreferredHeight = function () { this.draw(); return(this.textHeight + 4); }; TextFormat.prototype.getTextExtent2 = function (s) { var _local3 = _root._getTextExtent; if (_local3 == undefined) { _root.createTextField("_getTextExtent", -2, 0, 0, 1000, 100); _local3 = _root._getTextExtent; _local3._visible = false; } _root._getTextExtent.text = s; var _local4 = this.align; this.align = "left"; _root._getTextExtent.setTextFormat(this); this.align = _local4; return({width:_local3.textWidth, height:_local3.textHeight}); }; if (_global.style == undefined) { _global.style = new mx.styles.CSSStyleDeclaration(); _global.cascadingStyles = true; _global.styles = new Object(); _global.skinRegistry = new Object(); if (_global._origWidth == undefined) { _global.origWidth = Stage.width; _global.origHeight = Stage.height; } } var _local4 = _root; while (_local4._parent != undefined) { _local4 = _local4._parent; } _local4.addProperty("width", function () { return(Stage.width); }, null); _local4.addProperty("height", function () { return(Stage.height); }, null); _global.ASSetPropFlags(_local4, "width", 1); _global.ASSetPropFlags(_local4, "height", 1); return(true); } static var bExtended = false; static var UIObjectExtended = Extensions(); static var UIObjectDependency = mx.core.UIObject; static var SkinElementDependency = mx.skins.SkinElement; static var CSSTextStylesDependency = mx.styles.CSSTextStyles; static var UIEventDispatcherDependency = mx.events.UIEventDispatcher; }
Symbol 499 MovieClip [__Packages.mx.skins.ColoredSkinElement] Frame 0
class mx.skins.ColoredSkinElement { var getStyle, _color, onEnterFrame; function ColoredSkinElement () { } function setColor(c) { if (c != undefined) { var _local2 = new Color(this); _local2.setRGB(c); } } function draw(Void) { setColor(getStyle(_color)); onEnterFrame = undefined; } function invalidateStyle(Void) { onEnterFrame = draw; } static function setColorStyle(p, colorStyle) { if (p._color == undefined) { p._color = colorStyle; } p.setColor = mixins.setColor; p.invalidateStyle = mixins.invalidateStyle; p.draw = mixins.draw; p.setColor(p.getStyle(colorStyle)); } static var mixins = new mx.skins.ColoredSkinElement(); }
Symbol 398 MovieClip [__Packages.mx.core.UIComponent] Frame 0
class mx.core.UIComponent extends mx.core.UIObject { var __width, __height, invalidate, stylecache, removeEventListener, dispatchEvent, drawFocus, addEventListener, _xscale, _yscale, _focusrect, watch, enabled; function UIComponent () { super(); } function get width() { return(__width); } function get height() { return(__height); } function setVisible(x, noEvent) { super.setVisible(x, noEvent); } function enabledChanged(id, oldValue, newValue) { setEnabled(newValue); invalidate(); delete stylecache.tf; return(newValue); } function setEnabled(enabled) { invalidate(); } function getFocus() { var selFocus = Selection.getFocus(); return(((selFocus === null) ? null : (eval (selFocus)))); } function setFocus() { Selection.setFocus(this); } function getFocusManager() { var _local2 = this; while (_local2 != undefined) { if (_local2.focusManager != undefined) { return(_local2.focusManager); } _local2 = _local2._parent; } return(undefined); } function onKillFocus(newFocus) { removeEventListener("keyDown", this); removeEventListener("keyUp", this); dispatchEvent({type:"focusOut"}); drawFocus(false); } function onSetFocus(oldFocus) { addEventListener("keyDown", this); addEventListener("keyUp", this); dispatchEvent({type:"focusIn"}); if (getFocusManager().bDrawFocus != false) { drawFocus(true); } } function findFocusInChildren(o) { if (o.focusTextField != undefined) { return(o.focusTextField); } if (o.tabEnabled == true) { return(o); } return(undefined); } function findFocusFromObject(o) { if (o.tabEnabled != true) { if (o._parent == undefined) { return(undefined); } if (o._parent.tabEnabled == true) { o = o._parent; } else if (o._parent.tabChildren) { o = findFocusInChildren(o._parent); } else { o = findFocusFromObject(o._parent); } } return(o); } function pressFocus() { var _local3 = findFocusFromObject(this); var _local2 = getFocus(); if (_local3 != _local2) { _local2.drawFocus(false); if (getFocusManager().bDrawFocus != false) { _local3.drawFocus(true); } } } function releaseFocus() { var _local2 = findFocusFromObject(this); if (_local2 != getFocus()) { _local2.setFocus(); } } function isParent(o) { while (o != undefined) { if (o == this) { return(true); } o = o._parent; } return(false); } function size() { } function init() { super.init(); _xscale = 100; _yscale = 100; _focusrect = _global.useFocusRect == false; watch("enabled", enabledChanged); if (enabled == false) { setEnabled(false); } } function dispatchValueChangedEvent(value) { dispatchEvent({type:"valueChanged", value:value}); } static var symbolName = "UIComponent"; static var symbolOwner = mx.core.UIComponent; static var version = "2.0.2.127"; static var kStretch = 5000; var focusEnabled = true; var tabEnabled = true; var origBorderStyles = {themeColor:16711680}; var clipParameters = {}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.core.UIComponent.prototype.clipParameters, mx.core.UIObject.prototype.clipParameters); }
Symbol 1226 MovieClip [__Packages.mx.skins.halo.Defaults] Frame 0
class mx.skins.halo.Defaults { var beginGradientFill, beginFill, moveTo, lineTo, curveTo, endFill; function Defaults () { } static function setThemeDefaults() { var _local2 = _global.style; _local2.themeColor = 8453965 /* 0x80FF4D */; _local2.disabledColor = 8684164 /* 0x848284 */; _local2.modalTransparency = 0; _local2.filled = true; _local2.stroked = true; _local2.strokeWidth = 1; _local2.strokeColor = 0; _local2.fillColor = 16777215 /* 0xFFFFFF */; _local2.repeatInterval = 35; _local2.repeatDelay = 500; _local2.fontFamily = "_sans"; _local2.fontSize = 12; _local2.selectionColor = 13500353 /* 0xCDFFC1 */; _local2.rollOverColor = 14942166 /* 0xE3FFD6 */; _local2.useRollOver = true; _local2.backgroundDisabledColor = 14540253 /* 0xDDDDDD */; _local2.selectionDisabledColor = 14540253 /* 0xDDDDDD */; _local2.selectionDuration = 200; _local2.openDuration = 250; _local2.borderStyle = "inset"; _local2.color = 734012 /* 0x0B333C */; _local2.textSelectedColor = 24371; _local2.textRollOverColor = 2831164 /* 0x2B333C */; _local2.textDisabledColor = 16777215 /* 0xFFFFFF */; _local2.vGridLines = true; _local2.hGridLines = false; _local2.vGridLineColor = 6710886 /* 0x666666 */; _local2.hGridLineColor = 6710886 /* 0x666666 */; _local2.headerColor = 15395562 /* 0xEAEAEA */; _local2.indentation = 17; _local2.folderOpenIcon = "TreeFolderOpen"; _local2.folderClosedIcon = "TreeFolderClosed"; _local2.defaultLeafIcon = "TreeNodeIcon"; _local2.disclosureOpenIcon = "TreeDisclosureOpen"; _local2.disclosureClosedIcon = "TreeDisclosureClosed"; _local2.popupDuration = 150; _local2.todayColor = 6710886 /* 0x666666 */; _local2 = (_global.styles.ScrollSelectList = new mx.styles.CSSStyleDeclaration()); _local2.backgroundColor = 16777215 /* 0xFFFFFF */; _local2.borderColor = 13290186 /* 0xCACACA */; _local2.borderStyle = "inset"; _local2 = (_global.styles.ComboBox = new mx.styles.CSSStyleDeclaration()); _local2.borderStyle = "inset"; _local2 = (_global.styles.NumericStepper = new mx.styles.CSSStyleDeclaration()); _local2.textAlign = "center"; _local2 = (_global.styles.RectBorder = new mx.styles.CSSStyleDeclaration()); _local2.borderColor = 14015965 /* 0xD5DDDD */; _local2.buttonColor = 7305079 /* 0x6F7777 */; _local2.shadowColor = 15658734 /* 0xEEEEEE */; _local2.highlightColor = 12897484 /* 0xC4CCCC */; _local2.shadowCapColor = 14015965 /* 0xD5DDDD */; _local2.borderCapColor = 9542041 /* 0x919999 */; var _local4 = new Object(); _local4.borderColor = 16711680 /* 0xFF0000 */; _local4.buttonColor = 16711680 /* 0xFF0000 */; _local4.shadowColor = 16711680 /* 0xFF0000 */; _local4.highlightColor = 16711680 /* 0xFF0000 */; _local4.shadowCapColor = 16711680 /* 0xFF0000 */; _local4.borderCapColor = 16711680 /* 0xFF0000 */; mx.core.UIComponent.prototype.origBorderStyles = _local4; var _local3; _local3 = (_global.styles.TextInput = new mx.styles.CSSStyleDeclaration()); _local3.backgroundColor = 16777215 /* 0xFFFFFF */; _local3.borderStyle = "inset"; _global.styles.TextArea = _global.styles.TextInput; _local3 = (_global.styles.Window = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "default"; _local3 = (_global.styles.windowStyles = new mx.styles.CSSStyleDeclaration()); _local3.fontWeight = "bold"; _local3 = (_global.styles.dataGridStyles = new mx.styles.CSSStyleDeclaration()); _local3.fontWeight = "bold"; _local3 = (_global.styles.Alert = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "alert"; _local3 = (_global.styles.ScrollView = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "inset"; _local3 = (_global.styles.View = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "none"; _local3 = (_global.styles.ProgressBar = new mx.styles.CSSStyleDeclaration()); _local3.color = 11187123 /* 0xAAB3B3 */; _local3.fontWeight = "bold"; _local3 = (_global.styles.AccordionHeader = new mx.styles.CSSStyleDeclaration()); _local3.fontWeight = "bold"; _local3.fontSize = "11"; _local3 = (_global.styles.Accordion = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "solid"; _local3.backgroundColor = 16777215 /* 0xFFFFFF */; _local3.borderColor = 9081738 /* 0x8A938A */; _local3.headerHeight = 22; _local3.marginLeft = (_local3.marginRight = (_local3.marginTop = (_local3.marginBottom = -1))); _local3.verticalGap = -1; _local3 = (_global.styles.DateChooser = new mx.styles.CSSStyleDeclaration()); _local3.borderColor = 9542041 /* 0x919999 */; _local3.headerColor = 16777215 /* 0xFFFFFF */; _local3 = (_global.styles.CalendarLayout = new mx.styles.CSSStyleDeclaration()); _local3.fontSize = 10; _local3.textAlign = "right"; _local3.color = 2831164 /* 0x2B333C */; _local3 = (_global.styles.WeekDayStyle = new mx.styles.CSSStyleDeclaration()); _local3.fontWeight = "bold"; _local3.fontSize = 11; _local3.textAlign = "center"; _local3.color = 2831164 /* 0x2B333C */; _local3 = (_global.styles.TodayStyle = new mx.styles.CSSStyleDeclaration()); _local3.color = 16777215 /* 0xFFFFFF */; _local3 = (_global.styles.HeaderDateText = new mx.styles.CSSStyleDeclaration()); _local3.fontSize = 12; _local3.fontWeight = "bold"; _local3.textAlign = "center"; } function drawRoundRect(x, y, w, h, r, c, alpha, rot, gradient, ratios) { if (typeof(r) == "object") { var _local18 = r.br; var _local16 = r.bl; var _local15 = r.tl; var _local10 = r.tr; } else { var _local10 = r; var _local15 = _local10; var _local16 = _local15; var _local18 = _local16; } if (typeof(c) == "object") { if (typeof(alpha) != "object") { var _local9 = [alpha, alpha]; } else { var _local9 = alpha; } if (ratios == undefined) { ratios = [0, 255]; } var _local14 = h * 0.7; if (typeof(rot) != "object") { var _local11 = {matrixType:"box", x:-_local14, y:_local14, w:w * 2, h:h * 4, r:rot * 0.0174532925199433 /* Math.PI/180 */}; } else { var _local11 = rot; } if (gradient == "radial") { beginGradientFill("radial", c, _local9, ratios, _local11); } else { beginGradientFill("linear", c, _local9, ratios, _local11); } } else if (c != undefined) { beginFill(c, alpha); } r = _local18; var _local13 = r - (r * 0.707106781186547); var _local12 = r - (r * 0.414213562373095); moveTo(x + w, (y + h) - r); lineTo(x + w, (y + h) - r); curveTo(x + w, (y + h) - _local12, (x + w) - _local13, (y + h) - _local13); curveTo((x + w) - _local12, y + h, (x + w) - r, y + h); r = _local16; _local13 = r - (r * 0.707106781186547); _local12 = r - (r * 0.414213562373095); lineTo(x + r, y + h); curveTo(x + _local12, y + h, x + _local13, (y + h) - _local13); curveTo(x, (y + h) - _local12, x, (y + h) - r); r = _local15; _local13 = r - (r * 0.707106781186547); _local12 = r - (r * 0.414213562373095); lineTo(x, y + r); curveTo(x, y + _local12, x + _local13, y + _local13); curveTo(x + _local12, y, x + r, y); r = _local10; _local13 = r - (r * 0.707106781186547); _local12 = r - (r * 0.414213562373095); lineTo((x + w) - r, y); curveTo((x + w) - _local12, y, (x + w) - _local13, y + _local13); curveTo(x + w, y + _local12, x + w, y + r); lineTo(x + w, (y + h) - r); if (c != undefined) { endFill(); } } static function classConstruct() { mx.core.ext.UIObjectExtensions.Extensions(); setThemeDefaults(); mx.core.UIObject.prototype.drawRoundRect = mx.skins.halo.Defaults.prototype.drawRoundRect; return(true); } static var classConstructed = classConstruct(); static var CSSStyleDeclarationDependency = mx.styles.CSSStyleDeclaration; static var UIObjectExtensionsDependency = mx.core.ext.UIObjectExtensions; static var UIObjectDependency = mx.core.UIObject; }
Symbol 1227 MovieClip [__Packages.mx.skins.halo.FocusRect] Frame 0
class mx.skins.halo.FocusRect extends mx.skins.SkinElement { var boundingBox_mc, _xscale, _yscale, clear, beginFill, drawRoundRect, endFill, _visible; function FocusRect () { super(); boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } function draw(o) { o.adjustFocusRect(); } function setSize(w, h, r, a, rectCol) { _xscale = (_yscale = 100); clear(); if (typeof(r) == "object") { r.br = ((r.br > 2) ? (r.br - 2) : 0); r.bl = ((r.bl > 2) ? (r.bl - 2) : 0); r.tr = ((r.tr > 2) ? (r.tr - 2) : 0); r.tl = ((r.tl > 2) ? (r.tl - 2) : 0); beginFill(rectCol, a * 0.3); drawRoundRect(0, 0, w, h, r); drawRoundRect(2, 2, w - 4, h - 4, r); endFill(); r.br = ((r.br > 1) ? (r.br + 1) : 0); r.bl = ((r.bl > 1) ? (r.bl + 1) : 0); r.tr = ((r.tr > 1) ? (r.tr + 1) : 0); r.tl = ((r.tl > 1) ? (r.tl + 1) : 0); beginFill(rectCol, a * 0.3); drawRoundRect(1, 1, w - 2, h - 2, r); r.br = ((r.br > 1) ? (r.br - 1) : 0); r.bl = ((r.bl > 1) ? (r.bl - 1) : 0); r.tr = ((r.tr > 1) ? (r.tr - 1) : 0); r.tl = ((r.tl > 1) ? (r.tl - 1) : 0); drawRoundRect(2, 2, w - 4, h - 4, r); endFill(); } else { var _local5; if (r != 0) { _local5 = r - 2; } else { _local5 = 0; } beginFill(rectCol, a * 0.3); drawRoundRect(0, 0, w, h, r); drawRoundRect(2, 2, w - 4, h - 4, _local5); endFill(); beginFill(rectCol, a * 0.3); if (r != 0) { _local5 = r - 2; r = r - 1; } else { _local5 = 0; r = 0; } drawRoundRect(1, 1, w - 2, h - 2, r); drawRoundRect(2, 2, w - 4, h - 4, _local5); endFill(); } } function handleEvent(e) { if (e.type == "unload") { _visible = true; } else if (e.type == "resize") { e.target.adjustFocusRect(); } else if (e.type == "move") { e.target.adjustFocusRect(); } } static function classConstruct() { mx.core.UIComponent.prototype.drawFocus = function (focused) { var _local2 = this._parent.focus_mc; if (!focused) { _local2._visible = false; this.removeEventListener("unload", _local2); this.removeEventListener("move", _local2); this.removeEventListener("resize", _local2); } else { if (_local2 == undefined) { _local2 = this._parent.createChildAtDepth("FocusRect", mx.managers.DepthManager.kTop); _local2.tabEnabled = false; this._parent.focus_mc = _local2; } else { _local2._visible = true; } _local2.draw(this); if (_local2.getDepth() < this.getDepth()) { _local2.setDepthAbove(this); } this.addEventListener("unload", _local2); this.addEventListener("move", _local2); this.addEventListener("resize", _local2); } }; mx.core.UIComponent.prototype.adjustFocusRect = function () { var _local2 = this.getStyle("themeColor"); if (_local2 == undefined) { _local2 = 8453965 /* 0x80FF4D */; } var _local3 = this._parent.focus_mc; _local3.setSize(this.width + 4, this.height + 4, 0, 100, _local2); _local3.move(this.x - 2, this.y - 2); }; TextField.prototype.drawFocus = mx.core.UIComponent.prototype.drawFocus; TextField.prototype.adjustFocusRect = mx.core.UIComponent.prototype.adjustFocusRect; mx.skins.halo.FocusRect.prototype.drawRoundRect = mx.skins.halo.Defaults.prototype.drawRoundRect; return(true); } static var classConstructed = classConstruct(); static var DefaultsDependency = mx.skins.halo.Defaults; static var UIComponentDependency = mx.core.UIComponent; }
Symbol 489 MovieClip [__Packages.mx.managers.DepthManager] Frame 0
class mx.managers.DepthManager { var _childCounter, createClassObject, createObject, _parent, swapDepths, _topmost, getDepth; function DepthManager () { MovieClip.prototype.createClassChildAtDepth = createClassChildAtDepth; MovieClip.prototype.createChildAtDepth = createChildAtDepth; MovieClip.prototype.setDepthTo = setDepthTo; MovieClip.prototype.setDepthAbove = setDepthAbove; MovieClip.prototype.setDepthBelow = setDepthBelow; MovieClip.prototype.findNextAvailableDepth = findNextAvailableDepth; MovieClip.prototype.shuffleDepths = shuffleDepths; MovieClip.prototype.getDepthByFlag = getDepthByFlag; MovieClip.prototype.buildDepthTable = buildDepthTable; _global.ASSetPropFlags(MovieClip.prototype, "createClassChildAtDepth", 1); _global.ASSetPropFlags(MovieClip.prototype, "createChildAtDepth", 1); _global.ASSetPropFlags(MovieClip.prototype, "setDepthTo", 1); _global.ASSetPropFlags(MovieClip.prototype, "setDepthAbove", 1); _global.ASSetPropFlags(MovieClip.prototype, "setDepthBelow", 1); _global.ASSetPropFlags(MovieClip.prototype, "findNextAvailableDepth", 1); _global.ASSetPropFlags(MovieClip.prototype, "shuffleDepths", 1); _global.ASSetPropFlags(MovieClip.prototype, "getDepthByFlag", 1); _global.ASSetPropFlags(MovieClip.prototype, "buildDepthTable", 1); } static function sortFunction(a, b) { if (a.getDepth() > b.getDepth()) { return(1); } return(-1); } static function test(depth) { if (depth == reservedDepth) { return(false); } return(true); } static function createClassObjectAtDepth(className, depthSpace, initObj) { var _local1; switch (depthSpace) { case kCursor : _local1 = holder.createClassChildAtDepth(className, kTopmost, initObj); break; case kTooltip : _local1 = holder.createClassChildAtDepth(className, kTop, initObj); break; } return(_local1); } static function createObjectAtDepth(linkageName, depthSpace, initObj) { var _local1; switch (depthSpace) { case kCursor : _local1 = holder.createChildAtDepth(linkageName, kTopmost, initObj); break; case kTooltip : _local1 = holder.createChildAtDepth(linkageName, kTop, initObj); break; } return(_local1); } function createClassChildAtDepth(className, depthFlag, initObj) { if (_childCounter == undefined) { _childCounter = 0; } var _local3 = buildDepthTable(); var _local2 = getDepthByFlag(depthFlag, _local3); var _local5 = "down"; if (depthFlag == kBottom) { _local5 = "up"; } var _local6; if (_local3[_local2] != undefined) { _local6 = _local2; _local2 = findNextAvailableDepth(_local2, _local3, _local5); } var _local4 = createClassObject(className, "depthChild" + (_childCounter++), _local2, initObj); if (_local6 != undefined) { _local3[_local2] = _local4; shuffleDepths(_local4, _local6, _local3, _local5); } if (depthFlag == kTopmost) { _local4._topmost = true; } return(_local4); } function createChildAtDepth(linkageName, depthFlag, initObj) { if (_childCounter == undefined) { _childCounter = 0; } var _local3 = buildDepthTable(); var _local2 = getDepthByFlag(depthFlag, _local3); var _local5 = "down"; if (depthFlag == kBottom) { _local5 = "up"; } var _local6; if (_local3[_local2] != undefined) { _local6 = _local2; _local2 = findNextAvailableDepth(_local2, _local3, _local5); } var _local4 = createObject(linkageName, "depthChild" + (_childCounter++), _local2, initObj); if (_local6 != undefined) { _local3[_local2] = _local4; shuffleDepths(_local4, _local6, _local3, _local5); } if (depthFlag == kTopmost) { _local4._topmost = true; } return(_local4); } function setDepthTo(depthFlag) { var _local2 = _parent.buildDepthTable(); var _local3 = _parent.getDepthByFlag(depthFlag, _local2); if (_local2[_local3] != undefined) { shuffleDepths(MovieClip(this), _local3, _local2, undefined); } else { swapDepths(_local3); } if (depthFlag == kTopmost) { _topmost = true; } else { delete _topmost; } } function setDepthAbove(targetInstance) { if (targetInstance._parent != _parent) { return(undefined); } var _local2 = targetInstance.getDepth() + 1; var _local3 = _parent.buildDepthTable(); if ((_local3[_local2] != undefined) && (getDepth() < _local2)) { _local2 = _local2 - 1; } if (_local2 > highestDepth) { _local2 = highestDepth; } if (_local2 == highestDepth) { _parent.shuffleDepths(this, _local2, _local3, "down"); } else if (_local3[_local2] != undefined) { _parent.shuffleDepths(this, _local2, _local3, undefined); } else { swapDepths(_local2); } } function setDepthBelow(targetInstance) { if (targetInstance._parent != _parent) { return(undefined); } var _local6 = targetInstance.getDepth() - 1; var _local3 = _parent.buildDepthTable(); if ((_local3[_local6] != undefined) && (getDepth() > _local6)) { _local6 = _local6 + 1; } var _local4 = lowestDepth + numberOfAuthortimeLayers; var _local5; for (_local5 in _local3) { var _local2 = _local3[_local5]; if (_local2._parent != undefined) { _local4 = Math.min(_local4, _local2.getDepth()); } } if (_local6 < _local4) { _local6 = _local4; } if (_local6 == _local4) { _parent.shuffleDepths(this, _local6, _local3, "up"); } else if (_local3[_local6] != undefined) { _parent.shuffleDepths(this, _local6, _local3, undefined); } else { swapDepths(_local6); } } function findNextAvailableDepth(targetDepth, depthTable, direction) { var _local5 = lowestDepth + numberOfAuthortimeLayers; if (targetDepth < _local5) { targetDepth = _local5; } if (depthTable[targetDepth] == undefined) { return(targetDepth); } var _local1 = targetDepth; var _local2 = targetDepth; if (direction == "down") { while (depthTable[_local2] != undefined) { _local2--; } return(_local2); } while (depthTable[_local1] != undefined) { _local1++; } return(_local1); } function shuffleDepths(subject, targetDepth, depthTable, direction) { var _local9 = lowestDepth + numberOfAuthortimeLayers; var _local8 = _local9; var _local5; for (_local5 in depthTable) { var _local7 = depthTable[_local5]; if (_local7._parent != undefined) { _local9 = Math.min(_local9, _local7.getDepth()); } } if (direction == undefined) { if (subject.getDepth() > targetDepth) { direction = "up"; } else { direction = "down"; } } var _local1 = new Array(); for (_local5 in depthTable) { var _local7 = depthTable[_local5]; if (_local7._parent != undefined) { _local1.push(_local7); } } _local1.sort(sortFunction); if (direction == "up") { var _local3; var _local11; do { if (_local1.length <= 0) { break; } _local3 = _local1.pop(); } while (_local3 != subject); do { if (_local1.length <= 0) { break; } _local11 = subject.getDepth(); _local3 = _local1.pop(); var _local4 = _local3.getDepth(); if (_local11 > (_local4 + 1)) { if (_local4 >= 0) { subject.swapDepths(_local4 + 1); } else if ((_local11 > _local8) && (_local4 < _local8)) { subject.swapDepths(_local8); } } subject.swapDepths(_local3); } while (_local4 != targetDepth); } else if (direction == "down") { var _local3; do { if (_local1.length <= 0) { break; } _local3 = _local1.shift(); } while (_local3 != subject); do { if (_local1.length <= 0) { break; } var _local11 = _local3.getDepth(); _local3 = _local1.shift(); var _local4 = _local3.getDepth(); if ((_local11 < (_local4 - 1)) && (_local4 > 0)) { subject.swapDepths(_local4 - 1); } subject.swapDepths(_local3); } while (_local4 != targetDepth); } } function getDepthByFlag(depthFlag, depthTable) { var _local2 = 0; if ((depthFlag == kTop) || (depthFlag == kNotopmost)) { var _local5 = 0; var _local7 = false; var _local8; for (_local8 in depthTable) { var _local9 = depthTable[_local8]; var _local3 = typeof(_local9); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local9.__getTextFormat != undefined))) { if (_local9.getDepth() <= highestDepth) { if (!_local9._topmost) { _local2 = Math.max(_local2, _local9.getDepth()); } else if (!_local7) { _local5 = _local9.getDepth(); _local7 = true; } else { _local5 = Math.min(_local5, _local9.getDepth()); } } } } _local2 = _local2 + 20; if (_local7) { if (_local2 >= _local5) { _local2 = _local5 - 1; } } } else if (depthFlag == kBottom) { for (var _local8 in depthTable) { var _local9 = depthTable[_local8]; var _local3 = typeof(_local9); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local9.__getTextFormat != undefined))) { if (_local9.getDepth() <= highestDepth) { _local2 = Math.min(_local2, _local9.getDepth()); } } } _local2 = _local2 - 20; } else if (depthFlag == kTopmost) { for (var _local8 in depthTable) { var _local9 = depthTable[_local8]; var _local3 = typeof(_local9); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local9.__getTextFormat != undefined))) { if (_local9.getDepth() <= highestDepth) { _local2 = Math.max(_local2, _local9.getDepth()); } } } _local2 = _local2 + 100; } if (_local2 >= highestDepth) { _local2 = highestDepth; } var _local6 = lowestDepth + numberOfAuthortimeLayers; for (var _local9 in depthTable) { var _local4 = depthTable[_local9]; if (_local4._parent != undefined) { _local6 = Math.min(_local6, _local4.getDepth()); } } if (_local2 <= _local6) { _local2 = _local6; } return(_local2); } function buildDepthTable(Void) { var _local5 = new Array(); var _local4; for (_local4 in this) { var _local2 = this[_local4]; var _local3 = typeof(_local2); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local2.__getTextFormat != undefined))) { if (_local2._parent == this) { _local5[_local2.getDepth()] = _local2; } } } return(_local5); } static var reservedDepth = 1048575; static var highestDepth = 1048574; static var lowestDepth = -16383; static var numberOfAuthortimeLayers = 383; static var kCursor = 101; static var kTooltip = 102; static var kTop = 201; static var kBottom = 202; static var kTopmost = 203; static var kNotopmost = 204; static var holder = _root.createEmptyMovieClip("reserved", reservedDepth); static var __depthManager = new mx.managers.DepthManager(); }
Symbol 1228 MovieClip [__Packages.mx.managers.FocusManager] Frame 0
class mx.managers.FocusManager extends mx.core.UIComponent { var __defaultPushButton, defPushButton, form, move, tabEnabled, _width, _height, _x, _y, _alpha, _parent, tabCapture, watch, lastMouse, _visible, lastFocus, doLater, lastSelFocus, cancelAllDoLaters, _searchKey, _lastTarget, _firstNode, _nextIsNext, _nextNode, _lastx, _prevNode, _needPrev, _foundList, _prevObj, _nextObj, _firstObj, _lastObj, _lastNode, lastTabFocus, findFocusFromObject; function FocusManager () { super(); } function get defaultPushButton() { return(__defaultPushButton); } function set defaultPushButton(x) { if (x != __defaultPushButton) { __defaultPushButton.__set__emphasized(false); __defaultPushButton = x; defPushButton = x; x.__set__emphasized(true); } //return(defaultPushButton); } function getMaxTabIndex(o) { var _local3 = 0; var _local6; for (_local6 in o) { var _local2 = o[_local6]; if (_local2._parent == o) { if (_local2.tabIndex != undefined) { if (_local2.tabIndex > _local3) { _local3 = _local2.tabIndex; } } if (_local2.tabChildren == true) { var _local4 = getMaxTabIndex(_local2); if (_local4 > _local3) { _local3 = _local4; } } } } return(_local3); } function getNextTabIndex(Void) { return(getMaxTabIndex(form) + 1); } function get nextTabIndex() { return(getNextTabIndex()); } function relocate(Void) { var _local2 = mx.managers.SystemManager.__get__screen(); move(_local2.x - 1, _local2.y - 1); } function init(Void) { super.init(); tabEnabled = false; _width = (_height = 1); _x = (_y = -1); _alpha = 0; _parent.focusManager = this; _parent.tabChildren = true; _parent.tabEnabled = false; form = _parent; _parent.addEventListener("hide", this); _parent.addEventListener("reveal", this); mx.managers.SystemManager.init(); mx.managers.SystemManager.addFocusManager(form); tabCapture.tabIndex = 0; watch("enabled", enabledChanged); Selection.addListener(this); lastMouse = new Object(); _global.ASSetPropFlags(_parent, "focusManager", 1); _global.ASSetPropFlags(_parent, "tabChildren", 1); _global.ASSetPropFlags(_parent, "tabEnabled", 1); } function enabledChanged(id, oldValue, newValue) { _visible = newValue; return(newValue); } function activate(Void) { Key.addListener(this); activated = (_visible = true); if (lastFocus != undefined) { bNeedFocus = true; if (!mx.managers.SystemManager.isMouseDown) { doLater(this, "restoreFocus"); } } } function deactivate(Void) { Key.removeListener(this); activated = (_visible = false); var _local2 = getSelectionFocus(); var _local3 = getActualFocus(_local2); if (isOurFocus(_local3)) { lastSelFocus = _local2; lastFocus = _local3; } cancelAllDoLaters(); } function isOurFocus(o) { if (o.focusManager == this) { return(true); } while (o != undefined) { if (o.focusManager != undefined) { return(false); } if (o._parent == _parent) { return(true); } o = o._parent; } return(false); } function onSetFocus(o, n) { if (n == null) { if (activated) { bNeedFocus = true; } } else { var _local2 = getFocus(); if (isOurFocus(_local2)) { bNeedFocus = false; lastFocus = _local2; lastSelFocus = n; } } } function restoreFocus(Void) { var _local2 = lastSelFocus.hscroll; if (_local2 != undefined) { var _local5 = lastSelFocus.scroll; var _local4 = lastSelFocus.background; } lastFocus.setFocus(); var _local3 = Selection; Selection.setSelection(_local3.lastBeginIndex, _local3.lastEndIndex); if (_local2 != undefined) { lastSelFocus.scroll = _local5; lastSelFocus.hscroll = _local2; lastSelFocus.background = _local4; } } function onUnload(Void) { mx.managers.SystemManager.removeFocusManager(form); } function setFocus(o) { if (o == null) { Selection.setFocus(null); } else if (o.setFocus == undefined) { Selection.setFocus(o); } else { o.setFocus(); } } function getActualFocus(o) { var _local1 = o._parent; while (_local1 != undefined) { if (_local1.focusTextField != undefined) { while (_local1.focusTextField != undefined) { o = _local1; _local1 = _local1._parent; if (_local1 == undefined) { return(undefined); } if (_local1.focusTextField == undefined) { return(o); } } } if (_local1.tabEnabled != true) { return(o); } o = _local1; _local1 = o._parent; } return(undefined); } function getSelectionFocus() { var m = Selection.getFocus(); var o = eval (m); return(o); } function getFocus(Void) { var _local2 = getSelectionFocus(); return(getActualFocus(_local2)); } function walkTree(p, index, groupName, dir, lookup, firstChild) { var _local5 = true; var _local11; for (_local11 in p) { var _local2 = p[_local11]; if ((((_local2._parent == p) && (_local2.enabled != false)) && (_local2._visible != false)) && ((_local2.tabEnabled == true) || ((_local2.tabEnabled != false) && ((((((((_local2.onPress != undefined) || (_local2.onRelease != undefined)) || (_local2.onReleaseOutside != undefined)) || (_local2.onDragOut != undefined)) || (_local2.onDragOver != undefined)) || (_local2.onRollOver != undefined)) || (_local2.onRollOut != undefined)) || (_local2 instanceof TextField))))) { if (_local2._searchKey == _searchKey) { continue; } _local2._searchKey = _searchKey; if (_local2 != _lastTarget) { if (((_local2.groupName != undefined) || (groupName != undefined)) && (_local2.groupName == groupName)) { continue; } if ((_local2 instanceof TextField) && (_local2.selectable == false)) { continue; } if (_local5 || (((_local2.groupName != undefined) && (_local2.groupName == _firstNode.groupName)) && (_local2.selected == true))) { if (firstChild) { _firstNode = _local2; firstChild = false; } } if (_nextIsNext == true) { if ((((_local2.groupName != undefined) && (_local2.groupName == _nextNode.groupName)) && (_local2.selected == true)) || ((_nextNode == undefined) && ((_local2.groupName == undefined) || ((_local2.groupName != undefined) && (_local2.groupName != groupName))))) { _nextNode = _local2; } } if ((_local2.groupName == undefined) || (groupName != _local2.groupName)) { if (((_lastx.groupName != undefined) && (_local2.groupName == _lastx.groupName)) && (_lastx.selected == true)) { } else { _lastx = _local2; } } } else { _prevNode = _lastx; _needPrev = false; _nextIsNext = true; } if (_local2.tabIndex != undefined) { if (_local2.tabIndex == index) { if (_foundList[_local2._name] == undefined) { if (_needPrev) { _prevObj = _local2; _needPrev = false; } _nextObj = _local2; } } if (dir && (_local2.tabIndex > index)) { if (((_nextObj == undefined) || ((_nextObj.tabIndex > _local2.tabIndex) && (((_local2.groupName == undefined) || (_nextObj.groupName == undefined)) || (_local2.groupName != _nextObj.groupName)))) || ((((_nextObj.groupName != undefined) && (_nextObj.groupName == _local2.groupName)) && (_nextObj.selected != true)) && ((_local2.selected == true) || (_nextObj.tabIndex > _local2.tabIndex)))) { _nextObj = _local2; } } else if ((!dir) && (_local2.tabIndex < index)) { if (((_prevObj == undefined) || ((_prevObj.tabIndex < _local2.tabIndex) && (((_local2.groupName == undefined) || (_prevObj.groupName == undefined)) || (_local2.groupName != _prevObj.groupName)))) || ((((_prevObj.groupName != undefined) && (_prevObj.groupName == _local2.groupName)) && (_prevObj.selected != true)) && ((_local2.selected == true) || (_prevObj.tabIndex < _local2.tabIndex)))) { _prevObj = _local2; } } if (((_firstObj == undefined) || ((_local2.tabIndex < _firstObj.tabIndex) && (((_local2.groupName == undefined) || (_firstObj.groupName == undefined)) || (_local2.groupName != _firstObj.groupName)))) || ((((_firstObj.groupName != undefined) && (_firstObj.groupName == _local2.groupName)) && (_firstObj.selected != true)) && ((_local2.selected == true) || (_local2.tabIndex < _firstObj.tabIndex)))) { _firstObj = _local2; } if (((_lastObj == undefined) || ((_local2.tabIndex > _lastObj.tabIndex) && (((_local2.groupName == undefined) || (_lastObj.groupName == undefined)) || (_local2.groupName != _lastObj.groupName)))) || ((((_lastObj.groupName != undefined) && (_lastObj.groupName == _local2.groupName)) && (_lastObj.selected != true)) && ((_local2.selected == true) || (_local2.tabIndex > _lastObj.tabIndex)))) { _lastObj = _local2; } } if (_local2.tabChildren) { getTabCandidateFromChildren(_local2, index, groupName, dir, _local5 && (firstChild)); } _local5 = false; } else if (((_local2._parent == p) && (_local2.tabChildren == true)) && (_local2._visible != false)) { if (_local2 == _lastTarget) { if (_local2._searchKey == _searchKey) { continue; } _local2._searchKey = _searchKey; if (_prevNode == undefined) { var _local3 = _lastx; var _local7 = false; while (_local3 != undefined) { if (_local3 == _local2) { _local7 = true; break; } _local3 = _local3._parent; } if (_local7 == false) { _prevNode = _lastx; } } _needPrev = false; if (_nextNode == undefined) { _nextIsNext = true; } } else if (!((_local2.focusManager != undefined) && (_local2.focusManager._parent == _local2))) { if (_local2._searchKey == _searchKey) { continue; } _local2._searchKey = _searchKey; getTabCandidateFromChildren(_local2, index, groupName, dir, _local5 && (firstChild)); } _local5 = false; } } _lastNode = _lastx; if (lookup) { if (p._parent != undefined) { if (p != _parent) { if ((_prevNode == undefined) && (dir)) { _needPrev = true; } else if ((_nextNode == undefined) && (!dir)) { _nextIsNext = false; } _lastTarget = _lastTarget._parent; getTabCandidate(p._parent, index, groupName, dir, true); } } } } function getTabCandidate(o, index, groupName, dir, firstChild) { var _local2; var _local3 = true; if (o == _parent) { _local2 = o; _local3 = false; } else { _local2 = o._parent; if (_local2 == undefined) { _local2 = o; _local3 = false; } } walkTree(_local2, index, groupName, dir, _local3, firstChild); } function getTabCandidateFromChildren(o, index, groupName, dir, firstChild) { walkTree(o, index, groupName, dir, false, firstChild); } function getFocusManagerFromObject(o) { while (o != undefined) { if (o.focusManager != undefined) { return(o.focusManager); } o = o._parent; } return(undefined); } function tabHandler(Void) { bDrawFocus = true; var _local5 = getSelectionFocus(); var _local4 = getActualFocus(_local5); if (_local4 != _local5) { _local5 = _local4; } if (getFocusManagerFromObject(_local5) != this) { _local5 == undefined; } if (_local5 == undefined) { _local5 = form; } else if (_local5.tabIndex != undefined) { if ((_foundList != undefined) || (_foundList.tabIndex != _local5.tabIndex)) { _foundList = new Object(); _foundList.tabIndex = _local5.tabIndex; } _foundList[_local5._name] = _local5; } var _local3 = Key.isDown(16) != true; _searchKey = getTimer(); _needPrev = true; _nextIsNext = false; _lastx = undefined; _firstNode = undefined; _lastNode = undefined; _nextNode = undefined; _prevNode = undefined; _firstObj = undefined; _lastObj = undefined; _nextObj = undefined; _prevObj = undefined; _lastTarget = _local5; var _local6 = _local5; getTabCandidate(_local6, ((_local5.tabIndex == undefined) ? 0 : (_local5.tabIndex)), _local5.groupName, _local3, true); var _local2; if (_local3) { if (_nextObj != undefined) { _local2 = _nextObj; } else { _local2 = _firstObj; } } else if (_prevObj != undefined) { _local2 = _prevObj; } else { _local2 = _lastObj; } if (_local2.tabIndex != _local5.tabIndex) { _foundList = new Object(); _foundList.tabIndex = _local2.tabIndex; _foundList[_local2._name] = _local2; } else { if (_foundList == undefined) { _foundList = new Object(); _foundList.tabIndex = _local2.tabIndex; } _foundList[_local2._name] = _local2; } if (_local2 == undefined) { if (_local3 == false) { if (_nextNode != undefined) { _local2 = _nextNode; } else { _local2 = _firstNode; } } else if ((_prevNode == undefined) || (_local5 == form)) { _local2 = _lastNode; } else { _local2 = _prevNode; } } if (_local2 == undefined) { return(undefined); } lastTabFocus = _local2; setFocus(_local2); if (_local2.emphasized != undefined) { if (defPushButton != undefined) { _local5 = defPushButton; defPushButton = mx.controls.SimpleButton(_local2); _local5.emphasized = false; _local2.emphasized = true; } } else if ((defPushButton != undefined) && (defPushButton != __defaultPushButton)) { _local5 = defPushButton; defPushButton = __defaultPushButton; _local5.emphasized = false; __defaultPushButton.__set__emphasized(true); } } function onKeyDown(Void) { mx.managers.SystemManager.idleFrames = 0; if (defaultPushButtonEnabled) { if (Key.getCode() == 13) { if (defaultPushButton != undefined) { doLater(this, "sendDefaultPushButtonEvent"); } } } } function sendDefaultPushButtonEvent(Void) { defPushButton.dispatchEvent({type:"click"}); } function getMousedComponentFromChildren(x, y, o) { for (var _local7 in o) { var _local2 = o[_local7]; if (((_local2._visible && (_local2.enabled)) && (_local2._parent == o)) && (_local2._searchKey != _searchKey)) { _local2._searchKey = _searchKey; if (_local2.hitTest(x, y, true)) { if ((_local2.onPress != undefined) || (_local2.onRelease != undefined)) { return(_local2); } var _local3 = getMousedComponentFromChildren(x, y, _local2); if (_local3 != undefined) { return(_local3); } return(_local2); } } } return(undefined); } function mouseActivate(Void) { if (!bNeedFocus) { return(undefined); } _searchKey = getTimer(); var _local2 = getMousedComponentFromChildren(lastMouse.x, lastMouse.y, form); if (_local2 instanceof mx.core.UIComponent) { return(undefined); } _local2 = findFocusFromObject(_local2); if (_local2 == lastFocus) { return(undefined); } if (_local2 == undefined) { doLater(this, "restoreFocus"); return(undefined); } var _local3 = _local2.hscroll; if (_local3 != undefined) { var _local6 = _local2.scroll; var _local5 = _local2.background; } setFocus(_local2); var _local4 = Selection; Selection.setSelection(_local4.lastBeginIndex, _local4.lastEndIndex); if (_local3 != undefined) { _local2.scroll = _local6; _local2.hscroll = _local3; _local2.background = _local5; } } function _onMouseDown(Void) { bDrawFocus = false; if (lastFocus != undefined) { lastFocus.drawFocus(false); } mx.managers.SystemManager.idleFrames = 0; var _local3 = Selection; _local3.lastBeginIndex = Selection.getBeginIndex(); _local3.lastEndIndex = Selection.getEndIndex(); lastMouse.x = _root._xmouse; lastMouse.y = _root._ymouse; _root.localToGlobal(lastMouse); } function onMouseUp(Void) { if (_visible) { doLater(this, "mouseActivate"); } } function handleEvent(e) { if (e.type == "reveal") { mx.managers.SystemManager.activate(form); } else { mx.managers.SystemManager.deactivate(form); } } static function enableFocusManagement() { if (!initialized) { initialized = true; Object.registerClass("FocusManager", mx.managers.FocusManager); if (_root.focusManager == undefined) { _root.createClassObject(mx.managers.FocusManager, "focusManager", mx.managers.DepthManager.highestDepth--); } } } static var symbolName = "FocusManager"; static var symbolOwner = mx.managers.FocusManager; static var version = "2.0.2.127"; var className = "FocusManager"; var bNeedFocus = false; var bDrawFocus = false; var defaultPushButtonEnabled = true; var activated = true; static var initialized = false; static var UIObjectExtensionsDependency = mx.core.ext.UIObjectExtensions; }
Symbol 495 MovieClip [__Packages.mx.controls.SimpleButton] Frame 0
class mx.controls.SimpleButton extends mx.core.UIComponent { static var emphasizedStyleDeclaration; var preset, boundingBox_mc, useHandCursor, skinName, linkLength, iconName, destroyObject, __width, _width, __height, _height, __emphaticStyleName, styleName, enabled, invalidate, pressFocus, dispatchEvent, autoRepeat, interval, getStyle, releaseFocus, createLabel, invalidateStyle; function SimpleButton () { super(); } function init(Void) { super.init(); if (preset == undefined) { boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } useHandCursor = false; } function createChildren(Void) { if (preset != undefined) { var _local2 = this[idNames[preset]]; this[refNames[preset]] = _local2; skinName = _local2; if (falseOverSkin.length == 0) { rolloverSkin = fus; } if (falseOverIcon.length == 0) { rolloverIcon = fui; } initializing = false; } else if (__state == true) { setStateVar(true); } else { if (falseOverSkin.length == 0) { rolloverSkin = fus; } if (falseOverIcon.length == 0) { rolloverIcon = fui; } } } function setIcon(tag, linkageName) { return(setSkin(tag + 8, linkageName)); } function changeIcon(tag, linkageName) { linkLength = linkageName.length; var _local2 = stateNames[tag] + "Icon"; this[_local2] = linkageName; this[idNames[tag + 8]] = _local2; setStateVar(getState()); } function changeSkin(tag, linkageName) { var _local2 = stateNames[tag] + "Skin"; this[_local2] = linkageName; this[idNames[tag]] = _local2; setStateVar(getState()); } function viewIcon(varName) { var _local4 = varName + "Icon"; var _local3 = this[_local4]; if (typeof(_local3) == "string") { var _local5 = _local3; if (__emphasized) { if (this[_local3 + "Emphasized"].length > 0) { _local3 = _local3 + "Emphasized"; } } if (this[_local3].length == 0) { return(undefined); } _local3 = setIcon(tagMap[_local5], this[_local3]); if ((_local3 == undefined) && (_global.isLivePreview)) { _local3 = setIcon(0, "ButtonIcon"); } this[_local4] = _local3; } iconName._visible = false; iconName = _local3; iconName._visible = true; } function removeIcons() { var _local3 = 0; while (_local3 < 2) { var _local2 = 8; while (_local2 < 16) { destroyObject(idNames[_local2]); this[stateNames[_local2 - 8] + "Icon"] = ""; _local2++; } _local3++; } refresh(); } function setSkin(tag, linkageName, initobj) { var _local3 = super.setSkin(tag, linkageName, ((initobj != undefined) ? (initobj) : ({styleName:this}))); calcSize(tag, _local3); return(_local3); } function calcSize(Void) { __width = _width; __height = _height; } function viewSkin(varName, initObj) { var _local3 = varName + "Skin"; var _local2 = this[_local3]; if (typeof(_local2) == "string") { var _local4 = _local2; if (__emphasized) { if (this[_local2 + "Emphasized"].length > 0) { _local2 = _local2 + "Emphasized"; } } if (this[_local2].length == 0) { return(undefined); } _local2 = setSkin(tagMap[_local4], this[_local2], ((initObj != undefined) ? (initObj) : ({styleName:this}))); this[_local3] = _local2; } skinName._visible = false; skinName = _local2; skinName._visible = true; } function showEmphasized(e) { if (e && (!__emphatic)) { if (emphasizedStyleDeclaration != undefined) { __emphaticStyleName = styleName; styleName = emphasizedStyleDeclaration; } __emphatic = true; } else { if (__emphatic) { styleName = __emphaticStyleName; } __emphatic = false; } } function refresh(Void) { var _local2 = getState(); if (enabled == false) { viewIcon("disabled"); viewSkin("disabled"); } else { viewSkin(phase); viewIcon(phase); } setView(phase == "down"); iconName.enabled = enabled; } function setView(offset) { if (iconName == undefined) { return(undefined); } var _local2 = (offset ? (btnOffset) : 0); iconName._x = ((__width - iconName._width) / 2) + _local2; iconName._y = ((__height - iconName._height) / 2) + _local2; } function setStateVar(state) { if (state) { if (trueOverSkin.length == 0) { rolloverSkin = tus; } else { rolloverSkin = trs; } if (trueOverIcon.length == 0) { rolloverIcon = tui; } else { rolloverIcon = tri; } upSkin = tus; downSkin = tds; disabledSkin = dts; upIcon = tui; downIcon = tdi; disabledIcon = dti; } else { if (falseOverSkin.length == 0) { rolloverSkin = fus; } else { rolloverSkin = frs; } if (falseOverIcon.length == 0) { rolloverIcon = fui; } else { rolloverIcon = fri; } upSkin = fus; downSkin = fds; disabledSkin = dfs; upIcon = fui; downIcon = fdi; disabledIcon = dfi; } __state = state; } function setState(state) { if (state != __state) { setStateVar(state); invalidate(); } } function size(Void) { refresh(); } function draw(Void) { if (initializing) { initializing = false; skinName.visible = true; iconName.visible = true; } size(); } function getState(Void) { return(__state); } function setToggle(val) { __toggle = val; if (__toggle == false) { setState(false); } } function getToggle(Void) { return(__toggle); } function set toggle(val) { setToggle(val); //return(toggle); } function get toggle() { return(getToggle()); } function set value(val) { setSelected(val); //return(value); } function get value() { return(getSelected()); } function set selected(val) { setSelected(val); //return(selected); } function get selected() { return(getSelected()); } function setSelected(val) { if (__toggle) { setState(val); } else { setState((initializing ? (val) : (__state))); } } function getSelected() { return(__state); } function setEnabled(val) { if (enabled != val) { super.setEnabled(val); invalidate(); } } function onPress(Void) { pressFocus(); phase = "down"; refresh(); dispatchEvent({type:"buttonDown"}); if (autoRepeat) { interval = setInterval(this, "onPressDelay", getStyle("repeatDelay")); } } function onPressDelay(Void) { dispatchEvent({type:"buttonDown"}); if (autoRepeat) { clearInterval(interval); interval = setInterval(this, "onPressRepeat", getStyle("repeatInterval")); } } function onPressRepeat(Void) { dispatchEvent({type:"buttonDown"}); updateAfterEvent(); } function onRelease(Void) { releaseFocus(); phase = "rollover"; if (interval != undefined) { clearInterval(interval); delete interval; } if (getToggle()) { setState(!getState()); } else { refresh(); } dispatchEvent({type:"click"}); } function onDragOut(Void) { phase = "up"; refresh(); dispatchEvent({type:"buttonDragOut"}); } function onDragOver(Void) { if (phase != "up") { onPress(); return(undefined); } phase = "down"; refresh(); } function onReleaseOutside(Void) { releaseFocus(); phase = "up"; if (interval != undefined) { clearInterval(interval); delete interval; } } function onRollOver(Void) { phase = "rollover"; refresh(); } function onRollOut(Void) { phase = "up"; refresh(); } function getLabel(Void) { return(fui.text); } function setLabel(val) { if (typeof(fui) == "string") { createLabel("fui", 8, val); fui.styleName = this; } else { fui.text = val; } var _local4 = fui._getTextFormat(); var _local2 = _local4.getTextExtent2(val); fui._width = _local2.width + 5; fui._height = _local2.height + 5; iconName = fui; setView(__state); } function get emphasized() { return(__emphasized); } function set emphasized(val) { __emphasized = val; var _local2 = 0; while (_local2 < 8) { this[idNames[_local2]] = stateNames[_local2] + "Skin"; if (typeof(this[idNames[_local2 + 8]]) == "movieclip") { this[idNames[_local2 + 8]] = stateNames[_local2] + "Icon"; } _local2++; } showEmphasized(__emphasized); setStateVar(__state); invalidateStyle(); //return(emphasized); } function keyDown(e) { if (e.code == 32) { onPress(); } } function keyUp(e) { if (e.code == 32) { onRelease(); } } function onKillFocus(newFocus) { super.onKillFocus(); if (phase != "up") { phase = "up"; refresh(); } } static var symbolName = "SimpleButton"; static var symbolOwner = mx.controls.SimpleButton; static var version = "2.0.2.127"; var className = "SimpleButton"; var style3dInset = 4; var btnOffset = 1; var __toggle = false; var __state = false; var __emphasized = false; var __emphatic = false; static var falseUp = 0; static var falseDown = 1; static var falseOver = 2; static var falseDisabled = 3; static var trueUp = 4; static var trueDown = 5; static var trueOver = 6; static var trueDisabled = 7; var falseUpSkin = "SimpleButtonUp"; var falseDownSkin = "SimpleButtonIn"; var falseOverSkin = ""; var falseDisabledSkin = "SimpleButtonUp"; var trueUpSkin = "SimpleButtonIn"; var trueDownSkin = ""; var trueOverSkin = ""; var trueDisabledSkin = "SimpleButtonIn"; var falseUpIcon = ""; var falseDownIcon = ""; var falseOverIcon = ""; var falseDisabledIcon = ""; var trueUpIcon = ""; var trueDownIcon = ""; var trueOverIcon = ""; var trueDisabledIcon = ""; var phase = "up"; var fui = "falseUpIcon"; var fus = "falseUpSkin"; var fdi = "falseDownIcon"; var fds = "falseDownSkin"; var frs = "falseOverSkin"; var fri = "falseOverIcon"; var dfi = "falseDisabledIcon"; var dfs = "falseDisabledSkin"; var tui = "trueUpIcon"; var tus = "trueUpSkin"; var tdi = "trueDownIcon"; var tds = "trueDownSkin"; var trs = "trueOverSkin"; var tri = "trueOverIcon"; var dts = "trueDisabledSkin"; var dti = "trueDisabledIcon"; var rolloverSkin = mx.controls.SimpleButton.prototype.frs; var rolloverIcon = mx.controls.SimpleButton.prototype.fri; var upSkin = mx.controls.SimpleButton.prototype.fus; var downSkin = mx.controls.SimpleButton.prototype.fds; var disabledSkin = mx.controls.SimpleButton.prototype.dfs; var upIcon = mx.controls.SimpleButton.prototype.fui; var downIcon = mx.controls.SimpleButton.prototype.fdi; var disabledIcon = mx.controls.SimpleButton.prototype.dfi; var initializing = true; var idNames = ["fus", "fds", "frs", "dfs", "tus", "tds", "trs", "dts", "fui", "fdi", "fri", "dfi", "tui", "tdi", "tri", "dti"]; var stateNames = ["falseUp", "falseDown", "falseOver", "falseDisabled", "trueUp", "trueDown", "trueOver", "trueDisabled"]; var refNames = ["upSkin", "downSkin", "rolloverSkin", "disabledSkin"]; var tagMap = {falseUpSkin:0, falseDownSkin:1, falseOverSkin:2, falseDisabledSkin:3, trueUpSkin:4, trueDownSkin:5, trueOverSkin:6, trueDisabledSkin:7, falseUpIcon:0, falseDownIcon:1, falseOverIcon:2, falseDisabledIcon:3, trueUpIcon:4, trueDownIcon:5, trueOverIcon:6, trueDisabledIcon:7}; }
Symbol 1229 MovieClip [__Packages.mx.managers.SystemManager] Frame 0
class mx.managers.SystemManager { static var _xAddEventListener, addEventListener, __addEventListener, _xRemoveEventListener, removeEventListener, __removeEventListener, form, __screen, dispatchEvent; function SystemManager () { } static function init(Void) { if (_initialized == false) { _initialized = true; mx.events.EventDispatcher.initialize(mx.managers.SystemManager); Mouse.addListener(mx.managers.SystemManager); Stage.addListener(mx.managers.SystemManager); _xAddEventListener = addEventListener; addEventListener = __addEventListener; _xRemoveEventListener = removeEventListener; removeEventListener = __removeEventListener; } } static function addFocusManager(f) { form = f; f.focusManager.activate(); } static function removeFocusManager(f) { } static function onMouseDown(Void) { var _local1 = form; _local1.focusManager._onMouseDown(); } static function onResize(Void) { var _local7 = Stage.width; var _local6 = Stage.height; var _local9 = _global.origWidth; var _local8 = _global.origHeight; var _local3 = Stage.align; var _local5 = (_local9 - _local7) / 2; var _local4 = (_local8 - _local6) / 2; if (_local3 == "T") { _local4 = 0; } else if (_local3 == "B") { _local4 = _local8 - _local6; } else if (_local3 == "L") { _local5 = 0; } else if (_local3 == "R") { _local5 = _local9 - _local7; } else if (_local3 == "LT") { _local4 = 0; _local5 = 0; } else if (_local3 == "TR") { _local4 = 0; _local5 = _local9 - _local7; } else if (_local3 == "LB") { _local4 = _local8 - _local6; _local5 = 0; } else if (_local3 == "RB") { _local4 = _local8 - _local6; _local5 = _local9 - _local7; } if (__screen == undefined) { __screen = new Object(); } __screen.x = _local5; __screen.y = _local4; __screen.width = _local7; __screen.height = _local6; _root.focusManager.relocate(); dispatchEvent({type:"resize"}); } static function get screen() { init(); if (__screen == undefined) { onResize(); } return(__screen); } static var _initialized = false; static var idleFrames = 0; static var isMouseDown = false; static var forms = new Array(); }
Symbol 1230 MovieClip [__Packages.mx.managers.OverlappedWindows] Frame 0
class mx.managers.OverlappedWindows { function OverlappedWindows () { } static function checkIdle(Void) { if (mx.managers.SystemManager.idleFrames > 10) { mx.managers.SystemManager.dispatchEvent({type:"idle"}); } else { mx.managers.SystemManager.idleFrames++; } } static function __addEventListener(e, o, l) { if (e == "idle") { if (mx.managers.SystemManager.interval == undefined) { mx.managers.SystemManager.interval = setInterval(mx.managers.SystemManager.checkIdle, 100); } } mx.managers.SystemManager._xAddEventListener(e, o, l); } static function __removeEventListener(e, o, l) { if (e == "idle") { if (mx.managers.SystemManager._xRemoveEventListener(e, o, l) == 0) { clearInterval(mx.managers.SystemManager.interval); } } else { mx.managers.SystemManager._xRemoveEventListener(e, o, l); } } static function onMouseDown(Void) { mx.managers.SystemManager.idleFrames = 0; mx.managers.SystemManager.isMouseDown = true; var _local5 = _root; var _local3; var _local8 = _root._xmouse; var _local7 = _root._ymouse; if (mx.managers.SystemManager.form.modalWindow == undefined) { if (mx.managers.SystemManager.forms.length > 1) { var _local6 = mx.managers.SystemManager.forms.length; var _local4; _local4 = 0; while (_local4 < _local6) { var _local2 = mx.managers.SystemManager.forms[_local4]; if (_local2._visible) { if (_local2.hitTest(_local8, _local7)) { if (_local3 == undefined) { _local3 = _local2.getDepth(); _local5 = _local2; } else if (_local3 < _local2.getDepth()) { _local3 = _local2.getDepth(); _local5 = _local2; } } } _local4++; } if (_local5 != mx.managers.SystemManager.form) { mx.managers.SystemManager.activate(_local5); } } } var _local9 = mx.managers.SystemManager.form; _local9.focusManager._onMouseDown(); } static function onMouseMove(Void) { mx.managers.SystemManager.idleFrames = 0; } static function onMouseUp(Void) { mx.managers.SystemManager.isMouseDown = false; mx.managers.SystemManager.idleFrames = 0; } static function activate(f) { if (mx.managers.SystemManager.form != undefined) { if ((mx.managers.SystemManager.form != f) && (mx.managers.SystemManager.forms.length > 1)) { var _local1 = mx.managers.SystemManager.form; _local1.focusManager.deactivate(); } } mx.managers.SystemManager.form = f; f.focusManager.activate(); } static function deactivate(f) { if (mx.managers.SystemManager.form != undefined) { if ((mx.managers.SystemManager.form == f) && (mx.managers.SystemManager.forms.length > 1)) { var _local5 = mx.managers.SystemManager.form; _local5.focusManager.deactivate(); var _local3 = mx.managers.SystemManager.forms.length; var _local1; var _local2; _local1 = 0; while (_local1 < _local3) { if (mx.managers.SystemManager.forms[_local1] == f) { _local1 = _local1 + 1; while (_local1 < _local3) { if (mx.managers.SystemManager.forms[_local1]._visible == true) { _local2 = mx.managers.SystemManager.forms[_local1]; } _local1++; } mx.managers.SystemManager.form = _local2; break; } if (mx.managers.SystemManager.forms[_local1]._visible == true) { _local2 = mx.managers.SystemManager.forms[_local1]; } _local1++; } _local5 = mx.managers.SystemManager.form; _local5.focusManager.activate(); } } } static function addFocusManager(f) { mx.managers.SystemManager.forms.push(f); mx.managers.SystemManager.activate(f); } static function removeFocusManager(f) { var _local3 = mx.managers.SystemManager.forms.length; var _local1; _local1 = 0; while (_local1 < _local3) { if (mx.managers.SystemManager.forms[_local1] == f) { if (mx.managers.SystemManager.form == f) { mx.managers.SystemManager.deactivate(f); } mx.managers.SystemManager.forms.splice(_local1, 1); return(undefined); } _local1++; } } static function enableOverlappedWindows() { if (!initialized) { initialized = true; mx.managers.SystemManager.checkIdle = checkIdle; mx.managers.SystemManager.__addEventListener = __addEventListener; mx.managers.SystemManager.__removeEventListener = __removeEventListener; mx.managers.SystemManager.onMouseDown = onMouseDown; mx.managers.SystemManager.onMouseMove = onMouseMove; mx.managers.SystemManager.onMouseUp = onMouseUp; mx.managers.SystemManager.activate = activate; mx.managers.SystemManager.deactivate = deactivate; mx.managers.SystemManager.addFocusManager = addFocusManager; mx.managers.SystemManager.removeFocusManager = removeFocusManager; } } static var initialized = false; static var SystemManagerDependency = mx.managers.SystemManager; }
Symbol 1231 MovieClip [__Packages.mx.core.ext.UIComponentExtensions] Frame 0
class mx.core.ext.UIComponentExtensions { function UIComponentExtensions () { } static function Extensions() { if (bExtended == true) { return(true); } bExtended = true; TextField.prototype.setFocus = function () { Selection.setFocus(this); }; TextField.prototype.onSetFocus = function (oldFocus) { if (this.tabEnabled != false) { if (this.getFocusManager().bDrawFocus) { this.drawFocus(true); } } }; TextField.prototype.onKillFocus = function (oldFocus) { if (this.tabEnabled != false) { this.drawFocus(false); } }; TextField.prototype.drawFocus = mx.core.UIComponent.prototype.drawFocus; TextField.prototype.getFocusManager = mx.core.UIComponent.prototype.getFocusManager; mx.managers.OverlappedWindows.enableOverlappedWindows(); mx.styles.CSSSetStyle.enableRunTimeCSS(); mx.managers.FocusManager.enableFocusManagement(); } static var bExtended = false; static var UIComponentExtended = Extensions(); static var UIComponentDependency = mx.core.UIComponent; static var FocusManagerDependency = mx.managers.FocusManager; static var OverlappedWindowsDependency = mx.managers.OverlappedWindows; }
Symbol 1232 MovieClip [__Packages.mx.styles.CSSSetStyle] Frame 0
class mx.styles.CSSSetStyle { var styleName, stylecache, _color, setColor, invalidateStyle; function CSSSetStyle () { } function _setStyle(styleProp, newValue) { this[styleProp] = newValue; if (mx.styles.StyleManager.TextStyleMap[styleProp] != undefined) { if (styleProp == "color") { if (isNaN(newValue)) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } } _level0.changeTextStyleInChildren(styleProp); return(undefined); } if (mx.styles.StyleManager.isColorStyle(styleProp)) { if (isNaN(newValue)) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } if (styleProp == "themeColor") { var _local7 = mx.styles.StyleManager.colorNames.haloBlue; var _local6 = mx.styles.StyleManager.colorNames.haloGreen; var _local8 = mx.styles.StyleManager.colorNames.haloOrange; var _local4 = {}; _local4[_local7] = 12188666 /* 0xB9FBFA */; _local4[_local6] = 13500353 /* 0xCDFFC1 */; _local4[_local8] = 16766319 /* 0xFFD56F */; var _local5 = {}; _local5[_local7] = 13958653 /* 0xD4FDFD */; _local5[_local6] = 14942166 /* 0xE3FFD6 */; _local5[_local8] = 16772787 /* 0xFFEEB3 */; var _local9 = _local4[newValue]; var _local10 = _local5[newValue]; if (_local9 == undefined) { _local9 = newValue; } if (_local10 == undefined) { _local10 = newValue; } setStyle("selectionColor", _local9); setStyle("rollOverColor", _local10); } _level0.changeColorStyleInChildren(styleName, styleProp, newValue); } else { if ((styleProp == "backgroundColor") && (isNaN(newValue))) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } _level0.notifyStyleChangeInChildren(styleName, styleProp, newValue); } } function changeTextStyleInChildren(styleProp) { var _local4 = getTimer(); var _local5; for (_local5 in this) { var _local2 = this[_local5]; if (_local2._parent == this) { if (_local2.searchKey != _local4) { if (_local2.stylecache != undefined) { delete _local2.stylecache.tf; delete _local2.stylecache[styleProp]; } _local2.invalidateStyle(styleProp); _local2.changeTextStyleInChildren(styleProp); _local2.searchKey = _local4; } } } } function changeColorStyleInChildren(sheetName, colorStyle, newValue) { var _local6 = getTimer(); var _local7; for (_local7 in this) { var _local2 = this[_local7]; if (_local2._parent == this) { if (_local2.searchKey != _local6) { if (((_local2.getStyleName() == sheetName) || (sheetName == undefined)) || (sheetName == "_global")) { if (_local2.stylecache != undefined) { delete _local2.stylecache[colorStyle]; } if (typeof(_local2._color) == "string") { if (_local2._color == colorStyle) { var _local4 = _local2.getStyle(colorStyle); if (colorStyle == "color") { if (stylecache.tf.color != undefined) { stylecache.tf.color = _local4; } } _local2.setColor(_local4); } } else if (_local2._color[colorStyle] != undefined) { if (typeof(_local2) != "movieclip") { _local2._parent.invalidateStyle(); } else { _local2.invalidateStyle(colorStyle); } } } _local2.changeColorStyleInChildren(sheetName, colorStyle, newValue); _local2.searchKey = _local6; } } } } function notifyStyleChangeInChildren(sheetName, styleProp, newValue) { var _local5 = getTimer(); var _local6; for (_local6 in this) { var _local2 = this[_local6]; if (_local2._parent == this) { if (_local2.searchKey != _local5) { if (((_local2.styleName == sheetName) || ((_local2.styleName != undefined) && (typeof(_local2.styleName) == "movieclip"))) || (sheetName == undefined)) { if (_local2.stylecache != undefined) { delete _local2.stylecache[styleProp]; delete _local2.stylecache.tf; } delete _local2.enabledColor; _local2.invalidateStyle(styleProp); } _local2.notifyStyleChangeInChildren(sheetName, styleProp, newValue); _local2.searchKey = _local5; } } } } function setStyle(styleProp, newValue) { if (stylecache != undefined) { delete stylecache[styleProp]; delete stylecache.tf; } this[styleProp] = newValue; if (mx.styles.StyleManager.isColorStyle(styleProp)) { if (isNaN(newValue)) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } if (styleProp == "themeColor") { var _local10 = mx.styles.StyleManager.colorNames.haloBlue; var _local9 = mx.styles.StyleManager.colorNames.haloGreen; var _local11 = mx.styles.StyleManager.colorNames.haloOrange; var _local6 = {}; _local6[_local10] = 12188666 /* 0xB9FBFA */; _local6[_local9] = 13500353 /* 0xCDFFC1 */; _local6[_local11] = 16766319 /* 0xFFD56F */; var _local7 = {}; _local7[_local10] = 13958653 /* 0xD4FDFD */; _local7[_local9] = 14942166 /* 0xE3FFD6 */; _local7[_local11] = 16772787 /* 0xFFEEB3 */; var _local12 = _local6[newValue]; var _local13 = _local7[newValue]; if (_local12 == undefined) { _local12 = newValue; } if (_local13 == undefined) { _local13 = newValue; } setStyle("selectionColor", _local12); setStyle("rollOverColor", _local13); } if (typeof(_color) == "string") { if (_color == styleProp) { if (styleProp == "color") { if (stylecache.tf.color != undefined) { stylecache.tf.color = newValue; } } setColor(newValue); } } else if (_color[styleProp] != undefined) { invalidateStyle(styleProp); } changeColorStyleInChildren(undefined, styleProp, newValue); } else { if ((styleProp == "backgroundColor") && (isNaN(newValue))) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } invalidateStyle(styleProp); } if (mx.styles.StyleManager.isInheritingStyle(styleProp) || (styleProp == "styleName")) { var _local8; var _local5 = newValue; if (styleProp == "styleName") { _local8 = ((typeof(newValue) == "string") ? (_global.styles[newValue]) : (_local5)); _local5 = _local8.themeColor; if (_local5 != undefined) { _local8.rollOverColor = (_local8.selectionColor = _local5); } } notifyStyleChangeInChildren(undefined, styleProp, newValue); } } static function enableRunTimeCSS() { } static function classConstruct() { var _local2 = MovieClip.prototype; var _local3 = mx.styles.CSSSetStyle.prototype; mx.styles.CSSStyleDeclaration.prototype.setStyle = _local3._setStyle; _local2.changeTextStyleInChildren = _local3.changeTextStyleInChildren; _local2.changeColorStyleInChildren = _local3.changeColorStyleInChildren; _local2.notifyStyleChangeInChildren = _local3.notifyStyleChangeInChildren; _local2.setStyle = _local3.setStyle; _global.ASSetPropFlags(_local2, "changeTextStyleInChildren", 1); _global.ASSetPropFlags(_local2, "changeColorStyleInChildren", 1); _global.ASSetPropFlags(_local2, "notifyStyleChangeInChildren", 1); _global.ASSetPropFlags(_local2, "setStyle", 1); var _local4 = TextField.prototype; _local4.setStyle = _local2.setStyle; _local4.changeTextStyleInChildren = _local3.changeTextStyleInChildren; return(true); } static var classConstructed = classConstruct(); static var CSSStyleDeclarationDependency = mx.styles.CSSStyleDeclaration; }
Symbol 1233 MovieClip [__Packages.it.sephiroth.mloaderWindow] Frame 0
class it.sephiroth.mloaderWindow extends mx.core.UIComponent { var progressBar, ls_stage, _x, _y, label_txt, bar_fg, progress, modalWindow, border_mc, __get__borderColor, isModal, centered, title_mc, shadow_mc, dispatchEvent, localToGlobal, _parent; function mloaderWindow () { super(); progressBar = true; ls_stage = new Object(); ls_stage.target = this; ls_stage.onResize = function () { if (this.target.centered) { this.target.setPosition((Stage.width / 2) - (this.target.getSize()[0] / 2), (Stage.height / 2) - (this.target.getSize()[1] / 2)); } else { this.target.updateModalWindow(); } }; Stage.addListener(ls_stage); } function init(Void) { super.init(); mx.events.EventDispatcher.initialize(this); _x = Math.floor(_x); _y = Math.floor(_y); label_txt.autoSize = "left"; bar_fg = progress.bar_fg; bar_fg._width = min_w; modalWindow._visible = false; modalWindow.onPress = function () { }; modalWindow.useHandCursor = false; modalWindow._width = 0; modalWindow._height = 0; } function draw() { super.draw(); } function createChildren(Void) { super.createChildren(); } function set value(obj) { obj = Math.ceil(obj); if (obj < 0) { obj = 1; } if (obj > 100) { obj = 100; } progress.bar_fg._width = (max_w / 100) * obj; //return(value); } function get value() { return((bar_fg._width / max_w) * 100); } function set label(str) { label_txt.text = str; invalidate(); //return(label); } function get label() { return(label_txt.text); } function set borderColor(str) { var _local5 = new Color(border_mc.border_up.line); var _local3 = new Color(border_mc.border_down.line); var _local2 = new Color(border_mc.border_middle.line); _local5.setRGB(str); _local3.setRGB(str); _local2.setRGB(str); //return(__get__borderColor()); } function open(modal, animate, center) { if (modal == true) { isModal = true; } else { isModal = false; } centered = center; invalidate(); if (centered) { setPosition((Stage.width / 2) - (getSize()[0] / 2), (Stage.height / 2) - (getSize()[1] / 2)); } var target_h = border_mc._height; if ((animate == true) || (animate == undefined)) { progress._visible = false; label_txt._visible = false; title_mc._visible = false; shadow_mc._visible = false; accSize(0); border_mc.dy = 0; border_mc.onEnterFrame = function () { this.dy = (this.dy + ((target_h - this._height) / 1.6)) / 2.3; this._parent.accSize(this._parent.height + this.dy); if (Math.abs(this.dy) < 0.2) { delete this.onEnterFrame; this._parent.adjustContents(); this._parent.progress._visible = this._parent.progressBar; this._parent.label_txt._visible = true; this._parent.title_mc._visible = true; this._parent.shadow_mc._visible = true; this._parent.adjustShadow(); this._parent.dispatchEvent({type:"draw", target:this._parent}); } }; } else { invalidate(); dispatchEvent({type:"draw", target:this}); } } function close(delay) { if (delay == undefined) { delay = 0; } var t1 = getTimer(); border_mc.onEnterFrame = function () { if ((getTimer() - t1) > (delay * 1000)) { this._parent.progress._visible = false; this._parent.label_txt._visible = false; this._parent.title_mc._visible = false; this._parent.shadow_mc._visible = false; delete this.onEnterFrame; this.onEnterFrame = function () { if (this._alpha < 0) { delete this.onEnterFrame; this._visible = false; this._alpha = 100; this._parent.dispatchEvent({type:"close", target:this._parent}); } this._alpha = this._alpha - 10; }; } }; } function invalidate() { var _local2 = new Object(); adjustContents(); _local2 = progress.getBounds(border_mc); if (progressBar == false) { progress._visible = false; _local2.yMax = _local2.yMax - progress._height; } if (isModal) { updateModalWindow(); } else { modalWindow._visible = false; } border_mc.border_down._y = Math.floor(_local2.yMax + 10) + 0.5; border_mc.border_middle._height = border_mc.border_down._y - border_mc.border_middle._y; adjustShadow(); } function updateModalWindow() { if (isModal) { modalWindow._visible = true; modalWindow._width = Stage.width; modalWindow._height = Stage.height; var _local2 = new Object(); _local2.x = border_mc._x; _local2.y = border_mc._y; localToGlobal(_local2); var _local3 = _parent.getBounds(border_mc); modalWindow._x = (-_local2.x) + border_mc._x; modalWindow._y = (-_local2.y) + border_mc._y; } } function adjustContents() { var _local2 = new Object(); _local2 = border_mc.border_up.getBounds(this); title_mc._y = Math.floor(_local2.yMin + 20); label_txt._y = Math.floor(title_mc._y + 16); progress._y = Math.ceil((label_txt._y + label_txt.textHeight) + 5); } function accSize(size) { border_mc.border_up._y = (-size) / 2; border_mc.border_down._y = (border_mc.border_up._y + border_mc.border_up._height) + size; border_mc.border_middle._y = border_mc.border_up._y + border_mc.border_up._height; border_mc.border_middle._height = border_mc.border_down._y - border_mc.border_middle._y; } function get height() { return((border_mc.border_down._y - border_mc.border_up._y) - border_mc.border_up._height); } function adjustShadow() { shadow_mc.shadow_up._y = border_mc.border_up._y + 4; shadow_mc.shadow_down._y = border_mc.border_down._y + 4; shadow_mc.shadow_middle._height = border_mc.border_middle._height; shadow_mc.shadow_middle._y = border_mc.border_middle._y + 4; } function getSize() { return([border_mc._x, border_mc._y]); } function setPosition(x, y) { modalWindow._width = 0; modalWindow._height = 0; modalWindow._x = border_mc._x; modalWindow._y = border_mc._y; _x = Math.round(x - (border_mc._x / 2)); _y = Math.round(y - (border_mc._y / 2)); updateModalWindow(); } static var symbolName = "mloaderWindow"; static var symbolOwner = it.sephiroth.mloaderWindow; var className = "it.sephiroth.mloaderWindow"; var max_w = 128; var min_w = 1; }
Symbol 1234 MovieClip [__Packages.it.sephiroth.PrintScreen] Frame 0
class it.sephiroth.PrintScreen { var broadcastMessage, record, id; function PrintScreen () { AsBroadcaster.initialize(this); } function print(mc, x, y, w, h) { broadcastMessage("onStart", mc); if (x == undefined) { x = 0; } if (y == undefined) { y = 0; } if (w == undefined) { w = mc._width; } if (h == undefined) { h = mc._height; } var _local6 = new flash.display.BitmapData(w, h, false); record = new LoadVars(); record.width = w; record.height = h; record.cols = 0; record.rows = 0; var _local5 = new flash.geom.Matrix(); _local5.translate(-x, -y); _local6.draw(mc, _local5, new flash.geom.ColorTransform(), 1, new flash.geom.Rectangle(0, 0, w, h)); id = setInterval(copysource, 5, this, mc, _local6); } function copysource(scope, movie, bit) { var _local3; var _local4; scope.record["px" + scope.record.rows] = new Array(); var _local1 = 0; while (_local1 < bit.width) { _local3 = bit.getPixel(_local1, scope.record.rows); _local4 = _local3.toString(16); if (_local3 == 16777215) { _local4 = ""; } scope.record["px" + scope.record.rows].push(_local4); _local1++; } scope.broadcastMessage("onProgress", movie, scope.record.rows, bit.height); scope.record.rows = scope.record.rows + 1; if (scope.record.rows >= bit.height) { clearInterval(scope.id); scope.broadcastMessage("onComplete", movie, scope.record); bit.dispose(); } } }
Symbol 399 MovieClip [__Packages.mx.core.View] Frame 0
class mx.core.View extends mx.core.UIComponent { var tabChildren, tabEnabled, boundingBox_mc, border_mc, __get__width, __get__height, __tabIndex, depth, createObject, createClassObject, loadExternal, destroyObject, createClassChildAtDepth, doLater; function View () { super(); } function init() { super.init(); tabChildren = true; tabEnabled = false; boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } function size() { border_mc.move(0, 0); border_mc.setSize(__get__width(), __get__height()); doLayout(); } function draw() { size(); } function get numChildren() { var _local3 = childNameBase; var _local2 = 0; while (true) { if (this[_local3 + _local2] == undefined) { return(_local2); } _local2++; } } function get tabIndex() { return((tabEnabled ? (__tabIndex) : undefined)); } function addLayoutObject(object) { } function createChild(className, instanceName, initProps) { if (depth == undefined) { depth = 1; } var _local2; if (typeof(className) == "string") { _local2 = createObject(className, instanceName, depth++, initProps); } else { _local2 = createClassObject(className, instanceName, depth++, initProps); } if (_local2 == undefined) { _local2 = loadExternal(className, _loadExternalClass, instanceName, depth++, initProps); } else { this[childNameBase + numChildren] = _local2; _local2._complete = true; childLoaded(_local2); } addLayoutObject(_local2); return(_local2); } function getChildAt(childIndex) { return(this[childNameBase + childIndex]); } function destroyChildAt(childIndex) { if (!((childIndex >= 0) && (childIndex < numChildren))) { return(undefined); } var _local4 = childNameBase + childIndex; var _local6 = numChildren; var _local3; for (_local3 in this) { if (_local3 == _local4) { _local4 = ""; destroyObject(_local3); break; } } var _local2 = Number(childIndex); while (_local2 < (_local6 - 1)) { this[childNameBase + _local2] = this[childNameBase + (_local2 + 1)]; _local2++; } delete this[childNameBase + (_local6 - 1)]; depth--; } function initLayout() { if (!hasBeenLayedOut) { doLayout(); } } function doLayout() { hasBeenLayedOut = true; } function createChildren() { if (border_mc == undefined) { border_mc = createClassChildAtDepth(_global.styles.rectBorderClass, mx.managers.DepthManager.kBottom, {styleName:this}); } doLater(this, "initLayout"); } function convertToUIObject(obj) { } function childLoaded(obj) { convertToUIObject(obj); } static function extension() { mx.core.ExternalContent.enableExternalContent(); } static var symbolName = "View"; static var symbolOwner = mx.core.View; static var version = "2.0.2.123"; var className = "View"; static var childNameBase = "_child"; var hasBeenLayedOut = false; var _loadExternalClass = "UIComponent"; }
Symbol 400 MovieClip [__Packages.mx.core.ScrollView] Frame 0
class mx.core.ScrollView extends mx.core.View { var __width, hScroller, vScroller, __maxHPosition, propsInited, scrollAreaChanged, specialHScrollCase, createObject, viewableColumns, __height, oldRndUp, viewableRows, __viewMetrics, owner, enabled, border_mc, __get__width, __get__height, invLayout, mask_mc, _parent, dispatchEvent; function ScrollView () { super(); } function getHScrollPolicy(Void) { return(__hScrollPolicy); } function setHScrollPolicy(policy) { __hScrollPolicy = policy.toLowerCase(); if (__width == undefined) { return(undefined); } setScrollProperties(numberOfCols, columnWidth, rowC, rowH, heightPadding, widthPadding); } function get hScrollPolicy() { return(getHScrollPolicy()); } function set hScrollPolicy(policy) { setHScrollPolicy(policy); //return(hScrollPolicy); } function getVScrollPolicy(Void) { return(__vScrollPolicy); } function setVScrollPolicy(policy) { __vScrollPolicy = policy.toLowerCase(); if (__width == undefined) { return(undefined); } setScrollProperties(numberOfCols, columnWidth, rowC, rowH, heightPadding, widthPadding); } function get vScrollPolicy() { return(getVScrollPolicy()); } function set vScrollPolicy(policy) { setVScrollPolicy(policy); //return(vScrollPolicy); } function get hPosition() { return(getHPosition()); } function set hPosition(pos) { setHPosition(pos); //return(hPosition); } function getHPosition(Void) { return(__hPosition); } function setHPosition(pos) { hScroller.__set__scrollPosition(pos); __hPosition = pos; } function get vPosition() { return(getVPosition()); } function set vPosition(pos) { setVPosition(pos); //return(vPosition); } function getVPosition(Void) { return(__vPosition); } function setVPosition(pos) { vScroller.__set__scrollPosition(pos); __vPosition = pos; } function get maxVPosition() { var _local2 = vScroller.maxPos; return(((_local2 == undefined) ? 0 : (_local2))); } function get maxHPosition() { return(getMaxHPosition()); } function set maxHPosition(pos) { setMaxHPosition(pos); //return(maxHPosition); } function getMaxHPosition(Void) { if (__maxHPosition != undefined) { return(__maxHPosition); } var _local2 = hScroller.maxPos; return(((_local2 == undefined) ? 0 : (_local2))); } function setMaxHPosition(pos) { __maxHPosition = pos; } function setScrollProperties(colCount, colWidth, rwCount, rwHeight, hPadding, wPadding) { var _local3 = getViewMetrics(); if (hPadding == undefined) { hPadding = 0; } if (wPadding == undefined) { wPadding = 0; } propsInited = true; delete scrollAreaChanged; heightPadding = hPadding; widthPadding = wPadding; if (colWidth == 0) { colWidth = 1; } if (rwHeight == 0) { rwHeight = 1; } var _local5 = Math.ceil((((__width - _local3.left) - _local3.right) - widthPadding) / colWidth); if ((__hScrollPolicy == "on") || ((_local5 < colCount) && (__hScrollPolicy == "auto"))) { if ((hScroller == undefined) || (specialHScrollCase)) { delete specialHScrollCase; hScroller = createObject("HScrollBar", "hSB", 1001); hScroller.__set__lineScrollSize(20); hScroller.scrollHandler = scrollProxy; hScroller.__set__scrollPosition(__hPosition); scrollAreaChanged = true; } if ((((numberOfCols != colCount) || (columnWidth != colWidth)) || (viewableColumns != _local5)) || (scrollAreaChanged)) { hScroller.setScrollProperties(_local5, 0, colCount - _local5); viewableColumns = _local5; numberOfCols = colCount; columnWidth = colWidth; } } else if (((__hScrollPolicy == "auto") || (__hScrollPolicy == "off")) && (hScroller != undefined)) { hScroller.removeMovieClip(); delete hScroller; scrollAreaChanged = true; } if (heightPadding == undefined) { heightPadding = 0; } var _local4 = Math.ceil((((__height - _local3.top) - _local3.bottom) - heightPadding) / rwHeight); var _local8 = (((__height - _local3.top) - _local3.bottom) % rwHeight) != 0; if ((__vScrollPolicy == "on") || ((_local4 < (rwCount + _local8)) && (__vScrollPolicy == "auto"))) { if (vScroller == undefined) { vScroller = createObject("VScrollBar", "vSB", 1002); vScroller.scrollHandler = scrollProxy; vScroller.__set__scrollPosition(__vPosition); scrollAreaChanged = true; rowH = 0; } if ((((rowC != rwCount) || (rowH != rwHeight)) || ((viewableRows + _local8) != (_local4 + oldRndUp))) || (scrollAreaChanged)) { vScroller.setScrollProperties(_local4, 0, (rwCount - _local4) + _local8); viewableRows = _local4; rowC = rwCount; rowH = rwHeight; oldRndUp = _local8; } } else if (((__vScrollPolicy == "auto") || (__vScrollPolicy == "off")) && (vScroller != undefined)) { vScroller.removeMovieClip(); delete vScroller; scrollAreaChanged = true; } numberOfCols = colCount; columnWidth = colWidth; if (scrollAreaChanged) { doLayout(); var _local2 = __viewMetrics; var _local12 = ((owner != undefined) ? (owner) : this); _local12.layoutContent(_local2.left, _local2.top, ((columnWidth * numberOfCols) - _local2.left) - _local2.right, rowC * rowH, (__width - _local2.left) - _local2.right, (__height - _local2.top) - _local2.bottom); } if (!enabled) { setEnabled(false); } } function getViewMetrics(Void) { var _local2 = __viewMetrics; var _local3 = border_mc.__get__borderMetrics(); _local2.left = _local3.left; _local2.right = _local3.right; if (vScroller != undefined) { _local2.right = _local2.right + vScroller.minWidth; } _local2.top = _local3.top; if ((hScroller == undefined) && ((__hScrollPolicy == "on") || (__hScrollPolicy == true))) { hScroller = createObject("FHScrollBar", "hSB", 1001); specialHScrollCase = true; } _local2.bottom = _local3.bottom; if (hScroller != undefined) { _local2.bottom = _local2.bottom + hScroller.minHeight; } return(_local2); } function doLayout(Void) { var _local10 = __get__width(); var _local8 = __get__height(); delete invLayout; var _local3 = (__viewMetrics = getViewMetrics()); var _local2 = _local3.left; var _local9 = _local3.right; var _local5 = _local3.top; var _local11 = _local3.bottom; var _local7 = hScroller; var _local6 = vScroller; _local7.setSize((_local10 - _local2) - _local9, _local7.minHeight + 0); _local7.move(_local2, _local8 - _local11); _local6.setSize(_local6.minWidth + 0, (_local8 - _local5) - _local11); _local6.move(_local10 - _local9, _local5); var _local4 = mask_mc; _local4._width = (_local10 - _local2) - _local9; _local4._height = (_local8 - _local5) - _local11; _local4._x = _local2; _local4._y = _local5; } function createChild(id, name, props) { var _local2 = super.createChild(id, name, props); return(_local2); } function init(Void) { super.init(); __viewMetrics = new Object(); if (_global.__SVMouseWheelManager == undefined) { var _local4 = (_global.__SVMouseWheelManager = new Object()); _local4.onMouseWheel = __onMouseWheel; Mouse.addListener(_local4); } } function __onMouseWheel(delta, scrollTarget) { var _local4 = scrollTarget; var _local1; while (_local4 != undefined) { if (_local4 instanceof mx.core.ScrollView) { _local1 = _local4; } _local4 = _local4._parent; } if (_local1 != undefined) { _local4 = ((delta <= 0) ? 1 : -1); var _local2 = _local1.vScroller.lineScrollSize; if (_local2 == undefined) { _local2 = 0; } _local2 = Math.max(Math.abs(delta), _local2); var _local3 = _local1.vPosition + (_local2 * _local4); _local1.vPosition = Math.max(0, Math.min(_local3, _local1.maxVPosition)); _local1.dispatchEvent({type:"scroll", direction:"vertical", position:_local1.vPosition}); } } function createChildren(Void) { super.createChildren(); if (mask_mc == undefined) { mask_mc = createObject("BoundingBox", "mask_mc", MASK_DEPTH); } mask_mc._visible = false; } function invalidate(Void) { super.invalidate(); } function draw(Void) { size(); } function size(Void) { super.size(); } function scrollProxy(docObj) { _parent.onScroll(docObj); } function onScroll(docObj) { var _local3 = docObj.target; var _local2 = _local3.scrollPosition; if (_local3 == vScroller) { var _local4 = "vertical"; var _local5 = "__vPosition"; } else { var _local4 = "horizontal"; var _local5 = "__hPosition"; } this[_local5] = _local2; dispatchEvent({type:"scroll", direction:_local4, position:_local2}); } function setEnabled(v) { vScroller.enabled = (hScroller.enabled = v); } function childLoaded(obj) { super.childLoaded(obj); obj.setMask(mask_mc); } static var symbolName = "ScrollView"; static var symbolOwner = mx.core.ScrollView; static var version = "2.0.2.123"; var className = "ScrollView"; var __vScrollPolicy = "auto"; var __hScrollPolicy = "off"; var __vPosition = 0; var __hPosition = 0; var numberOfCols = 0; var rowC = 0; var columnWidth = 1; var rowH = 0; var heightPadding = 0; var widthPadding = 0; var MASK_DEPTH = 10000; }
Symbol 401 MovieClip [__Packages.mx.controls.TextArea] Frame 0
class mx.controls.TextArea extends mx.core.ScrollView { var label, invalidate, initText, dispatchValueChangedEvent, getHPosition, setHPosition, getVPosition, setVPosition, _color, focusTextField, tfx, tfy, tfw, tfh, doLater, _vpos, _hpos, hookedV, vScroller, hookedH, hScroller, getViewMetrics, __get__width, __get__height, hScrollPolicy, vScrollPolicy, getStyle, getFocusManager, addEventListener, removeEventListener, _getTextFormat; function TextArea () { super(); } function get maxChars() { return(label.maxChars); } function set maxChars(x) { label.maxChars = x; //return(maxChars); } function get length() { return(label.length); } function get restrict() { return(label.restrict); } function set restrict(s) { label.restrict = ((s == "") ? null : (s)); //return(restrict); } function get wordWrap() { return(label.wordWrap); } function set wordWrap(s) { label.wordWrap = s; invalidate(); //return(wordWrap); } function get editable() { return(__editable); } function set editable(x) { __editable = x; label.type = (x ? "input" : "dynamic"); //return(editable); } function get password() { return(label.password); } function set password(s) { label.password = s; //return(password); } function get html() { return(getHtml()); } function set html(value) { setHtml(value); //return(html); } function getHtml() { return(label.html); } function setHtml(value) { if (value != label.html) { label.html = value; } } function get text() { return(getText()); } function set text(t) { setText(t); //return(text); } function getText() { if (initializing) { return(initText); } var _local2 = label; if (_local2.html == true) { return(_local2.htmlText); } return(_local2.text); } function setText(t) { if (initializing) { initText = t; } else { var _local2 = label; if (_local2.html == true) { _local2.htmlText = t; } else { _local2.text = t; } invalidate(); } dispatchValueChangedEvent(t); } function get hPosition() { return(getHPosition()); } function set hPosition(pos) { setHPosition(pos); label.hscroll = pos; label.background = false; //return(hPosition); } function get vPosition() { return(getVPosition()); } function set vPosition(pos) { setVPosition(pos); label.scroll = pos + 1; label.background = false; //return(vPosition); } function get maxVPosition() { var _local2 = label.maxscroll - 1; return(((_local2 == undefined) ? 0 : (_local2))); } function get maxHPosition() { var _local2 = label.maxhscroll; return(((_local2 == undefined) ? 0 : (_local2))); } function init(Void) { super.init(); label.styleName = this; _color = mx.core.UIObject.textColorList; focusTextField = label; label.owner = this; label.onSetFocus = function (x) { this._parent.onSetFocus(x); }; label.onKillFocus = function (x) { this._parent.onKillFocus(x); }; label.drawFocus = function (b) { this._parent.drawFocus(b); }; label.onChanged = function () { this.owner.adjustScrollBars(); this.owner.dispatchEvent({type:"change"}); this.owner.dispatchValueChangedEvent(this.owner.text); }; label.onScroller = function () { this.owner.hPosition = this.hscroll; this.owner.vPosition = this.scroll - 1; }; if (text == undefined) { text = (""); } } function createChildren(Void) { super.createChildren(); label.autoSize = "none"; } function layoutContent(x, y, totalW, totalH, displayW, displayH) { var _local2 = label; if ((((tfx != x) || (tfy != y)) || (tfw != displayW)) || (tfh != displayH)) { tfx = x; tfy = y; tfw = displayW; tfh = displayH; _local2.move(tfx, tfy); _local2.setSize(tfw, tfh); doLater(this, "adjustScrollBars"); } } function scrollChanged(Void) { var _local2 = Selection; if (_local2.lastBeginIndex != undefined) { restoreSelection(); } label.background = false; } function onScroll(docObj) { var _local3 = label; super.onScroll(docObj); _local3.hscroll = hPosition + 0; _local3.scroll = vPosition + 1; _vpos = _local3.scroll; _hpos = _local3.hscroll; _local3.background = false; if (hookedV != true) { vScroller.addEventListener("scrollChanged", this); hookedV = true; } if (hookedH != true) { hScroller.addEventListener("scrollChanged", this); hookedH = true; } } function size(Void) { var _local3 = getViewMetrics(); var _local7 = _local3.left + _local3.right; var _local4 = _local3.top + _local3.bottom; var _local6 = _local3.left; var _local5 = _local3.top; tfx = _local6; tfy = _local5; tfw = __get__width() - _local7; tfh = __get__height() - _local4; super.size(); label.move(tfx, tfy); label.setSize(tfw, tfh); if (__get__height() <= 40) { hScrollPolicy = "off"; vScrollPolicy = "off"; } doLater(this, "adjustScrollBars"); } function setEnabled(enable) { vScroller.enabled = enable; hScroller.enabled = enable; label.type = (((editable == false) || (enable == false)) ? "dynamic" : "input"); label.selectable = enable; var _local3 = getStyle((enable ? "color" : "disabledColor")); if (_local3 == undefined) { _local3 = (enable ? 0 : 8947848); } setColor(_local3); } function setColor(col) { label.textColor = col; } function setFocus(Void) { Selection.setFocus(label); } function onSetFocus(x) { var f = Selection.getFocus(); var o = eval (f); if (o != label) { Selection.setFocus(label); return(undefined); } getFocusManager().defaultPushButtonEnabled = false; addEventListener("keyDown", this); super.onSetFocus(x); } function onKillFocus(x) { getFocusManager().defaultPushButtonEnabled = true; removeEventListener("keyDown", this); super.onKillFocus(x); } function restoreSelection(x) { var _local2 = Selection; Selection.setSelection(_local2.lastBeginIndex, _local2.lastEndIndex); label.scroll = _vpos; label.hscroll = _hpos; } function getLineOffsets(Void) { var _local16 = _getTextFormat(); var _local18 = _local16.getTextExtent2(label.text); var _local5 = _root._getTextExtent; _local5.setNewTextFormat(_local16); var _local14 = label.wordWrap; var _local9 = 0; var _local7 = (label._width - 2) - 2; var _local12 = new Array(); var _local17 = new String(label.text); var _local15 = _local17.split("\r"); var _local11 = 0; while (_local11 < _local15.length) { _local12.push(_local9); var _local4 = _local15[_local11]; _local5.text = _local4; var _local13 = Math.ceil(_local5.textWidth / _local7); var _local10 = Math.floor(_local4.length / _local13); var _local3; while (_local14 && (_local5.textWidth > _local7)) { _local3 = _local4.indexOf(" ", _local10); var _local6; if (_local3 == -1) { _local3 = _local4.lastIndexOf(" "); if (_local3 == -1) { _local3 = _local10; } } _local6 = _local4.substr(0, _local3); _local5.text = _local6; if (_local5.textWidth > _local7) { while (_local5.textWidth > _local7) { var _local8 = _local3; _local3 = _local4.lastIndexOf(" ", _local3 - 1); if (_local3 == -1) { _local3 = _local8 - 1; } _local6 = _local4.substr(0, _local3); _local5.text = _local6; } } else if (_local5.textWidth < _local7) { var _local8 = _local3; while (_local5.textWidth < _local7) { _local8 = _local3; _local3 = _local4.indexOf(" ", _local3 + 1); if (_local3 == -1) { if (_local4.indexOf(" ", 0) != -1) { break; } _local3 = _local8 + 1; } _local6 = _local4.substr(0, _local3); _local5.text = _local6; } _local3 = _local8; } _local9 = _local9 + _local3; _local12.push(_local9 + 1); _local4 = _local4.substr(_local3); if (_local4.charAt(0) == " ") { _local4 = _local4.substr(1, _local4.length - 1); _local9 = _local9 + 1; } _local5.text = _local4; } _local9 = _local9 + (_local4.length + 1); _local11++; } return(_local12); } function keyDown(e) { var _local5 = e.code; if (_local5 == 34) { var _local6 = (label.bottomScroll - label.scroll) + 1; var _local3 = getLineOffsets(); var _local2 = Math.min(label.bottomScroll + 1, label.maxscroll); if (_local2 == label.maxscroll) { var _local4 = label.length; Selection.setSelection(_local4, _local4); } else { label.scroll = _local2; Selection.setSelection(_local3[_local2 - 1], _local3[_local2 - 1]); } } else if (_local5 == 33) { var _local6 = (label.bottomScroll - label.scroll) + 1; var _local3 = getLineOffsets(); var _local2 = label.scroll - 1; if (_local2 < 1) { Selection.setSelection(0, 0); } else { Selection.setSelection(_local3[_local2 - 1], _local3[_local2 - 1]); label.scroll = Math.max(_local2 - _local6, 1); } } } function draw(Void) { var _local2 = label; var _local4 = getText(); if (initializing) { initializing = false; delete initText; } var _local3 = _getTextFormat(); _local2.embedFonts = _local3.embedFonts == true; if (_local3 != undefined) { _local2.setTextFormat(_local3); _local2.setNewTextFormat(_local3); } _local2.multiline = true; _local2.wordWrap = wordWrap == true; if (_local2.html == true) { _local2.setTextFormat(_local3); _local2.htmlText = _local4; } else { _local2.text = _local4; } _local2.type = ((editable == true) ? "input" : "dynamic"); size(); _local2.background = false; } function adjustScrollBars() { var _local2 = label; var _local4 = (_local2.bottomScroll - _local2.scroll) + 1; var _local3 = (_local4 + _local2.maxscroll) - 1; if (_local3 < 1) { _local3 = 1; } var _local5 = 0; if ((_local2.textWidth + 5) > _local2._width) { if (!_local2.wordWrap) { _local5 = _local2._width + _local2.maxhscroll; } } else { _local2.hscroll = 0; _local2.background = false; } if ((_local2.height / _local4) != Math.round(_local2.height / _local4)) { _local3--; } setScrollProperties(_local5, 1, _local3, _local2.height / _local4); } function setScrollProperties(colCount, colWidth, rwCount, rwHeight, hPadding, wPadding) { super.setScrollProperties(colCount, colWidth, rwCount, rwHeight, hPadding, wPadding); if (vScroller == undefined) { hookedV = false; } if (hScroller == undefined) { hookedH = false; } } function get tabIndex() { return(label.tabIndex); } function set tabIndex(w) { label.tabIndex = w; //return(tabIndex); } function set _accProps(val) { label._accProps = val; //return(_accProps); } function get _accProps() { return(label._accProps); } function get styleSheet() { return(label.styleSheet); } function set styleSheet(v) { label.styleSheet = v; //return(styleSheet); } static var symbolName = "TextArea"; static var symbolOwner = mx.controls.TextArea; static var version = "2.0.2.123"; var className = "TextArea"; var initializing = true; var clipParameters = {text:1, wordWrap:1, editable:1, maxChars:1, restrict:1, html:1, password:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.TextArea.prototype.clipParameters, mx.core.ScrollView.prototype.clipParameters); var __vScrollPolicy = "auto"; var __hScrollPolicy = "auto"; var __editable = true; }
Symbol 487 MovieClip [__Packages.mx.skins.Border] Frame 0
class mx.skins.Border extends mx.core.UIObject { function Border () { super(); } function init(Void) { super.init(); } static var symbolName = "Border"; static var symbolOwner = mx.skins.Border; var className = "Border"; var tagBorder = 0; var idNames = new Array("border_mc"); }
Symbol 488 MovieClip [__Packages.mx.skins.RectBorder] Frame 0
class mx.skins.RectBorder extends mx.skins.Border { var __width, __height, offset, __borderMetrics; function RectBorder () { super(); } function get width() { return(__width); } function get height() { return(__height); } function init(Void) { super.init(); } function draw(Void) { size(); } function getBorderMetrics(Void) { var _local2 = offset; if (__borderMetrics == undefined) { __borderMetrics = {left:_local2, top:_local2, right:_local2, bottom:_local2}; } else { __borderMetrics.left = _local2; __borderMetrics.top = _local2; __borderMetrics.right = _local2; __borderMetrics.bottom = _local2; } return(__borderMetrics); } function get borderMetrics() { return(getBorderMetrics()); } function drawBorder(Void) { } function size(Void) { drawBorder(); } function setColor(Void) { drawBorder(); } static var symbolName = "RectBorder"; static var symbolOwner = mx.skins.RectBorder; static var version = "2.0.2.123"; var className = "RectBorder"; var borderStyleName = "borderStyle"; var borderColorName = "borderColor"; var shadowColorName = "shadowColor"; var highlightColorName = "highlightColor"; var buttonColorName = "buttonColor"; var backgroundColorName = "backgroundColor"; }
Symbol 492 MovieClip [__Packages.mx.core.ExternalContent] Frame 0
class mx.core.ExternalContent { var createObject, numChildren, prepList, doLater, loadList, dispatchEvent, loadedList, childLoaded; function ExternalContent () { } function loadExternal(url, placeholderClassName, instanceName, depth, initProps) { var _local2; _local2 = createObject(placeholderClassName, instanceName, depth, initProps); this[mx.core.View.childNameBase + numChildren] = _local2; if (prepList == undefined) { prepList = new Object(); } prepList[instanceName] = {obj:_local2, url:url, complete:false, initProps:initProps}; prepareToLoadMovie(_local2); return(_local2); } function prepareToLoadMovie(obj) { obj.unloadMovie(); doLater(this, "waitForUnload"); } function waitForUnload() { var _local3; for (_local3 in prepList) { var _local2 = prepList[_local3]; if (_local2.obj.getBytesTotal() == 0) { if (loadList == undefined) { loadList = new Object(); } loadList[_local3] = _local2; _local2.obj.loadMovie(_local2.url); delete prepList[_local3]; doLater(this, "checkLoadProgress"); } else { doLater(this, "waitForUnload"); } } } function checkLoadProgress() { var _local8 = false; var _local3; for (_local3 in loadList) { var _local2 = loadList[_local3]; _local2.loaded = _local2.obj.getBytesLoaded(); _local2.total = _local2.obj.getBytesTotal(); if (_local2.total > 0) { _local2.obj._visible = false; dispatchEvent({type:"progress", target:_local2.obj, current:_local2.loaded, total:_local2.total}); if (_local2.loaded == _local2.total) { if (loadedList == undefined) { loadedList = new Object(); } loadedList[_local3] = _local2; delete loadList[_local3]; doLater(this, "contentLoaded"); } } else if (_local2.total == -1) { if (_local2.failedOnce != undefined) { _local2.failedOnce++; if (_local2.failedOnce > 3) { dispatchEvent({type:"complete", target:_local2.obj, current:_local2.loaded, total:_local2.total}); delete loadList[_local3]; } } else { _local2.failedOnce = 0; } } _local8 = true; } if (_local8) { doLater(this, "checkLoadProgress"); } } function contentLoaded() { var _local4; for (_local4 in loadedList) { var _local2 = loadedList[_local4]; _local2.obj._visible = true; _local2.obj._complete = true; var _local3; for (_local3 in _local2.initProps) { _local2.obj[_local3] = _local2.initProps[_local3]; } childLoaded(_local2.obj); dispatchEvent({type:"complete", target:_local2.obj, current:_local2.loaded, total:_local2.total}); delete loadedList[_local4]; } } function convertToUIObject(obj) { if (obj.setSize == undefined) { var _local2 = mx.core.UIObject.prototype; obj.addProperty("width", _local2.__get__width, null); obj.addProperty("height", _local2.__get__height, null); obj.addProperty("left", _local2.__get__left, null); obj.addProperty("x", _local2.__get__x, null); obj.addProperty("top", _local2.__get__top, null); obj.addProperty("y", _local2.__get__y, null); obj.addProperty("right", _local2.__get__right, null); obj.addProperty("bottom", _local2.__get__bottom, null); obj.addProperty("visible", _local2.__get__visible, _local2.__set__visible); obj.move = mx.core.UIObject.prototype.move; obj.setSize = mx.core.UIObject.prototype.setSize; obj.size = mx.core.UIObject.prototype.size; mx.events.UIEventDispatcher.initialize(obj); } } static function enableExternalContent() { } static function classConstruct() { var _local1 = mx.core.View.prototype; var _local2 = mx.core.ExternalContent.prototype; _local1.loadExternal = _local2.loadExternal; _local1.prepareToLoadMovie = _local2.prepareToLoadMovie; _local1.waitForUnload = _local2.waitForUnload; _local1.checkLoadProgress = _local2.checkLoadProgress; _local1.contentLoaded = _local2.contentLoaded; _local1.convertToUIObject = _local2.convertToUIObject; return(true); } static var classConstructed = classConstruct(); static var ViewDependency = mx.core.View; }
Symbol 493 MovieClip [__Packages.mx.skins.CustomBorder] Frame 0
class mx.skins.CustomBorder extends mx.skins.Border { var __width, __height, l_mc, setSkin, minHeight, minWidth, m_mc, r_mc; function CustomBorder () { super(); } function get width() { return(__width); } function get height() { return(__height); } function init(Void) { super.init(); } function createChildren(Void) { } function draw(Void) { if (l_mc == undefined) { var _local2 = setSkin(tagL, leftSkin); if (horizontal) { minHeight = l_mc._height; minWidth = l_mc._width; } else { minHeight = l_mc._height; minWidth = l_mc._width; } } if (m_mc == undefined) { setSkin(tagM, middleSkin); if (horizontal) { minHeight = m_mc._height; minWidth = minWidth + m_mc._width; } else { minHeight = minHeight + m_mc._height; minWidth = m_mc._width; } } if (r_mc == undefined) { setSkin(tagR, rightSkin); if (horizontal) { minHeight = r_mc._height; minWidth = minWidth + r_mc._width; } else { minHeight = minHeight + r_mc._height; minWidth = r_mc._width; } } size(); } function size(Void) { l_mc.move(0, 0); if (horizontal) { r_mc.move(width - r_mc.width, 0); m_mc.move(l_mc.width, 0); m_mc.setSize(r_mc.x - m_mc.x, m_mc.height); } else { r_mc.move(0, height - r_mc.height, 0); m_mc.move(0, l_mc.height); m_mc.setSize(m_mc.width, r_mc.y - m_mc.y); } } static var symbolName = "CustomBorder"; static var symbolOwner = mx.skins.CustomBorder; static var version = "2.0.2.123"; var className = "CustomBorder"; static var tagL = 0; static var tagM = 1; static var tagR = 2; var idNames = new Array("l_mc", "m_mc", "r_mc"); var leftSkin = "F3PieceLeft"; var middleSkin = "F3PieceMiddle"; var rightSkin = "F3PieceRight"; var horizontal = true; }
Symbol 494 MovieClip [__Packages.mx.controls.scrollClasses.ScrollThumb] Frame 0
class mx.controls.scrollClasses.ScrollThumb extends mx.skins.CustomBorder { var useHandCursor, ymin, ymax, datamin, datamax, scrollMove, lastY, _ymouse, _y, _parent, onMouseMove, grip_mc, setSkin, gripSkin, __get__width, __get__height; function ScrollThumb () { super(); } function createChildren(Void) { super.createChildren(); useHandCursor = false; } function setRange(_ymin, _ymax, _datamin, _datamax) { ymin = _ymin; ymax = _ymax; datamin = _datamin; datamax = _datamax; } function dragThumb(Void) { scrollMove = _ymouse - lastY; scrollMove = scrollMove + _y; if (scrollMove < ymin) { scrollMove = ymin; } else if (scrollMove > ymax) { scrollMove = ymax; } _parent.isScrolling = true; _y = scrollMove; var _local2 = Math.round(((datamax - datamin) * (_y - ymin)) / (ymax - ymin)) + datamin; _parent.scrollPosition = _local2; _parent.dispatchScrollEvent("ThumbTrack"); updateAfterEvent(); } function stopDragThumb(Void) { _parent.isScrolling = false; _parent.dispatchScrollEvent("ThumbPosition"); _parent.dispatchScrollChangedEvent(); delete onMouseMove; } function onPress(Void) { _parent.pressFocus(); lastY = _ymouse; onMouseMove = dragThumb; super.onPress(); } function onRelease(Void) { _parent.releaseFocus(); stopDragThumb(); super.onRelease(); } function onReleaseOutside(Void) { _parent.releaseFocus(); stopDragThumb(); super.onReleaseOutside(); } function draw() { super.draw(); if (grip_mc == undefined) { setSkin(3, gripSkin); } } function size() { super.size(); grip_mc.move((__get__width() - grip_mc.width) / 2, (__get__height() - grip_mc.height) / 2); } static var symbolOwner = mx.skins.CustomBorder.symbolOwner; var className = "ScrollThumb"; var btnOffset = 0; var horizontal = false; var idNames = new Array("l_mc", "m_mc", "r_mc", "grip_mc"); }
Symbol 496 MovieClip [__Packages.mx.controls.scrollClasses.ScrollBar] Frame 0
class mx.controls.scrollClasses.ScrollBar extends mx.core.UIComponent { var isScrolling, scrollTrack_mc, scrollThumb_mc, __height, tabEnabled, focusEnabled, boundingBox_mc, setSkin, upArrow_mc, _minHeight, _minWidth, downArrow_mc, createObject, createClassObject, enabled, _height, dispatchEvent, minMode, maxMode, plusMode, minusMode, _parent, getStyle, scrolling, _ymouse; function ScrollBar () { super(); } function get scrollPosition() { return(_scrollPosition); } function set scrollPosition(pos) { _scrollPosition = pos; if (isScrolling != true) { pos = Math.min(pos, maxPos); pos = Math.max(pos, minPos); var _local3 = (((pos - minPos) * (scrollTrack_mc.height - scrollThumb_mc._height)) / (maxPos - minPos)) + scrollTrack_mc.top; scrollThumb_mc.move(0, _local3); } //return(scrollPosition); } function get pageScrollSize() { return(largeScroll); } function set pageScrollSize(lScroll) { largeScroll = lScroll; //return(pageScrollSize); } function set lineScrollSize(sScroll) { smallScroll = sScroll; //return(lineScrollSize); } function get lineScrollSize() { return(smallScroll); } function get virtualHeight() { return(__height); } function init(Void) { super.init(); _scrollPosition = 0; tabEnabled = false; focusEnabled = false; boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } function createChildren(Void) { if (scrollTrack_mc == undefined) { setSkin(skinIDTrack, scrollTrackName); } scrollTrack_mc.visible = false; var _local3 = new Object(); _local3.enabled = false; _local3.preset = mx.controls.SimpleButton.falseDisabled; _local3.initProperties = 0; _local3.autoRepeat = true; _local3.tabEnabled = false; var _local2; if (upArrow_mc == undefined) { _local2 = createButton(upArrowName, "upArrow_mc", skinIDUpArrow, _local3); } _local2.buttonDownHandler = onUpArrow; _local2.clickHandler = onScrollChanged; _minHeight = _local2.height; _minWidth = _local2.width; if (downArrow_mc == undefined) { _local2 = createButton(downArrowName, "downArrow_mc", skinIDDownArrow, _local3); } _local2.buttonDownHandler = onDownArrow; _local2.clickHandler = onScrollChanged; _minHeight = _minHeight + _local2.height; } function createButton(linkageName, id, skinID, o) { if (skinID == skinIDUpArrow) { o.falseUpSkin = upArrowUpName; o.falseDownSkin = upArrowDownName; o.falseOverSkin = upArrowOverName; } else { o.falseUpSkin = downArrowUpName; o.falseDownSkin = downArrowDownName; o.falseOverSkin = downArrowOverName; } var _local3 = createObject(linkageName, id, skinID, o); this[id].visible = false; this[id].useHandCursor = false; return(_local3); } function createThumb(Void) { var _local2 = new Object(); _local2.validateNow = true; _local2.tabEnabled = false; _local2.leftSkin = thumbTopName; _local2.middleSkin = thumbMiddleName; _local2.rightSkin = thumbBottomName; _local2.gripSkin = thumbGripName; createClassObject(mx.controls.scrollClasses.ScrollThumb, "scrollThumb_mc", skinIDThumb, _local2); } function setScrollProperties(pSize, mnPos, mxPos, ls) { var _local4; var _local2 = scrollTrack_mc; pageSize = pSize; largeScroll = (((ls != undefined) && (ls > 0)) ? (ls) : (pSize)); minPos = Math.max(mnPos, 0); maxPos = Math.max(mxPos, 0); _scrollPosition = Math.max(minPos, _scrollPosition); _scrollPosition = Math.min(maxPos, _scrollPosition); if (((maxPos - minPos) > 0) && (enabled)) { var _local5 = _scrollPosition; if (!initializing) { upArrow_mc.enabled = true; downArrow_mc.enabled = true; } _local2.onPress = (_local2.onDragOver = startTrackScroller); _local2.onRelease = releaseScrolling; _local2.onDragOut = (_local2.stopScrolling = stopScrolling); _local2.onReleaseOutside = releaseScrolling; _local2.useHandCursor = false; if (scrollThumb_mc == undefined) { createThumb(); } var _local3 = scrollThumb_mc; if (scrollTrackOverName.length > 0) { _local2.onRollOver = trackOver; _local2.onRollOut = trackOut; } _local4 = (pageSize / ((maxPos - minPos) + pageSize)) * _local2.height; if (_local4 < _local3.minHeight) { if (_local2.height < _local3.minHeight) { _local3.__set__visible(false); } else { _local4 = _local3.minHeight; _local3.__set__visible(true); _local3.setSize(_minWidth, _local3.minHeight + 0); } } else { _local3.__set__visible(true); _local3.setSize(_minWidth, _local4); } _local3.setRange(upArrow_mc.__get__height() + 0, (virtualHeight - downArrow_mc.__get__height()) - _local3.__get__height(), minPos, maxPos); _local5 = Math.min(_local5, maxPos); scrollPosition = (Math.max(_local5, minPos)); } else { scrollThumb_mc.__set__visible(false); if (!initializing) { upArrow_mc.enabled = false; downArrow_mc.enabled = false; } delete _local2.onPress; delete _local2.onDragOver; delete _local2.onRelease; delete _local2.onDragOut; delete _local2.onRollOver; delete _local2.onRollOut; delete _local2.onReleaseOutside; } if (initializing) { scrollThumb_mc.__set__visible(false); } } function setEnabled(enabledFlag) { super.setEnabled(enabledFlag); setScrollProperties(pageSize, minPos, maxPos, largeScroll); } function draw(Void) { if (initializing) { initializing = false; scrollTrack_mc.visible = true; upArrow_mc.__set__visible(true); downArrow_mc.__set__visible(true); } size(); } function size(Void) { if (_height == 1) { return(undefined); } if (upArrow_mc == undefined) { return(undefined); } var _local3 = upArrow_mc.__get__height(); var _local2 = downArrow_mc.__get__height(); upArrow_mc.move(0, 0); var _local4 = scrollTrack_mc; _local4._y = _local3; _local4._height = (virtualHeight - _local3) - _local2; downArrow_mc.move(0, virtualHeight - _local2); setScrollProperties(pageSize, minPos, maxPos, largeScroll); } function dispatchScrollEvent(detail) { dispatchEvent({type:"scroll", detail:detail}); } function isScrollBarKey(k) { if (k == 36) { if (scrollPosition != 0) { scrollPosition = (0); dispatchScrollEvent(minMode); } return(true); } if (k == 35) { if (scrollPosition < maxPos) { scrollPosition = (maxPos); dispatchScrollEvent(maxMode); } return(true); } return(false); } function scrollIt(inc, mode) { var _local3 = smallScroll; if (inc != "Line") { _local3 = ((largeScroll == 0) ? (pageSize) : (largeScroll)); } var _local2 = _scrollPosition + (mode * _local3); if (_local2 > maxPos) { _local2 = maxPos; } else if (_local2 < minPos) { _local2 = minPos; } if (scrollPosition != _local2) { scrollPosition = (_local2); var _local4 = ((mode < 0) ? (minusMode) : (plusMode)); dispatchScrollEvent(inc + _local4); } } function startTrackScroller(Void) { _parent.pressFocus(); if (_parent.scrollTrackDownName.length > 0) { if (_parent.scrollTrackDown_mc == undefined) { _parent.setSkin(skinIDTrackDown, scrollTrackDownName); } else { _parent.scrollTrackDown_mc.visible = true; } } _parent.trackScroller(); _parent.scrolling = setInterval(_parent, "scrollInterval", getStyle("repeatDelay"), "Page", -1); } function scrollInterval(inc, mode) { clearInterval(scrolling); if (inc == "Page") { trackScroller(); } else { scrollIt(inc, mode); } scrolling = setInterval(this, "scrollInterval", getStyle("repeatInterval"), inc, mode); } function trackScroller(Void) { if ((scrollThumb_mc._y + scrollThumb_mc.__get__height()) < _ymouse) { scrollIt("Page", 1); } else if (scrollThumb_mc._y > _ymouse) { scrollIt("Page", -1); } } function dispatchScrollChangedEvent(Void) { dispatchEvent({type:"scrollChanged"}); } function stopScrolling(Void) { clearInterval(_parent.scrolling); _parent.scrollTrackDown_mc.visible = false; } function releaseScrolling(Void) { _parent.releaseFocus(); stopScrolling(); _parent.dispatchScrollChangedEvent(); } function trackOver(Void) { if (_parent.scrollTrackOverName.length > 0) { if (_parent.scrollTrackOver_mc == undefined) { _parent.setSkin(skinIDTrackOver, scrollTrackOverName); } else { _parent.scrollTrackOver_mc.visible = true; } } } function trackOut(Void) { _parent.scrollTrackOver_mc.visible = false; } function onUpArrow(Void) { _parent.scrollIt("Line", -1); } function onDownArrow(Void) { _parent.scrollIt("Line", 1); } function onScrollChanged(Void) { _parent.dispatchScrollChangedEvent(); } static var symbolOwner = mx.core.UIComponent; var className = "ScrollBar"; var minPos = 0; var maxPos = 0; var pageSize = 0; var largeScroll = 0; var smallScroll = 1; var _scrollPosition = 0; var scrollTrackName = "ScrollTrack"; var scrollTrackOverName = ""; var scrollTrackDownName = ""; var upArrowName = "BtnUpArrow"; var upArrowUpName = "ScrollUpArrowUp"; var upArrowOverName = "ScrollUpArrowOver"; var upArrowDownName = "ScrollUpArrowDown"; var downArrowName = "BtnDownArrow"; var downArrowUpName = "ScrollDownArrowUp"; var downArrowOverName = "ScrollDownArrowOver"; var downArrowDownName = "ScrollDownArrowDown"; var thumbTopName = "ScrollThumbTopUp"; var thumbMiddleName = "ScrollThumbMiddleUp"; var thumbBottomName = "ScrollThumbBottomUp"; var thumbGripName = "ScrollThumbGripUp"; static var skinIDTrack = 0; static var skinIDTrackOver = 1; static var skinIDTrackDown = 2; static var skinIDUpArrow = 3; static var skinIDDownArrow = 4; static var skinIDThumb = 5; var idNames = new Array("scrollTrack_mc", "scrollTrackOver_mc", "scrollTrackDown_mc", "upArrow_mc", "downArrow_mc"); var clipParameters = {minPos:1, maxPos:1, pageSize:1, scrollPosition:1, lineScrollSize:1, pageScrollSize:1, visible:1, enabled:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.scrollClasses.ScrollBar.prototype.clipParameters, mx.core.UIComponent.prototype.clipParameters); var initializing = true; }
Symbol 497 MovieClip [__Packages.mx.controls.HScrollBar] Frame 0
class mx.controls.HScrollBar extends mx.controls.scrollClasses.ScrollBar { var _minHeight, _minWidth, _xscale, _rotation, __width, scrollIt; function HScrollBar () { super(); } function getMinWidth(Void) { return(_minHeight); } function getMinHeight(Void) { return(_minWidth); } function init(Void) { super.init(); _xscale = -100; _rotation = -90; } function get virtualHeight() { return(__width); } function isScrollBarKey(k) { if (k == 37) { scrollIt("Line", -1); return(true); } if (k == 39) { scrollIt("Line", 1); return(true); } return(super.isScrollBarKey(k)); } static var symbolName = "HScrollBar"; static var symbolOwner = mx.core.UIComponent; static var version = "2.0.2.123"; var className = "HScrollBar"; var minusMode = "Left"; var plusMode = "Right"; var minMode = "AtLeft"; var maxMode = "AtRight"; }
Symbol 498 MovieClip [__Packages.mx.controls.Button] Frame 0
class mx.controls.Button extends mx.controls.SimpleButton { var initializing, labelPath, initIcon, getState, enabled, phase, idNames, __width, __height, setState, invalidate, iconName, refresh, createLabel, _iconLinkageName, removeIcons, hitArea_mc, createEmptyObject; function Button () { super(); } function init(Void) { super.init(); } function draw() { if (initializing) { labelPath.visible = true; } super.draw(); if (initIcon != undefined) { _setIcon(initIcon); } delete initIcon; } function onRelease(Void) { super.onRelease(); } function createChildren(Void) { super.createChildren(); } function setSkin(tag, linkageName, initobj) { return(super.setSkin(tag, linkageName, initobj)); } function viewSkin(varName) { var _local3 = (getState() ? "true" : "false"); _local3 = _local3 + (enabled ? (phase) : "disabled"); super.viewSkin(varName, {styleName:this, borderStyle:_local3}); } function invalidateStyle(c) { labelPath.invalidateStyle(c); super.invalidateStyle(c); } function setColor(c) { var _local2 = 0; while (_local2 < 8) { this[idNames[_local2]].redraw(true); _local2++; } } function setEnabled(enable) { labelPath.enabled = enable; super.setEnabled(enable); } function calcSize(tag, ref) { if ((__width == undefined) || (__height == undefined)) { return(undefined); } if (tag < 7) { ref.setSize(__width, __height, true); } } function size(Void) { setState(getState()); setHitArea(__width, __height); var _local3 = 0; while (_local3 < 8) { var _local4 = idNames[_local3]; if (typeof(this[_local4]) == "movieclip") { this[_local4].setSize(__width, __height, true); } _local3++; } super.size(); } function set labelPlacement(val) { __labelPlacement = val; invalidate(); //return(labelPlacement); } function get labelPlacement() { return(__labelPlacement); } function getLabelPlacement(Void) { return(__labelPlacement); } function setLabelPlacement(val) { __labelPlacement = val; invalidate(); } function getBtnOffset(Void) { if (getState()) { var _local2 = btnOffset; } else if (phase == "down") { var _local2 = btnOffset; } else { var _local2 = 0; } return(_local2); } function setView(offset) { var _local16 = (offset ? (btnOffset) : 0); var _local12 = getLabelPlacement(); var _local7 = 0; var _local6 = 0; var _local9 = 0; var _local8 = 0; var _local5 = 0; var _local4 = 0; var _local3 = labelPath; var _local2 = iconName; var _local15 = _local3.textWidth; var _local14 = _local3.textHeight; var _local10 = (__width - borderW) - borderW; var _local11 = (__height - borderW) - borderW; if (_local2 != undefined) { _local7 = _local2._width; _local6 = _local2._height; } if ((_local12 == "left") || (_local12 == "right")) { if (_local3 != undefined) { _local9 = Math.min(_local10 - _local7, _local15 + 5); _local3._width = _local9; _local8 = Math.min(_local11, _local14 + 5); _local3._height = _local8; } if (_local12 == "right") { _local5 = _local7; if (centerContent) { _local5 = _local5 + (((_local10 - _local9) - _local7) / 2); } _local2._x = _local5 - _local7; } else { _local5 = (_local10 - _local9) - _local7; if (centerContent) { _local5 = _local5 / 2; } _local2._x = _local5 + _local9; } _local4 = 0; _local2._y = _local4; if (centerContent) { _local2._y = (_local11 - _local6) / 2; _local4 = (_local11 - _local8) / 2; } if (!centerContent) { _local2._y = _local2._y + Math.max(0, (_local8 - _local6) / 2); } } else { if (_local3 != undefined) { _local9 = Math.min(_local10, _local15 + 5); _local3._width = _local9; _local8 = Math.min(_local11 - _local6, _local14 + 5); _local3._height = _local8; } _local5 = (_local10 - _local9) / 2; _local2._x = (_local10 - _local7) / 2; if (_local12 == "top") { _local4 = (_local11 - _local8) - _local6; if (centerContent) { _local4 = _local4 / 2; } _local2._y = _local4 + _local8; } else { _local4 = _local6; if (centerContent) { _local4 = _local4 + (((_local11 - _local8) - _local6) / 2); } _local2._y = _local4 - _local6; } } var _local13 = borderW + _local16; _local3._x = _local5 + _local13; _local3._y = _local4 + _local13; _local2._x = _local2._x + _local13; _local2._y = _local2._y + _local13; } function set label(lbl) { setLabel(lbl); //return(label); } function setLabel(label) { if (label == "") { labelPath.removeTextField(); refresh(); return(undefined); } if (labelPath == undefined) { var _local2 = createLabel("labelPath", 200, label); _local2._width = _local2.textWidth + 5; _local2._height = _local2.textHeight + 5; if (initializing) { _local2.visible = false; } } else { delete labelPath.__text; labelPath.text = label; refresh(); } } function getLabel(Void) { return(((labelPath.__text != undefined) ? (labelPath.__text) : (labelPath.text))); } function get label() { return(getLabel()); } function _getIcon(Void) { return(_iconLinkageName); } function get icon() { if (initializing) { return(initIcon); } return(_iconLinkageName); } function _setIcon(linkage) { if (initializing) { if (linkage == "") { return(undefined); } initIcon = linkage; } else { if (linkage == "") { removeIcons(); return(undefined); } super.changeIcon(0, linkage); super.changeIcon(1, linkage); super.changeIcon(3, linkage); super.changeIcon(4, linkage); super.changeIcon(5, linkage); _iconLinkageName = linkage; refresh(); } } function set icon(linkage) { _setIcon(linkage); //return(icon); } function setHitArea(w, h) { if (hitArea_mc == undefined) { createEmptyObject("hitArea_mc", 100); } var _local2 = hitArea_mc; _local2.clear(); _local2.beginFill(16711680); _local2.drawRect(0, 0, w, h); _local2.endFill(); _local2.setVisible(false); } static var symbolName = "Button"; static var symbolOwner = mx.controls.Button; var className = "Button"; static var version = "2.0.2.123"; var btnOffset = 0; var _color = "buttonColor"; var __label = "default value"; var __labelPlacement = "right"; var falseUpSkin = "ButtonSkin"; var falseDownSkin = "ButtonSkin"; var falseOverSkin = "ButtonSkin"; var falseDisabledSkin = "ButtonSkin"; var trueUpSkin = "ButtonSkin"; var trueDownSkin = "ButtonSkin"; var trueOverSkin = "ButtonSkin"; var trueDisabledSkin = "ButtonSkin"; var falseUpIcon = ""; var falseDownIcon = ""; var falseOverIcon = ""; var falseDisabledIcon = ""; var trueUpIcon = ""; var trueDownIcon = ""; var trueOverIcon = ""; var trueDisabledIcon = ""; var clipParameters = {labelPlacement:1, icon:1, toggle:1, selected:1, label:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.Button.prototype.clipParameters, mx.controls.SimpleButton.prototype.clipParameters); var centerContent = true; var borderW = 1; }
Symbol 501 MovieClip [__Packages.mx.skins.halo.RectBorder] Frame 0
class mx.skins.halo.RectBorder extends mx.skins.RectBorder { var offset, getStyle, borderStyleName, __borderMetrics, className, borderColorName, backgroundColorName, shadowColorName, highlightColorName, buttonColorName, __get__width, __get__height, clear, _color, drawRoundRect, beginFill, drawRect, endFill; function RectBorder () { super(); } function init(Void) { borderWidths.default = 3; super.init(); } function getBorderMetrics(Void) { if (offset == undefined) { var _local3 = getStyle(borderStyleName); offset = borderWidths[_local3]; } if ((getStyle(borderStyleName) == "default") || (getStyle(borderStyleName) == "alert")) { __borderMetrics = {left:3, top:1, right:3, bottom:3}; return(__borderMetrics); } return(super.getBorderMetrics()); } function drawBorder(Void) { var _local6 = _global.styles[className]; if (_local6 == undefined) { _local6 = _global.styles.RectBorder; } var _local5 = getStyle(borderStyleName); var _local7 = getStyle(borderColorName); if (_local7 == undefined) { _local7 = _local6[borderColorName]; } var _local8 = getStyle(backgroundColorName); if (_local8 == undefined) { _local8 = _local6[backgroundColorName]; } var _local16 = getStyle("backgroundImage"); if (_local5 != "none") { var _local14 = getStyle(shadowColorName); if (_local14 == undefined) { _local14 = _local6[shadowColorName]; } var _local13 = getStyle(highlightColorName); if (_local13 == undefined) { _local13 = _local6[highlightColorName]; } var _local12 = getStyle(buttonColorName); if (_local12 == undefined) { _local12 = _local6[buttonColorName]; } var _local11 = getStyle(borderCapColorName); if (_local11 == undefined) { _local11 = _local6[borderCapColorName]; } var _local10 = getStyle(shadowCapColorName); if (_local10 == undefined) { _local10 = _local6[shadowCapColorName]; } } offset = borderWidths[_local5]; var _local9 = offset; var _local3 = __get__width(); var _local4 = __get__height(); clear(); _color = undefined; if (_local5 == "none") { } else if (_local5 == "inset") { _color = colorList; draw3dBorder(_local11, _local12, _local7, _local13, _local14, _local10); } else if (_local5 == "outset") { _color = colorList; draw3dBorder(_local11, _local7, _local12, _local14, _local13, _local10); } else if (_local5 == "alert") { var _local15 = getStyle("themeColor"); drawRoundRect(0, 5, _local3, _local4 - 5, 5, 6184542, 10); drawRoundRect(1, 4, _local3 - 2, _local4 - 5, 4, [6184542, 6184542], 10, 0, "radial"); drawRoundRect(2, 0, _local3 - 4, _local4 - 2, 3, [0, 14342874], 100, 0, "radial"); drawRoundRect(2, 0, _local3 - 4, _local4 - 2, 3, _local15, 50); drawRoundRect(3, 1, _local3 - 6, _local4 - 4, 2, 16777215, 100); } else if (_local5 == "default") { drawRoundRect(0, 5, _local3, _local4 - 5, {tl:5, tr:5, br:0, bl:0}, 6184542, 10); drawRoundRect(1, 4, _local3 - 2, _local4 - 5, {tl:4, tr:4, br:0, bl:0}, [6184542, 6184542], 10, 0, "radial"); drawRoundRect(2, 0, _local3 - 4, _local4 - 2, {tl:3, tr:3, br:0, bl:0}, [12897484, 11844796], 100, 0, "radial"); drawRoundRect(3, 1, _local3 - 6, _local4 - 4, {tl:2, tr:2, br:0, bl:0}, 16777215, 100); } else if (_local5 == "dropDown") { drawRoundRect(0, 0, _local3 + 1, _local4, {tl:4, tr:0, br:0, bl:4}, [13290186, 7895160], 100, -10, "linear"); drawRoundRect(1, 1, _local3 - 1, _local4 - 2, {tl:3, tr:0, br:0, bl:3}, 16777215, 100); } else if (_local5 == "menuBorder") { var _local15 = getStyle("themeColor"); drawRoundRect(4, 4, _local3 - 2, _local4 - 3, 0, [6184542, 6184542], 10, 0, "radial"); drawRoundRect(4, 4, _local3 - 1, _local4 - 2, 0, 6184542, 10); drawRoundRect(0, 0, _local3 + 1, _local4, 0, [0, 14342874], 100, 250, "linear"); drawRoundRect(0, 0, _local3 + 1, _local4, 0, _local15, 50); drawRoundRect(2, 2, _local3 - 3, _local4 - 4, 0, 16777215, 100); } else if (_local5 == "comboNonEdit") { } else { beginFill(_local7); drawRect(0, 0, _local3, _local4); drawRect(1, 1, _local3 - 1, _local4 - 1); endFill(); _color = borderColorName; } if (_local8 != undefined) { beginFill(_local8); drawRect(_local9, _local9, __get__width() - _local9, __get__height() - _local9); endFill(); } } function draw3dBorder(c1, c2, c3, c4, c5, c6) { var _local3 = __get__width(); var _local2 = __get__height(); beginFill(c1); drawRect(0, 0, _local3, _local2); drawRect(1, 0, _local3 - 1, _local2); endFill(); beginFill(c2); drawRect(1, 0, _local3 - 1, 1); endFill(); beginFill(c3); drawRect(1, _local2 - 1, _local3 - 1, _local2); endFill(); beginFill(c4); drawRect(1, 1, _local3 - 1, 2); endFill(); beginFill(c5); drawRect(1, _local2 - 2, _local3 - 1, _local2 - 1); endFill(); beginFill(c6); drawRect(1, 2, _local3 - 1, _local2 - 2); drawRect(2, 2, _local3 - 2, _local2 - 2); endFill(); } static function classConstruct() { mx.core.ext.UIObjectExtensions.Extensions(); _global.styles.rectBorderClass = mx.skins.halo.RectBorder; _global.skinRegistry.RectBorder = true; return(true); } static var symbolName = "RectBorder"; static var symbolOwner = mx.skins.halo.RectBorder; static var version = "2.0.2.123"; var borderCapColorName = "borderCapColor"; var shadowCapColorName = "shadowCapColor"; var colorList = {highlightColor:0, borderColor:0, buttonColor:0, shadowColor:0, borderCapColor:0, shadowCapColor:0}; var borderWidths = {none:0, solid:1, inset:2, outset:2, alert:3, dropDown:2, menuBorder:2, comboNonEdit:2}; static var classConstructed = classConstruct(); static var UIObjectExtensionsDependency = mx.core.ext.UIObjectExtensions; }
Symbol 502 MovieClip [__Packages.mx.skins.halo.ButtonSkin] Frame 0
class mx.skins.halo.ButtonSkin extends mx.skins.RectBorder { var __get__width, __get__height, getStyle, _parent, clear, drawRoundRect, __get__x, __get__y; function ButtonSkin () { super(); } function init() { super.init(); } function size() { drawHaloRect(__get__width(), __get__height()); } function drawHaloRect(w, h) { var _local6 = getStyle("borderStyle"); var _local4 = getStyle("themeColor"); var _local5 = _parent.emphasized; clear(); switch (_local6) { case "falseup" : if (_local5) { drawRoundRect(__get__x(), __get__y(), w, h, 5, 9542041, 100); drawRoundRect(__get__x(), __get__y(), w, h, 5, _local4, 75); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, [3355443, 16777215], 85, 0, "radial"); drawRoundRect(__get__x() + 2, __get__y() + 2, w - 4, h - 4, 3, [0, 14342874], 100, 0, "radial"); drawRoundRect(__get__x() + 2, __get__y() + 2, w - 4, h - 4, 3, _local4, 75); drawRoundRect(__get__x() + 3, __get__y() + 3, w - 6, h - 6, 2, 16777215, 100); drawRoundRect(__get__x() + 3, __get__y() + 4, w - 6, h - 7, 2, 16316664, 100); } else { drawRoundRect(0, 0, w, h, 5, 9542041, 100); drawRoundRect(1, 1, w - 2, h - 2, 4, [13291985, 16250871], 100, 0, "radial"); drawRoundRect(2, 2, w - 4, h - 4, 3, [9542041, 13818586], 100, 0, "radial"); drawRoundRect(3, 3, w - 6, h - 6, 2, 16777215, 100); drawRoundRect(3, 4, w - 6, h - 7, 2, 16316664, 100); } break; case "falsedown" : drawRoundRect(__get__x(), __get__y(), w, h, 5, 9542041, 100); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, [3355443, 16579836], 100, 0, "radial"); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, _local4, 50); drawRoundRect(__get__x() + 2, __get__y() + 2, w - 4, h - 4, 3, [0, 14342874], 100, 0, "radial"); drawRoundRect(__get__x(), __get__y(), w, h, 5, _local4, 40); drawRoundRect(__get__x() + 3, __get__y() + 3, w - 6, h - 6, 2, 16777215, 100); drawRoundRect(__get__x() + 3, __get__y() + 4, w - 6, h - 7, 2, _local4, 20); break; case "falserollover" : drawRoundRect(__get__x(), __get__y(), w, h, 5, 9542041, 100); drawRoundRect(__get__x(), __get__y(), w, h, 5, _local4, 50); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, [3355443, 16777215], 100, 0, "radial"); drawRoundRect(__get__x() + 2, __get__y() + 2, w - 4, h - 4, 3, [0, 14342874], 100, 0, "radial"); drawRoundRect(__get__x() + 2, __get__y() + 2, w - 4, h - 4, 3, _local4, 50); drawRoundRect(__get__x() + 3, __get__y() + 3, w - 6, h - 6, 2, 16777215, 100); drawRoundRect(__get__x() + 3, __get__y() + 4, w - 6, h - 7, 2, 16316664, 100); break; case "falsedisabled" : drawRoundRect(0, 0, w, h, 5, 13159628, 100); drawRoundRect(1, 1, w - 2, h - 2, 4, 15921906, 100); drawRoundRect(2, 2, w - 4, h - 4, 3, 13949401, 100); drawRoundRect(3, 3, w - 6, h - 6, 2, 15921906, 100); break; case "trueup" : drawRoundRect(__get__x(), __get__y(), w, h, 5, 10066329, 100); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, [3355443, 16579836], 100, 0, "radial"); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, _local4, 50); drawRoundRect(__get__x() + 2, __get__y() + 2, w - 4, h - 4, 3, [0, 14342874], 100, 0, "radial"); drawRoundRect(__get__x(), __get__y(), w, h, 5, _local4, 40); drawRoundRect(__get__x() + 3, __get__y() + 3, w - 6, h - 6, 2, 16777215, 100); drawRoundRect(__get__x() + 3, __get__y() + 4, w - 6, h - 7, 2, 16250871, 100); break; case "truedown" : drawRoundRect(__get__x(), __get__y(), w, h, 5, 10066329, 100); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, [3355443, 16579836], 100, 0, "radial"); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, _local4, 50); drawRoundRect(__get__x() + 2, __get__y() + 2, w - 4, h - 4, 3, [0, 14342874], 100, 0, "radial"); drawRoundRect(__get__x(), __get__y(), w, h, 5, _local4, 40); drawRoundRect(__get__x() + 3, __get__y() + 3, w - 6, h - 6, 2, 16777215, 100); drawRoundRect(__get__x() + 3, __get__y() + 4, w - 6, h - 7, 2, _local4, 20); break; case "truerollover" : drawRoundRect(__get__x(), __get__y(), w, h, 5, 9542041, 100); drawRoundRect(__get__x(), __get__y(), w, h, 5, _local4, 50); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, [3355443, 16777215], 100, 0, "radial"); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 4, _local4, 40); drawRoundRect(__get__x() + 2, __get__y() + 2, w - 4, h - 4, 3, [0, 14342874], 100, 0, "radial"); drawRoundRect(__get__x() + 2, __get__y() + 2, w - 4, h - 4, 3, _local4, 40); drawRoundRect(__get__x() + 3, __get__y() + 3, w - 6, h - 6, 2, 16777215, 100); drawRoundRect(__get__x() + 3, __get__y() + 4, w - 6, h - 7, 2, 16316664, 100); break; case "truedisabled" : drawRoundRect(0, 0, w, h, 5, 13159628, 100); drawRoundRect(1, 1, w - 2, h - 2, 4, 15921906, 100); drawRoundRect(2, 2, w - 4, h - 4, 3, 13949401, 100); drawRoundRect(3, 3, w - 6, h - 6, 2, 15921906, 100); } } static function classConstruct() { mx.core.ext.UIObjectExtensions.Extensions(); _global.skinRegistry.ButtonSkin = true; return(true); } static var symbolName = "ButtonSkin"; static var symbolOwner = mx.skins.halo.ButtonSkin; var className = "ButtonSkin"; var backgroundColorName = "buttonColor"; static var classConstructed = classConstruct(); static var UIObjectExtensionsDependency = mx.core.ext.UIObjectExtensions; }
Symbol 503 MovieClip [__Packages.mx.controls.VScrollBar] Frame 0
class mx.controls.VScrollBar extends mx.controls.scrollClasses.ScrollBar { var scrollIt; function VScrollBar () { super(); } function init(Void) { super.init(); } function isScrollBarKey(k) { if (k == 38) { scrollIt("Line", -1); return(true); } if (k == 40) { scrollIt("Line", 1); return(true); } if (k == 33) { scrollIt("Page", -1); return(true); } if (k == 34) { scrollIt("Page", 1); return(true); } return(super.isScrollBarKey(k)); } static var symbolName = "VScrollBar"; static var symbolOwner = mx.core.UIComponent; static var version = "2.0.2.123"; var className = "VScrollBar"; var minusMode = "Up"; var plusMode = "Down"; var minMode = "AtTop"; var maxMode = "AtBottom"; }
Symbol 504 MovieClip [__Packages.mx.remoting.ApiClasses] Frame 0
class mx.remoting.ApiClasses extends MovieClip { function ApiClasses () { super(); } }
Symbol 509 MovieClip [__Packages.mx.data.DataRange] Frame 0
interface mx.data.DataRange{}
Symbol 510 MovieClip [__Packages.mx.data.PageableData] Frame 0
interface mx.data.PageableData{}
Symbol 511 MovieClip [__Packages.mx.data.PageableList] Frame 0
interface mx.data.PageableList{}
Symbol 512 MovieClip [__Packages.mx.services.Log] Frame 0
class mx.services.Log { var level, name; function Log (logLevel, name) { level = ((logLevel == undefined) ? (BRIEF) : (logLevel)); this.name = ((name == undefined) ? "" : (name)); } function logInfo(msg, level) { var _local1 = this; var _local2 = level; if (_local2 == undefined) { _local2 = BRIEF; } if (_local2 <= _local1.level) { if (_local2 == DEBUG) { _local1.onLog((((_local1.getDateString() + " [DEBUG] ") + _local1.name) + ": ") + msg); } else { _local1.onLog((((_local1.getDateString() + " [INFO] ") + _local1.name) + ": ") + msg); } } } function logDebug(msg) { logInfo(msg, DEBUG); } function getDateString() { var _local1 = new Date(); return(((((((((_local1.getMonth() + 1) + "/") + _local1.getDate()) + " ") + _local1.getHours()) + ":") + _local1.getMinutes()) + ":") + _local1.getSeconds()); } function onLog(message) { trace(message); } static var NONE = -1; static var BRIEF = 0; static var VERBOSE = 1; static var DEBUG = 2; }
Symbol 513 MovieClip [__Packages.mx.remoting.NetServices] Frame 0
class mx.remoting.NetServices extends Object { static var defaultGatewayUrl, logger, traceNetServices; function NetServices () { super(); } static function setDefaultGatewayUrl(url) { defaultGatewayUrl = url; } static function setGatewayUrl(url) { gatewayUrl = url; } static function createGatewayConnection(url, infoLogger) { var _local1 = url; logger = infoLogger; if (_local1 == undefined) { _local1 = gatewayUrl; if (_local1 == undefined) { _local1 = defaultGatewayUrl; } } if (_local1 == undefined) { trace("NetServices", "warning", 4, "createGatewayConnection - gatewayUrl is undefined"); logger.logInfo(("NetServices: createGatewayConnection - gateway url <" + _local1) + "> is undefined", mx.services.Log.DEBUG); return(null); } var _local2 = new mx.remoting.Connection(); _local2.connect(_local1); __sharedConnections[_local1] = _local2; return(_local2); } static function getConnection(uri) { return(__sharedConnections[uri]); } static function getHostUrl() { var _local2 = _root; if (!isHttpUrl(_local2._url)) { trace("NetServices", "warning", 4, "createGatewayConnection - gatewayUrl is invalid"); return(null); } var _local1 = _local2._url.indexOf("/", 8); if (_local1 < 0) { trace("NetServices", "warning", 4, "createGatewayConnection - gatewayUrl is invalid"); return(null); } return(_local2._url.substring(0, _local1)); } static function isHttpUrl(url) { return((url.indexOf("http://") == 0) || (url.indexOf("https://") == 0)); } static function getHttpUrl(url) { var _local1 = url; if (!isHttpUrl(_local1)) { _local1 = getHostUrl() + _local1; } return(_local1); } static function trace(who, severity, number, message) { traceNetServices(who, severity, number, message); } static var version = "1.2.0.124"; static var gatewayUrl = _root.gatewayUrl; static var __sharedConnections = new Array(); }
Symbol 514 MovieClip [__Packages.mx.remoting.Connection] Frame 0
class mx.remoting.Connection extends NetConnection { var uri; function Connection () { super(); } function getService(serviceName, client) { var _local1 = new mx.remoting.NetServiceProxy(this, serviceName, client); return(_local1); } function setCredentials(userId, password) { addHeader("Credentials", false, {userid:userId, password:password}); } function clone() { var _local1 = new mx.remoting.Connection(); _local1.connect(uri); return(_local1); } function getDebugId() { return(null); } function getDebugConfig() { return(null); } function setDebugId(id) { } function call() { super.call.apply(super, arguments); } function close() { super.close(); } function connect(url) { return(super.connect(url)); } function addHeader(name, mustUnderstand, obj) { super.addHeader(name, mustUnderstand, obj); } function trace(traceObj) { } function AppendToGatewayUrl(urlSuffix) { var _local1 = this; _local1.__urlSuffix = urlSuffix; if (_local1.__originalUrl == null) { _local1.__originalUrl = _local1.uri; } var _local2 = _local1.__originalUrl + urlSuffix; _local1.connect(_local2); } function ReplaceGatewayUrl(newUrl) { connect(newUrl); } function RequestPersistentHeader(info) { var _local1 = info; addHeader(_local1.name, _local1.mustUnderstand, _local1.data); } static var version = "1.2.0.124"; }
Symbol 515 MovieClip [__Packages.mx.remoting.RecordSet] Frame 0
class mx.remoting.RecordSet extends Object { var mTitles, _items, mRecordSetID, dispatchEvent, gateway_conn, mDataFetcher; function RecordSet (columnNames) { var _local1 = this; super(); mx.events.EventDispatcher.initialize(_local1); _local1._items = new Array(); _local1.uniqueID = 0; if (_local1.mTitles != null) { } else { if (_local1.serverInfo == null) { if (_local1.serverinfo != null) { _local1.serverInfo = _local1.serverinfo; } } if (_local1.serverInfo == null) { _local1.mTitles = columnNames; } else if (_local1.serverInfo.version != 1) { mx.remoting.NetServices.trace("RecordSet", "warning", 100, "Received incompatible RecordSet version from server"); } else { _local1.mTitles = _local1.serverInfo.columnNames; _local1.mRecordsAvailable = 0; _local1.setData(((_local1.serverInfo.cursor == null) ? 0 : (_local1.serverInfo.cursor - 1)), _local1.serverInfo.initialData); if (_local1.serverInfo.initialData.length != _local1.serverInfo.totalCount) { _local1.mRecordSetID = _local1.serverInfo.id; if (_local1.mRecordSetID != null) { _local1.serviceName = ((_local1.serverInfo.serviceName == null) ? "RecordSet" : (_local1.serverInfo.serviceName)); _local1.mTotalCount = _local1.serverInfo.totalCount; _local1.mDeliveryMode = "ondemand"; _local1.mAllNotified = false; _local1.mOutstandingRecordCount = 0; } else { mx.remoting.NetServices.trace("RecordSet", "warning", 102, "Missing some records, but there's no RecordSet id"); } } _local1.serverInfo = null; } } } function addItem(item) { addItemAt(length, item); } function addItemAt(index, item) { var _local1 = index; var _local2 = this; var _local3 = true; if ((_local1 < _local2.__get__length()) && (_local1 >= 0)) { _local2.items.splice(_local1, 0, item); } else if (_local1 == _local2.__get__length()) { _local2.items[_local1] = item; } else { _local3 = false; mx.remoting.NetServices.trace("Cannot add an item outside the bounds of the RecordSet"); return; } if (_local3) { item.__ID__ = _local2.uniqueID++; } _local2.updateViews("addItems", _local1, _local1); } function addEventListener(event, listener) { } function clear() { var _local1 = this; if (_local1.checkLocal()) { } else { var _local2 = _local1.items.length; _local1.items.splice(0); _local1.uniqueID = 0; _local1.updateViews("removeItems", 0, _local2); } } function contains(itmToCheck) { var _local2 = itmToCheck; if (isObjectEmpty(_local2)) { return(false); } var itemAtIndex; var _local3; var _local1 = 0; while (_local1 < items.length) { itemAtIndex = items[_local1]; _local3 = true; for (var t in _local2) { if (_local2[t] != itemAtIndex[t]) { _local3 = false; break; } } if (_local3) { return(true); } _local1++; } return(false); } function getColumnNames() { return(mTitles); } function get columnNames() { return(getColumnNames()); } function getLocalLength() { return(items.length); } function getLength() { var _local1 = this; if (_local1.mRecordSetID != null) { return(_local1.mTotalCount); } return(_local1.items.length); } function getIterator() { var _local1 = new mx.remoting.RecordSetIterator(this); return(_local1); } function get length() { return(getLength()); } function getItemAt(index) { var _local1 = index; var _local2 = this; if ((_local1 < 0) || (_local1 >= _local2.__get__length())) { return(null); } if (_local2.mRecordSetID == null) { return(_local2.items[_local1]); } _local2.requestRecord(_local1); var _local3 = _local2.items[_local1]; if (_local3 == 1) { return("in progress"); } return(_local3); } function getItemID(index) { return(items[index].__ID__); } function get items() { return(_items); } function initialize(info) { } function filter(filterFunction, context) { if (checkLocal()) { } else { var _local3 = new mx.remoting.RecordSet(mTitles); var rcount = length; var _local2 = 0; while (_local2 < rcount) { var _local1 = getItemAt(_local2); if (((_local1 != null) && (_local1 != 1)) && (filterFunction(_local1, context))) { _local3.addItem(_local1); } _local2++; } return(_local3); } return(undefined); } function sortItems(compareFunc, optionFlags) { var _local1 = this; if (_local1.checkLocal()) { } else { _local1.items.sort(compareFunc, optionFlags); _local1.updateViews("sort"); } } function sortItemsBy(fieldNames, order, optionFlags) { var _local1 = this; if (_local1.checkLocal()) { } else { if (typeof(order) == "string") { _local1.items.sortOn(fieldNames); if (order.toUpperCase() == "DESC") { _local1.items.reverse(); } } else { _local1.items.sortOn(fieldNames, optionFlags); } _local1.updateViews("sort"); } } function sort(compareFunc) { var _local1 = this; if (_local1.checkLocal()) { } else { _local1.items.sort(compareFunc); _local1.updateViews("sort"); } } function isEmpty() { return(items.length == 0); } function isLocal() { return(mRecordSetID == null); } function isFullyPopulated() { return(isLocal()); } function getRemoteLength() { var _local1 = this; if (_local1.isLocal()) { return(_local1.mRecordsAvailable); } return(_local1.mTotalCount); } function getNumberAvailable() { var _local1 = this; if (_local1.isLocal()) { return(_local1.getLength()); } return(_local1.mRecordsAvailable); } function replaceItemAt(index, item) { var _local1 = index; var _local2 = this; if ((_local1 >= 0) && (_local1 <= _local2.__get__length())) { var _local3 = _local2.getItemID(_local1); _local2.items[_local1] = item; _local2.items[_local1].__ID__ = _local3; _local2.updateViews("updateItems", _local1, _local1); } } function removeAll() { clear(); } function removeItemAt(index) { var _local1 = index; var _local2 = this; var _local3 = _local2._items[_local1]; _local2._items.splice(_local1, 1); var rItems = [_local2._items[_local1]]; var rIDs = [_local2.getItemID(_local1)]; _local2.dispatchEvent({type:"modelChanged", eventName:"removeItems", firstItem:_local1, lastItem:_local1, removedItems:rItems, removedIDs:rIDs}); return(_local3); } function removeEventListener(event, listener) { } function requestRange(range) { var _local1 = range.getStart(); var _local2 = range.getEnd(); return(internalRequestRange(_local1, _local2)); } function setDeliveryMode(mode, pagesize, numPrefetchPages) { var _local1 = this; var _local2 = pagesize; var _local3 = numPrefetchPages; _local1.mDeliveryMode = mode.toLowerCase(); _local1.stopFetchAll(); if ((_local2 == null) || (_local2 <= 0)) { _local2 = 25; } switch (_local1.mDeliveryMode) { case "ondemand" : return; case "page" : if (_local3 == null) { _local3 = 0; } _local1.mPageSize = _local2; _local1.mNumPrefetchPages = _local3; return; case "fetchall" : _local1.stopFetchAll(); _local1.startFetchAll(_local2); return; default : mx.remoting.NetServices.trace("RecordSet", "warning", 107, "SetDeliveryMode: unknown mode string"); } } function editField(index, fieldName, value) { changeFieldValue(index, fieldName, value); } function getEditingData(index, fieldName) { return(items[index][fieldName]); } function setField(index, fieldName, value) { changeFieldValue(index, fieldName, value); } function changeFieldValue(index, fieldName, value) { var _local1 = index; var _local2 = this; if (_local2.checkLocal()) { } else if ((_local1 < 0) || (_local1 >= _local2.getLength())) { } else { _local2.items[_local1][fieldName] = value; _local2.updateViews("updateItems", _local1, _local1); } } function isObjectEmpty(objToCheck) { var _local2 = objToCheck; var _local1 = true; for (var _local3 in _local2) { _local1 = false; return(_local1); } return(_local1); } function arrayToObject(anArray) { if (mTitles == null) { mx.remoting.NetServices.trace("RecordSet", "warning", 105, "getItem: titles are not available"); return(null); } var _local3 = new Object(); var alen = anArray.length; var _local2; var _local1 = 0; while (_local1 < alen) { _local2 = mTitles[_local1]; if (_local2 == null) { _local2 = ("column" + _local1) + 1; } _local3[_local2] = anArray[_local1]; _local1++; } return(_local3); } function checkLocal() { if (isLocal()) { return(false); } mx.remoting.NetServices.trace("RecordSet", "warning", 108, "Operation not allowed on partial recordset"); return(true); } function getRecordSetService() { var _local1 = this; if (_local1.mRecordSetService == null) { if (_local1.gateway_conn == null) { _local1.gateway_conn = mx.remoting.NetServices.createGatewayConnection(); } else if (_global.netDebugInstance != undefined) { _local1.gateway_conn = _local1.gateway_conn.clone(); } if (_global.netDebugInstance != undefined) { _local1.gateway_conn.setupRecordSet(); _local1.gateway_conn.setDebugId("RecordSet " + _local1.mRecordSetID); } _local1.mRecordSetService = _local1.gateway_conn.getService(_local1.serviceName, _local1); if (_local1.mRecordSetService == null) { mx.remoting.NetServices.trace("RecordSet", "warning", 101, "Failed to create RecordSet service"); _local1.mRecordSetService = null; } } return(_local1.mRecordSetService); } function internalRequestRange(index, lastIndex) { var _local1 = index; var _local2 = this; var highestRequested = -1; if (_local1 < 0) { _local1 = 0; } if (lastIndex >= _local2.getRemoteLength()) { lastIndex = _local2.getRemoteLength() - 1; } var _local3; var last; while (_local1 <= lastIndex) { while ((_local1 <= lastIndex) && (_local2.items[_local1] != null)) { _local1++; } _local3 = _local1; while ((_local1 <= lastIndex) && (_local2.items[_local1] == null)) { _local2.mOutstandingRecordCount++; _local2.items[_local1] = 1; _local1++; } last = _local1 - 1; if (_local3 <= last) { _local2.logger.logInfo((((" Fetching records from index [" + _local3) + "] to index [") + last) + "]"); _local2.getRecordSetService().getRecords(_local2.mRecordSetID, _local3 + 1, (last - _local3) + 1); highestRequested = last; _local2.updateViews("fetchRows", _local3, last); } } return(highestRequested); } function removeItems(index, len) { var _local3 = index; var _local2 = new Array(); var _local1 = 0; while (_local1 < len) { _local2.push(getItemID(_local3 + _local1)); _local1++; } var oldItems = items.splice(_local3, len); dispatchEvent({type:"modelChanged", eventName:"removeItems", firstItem:_local3, lastItem:(_local3 + len) - 1, removedItems:oldItems, removedIDs:_local2}); } function getRecords_Result(info) { var _local1 = this; var _local2 = info; _local1.setData(_local2.Cursor - 1, _local2.Page); _local1.mOutstandingRecordCount = _local1.mOutstandingRecordCount - _local2.Page.length; _local1.updateViews("updateItems", _local2.Cursor - 1, ((_local2.Cursor - 1) + _local2.Page.length) - 1); if ((_local1.mRecordsAvailable == _local1.mTotalCount) && (!_local1.mAllNotified)) { _local1.updateViews("allRows"); _local1.mRecordSetService.release(); _local1.mAllNotified = true; _local1.mRecordSetID = null; _local1.mRecordSetService = null; } } function release_Result() { } function requestOneRecord(index) { var _local1 = this; var _local2 = index; if (_local1.items[_local2] == null) { if (_local1.mDeliveryMode == "ondemand") { _local1.logger.logInfo((" INFO: Fetching Record [" + _local2) + "]"); } _local1.getRecordSetService().getRecords(_local1.mRecordSetID, _local2 + 1, 1); _local1.mOutstandingRecordCount++; _local1.items[_local2] = 1; _local1.updateViews("fetchRows", _local2, _local2); } } function requestRecord(index) { var _local1 = this; if (_local1.mDeliveryMode != "page") { _local1.requestOneRecord(index); } else { var _local2 = int(index / _local1.mPageSize) * _local1.mPageSize; var _local3 = (_local2 + (_local1.mPageSize * (_local1.mNumPrefetchPages + 1))) - 1; _local1.internalRequestRange(_local2, _local3); } } function _setParentService(service) { gateway_conn = service.nc; } function setData(start, dataArray) { var _local1 = this; var datalen = dataArray.length; var _local3; var rec; var _local2 = 0; while (_local2 < datalen) { _local3 = _local2 + start; rec = _local1.items[_local3]; if ((rec != null) && (rec != 1)) { mx.remoting.NetServices.trace("RecordSet", "warning", 106, "Already got record # " + _local3); } else { _local1.mRecordsAvailable = _local1.mRecordsAvailable + 1; } _local1.items[_local3] = _local1.arrayToObject(dataArray[_local2]); _local1.items[_local3].__ID__ = _local1.uniqueID++; _local2++; } } function startFetchAll(pagesize) { var _local1 = this; if (_local1.mDataFetcher != null) { _local1.mDataFetcher.disable(); } _local1.mDataFetcher = new mx.remoting.RsDataFetcher(_local1, pagesize); } function stopFetchAll() { mDataFetcher.disable(); mDataFetcher = null; } function updateViews(event, first, last) { dispatchEvent({type:"modelChanged", eventName:event, firstItem:first, lastItem:last}); } static function registerRecordSet() { Object.registerClass("RecordSet", mx.remoting.RecordSet); return(true); } static var version = "1.2.0.124"; static var init = registerRecordSet(); }
Symbol 516 MovieClip [__Packages.mx.remoting.NetServiceProxy] Frame 0
class mx.remoting.NetServiceProxy extends Object { var nc, client; function NetServiceProxy (netC, servName, cli) { var _local1 = this; super(); if (netC != null) { _local1.nc = netC; _local1.serviceName = servName; _local1.client = cli; } _local1._allowRes = true; } function _setParentService(service) { nc = service.nc; client = service.client; } function __resolve(methodName) { var _local1 = this; var _local2 = arguments; if (_local1._allowRes) { var _local3 = function () { var _local1 = this; var _local2 = arguments; if (_local1.client != null) { _local2.unshift(new mx.remoting.NetServiceProxyResponder(_local1, methodName)); } else if (typeof(_local2[0].onResult) != "function") { mx.remoting.NetServices.trace("NetServices", "warning", 3, "There is no defaultResponder, and no responder was given in call to " + methodName); _local2.unshift(new mx.remoting.NetServiceProxyResponder(_local1, methodName)); } if (typeof(_local1.serviceName) == "function") { _local1.serviceName = _local1.servicename; } _local2.unshift((_local1.serviceName + ".") + methodName); return(_local1.nc.call.apply(_local1.nc, _local2)); }; return(_local3); } return(null); } static function registerNetServiceProxy() { Object.registerClass("NetServiceProxy", mx.remoting.NetServiceProxy); return(true); } static var init = registerNetServiceProxy(); var _allowRes = false; }
Symbol 517 MovieClip [__Packages.mx.remoting.NetServiceProxyResponder] Frame 0
class mx.remoting.NetServiceProxyResponder extends Object { var service, methodName; function NetServiceProxyResponder (serv, method) { super(); service = serv; methodName = method; } function onResult(result) { var _local2 = result; var _local1 = service.client; if ((_local2 instanceof mx.remoting.NetServiceProxy) || (_local2 instanceof mx.remoting.RecordSet)) { _local2._setParentService(service); } var _local3 = methodName + "_Result"; if (typeof(_local1[_local3]) == "function") { _local1[_local3].apply(_local1, [_local2]); } else if (typeof(_local1.onResult) == "function") { _local1.onResult(_local2); } else { mx.remoting.NetServices.trace("NetServices", "info", 1, (_local3 + " was received from server: ") + _local2); } } function onStatus(result) { var _local2 = result; var _local1 = service.client; var _local3 = methodName + "_Status"; if (typeof(_local1[_local3]) == "function") { _local1[_local3].apply(_local1, [_local2]); } else if (typeof(_local1.onStatus) == "function") { _local1.onStatus(_local2); } else if (typeof(_root.onStatus) == "function") { _root.onStatus(_local2); } else if (typeof(_global.System.onStatus) == "function") { _global.System.onStatus(_local2); } else { mx.remoting.NetServices.trace("NetServices", "info", 2, (((_local3 + " was received from server: <") + _local2.level) + "> ") + _local2.description); } } }
Symbol 518 MovieClip [__Packages.mx.utils.Iterator] Frame 0
interface mx.utils.Iterator{}
Symbol 519 MovieClip [__Packages.mx.remoting.RecordSetIterator] Frame 0
class mx.remoting.RecordSetIterator { var _recordSet, _cursor; function RecordSetIterator (rec) { _recordSet = rec; _cursor = 0; } function hasNext() { return(_cursor < _recordSet.getLength()); } function next() { return(_recordSet.getItemAt(_cursor++)); } static var version = "1.2.0.124"; }
Symbol 520 MovieClip [__Packages.mx.remoting.RsDataRange] Frame 0
class mx.remoting.RsDataRange extends Object { var _start, _end; function RsDataRange (s, e) { super(); _start = s; _end = e; } function getStart() { return(_start); } function getEnd() { return(_end); } function setEnd(e) { _end = e; } function setStart(s) { _start = s; } }
Symbol 521 MovieClip [__Packages.mx.remoting.RsDataFetcher] Frame 0
class mx.remoting.RsDataFetcher extends Object { var mEnabled; function RsDataFetcher (pgRS, increment) { var _local1 = this; super(); _local1.mRecordSet = pgRS; _local1.mRecordSet.addEventListener("modelChanged", _local1); _local1.mIncrement = increment; _local1.mNextRecord = 0; _local1.mEnabled = true; _local1.doNext(); } function disable() { mEnabled = false; } function doNext() { var _local1 = this; if (_local1.mEnabled) { do { if (_local1.mNextRecord >= _local1.mRecordSet.getRemoteLength()) { return; } var _local2 = new mx.remoting.RsDataRange(_local1.mNextRecord, (_local1.mNextRecord + _local1.mIncrement) - 1); _local1.mHighestRequested = _local1.mRecordSet.requestRange(_local2); _local1.mNextRecord = _local1.mNextRecord + _local1.mIncrement; } while (_local1.mHighestRequested <= 0); } } function modelChanged(eventObj) { var _local1 = this; var _local2 = eventObj; if (((_local2.eventName == "updateItems") && (_local2.firstItem <= _local1.mHighestRequested)) && (_local2.lastItem >= _local1.mHighestRequested)) { _local1.doNext(); } if (_local2.eventName == "allRows") { _local1.disable(); } } }
Symbol 522 MovieClip [__Packages.mx.remoting.DataGlue] Frame 0
class mx.remoting.DataGlue extends Object { var __dataProv, __labelStr, __dataStr, formatFunction; function DataGlue (dp) { super(); __dataProv = dp; } function get dataProvider() { return(__dataProv); } function get labelString() { return(__labelStr); } function set labelString(val) { __labelStr = val; //return(labelString); } function get dataString() { return(__dataStr); } function set dataString(val) { __dataStr = val; //return(dataString); } static function bindFormatStrings(dataConsumer, dp, labelStr, dataStr) { var _local1 = new mx.remoting.DataGlue(dp); _local1.__set__labelString(labelStr); _local1.__set__dataString(dataStr); _local1.getItemAt = mx.remoting.DataGlue.prototype.getItemAt_FormatString; dataConsumer.dataProvider = _local1; } static function bindFormatFunction(dataConsumer, dp, formatFunc) { var _local1 = new mx.remoting.DataGlue(dp); _local1.formatFunction = formatFunc; _local1.getItemAt = mx.remoting.DataGlue.prototype.getItemAt_FormatFunction; dataConsumer.setDataProvider(_local1); } function addEventListener(eventName, listener) { dataProvider.addEventListener(eventName, listener); } function get length() { return(getLength()); } function getLength() { return(dataProvider.length); } function format(formatString, item) { var _local3 = formatString.split("#"); var result = ""; var tlen = _local3.length; var _local2; var _local1 = 0; while (_local1 < tlen) { result = result + _local3[_local1]; _local2 = _local3[_local1 + 1]; if (_local2 != undefined) { result = result + item[_local2]; } _local1 = _local1 + 2; } return(result); } function getItemAt_FormatString(index) { var _local2 = this; var _local1 = _local2.dataProvider.getItemAt(index); if ((_local1 == "in progress") || (_local1 == undefined)) { return(_local1); } return({label:_local2.format(_local2.__get__labelString(), _local1), data:((_local2.__get__dataString() == null) ? (_local1) : (_local2.format(_local2.__get__dataString(), _local1)))}); } function getItemAt_FormatFunction(index) { var _local1 = dataProvider.getItemAt(index); if ((_local1 == "in progress") || (_local1 == undefined)) { return(_local1); } return(formatFunction(_local1)); } function getItemID(index) { return(dataProvider.getItemID(index)); } function addItemAt(index, value) { dataProvider.addItemAt(index, value); } function addItem(value) { dataProvider.addItem(value); } function removeItemAt(index) { dataProvider.removeItemAt(index); } function removeAll() { dataProvider.removeAll(); } function replaceItemAt(index, itemObj) { dataProvider.replaceItemAt(index, itemObj); } function sortItemsBy(fieldNames, optionFlags) { dataProvider.sortItemsBy(fieldNames, optionFlags); } function sortItems(compareFunc, optionFlags) { dataProvider.sortItems(compareFunc, optionFlags); } static var version = "1.2.0.124"; }
Symbol 523 MovieClip [__Packages.mx.remoting.PendingCall] Frame 0
class mx.remoting.PendingCall extends Object { var __service, __methodName, __responder; function PendingCall (srv, methodName) { super(); __service = srv; __methodName = methodName; } function get responder() { return(__responder); } function set responder(res) { __responder = res; //return(responder); } function onResult(result) { var _local1 = result; var _local2 = this; _local1.serviceName = ((typeof(_local1.serviceName) == "function") ? (_local1.servicename) : (_local1.serviceName)); if (_local1 != null) { if (_local1 instanceof mx.remoting.NetServiceProxy) { var serv = (new mx.remoting.Service(null, null, _local1.serviceName, _local2.__service.__get__connection(), _local2.__service.__get__responder())); _local1 = serv; } else if (_local1 instanceof mx.remoting.RecordSet) { var _local3 = new mx.remoting.NetServiceProxy(_local2.__service.__get__connection()); _local1._setParentService(_local3); _local1.logger = _local2.__service.log; } } if (_local2.__responder != null) { _local2.__responder.onResult(new mx.rpc.ResultEvent(_local1)); } if (_local2.__service.log != null) { _local2.__service.log.logInfo((((_local2.__service.__get__name() + ".") + _local2.__methodName) + "() returned ") + mx.data.binding.ObjectDumper.toString(_local1)); } } function onStatus(status) { var _local1 = this; var _local2 = status; if (_local1.__responder != null) { _local1.__responder.onFault(new mx.rpc.FaultEvent(new mx.rpc.Fault(_local2.code, _local2.description, _local2.details, _local2.type))); } if (_local1.__service.log != null) { _local1.__service.log.logDebug("Service invocation failed."); _local1.__service.log.logDebug((((_local1.__service.__get__name() + ".") + _local1.__methodName) + "() returned ") + mx.data.binding.ObjectDumper.toString(_local2)); } } function get methodName() { return(__methodName); } static var inited = mx.remoting.NetServiceProxy.registerNetServiceProxy(); }
Symbol 524 MovieClip [__Packages.mx.rpc.ResultEvent] Frame 0
class mx.rpc.ResultEvent extends Object { var __result; function ResultEvent (res) { super(); __result = res; } function get result() { return(__result); } }
Symbol 525 MovieClip [__Packages.mx.rpc.Fault] Frame 0
class mx.rpc.Fault extends Object { var __faultcode, __faultstring, __detail, __type; function Fault (code, msg, detail, type) { var _local1 = this; super(); _local1.__faultcode = code; _local1.__faultstring = msg; _local1.__detail = detail; _local1.__type = type; } function get faultcode() { return(__faultcode); } function get faultstring() { return(__faultstring); } function get detail() { return(__detail); } function get description() { var _local2 = this; if (_local2.__description == null) { if (_local2.__faultstring.indexOf(":") > -1) { _local2.__description = _local2.__faultstring.substring(_local2.__faultstring.indexOf(":") + 1); var _local1 = 0; while (_local2.__description.indexOf(" ", _local1) == _local1) { _local1++; } if (_local1 > 0) { _local2.__description = _local2.__description.substring(_local1); } } else { _local2.__description = _local2.__faultstring; } } return(_local2.__description); } function get type() { return(__type); } }
Symbol 526 MovieClip [__Packages.mx.rpc.FaultEvent] Frame 0
class mx.rpc.FaultEvent extends Object { var __fault; function FaultEvent (f) { super(); __fault = f; } function get fault() { return(__fault); } }
Symbol 527 MovieClip [__Packages.mx.rpc.Responder] Frame 0
interface mx.rpc.Responder{}
Symbol 528 MovieClip [__Packages.mx.remoting.Service] Frame 0
class mx.remoting.Service extends Object { var __conn, __serviceName, __responder; function Service (gatewayURI, logger, serviceName, conn, resp) { var _local1 = this; var _local2 = conn; var _local3 = gatewayURI; super(); _local1.log = logger; _local1.log.logInfo("Creating Service for " + serviceName, mx.services.Log.VERBOSE); if ((_local3 == "") && (_local2 == null)) { _local3 = mx.remoting.NetServices.gatewayUrl; } _local3 = mx.remoting.NetServices.getHttpUrl(_local3); if (_local2 == null) { _local2 = mx.remoting.NetServices.getConnection(_local3); if (_local2 == null) { _local1.log.logInfo("Creating gateway connection for " + _local3, mx.services.Log.VERBOSE); _local2 = mx.remoting.NetServices.createGatewayConnection(_local3, logger); } } _local1.__conn = _local2; _local2.updateConfig(); _local1._allowRes = true; _local1.__serviceName = serviceName; _local1.__responder = resp; _local1.log.logInfo("Successfully created Service", mx.services.Log.VERBOSE); } function get connection() { return(__conn); } function __resolve(methodName) { var _local2 = this; if (_local2._allowRes) { var _local1 = _local2.__makeOpFunc(methodName); _local2[methodName] = _local1; return(_local1); } return(null); } function __makeOpFunc(name) { var op = (new mx.remoting.Operation(name, this)); var _local1 = function () { op.invoke(arguments); return(op.send()); }; _local1.send = function () { return(op.createThenSend()); }; _local1.setResponder = function (resp) { op.responder = resp; }; _local1.getRequest = function () { return(op.request); }; _local1.setRequest = function (val) { op.request = val; }; _local1.addProperty("request", _local1.getRequest, _local1.setRequest); _local1.operation = op; return(_local1); } function get name() { return(__serviceName); } function get responder() { return(__responder); } static var version = "1.2.0.124"; var _allowRes = false; }
Symbol 529 MovieClip [__Packages.mx.remoting.Operation] Frame 0
class mx.remoting.Operation { var __arguments, __responder, __request, __methodName; function Operation (methodName, parent) { var _local1 = this; _local1.__service = parent; _local1.__responder = parent.responder; _local1.__methodName = methodName; _local1.__invokationName = (_local1.__service.__get__name() + ".") + methodName; _local1.__request = new Object(); _local1.__arguments = new Array(); } function createThenSend(Void) { createArguments(); return(send()); } function send(Void) { var _local1 = this; _local1.__service.log.logInfo((("Invoking " + _local1.__methodName) + " on ") + _local1.__service.__get__name()); var _local3 = new mx.remoting.PendingCall(_local1.__service, _local1.__methodName); _local3.__set__responder(_local1.__responder); var _local2 = null; if (_local1.__arguments == null) { _local2 = new Array(); } else { _local2 = _local1.__arguments.concat(); } _local1.__invokationName = (_local1.__service.__get__name() + ".") + _local1.__methodName; _local2.unshift(_local1.__invokationName, _local3); _local1.__service.connection.call.apply(_local1.__service.__get__connection(), _local2); return(_local3); } function invoke(a) { __arguments = a; } function get responder() { return(__responder); } function set responder(r) { __responder = r; //return(responder); } function get request() { return(__request); } function set request(r) { __request = r; //return(request); } function get name() { return(__methodName); } function createArguments() { var _local1 = this; if (_local1.__request != null) { _local1.__arguments = new Array(); for (var _local2 in _local1.__request) { if (_local2 != "arguments") { _local1.__arguments.unshift(_local1.__request[_local2]); } } } } }
Symbol 530 MovieClip [__Packages.mx.data.binding.ObjectDumper] Frame 0
class mx.data.binding.ObjectDumper { var inProgress; function ObjectDumper () { inProgress = new Array(); } static function toString(obj, showFunctions, showUndefined, showXMLstructures, maxLineLength, indent) { var _local1 = indent; var _local2 = maxLineLength; var _local3 = new mx.data.binding.ObjectDumper(); if (_local2 == undefined) { _local2 = 100; } if (_local1 == undefined) { _local1 = 0; } return(_local3.realToString(obj, showFunctions, showUndefined, showXMLstructures, _local2, _local1)); } function realToString(obj, showFunctions, showUndefined, showXMLstructures, maxLineLength, indent) { var _local1 = obj; var x = 0; while (x < inProgress.length) { if (inProgress[x] == _local1) { return("***"); } x++; } inProgress.push(_local1); indent++; var t = typeof(_local1); var result; if ((_local1 instanceof XMLNode) && (showXMLstructures != true)) { result = _local1.toString(); } else if (_local1 instanceof Date) { result = _local1.toString(); } else if (t == "object") { var _local3 = new Array(); if (_local1 instanceof Array) { result = "["; var i = 0; while (i < _local1.length) { _local3.push(i); i++; } } else { result = "{"; for (var i in _local1) { _local3.push(i); } _local3.sort(); } var sep = ""; var _local2 = 0; while (_local2 < _local3.length) { var val = _local1[_local3[_local2]]; var show = true; if (typeof(val) == "function") { show = showFunctions == true; } if (typeof(val) == "undefined") { show = showUndefined == true; } if (show) { result = result + sep; if (!(_local1 instanceof Array)) { result = result + (_local3[_local2] + ": "); } result = result + realToString(val, showFunctions, showUndefined, showXMLstructures, maxLineLength, indent); sep = ", `"; } _local2++; } if (_local1 instanceof Array) { result = result + "]"; } else { result = result + "}"; } } else if (t == "function") { result = "function"; } else if (t == "string") { result = ("\"" + _local1) + "\""; } else { result = String(_local1); } if (result == "undefined") { result = "-"; } inProgress.pop(); return(replaceAll(result, "`", ((result.length < maxLineLength) ? "" : (newline + doIndent(indent))))); } static function replaceAll(str, from, to) { var _local3 = str.split(from); var result = ""; var _local2 = ""; var _local1 = 0; while (_local1 < _local3.length) { result = result + (_local2 + _local3[_local1]); _local2 = to; _local1++; } return(result); } function doIndent(indent) { var _local3 = indent; var _local2 = ""; var _local1 = 0; while (_local1 < _local3) { _local2 = _local2 + " "; _local1++; } return(_local2); } }
Symbol 531 MovieClip [__Packages.mx.rpc.RelayResponder] Frame 0
class mx.rpc.RelayResponder extends Object { var __onFault, __obj, __onResult; function RelayResponder (resp, resultFunc, faultFunc) { var _local1 = this; super(); _local1.__obj = resp; _local1.__onFault = faultFunc; _local1.__onResult = resultFunc; } function onFault(fault) { __obj[__onFault](fault); } function onResult(result) { __obj[__onResult](result); } }
Symbol 532 MovieClip [__Packages.mx.rpc.DefaultResponder] Frame 0
class mx.rpc.DefaultResponder { var __target; function DefaultResponder (t) { target = (t); } function get target() { return(__target); } function set target(t) { __target = t; //return(target); } function onResult(event) { trace("RPC Result: " + event.__get__result()); } function onFault(event) { trace("RPC Fault: " + event.fault.faultstring); } }
Symbol 591 MovieClip Frame 1
_root.stop();
Symbol 591 MovieClip Frame 81
_root.gotoAndStop("AG");
Symbol 594 Button
on (release) { nextFrame(); }
Symbol 614 Button
on (release) { getURL ("http://armorgames.com/?referral=MikeVarilek", "_BLANK"); }
Symbol 615 Button
on (release) { getURL ("http://armorgames.com/?referral=MikeVarilek", "_BLANK"); }
Symbol 616 Button
on (release) { getURL ("http://armorgames.com/play/1391/doodle-defender", "_BLANK"); }
Symbol 617 Button
on (release) { getURL ("http://www.barelyfailing.com/DD2/galeria.php", "_BLANK"); }
Symbol 621 MovieClip Frame 12
stop();
Symbol 644 Button
on (release) { nextFrame(); }
Symbol 645 Button
on (release) { template = 2; nextFrame(); }
Symbol 646 Button
on (release) { template = 3; nextFrame(); }
Symbol 647 Button
on (release) { template = 4; nextFrame(); }
Symbol 648 Button
on (release) { template = 5; nextFrame(); }
Symbol 649 Button
on (release) { template = 6; nextFrame(); }
Symbol 650 Button
on (release) { template = 7; nextFrame(); }
Symbol 651 Button
on (release) { template = 8; nextFrame(); }
Symbol 652 Button
on (release) { template = 9; nextFrame(); }
Symbol 653 Button
on (release) { template = 10; nextFrame(); }
Symbol 654 Button
on (release) { template = 11; nextFrame(); }
Symbol 655 Button
on (release) { template = 12; nextFrame(); }
Symbol 662 Button
on (release) { nextFrame(); _root.noDraw = true; depth = _root.getNextHighestDepth(); this.swapDepths(depth); }
Symbol 663 Button
on (release) { prevFrame(); _root.noDraw = false; }
Symbol 665 Button
on (release) { _root.col = "0x000000"; prevFrame(); _root.noDraw = false; }
Symbol 667 Button
on (release) { _root.col = "0x003300"; prevFrame(); _root.noDraw = false; }
Symbol 669 Button
on (release) { _root.col = "0x006600"; prevFrame(); _root.noDraw = false; }
Symbol 671 Button
on (release) { _root.col = "0x009900"; prevFrame(); _root.noDraw = false; }
Symbol 673 Button
on (release) { _root.col = "0x00CC00"; prevFrame(); _root.noDraw = false; }
Symbol 675 Button
on (release) { _root.col = "0x00FF00"; prevFrame(); _root.noDraw = false; }
Symbol 677 Button
on (release) { _root.col = "0x330000"; prevFrame(); _root.noDraw = false; }
Symbol 679 Button
on (release) { _root.col = "0x333300"; prevFrame(); _root.noDraw = false; }
Symbol 681 Button
on (release) { _root.col = "0x336600"; prevFrame(); _root.noDraw = false; }
Symbol 683 Button
on (release) { _root.col = "0x339900"; prevFrame(); _root.noDraw = false; }
Symbol 685 Button
on (release) { _root.col = "0x33CC00"; prevFrame(); _root.noDraw = false; }
Symbol 687 Button
on (release) { _root.col = "0x33FF00"; prevFrame(); _root.noDraw = false; }
Symbol 689 Button
on (release) { _root.col = "0x660000"; prevFrame(); _root.noDraw = false; }
Symbol 691 Button
on (release) { _root.col = "0x663300"; prevFrame(); _root.noDraw = false; }
Symbol 693 Button
on (release) { _root.col = "0x666600"; prevFrame(); _root.noDraw = false; }
Symbol 695 Button
on (release) { _root.col = "0x669900"; prevFrame(); _root.noDraw = false; }
Symbol 697 Button
on (release) { _root.col = "0x66CC00"; prevFrame(); _root.noDraw = false; }
Symbol 699 Button
on (release) { _root.col = "0x66FF00"; prevFrame(); _root.noDraw = false; }
Symbol 701 Button
on (release) { _root.col = "0x333333"; prevFrame(); _root.noDraw = false; }
Symbol 702 Button
on (release) { _root.col = "0x666666"; prevFrame(); _root.noDraw = false; }
Symbol 704 Button
on (release) { _root.col = "0x999999"; prevFrame(); _root.noDraw = false; }
Symbol 706 Button
on (release) { _root.col = "0xCCCCCC"; prevFrame(); _root.noDraw = false; }
Symbol 707 Button
on (release) { _root.col = "0xFFFFFF"; prevFrame(); _root.noDraw = false; }
Symbol 709 Button
on (release) { _root.col = "0xFF0000"; prevFrame(); _root.noDraw = false; }
Symbol 710 Button
on (release) { _root.col = "0x00FF00"; prevFrame(); _root.noDraw = false; }
Symbol 712 Button
on (release) { _root.col = "0x0000FF"; prevFrame(); _root.noDraw = false; }
Symbol 714 Button
on (release) { _root.col = "0xFFFF00"; prevFrame(); _root.noDraw = false; }
Symbol 716 Button
on (release) { _root.col = "0x00FFFF"; prevFrame(); _root.noDraw = false; }
Symbol 718 Button
on (release) { _root.col = "0xFF00FF"; prevFrame(); _root.noDraw = false; }
Symbol 720 Button
on (release) { _root.col = "0x000033"; prevFrame(); _root.noDraw = false; }
Symbol 722 Button
on (release) { _root.col = "0x003333"; prevFrame(); _root.noDraw = false; }
Symbol 724 Button
on (release) { _root.col = "0x006633"; prevFrame(); _root.noDraw = false; }
Symbol 726 Button
on (release) { _root.col = "0x009933"; prevFrame(); _root.noDraw = false; }
Symbol 728 Button
on (release) { _root.col = "0x00CC33"; prevFrame(); _root.noDraw = false; }
Symbol 730 Button
on (release) { _root.col = "0x00FF33"; prevFrame(); _root.noDraw = false; }
Symbol 732 Button
on (release) { _root.col = "0x330033"; prevFrame(); _root.noDraw = false; }
Symbol 733 Button
on (release) { _root.col = "0x333333"; prevFrame(); _root.noDraw = false; }
Symbol 735 Button
on (release) { _root.col = "0x336633"; prevFrame(); _root.noDraw = false; }
Symbol 737 Button
on (release) { _root.col = "0x339933"; prevFrame(); _root.noDraw = false; }
Symbol 739 Button
on (release) { _root.col = "0x33CC33"; prevFrame(); _root.noDraw = false; }
Symbol 741 Button
on (release) { _root.col = "0x33FF33"; prevFrame(); _root.noDraw = false; }
Symbol 743 Button
on (release) { _root.col = "0x660033"; prevFrame(); _root.noDraw = false; }
Symbol 745 Button
on (release) { _root.col = "0x663333"; prevFrame(); _root.noDraw = false; }
Symbol 747 Button
on (release) { _root.col = "0x666633"; prevFrame(); _root.noDraw = false; }
Symbol 749 Button
on (release) { _root.col = "0x669933"; prevFrame(); _root.noDraw = false; }
Symbol 751 Button
on (release) { _root.col = "0x66CC33"; prevFrame(); _root.noDraw = false; }
Symbol 753 Button
on (release) { _root.col = "0x66FF33"; prevFrame(); _root.noDraw = false; }
Symbol 755 Button
on (release) { _root.col = "0x000066"; prevFrame(); _root.noDraw = false; }
Symbol 757 Button
on (release) { _root.col = "0x003366"; prevFrame(); _root.noDraw = false; }
Symbol 759 Button
on (release) { _root.col = "0x006666"; prevFrame(); _root.noDraw = false; }
Symbol 761 Button
on (release) { _root.col = "0x009966"; prevFrame(); _root.noDraw = false; }
Symbol 763 Button
on (release) { _root.col = "0x00CC66"; prevFrame(); _root.noDraw = false; }
Symbol 765 Button
on (release) { _root.col = "0x00FF66"; prevFrame(); _root.noDraw = false; }
Symbol 767 Button
on (release) { _root.col = "0x330066"; prevFrame(); _root.noDraw = false; }
Symbol 769 Button
on (release) { _root.col = "0x333366"; prevFrame(); _root.noDraw = false; }
Symbol 771 Button
on (release) { _root.col = "0x336666"; prevFrame(); _root.noDraw = false; }
Symbol 773 Button
on (release) { _root.col = "0x339966"; prevFrame(); _root.noDraw = false; }
Symbol 775 Button
on (release) { _root.col = "0x33CC66"; prevFrame(); _root.noDraw = false; }
Symbol 777 Button
on (release) { _root.col = "0x33FF66"; prevFrame(); _root.noDraw = false; }
Symbol 779 Button
on (release) { _root.col = "0x660066"; prevFrame(); _root.noDraw = false; }
Symbol 781 Button
on (release) { _root.col = "0x663366"; prevFrame(); _root.noDraw = false; }
Symbol 782 Button
on (release) { _root.col = "0x666666"; prevFrame(); _root.noDraw = false; }
Symbol 784 Button
on (release) { _root.col = "0x669966"; prevFrame(); _root.noDraw = false; }
Symbol 786 Button
on (release) { _root.col = "0x66CC66"; prevFrame(); _root.noDraw = false; }
Symbol 788 Button
on (release) { _root.col = "0x66FF66"; prevFrame(); _root.noDraw = false; }
Symbol 790 Button
on (release) { _root.col = "0x000099"; prevFrame(); _root.noDraw = false; }
Symbol 792 Button
on (release) { _root.col = "0x0000CC"; prevFrame(); _root.noDraw = false; }
Symbol 793 Button
on (release) { _root.col = "0x0000FF"; prevFrame(); _root.noDraw = false; }
Symbol 795 Button
on (release) { _root.col = "0x990000"; prevFrame(); _root.noDraw = false; }
Symbol 797 Button
on (release) { _root.col = "0x990033"; prevFrame(); _root.noDraw = false; }
Symbol 799 Button
on (release) { _root.col = "0x990066"; prevFrame(); _root.noDraw = false; }
Symbol 801 Button
on (release) { _root.col = "0x990099"; prevFrame(); _root.noDraw = false; }
Symbol 803 Button
on (release) { _root.col = "0x9900CC"; prevFrame(); _root.noDraw = false; }
Symbol 805 Button
on (release) { _root.col = "0x9900FF"; prevFrame(); _root.noDraw = false; }
Symbol 807 Button
on (release) { _root.col = "0x003399"; prevFrame(); _root.noDraw = false; }
Symbol 809 Button
on (release) { _root.col = "0x006699"; prevFrame(); _root.noDraw = false; }
Symbol 811 Button
on (release) { _root.col = "0x009999"; prevFrame(); _root.noDraw = false; }
Symbol 813 Button
on (release) { _root.col = "0x00CC99"; prevFrame(); _root.noDraw = false; }
Symbol 815 Button
on (release) { _root.col = "0x00FF99"; prevFrame(); _root.noDraw = false; }
Symbol 817 Button
on (release) { _root.col = "0x330099"; prevFrame(); _root.noDraw = false; }
Symbol 819 Button
on (release) { _root.col = "0x333399"; prevFrame(); _root.noDraw = false; }
Symbol 821 Button
on (release) { _root.col = "0x336699"; prevFrame(); _root.noDraw = false; }
Symbol 823 Button
on (release) { _root.col = "0x339999"; prevFrame(); _root.noDraw = false; }
Symbol 825 Button
on (release) { _root.col = "0x33CC99"; prevFrame(); _root.noDraw = false; }
Symbol 827 Button
on (release) { _root.col = "0x33FF99"; prevFrame(); _root.noDraw = false; }
Symbol 829 Button
on (release) { _root.col = "0x660099"; prevFrame(); _root.noDraw = false; }
Symbol 831 Button
on (release) { _root.col = "0x663399"; prevFrame(); _root.noDraw = false; }
Symbol 833 Button
on (release) { _root.col = "0x666699"; prevFrame(); _root.noDraw = false; }
Symbol 835 Button
on (release) { _root.col = "0x669999"; prevFrame(); _root.noDraw = false; }
Symbol 837 Button
on (release) { _root.col = "0x66CC99"; prevFrame(); _root.noDraw = false; }
Symbol 839 Button
on (release) { _root.col = "0x66FF99"; prevFrame(); _root.noDraw = false; }
Symbol 841 Button
on (release) { _root.col = "0x0033CC"; prevFrame(); _root.noDraw = false; }
Symbol 843 Button
on (release) { _root.col = "0x0033FF"; prevFrame(); _root.noDraw = false; }
Symbol 845 Button
on (release) { _root.col = "0x993300"; prevFrame(); _root.noDraw = false; }
Symbol 847 Button
on (release) { _root.col = "0x993333"; prevFrame(); _root.noDraw = false; }
Symbol 849 Button
on (release) { _root.col = "0x993366"; prevFrame(); _root.noDraw = false; }
Symbol 851 Button
on (release) { _root.col = "0x993399"; prevFrame(); _root.noDraw = false; }
Symbol 853 Button
on (release) { _root.col = "0x9933CC"; prevFrame(); _root.noDraw = false; }
Symbol 855 Button
on (release) { _root.col = "0x9933FF"; prevFrame(); _root.noDraw = false; }
Symbol 857 Button
on (release) { _root.col = "0x0066CC"; prevFrame(); _root.noDraw = false; }
Symbol 859 Button
on (release) { _root.col = "0x0099CC"; prevFrame(); _root.noDraw = false; }
Symbol 861 Button
on (release) { _root.col = "0x00CCCC"; prevFrame(); _root.noDraw = false; }
Symbol 863 Button
on (release) { _root.col = "0x00FFCC"; prevFrame(); _root.noDraw = false; }
Symbol 865 Button
on (release) { _root.col = "0x3300CC"; prevFrame(); _root.noDraw = false; }
Symbol 867 Button
on (release) { _root.col = "0x3333CC"; prevFrame(); _root.noDraw = false; }
Symbol 869 Button
on (release) { _root.col = "0x3366CC"; prevFrame(); _root.noDraw = false; }
Symbol 871 Button
on (release) { _root.col = "0x3399CC"; prevFrame(); _root.noDraw = false; }
Symbol 873 Button
on (release) { _root.col = "0x33CCCC"; prevFrame(); _root.noDraw = false; }
Symbol 875 Button
on (release) { _root.col = "0x33FFCC"; prevFrame(); _root.noDraw = false; }
Symbol 877 Button
on (release) { _root.col = "0x6600CC"; prevFrame(); _root.noDraw = false; }
Symbol 879 Button
on (release) { _root.col = "0x6633CC"; prevFrame(); _root.noDraw = false; }
Symbol 881 Button
on (release) { _root.col = "0x6666CC"; prevFrame(); _root.noDraw = false; }
Symbol 883 Button
on (release) { _root.col = "0x6699CC"; prevFrame(); _root.noDraw = false; }
Symbol 885 Button
on (release) { _root.col = "0x66CCCC"; prevFrame(); _root.noDraw = false; }
Symbol 887 Button
on (release) { _root.col = "0x66FFCC"; prevFrame(); _root.noDraw = false; }
Symbol 889 Button
on (release) { _root.col = "0x0066FF"; prevFrame(); _root.noDraw = false; }
Symbol 891 Button
on (release) { _root.col = "0x996600"; prevFrame(); _root.noDraw = false; }
Symbol 893 Button
on (release) { _root.col = "0x996633"; prevFrame(); _root.noDraw = false; }
Symbol 895 Button
on (release) { _root.col = "0x996666"; prevFrame(); _root.noDraw = false; }
Symbol 897 Button
on (release) { _root.col = "0x996699"; prevFrame(); _root.noDraw = false; }
Symbol 899 Button
on (release) { _root.col = "0x9966CC"; prevFrame(); _root.noDraw = false; }
Symbol 901 Button
on (release) { _root.col = "0x9966FF"; prevFrame(); _root.noDraw = false; }
Symbol 903 Button
on (release) { _root.col = "0x0099FF"; prevFrame(); _root.noDraw = false; }
Symbol 905 Button
on (release) { _root.col = "0x00CCFF"; prevFrame(); _root.noDraw = false; }
Symbol 906 Button
on (release) { _root.col = "0x00FFFF"; prevFrame(); _root.noDraw = false; }
Symbol 908 Button
on (release) { _root.col = "0x3300FF"; prevFrame(); _root.noDraw = false; }
Symbol 910 Button
on (release) { _root.col = "0x3333FF"; prevFrame(); _root.noDraw = false; }
Symbol 912 Button
on (release) { _root.col = "0x3366FF"; prevFrame(); _root.noDraw = false; }
Symbol 914 Button
on (release) { _root.col = "0x3399FF"; prevFrame(); _root.noDraw = false; }
Symbol 916 Button
on (release) { _root.col = "0x33CCFF"; prevFrame(); _root.noDraw = false; }
Symbol 918 Button
on (release) { _root.col = "0x33FFFF"; prevFrame(); _root.noDraw = false; }
Symbol 920 Button
on (release) { _root.col = "0x6600FF"; prevFrame(); _root.noDraw = false; }
Symbol 922 Button
on (release) { _root.col = "0x6633FF"; prevFrame(); _root.noDraw = false; }
Symbol 924 Button
on (release) { _root.col = "0x6666FF"; prevFrame(); _root.noDraw = false; }
Symbol 926 Button
on (release) { _root.col = "0x6699FF"; prevFrame(); _root.noDraw = false; }
Symbol 928 Button
on (release) { _root.col = "0x66CCFF"; prevFrame(); _root.noDraw = false; }
Symbol 930 Button
on (release) { _root.col = "0x66FFFF"; prevFrame(); _root.noDraw = false; }
Symbol 932 Button
on (release) { _root.col = "0x999900"; prevFrame(); _root.noDraw = false; }
Symbol 934 Button
on (release) { _root.col = "0x999933"; prevFrame(); _root.noDraw = false; }
Symbol 936 Button
on (release) { _root.col = "0x999966"; prevFrame(); _root.noDraw = false; }
Symbol 937 Button
on (release) { _root.col = "0x999999"; prevFrame(); _root.noDraw = false; }
Symbol 939 Button
on (release) { _root.col = "0x9999CC"; prevFrame(); _root.noDraw = false; }
Symbol 941 Button
on (release) { _root.col = "0x9999FF"; prevFrame(); _root.noDraw = false; }
Symbol 943 Button
on (release) { _root.col = "0x99CC00"; prevFrame(); _root.noDraw = false; }
Symbol 945 Button
on (release) { _root.col = "0x99CC33"; prevFrame(); _root.noDraw = false; }
Symbol 947 Button
on (release) { _root.col = "0x99CC66"; prevFrame(); _root.noDraw = false; }
Symbol 949 Button
on (release) { _root.col = "0x99CC99"; prevFrame(); _root.noDraw = false; }
Symbol 951 Button
on (release) { _root.col = "0x99CCCC"; prevFrame(); _root.noDraw = false; }
Symbol 953 Button
on (release) { _root.col = "0x99CCFF"; prevFrame(); _root.noDraw = false; }
Symbol 955 Button
on (release) { _root.col = "0x99FF00"; prevFrame(); _root.noDraw = false; }
Symbol 957 Button
on (release) { _root.col = "0x99FF33"; prevFrame(); _root.noDraw = false; }
Symbol 959 Button
on (release) { _root.col = "0x99FF66"; prevFrame(); _root.noDraw = false; }
Symbol 961 Button
on (release) { _root.col = "0x99FF99"; prevFrame(); _root.noDraw = false; }
Symbol 963 Button
on (release) { _root.col = "0x99FFCC"; prevFrame(); _root.noDraw = false; }
Symbol 965 Button
on (release) { _root.col = "0x99FFFF"; prevFrame(); _root.noDraw = false; }
Symbol 967 Button
on (release) { _root.col = "0xCC0000"; prevFrame(); _root.noDraw = false; }
Symbol 969 Button
on (release) { _root.col = "0xCC3300"; prevFrame(); _root.noDraw = false; }
Symbol 971 Button
on (release) { _root.col = "0xCC6600"; prevFrame(); _root.noDraw = false; }
Symbol 973 Button
on (release) { _root.col = "0xCC9900"; prevFrame(); _root.noDraw = false; }
Symbol 975 Button
on (release) { _root.col = "0xCCCC00"; prevFrame(); _root.noDraw = false; }
Symbol 977 Button
on (release) { _root.col = "0xCCFF00"; prevFrame(); _root.noDraw = false; }
Symbol 978 Button
on (release) { _root.col = "0xFF0000"; prevFrame(); _root.noDraw = false; }
Symbol 980 Button
on (release) { _root.col = "0xFF3300"; prevFrame(); _root.noDraw = false; }
Symbol 982 Button
on (release) { _root.col = "0xFF6600"; prevFrame(); _root.noDraw = false; }
Symbol 984 Button
on (release) { _root.col = "0xFF9900"; prevFrame(); _root.noDraw = false; }
Symbol 986 Button
on (release) { _root.col = "0xFFC00"; prevFrame(); _root.noDraw = false; }
Symbol 987 Button
on (release) { _root.col = "0xFFFF00"; prevFrame(); _root.noDraw = false; }
Symbol 989 Button
on (release) { _root.col = "0xCC0033"; prevFrame(); _root.noDraw = false; }
Symbol 991 Button
on (release) { _root.col = "0xCC3333"; prevFrame(); _root.noDraw = false; }
Symbol 993 Button
on (release) { _root.col = "0xCC6633"; prevFrame(); _root.noDraw = false; }
Symbol 995 Button
on (release) { _root.col = "0xCC9933"; prevFrame(); _root.noDraw = false; }
Symbol 997 Button
on (release) { _root.col = "0xCCCC33"; prevFrame(); _root.noDraw = false; }
Symbol 999 Button
on (release) { _root.col = "0xCCFF33"; prevFrame(); _root.noDraw = false; }
Symbol 1001 Button
on (release) { _root.col = "0xFF0033"; prevFrame(); _root.noDraw = false; }
Symbol 1003 Button
on (release) { _root.col = "0xFF3333"; prevFrame(); _root.noDraw = false; }
Symbol 1005 Button
on (release) { _root.col = "0xFF6633"; prevFrame(); _root.noDraw = false; }
Symbol 1007 Button
on (release) { _root.col = "0xFF9933"; prevFrame(); _root.noDraw = false; }
Symbol 1009 Button
on (release) { _root.col = "0xFFCC33"; prevFrame(); _root.noDraw = false; }
Symbol 1011 Button
on (release) { _root.col = "0xFFFF33"; prevFrame(); _root.noDraw = false; }
Symbol 1013 Button
on (release) { _root.col = "0xCC0066"; prevFrame(); _root.noDraw = false; }
Symbol 1015 Button
on (release) { _root.col = "0xCC3366"; prevFrame(); _root.noDraw = false; }
Symbol 1017 Button
on (release) { _root.col = "0xCC6666"; prevFrame(); _root.noDraw = false; }
Symbol 1019 Button
on (release) { _root.col = "0xCC9966"; prevFrame(); _root.noDraw = false; }
Symbol 1021 Button
on (release) { _root.col = "0xCCCC66"; prevFrame(); _root.noDraw = false; }
Symbol 1023 Button
on (release) { _root.col = "0xCCFF66"; prevFrame(); _root.noDraw = false; }
Symbol 1025 Button
on (release) { _root.col = "0xFF0066"; prevFrame(); _root.noDraw = false; }
Symbol 1027 Button
on (release) { _root.col = "0xFF3366"; prevFrame(); _root.noDraw = false; }
Symbol 1029 Button
on (release) { _root.col = "0xFF6666"; prevFrame(); _root.noDraw = false; }
Symbol 1031 Button
on (release) { _root.col = "0xFF9966"; prevFrame(); _root.noDraw = false; }
Symbol 1033 Button
on (release) { _root.col = "0xFFCC66"; prevFrame(); _root.noDraw = false; }
Symbol 1035 Button
on (release) { _root.col = "0xFFFF66"; prevFrame(); _root.noDraw = false; }
Symbol 1037 Button
on (release) { _root.col = "0xCC0099"; prevFrame(); _root.noDraw = false; }
Symbol 1039 Button
on (release) { _root.col = "0xCC00CC"; prevFrame(); _root.noDraw = false; }
Symbol 1041 Button
on (release) { _root.col = "0xCC00FF"; prevFrame(); _root.noDraw = false; }
Symbol 1043 Button
on (release) { _root.col = "0xCC3399"; prevFrame(); _root.noDraw = false; }
Symbol 1045 Button
on (release) { _root.col = "0xCC33CC"; prevFrame(); _root.noDraw = false; }
Symbol 1047 Button
on (release) { _root.col = "0xC33FF"; prevFrame(); _root.noDraw = false; }
Symbol 1049 Button
on (release) { _root.col = "0xCC6699"; prevFrame(); _root.noDraw = false; }
Symbol 1051 Button
on (release) { _root.col = "0xCC66CC"; prevFrame(); _root.noDraw = false; }
Symbol 1053 Button
on (release) { _root.col = "0xCC66FF"; prevFrame(); _root.noDraw = false; }
Symbol 1055 Button
on (release) { _root.col = "0xCC9999"; prevFrame(); _root.noDraw = false; }
Symbol 1057 Button
on (release) { _root.col = "0xCC99CC"; prevFrame(); _root.noDraw = false; }
Symbol 1059 Button
on (release) { _root.col = "0xCC99FF"; prevFrame(); _root.noDraw = false; }
Symbol 1061 Button
on (release) { _root.col = "0xCCCC99"; prevFrame(); _root.noDraw = false; }
Symbol 1062 Button
on (release) { _root.col = "0xCCCCCC"; prevFrame(); _root.noDraw = false; }
Symbol 1064 Button
on (release) { _root.col = "0xCCCCFF"; prevFrame(); _root.noDraw = false; }
Symbol 1066 Button
on (release) { _root.col = "0xCCFF99"; prevFrame(); _root.noDraw = false; }
Symbol 1068 Button
on (release) { _root.col = "0xCCFFCC"; prevFrame(); _root.noDraw = false; }
Symbol 1070 Button
on (release) { _root.col = "0xCCFFFF"; prevFrame(); _root.noDraw = false; }
Symbol 1072 Button
on (release) { _root.col = "0xFF0099"; prevFrame(); _root.noDraw = false; }
Symbol 1074 Button
on (release) { _root.col = "0xFF3399"; prevFrame(); _root.noDraw = false; }
Symbol 1076 Button
on (release) { _root.col = "0xFF6699"; prevFrame(); _root.noDraw = false; }
Symbol 1078 Button
on (release) { _root.col = "0xFF9999"; prevFrame(); _root.noDraw = false; }
Symbol 1080 Button
on (release) { _root.col = "0xFFCC99"; prevFrame(); _root.noDraw = false; }
Symbol 1082 Button
on (release) { _root.col = "0xFFFF99"; prevFrame(); _root.noDraw = false; }
Symbol 1084 Button
on (release) { _root.col = "0xFF00CC"; prevFrame(); _root.noDraw = false; }
Symbol 1086 Button
on (release) { _root.col = "0xFF33CC"; prevFrame(); _root.noDraw = false; }
Symbol 1088 Button
on (release) { _root.col = "0xFF66CC"; prevFrame(); _root.noDraw = false; }
Symbol 1090 Button
on (release) { _root.col = "0xFF99CC"; prevFrame(); _root.noDraw = false; }
Symbol 1092 Button
on (release) { _root.col = "0xFFCCCC"; prevFrame(); _root.noDraw = false; }
Symbol 1094 Button
on (release) { _root.col = "0xFFFFCC"; prevFrame(); _root.noDraw = false; }
Symbol 1095 Button
on (release) { _root.col = "0xFF00FF"; prevFrame(); _root.noDraw = false; }
Symbol 1097 Button
on (release) { _root.col = "0xFF33FF"; prevFrame(); _root.noDraw = false; }
Symbol 1099 Button
on (release) { _root.col = "0xFF66FF"; prevFrame(); _root.noDraw = false; }
Symbol 1101 Button
on (release) { _root.col = "0xFF99FF"; prevFrame(); _root.noDraw = false; }
Symbol 1103 Button
on (release) { _root.col = "0xFFCCFF"; prevFrame(); _root.noDraw = false; }
Symbol 1104 Button
on (release) { _root.col = "0xFFFFFF"; prevFrame(); _root.noDraw = false; }
Symbol 1105 MovieClip Frame 1
function onEnterFrame() { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.noDraw = true; } else { _root.noDraw = false; } } stop();
Symbol 1116 Button
on (release) { _root.nextFrame(); }
Symbol 1117 MovieClip Frame 1
function onEnterFrame() { if (Key.isDown(32)) { _root.noDraw2 = true; nextFrame(); } } stop();
Symbol 1122 MovieClip Frame 1
function onEnterFrame() { if (Key.isDown(32)) { _root.noDraw2 = true; nextFrame(); } } stop();
Symbol 1167 Button
on (release) { trace("hit"); _root.mus = true; trace(_root.mus); }
Symbol 1168 Button
on (release) { trace("hit"); _root.mus = false; trace(_root.mus); }
Symbol 1169 MovieClip Frame 1
stop();
Symbol 1169 MovieClip Frame 22
stop();
Instance of Symbol 1107 MovieClip in Symbol 1169 MovieClip Frame 22
on (release) { _root.mus = false; }
Symbol 1173 Button
on (release) { _root.laserD._x = -500; _root.laserD._y = -500; _root.laserD.cacheAsBitmap = true; cP.removeMovieClip(); _root.gotoAndStop("shop"); this.removeMovieClip(); }
Symbol 1174 MovieClip Frame 1
function onEnterFrame() { if (Key.isDown(32)) { _root.noDraw2 = true; nextFrame(); } } stop();
Symbol 1174 MovieClip Frame 2
depth = _root.getNextHighestDepth(); this.swapDepths(depth);
Symbol 1175 Button
on (release) { cP.removeMovieClip(); _root.nextFrame(); this.removeMovieClip(); }
Symbol 1176 MovieClip Frame 1
function onEnterFrame() { if (Key.isDown(32)) { _root.noDraw2 = true; nextFrame(); } } stop();
Symbol 1176 MovieClip Frame 2
depth = _root.getNextHighestDepth(); this.swapDepths(depth);
Symbol 1225 MovieClip Frame 1
_root.stop();
Symbol 1225 MovieClip Frame 126
_root.gotoAndStop(3);

Library Items

Symbol 1 GraphicUsed by:2 702 782
Symbol 2 MovieClipUses:1Used by:43
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:9
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:9
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:9
Symbol 9 MovieClipUses:4 6 8Used by:43
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:13
Symbol 13 MovieClipUses:10 12Used by:22
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:14 16Used by:22
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:18 20Used by:22
Symbol 22 MovieClipUses:13 17 21Used by:43
Symbol 23 GraphicUsed by:26
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClipUses:23 25Used by:43
Symbol 27 FontUsed by:28 29
Symbol 28 EditableTextUses:27Used by:43
Symbol 29 TextUses:27Used by:30
Symbol 30 MovieClipUses:29Used by:43
Symbol 31 MovieClip [Defaults]Used by:33
Symbol 32 MovieClip [UIObjectExtensions]Used by:33
Symbol 33 MovieClip [UIObject]Uses:31 32Used by:40 42 416
Symbol 34 GraphicUsed by:36
Symbol 35 GraphicUsed by:36
Symbol 36 ButtonUses:34 35Used by:40
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClip [BoundingBox]Uses:37Used by:39 415 419 478 479 480 481
Symbol 39 MovieClip [FocusRect]Uses:38Used by:40
Symbol 40 MovieClip [FocusManager]Uses:36 39 33Used by:42
Symbol 41 MovieClip [UIComponentExtensions]Used by:42
Symbol 42 MovieClip [UIComponent]Uses:33 40 41Used by:43 415 480
Symbol 43 MovieClip [mloaderWindow]Uses:2 9 22 26 28 30 42
Symbol 44 GraphicUsed by:49
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClip [col]Uses:45Used by:49 55 96 102 108 114 141 147 149 171 178 185 192 199 225 231 239 370 393 394
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClip [obs3]Uses:44 46 47 48
Symbol 50 GraphicUsed by:55
Symbol 51 GraphicUsed by:55
Symbol 52 GraphicUsed by:55
Symbol 53 GraphicUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClip [enemy15]Uses:50 46 51 52 53 54
Symbol 56 GraphicUsed by:73
Symbol 57 GraphicUsed by:73
Symbol 58 GraphicUsed by:73
Symbol 59 GraphicUsed by:73
Symbol 60 GraphicUsed by:73
Symbol 61 GraphicUsed by:73
Symbol 62 GraphicUsed by:73
Symbol 63 GraphicUsed by:73
Symbol 64 GraphicUsed by:73
Symbol 65 GraphicUsed by:73
Symbol 66 GraphicUsed by:73
Symbol 67 GraphicUsed by:73
Symbol 68 GraphicUsed by:73
Symbol 69 GraphicUsed by:73
Symbol 70 GraphicUsed by:73
Symbol 71 GraphicUsed by:73
Symbol 72 GraphicUsed by:73 90 171
Symbol 73 MovieClip [expl3]Uses:56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
Symbol 74 GraphicUsed by:90
Symbol 75 GraphicUsed by:90
Symbol 76 GraphicUsed by:90
Symbol 77 GraphicUsed by:90
Symbol 78 GraphicUsed by:90
Symbol 79 GraphicUsed by:90
Symbol 80 GraphicUsed by:90
Symbol 81 GraphicUsed by:90
Symbol 82 GraphicUsed by:90
Symbol 83 GraphicUsed by:90
Symbol 84 GraphicUsed by:90
Symbol 85 GraphicUsed by:90
Symbol 86 GraphicUsed by:90
Symbol 87 GraphicUsed by:90
Symbol 88 GraphicUsed by:90
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClip [expl2]Uses:74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 72
Symbol 91 GraphicUsed by:96
Symbol 92 GraphicUsed by:96
Symbol 93 GraphicUsed by:96
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClip [enemy14]Uses:91 46 92 93 94 95
Symbol 97 GraphicUsed by:102
Symbol 98 GraphicUsed by:102
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClip [enemy13]Uses:97 46 98 99 100 101
Symbol 103 GraphicUsed by:108
Symbol 104 GraphicUsed by:108
Symbol 105 GraphicUsed by:108
Symbol 106 GraphicUsed by:108
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClip [enemy12]Uses:103 46 104 105 106 107
Symbol 109 GraphicUsed by:114
Symbol 110 GraphicUsed by:114
Symbol 111 GraphicUsed by:114
Symbol 112 GraphicUsed by:114
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClip [enemy4]Uses:109 46 110 111 112 113
Symbol 115 GraphicUsed by:141
Symbol 116 GraphicUsed by:141
Symbol 117 GraphicUsed by:141
Symbol 118 GraphicUsed by:141
Symbol 119 GraphicUsed by:141
Symbol 120 GraphicUsed by:141
Symbol 121 GraphicUsed by:141
Symbol 122 GraphicUsed by:141
Symbol 123 GraphicUsed by:141
Symbol 124 GraphicUsed by:141
Symbol 125 GraphicUsed by:141
Symbol 126 GraphicUsed by:141
Symbol 127 GraphicUsed by:141
Symbol 128 GraphicUsed by:141
Symbol 129 GraphicUsed by:141
Symbol 130 GraphicUsed by:141
Symbol 131 GraphicUsed by:141
Symbol 132 GraphicUsed by:141
Symbol 133 GraphicUsed by:141
Symbol 134 GraphicUsed by:141
Symbol 135 GraphicUsed by:141
Symbol 136 GraphicUsed by:141
Symbol 137 GraphicUsed by:141
Symbol 138 GraphicUsed by:141
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClip [obs2]Uses:115 46 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
Symbol 142 GraphicUsed by:147
Symbol 143 GraphicUsed by:147
Symbol 144 GraphicUsed by:147
Symbol 145 GraphicUsed by:147
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClip [enemy11]Uses:142 46 143 144 145 146
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClip [enemy10]Uses:148 46
Symbol 150 GraphicUsed by:163
Symbol 151 GraphicUsed by:163
Symbol 152 GraphicUsed by:163
Symbol 153 GraphicUsed by:163
Symbol 154 GraphicUsed by:163
Symbol 155 GraphicUsed by:163
Symbol 156 GraphicUsed by:163
Symbol 157 GraphicUsed by:163
Symbol 158 GraphicUsed by:163
Symbol 159 GraphicUsed by:163
Symbol 160 GraphicUsed by:163
Symbol 161 GraphicUsed by:163
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:150 151 152 153 154 155 156 157 158 159 160 161 162Used by:171
Symbol 164 GraphicUsed by:171
Symbol 165 GraphicUsed by:171
Symbol 166 GraphicUsed by:171
Symbol 167 GraphicUsed by:171
Symbol 168 GraphicUsed by:171
Symbol 169 GraphicUsed by:171
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClip [enemy9]Uses:163 164 165 166 46 167 168 169 170 72
Symbol 172 GraphicUsed by:178
Symbol 173 GraphicUsed by:178
Symbol 174 GraphicUsed by:178
Symbol 175 GraphicUsed by:178
Symbol 176 GraphicUsed by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClip [enemy8]Uses:172 173 46 174 175 176 177
Symbol 179 GraphicUsed by:185
Symbol 180 GraphicUsed by:185
Symbol 181 GraphicUsed by:185
Symbol 182 GraphicUsed by:185
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClip [enemy7]Uses:179 180 46 181 182 183 184
Symbol 186 GraphicUsed by:192
Symbol 187 GraphicUsed by:192
Symbol 188 GraphicUsed by:192
Symbol 189 GraphicUsed by:192
Symbol 190 GraphicUsed by:192
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClip [enemy6]Uses:186 187 46 188 189 190 191
Symbol 193 GraphicUsed by:199
Symbol 194 GraphicUsed by:199
Symbol 195 GraphicUsed by:199
Symbol 196 GraphicUsed by:199
Symbol 197 GraphicUsed by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClip [enemy5]Uses:193 194 46 195 196 197 198
Symbol 200 GraphicUsed by:211
Symbol 201 GraphicUsed by:211
Symbol 202 GraphicUsed by:211
Symbol 203 GraphicUsed by:211
Symbol 204 GraphicUsed by:211
Symbol 205 GraphicUsed by:211
Symbol 206 GraphicUsed by:211
Symbol 207 GraphicUsed by:211
Symbol 208 GraphicUsed by:211
Symbol 209 GraphicUsed by:211
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClip [bombExp]Uses:200 201 202 203 204 205 206 207 208 209 210
Symbol 212 GraphicUsed by:225
Symbol 213 GraphicUsed by:225
Symbol 214 GraphicUsed by:225
Symbol 215 GraphicUsed by:225
Symbol 216 GraphicUsed by:225
Symbol 217 GraphicUsed by:225
Symbol 218 GraphicUsed by:225
Symbol 219 GraphicUsed by:225
Symbol 220 GraphicUsed by:225
Symbol 221 GraphicUsed by:225
Symbol 222 GraphicUsed by:225
Symbol 223 GraphicUsed by:225
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClip [obs1]Uses:212 46 213 214 215 216 217 218 219 220 221 222 223 224
Symbol 226 GraphicUsed by:231
Symbol 227 GraphicUsed by:231
Symbol 228 GraphicUsed by:231
Symbol 229 GraphicUsed by:231
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClip [enemy3]Uses:226 46 227 228 229 230
Symbol 232 GraphicUsed by:239
Symbol 233 GraphicUsed by:239
Symbol 234 GraphicUsed by:239
Symbol 235 GraphicUsed by:239
Symbol 236 GraphicUsed by:239 538
Symbol 237 GraphicUsed by:239 538
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClip [enemy2]Uses:232 233 46 234 235 236 237 238
Symbol 240 MovieClip [laserD]
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClip [laser]Uses:241
Symbol 243 GraphicUsed by:304 591 707 1104
Symbol 244 GraphicUsed by:304
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:245Used by:250
Symbol 247 GraphicUsed by:250
Symbol 248 FontUsed by:249 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 565 581 582 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 1106 1159 1160 1161 1162 1177 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204
Symbol 249 TextUses:248Used by:250
Symbol 250 MovieClip [shop]Uses:246 247 249Used by:304 346
Symbol 251 FontUsed by:252 318 618 619 1163 1164 1165 1166 1170 1178 1179 1180 1181 1205
Symbol 252 EditableTextUses:251Used by:304
Symbol 253 GraphicUsed by:304
Symbol 254 GraphicUsed by:304
Symbol 255 GraphicUsed by:304
Symbol 256 GraphicUsed by:304
Symbol 257 GraphicUsed by:304
Symbol 258 GraphicUsed by:304
Symbol 259 GraphicUsed by:304
Symbol 260 GraphicUsed by:304
Symbol 261 GraphicUsed by:304
Symbol 262 GraphicUsed by:304
Symbol 263 GraphicUsed by:304
Symbol 264 FontUsed by:265 266 267 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 291 292 293 294 295 300 302 592 643
Symbol 265 TextUses:264Used by:270
Symbol 266 EditableTextUses:264Used by:270
Symbol 267 EditableTextUses:264Used by:270
Symbol 268 GraphicUsed by:269 591 614 616 617 621 644 645 646 647 648 649 650 651 652 653 654 655 1107 1167 1168
Symbol 269 MovieClipUses:268Used by:270 303
Symbol 270 MovieClipUses:265 266 267 269Used by:304  Timeline
Symbol 271 GraphicUsed by:304
Symbol 272 TextUses:264Used by:303
Symbol 273 TextUses:264Used by:303
Symbol 274 TextUses:264Used by:303
Symbol 275 TextUses:264Used by:303
Symbol 276 TextUses:264Used by:303
Symbol 277 TextUses:264Used by:303
Symbol 278 TextUses:264Used by:303
Symbol 279 TextUses:264Used by:303
Symbol 280 TextUses:264Used by:290 297
Symbol 281 TextUses:264Used by:290 296 297 298
Symbol 282 TextUses:264Used by:290
Symbol 283 TextUses:264Used by:290 297
Symbol 284 TextUses:264Used by:290
Symbol 285 TextUses:264Used by:290
Symbol 286 TextUses:264Used by:290
Symbol 287 TextUses:264Used by:290 297
Symbol 288 TextUses:264Used by:290
Symbol 289 TextUses:264Used by:290 299
Symbol 290 MovieClipUses:280 281 282 283 284 285 286 287 288 289Used by:303
Symbol 291 TextUses:264Used by:296
Symbol 292 TextUses:264Used by:296
Symbol 293 TextUses:264Used by:296
Symbol 294 TextUses:264Used by:296
Symbol 295 TextUses:264Used by:296 297 298 299
Symbol 296 MovieClipUses:291 292 293 294 281 295Used by:303
Symbol 297 MovieClipUses:280 281 283 287 295Used by:303
Symbol 298 MovieClipUses:281 295Used by:303
Symbol 299 MovieClipUses:289 295Used by:303
Symbol 300 TextUses:264Used by:301
Symbol 301 MovieClipUses:300Used by:303
Symbol 302 TextUses:264Used by:303
Symbol 303 MovieClipUses:272 273 274 275 276 277 278 279 290 296 297 298 299 301 302 269Used by:304  Timeline
Symbol 304 MovieClipUses:243 244 250 252 253 254 255 256 257 258 259 260 261 262 263 270 271 303Used by:311 312
Symbol 305 GraphicUsed by:310
Symbol 306 GraphicUsed by:310
Symbol 307 GraphicUsed by:310
Symbol 308 GraphicUsed by:310
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:305 306 307 308 309Used by:311 312
Symbol 311 MovieClip [removePaper2]Uses:304 310
Symbol 312 MovieClip [removePaper]Uses:304 310
Symbol 313 GraphicUsed by:346
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:314Used by:346
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:316Used by:346
Symbol 318 EditableTextUses:251Used by:346
Symbol 319 GraphicUsed by:346
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:320Used by:346
Symbol 322 GraphicUsed by:346
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:323Used by:346
Symbol 325 GraphicUsed by:346
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326Used by:346
Symbol 328 GraphicUsed by:346
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:329Used by:346
Symbol 331 GraphicUsed by:346
Symbol 332 GraphicUsed by:333
Symbol 333 MovieClipUses:332Used by:346
Symbol 334 GraphicUsed by:346
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:335Used by:346
Symbol 337 GraphicUsed by:346
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:338Used by:346
Symbol 340 GraphicUsed by:346
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:341Used by:346
Symbol 343 GraphicUsed by:346
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:344Used by:346
Symbol 346 MovieClip [paper]Uses:313 315 317 250 318 319 321 322 324 325 327 328 330 331 333 334 336 337 339 340 342 343 345
Symbol 347 GraphicUsed by:358
Symbol 348 GraphicUsed by:358
Symbol 349 GraphicUsed by:358
Symbol 350 GraphicUsed by:358
Symbol 351 GraphicUsed by:358
Symbol 352 GraphicUsed by:358
Symbol 353 GraphicUsed by:358
Symbol 354 GraphicUsed by:358
Symbol 355 GraphicUsed by:358
Symbol 356 GraphicUsed by:358
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClip [ship]Uses:347 348 349 350 351 352 353 354 355 356 357
Symbol 359 MovieClip [recordShip]
Symbol 360 MovieClip [recordCannon]
Symbol 361 MovieClip [cannon]
Symbol 362 GraphicUsed by:370
Symbol 363 GraphicUsed by:369
Symbol 364 GraphicUsed by:369
Symbol 365 GraphicUsed by:369
Symbol 366 GraphicUsed by:369
Symbol 367 GraphicUsed by:369
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:363 364 365 366 367 368Used by:370
Symbol 370 MovieClip [enemy1]Uses:362 369 46
Symbol 371 GraphicUsed by:390
Symbol 372 GraphicUsed by:390
Symbol 373 GraphicUsed by:390
Symbol 374 GraphicUsed by:390
Symbol 375 GraphicUsed by:390
Symbol 376 GraphicUsed by:390
Symbol 377 GraphicUsed by:390
Symbol 378 GraphicUsed by:390
Symbol 379 GraphicUsed by:390
Symbol 380 GraphicUsed by:390
Symbol 381 GraphicUsed by:390
Symbol 382 GraphicUsed by:390
Symbol 383 GraphicUsed by:390
Symbol 384 GraphicUsed by:390
Symbol 385 GraphicUsed by:390
Symbol 386 GraphicUsed by:390
Symbol 387 GraphicUsed by:390
Symbol 388 GraphicUsed by:390
Symbol 389 GraphicUsed by:390
Symbol 390 MovieClip [expl1]Uses:371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389
Symbol 391 GraphicUsed by:392
Symbol 392 MovieClipUses:391Used by:393 394
Symbol 393 MovieClip [enemyFire2]Uses:392 46
Symbol 394 MovieClip [enemyFire1]Uses:392 46
Symbol 395 GraphicUsed by:396
Symbol 396 MovieClip [paperN]Uses:395Used by:Timeline
Symbol 402 FontUsed by:403
Symbol 403 EditableTextUses:402Used by:482
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClip [BrdrShdw]Uses:404Used by:408 413 414
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClip [BrdrFace]Uses:406Used by:408 413 414
Symbol 408 MovieClip [SimpleButtonDown]Uses:405 407Used by:415
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClip [BrdrBlk]Uses:409Used by:413 414
Symbol 411 GraphicUsed by:412
Symbol 412 MovieClip [BrdrHilght]Uses:411Used by:413 414
Symbol 413 MovieClip [SimpleButtonIn]Uses:410 412 405 407Used by:415
Symbol 414 MovieClip [SimpleButtonUp]Uses:410 407 405 412Used by:415
Symbol 415 MovieClip [SimpleButton]Uses:38 408 413 414 42Used by:419 478 479
Symbol 416 MovieClip [Border]Uses:33Used by:417 419
Symbol 417 MovieClip [RectBorder]Uses:416Used by:419 480
Symbol 418 MovieClip [ButtonSkin]Used by:419
Symbol 419 MovieClip [Button]Uses:38 415 416 417 418Used by:478 479  Timeline
Symbol 420 MovieClip [CustomBorder]Used by:478 479
Symbol 421 GraphicUsed by:423 459 460 461 464 465 470
Symbol 422 GraphicUsed by:423 459 460 464 465 470
Symbol 423 MovieClip [ScrollTrack]Uses:421 422Used by:430 435 436 437 471 472 473 474 475 476
Symbol 424 GraphicUsed by:430 435 436 437 471 472 473 474
Symbol 425 GraphicUsed by:430 435 436 437 471 472 473 474
Symbol 426 GraphicUsed by:430 435 436 437 471 472 473 474
Symbol 427 GraphicUsed by:430 435 436 437 471 472 473 474
Symbol 428 GraphicUsed by:430 435 436 437 471 472 473 474
Symbol 429 GraphicUsed by:430 435 436 437
Symbol 430 MovieClip [ScrollDownArrowDisabled]Uses:423 424 425 426 427 428 429Used by:477
Symbol 431 GraphicUsed by:432
Symbol 432 MovieClip [ScrollThemeColor1]Uses:431Used by:435 436 472 473
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClip [ScrollThemeColor2]Uses:433Used by:435 472
Symbol 435 MovieClip [ScrollDownArrowDown]Uses:423 424 432 425 426 427 428 434 429Used by:477
Symbol 436 MovieClip [ScrollDownArrowOver]Uses:423 424 432 425 426 427 428 429Used by:477
Symbol 437 MovieClip [ScrollDownArrowUp]Uses:423 424 425 426 427 428 429Used by:477
Symbol 438 GraphicUsed by:443 448 449 450 466 467 468 469
Symbol 439 GraphicUsed by:443 448 449 450 466 467 468 469
Symbol 440 GraphicUsed by:443 448 449 450 466 467 468 469
Symbol 441 GraphicUsed by:443 448 449 450 466 467 468 469
Symbol 442 GraphicUsed by:443 448 449 450 466 467 468 469
Symbol 443 MovieClip [ScrollThumbBottomDisabled]Uses:438 439 440 441 442Used by:477
Symbol 444 GraphicUsed by:445
Symbol 445 MovieClip [ThumbThemeColor1]Uses:444Used by:448 449 467 468
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClip [ThumbThemeColor3]Uses:446Used by:448 467
Symbol 448 MovieClip [ScrollThumbBottomDown]Uses:438 445 439 440 441 447 442Used by:477
Symbol 449 MovieClip [ScrollThumbBottomOver]Uses:438 445 439 440 441 442Used by:477
Symbol 450 MovieClip [ScrollThumbBottomUp]Uses:438 439 440 441 442Used by:477
Symbol 451 GraphicUsed by:452 455 456 457
Symbol 452 MovieClip [ScrollThumbGripDisabled]Uses:451Used by:477
Symbol 453 GraphicUsed by:454
Symbol 454 MovieClip [ThumbThemeColor2]Uses:453Used by:455 456 459 460 464
Symbol 455 MovieClip [ScrollThumbGripDown]Uses:454 451Used by:477
Symbol 456 MovieClip [ScrollThumbGripOver]Uses:454 451Used by:477
Symbol 457 MovieClip [ScrollThumbGripUp]Uses:451Used by:477
Symbol 458 GraphicUsed by:459 460 464 465
Symbol 459 MovieClip [ScrollThumbMiddleDisabled]Uses:421 458 454 422Used by:477
Symbol 460 MovieClip [ScrollThumbMiddleDown]Uses:421 454 458 422Used by:477
Symbol 461 MovieClipUses:421Used by:464
Symbol 462 GraphicUsed by:463 471 472 473 474
Symbol 463 MovieClipUses:462Used by:464
Symbol 464 MovieClip [ScrollThumbMiddleOver]Uses:421 454 458 461 463 422Used by:477
Symbol 465 MovieClip [ScrollThumbMiddleUp]Uses:421 458 422Used by:477
Symbol 466 MovieClip [ScrollThumbTopDisabled]Uses:438 439 440 441 442Used by:477
Symbol 467 MovieClip [ScrollThumbTopDown]Uses:438 445 439 440 441 447 442Used by:477
Symbol 468 MovieClip [ScrollThumbTopOver]Uses:438 445 439 440 441 442Used by:477
Symbol 469 MovieClip [ScrollThumbTopUp]Uses:438 439 440 441 442Used by:477
Symbol 470 MovieClip [ScrollTrackDisabled]Uses:421 422Used by:477
Symbol 471 MovieClip [ScrollUpArrowDisabled]Uses:423 424 425 426 427 428 462Used by:477
Symbol 472 MovieClip [ScrollUpArrowDown]Uses:423 424 432 425 426 427 428 434 462Used by:477
Symbol 473 MovieClip [ScrollUpArrowOver]Uses:423 424 432 425 426 462 427 428Used by:477
Symbol 474 MovieClip [ScrollUpArrowUp]Uses:423 424 425 426 427 428 462Used by:477
Symbol 475 MovieClip [BtnDownArrow]Uses:423Used by:477
Symbol 476 MovieClip [BtnUpArrow]Uses:423Used by:477
Symbol 477 MovieClip [ScrollBarAssets]Uses:430 435 436 437 443 448 449 450 452 455 456 457 459 460 464 465 466 467 468 469 470 471 472 473 474 475 476Used by:478 479
Symbol 478 MovieClip [HScrollBar]Uses:38 419 415 420 477Used by:481
Symbol 479 MovieClip [VScrollBar]Uses:38 419 415 420 477Used by:481
Symbol 480 MovieClip [View]Uses:38 42 417Used by:481
Symbol 481 MovieClip [ScrollView]Uses:38 478 479 480Used by:482
Symbol 482 MovieClip [TextArea]Uses:403 481
Symbol 505 BitmapUsed by:506
Symbol 506 GraphicUses:505Used by:507
Symbol 507 MovieClipUses:506Used by:508
Symbol 508 MovieClip [RemotingClasses]Uses:507
Symbol 533 GraphicUsed by:538
Symbol 534 GraphicUsed by:538
Symbol 535 GraphicUsed by:538
Symbol 536 GraphicUsed by:538
Symbol 537 GraphicUsed by:538
Symbol 538 MovieClipUses:533 534 535 536 236 237 537Used by:Timeline
Symbol 539 GraphicUsed by:541
Symbol 540 GraphicUsed by:541
Symbol 541 MovieClipUses:539 540Used by:Timeline
Symbol 542 FontUsed by:543
Symbol 543 EditableTextUses:542Used by:544
Symbol 544 MovieClipUses:543Used by:Timeline
Symbol 545 BitmapUsed by:546
Symbol 546 GraphicUses:545Used by:Timeline
Symbol 547 TextUses:248Used by:566
Symbol 548 TextUses:248Used by:566
Symbol 549 TextUses:248Used by:566
Symbol 550 TextUses:248Used by:566
Symbol 551 TextUses:248Used by:566
Symbol 552 TextUses:248Used by:566
Symbol 553 TextUses:248Used by:566
Symbol 554 TextUses:248Used by:566
Symbol 555 TextUses:248Used by:566
Symbol 556 TextUses:248Used by:566
Symbol 557 TextUses:248Used by:566
Symbol 558 TextUses:248Used by:566
Symbol 559 TextUses:248Used by:566
Symbol 560 TextUses:248Used by:566
Symbol 561 TextUses:248Used by:566
Symbol 562 TextUses:248Used by:566
Symbol 563 TextUses:248Used by:566
Symbol 564 GraphicUsed by:566
Symbol 565 TextUses:248Used by:566
Symbol 566 ButtonUses:547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565Used by:Timeline
Symbol 567 BitmapUsed by:568
Symbol 568 GraphicUses:567Used by:569 615
Symbol 569 ButtonUses:568Used by:1169  Timeline
Symbol 570 FontUsed by:571 572 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 659 1109 1110 1111 1112 1114 1119 1121 1123 1124 1125 1126 1127 1171 1172
Symbol 571 TextUses:570Used by:575
Symbol 572 TextUses:570Used by:574
Symbol 573 GraphicUsed by:574
Symbol 574 ButtonUses:572 573Used by:575
Symbol 575 MovieClipUses:571 574Used by:Timeline
Symbol 576 GraphicUsed by:577
Symbol 577 MovieClipUses:576Used by:Timeline
Symbol 397 MovieClip [__Packages.mx.core.UIObject]
Symbol 483 MovieClip [__Packages.mx.skins.SkinElement]
Symbol 484 MovieClip [__Packages.mx.styles.CSSTextStyles]
Symbol 486 MovieClip [__Packages.mx.styles.CSSStyleDeclaration]
Symbol 485 MovieClip [__Packages.mx.styles.StyleManager]
Symbol 490 MovieClip [__Packages.mx.events.EventDispatcher]
Symbol 491 MovieClip [__Packages.mx.events.UIEventDispatcher]
Symbol 500 MovieClip [__Packages.mx.core.ext.UIObjectExtensions]
Symbol 499 MovieClip [__Packages.mx.skins.ColoredSkinElement]
Symbol 398 MovieClip [__Packages.mx.core.UIComponent]
Symbol 1226 MovieClip [__Packages.mx.skins.halo.Defaults]
Symbol 1227 MovieClip [__Packages.mx.skins.halo.FocusRect]
Symbol 489 MovieClip [__Packages.mx.managers.DepthManager]
Symbol 1228 MovieClip [__Packages.mx.managers.FocusManager]
Symbol 495 MovieClip [__Packages.mx.controls.SimpleButton]
Symbol 1229 MovieClip [__Packages.mx.managers.SystemManager]
Symbol 1230 MovieClip [__Packages.mx.managers.OverlappedWindows]
Symbol 1231 MovieClip [__Packages.mx.core.ext.UIComponentExtensions]
Symbol 1232 MovieClip [__Packages.mx.styles.CSSSetStyle]
Symbol 1233 MovieClip [__Packages.it.sephiroth.mloaderWindow]
Symbol 1234 MovieClip [__Packages.it.sephiroth.PrintScreen]
Symbol 399 MovieClip [__Packages.mx.core.View]
Symbol 400 MovieClip [__Packages.mx.core.ScrollView]
Symbol 401 MovieClip [__Packages.mx.controls.TextArea]
Symbol 487 MovieClip [__Packages.mx.skins.Border]
Symbol 488 MovieClip [__Packages.mx.skins.RectBorder]
Symbol 492 MovieClip [__Packages.mx.core.ExternalContent]
Symbol 493 MovieClip [__Packages.mx.skins.CustomBorder]
Symbol 494 MovieClip [__Packages.mx.controls.scrollClasses.ScrollThumb]
Symbol 496 MovieClip [__Packages.mx.controls.scrollClasses.ScrollBar]
Symbol 497 MovieClip [__Packages.mx.controls.HScrollBar]
Symbol 498 MovieClip [__Packages.mx.controls.Button]
Symbol 501 MovieClip [__Packages.mx.skins.halo.RectBorder]
Symbol 502 MovieClip [__Packages.mx.skins.halo.ButtonSkin]
Symbol 503 MovieClip [__Packages.mx.controls.VScrollBar]
Symbol 504 MovieClip [__Packages.mx.remoting.ApiClasses]
Symbol 509 MovieClip [__Packages.mx.data.DataRange]
Symbol 510 MovieClip [__Packages.mx.data.PageableData]
Symbol 511 MovieClip [__Packages.mx.data.PageableList]
Symbol 512 MovieClip [__Packages.mx.services.Log]
Symbol 513 MovieClip [__Packages.mx.remoting.NetServices]
Symbol 514 MovieClip [__Packages.mx.remoting.Connection]
Symbol 515 MovieClip [__Packages.mx.remoting.RecordSet]
Symbol 516 MovieClip [__Packages.mx.remoting.NetServiceProxy]
Symbol 517 MovieClip [__Packages.mx.remoting.NetServiceProxyResponder]
Symbol 518 MovieClip [__Packages.mx.utils.Iterator]
Symbol 519 MovieClip [__Packages.mx.remoting.RecordSetIterator]
Symbol 520 MovieClip [__Packages.mx.remoting.RsDataRange]
Symbol 521 MovieClip [__Packages.mx.remoting.RsDataFetcher]
Symbol 522 MovieClip [__Packages.mx.remoting.DataGlue]
Symbol 523 MovieClip [__Packages.mx.remoting.PendingCall]
Symbol 524 MovieClip [__Packages.mx.rpc.ResultEvent]
Symbol 525 MovieClip [__Packages.mx.rpc.Fault]
Symbol 526 MovieClip [__Packages.mx.rpc.FaultEvent]
Symbol 527 MovieClip [__Packages.mx.rpc.Responder]
Symbol 528 MovieClip [__Packages.mx.remoting.Service]
Symbol 529 MovieClip [__Packages.mx.remoting.Operation]
Symbol 530 MovieClip [__Packages.mx.data.binding.ObjectDumper]
Symbol 531 MovieClip [__Packages.mx.rpc.RelayResponder]
Symbol 532 MovieClip [__Packages.mx.rpc.DefaultResponder]
Symbol 578 BitmapUsed by:579
Symbol 579 GraphicUses:578Used by:591
Symbol 580 GraphicUsed by:584
Symbol 581 TextUses:248Used by:584
Symbol 582 TextUses:248Used by:584
Symbol 583 GraphicUsed by:584
Symbol 584 MovieClipUses:580 581 582 583Used by:591
Symbol 585 ShapeTweeningUsed by:591
Symbol 586 ShapeTweeningUsed by:591
Symbol 587 FontUsed by:588
Symbol 588 TextUses:587Used by:591
Symbol 589 FontUsed by:590
Symbol 590 TextUses:589Used by:591
Symbol 591 MovieClipUses:579 584 585 268 586 588 590 243Used by:Timeline
Symbol 592 TextUses:264Used by:594
Symbol 593 GraphicUsed by:594
Symbol 594 ButtonUses:592 593Used by:Timeline
Symbol 595 TextUses:570Used by:Timeline
Symbol 596 TextUses:570Used by:Timeline
Symbol 597 TextUses:570Used by:Timeline
Symbol 598 TextUses:570Used by:Timeline
Symbol 599 TextUses:570Used by:Timeline
Symbol 600 TextUses:570Used by:Timeline
Symbol 601 TextUses:570Used by:Timeline
Symbol 602 TextUses:570Used by:Timeline
Symbol 603 TextUses:570Used by:Timeline
Symbol 604 TextUses:570Used by:Timeline
Symbol 605 TextUses:570Used by:Timeline
Symbol 606 TextUses:570Used by:Timeline
Symbol 607 TextUses:570Used by:Timeline
Symbol 608 TextUses:570Used by:Timeline
Symbol 609 TextUses:570Used by:Timeline
Symbol 610 TextUses:570Used by:Timeline
Symbol 611 TextUses:570Used by:Timeline
Symbol 612 TextUses:570Used by:Timeline
Symbol 613 TextUses:570Used by:Timeline
Symbol 614 ButtonUses:268Used by:Timeline
Symbol 615 ButtonUses:568Used by:Timeline
Symbol 616 ButtonUses:268Used by:Timeline
Symbol 617 ButtonUses:268Used by:Timeline
Symbol 618 EditableTextUses:251Used by:Timeline
Symbol 619 TextUses:251Used by:Timeline
Symbol 620 ShapeTweeningUsed by:621
Symbol 621 MovieClipUses:620 268Used by:Timeline
Symbol 622 TextUses:248Used by:Timeline
Symbol 623 TextUses:248Used by:Timeline
Symbol 624 TextUses:248Used by:Timeline
Symbol 625 TextUses:248Used by:Timeline
Symbol 626 TextUses:248Used by:Timeline
Symbol 627 TextUses:248Used by:Timeline
Symbol 628 TextUses:248Used by:Timeline
Symbol 629 TextUses:248Used by:Timeline
Symbol 630 TextUses:248Used by:Timeline
Symbol 631 TextUses:248Used by:Timeline
Symbol 632 TextUses:248Used by:Timeline
Symbol 633 TextUses:248Used by:Timeline
Symbol 634 TextUses:248Used by:Timeline
Symbol 635 TextUses:248Used by:Timeline
Symbol 636 TextUses:248Used by:Timeline
Symbol 637 TextUses:248Used by:Timeline
Symbol 638 TextUses:248Used by:Timeline
Symbol 639 TextUses:248Used by:Timeline
Symbol 640 TextUses:248Used by:Timeline
Symbol 641 TextUses:248Used by:Timeline
Symbol 642 GraphicUsed by:Timeline
Symbol 643 TextUses:264Used by:Timeline
Symbol 644 ButtonUses:268Used by:Timeline
Symbol 645 ButtonUses:268Used by:Timeline
Symbol 646 ButtonUses:268Used by:Timeline
Symbol 647 ButtonUses:268Used by:Timeline
Symbol 648 ButtonUses:268Used by:Timeline
Symbol 649 ButtonUses:268Used by:Timeline
Symbol 650 ButtonUses:268Used by:Timeline
Symbol 651 ButtonUses:268Used by:Timeline
Symbol 652 ButtonUses:268Used by:Timeline
Symbol 653 ButtonUses:268Used by:Timeline
Symbol 654 ButtonUses:268Used by:Timeline
Symbol 655 ButtonUses:268Used by:Timeline
Symbol 656 GraphicUsed by:657
Symbol 657 MovieClipUses:656Used by:Timeline
Symbol 658 FontUsed by:659
Symbol 659 TextUses:570 658Used by:Timeline
Symbol 660 GraphicUsed by:1105
Symbol 661 GraphicUsed by:662 663
Symbol 662 ButtonUses:661Used by:1105
Symbol 663 ButtonUses:661Used by:1105
Symbol 664 GraphicUsed by:665
Symbol 665 ButtonUses:664Used by:1105
Symbol 666 GraphicUsed by:667
Symbol 667 ButtonUses:666Used by:1105
Symbol 668 GraphicUsed by:669
Symbol 669 ButtonUses:668Used by:1105
Symbol 670 GraphicUsed by:671
Symbol 671 ButtonUses:670Used by:1105
Symbol 672 GraphicUsed by:673
Symbol 673 ButtonUses:672Used by:1105
Symbol 674 GraphicUsed by:675 710
Symbol 675 ButtonUses:674Used by:1105
Symbol 676 GraphicUsed by:677
Symbol 677 ButtonUses:676Used by:1105
Symbol 678 GraphicUsed by:679
Symbol 679 ButtonUses:678Used by:1105
Symbol 680 GraphicUsed by:681
Symbol 681 ButtonUses:680Used by:1105
Symbol 682 GraphicUsed by:683
Symbol 683 ButtonUses:682Used by:1105
Symbol 684 GraphicUsed by:685
Symbol 685 ButtonUses:684Used by:1105
Symbol 686 GraphicUsed by:687
Symbol 687 ButtonUses:686Used by:1105
Symbol 688 GraphicUsed by:689
Symbol 689 ButtonUses:688Used by:1105
Symbol 690 GraphicUsed by:691
Symbol 691 ButtonUses:690Used by:1105
Symbol 692 GraphicUsed by:693
Symbol 693 ButtonUses:692Used by:1105
Symbol 694 GraphicUsed by:695
Symbol 695 ButtonUses:694Used by:1105
Symbol 696 GraphicUsed by:697
Symbol 697 ButtonUses:696Used by:1105
Symbol 698 GraphicUsed by:699
Symbol 699 ButtonUses:698Used by:1105
Symbol 700 GraphicUsed by:701 733
Symbol 701 ButtonUses:700Used by:1105
Symbol 702 ButtonUses:1Used by:1105
Symbol 703 GraphicUsed by:704 937
Symbol 704 ButtonUses:703Used by:1105
Symbol 705 GraphicUsed by:706 1062
Symbol 706 ButtonUses:705Used by:1105
Symbol 707 ButtonUses:243Used by:1105
Symbol 708 GraphicUsed by:709 978
Symbol 709 ButtonUses:708Used by:1105
Symbol 710 ButtonUses:674Used by:1105
Symbol 711 GraphicUsed by:712 793
Symbol 712 ButtonUses:711Used by:1105
Symbol 713 GraphicUsed by:714 987
Symbol 714 ButtonUses:713Used by:1105
Symbol 715 GraphicUsed by:716 906
Symbol 716 ButtonUses:715Used by:1105
Symbol 717 GraphicUsed by:718 1095
Symbol 718 ButtonUses:717Used by:1105
Symbol 719 GraphicUsed by:720
Symbol 720 ButtonUses:719Used by:1105
Symbol 721 GraphicUsed by:722
Symbol 722 ButtonUses:721Used by:1105
Symbol 723 GraphicUsed by:724
Symbol 724 ButtonUses:723Used by:1105
Symbol 725 GraphicUsed by:726
Symbol 726 ButtonUses:725Used by:1105
Symbol 727 GraphicUsed by:728
Symbol 728 ButtonUses:727Used by:1105
Symbol 729 GraphicUsed by:730
Symbol 730 ButtonUses:729Used by:1105
Symbol 731 GraphicUsed by:732
Symbol 732 ButtonUses:731Used by:1105
Symbol 733 ButtonUses:700Used by:1105
Symbol 734 GraphicUsed by:735
Symbol 735 ButtonUses:734Used by:1105
Symbol 736 GraphicUsed by:737
Symbol 737 ButtonUses:736Used by:1105
Symbol 738 GraphicUsed by:739
Symbol 739 ButtonUses:738Used by:1105
Symbol 740 GraphicUsed by:741
Symbol 741 ButtonUses:740Used by:1105
Symbol 742 GraphicUsed by:743
Symbol 743 ButtonUses:742Used by:1105
Symbol 744 GraphicUsed by:745
Symbol 745 ButtonUses:744Used by:1105
Symbol 746 GraphicUsed by:747
Symbol 747 ButtonUses:746Used by:1105
Symbol 748 GraphicUsed by:749
Symbol 749 ButtonUses:748Used by:1105
Symbol 750 GraphicUsed by:751
Symbol 751 ButtonUses:750Used by:1105
Symbol 752 GraphicUsed by:753
Symbol 753 ButtonUses:752Used by:1105
Symbol 754 GraphicUsed by:755
Symbol 755 ButtonUses:754Used by:1105
Symbol 756 GraphicUsed by:757
Symbol 757 ButtonUses:756Used by:1105
Symbol 758 GraphicUsed by:759
Symbol 759 ButtonUses:758Used by:1105
Symbol 760 GraphicUsed by:761
Symbol 761 ButtonUses:760Used by:1105
Symbol 762 GraphicUsed by:763
Symbol 763 ButtonUses:762Used by:1105
Symbol 764 GraphicUsed by:765
Symbol 765 ButtonUses:764Used by:1105
Symbol 766 GraphicUsed by:767
Symbol 767 ButtonUses:766Used by:1105
Symbol 768 GraphicUsed by:769
Symbol 769 ButtonUses:768Used by:1105
Symbol 770 GraphicUsed by:771
Symbol 771 ButtonUses:770Used by:1105
Symbol 772 GraphicUsed by:773
Symbol 773 ButtonUses:772Used by:1105
Symbol 774 GraphicUsed by:775
Symbol 775 ButtonUses:774Used by:1105
Symbol 776 GraphicUsed by:777
Symbol 777 ButtonUses:776Used by:1105
Symbol 778 GraphicUsed by:779
Symbol 779 ButtonUses:778Used by:1105
Symbol 780 GraphicUsed by:781
Symbol 781 ButtonUses:780Used by:1105
Symbol 782 ButtonUses:1Used by:1105
Symbol 783 GraphicUsed by:784
Symbol 784 ButtonUses:783Used by:1105
Symbol 785 GraphicUsed by:786
Symbol 786 ButtonUses:785Used by:1105
Symbol 787 GraphicUsed by:788
Symbol 788 ButtonUses:787Used by:1105
Symbol 789 GraphicUsed by:790
Symbol 790 ButtonUses:789Used by:1105
Symbol 791 GraphicUsed by:792
Symbol 792 ButtonUses:791Used by:1105
Symbol 793 ButtonUses:711Used by:1105
Symbol 794 GraphicUsed by:795
Symbol 795 ButtonUses:794Used by:1105
Symbol 796 GraphicUsed by:797
Symbol 797 ButtonUses:796Used by:1105
Symbol 798 GraphicUsed by:799
Symbol 799 ButtonUses:798Used by:1105
Symbol 800 GraphicUsed by:801
Symbol 801 ButtonUses:800Used by:1105
Symbol 802 GraphicUsed by:803
Symbol 803 ButtonUses:802Used by:1105
Symbol 804 GraphicUsed by:805
Symbol 805 ButtonUses:804Used by:1105
Symbol 806 GraphicUsed by:807
Symbol 807 ButtonUses:806Used by:1105
Symbol 808 GraphicUsed by:809
Symbol 809 ButtonUses:808Used by:1105
Symbol 810 GraphicUsed by:811
Symbol 811 ButtonUses:810Used by:1105
Symbol 812 GraphicUsed by:813
Symbol 813 ButtonUses:812Used by:1105
Symbol 814 GraphicUsed by:815
Symbol 815 ButtonUses:814Used by:1105
Symbol 816 GraphicUsed by:817
Symbol 817 ButtonUses:816Used by:1105
Symbol 818 GraphicUsed by:819
Symbol 819 ButtonUses:818Used by:1105
Symbol 820 GraphicUsed by:821
Symbol 821 ButtonUses:820Used by:1105
Symbol 822 GraphicUsed by:823
Symbol 823 ButtonUses:822Used by:1105
Symbol 824 GraphicUsed by:825
Symbol 825 ButtonUses:824Used by:1105
Symbol 826 GraphicUsed by:827
Symbol 827 ButtonUses:826Used by:1105
Symbol 828 GraphicUsed by:829
Symbol 829 ButtonUses:828Used by:1105
Symbol 830 GraphicUsed by:831
Symbol 831 ButtonUses:830Used by:1105
Symbol 832 GraphicUsed by:833
Symbol 833 ButtonUses:832Used by:1105
Symbol 834 GraphicUsed by:835
Symbol 835 ButtonUses:834Used by:1105
Symbol 836 GraphicUsed by:837
Symbol 837 ButtonUses:836Used by:1105
Symbol 838 GraphicUsed by:839
Symbol 839 ButtonUses:838Used by:1105
Symbol 840 GraphicUsed by:841
Symbol 841 ButtonUses:840Used by:1105
Symbol 842 GraphicUsed by:843
Symbol 843 ButtonUses:842Used by:1105
Symbol 844 GraphicUsed by:845
Symbol 845 ButtonUses:844Used by:1105
Symbol 846 GraphicUsed by:847
Symbol 847 ButtonUses:846Used by:1105
Symbol 848 GraphicUsed by:849
Symbol 849 ButtonUses:848Used by:1105
Symbol 850 GraphicUsed by:851
Symbol 851 ButtonUses:850Used by:1105
Symbol 852 GraphicUsed by:853
Symbol 853 ButtonUses:852Used by:1105
Symbol 854 GraphicUsed by:855
Symbol 855 ButtonUses:854Used by:1105
Symbol 856 GraphicUsed by:857
Symbol 857 ButtonUses:856Used by:1105
Symbol 858 GraphicUsed by:859
Symbol 859 ButtonUses:858Used by:1105
Symbol 860 GraphicUsed by:861
Symbol 861 ButtonUses:860Used by:1105
Symbol 862 GraphicUsed by:863
Symbol 863 ButtonUses:862Used by:1105
Symbol 864 GraphicUsed by:865
Symbol 865 ButtonUses:864Used by:1105
Symbol 866 GraphicUsed by:867
Symbol 867 ButtonUses:866Used by:1105
Symbol 868 GraphicUsed by:869
Symbol 869 ButtonUses:868Used by:1105
Symbol 870 GraphicUsed by:871
Symbol 871 ButtonUses:870Used by:1105
Symbol 872 GraphicUsed by:873
Symbol 873 ButtonUses:872Used by:1105
Symbol 874 GraphicUsed by:875
Symbol 875 ButtonUses:874Used by:1105
Symbol 876 GraphicUsed by:877
Symbol 877 ButtonUses:876Used by:1105
Symbol 878 GraphicUsed by:879
Symbol 879 ButtonUses:878Used by:1105
Symbol 880 GraphicUsed by:881
Symbol 881 ButtonUses:880Used by:1105
Symbol 882 GraphicUsed by:883
Symbol 883 ButtonUses:882Used by:1105
Symbol 884 GraphicUsed by:885
Symbol 885 ButtonUses:884Used by:1105
Symbol 886 GraphicUsed by:887
Symbol 887 ButtonUses:886Used by:1105
Symbol 888 GraphicUsed by:889
Symbol 889 ButtonUses:888Used by:1105
Symbol 890 GraphicUsed by:891
Symbol 891 ButtonUses:890Used by:1105
Symbol 892 GraphicUsed by:893
Symbol 893 ButtonUses:892Used by:1105
Symbol 894 GraphicUsed by:895
Symbol 895 ButtonUses:894Used by:1105
Symbol 896 GraphicUsed by:897
Symbol 897 ButtonUses:896Used by:1105
Symbol 898 GraphicUsed by:899
Symbol 899 ButtonUses:898Used by:1105
Symbol 900 GraphicUsed by:901
Symbol 901 ButtonUses:900Used by:1105
Symbol 902 GraphicUsed by:903
Symbol 903 ButtonUses:902Used by:1105
Symbol 904 GraphicUsed by:905
Symbol 905 ButtonUses:904Used by:1105
Symbol 906 ButtonUses:715Used by:1105
Symbol 907 GraphicUsed by:908
Symbol 908 ButtonUses:907Used by:1105
Symbol 909 GraphicUsed by:910
Symbol 910 ButtonUses:909Used by:1105
Symbol 911 GraphicUsed by:912
Symbol 912 ButtonUses:911Used by:1105
Symbol 913 GraphicUsed by:914
Symbol 914 ButtonUses:913Used by:1105
Symbol 915 GraphicUsed by:916
Symbol 916 ButtonUses:915Used by:1105
Symbol 917 GraphicUsed by:918
Symbol 918 ButtonUses:917Used by:1105
Symbol 919 GraphicUsed by:920
Symbol 920 ButtonUses:919Used by:1105
Symbol 921 GraphicUsed by:922
Symbol 922 ButtonUses:921Used by:1105
Symbol 923 GraphicUsed by:924
Symbol 924 ButtonUses:923Used by:1105
Symbol 925 GraphicUsed by:926
Symbol 926 ButtonUses:925Used by:1105
Symbol 927 GraphicUsed by:928
Symbol 928 ButtonUses:927Used by:1105
Symbol 929 GraphicUsed by:930
Symbol 930 ButtonUses:929Used by:1105
Symbol 931 GraphicUsed by:932
Symbol 932 ButtonUses:931Used by:1105
Symbol 933 GraphicUsed by:934
Symbol 934 ButtonUses:933Used by:1105
Symbol 935 GraphicUsed by:936
Symbol 936 ButtonUses:935Used by:1105
Symbol 937 ButtonUses:703Used by:1105
Symbol 938 GraphicUsed by:939
Symbol 939 ButtonUses:938Used by:1105
Symbol 940 GraphicUsed by:941
Symbol 941 ButtonUses:940Used by:1105
Symbol 942 GraphicUsed by:943
Symbol 943 ButtonUses:942Used by:1105
Symbol 944 GraphicUsed by:945
Symbol 945 ButtonUses:944Used by:1105
Symbol 946 GraphicUsed by:947
Symbol 947 ButtonUses:946Used by:1105
Symbol 948 GraphicUsed by:949
Symbol 949 ButtonUses:948Used by:1105
Symbol 950 GraphicUsed by:951
Symbol 951 ButtonUses:950Used by:1105
Symbol 952 GraphicUsed by:953
Symbol 953 ButtonUses:952Used by:1105
Symbol 954 GraphicUsed by:955
Symbol 955 ButtonUses:954Used by:1105
Symbol 956 GraphicUsed by:957
Symbol 957 ButtonUses:956Used by:1105
Symbol 958 GraphicUsed by:959
Symbol 959 ButtonUses:958Used by:1105
Symbol 960 GraphicUsed by:961
Symbol 961 ButtonUses:960Used by:1105
Symbol 962 GraphicUsed by:963
Symbol 963 ButtonUses:962Used by:1105
Symbol 964 GraphicUsed by:965
Symbol 965 ButtonUses:964Used by:1105
Symbol 966 GraphicUsed by:967
Symbol 967 ButtonUses:966Used by:1105
Symbol 968 GraphicUsed by:969
Symbol 969 ButtonUses:968Used by:1105
Symbol 970 GraphicUsed by:971
Symbol 971 ButtonUses:970Used by:1105
Symbol 972 GraphicUsed by:973
Symbol 973 ButtonUses:972Used by:1105
Symbol 974 GraphicUsed by:975
Symbol 975 ButtonUses:974Used by:1105
Symbol 976 GraphicUsed by:977
Symbol 977 ButtonUses:976Used by:1105
Symbol 978 ButtonUses:708Used by:1105
Symbol 979 GraphicUsed by:980
Symbol 980 ButtonUses:979Used by:1105
Symbol 981 GraphicUsed by:982
Symbol 982 ButtonUses:981Used by:1105
Symbol 983 GraphicUsed by:984
Symbol 984 ButtonUses:983Used by:1105
Symbol 985 GraphicUsed by:986
Symbol 986 ButtonUses:985Used by:1105
Symbol 987 ButtonUses:713Used by:1105
Symbol 988 GraphicUsed by:989
Symbol 989 ButtonUses:988Used by:1105
Symbol 990 GraphicUsed by:991
Symbol 991 ButtonUses:990Used by:1105
Symbol 992 GraphicUsed by:993
Symbol 993 ButtonUses:992Used by:1105
Symbol 994 GraphicUsed by:995
Symbol 995 ButtonUses:994Used by:1105
Symbol 996 GraphicUsed by:997
Symbol 997 ButtonUses:996Used by:1105
Symbol 998 GraphicUsed by:999
Symbol 999 ButtonUses:998Used by:1105
Symbol 1000 GraphicUsed by:1001
Symbol 1001 ButtonUses:1000Used by:1105
Symbol 1002 GraphicUsed by:1003
Symbol 1003 ButtonUses:1002Used by:1105
Symbol 1004 GraphicUsed by:1005
Symbol 1005 ButtonUses:1004Used by:1105
Symbol 1006 GraphicUsed by:1007
Symbol 1007 ButtonUses:1006Used by:1105
Symbol 1008 GraphicUsed by:1009
Symbol 1009 ButtonUses:1008Used by:1105
Symbol 1010 GraphicUsed by:1011
Symbol 1011 ButtonUses:1010Used by:1105
Symbol 1012 GraphicUsed by:1013
Symbol 1013 ButtonUses:1012Used by:1105
Symbol 1014 GraphicUsed by:1015
Symbol 1015 ButtonUses:1014Used by:1105
Symbol 1016 GraphicUsed by:1017
Symbol 1017 ButtonUses:1016Used by:1105
Symbol 1018 GraphicUsed by:1019
Symbol 1019 ButtonUses:1018Used by:1105
Symbol 1020 GraphicUsed by:1021
Symbol 1021 ButtonUses:1020Used by:1105
Symbol 1022 GraphicUsed by:1023
Symbol 1023 ButtonUses:1022Used by:1105
Symbol 1024 GraphicUsed by:1025
Symbol 1025 ButtonUses:1024Used by:1105
Symbol 1026 GraphicUsed by:1027
Symbol 1027 ButtonUses:1026Used by:1105
Symbol 1028 GraphicUsed by:1029
Symbol 1029 ButtonUses:1028Used by:1105
Symbol 1030 GraphicUsed by:1031
Symbol 1031 ButtonUses:1030Used by:1105
Symbol 1032 GraphicUsed by:1033
Symbol 1033 ButtonUses:1032Used by:1105
Symbol 1034 GraphicUsed by:1035
Symbol 1035 ButtonUses:1034Used by:1105
Symbol 1036 GraphicUsed by:1037
Symbol 1037 ButtonUses:1036Used by:1105
Symbol 1038 GraphicUsed by:1039
Symbol 1039 ButtonUses:1038Used by:1105
Symbol 1040 GraphicUsed by:1041
Symbol 1041 ButtonUses:1040Used by:1105
Symbol 1042 GraphicUsed by:1043
Symbol 1043 ButtonUses:1042Used by:1105
Symbol 1044 GraphicUsed by:1045
Symbol 1045 ButtonUses:1044Used by:1105
Symbol 1046 GraphicUsed by:1047
Symbol 1047 ButtonUses:1046Used by:1105
Symbol 1048 GraphicUsed by:1049
Symbol 1049 ButtonUses:1048Used by:1105
Symbol 1050 GraphicUsed by:1051
Symbol 1051 ButtonUses:1050Used by:1105
Symbol 1052 GraphicUsed by:1053
Symbol 1053 ButtonUses:1052Used by:1105
Symbol 1054 GraphicUsed by:1055
Symbol 1055 ButtonUses:1054Used by:1105
Symbol 1056 GraphicUsed by:1057
Symbol 1057 ButtonUses:1056Used by:1105
Symbol 1058 GraphicUsed by:1059
Symbol 1059 ButtonUses:1058Used by:1105
Symbol 1060 GraphicUsed by:1061
Symbol 1061 ButtonUses:1060Used by:1105
Symbol 1062 ButtonUses:705Used by:1105
Symbol 1063 GraphicUsed by:1064
Symbol 1064 ButtonUses:1063Used by:1105
Symbol 1065 GraphicUsed by:1066
Symbol 1066 ButtonUses:1065Used by:1105
Symbol 1067 GraphicUsed by:1068
Symbol 1068 ButtonUses:1067Used by:1105
Symbol 1069 GraphicUsed by:1070
Symbol 1070 ButtonUses:1069Used by:1105
Symbol 1071 GraphicUsed by:1072
Symbol 1072 ButtonUses:1071Used by:1105
Symbol 1073 GraphicUsed by:1074
Symbol 1074 ButtonUses:1073Used by:1105
Symbol 1075 GraphicUsed by:1076
Symbol 1076 ButtonUses:1075Used by:1105
Symbol 1077 GraphicUsed by:1078
Symbol 1078 ButtonUses:1077Used by:1105
Symbol 1079 GraphicUsed by:1080
Symbol 1080 ButtonUses:1079Used by:1105
Symbol 1081 GraphicUsed by:1082
Symbol 1082 ButtonUses:1081Used by:1105
Symbol 1083 GraphicUsed by:1084
Symbol 1084 ButtonUses:1083Used by:1105
Symbol 1085 GraphicUsed by:1086
Symbol 1086 ButtonUses:1085Used by:1105
Symbol 1087 GraphicUsed by:1088
Symbol 1088 ButtonUses:1087Used by:1105
Symbol 1089 GraphicUsed by:1090
Symbol 1090 ButtonUses:1089Used by:1105
Symbol 1091 GraphicUsed by:1092
Symbol 1092 ButtonUses:1091Used by:1105
Symbol 1093 GraphicUsed by:1094
Symbol 1094 ButtonUses:1093Used by:1105
Symbol 1095 ButtonUses:717Used by:1105
Symbol 1096 GraphicUsed by:1097
Symbol 1097 ButtonUses:1096Used by:1105
Symbol 1098 GraphicUsed by:1099
Symbol 1099 ButtonUses:1098Used by:1105
Symbol 1100 GraphicUsed by:1101
Symbol 1101 ButtonUses:1100Used by:1105
Symbol 1102 GraphicUsed by:1103
Symbol 1103 ButtonUses:1102Used by:1105
Symbol 1104 ButtonUses:243Used by:1105
Symbol 1105 MovieClipUses:660 662 663 665 667 669 671 673 675 677 679 681 683 685 687 689 691 693 695 697 699 701 702 704 706 707 709 710 712 714 716 718 720 722 724 726 728 730 732 733 735 737 739 741 743 745 747 749 751 753 755 757 759 761 763 765 767 769 771 773 775 777 779 781 782 784 786 788 790 792 793 795 797 799 801 803 805 807 809 811 813 815 817 819 821 823 825 827 829 831 833 835 837 839 841 843 845 847 849 851 853 855 857 859 861 863 865 867 869 871 873 875 877 879 881 883 885 887 889 891 893 895 897 899 901 903 905 906 908 910 912 914 916 918 920 922 924 926 928 930 932 934 936 937 939 941 943 945 947 949 951 953 955 957 959 961 963 965 967 969 971 973 975 977 978 980 982 984 986 987 989 991 993 995 997 999 1001 1003 1005 1007 1009 1011 1013 1015 1017 1019 1021 1023 1025 1027 1029 1031 1033 1035 1037 1039 1041 1043 1045 1047 1049 1051 1053 1055 1057 1059 1061 1062 1064 1066 1068 1070 1072 1074 1076 1078 1080 1082 1084 1086 1088 1090 1092 1094 1095 1097 1099 1101 1103 1104Used by:Timeline
Symbol 1106 TextUses:248Used by:Timeline
Symbol 1107 MovieClipUses:268Used by:1169  Timeline
Symbol 1108 GraphicUsed by:Timeline
Symbol 1109 TextUses:570Used by:Timeline
Symbol 1110 TextUses:570Used by:Timeline
Symbol 1111 TextUses:570Used by:Timeline
Symbol 1112 TextUses:570Used by:Timeline
Symbol 1113 GraphicUsed by:1117 1122 1174 1176
Symbol 1114 TextUses:570Used by:1117
Symbol 1115 GraphicUsed by:1116 1173 1175
Symbol 1116 ButtonUses:1115Used by:1117 1122
Symbol 1117 MovieClipUses:1113 1114 1116Used by:Timeline
Symbol 1118 GraphicUsed by:Timeline
Symbol 1119 TextUses:570Used by:Timeline
Symbol 1120 GraphicUsed by:Timeline
Symbol 1121 TextUses:570Used by:1122 1176
Symbol 1122 MovieClipUses:1113 1121 1116Used by:Timeline
Symbol 1123 TextUses:570Used by:Timeline
Symbol 1124 TextUses:570Used by:Timeline
Symbol 1125 TextUses:570Used by:Timeline
Symbol 1126 TextUses:570Used by:Timeline
Symbol 1127 TextUses:570Used by:Timeline
Symbol 1128 GraphicUsed by:1169
Symbol 1129 GraphicUsed by:1157 1169
Symbol 1130 GraphicUsed by:1134
Symbol 1131 GraphicUsed by:1134
Symbol 1132 GraphicUsed by:1134
Symbol 1133 GraphicUsed by:1134
Symbol 1134 MovieClipUses:1130 1131 1132 1133Used by:1169
Symbol 1135 GraphicUsed by:1157 1169
Symbol 1136 GraphicUsed by:1169
Symbol 1137 GraphicUsed by:1169
Symbol 1138 GraphicUsed by:1169
Symbol 1139 GraphicUsed by:1169
Symbol 1140 GraphicUsed by:1169
Symbol 1141 GraphicUsed by:1157 1169
Symbol 1142 GraphicUsed by:1169
Symbol 1143 GraphicUsed by:1169
Symbol 1144 GraphicUsed by:1157 1169
Symbol 1145 GraphicUsed by:1169
Symbol 1146 GraphicUsed by:1169
Symbol 1147 GraphicUsed by:1169
Symbol 1148 GraphicUsed by:1169
Symbol 1149 GraphicUsed by:1169
Symbol 1150 GraphicUsed by:1169
Symbol 1151 GraphicUsed by:1169
Symbol 1152 GraphicUsed by:1169
Symbol 1153 GraphicUsed by:1169
Symbol 1154 GraphicUsed by:1169
Symbol 1155 GraphicUsed by:1169
Symbol 1156 GraphicUsed by:1157
Symbol 1157 MovieClipUses:1129 1135 1156 1141 1144Used by:1169
Symbol 1158 GraphicUsed by:1169
Symbol 1159 TextUses:248Used by:1169
Symbol 1160 TextUses:248Used by:1169
Symbol 1161 TextUses:248Used by:1169
Symbol 1162 TextUses:248Used by:1169
Symbol 1163 EditableTextUses:251Used by:1169
Symbol 1164 EditableTextUses:251Used by:1169
Symbol 1165 EditableTextUses:251Used by:1169
Symbol 1166 EditableTextUses:251Used by:1169
Symbol 1167 ButtonUses:268Used by:1169
Symbol 1168 ButtonUses:268Used by:1169
Symbol 1169 MovieClipUses:1128 1129 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1107 569 1167 1168Used by:Timeline
Symbol 1170 EditableTextUses:251Used by:Timeline
Symbol 1171 TextUses:570Used by:Timeline
Symbol 1172 TextUses:570Used by:1174
Symbol 1173 ButtonUses:1115Used by:1174
Symbol 1174 MovieClipUses:1113 1172 1173Used by:Timeline
Symbol 1175 ButtonUses:1115Used by:1176
Symbol 1176 MovieClipUses:1113 1121 1175Used by:Timeline
Symbol 1177 TextUses:248Used by:Timeline
Symbol 1178 EditableTextUses:251Used by:Timeline
Symbol 1179 EditableTextUses:251Used by:Timeline
Symbol 1180 EditableTextUses:251Used by:Timeline
Symbol 1181 EditableTextUses:251Used by:Timeline
Symbol 1182 TextUses:248Used by:Timeline
Symbol 1183 TextUses:248Used by:Timeline
Symbol 1184 TextUses:248Used by:Timeline
Symbol 1185 TextUses:248Used by:Timeline
Symbol 1186 TextUses:248Used by:Timeline
Symbol 1187 TextUses:248Used by:Timeline
Symbol 1188 TextUses:248Used by:Timeline
Symbol 1189 TextUses:248Used by:Timeline
Symbol 1190 TextUses:248Used by:Timeline
Symbol 1191 TextUses:248Used by:Timeline
Symbol 1192 TextUses:248Used by:Timeline
Symbol 1193 TextUses:248Used by:Timeline
Symbol 1194 TextUses:248Used by:Timeline
Symbol 1195 TextUses:248Used by:Timeline
Symbol 1196 TextUses:248Used by:Timeline
Symbol 1197 TextUses:248Used by:Timeline
Symbol 1198 TextUses:248Used by:Timeline
Symbol 1199 TextUses:248Used by:Timeline
Symbol 1200 TextUses:248Used by:Timeline
Symbol 1201 TextUses:248Used by:Timeline
Symbol 1202 TextUses:248Used by:Timeline
Symbol 1203 TextUses:248Used by:Timeline
Symbol 1204 TextUses:248Used by:Timeline
Symbol 1205 EditableTextUses:251Used by:Timeline
Symbol 1206 GraphicUsed by:1207
Symbol 1207 MovieClipUses:1206Used by:1225
Symbol 1208 GraphicUsed by:1225
Symbol 1209 GraphicUsed by:1225
Symbol 1210 GraphicUsed by:1225
Symbol 1211 GraphicUsed by:1212
Symbol 1212 MovieClipUses:1211Used by:1225
Symbol 1213 GraphicUsed by:1224
Symbol 1214 Sound [loop1.mp3]Used by:1224
Symbol 1215 Sound [loop2.mp3]Used by:1224
Symbol 1216 Sound [loop3.mp3]Used by:1224
Symbol 1217 Sound [loop10.mp3]Used by:1224
Symbol 1218 Sound [loop4.mp3]Used by:1224
Symbol 1219 Sound [loop5.mp3]Used by:1224
Symbol 1220 Sound [loop6.mp3]Used by:1224
Symbol 1221 Sound [loop7.mp3]Used by:1224
Symbol 1222 Sound [loop8.mp3]Used by:1224
Symbol 1223 Sound [loop9.mp3]Used by:1224
Symbol 1224 MovieClipUses:1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223Used by:1225
Symbol 1225 MovieClipUses:1207 1208 1209 1210 1212 1224 SS1Used by:Timeline
Streaming Sound 1Used by:Symbol 1225 MovieClip

Instance Names

"mouse"Frame 1Symbol 541 MovieClip
"ft"Frame 1Symbol 544 MovieClip
"adBox"Frame 1Symbol 577 MovieClip
"cheese"Frame 3Symbol 618 EditableText
"dra"Frame 5Symbol 657 MovieClip
"cP"Frame 5Symbol 1105 MovieClip
"pauseMenu"Frame 9Symbol 1169 MovieClip
"shopDisplay"Frame 10Symbol 303 MovieClip
"shopDisplayE"Frame 11Symbol 270 MovieClip
"print_btn"Frame 11Symbol 419 MovieClip [Button]
"dra"Frame 12Symbol 657 MovieClip
"cP"Frame 12Symbol 1105 MovieClip
"cP"Frame 15Symbol 1105 MovieClip
"cP"Frame 17Symbol 1105 MovieClip
"cP"Frame 19Symbol 1105 MovieClip
"shadow_up"Symbol 9 MovieClip Frame 1Symbol 4 MovieClip
"shadow_down"Symbol 9 MovieClip Frame 1Symbol 6 MovieClip
"shadow_middle"Symbol 9 MovieClip Frame 1Symbol 8 MovieClip
"line"Symbol 13 MovieClip Frame 1Symbol 12 MovieClip
"line"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"line"Symbol 21 MovieClip Frame 1Symbol 20 MovieClip
"border_up"Symbol 22 MovieClip Frame 1Symbol 13 MovieClip
"border_down"Symbol 22 MovieClip Frame 1Symbol 17 MovieClip
"border_middle"Symbol 22 MovieClip Frame 1Symbol 21 MovieClip
"bar_fg"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"boundingBox_mc"Symbol 39 MovieClip [FocusRect] Frame 1Symbol 38 MovieClip [BoundingBox]
"tabCapture"Symbol 40 MovieClip [FocusManager] Frame 1Symbol 36 Button
"modalWindow"Symbol 43 MovieClip [mloaderWindow] Frame 1Symbol 2 MovieClip
"shadow_mc"Symbol 43 MovieClip [mloaderWindow] Frame 1Symbol 9 MovieClip
"border_mc"Symbol 43 MovieClip [mloaderWindow] Frame 1Symbol 22 MovieClip
"progress"Symbol 43 MovieClip [mloaderWindow] Frame 1Symbol 26 MovieClip
"label_txt"Symbol 43 MovieClip [mloaderWindow] Frame 1Symbol 28 EditableText
"title_mc"Symbol 43 MovieClip [mloaderWindow] Frame 1Symbol 30 MovieClip
"shopDisplayE"Symbol 304 MovieClip Frame 19Symbol 270 MovieClip
"b"Symbol 408 MovieClip [SimpleButtonDown] Frame 1Symbol 405 MovieClip [BrdrShdw]
"face"Symbol 408 MovieClip [SimpleButtonDown] Frame 1Symbol 407 MovieClip [BrdrFace]
"b"Symbol 413 MovieClip [SimpleButtonIn] Frame 1Symbol 410 MovieClip [BrdrBlk]
"it"Symbol 413 MovieClip [SimpleButtonIn] Frame 1Symbol 412 MovieClip [BrdrHilght]
"g"Symbol 413 MovieClip [SimpleButtonIn] Frame 1Symbol 405 MovieClip [BrdrShdw]
"face"Symbol 413 MovieClip [SimpleButtonIn] Frame 1Symbol 407 MovieClip [BrdrFace]
"ob"Symbol 414 MovieClip [SimpleButtonUp] Frame 1Symbol 410 MovieClip [BrdrBlk]
"ol"Symbol 414 MovieClip [SimpleButtonUp] Frame 1Symbol 407 MovieClip [BrdrFace]
"ib"Symbol 414 MovieClip [SimpleButtonUp] Frame 1Symbol 405 MovieClip [BrdrShdw]
"il"Symbol 414 MovieClip [SimpleButtonUp] Frame 1Symbol 412 MovieClip [BrdrHilght]
"face"Symbol 414 MovieClip [SimpleButtonUp] Frame 1Symbol 407 MovieClip [BrdrFace]
"boundingBox_mc"Symbol 415 MovieClip [SimpleButton] Frame 1Symbol 38 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 419 MovieClip [Button] Frame 1Symbol 38 MovieClip [BoundingBox]
"dfs"Symbol 475 MovieClip [BtnDownArrow] Frame 1Symbol 423 MovieClip [ScrollTrack]
"dfs"Symbol 476 MovieClip [BtnUpArrow] Frame 1Symbol 423 MovieClip [ScrollTrack]
"boundingBox_mc"Symbol 478 MovieClip [HScrollBar] Frame 1Symbol 38 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 479 MovieClip [VScrollBar] Frame 1Symbol 38 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 480 MovieClip [View] Frame 1Symbol 38 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 481 MovieClip [ScrollView] Frame 1Symbol 38 MovieClip [BoundingBox]
"label"Symbol 482 MovieClip [TextArea] Frame 1Symbol 403 EditableText
"preview"Symbol 508 MovieClip [RemotingClasses] Frame 1Symbol 507 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$W2$UryrZ2tQUqLmHJFXeBYKP/."
ExportAssets (56)Timeline Frame 1Symbol 31 as "Defaults"
ExportAssets (56)Timeline Frame 1Symbol 32 as "UIObjectExtensions"
ExportAssets (56)Timeline Frame 1Symbol 33 as "UIObject"
ExportAssets (56)Timeline Frame 1Symbol 38 as "BoundingBox"
ExportAssets (56)Timeline Frame 1Symbol 39 as "FocusRect"
ExportAssets (56)Timeline Frame 1Symbol 40 as "FocusManager"
ExportAssets (56)Timeline Frame 1Symbol 41 as "UIComponentExtensions"
ExportAssets (56)Timeline Frame 1Symbol 42 as "UIComponent"
ExportAssets (56)Timeline Frame 1Symbol 43 as "mloaderWindow"
ExportAssets (56)Timeline Frame 1Symbol 46 as "col"
ExportAssets (56)Timeline Frame 1Symbol 49 as "obs3"
ExportAssets (56)Timeline Frame 1Symbol 55 as "enemy15"
ExportAssets (56)Timeline Frame 1Symbol 73 as "expl3"
ExportAssets (56)Timeline Frame 1Symbol 90 as "expl2"
ExportAssets (56)Timeline Frame 1Symbol 96 as "enemy14"
ExportAssets (56)Timeline Frame 1Symbol 102 as "enemy13"
ExportAssets (56)Timeline Frame 1Symbol 108 as "enemy12"
ExportAssets (56)Timeline Frame 1Symbol 114 as "enemy4"
ExportAssets (56)Timeline Frame 1Symbol 141 as "obs2"
ExportAssets (56)Timeline Frame 1Symbol 147 as "enemy11"
ExportAssets (56)Timeline Frame 1Symbol 149 as "enemy10"
ExportAssets (56)Timeline Frame 1Symbol 171 as "enemy9"
ExportAssets (56)Timeline Frame 1Symbol 178 as "enemy8"
ExportAssets (56)Timeline Frame 1Symbol 185 as "enemy7"
ExportAssets (56)Timeline Frame 1Symbol 192 as "enemy6"
ExportAssets (56)Timeline Frame 1Symbol 199 as "enemy5"
ExportAssets (56)Timeline Frame 1Symbol 211 as "bombExp"
ExportAssets (56)Timeline Frame 1Symbol 225 as "obs1"
ExportAssets (56)Timeline Frame 1Symbol 231 as "enemy3"
ExportAssets (56)Timeline Frame 1Symbol 239 as "enemy2"
ExportAssets (56)Timeline Frame 1Symbol 240 as "laserD"
ExportAssets (56)Timeline Frame 1Symbol 242 as "laser"
ExportAssets (56)Timeline Frame 1Symbol 250 as "shop"
ExportAssets (56)Timeline Frame 1Symbol 311 as "removePaper2"
ExportAssets (56)Timeline Frame 1Symbol 312 as "removePaper"
ExportAssets (56)Timeline Frame 1Symbol 346 as "paper"
ExportAssets (56)Timeline Frame 1Symbol 358 as "ship"
ExportAssets (56)Timeline Frame 1Symbol 359 as "recordShip"
ExportAssets (56)Timeline Frame 1Symbol 360 as "recordCannon"
ExportAssets (56)Timeline Frame 1Symbol 361 as "cannon"
ExportAssets (56)Timeline Frame 1Symbol 370 as "enemy1"
ExportAssets (56)Timeline Frame 1Symbol 390 as "expl1"
ExportAssets (56)Timeline Frame 1Symbol 393 as "enemyFire2"
ExportAssets (56)Timeline Frame 1Symbol 394 as "enemyFire1"
ExportAssets (56)Timeline Frame 1Symbol 396 as "paperN"
ExportAssets (56)Timeline Frame 1Symbol 405 as "BrdrShdw"
ExportAssets (56)Timeline Frame 1Symbol 407 as "BrdrFace"
ExportAssets (56)Timeline Frame 1Symbol 408 as "SimpleButtonDown"
ExportAssets (56)Timeline Frame 1Symbol 410 as "BrdrBlk"
ExportAssets (56)Timeline Frame 1Symbol 412 as "BrdrHilght"
ExportAssets (56)Timeline Frame 1Symbol 413 as "SimpleButtonIn"
ExportAssets (56)Timeline Frame 1Symbol 414 as "SimpleButtonUp"
ExportAssets (56)Timeline Frame 1Symbol 415 as "SimpleButton"
ExportAssets (56)Timeline Frame 1Symbol 416 as "Border"
ExportAssets (56)Timeline Frame 1Symbol 417 as "RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 418 as "ButtonSkin"
ExportAssets (56)Timeline Frame 1Symbol 419 as "Button"
ExportAssets (56)Timeline Frame 1Symbol 420 as "CustomBorder"
ExportAssets (56)Timeline Frame 1Symbol 423 as "ScrollTrack"
ExportAssets (56)Timeline Frame 1Symbol 430 as "ScrollDownArrowDisabled"
ExportAssets (56)Timeline Frame 1Symbol 432 as "ScrollThemeColor1"
ExportAssets (56)Timeline Frame 1Symbol 434 as "ScrollThemeColor2"
ExportAssets (56)Timeline Frame 1Symbol 435 as "ScrollDownArrowDown"
ExportAssets (56)Timeline Frame 1Symbol 436 as "ScrollDownArrowOver"
ExportAssets (56)Timeline Frame 1Symbol 437 as "ScrollDownArrowUp"
ExportAssets (56)Timeline Frame 1Symbol 443 as "ScrollThumbBottomDisabled"
ExportAssets (56)Timeline Frame 1Symbol 445 as "ThumbThemeColor1"
ExportAssets (56)Timeline Frame 1Symbol 447 as "ThumbThemeColor3"
ExportAssets (56)Timeline Frame 1Symbol 448 as "ScrollThumbBottomDown"
ExportAssets (56)Timeline Frame 1Symbol 449 as "ScrollThumbBottomOver"
ExportAssets (56)Timeline Frame 1Symbol 450 as "ScrollThumbBottomUp"
ExportAssets (56)Timeline Frame 1Symbol 452 as "ScrollThumbGripDisabled"
ExportAssets (56)Timeline Frame 1Symbol 454 as "ThumbThemeColor2"
ExportAssets (56)Timeline Frame 1Symbol 455 as "ScrollThumbGripDown"
ExportAssets (56)Timeline Frame 1Symbol 456 as "ScrollThumbGripOver"
ExportAssets (56)Timeline Frame 1Symbol 457 as "ScrollThumbGripUp"
ExportAssets (56)Timeline Frame 1Symbol 459 as "ScrollThumbMiddleDisabled"
ExportAssets (56)Timeline Frame 1Symbol 460 as "ScrollThumbMiddleDown"
ExportAssets (56)Timeline Frame 1Symbol 464 as "ScrollThumbMiddleOver"
ExportAssets (56)Timeline Frame 1Symbol 465 as "ScrollThumbMiddleUp"
ExportAssets (56)Timeline Frame 1Symbol 466 as "ScrollThumbTopDisabled"
ExportAssets (56)Timeline Frame 1Symbol 467 as "ScrollThumbTopDown"
ExportAssets (56)Timeline Frame 1Symbol 468 as "ScrollThumbTopOver"
ExportAssets (56)Timeline Frame 1Symbol 469 as "ScrollThumbTopUp"
ExportAssets (56)Timeline Frame 1Symbol 470 as "ScrollTrackDisabled"
ExportAssets (56)Timeline Frame 1Symbol 471 as "ScrollUpArrowDisabled"
ExportAssets (56)Timeline Frame 1Symbol 472 as "ScrollUpArrowDown"
ExportAssets (56)Timeline Frame 1Symbol 473 as "ScrollUpArrowOver"
ExportAssets (56)Timeline Frame 1Symbol 474 as "ScrollUpArrowUp"
ExportAssets (56)Timeline Frame 1Symbol 475 as "BtnDownArrow"
ExportAssets (56)Timeline Frame 1Symbol 476 as "BtnUpArrow"
ExportAssets (56)Timeline Frame 1Symbol 477 as "ScrollBarAssets"
ExportAssets (56)Timeline Frame 1Symbol 478 as "HScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 479 as "VScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 480 as "View"
ExportAssets (56)Timeline Frame 1Symbol 481 as "ScrollView"
ExportAssets (56)Timeline Frame 1Symbol 482 as "TextArea"
ExportAssets (56)Timeline Frame 1Symbol 508 as "RemotingClasses"
ExportAssets (56)Timeline Frame 1Symbol 397 as "__Packages.mx.core.UIObject"
ExportAssets (56)Timeline Frame 1Symbol 483 as "__Packages.mx.skins.SkinElement"
ExportAssets (56)Timeline Frame 1Symbol 484 as "__Packages.mx.styles.CSSTextStyles"
ExportAssets (56)Timeline Frame 1Symbol 486 as "__Packages.mx.styles.CSSStyleDeclaration"
ExportAssets (56)Timeline Frame 1Symbol 485 as "__Packages.mx.styles.StyleManager"
ExportAssets (56)Timeline Frame 1Symbol 490 as "__Packages.mx.events.EventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 491 as "__Packages.mx.events.UIEventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 500 as "__Packages.mx.core.ext.UIObjectExtensions"
ExportAssets (56)Timeline Frame 1Symbol 499 as "__Packages.mx.skins.ColoredSkinElement"
ExportAssets (56)Timeline Frame 1Symbol 398 as "__Packages.mx.core.UIComponent"
ExportAssets (56)Timeline Frame 1Symbol 1226 as "__Packages.mx.skins.halo.Defaults"
ExportAssets (56)Timeline Frame 1Symbol 1227 as "__Packages.mx.skins.halo.FocusRect"
ExportAssets (56)Timeline Frame 1Symbol 489 as "__Packages.mx.managers.DepthManager"
ExportAssets (56)Timeline Frame 1Symbol 1228 as "__Packages.mx.managers.FocusManager"
ExportAssets (56)Timeline Frame 1Symbol 495 as "__Packages.mx.controls.SimpleButton"
ExportAssets (56)Timeline Frame 1Symbol 1229 as "__Packages.mx.managers.SystemManager"
ExportAssets (56)Timeline Frame 1Symbol 1230 as "__Packages.mx.managers.OverlappedWindows"
ExportAssets (56)Timeline Frame 1Symbol 1231 as "__Packages.mx.core.ext.UIComponentExtensions"
ExportAssets (56)Timeline Frame 1Symbol 1232 as "__Packages.mx.styles.CSSSetStyle"
ExportAssets (56)Timeline Frame 1Symbol 1233 as "__Packages.it.sephiroth.mloaderWindow"
ExportAssets (56)Timeline Frame 1Symbol 1234 as "__Packages.it.sephiroth.PrintScreen"
ExportAssets (56)Timeline Frame 1Symbol 399 as "__Packages.mx.core.View"
ExportAssets (56)Timeline Frame 1Symbol 400 as "__Packages.mx.core.ScrollView"
ExportAssets (56)Timeline Frame 1Symbol 401 as "__Packages.mx.controls.TextArea"
ExportAssets (56)Timeline Frame 1Symbol 487 as "__Packages.mx.skins.Border"
ExportAssets (56)Timeline Frame 1Symbol 488 as "__Packages.mx.skins.RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 492 as "__Packages.mx.core.ExternalContent"
ExportAssets (56)Timeline Frame 1Symbol 493 as "__Packages.mx.skins.CustomBorder"
ExportAssets (56)Timeline Frame 1Symbol 494 as "__Packages.mx.controls.scrollClasses.ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 496 as "__Packages.mx.controls.scrollClasses.ScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 497 as "__Packages.mx.controls.HScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 498 as "__Packages.mx.controls.Button"
ExportAssets (56)Timeline Frame 1Symbol 501 as "__Packages.mx.skins.halo.RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 502 as "__Packages.mx.skins.halo.ButtonSkin"
ExportAssets (56)Timeline Frame 1Symbol 503 as "__Packages.mx.controls.VScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 504 as "__Packages.mx.remoting.ApiClasses"
ExportAssets (56)Timeline Frame 1Symbol 509 as "__Packages.mx.data.DataRange"
ExportAssets (56)Timeline Frame 1Symbol 510 as "__Packages.mx.data.PageableData"
ExportAssets (56)Timeline Frame 1Symbol 511 as "__Packages.mx.data.PageableList"
ExportAssets (56)Timeline Frame 1Symbol 512 as "__Packages.mx.services.Log"
ExportAssets (56)Timeline Frame 1Symbol 513 as "__Packages.mx.remoting.NetServices"
ExportAssets (56)Timeline Frame 1Symbol 514 as "__Packages.mx.remoting.Connection"
ExportAssets (56)Timeline Frame 1Symbol 515 as "__Packages.mx.remoting.RecordSet"
ExportAssets (56)Timeline Frame 1Symbol 516 as "__Packages.mx.remoting.NetServiceProxy"
ExportAssets (56)Timeline Frame 1Symbol 517 as "__Packages.mx.remoting.NetServiceProxyResponder"
ExportAssets (56)Timeline Frame 1Symbol 518 as "__Packages.mx.utils.Iterator"
ExportAssets (56)Timeline Frame 1Symbol 519 as "__Packages.mx.remoting.RecordSetIterator"
ExportAssets (56)Timeline Frame 1Symbol 520 as "__Packages.mx.remoting.RsDataRange"
ExportAssets (56)Timeline Frame 1Symbol 521 as "__Packages.mx.remoting.RsDataFetcher"
ExportAssets (56)Timeline Frame 1Symbol 522 as "__Packages.mx.remoting.DataGlue"
ExportAssets (56)Timeline Frame 1Symbol 523 as "__Packages.mx.remoting.PendingCall"
ExportAssets (56)Timeline Frame 1Symbol 524 as "__Packages.mx.rpc.ResultEvent"
ExportAssets (56)Timeline Frame 1Symbol 525 as "__Packages.mx.rpc.Fault"
ExportAssets (56)Timeline Frame 1Symbol 526 as "__Packages.mx.rpc.FaultEvent"
ExportAssets (56)Timeline Frame 1Symbol 527 as "__Packages.mx.rpc.Responder"
ExportAssets (56)Timeline Frame 1Symbol 528 as "__Packages.mx.remoting.Service"
ExportAssets (56)Timeline Frame 1Symbol 529 as "__Packages.mx.remoting.Operation"
ExportAssets (56)Timeline Frame 1Symbol 530 as "__Packages.mx.data.binding.ObjectDumper"
ExportAssets (56)Timeline Frame 1Symbol 531 as "__Packages.mx.rpc.RelayResponder"
ExportAssets (56)Timeline Frame 1Symbol 532 as "__Packages.mx.rpc.DefaultResponder"
ExportAssets (56)Timeline Frame 22Symbol 1214 as "loop1.mp3"
ExportAssets (56)Timeline Frame 22Symbol 1215 as "loop2.mp3"
ExportAssets (56)Timeline Frame 22Symbol 1216 as "loop3.mp3"
ExportAssets (56)Timeline Frame 22Symbol 1217 as "loop10.mp3"
ExportAssets (56)Timeline Frame 22Symbol 1218 as "loop4.mp3"
ExportAssets (56)Timeline Frame 22Symbol 1219 as "loop5.mp3"
ExportAssets (56)Timeline Frame 22Symbol 1220 as "loop6.mp3"
ExportAssets (56)Timeline Frame 22Symbol 1221 as "loop7.mp3"
ExportAssets (56)Timeline Frame 22Symbol 1222 as "loop8.mp3"
ExportAssets (56)Timeline Frame 22Symbol 1223 as "loop9.mp3"

Labels

"shop"Frame 10
"enemyShop"Frame 11
"drawLaser"Frame 12
"addCannon"Frame 13
"addCannon2"Frame 15
"addCannon3"Frame 17
"addBcannon"Frame 19
"gameOver"Frame 21
"AG"Frame 22
"loaded"Symbol 575 MovieClip Frame 3

Dynamic Text Variables

monSymbol 252 EditableText""
monSymbol 318 EditableText""
dispSymbol 543 EditableText"24"
cheeseSymbol 618 EditableText"Type Here"
_root.pagesSymbol 1163 EditableText""
_root.totalExpSymbol 1164 EditableText""
_root.totalMoneySymbol 1165 EditableText""
_root.totalEnemiesSymbol 1166 EditableText""
monSymbol 1170 EditableText""
_root.pagesSymbol 1178 EditableText""
_root.totalExpSymbol 1179 EditableText""
_root.totalMoneySymbol 1180 EditableText""
_root.totalEnemiesSymbol 1181 EditableText""
_root.moneySymbol 1205 EditableText""




http://swfchan.com/9/42621/info.shtml
Created: 9/5 -2019 20:56:19 Last modified: 9/5 -2019 20:56:19 Server time: 12/05 -2024 12:22:00