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

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

Sky Chopper.swf

This is the info page for
Flash #1822

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


Text
Player

Display

Controller

STRAUSED

1:23:45.678

1:23:45.678

<p align="left"><font face="_sans" size="10" color="#000000"> </font></p>

LOADING DATA...

0%

skip intro

skip intro

12 FPS

Switching to low Quality in 5

Notice: Your computer is performing poorly. We highly
recommend you to switch to lower quality. Quality will
now be automaticly reduced.

abort!

abort!

Switching to low Quality in 4

Switching to low Quality in 3

Switching to low Quality in 2

Switching to low Quality in 1

connecting to server

loading level data

Name

Creator

Created on

Rating

Enemy Weapons

Enemies

F 100

PILLBOX

TORNADO

HARRIER

TUPOLEV

JET 2

BLACKBIRD

SEEKER
DRONE

JET 3

JET 1

HEAVY TANK

JEEP

B2 BOMBER

Player Weapons

spites:

MISSILE LAUNCHER

ROCKET SILO

PATRIOT

V2 LAUNCHER

shaker:

enemy Maker

0

0

0

0

SCORE:

Accuracy:

0%

Projectiles fired:

Hits:

Misses:

0

0

0

Enemies destroyed:

0

MISSION COMPLETE

TOTAL SCORE

MISSION Score:

0

FINAL SCORE:

Music

Graphics

GAME OPTIONS

Currently no music
available!

General

Try to reach your homebase while shooting down as many enemy
forces as you can. SHOT DOWN ENEMIES WILL LEAVE POWERUPS THaT CAN
BE COLLECTED TO ENHANCE YOUR HELICOPTer. GOOD LUCK SOLDIER!

Controls

move left: LEFT ARROW KEY
move right: RIGHT ARROW KEY
rise: UP ARROW KEY
drop: DOWN ARROW KEY
primary fire: SPACE
secondary fire: CTRL

INSTRUCTIONS

CONGRATULATIONS

Congratulations, you just completed
the final mission of Sky Chopper!

Play more games at CrazyMonkeyGames.com

ActionScript [AS1/AS2]

Frame 1
drawsmoke = true; drawterrain = false; drawclouds = false; drawannouncements = true; mission = 1; campaignScore = 0; avrgFPS = new Array();
Frame 2
if (percent == 100) { gotoAndStop (4); }
Frame 3
total = int(this.getBytesTotal() / 1024); sofar = int(this.getBytesLoaded() / 1024); percent = int((sofar / total) * 100); total_percent = int(percent); _root.bar1.gotoAndStop(total_percent); _root.percent_disp1 = total_percent + " %"; gotoAndPlay (2);
Frame 4
stop();
Frame 5
stop();
Instance of Symbol 1118 MovieClip in Frame 5
onClipEvent (load) { function resetTimer() { date1 = new Date(); date2 = new Date(); fps = _currentframe add " FPS"; gotoAndPlay (1); start = date1.getTime(); avrgFPS.push(fps); } resetTimer(); } onClipEvent (enterFrame) { frame = _currentframe; date2 = new Date(); now = date2.getTime(); elapsedTime = now - start; if (elapsedTime >= 1000) { resetTimer(); } }
Frame 6
totalFPS = 0; for (i in avrgFPS) { totalFPS = totalFPS + avrgFPS[i]; } avg = totalFPS / i; trace(totalFPS); stop();
Frame 7
gotoAndPlay ("splash");
Frame 8
if (_quality == "LOW") { gotoAndPlay ("splash"); }
Frame 207
_quality = "LOW"; gotoAndPlay (1);
Frame 208
loadTimer = new Date(); startLoading = loadTimer.getTime(); button_sound = new Sound(); button_sound.attachSound("snap"); campaignmode = false; if (!done) { cad_sound = new Sound(); cad_sound.attachSound("cadence"); cad_sound.start(0, 9999); done = true; }
Frame 220
i = 1; while (i <= levelsum) { currentLevel = eval ("file_" + i); currentAuthor = eval ("author_" + i); levelChooser.addItem(((currentLevel + " (by ") + currentAuthor) + ")", currentLevel); i++; } clippyListener = new Object(); clippyListener.click = function (evt) { levelfile = levelChooser.getValue(); play(); }; prcdBtn.addEventListener("click", clippyListener); clippyListener2 = new Object(); clippyListener2.click = function (evt) { gotoAndStop ("options"); }; optBtn.addEventListener("click", clippyListener2); levelChooser.selectedIndex = 0; stop();
Instance of Symbol 417 MovieClip [List] "levelChooser" in Frame 220
//component parameters onClipEvent (initialize) { multipleSelection = false; rowHeight = 20; } onClipEvent (load) { function __f_change(eventObj) { _root.button_sound.start(); } this.addEventListener("change", __f_change); }
Frame 221
lpath = "http://69.10.130.194/~pbs/fullview/levels/"; if (!useLocal) { } else { levelfile = ("level " + mission) + ".lev"; if (mission == "1") { totalduration = 5; times = "0.4,0.6,0.8,1.2,1.6,2,2.4,2.8,3,3.2,3.4,3.6,4.2,4.59,"; types = "types=b2_bomber|,b2_bomber|b2_bomber|,drone|drone|drone|drone|drone|,drone|drone|drone|drone|drone|,drone|drone|drone|drone|drone|,drone|drone|drone|drone|drone|,drone|drone|drone|drone|drone|,f100|f100|,harrier|harrier|v2_launcher|,jet3|,jet3|,patriot|patriot|,patriot|patriot|,v2_launcher|v2_launcher|"; ready = 1; } if (mission == "2") { totalduration = 10; times = "0.5,1,1.5,2,2.5,3,3.5,4,4.5,5,6,6.5,7,8,8.5,9.5,10,"; types = "blackbird|blackbird|blackbird|patriot|patriot|patriot|,drone|drone|drone|drone|drone|b2_bomber|,drone|drone|drone|drone|drone|b2_bomber|,harrier|harrier|pillbox|pillbox|tank1|tank1|patriot|patriot|,jet1|jet1|,jet2|jet2|jet2|,jet2|jet2|jet2|,pillbox|pillbox|rocketsilo|rocketsilo|rocketsilo|,pillbox|pillbox|v2_launcher|v2_launcher|,pillbox|rocketsilo|rocketsilo|rocketsilo|rocketsilo|rocketsilo|,tank1|tank1|tank1|tank1|,tank1|tank1|tank1|tank1|jeep|missile_launcher|missile_launcher|missile_launcher|,tornado|tornado|tornado|tornado|tornado|jet1|jet1|jet1|jet3|jet3|,tornado|tornado|tornado|tornado|tornado|jet3|jet3|,tupolev|blackbird|blackbird|,tupolev|tupolev|tupolev|f100|f100|f100|,tupolev|tupolev|tupolev|tupolev|tupolev|"; ready = 1; } if (mission == "3") { totalduration = 10; times = "0.5,1,1.5,2,2.5,3,3.5,4,4.5,5.5,6,6.5,7,7.5,8,8.5,9,9.5,"; types = "b2_bomber|b2_bomber|rocketsilo|,blackbird|blackbird|jeep|,blackbird|blackbird|jet1|jet1|jet1|drone|drone|drone|drone|drone|f100|f100|patriot|patriot|,drone|drone|drone|drone|drone|drone|drone|drone|drone|drone|pillbox|pillbox|,drone|drone|drone|drone|pillbox|pillbox|pillbox|,jeep|jeep|patriot|patriot|,jet1|jet1|jet1|jet1|,jet2|f100|f100|missile_launcher|missile_launcher|missile_launcher|,jet2|jet2|,missile_launcher|missile_launcher|missile_launcher|,patriot|,tank1|v2_launcher|,tank1|v2_launcher|,tornado|jet2|jet2|jet2|,tupolev|blackbird|blackbird|jeep|b2_bomber|b2_bomber|rocketsilo|,tupolev|blackbird|blackbird|jeep|jeep|,tupolev|tupolev|,tupolev|tupolev|drone|drone|drone|drone|drone|drone|drone|drone|drone|"; ready = 1; } if (mission == "4") { totalduration = 20; times = "1,1.5,2,2.5,3.5,4,5.5,6,6.5,8,8.5,10,11,12,12.5,13,14,15,15.5,16.5,17,17.5,18.5,19.5,20,"; types = "blackbird|,blackbird|blackbird|,drone|drone|drone|drone|drone|,drone|drone|drone|drone|drone|,drone|drone|drone|drone|drone|tank1|,harrier|harrier|,jeep|jeep|,jeep|jeep|jeep|,jeep|jeep|v2_launcher|v2_launcher|,jet1|jet1|,jet2|jet2|pillbox|pillbox|pillbox|,patriot|patriot|,patriot|patriot|,pillbox|b2_bomber|b2_bomber|b2_bomber|,rocketsilo|,rocketsilo|rocketsilo|,rocketsilo|rocketsilo|,rocketsilo|rocketsilo|,tank1|jeep|,tank1|tank1|jeep|jeep|,tank1|tank1|jeep|jeep|,tornado|tornado|,tornado|tornado|,tupolev|tupolev|,tupolev|tupolev|tupolev|tupolev|tupolev|"; ready = 1; } }
Frame 236
LDATA = Array(); LDATAtimes = times.split(","); LDATAtypes = types.split(","); i = 0; while (i <= LDATAtimes.length) { index = LDATAtimes[i]; LDATA[index] = LDATAtypes[i].split("|"); i++; } ready = 0;
Frame 243
gotoAndPlay ("main");
Frame 244
if (mission == "1") { totalduration = 1; times = "0.042,0.047,0.092,0.092,0.152,0.163,0.255,0.257,0.26,0.35,0.384,0.394,0.5,0.502,0.505,0.51,0.563,0.602,0.705,0.707,0.707,0.855,0.868,0.886,0.944,0.95,0.96,1.013"; types = "jet2,f100,jet2,jet2,jet2,blackbird,tornado,tornado,tornado,jeep,tank1,tank1,blackbird,blackbird,blackbird,jet2,jet1,harrier,tornado,tornado,tornado,jet1,jet1,f100,blackbird,blackbird,jet2,tornado,"; ready = 1; } else if (mission == "2") { totalduration = 2; times = "0,0.022,0.025,0.071,0.132,0.145,0.21,0.214,0.215,0.221,0.23,0.318,0.342,0.362,0.398,0.4,0.435,0.475,0.477,0.505,0.607,0.64,0.649,0.65,0.654,0.663,0.667,0.74,0.794,0.807,0.845,0.861,0.88,0.922,0.959,0.993,1.031,1.055,1.069,1.113,1.154,1.16,1.171,1.228,1.233,1.27,1.274,1.285,1.318,1.331,1.336,1.346,1.387,1.458,1.547,1.573,1.583,1.585,1.698,1.707,1.758,1.808,1.827,1.85,1.904,1.942,"; types = "v2_launcher,v2_launcher,jet3,jet1,patriot,patriot,drone,drone,drone,drone,drone,f100,tupolev,jet3,tupolev,jet3,f100,jet2,jet2,tupolev,jet2,blackbird,blackbird,blackbird,blackbird,blackbird,b2_bomber,jet2,jeep,jeep,jet2,jet2,tupolev,drone,drone,jet3,jeep,harrier,drone,f100,tupolev,drone,jeep,f100,jet2,drone,jet2,jet2,jeep,jeep,jet1,f100,jet3,tupolev,jeep,tank1,b2_bomber,b2_bomber,f100,f100,drone,v2_launcher,v2_launcher,patriot,patriot,patriot,"; ready = 1; } else if (mission == "3") { totalduration = 1; times = "0.018,0.024,0.041,0.047,0.061,0.083,0.092,0.097,0.12,0.127,0.13,0.155,0.158,0.161,0.17,0.188,0.191,0.2,0.211,0.251,0.253,0.267,0.329,0.33,0.355,0.369,0.398,0.431,0.441,0.445,0.452,0.46,0.463,0.507,0.528,0.539,0.572,0.576,0.601,0.634,0.644,0.659,0.663,0.673,0.673,0.692,0.695,0.721,0.739,0.778,0.811,0.844,0.891,0.894,0.894,"; types = "drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,"; ready = 1; } else if (mission == "4") { totalduration = 2; times = "0.021,0.025,0.027,0.033,0.043,0.045,0.046,0.111,0.131,0.17,0.182,0.205,0.205,0.271,0.274,0.294,0.311,0.367,0.378,0.387,0.417,0.501,0.507,0.507,0.618,0.62,0.62,0.62,0.621,0.626,0.626,0.738,0.748,0.773,0.774,0.789,0.789,0.792,0.793,0.795,0.937,0.941,0.949,0.954,0.969,0.978,0.997,1.005,1.013,1.031,1.034,1.152,1.162,1.192,1.235,1.25,1.276,1.342,1.349,1.355,1.364,1.364,1.372,1.374,1.471,1.473,1.475,1.52,1.522,1.523,1.523,1.525,1.539,1.54,1.54,1.557,1.563,1.565,1.678,1.684,1.692,1.716,1.756,1.759,1.765,1.845,1.853,1.863,1.876,1.883,1.897,1.91,1.933,1.943,1.951,1.96,1.969,"; types = "drone,drone,drone,drone,b2_bomber,b2_bomber,drone,missile_launcher,missile_launcher,tupolev,jeep,jeep,tupolev,rocketsilo,tupolev,rocketsilo,tupolev,rocketsilo,tupolev,rocketsilo,tupolev,jet2,blackbird,blackbird,drone,drone,drone,drone,drone,b2_bomber,b2_bomber,jet3,f100,jet2,drone,tornado,drone,tornado,tornado,tornado,blackbird,f100,jet3,jet2,jet3,jet2,f100,jet2,tupolev,blackbird,jet2,v2_launcher,v2_launcher,pillbox,patriot,patriot,pillbox,jet1,jet1,jet1,jet1,jet1,jet1,jet1,drone,drone,drone,blackbird,blackbird,blackbird,blackbird,blackbird,blackbird,blackbird,blackbird,blackbird,blackbird,blackbird,jeep,jeep,jet2,jet2,missile_launcher,missile_launcher,jet2,f100,b2_bomber,tupolev,f100,jet1,harrier,jet1,f100,tupolev,jet1,harrier,jet2,"; ready = 1; } else if (mission == "5") { totalduration = 2; times = "0.041,0.06,0.074,0.124,0.132,0.187,0.232,0.242,0.247,0.285,0.307,0.332,0.358,0.37,0.425,0.441,0.472,0.474,0.484,0.534,0.558,0.618,0.634,0.646,0.704,0.732,0.759,0.785,0.787,0.827,0.898,0.933,0.938,1.019,1.035,1.055,1.067,1.072,1.104,1.168,1.178,1.211,1.213,1.213,1.218,1.264,1.317,1.336,1.371,1.373,1.387,1.436,1.451,1.457,1.507,1.532,1.533,1.533,1.536,1.614,1.614,1.655,1.692,1.721,1.725,1.738,1.748,1.749,1.808,1.824,1.829,1.875,1.877,1.891,1.922,1.952,"; types = "pillbox,drone,pillbox,jet1,jet1,jet2,jet3,jet3,jet3,tank1,tank1,b2_bomber,b2_bomber,missile_launcher,jet1,jet1,jet2,jet2,jet2,jeep,jeep,jet2,drone,tornado,pillbox,pillbox,pillbox,jet2,jet1,harrier,tank1,drone,missile_launcher,jet2,jet2,jeep,drone,jeep,jet2,jet2,pillbox,blackbird,blackbird,blackbird,jeep,tupolev,jet1,jet2,tupolev,f100,tupolev,tupolev,tupolev,tupolev,tank1,blackbird,blackbird,tank1,blackbird,patriot,jet1,jet2,tupolev,jeep,tupolev,jet3,tupolev,f100,jet2,missile_launcher,tupolev,jet2,missile_launcher,missile_launcher,b2_bomber,missile_launcher,"; ready = 1; } else if (mission == "6") { totalduration = 2; times = "0.004,0.011,0.018,0.032,0.117,0.175,0.184,0.19,0.2,0.211,0.222,0.225,0.312,0.36,0.367,0.377,0.381,0.397,0.509,0.536,0.597,0.643,0.653,0.674,0.692,0.702,0.815,0.853,0.874,0.875,0.877,0.878,0.881,0.999,0.999,0.999,1.139,1.142,1.144,1.239,1.259,1.274,1.274,1.32,1.322,1.39,1.408,1.438,1.449,1.459,1.549,1.555,1.602,1.604,1.657,1.685,1.687,1.698,1.729,1.787,1.814,1.82,1.841,1.861,1.88,1.954,1.961,1.967,"; types = "jeep,tank1,jeep,drone,drone,jeep,tank1,jeep,drone,drone,drone,drone,jet3,harrier,jeep,tank1,jeep,tupolev,drone,rocketsilo,rocketsilo,rocketsilo,pillbox,rocketsilo,pillbox,rocketsilo,drone,pillbox,blackbird,blackbird,blackbird,blackbird,blackbird,b2_bomber,b2_bomber,b2_bomber,tornado,tornado,tornado,jet2,tupolev,jet2,jet2,jet2,f100,tupolev,jet2,jet1,jet2,tupolev,jeep,tank1,drone,harrier,drone,jet2,jeep,tank1,drone,jet2,harrier,f100,jet2,f100,jet2,tornado,tupolev,f100,"; ready = 1; } else if (mission == "7") { totalduration = 1; times = "0,0.007,0.048,0.055,0.057,0.058,0.065,0.068,0.07,0.071,0.074,0.075,0.075,0.077,0.08,0.081,0.084,0.087,0.088,0.094,0.107,0.108,0.11,0.128,0.19,0.204,0.271,0.338,0.344,0.421,0.423,0.427,0.43,0.431,0.433,0.436,0.436,0.441,0.441,0.441,0.443,0.443,0.444,0.45,0.45,0.451,0.483,0.493,0.595,0.621,0.634,0.663,0.71,0.789,0.789,0.8,0.802,0.809,0.856,0.869,0.884,0.891,0.899,0.957,0.957,0.966,"; types = "rocketsilo,rocketsilo,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,tank1,patriot,blackbird,jet2,jeep,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,b2_bomber,b2_bomber,jet2,tornado,rocketsilo,tupolev,jeep,missile_launcher,tupolev,tupolev,jet2,tupolev,jet2,blackbird,tupolev,tank1,jet2,f100,harrier,tupolev,"; ready = 1; } else if (mission == "8") { totalduration = 3; times = "0.027,0.031,0.032,0.06,0.062,0.073,0.085,0.117,0.127,0.14,0.18,0.201,0.322,0.327,0.327,0.327,0.335,0.335,0.337,0.437,0.448,0.464,0.482,0.485,0.485,0.487,0.517,0.63,0.63,0.633,0.636,0.707,0.712,0.713,0.717,0.727,0.789,0.79,0.793,0.793,0.822,0.946,0.946,0.949,0.951,0.957,0.986,1.044,1.082,1.096,1.1,1.101,1.105,1.236,1.249,1.252,1.253,1.254,1.256,1.338,1.36,1.372,1.421,1.46,1.492,1.503,1.567,1.582,1.602,1.617,1.667,1.68,1.684,1.696,1.696,1.719,1.745,1.769,1.772,1.796,1.803,1.858,1.911,1.913,1.914,1.918,1.952,2.01,2.028,2.038,2.113,2.115,2.125,2.128,2.128,2.132,2.165,2.175,2.215,2.225,2.239,2.283,2.324,2.331,2.331,2.332,2.334,2.336,2.339,2.442,2.45,2.469,2.519,2.532,2.537,2.537,2.539,2.539,2.542,2.625,2.678,2.68,2.698,2.701,2.757,2.829,2.839,2.841,2.844,2.844,2.844,2.847,2.849,2.853,2.853,2.854,2.854,2.854,2.856,2.91,2.956,2.958,"; types = "tornado,tornado,tornado,drone,jeep,drone,jeep,v2_launcher,v2_launcher,v2_launcher,harrier,harrier,tank1,blackbird,blackbird,blackbird,tornado,tornado,tornado,rocketsilo,rocketsilo,pillbox,jet2,jet2,jet2,jet2,pillbox,f100,f100,f100,f100,b2_bomber,b2_bomber,drone,drone,b2_bomber,jet1,jet1,f100,jet1,jet2,blackbird,blackbird,blackbird,blackbird,v2_launcher,v2_launcher,drone,pillbox,jet3,jet3,jet3,jet3,drone,jet2,jet2,jet3,jet2,jet2,drone,drone,rocketsilo,rocketsilo,rocketsilo,rocketsilo,drone,jeep,jeep,missile_launcher,pillbox,pillbox,drone,drone,drone,drone,pillbox,drone,pillbox,drone,drone,drone,tornado,blackbird,blackbird,blackbird,blackbird,jet2,drone,tank1,tank1,tupolev,tupolev,tupolev,tupolev,tupolev,tupolev,b2_bomber,b2_bomber,jeep,tank1,tank1,tupolev,f100,f100,f100,f100,f100,f100,f100,missile_launcher,pillbox,missile_launcher,drone,jet3,jet3,f100,f100,jet3,f100,drone,missile_launcher,tornado,patriot,b2_bomber,jet2,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,jet3,jet2,blackbird,"; ready = 1; } else if (mission == "9") { totalduration = 3; times = "0,0.028,0.034,0.084,0.114,0.135,0.141,0.177,0.18,0.265,0.307,0.346,0.385,0.4,0.478,0.515,0.518,0.53,0.572,0.575,0.617,0.629,0.671,0.713,0.746,0.979,1.009,1.054,1.054,1.096,1.175,1.199,1.214,1.256,1.416,1.449,1.458,1.485,1.518,1.539,1.572,1.678,1.693,1.75,1.756,1.777,1.794,1.834,1.845,1.861,1.904,2.062,2.08,2.08,2.086,2.089,2.089,2.089,2.089,2.092,2.092,2.095,2.098,2.098,2.101,2.101,2.113,2.114,2.119,2.128,2.134,2.146,2.148,2.218,2.231,2.388,2.391,2.394,2.397,2.418,2.439,2.445,2.463,2.493,2.508,2.509,2.52,2.55,2.574,2.614,2.656,2.666,2.668,2.68,2.684,2.697,2.701,2.728,2.766,2.772,2.8,2.803,2.827,2.844,2.851,2.872,2.885,2.885,2.887,2.913,2.913,2.921,2.924,"; types = "missile_launcher,missile_launcher,missile_launcher,tupolev,tank1,tank1,tank1,drone,tupolev,jet2,tupolev,f100,jet2,tupolev,jet3,jet1,tupolev,tupolev,jet3,jet3,drone,tupolev,f100,f100,tupolev,tank1,tank1,drone,jeep,jeep,drone,drone,missile_launcher,missile_launcher,rocketsilo,rocketsilo,drone,pillbox,pillbox,drone,tank1,jeep,jeep,drone,patriot,patriot,v2_launcher,v2_launcher,missile_launcher,pillbox,v2_launcher,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,drone,rocketsilo,drone,drone,rocketsilo,drone,b2_bomber,jeep,tornado,b2_bomber,b2_bomber,jeep,jet2,jet2,jet1,jet1,jet1,tupolev,jet1,jet1,drone,jet1,tupolev,jet2,jet1,drone,jet1,tupolev,f100,jet2,tupolev,tupolev,tupolev,tupolev,jet1,jet1,drone,f100,b2_bomber,b2_bomber,b2_bomber,jet1,f100,tornado,tornado,"; ready = 1; } else { gotoAndStop ("congratulations"); }
Frame 295
LDATA = Array(); LDATAtimes = times.split(","); LDATAtypes = types.split(","); i = 0; while (i <= LDATAtimes.length) { index = LDATAtimes[i]; LDATA[index] = LDATAtypes[i].split("|"); i++; } ready = 0;
Frame 296
gotoAndPlay ("main");
Frame 297
loadVariablesNum ("http://localhost/mcgen/components/game/heligame/getlevels.php", 0); times = ""; types = ""; if (_root.globalmusic.playing) { _root.jukebox.currentsong.stop(); _root.jukebox.currentsong.start(_root.globalmusic.position / 1000); } if (!done) { cad_sound = new Sound(); cad_sound.attachSound("cadence"); cad_sound.start(0, 9999); done = true; }
Frame 310
if (ready) { gotoAndStop ("chooselev"); ready = null; }
Frame 311
gotoAndPlay ("waitforserver");
Instance of Symbol 1432 MovieClip "levelChooser" in Frame 312
onClipEvent (load) { function clear() { for (j in itemTracker) { removeMovieClip(itemTracker[j]); } this.itemCount = 0; itemTracker = new Array(); } function addItem(input) { var _local1 = this; var _local2 = _root; currentItem = _local1.carrier.attachMovie("item", "item_" + (++itemCount), itemCount); currentItem._y = ((itemCount * currentItem._height) - currentItem._height) + 1; currentItem._x = 1; itemTracker.push(currentItem); if ((itemCount / 2) == int(itemCount / 2)) { currentItem.cmode = 1; } else { currentItem.cmode = 0; } if (currentItem.cmode == 1) { currentItem.gotoAndStop(1); currentItem.onRollOver = function () { if (!this.chosen) { this.gotoAndStop(2); } }; currentItem.onRollOut = function () { if (!this.chosen) { this.gotoAndStop(1); } }; currentItem.onDragOut = function () { if (!this.chosen) { this.gotoAndStop(1); } }; } if (currentItem.cmode == 0) { currentItem.gotoAndStop(3); currentItem.onRollOver = function () { if (!this.chosen) { this.gotoAndStop(4); } }; currentItem.onRollOut = function () { if (!this.chosen) { this.gotoAndStop(3); } }; currentItem.onDragOut = function () { if (!this.chosen) { this.gotoAndStop(3); } }; } currentItem.onRelease = function () { var _local1 = _root; var _local2 = this; _local2.gotoAndStop(5); _local2.chosen = 1; if (_local1.lastSel != _local2) { if (_local1.lastSel.cmode == 0) { _local1.lastSel.gotoAndStop(3); } if (_local1.lastSel.cmode == 1) { _local1.lastSel.gotoAndStop(1); } } _local1.lastSel.chosen = 0; _local1.levelfile = input.file; _local1.lastSel = _local2; }; currentItem.createTextField("my_txt1", 99999, 1, -1, 180, 50); currentItem.my_txt1._quality("BEST"); currentItem.my_txt1.multiline = true; currentItem.my_txt1.text = input.name; currentItem.my_txt1.selectable = false; currentItem.my_txt1.wordWrap = true; currentItem.my_txt1.embedFonts = true; currentItem.my_fmt = new TextFormat(); currentItem.my_fmt.font = "crylleefont"; currentItem.my_fmt.size = 10; currentItem.my_fmt.color = "0x000000"; currentItem.my_txt1.setTextFormat(currentItem.my_fmt); currentItem.createTextField("my_txt2", 99998, 200, -1, 250, 50); currentItem.my_txt2._quality("BEST"); currentItem.my_txt2.multiline = true; currentItem.my_txt2.text = input.author; currentItem.my_txt2.selectable = false; currentItem.my_txt2.wordWrap = true; currentItem.my_txt2.embedFonts = true; currentItem.my_fmt = new TextFormat(); currentItem.my_fmt.font = "crylleefont"; currentItem.my_fmt.size = 10; currentItem.my_fmt.color = "0x000000"; currentItem.my_txt2.setTextFormat(currentItem.my_fmt); currentItem.createTextField("my_txt3", 99997, 300, -1, 250, 50); currentItem.my_txt3._quality("BEST"); currentItem.my_txt3.multiline = true; currentItem.my_txt3.text = input.date; currentItem.my_txt3.selectable = false; currentItem.my_txt3.wordWrap = true; currentItem.my_txt3.embedFonts = true; currentItem.my_fmt = new TextFormat(); currentItem.my_fmt.font = "crylleefont"; currentItem.my_fmt.size = 10; currentItem.my_fmt.color = "0x000000"; currentItem.my_txt3.setTextFormat(currentItem.my_fmt); currentItem.createTextField("my_txt4", 99996, 400, -1, 250, 50); currentItem.my_txt4._quality("BEST"); currentItem.my_txt4.multiline = true; currentItem.my_txt4.text = input.rating; currentItem.my_txt4.selectable = false; currentItem.my_txt4.wordWrap = true; currentItem.my_txt4.embedFonts = true; currentItem.my_fmt = new TextFormat(); currentItem.my_fmt.font = "crylleefont"; currentItem.my_fmt.size = 10; currentItem.my_fmt.color = "0x000000"; currentItem.my_txt4.setTextFormat(currentItem.my_fmt); _local1.carrier.setMask(themask); } this.itemCount = 0; itemTracker = new Array(); }
Instance of Symbol 1437 MovieClip in Frame 312
on (rollOver) { this.onEnterFrame = function () { nextFrame(); }; } on (rollOut, dragOut) { goback = true; } onClipEvent (enterFrame) { if (_currentframe == 10) { if (goback) { goback = false; this.onEnterFrame = function () { prevFrame(); }; } } } on (release) { _root.button_sound.start(); if (_root.lastSel) { _root.play(); _root.lastSel = null; _root.cad_sound.stop(); } }
Instance of Symbol 1441 MovieClip "dragger" in Frame 312
on (press) { this.drag = 1; this.yOffset = this._y - _root._ymouse; } on (release, releaseOutside) { this.drag = 0; } onClipEvent (enterFrame) { if (drag) { if (_root.levelChooser.carrier._height > 160) { this._y = _root._ymouse + this.yOffset; if (this._y < 72) { this._y = 72; } if (this._y > 160) { this._y = 160; } pos = (this._y - 72) / 88; _root.levelChooser.carrier._y = -((pos * _root.levelChooser.carrier._height) - (pos * 160)); } } }
Instance of Symbol 1467 MovieClip in Frame 312
on (rollOver) { this.onEnterFrame = function () { nextFrame(); }; } on (rollOut, dragOut) { goback = true; } onClipEvent (enterFrame) { if (_currentframe == 10) { if (goback) { goback = false; this.onEnterFrame = function () { prevFrame(); }; } } } on (release) { _root.button_sound.start(); _root.gotoAndPlay("splash"); _root.lastSel = null; }
Frame 313
function fill(sortmode) { levelChooser.clear(); sort = eval (sortmode); sortArray = new Array(); sortArray = sort.split(","); i = 1; while (i <= levelsum) { pickId = sortArray[i - 1]; currentLevel = eval ("name_" + pickId); currentAuthor = eval ("author_" + pickId); currentDate = eval ("filetime_" + pickId); currentRating = eval ("rating_" + pickId); currentFile = eval ("file_" + pickId); if (currentRating == 0) { currentRating = "not yet rated"; } current = new Array(); current.name = currentLevel; current.author = currentAuthor; current.date = currentDate; current.rating = currentRating; current.file = currentFile; levelChooser.addItem(current); i++; } } fill("byDateOrder"); levelChooser.selectedIndex = 0; stop();
Frame 314
lpath = "http://localhost/mcgen/components/game/heligame/levels/"; loadVariablesNum (lpath + levelfile, 0); ready = null;
Frame 326
if (ready) { gotoAndPlay ("splitlvldata"); trace("ready!"); }
Frame 327
gotoAndPlay ("loadloop2");
Frame 328
LDATA = Array(); LDATAtimes = times.split(","); LDATAtypes = types.split(","); i = 0; while (i <= LDATAtimes.length) { index = LDATAtimes[i]; LDATA[index] = LDATAtypes[i]; i++; } ready = 0;
Frame 335
gotoAndPlay ("main");
Frame 336
function startFTimer() { startTime = new Date(); _root.startFTime = startTime.getTime(); _root.loopsFTimer++; } function stopFTimer() { endTime = new Date(); now = endTime.getTime(); _root.totalFTime = _root.totalFTime + (now - _root.startFTime); } function startFTimer2() { startTime2 = new Date(); _root.startFTime2 = startTime2.getTime(); _root.loopsFTimer2++; } function stopFTimer2() { endTime2 = new Date(); now2 = endTime2.getTime(); _root.totalFTime2 = _root.totalFTime2 + (now2 - _root.startFTime2); } function pauseGame() { var _local1 = _root; gamePaused = true; _local1.ground.stop(); _local1.heli.stop(); _local1.heli.moveX = 0; _local1.heli.moveY = 0; } function unpauseGame() { gamePaused = false; _root.ground.play(); _root.heli.play(); } function updateHealthDisplay() { var _local1 = _root; var _local3 = 200; var currentHitpoints = _local1.heli.hitPoints; var _local2 = int((currentHitpoints / _local3) * 100); if (_local2 <= 10) { if (!_local1.alarmplaying) { _local1.alarm_sound.start(0, 999); _local1.alarmplaying = true; } _local1.health._alpha = _local1.theFlicker2.flick._alpha; } else { _local1.health._alpha = 100; } _local1.health.gotoAndStop(_local2); } function goodieSpawn(posX, posY) { var goodieArray = Array("goodie_shield", "goodie_mines", "goodie_guided_missiles", "goodie_wingman", "goodie_primary_upgrade", "goodie_primary_upgrade", "goodie_cash", "goodie_nuke", "goodie_health", "goodie_unguided_missiles"); var pick = random(goodieArray.length); chosenParent = eval (goodieArray[pick]); var motime2 = new Date(); var checkBack = motime2.getTime(); lastSpawn = checkBack - spawnTime; if (lastSpawn >= 3000) { currentGoodie = chosenParent.duplicateMovieClip("goodie_" + (++goodieCount), heli.o++); currentGoodie._x = posX; currentGoodie._y = posY; _root.goodies.push(currentGoodie); var motime = new Date(); spawnTime = motime.getTime(); } } function killAll() { for (var checker in enemies) { var checkenemy = eval (enemies[checker]); removeMovieClip(checkenemy); } var checker = 0; while (checker <= mineCount) { var currentmine = eval ("_root.mine_" + checker); removeMovieClip(currentmine); checker++; } for (var checker in wingmen) { var currentman = _root.wingmen[checker]; removeMovieClip(currentman); } for (var checker in goodies) { var currentgoodie = _root.goodies[checker]; removeMovieClip(currentgoodie); } for (var checker in projectileArray) { var currentprojectile = _root.projectileArray[checker]; removeMovieClip(currentprojectile); } stopAllSounds(); } function checkAlive(target) { var _local1 = target; var _local2 = _root; if (_local1.hitPoints <= 0) { _local1._rotation = _local1._rotation + 10; _local1._y = _local1._y + 10; if (_local1._y >= 350) { if (!framesSinceExplosion) { explode(_local1); if (!_local1.amWingman) { life_indicator.play(); } } framesSinceExplosion++; if (framesSinceExplosion >= 20) { if (!_local1.amWingman) { _local2.upgrades.setSelectedIndex(_local2.upgrades.getSelectedIndex() - 1, false); _local2.sec_weapon_indc.mines_pool = 0; _local2.sec_weapon_indc.nuke_pool = 0; _local2.sec_weapon_indc.unguided_pool = 0; _local2.sec_weapon_indc.guided_pool = 0; _local2.flash_display.gotoAndPlay("life lost"); _local1._rotation = 0; _local1._y = 50; _local1._x = 50; _local1._visible = 1; _local1._alpha = 100; framesSinceExplosion = 0; _local1.hitPoints = 200; alarm_sound.stop(); alarmplaying = false; flicker(_local1); shield.hitPoints = 0; _local1.shielded = false; shield._x = -1000; shield._y = -1000; updateHealthDisplay(); } else { wingmen = cleanArray(wingmen); } } } } if (heli.hitPoints <= 0) { return(false); } return(true); } function getClosestEnemy(what) { var _local1 = what; _local1.smallestDistance = 3000; for (var _local2 in enemies) { _local1.checkenemy = enemies[_local2]; if (_local1.checkenemy._x) { _local1.distance = int(Math.sqrt(Math.pow(_local1.checkenemy._x - _local1._x, 2) + Math.pow(_local1.checkenemy._y - _local1._y, 2))); if (_local1.distance < _local1.smallestDistance) { _local1.smallestDistance = _local1.distance; _local1.smallestObject = _local1.checkenemy; } } } if (_local1.smallestObject) { _root.bee_beep_sound.start(); } return(_local1.smallestObject); } function shoot() { laserEnabler.gotoAndStop(1); shots++; heli.flash.play(); mode = upgrades.getValue(); if (mode == "Basic MG") { gun_sound2.start(); MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 20; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; } if (mode == "Double MG") { gun_sound2.start(); MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 20; currentProjectile.moveY = -2; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 20; currentProjectile.moveY = 2; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; } if (mode == "Super MG") { gun_sound3.start(); firebolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 25; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; } if (mode == "Double Super MG") { gun_sound3.start(); firebolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 25; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; firebolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 25; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y; } if (mode == "Double MG + Rearfire") { gun_sound3.start(); firebolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 25; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; firebolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 25; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y; MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = -20; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; } if (mode == "Double MG + Rearfire + Fireball") { gun_sound3.start(); firebolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 25; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; firebolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 25; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y; MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 20; currentProjectile.moveY = -2; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 20; currentProjectile.moveY = 2; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; } if (mode == "Multi MG + Rearfire + Fireball") { gun_sound3.start(); MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 20; currentProjectile.moveY = -2; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 20; currentProjectile.moveY = 2; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = -20; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 20; currentProjectile.moveY = 4; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; MGshots.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 20; currentProjectile.moveY = -4; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; firebolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 25; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y + 10; firebolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile.moveX = 25; currentProjectile.moveY = 0; currentProjectile._x = heli._x + 30; currentProjectile._y = heli._y; } _root.projectileArray.push(currentProjectile); } function enemyShoot(how, whichEnemy) { if ((random(whichEnemy.reload) == 1) && (!_root.gamePaused)) { whichEnemy.gotoAndPlay("shoot"); if (how == "bolt") { gun_sound2.start(); weapon_bolt.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; } if (how == "multishot") { gun_sound2.start(); currentProjectile = weapon_rocket2.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; currentProjectile.moveX = -5; currentProjectile.moveY = -1; currentProjectile = weapon_rocket2.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; currentProjectile.moveX = -5; currentProjectile.moveY = -0.8; currentProjectile = weapon_rocket2.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; currentProjectile.moveX = -5; currentProjectile.moveY = 0.8; currentProjectile = weapon_rocket2.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; currentProjectile.moveX = -5; currentProjectile.moveY = 1; } if (how == "laser") { bounce_sound.start(); weapon_laser.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; } if (how == "MG") { gun_sound2.start(); weapon_MG.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; if (whichEnemy._x <= heli._x) { currentProjectile.moveX = -10; } if (whichEnemy._x >= heli._x) { currentProjectile.moveX = 10; } } if (how == "MG_aimed") { gun_sound2.start(); weapon_MG_aimed.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; } if (how == "fireball") { weapon_fireball.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; disappear_sound.start(); } if (how == "ball") { weapon_ball.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; fireburst_sound.start(); } if (how == "doubleball") { weapon_ball.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; weapon_ball.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y + 10; fireburst_sound.start(); } if (how == "fireball_slow") { weapon_fireball_slow.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; fireburst_sound.start(); } if (how == "rocket") { weapon_rocket.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; missile_sound.start(); } if (how == "doublerocket") { weapon_rocket.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x - 40; currentProjectile._y = whichEnemy._y; weapon_rocket.duplicateMovieClip("projectile_" + (++projectileCount), heli.o++); currentProjectile = eval ("projectile_" + projectileCount); currentProjectile._x = whichEnemy._x; currentProjectile._y = whichEnemy._y + 5; missile_sound.start(); } } _root.projectileArray.push(currentProjectile); } function changeBrightness(target) { var _local1 = target; if (_local1.flash == "on") { _local1.flash = "off"; var _local3 = new Color(_local1); var _local2 = {rb:"255", gb:"255", bb:"255"}; _local3.setTransform(_local2); _local1.flashFrame = _local1.flashFrame + 1; } else { _local1.flash = "on"; var _local3 = new Color(_local1); var _local2 = {rb:"0", gb:"0", bb:"0"}; _local3.setTransform(_local2); _local1.flashFrame = _local1.flashFrame + 1; } if (_local1.flashFrame >= 9) { clearInterval(_local1.flashInterval); _local1.flashing = false; var _local3 = new Color(_local1); var _local2 = {rb:"0", gb:"0", bb:"0"}; _local3.setTransform(_local2); } } function flicker(what) { var _local1 = what; if (!_local1.flashing) { _local1.flashInterval = setInterval(changeBrightness, 25, _local1); _local1.flashFrame = 0; _local1.flashing = true; } } function checkEnemyCollision(which) { var _local1 = which; if (!_local1.initHitPoints) { _local1.initHitPoints = _local1.hitPoints; } if (_local1.hitTest(heli.hitarea)) { if (!heli.shielded) { explode(_local1); flicker(heli); heli.hitPoints = heli.hitPoints - 50; updateHealthDisplay(); } else { _root.sHit_sound.start(); flicker(shield); shield.hitPoints = shield.hitPoints - 50; what.removeMovieClip(); if (shield.hitPoints <= 0) { heli.shielded = false; shield.gotoAndStop("cleanframe"); shield._x = -1000; shield._y = -1000; } } } } function enemyCheckHit(what) { var _local1 = what; if (_local1.hitTest(heli.hitareaLarge)) { if (!heli.shielded) { spark(heli); flicker(heli); heli.hitPoints = heli.hitPoints - _local1.damage; _local1.removeMovieClip(); updateHealthDisplay(); } else { _root.sHit_sound.start(); flicker(shield); shield.hitPoints = shield.hitPoints - _local1.damage; _local1.removeMovieClip(); if (shield.hitPoints <= 0) { heli.shielded = false; shield.gotoAndStop("cleanframe"); shield._x = -1000; shield._y = -1000; } } } } function checkHit(what, donotremoveorigin) { var _local1 = what; var _local3 = donotremoveorigin; for (var _local2 in enemies) { checkenemy = enemies[_local2]; if (_local1.hitTest(checkenemy)) { hits++; checkenemy.hitPoints = checkenemy.hitPoints - _local1.damage; if (checkenemy.hitPoints <= 0) { takedowns++; explode(checkenemy, null, true); } else { spark(checkenemy); flicker(checkenemy); } if (!_local3) { _local1.removeMovieClip(); } } } } function explode(what, nosound, byplayer) { if ((!nosound) && (_root.framesSinceLastExplosion >= 10)) { _root.framesSinceLastExplosion = 0; explosion_sound.start(); } if (what.myLooper) { what.myLooper.removeMovieClip(); } explosionsprite.duplicateMovieClip("exSprite_" + (++exSpriteCount), heli.o++); var currentexSprite = eval ("exSprite_" + exSpriteCount); currentexSprite._x = what._x; currentexSprite._y = what._y; var getScore = int(what.initHitPoints * 2); if (byplayer == true) { scoreboard.score(getScore); _root.popScore(new String(getScore), what); } goodieSpawn(what._x, what._y); if (what.listener) { what.listener.overrideX = 0; what.listener.overrideY = 0; } what._visible = 0; what.removeMovieClip(); enemies = cleanArray(enemies); } function spark(what) { var randomcloud = eval ("cloud" + random(3)); randomcloud.duplicateMovieClip("exSprite_" + (++exSpriteCount), heli.o++); var currentexSprite = eval ("exSprite_" + exSpriteCount); currentexSprite._x = what._x; currentexSprite._y = what._y; } function moveEnemy(what, how, direction) { var _local1 = what; var _local2 = how; if (!_root.gamePaused) { if ((((_local1._x <= -100) || (_local1._x >= 700)) || (_local1._y >= 440)) || (_local1._y <= -30)) { if (!_local1.amWingman) { explode(_local1, true); } } if (!_local1.startPosX) { _local1.startPosX = _local1._x; } if (!_local1.startPosY) { _local1.startPosY = _local1._y; } if ((_local1._y >= -30) && (!_root.gamePaused)) { if (_local2 == "random") { if (!_local1.destY) { _local1.destY = random(400); } if (!_local1.destX) { _local1.destX = random(550); } if ((_local1.dochange++) >= 100) { _local1.dochange = 0; _local1.destY = random(400); _local1.destX = random(550); } if (_local1._y > _local1.destY) { _local1.moveY = _local1.moveY - (random(3) / 10); } if (_local1._y < _local1.destY) { _local1.moveY = _local1.moveY + (random(3) / 10); } if (_local1._x > _local1.destX) { _local1.moveX = _local1.moveX - (random(3) / 10); } if (_local1._x < _local1.destX) { _local1.moveX = _local1.moveX + (random(3) / 10); } if (_local1.moveX >= 4) { _local1.moveX = 4; } if (_local1.moveX <= -4) { _local1.moveX = -4; } if (_local1.moveY >= 4) { _local1.moveY = 4; } if (_local1.moveY <= -4) { _local1.moveY = -4; } _local1._x = _local1._x + _local1.moveX; _local1._y = _local1._y + _local1.moveY; } if (_local2 == "kamikaze") { if (_local1.overrideX > 1) { _local1.destX = _local1.overrideX; } else { _local1.destX = heli._x - 50; } if (_local1.overrideY > 1) { _local1.destY = _local1.overrideY; } else { _local1.destY = heli._y; } l = 0; if (_local1._y > _local1.destY) { _local1.moveY = _local1.moveY - (random(3) / 10); } if (_local1._y < _local1.destY) { _local1.moveY = _local1.moveY + (random(3) / 10); } if (_local1._x > _local1.destX) { _local1.moveX = _local1.moveX - (random(3) / 10); } if (_local1._x < _local1.destX) { _local1.moveX = _local1.moveX + (random(3) / 10); } if (_local1.moveX >= 4) { _local1.moveX = 4; } if (_local1.moveX <= -4) { _local1.moveX = -4; } if (_local1.moveY >= 4) { _local1.moveY = 4; } if (_local1.moveY <= -4) { _local1.moveY = -4; } _local1._x = _local1._x + _local1.moveX; _local1._y = _local1._y + _local1.moveY; } if (_local2 == "sine") { if (_local1.direction == "right") { _local1._x = _local1._x + 2; } else { _local1._x = _local1._x - 2; } _local1._y = _local1.startPosY + (100 * Math.sin((_local1.r = _local1.r + 0.05))); if (_local1._y < 10) { if (_local1.direction == "left") { _local1.direction = "right"; } } if (_local1._y > 540) { if (_local1.direction == "right") { _local1.direction = "left"; } } _local1.startPosY = _local1.startPosY + _local1.driftY; _local1.startPosX = _local1.startPosX + _local1.driftX; } if (_local2 == "zipoff") { if (!_local1.accel) { _local1.accel = 5; } _local1.accel = _local1.accel + 0.5; _local1._x = _local1._x - _local1.accel; } if (_local2 == "getY_stayright") { _local1.destY = heli._y; if ((_local1.dochange++) >= 100) { _local1.dochange = 0; _local1.destX = random(200) + 440; } if (_local1._y > _local1.destY) { _local1.moveY = _local1.moveY - (random(3) / 10); } if (_local1._y < _local1.destY) { _local1.moveY = _local1.moveY + (random(3) / 10); } if (_local1._x > _local1.destX) { _local1.moveX = _local1.moveX - (random(3) / 10); } if (_local1._x < _local1.destX) { _local1.moveX = _local1.moveX + (random(3) / 10); } if (_local1.moveX >= 4) { _local1.moveX = 4; } if (_local1.moveX <= -4) { _local1.moveX = -4; } if (_local1.moveY >= 4) { _local1.moveY = 4; } if (_local1.moveY <= -4) { _local1.moveY = -4; } _local1._x = _local1._x + _local1.moveX; _local1._y = _local1._y + _local1.moveY; } if (_local2 == "getY") { _local1.destY = heli._y; if ((_local1.dochange++) >= 100) { _local1.dochange = 0; _local1.destX = random(550); } if (_local1._y > _local1.destY) { _local1.moveY = _local1.moveY - (random(3) / 10); } if (_local1._y < _local1.destY) { _local1.moveY = _local1.moveY + (random(3) / 10); } if (_local1._x > _local1.destX) { _local1.moveX = _local1.moveX - (random(3) / 10); } if (_local1._x < _local1.destX) { _local1.moveX = _local1.moveX + (random(3) / 10); } if (_local1.moveX >= 4) { _local1.moveX = 4; } if (_local1.moveX <= -4) { _local1.moveX = -4; } if (_local1.moveY >= 4) { _local1.moveY = 4; } if (_local1.moveY <= -4) { _local1.moveY = -4; } _local1._x = _local1._x + _local1.moveX; _local1._y = _local1._y + _local1.moveY; } if (_local2 == "vehicle_random") { if (!_local1.destX) { _local1.destX = random(550); } if ((_local1.dochange++) >= 100) { _local1.dochange = 0; _local1.destX = random(550); } if (_local1._x > _local1.destX) { _local1.moveX = _local1.moveX - (random(3) / 10); } if (_local1._x < _local1.destX) { _local1.moveX = _local1.moveX + (random(3) / 10); } if (_local1.moveX >= 3) { _local1.moveX = 3; } if (_local1.moveX <= -3) { _local1.moveX = -3; } if (_local1.moveX < 0) { _local1.direction = "left"; } if (_local1.moveX >= 0) { _local1.direction = "right"; } _local1._x = _local1._x + _local1.moveX; } if (_local2 == "speedin") { if (_local1._x >= 550) { _local1.MoveX = -10; } else if ((_local1.MoveX <= -4) && (_local1._x > 200)) { _local1.MoveX = _local1.MoveX / 1.06; } if ((_local1.MoveX >= -10) && (_local1._x <= 200)) { _local1.MoveX = _local1.MoveX * 1.06; } _local1._x = _local1._x + _local1.MoveX; _local1._y = _local1.startPosY + (2 * Math.sin((_local1.r = _local1.r + 0.2))); } if (_local2 == "speedin_slow") { if (_local1._x >= 550) { _local1.MoveX = -10; } else if ((_local1.MoveX <= -2) && (_local1._x > 200)) { _local1.MoveX = _local1.MoveX / 1.06; } if ((_local1.MoveX >= -5) && (_local1._x <= 200)) { _local1.MoveX = _local1.MoveX * 1.06; } _local1._x = _local1._x + _local1.MoveX; _local1._y = _local1.startPosY + (2 * Math.sin((_local1.r = _local1.r + 0.2))); } if (_local2 == "divein") { if (direction == "right") { _local1._x = _local1._x + 5; } else { _local1._x = _local1._x - 5; } if (_local1.path == "down") { _local1._y = _local1.startPosY - (10 * Math.sin((_local1.r = _local1.r + 0.1))); } else { _local1._y = _local1.startPosY + (10 * Math.sin((_local1.r = _local1.r + 0.1))); } } if (_local2 == "loop") { if (!_local1.phase) { _local1.thex = _local1.thex + 0.2; _local1._y = 200 - (Math.pow(_local1.thex, 2) * 2); _local1._x = _local1.startPosX + (_local1.thex * 5); if (_local1.thex >= 6) { _local1.phase++; } } if (_local1.phase == 1) { _local1.movehow = "random"; } } } } } function moveMissile(which) { var _local1 = which; if ((((_local1._x <= 0) || (_local1._x >= 550)) || (_local1._y >= 440)) || (_local1._y <= -30)) { _local1.removeMovieClip(); } if (((_local1.getNewTarget++) >= 10) && (!_local1.seek._x)) { _local1.getNewTarget = 0; _local1.seek = getClosestEnemy(_local1); } var _local3 = _local1.seek._x; var _local2 = _local1.seek._y; if (!_local3) { _local3 = 500; } if (!_local2) { _local2 = -50; } var z = (_local3 - _local1._x); var r = (_local2 - _local1._y); var a = z; var b = r; var e = (z / r); var k = Math.atan(e); var g = ((k * 180) / Math.PI); _local1._rotation = g; if (_local2 > _local1._y) { _local1._rotation = 90 - _local1._rotation; } else if (_local2 < _local1._y) { _local1._rotation = 180 - (_local1._rotation - 90); } _local1.step++; if (_local1._rotation != initAngle) { if (_local1.step <= 10) { _local1._rotation = 0; } var g = (_local1._rotation * 0.01745); var z = Math.cos(g); var n = Math.sin(g); _local1._x = _local1._x + ((z * 10) + _local1.initSpeed); _local1._y = _local1._y + (n * 10); _local1.initSpeed = _local1.initSpeed / 1.04; if ((((_local1._x >= (_local3 - 40)) && (_local1._x <= (_local3 + 40))) && (_local1._y >= (_local2 - 30))) && (_local1._y <= (_local2 + 30))) { _local1.seek.hitPoints = _local1.seek.hitPoints - _local1.damage; if (_local1.seek.hitPoints <= 0) { explode(_local1.seek, null, true); } else { flicker(_local1.seek); spark(_local1.seek); } _local1.removeMovieClip(); } } makeSmoke(_local1); } function makeSmoke(what) { if (drawsmoke) { var chooseSmoke = (random(3) + 1); var chosenOne = eval ("_root.cloud" + chooseSmoke); chosenOne.duplicateMovieClip("dupedSmoke_" + (++_root.cloudCount), _root.heli.o++); var dupedOne = eval ("dupedSmoke_" + _root.cloudCount); var chosenSize = (random(50) + 50); dupedOne._x = what.lastXpos; dupedOne._y = what.lastYpos; dupedOne._xscale = chosenSize; dupedOne._yscale = chosenSize; what.lastXpos = what._x; what.lastYpos = what._y; } } function rotate(what) { var _local1 = what; if (Key.isDown(39) || (Key.isDown(40))) { if (_local1.flymode == "normal") { _local1.gotoAndPlay("rotate down"); } if (_local1.flymode == "undodown") { _local1.gotoAndPlay(_local1._currentframe - 25); } if (_local1.flymode == "undoup") { _local1.rotatethru = true; } } if (Key.isDown(37) || (Key.isDown(38))) { if (_local1.flymode == "normal") { _local1.gotoAndPlay("rotate up"); } if (_local1.flymode == "undoup") { _local1.gotoAndPlay(_local1._currentframe - 33); } if (_local1.flymode == "undodown") { _local1.rotatethru = true; } } } function unrotate(what) { var _local1 = what; if (_local1.flymode == "bedown") { _local1.gotoAndPlay("goback down"); } if (_local1.flymode == "godown") { gotoFrame = 45 - (_local1._currentframe - 8); _local1.gotoAndPlay(gotoFrame); } if (_local1.flymode == "beup") { _local1.gotoAndPlay("goback up"); } if (_local1.flymode == "goup") { gotoFrame = 87 - (_local1._currentframe - 46); _local1.gotoAndPlay(gotoFrame); } } function cleanArray(input) { var _local1 = input; newarray = new Array(); _local1.sort(); l = 0; for (var _local2 in _local1) { if (_local1[_local2]._x) { newarray[++l] = _local1[_local2]; } } return(newarray); } function flickerOut() { for (index in theLetterArray) { currentLetter = eval ("letter_" + index); currentLetter.gotoAndPlay("dissolve"); } } function write(what, where) { var _local3 = what.toLowerCase(); var getLetter = ("letter_" + _local3); var _local2 = where.attachMovie(getLetter, "lettt", 50); var _local1 = _local2._width - 10; if (!_local1) { _local1 = 50; } return(_local1); } function type(theLetterString, lettersize) { var _local1 = theLetterString; var _local2 = lettersize; cleanStage(); lifebar.gotoAndStop(1); if (_local2 == undefined) { _local2 = "large"; } theLetterArray = new Array(); index = 0; while (index < _local1.length) { theLetterArray.push(_local1.charAt(index)); if (_local1.charCodeAt(index) == 13) { theLetterArray.push("#"); } index++; } _root.playTrigger.triggerThem(_local2); } function cleanStage() { for (index in theLetterArray) { var currentLetter = eval ("letter_" + index); currentLetter.removeMovieClip(); } } function popScore(score, targ) { var curPop = popNum.duplicateMovieClip("popNum_" + (++popNumCount), _root.heli.o++); var daPop = curPop; daPop._x = targ._x; daPop._y = targ._y; daPop.gotoAndPlay(5); var figureCount = 0; pos = 0; while (pos < score.length) { var _local3 = score.charAt(pos); var gotLetter = ("letter_" + _local3); var _local1 = daPop.holder.letter.duplicateMovieClip("letter_" + (++figureCount), _root.heli.o++); var _local2 = score.length * 35; _local1._x = (-_local2) + (pos * 70); _local1._y = -40; _local1.attachMovie(gotLetter, "newletter_" + figureCount, _root.heli.o++); pos++; } } spaceCorrection = Array(); spaceCorrection.a = -7; spaceCorrection.m = -5; spaceCorrection.h = -7; spaceCorrection.i = 5; spaceCorrection.q = -3; spaceCorrection.w = -10; spaceCorrection.$ = 7; spaceCorrection.k = -8; spaceCorrection[" "] = 50; spaceCorrectionSmall = Array(); spaceCorrectionSmall[" "] = 20; function delayInit() { _root.heli.init(); _root.hell.init(); clearInterval(delInterval); } function makeEnemy(which) { if (which == "tupolev") { var currentEnemy = tupolev.duplicateMovieClip("tupolev_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy._x = 560; currentEnemy._y = random(400); currentEnemy.destX = random(500); currentEnemy.destY = random(360) - 20; } if (which == "tornado") { var currentEnemy = tornado.duplicateMovieClip("tornado_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy._x = 560; currentEnemy._y = random(400); currentEnemy.destX = random(500); currentEnemy.destY = random(360) - 20; } if (which == "blackbird") { var currentEnemy = blackbird.duplicateMovieClip("blackbird_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy._x = 560; currentEnemy._y = random(400); currentEnemy.destX = random(500); currentEnemy.destY = random(360) - 20; } if (which == "jet1") { currentEnemy = jet1.duplicateMovieClip("jet1_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy._x = 560; currentEnemy._y = random(400); currentEnemy.destX = random(600); currentEnemy.destY = random(360) - 20; } if (which == "jet2") { var currentEnemy = jet2.duplicateMovieClip("jet2_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy.hitPoints = 40; currentEnemy._x = 560; currentEnemy._y = random(400); currentEnemy.destX = random(500); currentEnemy.destY = random(360) - 20; } if (which == "harrier") { countdown--; if (countdown <= 1) { randomnumber = random(2); randomY = random(400); countdown = random(5) + 3; } currentEnemy = harrier.duplicateMovieClip("harrier_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy._y = randomY; if (randomnumber == 1) { currentEnemy.direction = "left"; currentEnemy._x = 560; } else { currentEnemy.direction = "right"; currentEnemy._x = -20; } } if (which == "drone") { currentRootPos = _root.DivePos; if (_root.DivePos == "up") { randomY = 50; _root.DivePos = "down"; } else { randomY = 350; _root.DivePos = "up"; } var currentEnemy = drone.duplicateMovieClip("drone_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy.path = currentRootPos; currentEnemy._y = randomY; currentEnemy.direction = "left"; currentEnemy._x = 560; } if (which == "jet3") { if ((changeX++) >= 10) { changeX = 0; randomX = random(550); } if (!randomX) { randomX = random(550); } currentEnemy = jet3.duplicateMovieClip("jet3_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy._x = randomX; currentEnemy._y = -20; } if (which == "pillbox") { currentRootPos = _root.DivePos; pillbox.duplicateMovieClip("pillbox_" + (++enemyCount), heli.o++); var currentEnemy = eval ("pillbox_" + enemyCount); _root.enemies.push(currentEnemy); currentEnemy.path = currentRootPos; currentEnemy._y = 360; currentEnemy._x = 590; } if (which == "f100") { currentRootPos = _root.DivePos; if (_root.DivePos == "up") { randomY = 50; _root.DivePos = "down"; } else { randomY = 350; _root.DivePos = "up"; } var currentEnemy = f100.duplicateMovieClip("f100_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy.path = currentRootPos; currentEnemy._y = randomY; currentEnemy.direction = "left"; currentEnemy._x = 560; } if (which == "b2_bomber") { var currentEnemy = b2_bomber.duplicateMovieClip("b2_bomber_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy._x = 560; currentEnemy._y = random(400); currentEnemy.destX = random(500); currentEnemy.destY = random(360) - 20; } if (which == "jeep") { jeep.duplicateMovieClip("jeep_" + (++enemyCount), heli.o++); var currentEnemy = eval ("jeep_" + enemyCount); _root.enemies.push(currentEnemy); currentEnemy.path = currentRootPos; currentEnemy._y = 360; currentEnemy._x = random(20) + 560; } if (which == "missile_launcher") { var currentEnemy = missile_launcher.duplicateMovieClip("missile_launcher_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy.path = currentRootPos; currentEnemy._y = 360; currentEnemy._x = random(20) + 560; } if (which == "tank1") { tank1.duplicateMovieClip("tank1_" + (++enemyCount), heli.o++); var currentEnemy = eval ("tank1_" + enemyCount); _root.enemies.push(currentEnemy); currentEnemy.path = currentRootPos; currentEnemy._y = 360; currentEnemy._x = random(20) + 560; } if (which == "rocketsilo") { var currentEnemy = rocketsilo.duplicateMovieClip("rocketsilo_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy.path = currentRootPos; currentEnemy._y = 360; currentEnemy._x = random(20) + 560; } if (which == "patriot") { var currentEnemy = patriot.duplicateMovieClip("patriot_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy.path = currentRootPos; currentEnemy._y = 360; currentEnemy._x = random(20) + 560; } if (which == "v2_launcher") { var currentEnemy = v2_launcher.duplicateMovieClip("v2_launcher_" + (++enemyCount), heli.o++); _root.enemies.push(currentEnemy); currentEnemy.path = currentRootPos; currentEnemy._y = 360; currentEnemy._x = random(20) + 560; } } enemies = new Array(); wingmen = new Array(); goodies = new Array(); projectileArray = new Array(); upgrades.setSelectedIndex(0); pad.countthetime = null; landing = false; shots = 0; misses = 0; hits = 0; LaserDelay = 20; totalFTime = 0; totalFTime2 = 0; takedowns = 0; popNumCount = 0; laserIsCharged = false; goodieCount = 0; globaltime = 0; _root.gamePaused = false; mineCount = 0; delInterval = setInterval(delayInit, 1000); hadShieled = false; hadWingman = false; hadNuke = false; hadMines = false; hadPubgrade = false; hadHealth = false; hadGmis = false; hadCash = false; hadUmis = false; heli.o = 0; nuke.gotoAndStop(1); player.lock(); if (drawterrain) { terrain._visible = 1; } else { terrain._visible = 0; terrain.gotoAndStop("cleanframe"); } _root.globalmusic.playing = true; stop(); explosion_sound = new Sound(); explosion_sound.attachSound("explosion"); explosion_sound.setVolume(60); gun_sound = new Sound(); gun_sound.attachSound("shot"); gun_sound2 = new Sound(); gun_sound2.attachSound("gunshot2"); gun_sound3 = new Sound(); gun_sound3.attachSound("gunshot3"); disappear_sound = new Sound(); disappear_sound.attachSound("jump"); bounce_sound = new Sound(); bounce_sound.attachSound("bounce"); lowbeep_sound = new Sound(); lowbeep_sound.attachSound("lowbeep"); bee_beep_sound = new Sound(); bee_beep_sound.attachSound("bee_beep"); bee_beep_sound.setVolume(50); deploy_sound = new Sound(); deploy_sound.attachSound("deploy"); heli_sound = new Sound(); heli_sound.attachSound("helisound"); missile_sound = new Sound(); missile_sound.attachSound("missile"); fireburst_sound = new Sound(); fireburst_sound.attachSound("fireburst"); _root.createEmptyMovieClip("goingdown_mc", 90000); goingdown_sound = new Sound(goingdown_mc); goingdown_sound.attachSound("goingdown"); alarm_mc = _root.createEmptyMovieClip("xcxcvxcv", 98751); alarm_sound = new Sound(alarm_mc); alarm_sound.attachSound("alarm"); fly_sound = new Sound(); fly_sound.attachSound("helicopter_fly"); shield_sound = new Sound(); shield_sound.attachSound("powerup"); punch_sound = new Sound(); punch_sound.attachSound("metal punch"); nuke_sound = new Sound(); nuke_sound.attachSound("nukeblast"); sHit_sound = new Sound(); sHit_sound.attachSound("shield_hit"); snap_sound = new Sound(); snap_sound.attachSound("snap");
Instance of Symbol 1515 MovieClip "mushroom" in Frame 336
onClipEvent (load) { this.damage = 5000; if (this._name == "mushroom") { stop(); } } onClipEvent (enterFrame) { if (this._name != "mushroom") { _root.checkHit(this, true); } }
Instance of Symbol 1521 MovieClip "health" in Frame 336
onClipEvent (load) { gotoAndStop (435); }
Instance of Symbol 1530 MovieClip "hell" in Frame 336
onClipEvent (load) { function init() { date3 = new Date(); date4 = new Date(); start = date3.getTime(); _root.cue = Array(); } } onClipEvent (enterFrame) { if (!_root.gamePaused) { date4 = new Date(); now = date4.getTime(); thetime = _root.globaltime; } if ((thetime > 0) && (!playedWelcomeMessage)) { if (_root.campaignmode) { _root.type(("Mission " + _root.mission) + "#start!"); } else { _root.type("Mission#start!"); } playedWelcomeMessage = true; } if (thetime >= _root.totalduration) { _root.landing = true; countframes = true; _root.pad.play(); _root.pad.ani.play(); _root.totalduration = 99999 /* 0x01869F */; } if (!checkTime) { checkTime = _root.LDATAtimes.shift(); } if (thetime >= checkTime) { var releasedST = _root.LDATAtypes.shift(); if (releasedST.length >= 1) { var releasedAR = releasedST.split("|"); var i = 0; while (i < releasedAR.length) { _root.makeEnemy(releasedAR[i]); i++; } } checkTime = _root.LDATAtimes.shift(); } }
Instance of Symbol 1532 MovieClip "MGshots" in Frame 336
onClipEvent (load) { this.damage = 10; this.startX = this._x; checkme = 0; } onClipEvent (enterFrame) { if ((this._name != "MGshots") && (!_root.gamePaused)) { this._x = this._x + moveX; this._y = this._y + moveY; if ((checkme++) >= 1) { checkme = 0; _root.checkHit(this); } if (this._x >= (startX + 350)) { this.removeMovieClip(); } if ((this._x >= 550) || (this._x <= 0)) { _root.bulletCount--; this.removeMovieClip(); } } }
Instance of Symbol 1538 MovieClip "missile" in Frame 336
onClipEvent (load) { this.damage = 80; } onClipEvent (enterFrame) { if ((this._name != "missile") && (!_root.gamePaused)) { _root.moveMissile(this, 200, 100); if (this._x >= 600) { this.removeMovieClip(); } } }
Instance of Symbol 1547 MovieClip "tupolev" in Frame 336
onClipEvent (load) { movehow = "random"; weapon = "MG"; reload = 10; hitPoints = 20; checkCol = 0; if (this._name == "tupolev") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "tupolev") { _root.enemyShoot(weapon, this); if ((framesCount++) >= 200) { moveHow = "zipoff"; } _root.moveEnemy(this, moveHow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } } }
Instance of Symbol 1562 MovieClip "jet2" in Frame 336
onClipEvent (load) { reload = 10; movehow = "getY"; weapon = "MG"; hitPoints = 20; checkCol = 0; if (this._name == "jet2") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "jet2") { _root.moveEnemy(this, movehow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } _root.enemyShoot(weapon, this); } }
Instance of Symbol 1565 MovieClip "tornado" in Frame 336
onClipEvent (load) { reload = 150; moveHow = "getY_stayright"; hitPoints = 60; weapon = "multishot"; checkCol = 0; if (this._name == "tornado") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "tornado") { _root.enemyShoot(weapon, this); _root.moveEnemy(this, moveHow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } } }
Instance of Symbol 1568 MovieClip "jet1" in Frame 336
onClipEvent (load) { movehow = "random"; weapon = "bolt"; reload = 100; hitPoints = 40; checkCol = 0; if (this._name == "jet1") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "jet1") { framesSinceLastShot++; _root.enemyShoot(weapon, this); _root.moveEnemy(this, movehow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } } }
Instance of Symbol 1571 MovieClip "blackbird" in Frame 336
onClipEvent (load) { movehow = "speedin"; weapon = "ball"; reload = 40; hitPoints = 20; checkCol = 0; if (this._name == "blackbird") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "blackbird") { _root.moveEnemy(this, movehow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } _root.enemyShoot(weapon, this); } }
Instance of Symbol 1574 MovieClip "harrier" in Frame 336
onClipEvent (load) { weapon = "fireball"; movehow = "sine"; reload = 150; hitPoints = 20; checkCol = 0; if (this._name == "harrier") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "harrier") { _root.moveEnemy(this, movehow, direction); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } _root.enemyShoot(weapon, this); } }
Instance of Symbol 1575 MovieClip "weapon_MG" in Frame 336
onClipEvent (load) { this.damage = 10; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (this._name != "weapon_MG")) { this._x = this._x - moveX; if ((this._x <= -10) || (this._x >= 550)) { this.removeMovieClip(); } if (this._x >= _root.heli._x) { _root.enemyCheckHit(this); } } }
Instance of Symbol 1577 MovieClip "missile_unguided" in Frame 336
onClipEvent (load) { this.damage = 80; checkme = 0; } onClipEvent (enterFrame) { if ((this._name != "missile_unguided") && (!_root.gamePaused)) { this._x = this._x + 8; _root.makeSmoke(this); if ((checkme++) >= 1) { checkme = 0; _root.checkHit(this); } if (this._x >= 550) { this.removeMovieClip(); } } }
Instance of Symbol 1579 MovieClip "weapon_fireball" in Frame 336
onClipEvent (load) { this.damage = 20; this.destX = _root.heli._x + 20; this.destY = _root.heli._y + 20; this.z = this.destX - this._x; this.r = this.destY - this._y; this.a = z; this.b = r; this.e = this.z / this.r; this.k = Math.atan(this.e); this.g = (this.k * 180) / Math.PI; this._rotation = this.g; if (this.destY > this._y) { this._rotation = 90 - this._rotation; } else if (this.destY < this._y) { this._rotation = 180 - (this._rotation - 90); } this.g = this._rotation * 0.01745; this.z = Math.cos(this.g); this.n = Math.sin(this.g); if ((((this._x >= (this.destX - 40)) && (this._x <= (this.destX + 40))) && (this._y >= (this.destY - 30))) && (this._y <= (this.destY + 30))) { this.play(); explode(this.seek); } } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this._name != "weapon_fireball") { this._x = this._x + (this.z * 10); this._y = this._y + (this.n * 10); _root.enemyCheckHit(this); if ((((this._x >= 550) || (this._x <= 0)) || (this._y < 0)) || (this._y > 360)) { _root.bulletCount--; this.removeMovieClip(); } } } }
Instance of Symbol 1577 MovieClip "weapon_rocket" in Frame 336
onClipEvent (load) { this.damage = 40; this.destX = _root.heli._x + 20; this.destY = _root.heli._y + 20; this.z = this.destX - this._x; this.r = this.destY - this._y; this.a = z; this.b = r; this.e = this.z / this.r; this.k = Math.atan(this.e); this.g = (this.k * 180) / Math.PI; this._rotation = this.g; if (this.destY > this._y) { this._rotation = 90 - this._rotation; } else if (this.destY < this._y) { this._rotation = 180 - (this._rotation - 90); } this.g = this._rotation * 0.01745; this.z = Math.cos(this.g); this.n = Math.sin(this.g); if ((((this._x >= (this.destX - 40)) && (this._x <= (this.destX + 40))) && (this._y >= (this.destY - 30))) && (this._y <= (this.destY + 30))) { this.play(); explode(this.seek); } } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this._name != "weapon_rocket") { _root.makeSmoke(this); this._x = this._x + (this.z * 10); this._y = this._y + (this.n * 10); _root.enemyCheckHit(this); if ((((this._x >= 560) || (this._x <= 0)) || (this._y < 0)) || (this._y > 360)) { _root.bulletCount--; this.removeMovieClip(); } } } }
Instance of Symbol 1582 MovieClip "drone" in Frame 336
onClipEvent (load) { movehow = "kamikaze"; hitPoints = 20; checkCol = 0; if (this._name == "drone") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "drone") { if (this._x <= 400) { movehow = movehow; } _root.moveEnemy(this, movehow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } } }
Instance of Symbol 1585 MovieClip "jet3" in Frame 336
onClipEvent (load) { reload = 40; moveHow = "loop"; thex = -10; startPosX = this._x; startPosY = this._y; driftX = (random(50) - 25) / 25; driftY = (random(50) - 25) / 25; randomNum = random(5); weopon = "fireball"; hitPoints = 20; checkCol = 0; if (this._name == "jet3") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "jet3") { if (!_root.gamePaused) { if ((frameCounter++) >= 95) { moveHow = "zipoff"; } } _root.moveEnemy(this, moveHow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } _root.enemyShoot(weapon, this); } }
Instance of Symbol 1579 MovieClip "weapon_fireball_slow" in Frame 336
onClipEvent (load) { this.damage = 30; this.destX = _root.heli._x + 20; this.destY = _root.heli._y + 20; this.z = this.destX - this._x; this.r = this.destY - this._y; this.a = z; this.b = r; this.e = this.z / this.r; this.k = Math.atan(this.e); this.g = (this.k * 180) / Math.PI; this._rotation = this.g; if (this.destY > this._y) { this._rotation = 90 - this._rotation; } else if (this.destY < this._y) { this._rotation = 180 - (this._rotation - 90); } this.g = this._rotation * 0.01745; this.z = Math.cos(this.g); this.n = Math.sin(this.g); if ((((this._x >= (this.destX - 40)) && (this._x <= (this.destX + 40))) && (this._y >= (this.destY - 30))) && (this._y <= (this.destY + 30))) { this.play(); explode(this.seek); } } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this._name != "weapon_fireball_slow") { this._x = this._x + (this.z * 5); this._y = this._y + (this.n * 5); _root.enemyCheckHit(this); if ((((this._x >= 550) || (this._x <= 0)) || (this._y < 0)) || (this._y > 360)) { _root.bulletCount--; this.removeMovieClip(); } } } }
Instance of Symbol 1588 MovieClip "f100" in Frame 336
onClipEvent (load) { movehow = "random"; weapon = "bolt"; reload = 40; hitPoints = 40; checkCol = 0; if (this._name == "f100") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "f100") { _root.enemyShoot(weapon, this); _root.moveEnemy(this, movehow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } } }
Instance of Symbol 1594 MovieClip "tank1" in Frame 336
onClipEvent (load) { movehow = "vehicle_random"; weapon = "rocket"; reload = 50; hitPoints = 150; checkCol = 0; if (this._name == "tank1") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "tank1") { _root.moveEnemy(this, movehow); _root.enemyShoot(weapon, this); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } } }
Instance of Symbol 1603 MovieClip "jeep" in Frame 336
onClipEvent (load) { movehow = "vehicle_random"; weapon = "MG_aimed"; reload = 20; hitPoints = 30; checkCol = 0; if (this._name == "jeep") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "jeep") { if ((framesCount++) >= 200) { moveHow = "zipoff"; } _root.moveEnemy(this, moveHow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } _root.enemyShoot(weapon, this); } }
Instance of Symbol 1575 MovieClip "weapon_MG_aimed" in Frame 336
onClipEvent (load) { this.damage = 10; this.destX = _root.heli._x + 20; this.destY = _root.heli._y + 20; this.z = this.destX - this._x; this.r = this.destY - this._y; this.a = z; this.b = r; this.e = this.z / this.r; this.k = Math.atan(this.e); this.g = (this.k * 180) / Math.PI; this._rotation = this.g; if (this.destY > this._y) { this._rotation = 90 - this._rotation; } else if (this.destY < this._y) { this._rotation = 180 - (this._rotation - 90); } this.g = this._rotation * 0.01745; this.z = Math.cos(this.g); this.n = Math.sin(this.g); if ((((this._x >= (this.destX - 40)) && (this._x <= (this.destX + 40))) && (this._y >= (this.destY - 30))) && (this._y <= (this.destY + 30))) { this.play(); explode(this.seek); } } onClipEvent (enterFrame) { if (this._name != "weapon_MG_aimed") { if (!_root.gamePaused) { this._x = this._x + (this.z * 10); this._y = this._y + (this.n * 10); _root.enemyCheckHit(this); if ((((this._x >= 550) || (this._x <= 0)) || (this._y < 0)) || (this._y > 360)) { _root.bulletCount--; this.removeMovieClip(); } } } }
Instance of Symbol 1605 MovieClip "weapon_ball" in Frame 336
onClipEvent (load) { this.damage = 30; framesSinceLastCheck = 10; } onClipEvent (enterFrame) { if (this._name != "weapon_ball") { if (!_root.gamePaused) { framesSinceLastCheck = 0; this.destX = _root.heli._x; this.destY = _root.heli._y; if (!this.destX) { this.destX = 500; } if (!this.destY) { this.destY = -50; } this.z = this.destX - this._x; this.r = this.destY - this._y; this.a = this.z; this.b = this.r; this.e = this.z / this.r; this.k = Math.atan(this.e); this.g = (this.k * 180) / Math.PI; this._rotation = this.g; if (this.destY > this._y) { this._rotation = 90 - this._rotation; } else if (this.destY < this._y) { this._rotation = 180 - (this._rotation - 90); } if ((framesAlive++) >= 200) { this.removeMovieClip(); } _root.moveEnemy(this, "kamikaze"); _root.enemyCheckHit(this); } } }
Instance of Symbol 1608 MovieClip "b2_bomber" in Frame 336
onClipEvent (load) { movehow = "getY_stayright"; weapon = "doubleball"; reload = 80; hitPoints = 170; checkCol = 0; if (this._name == "b2_bomber") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "b2_bomber") { if ((framesCount++) >= 400) { moveHow = "zipoff"; } if ((((this._x > (_root.heli._x + 40)) && (this._y <= (_root.heli._y + 20))) && (this._y >= (_root.heli._y - 20))) || (random(20) == 2)) { _root.enemyShoot(weapon, this); } _root.moveEnemy(this, moveHow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } } }
Instance of Symbol 1611 MovieClip "missile_launcher" in Frame 336
onClipEvent (load) { movehow = "vehicle_random"; weapon = "doublerocket"; reload = 100; hitPoints = 70; checkCol = 0; if (this._name == "missile_launcher") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "missile_launcher") { _root.moveEnemy(this, movehow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } _root.enemyShoot(this.weapon, this); } }
Instance of Symbol 1643 MovieClip "mine" in Frame 336
onClipEvent (load) { this.damage = 50; checkme = 0; if (this._name == "mine") { stop(); } } onClipEvent (enterFrame) { if (this._name != "mine") { if ((checkme++) >= 1) { checkme = 0; _root.checkHit(this); } } }
Instance of Symbol 1648 MovieClip "pad" in Frame 336
onClipEvent (enterFrame) { if (_root.landing) { if (this.hitTest(_root.heli)) { countthetime++; if (countthetime >= 140) { _root.killAll(); _root.type(" "); _root.jukebox.currentsong.setVolume(100); _root.gotoAndStop("win", 1); countthetime = 0; } } } if (this._currentframe >= 20) { _root.terrain.stop(); _root.ground.stop(); destY = this._y - 200; destX = this._x - 200; if (_root.heli._y > destY) { moveY = moveY - 0.2; } if (_root.heli._y < destY) { moveY = moveY + 0.2; } if (_root.heli._x > destX) { moveX = moveX - 0.2; } if (_root.heli._x < destX) { moveX = moveX + 0.2; } if (moveX >= 4) { moveX = 4; } if (moveX <= -4) { moveX = -4; } if (moveY >= 4) { moveY = 4; } if (moveY <= -4) { moveY = -4; } if ((_root.heli._x >= 460) && (_root.heli._y <= 350)) { if (_root.heli._currentframe <= 85) { _root.heli.gotoAndPlay("land"); _root.heli_sound.start(); } _root.heli._x = 460; _root.shaker.stop(); _root.heli._y = _root.heli._y + 2; if (_root.heli._y > 235) { _root.heli._y = 235; } } else { _root.heli._x = _root.heli._x + moveX; _root.heli._y = _root.heli._y + moveY; } } }
Instance of Symbol 1904 MovieClip "heli" in Frame 336
onClipEvent (load) { function checkForOtherWeapon() { var _local1 = _root; mis1_mt = false; mis2_mt = false; if (_local1.sec_weapon_indc.guided_pool > 0) { _local1.secondary.setSelectedIndex(3, false); _local1.sec_weapon_indc.gotoAndStop(3); mis1_mt = true; } if (_local1.sec_weapon_indc.nuke_pool > 0) { _local1.secondary.setSelectedIndex(4, false); _local1.sec_weapon_indc.gotoAndStop(4); } if (_local1.sec_weapon_indc.mines_pool > 0) { _local1.secondary.setSelectedIndex(2, false); _local1.sec_weapon_indc.gotoAndStop(2); } if (_local1.sec_weapon_indc.unguided_pool > 0) { _local1.secondary.setSelectedIndex(1, false); _local1.sec_weapon_indc.gotoAndStop(1); mis2_mt = true; } if (mis1_mt && (mis2_mt)) { _local1.heli.rocketlauncher.gotoAndPlay("in"); } } function init() { keyIsDown = Key.isDown; keyL = 37; keyR = 39; keyU = 38; keyD = 40; blockKeys = false; maxspeed = 5; o = 0; hitPoints = 200; checkLifeIn = 0; } } onClipEvent (keyDown) { if (((!_root.landing) && (this._rotation == 0)) && (!_root.gamePaused)) { _root.rotate(this); if (keyIsDown(keyR)) { if (this.moveX <= 1) { this.moveX = 3; } if (moveX <= maxspeed) { slowdownX = false; slowdownY = false; this.moveX = this.moveX * 3; } lastkey = "right"; } if (keyIsDown(keyU)) { if (moveY >= (-maxspeed)) { if (this.moveY > -1) { this.moveY = -3; } this.moveY = this.moveY * 3; slowdownX = false; slowdownY = false; } lastkey = "up"; } if (keyIsDown(keyL)) { if (this.moveX >= -1) { this.moveX = -3; } if (moveX >= (-maxspeed)) { slowdownX = false; slowdownY = false; this.moveX = this.moveX * 3; } lastkey = "left"; } if (keyIsDown(keyD)) { if (this.moveY < 1) { this.moveY = 3; } if (moveY <= maxspeed) { slowdownY = false; slowdownX = false; this.moveY = this.moveY * 3; } lastkey = "down"; } } } onClipEvent (enterFrame) { _root.framesSinceLastExplosion++; if (shielded) { _root.shield._x = this._x; _root.shield._y = this._y; } if (!_root.landing) { if ((_root.globaltime * 60) > 2) { living = _root.checkAlive(this); } if (living) { if (this._rotation == 0) { if (Key.isDown(17) && (!_root.gamePaused)) { if (framesSinceLastSecondaryShot >= 10) { if ((_root.secondary.getValue() == "mis1") && (_root.sec_weapon_indc.unguided_pool > 0)) { _root.sec_weapon_indc.unguided_pool--; if (heli.rl == "in") { _root.heli.rocketlauncher.gotoAndPlay("out"); } rocketlauncher.flash.play(); currentProjectile = _root.missile_unguided.duplicateMovieClip("projectile_" + (++projectileCount), o++); currentProjectile.moveX = 15; currentProjectile._x = this._x + 40; currentProjectile._y = this._y + 25; _root.projectileArray.push(currentProjectile); _root.missile_sound.start(); _root.shots++; if (_root.sec_weapon_indc.unguided_pool == 0) { checkForOtherWeapon(); } } if ((_root.secondary.getValue() == "nuke") && (_root.sec_weapon_indc.nuke_pool > 0)) { _root.sec_weapon_indc.nuke_pool--; currentProjectile = _root.nuke.duplicateMovieClip("projectile_" + (++projectileCount), o++); currentProjectile.gotoAndPlay(2); currentProjectile.moveX = 15; currentProjectile._x = this._x - 10; currentProjectile._y = this._y + 20; _root.projectileArray.push(currentProjectile); _root.goingdown_sound.start(); _root.shots++; if (_root.sec_weapon_indc.nuke_pool == 0) { checkForOtherWeapon(); } } if ((_root.secondary.getValue() == "mine") && (_root.sec_weapon_indc.mines_pool > 0)) { _root.sec_weapon_indc.mines_pool--; currentmine = _root.mine.duplicateMovieClip("mine_" + (++_root.mineCount), o++); currentmine._x = this._x; currentmine._y = this._y; _root.projectileArray.push(currentmine); _root.deploy_sound.start(); _root.shots++; if (_root.sec_weapon_indc.mines_pool == 0) { checkForOtherWeapon(); } } if ((_root.secondary.getValue() == "mis2") && (_root.sec_weapon_indc.guided_pool > 0)) { _root.sec_weapon_indc.guided_pool--; _root.missile_sound.start(); if (heli.rl == "in") { _root.heli.rocketlauncher.gotoAndPlay("out"); } rocketlauncher.flash.play(); currentMi = _root.missile.duplicateMovieClip("homingMissile_" + (++_root.missileCount), o++); currentMi._x = this._x + 30; currentMi._y = this._y + 25; currentMi.initSpeed = 5; currentMi.initAngle = 0; currentMi.step = 0; _root.projectileArray.push(currentMi); currentMi.initXoffset = currentMi.destX - currentMi._x; currentMi.initYoffset = currentMi.destY - currentMi._y; _root.shots++; if (_root.sec_weapon_indc.guided_pool == 0) { checkForOtherWeapon(); } } framesSinceLastSecondaryShot = 0; } } } if (Key.isDown(32) && (!_root.gamePaused)) { if (_root.laserIsCharged) { _root.laser._x = this._x + 550; _root.laser._y = this._y + 20; _root.laser.gotoAndPlay(1); _root.bounce_sound.start(); _root.laserEnabler.gotoAndPlay(1); _root.heli.lasergun.gotoAndPlay("retract"); laserprotect = 0; _root.laserIsCharged = false; } else { laserprotect++; if ((laserprotect >= 10) && (framesSinceLastShot >= 5)) { _root.shoot(); framesSinceLastShot = 0; } } } } } if (!_root.landing) { framesSinceLastShot++; framesSinceLastSecondaryShot++; if (slowdownX || (slowdownY)) { this.moveY = this.moveY / 1.2; this.moveX = this.moveX / 1.2; if ((this.moveX <= 1) && (this.moveX >= -1)) { this.moveX = 0; slowdownX = false; } if ((this.moveY <= 1) && (this.moveY >= -1)) { this.moveY = 0; slowdownY = false; } } this._x = this._x + int(this.moveX); this._y = this._y + int(this.moveY); if (this._x > 510) { this._x = 510; } if (this._x < 50) { this._x = 50; } if (this._y > 350) { this._y = 350; } if (this._y < 10) { this._y = 10; } } } onClipEvent (keyUp) { if (!spaceprotect) { _root.unrotate(this); } spaceprotect = false; if ((((!Key.isDown(40)) && (!Key.isDown(39))) && (!Key.isDown(37))) && (!Key.isDown(38))) { if (lastkey != "space") { slowdownX = true; slowdownY = true; } } }
Instance of Symbol 1906 MovieClip "firebolt" in Frame 336
onClipEvent (load) { this.damage = 20; this.startX = this._x; checkme = 0; } onClipEvent (enterFrame) { if ((this._name != "firebolt") && (!_root.gamePaused)) { this._x = this._x + moveX; this._y = this._y + moveY; if ((checkme++) >= 1) { checkme = 0; _root.checkHit(this); } if (this._x >= (startX + 350)) { this.removeMovieClip(); } if ((this._x >= 560) || (this._x <= 0)) { _root.bulletCount--; this.removeMovieClip(); } } }
Instance of Symbol 1915 MovieClip "laserEnabler" in Frame 336
onClipEvent (enterFrame) { if ((!_root.gamePaused) && (!_root.landing)) { frameCount++; if ((frameCount >= _root.LaserDelay) && (!_root.laserIsCharged)) { this.gotoAndStop(this._currentframe + 1); frameCount = 0; this._alpha = 100; if (this._currentframe == 8) { _root.laserIsCharged = true; _root.type("Laser Cannon 100% charged!", "small"); if (_root.heli.rl == "in") { _root.heli.lasergun.gotoAndPlay("expand"); } } } } if (this._currentframe == 8) { this._alpha = _root.theFlicker2.flick._alpha; } }
Instance of Symbol 1922 MovieClip "laser" in Frame 336
onClipEvent (load) { this.damage = 5000; } onClipEvent (enterFrame) { if ((this._currentframe >= 2) && (!_root.gamePaused)) { _root.checkHit(this); } }
Instance of Symbol 751 MovieClip [FComboBoxSymbol] "upgrades" in Frame 336
//component parameters onClipEvent (initialize) { editable = false; labels = []; labels[0] = "Basic MG"; labels[1] = "Double MG"; labels[2] = "Super MG"; labels[3] = "Double Super MG"; labels[4] = "Double MG + Rearfire"; labels[5] = "Double MG + Rearfire + Fireball"; labels[6] = "Multi MG + Rearfire + Fireball"; data = []; data[0] = "Basic MG"; data[1] = "Double MG"; data[2] = "Super MG"; data[3] = "Double Super MG"; data[4] = "Double MG + Rearfire"; data[5] = "Double MG + Rearfire + Fireball"; data[6] = "Multi MG + Rearfire + Fireball"; rowCount = 8; changeHandler = ""; }
Instance of Symbol 751 MovieClip [FComboBoxSymbol] "secondary" in Frame 336
//component parameters onClipEvent (initialize) { editable = false; labels = []; labels[0] = "Nothing"; labels[1] = "Unguided Missile"; labels[2] = "Air Mines"; labels[3] = "Guided Missile"; labels[4] = "Nuke"; data = []; data[0] = 0; data[1] = "mis1"; data[2] = "mine"; data[3] = "mis2"; data[4] = "nuke"; rowCount = 8; changeHandler = ""; }
Instance of Symbol 1931 MovieClip "nuke" in Frame 336
onClipEvent (load) { this.startX = this._x; if ((this._name == "nuke") && (!_root.gamePaused)) { stop(); } }
Instance of Symbol 1933 MovieClip "scoreboard" in Frame 336
onClipEvent (load) { function write(what) { createTextField("my_txt", 99999, 0, 0, 250, 50); my_txt._quality("BEST"); my_txt.multiline = true; my_txt.text = what; my_txt.selectable = false; my_txt.wordWrap = true; my_txt.embedFonts = true; my_fmt = new TextFormat(); my_fmt.font = "starfont"; my_fmt.size = 28; my_fmt.color = "0xFFFFFF"; my_txt.setTextFormat(my_fmt); } function score(points) { oldscore = int(my_txt.text); newscore = oldscore + int(points); write(newscore); _root.score = newscore; this.gotoAndPlay(1); } write(0); }
Instance of Symbol 2023 MovieClip "rocketsilo" in Frame 336
onClipEvent (load) { weapon = "rocket"; reload = 50; hitPoints = 80; checkCol = 0; if (this._name == "rocketsilo") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "rocketsilo") { if (!_root.gamePaused) { this._x = this._x - 2; } if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } if (this._currentframe == 93) { _root.enemyShoot(this.weapon, this); } if (this._x <= -20) { this._x = 0; _root.enemies = _root.cleanArray(enemies); this.removeMovieClip(); } } }
Instance of Symbol 2026 MovieClip "goodie_shield" in Frame 336
onClipEvent (load) { moveX = random(10) - 5; moveY = random(10) - 5; } onClipEvent (enterFrame) { if (this._x >= -10) { if (!_root.gamePaused) { this._x = this._x + moveX; this._y = this._y + moveY; } if (this.hitTest(_root.heli) && (!_root.landing)) { _root.heli.shielded = true; _root.shield.hitPoints = 75; _root.shield.gotoAndPlay("loop"); _root.shield.gotoAndPlay(1); _root.shield_sound.start(); if (_root.drawannouncements) { if (!_root.hadShieled) { _root.flash_display.gotoAndPlay("shield"); _root.hadShieled = true; } else { _root.type("Pickup: Shield", "small"); _root.snap_sound.start(); } } this.removeMovieClip(); } if (this._x < 0) { this._x = 10; moveX = moveX * -1; } if (this._x > 550) { this._x = 550; moveX = moveX * -1; } if (this._y < 0) { this._y = 10; moveY = moveY * -1; } if (this._y > 400) { this._y = 400; moveY = moveY * -1; } } }
Instance of Symbol 2029 MovieClip "goodie_mines" in Frame 336
onClipEvent (load) { moveX = random(5) - 2.5; moveY = random(5) - 2.5; } onClipEvent (enterFrame) { if (this._x >= -10) { if (!_root.gamePaused) { this._x = this._x + moveX; this._y = this._y + moveY; } if (this.hitTest(_root.heli) && (!_root.landing)) { _root.sec_weapon_indc.gotoAndStop(2); _root.sec_weapon_indc.mines_pool = int(_root.sec_weapon_indc.mines_pool) + 10; _root.secondary.setSelectedIndex(2, false); if (_root.drawannouncements) { if (!_root.hadMines) { _root.flash_display.gotoAndPlay("mines"); _root.hadMines = true; } else { _root.type("Pickup: Air Mines", "small"); _root.snap_sound.start(); } } _root.heli.rocketlauncher.gotoAndPlay("in"); this.removeMovieClip(); } if (this._x < 0) { this._x = 10; moveX = moveX * -1; } if (this._x > 550) { this._x = 550; moveX = moveX * -1; } if (this._y < 0) { this._y = 10; moveY = moveY * -1; } if (this._y > 400) { this._y = 400; moveY = moveY * -1; } } }
Instance of Symbol 2032 MovieClip "goodie_wingman" in Frame 336
onClipEvent (load) { moveX = random(5) - 2.5; moveY = random(5) - 2.5; } onClipEvent (enterFrame) { if (this._x >= -10) { if (!_root.gamePaused) { this._x = this._x + moveX; this._y = this._y + moveY; } if (this.hitTest(_root.heli) && (!_root.landing)) { if (!_root.hadWingman) { currentwingman = _root.wingman.duplicateMovieClip("wingman_" + (wingmenCount++), _root.heli.o++); _root.flicker(currentwingman); _root.wingmen.push(currentwingman); sort(_root.wingmen); if (_root.drawannouncements) { if (!_root.hadWingman) { _root.flash_display.gotoAndPlay("wingman"); _root.hadWingman = true; } else { _root.type("Pickup: Wingman", "small"); _root.snap_sound.start(); } } } this.removeMovieClip(); } if (this._x < 0) { this._x = 10; moveX = moveX * -1; } if (this._x > 550) { this._x = 550; moveX = moveX * -1; } if (this._y < 0) { this._y = 10; moveY = moveY * -1; } if (this._y > 400) { this._y = 400; moveY = moveY * -1; } } }
Instance of Symbol 2035 MovieClip "goodie_primary_upgrade" in Frame 336
onClipEvent (load) { moveX = random(5) - 2.5; moveY = random(5) - 2.5; } onClipEvent (enterFrame) { if (this._x >= -10) { if (!_root.gamePaused) { this._x = this._x + moveX; this._y = this._y + moveY; } if (this.hitTest(_root.heli) && (!_root.landing)) { _root.upgrades.setSelectedIndex(_root.upgrades.getSelectedIndex() + 1, false); if (_root.drawannouncements) { if (!_root.hadPubgrade) { _root.flash_display.gotoAndPlay("double mg"); _root.hadPubgrade = true; } else { _root.type("Pickup: Primary weapon upgrade", "small"); _root.snap_sound.start(); } } this.removeMovieClip(); } if (this._x < 0) { this._x = 10; moveX = moveX * -1; } if (this._x > 550) { this._x = 550; moveX = moveX * -1; } if (this._y < 0) { this._y = 10; moveY = moveY * -1; } if (this._y > 400) { this._y = 400; moveY = moveY * -1; } } }
Instance of Symbol 2038 MovieClip "goodie_cash" in Frame 336
onClipEvent (load) { moveX = random(5) - 2.5; moveY = random(5) - 2.5; } onClipEvent (enterFrame) { if (this._x >= -10) { if (!_root.gamePaused) { this._x = this._x + moveX; this._y = this._y + moveY; } if (this.hitTest(_root.heli) && (!_root.landing)) { _root.scoreboard.score(750); if (_root.drawannouncements) { if (!_root.hadCash) { _root.flash_display.gotoAndPlay("cash"); _root.hadCash = true; } else { _root.type("You got bonus Points", "small"); _root.snap_sound.start(); } } this.removeMovieClip(); } if (this._x < 0) { this._x = 10; moveX = moveX * -1; } if (this._x > 550) { this._x = 550; moveX = moveX * -1; } if (this._y < 0) { this._y = 10; moveY = moveY * -1; } if (this._y > 400) { this._y = 400; moveY = moveY * -1; } } }
Instance of Symbol 2041 MovieClip "goodie_nuke" in Frame 336
onClipEvent (load) { moveX = random(5) - 2.5; moveY = random(5) - 2.5; } onClipEvent (enterFrame) { if (this._x >= -10) { if (!_root.gamePaused) { this._x = this._x + moveX; this._y = this._y + moveY; } if (this.hitTest(_root.heli) && (!_root.landing)) { _root.sec_weapon_indc.gotoAndStop(4); _root.sec_weapon_indc.nuke_pool = int(_root.sec_weapon_indc.nuke_pool) + 1; _root.secondary.setSelectedIndex(4, false); if (_root.drawannouncements) { if (!_root.hadNuke) { _root.flash_display.gotoAndPlay("nuke"); _root.hadNuke = true; } else { _root.type("Pickup: Nuclear Bomb", "small"); _root.snap_sound.start(); } } _root.heli.rocketlauncher.gotoAndPlay("in"); this.removeMovieClip(); } if (this._x < 0) { this._x = 10; moveX = moveX * -1; } if (this._x > 550) { this._x = 550; moveX = moveX * -1; } if (this._y < 0) { this._y = 10; moveY = moveY * -1; } if (this._y > 400) { this._y = 400; moveY = moveY * -1; } } }
Instance of Symbol 2044 MovieClip "goodie_health" in Frame 336
onClipEvent (load) { moveX = random(5) - 2.5; moveY = random(5) - 2.5; } onClipEvent (enterFrame) { if (this._x >= -10) { if (!_root.gamePaused) { this._x = this._x + moveX; this._y = this._y + moveY; } if (this.hitTest(_root.heli) && (!_root.landing)) { _root.heli.hitPoints = _root.heli.hitPoints + 70; _root.updateHealthDisplay(); _root.alarm_sound.stop(); _root.alarmplaying = false; if (_root.drawannouncements) { if (!_root.hadHealth) { _root.flash_display.gotoAndPlay("health"); _root.hadHealth = true; } else { _root.type("Pickup: Health", "small"); _root.snap_sound.start(); } } this.removeMovieClip(); } if (this._x < 0) { this._x = 10; moveX = moveX * -1; } if (this._x > 550) { this._x = 550; moveX = moveX * -1; } if (this._y < 0) { this._y = 10; moveY = moveY * -1; } if (this._y > 400) { this._y = 400; moveY = moveY * -1; } } }
Instance of Symbol 2047 MovieClip "goodie_unguided_missiles" in Frame 336
onClipEvent (load) { moveX = random(5) - 2.5; moveY = random(5) - 2.5; } onClipEvent (enterFrame) { if (this._x >= -10) { if (!_root.gamePaused) { this._x = this._x + moveX; this._y = this._y + moveY; } if (this.hitTest(_root.heli) && (!_root.landing)) { _root.sec_weapon_indc.gotoAndStop(1); _root.sec_weapon_indc.unguided_pool = int(_root.sec_weapon_indc.unguided_pool) + 20; _root.secondary.setSelectedIndex(1, false); if (_root.drawannouncements) { if (!_root.hadUmis) { _root.flash_display.gotoAndPlay("u missiles"); _root.hadUmis = true; } else { _root.type("Pickup: Unguided Missiles", "small"); _root.snap_sound.start(); } } _root.heli.rocketlauncher.gotoAndPlay("out"); this.removeMovieClip(); } if (this._x < 0) { this._x = 10; moveX = moveX * -1; } if (this._x > 550) { this._x = 550; moveX = moveX * -1; } if (this._y < 0) { this._y = 10; moveY = moveY * -1; } if (this._y > 400) { this._y = 400; moveY = moveY * -1; } } }
Instance of Symbol 2050 MovieClip "goodie_guided_missiles" in Frame 336
onClipEvent (load) { moveX = random(5) - 2.5; moveY = random(5) - 2.5; } onClipEvent (enterFrame) { if (this._x >= -10) { if (!_root.gamePaused) { this._x = this._x + moveX; this._y = this._y + moveY; } if (this.hitTest(_root.heli) && (!_root.landing)) { _root.sec_weapon_indc.gotoAndStop(3); _root.sec_weapon_indc.guided_pool = int(_root.sec_weapon_indc.guided_pool) + 20; _root.secondary.setSelectedIndex(3, false); _root.heli.rocketlauncher.gotoAndPlay("out"); if (_root.drawannouncements) { if (!_root.hadGmis) { _root.flash_display.gotoAndPlay("g missiles"); _root.hadGmis = true; } else { _root.type("Pickup: Guided Missiles", "small"); _root.snap_sound.start(); } } this.removeMovieClip(); } if (this._x < 0) { this._x = 10; moveX = moveX * -1; } if (this._x > 550) { this._x = 550; moveX = moveX * -1; } if (this._y < 0) { this._y = 10; moveY = moveY * -1; } if (this._y > 400) { this._y = 400; moveY = moveY * -1; } } }
Instance of Symbol 1532 MovieClip "wingman_shots" in Frame 336
onClipEvent (load) { this.damage = 10; this.startX = this._x; checkme = 0; } onClipEvent (enterFrame) { if ((this._name != "wingman_shots") && (!_root.gamePaused)) { this._x = this._x + moveX; this._y = this._y + moveY; if ((checkme++) >= 1) { checkme = 0; _root.checkHit(this); } if ((this._x >= 550) || (this._x <= 0)) { _root.bulletCount--; this.removeMovieClip(); } } }
Instance of Symbol 2053 MovieClip "playTrigger" in Frame 336
onClipEvent (load) { function triggerThem(lettersize) { _root.letterCount = 0; playin = true; letterIndex = -1; if (lettersize == "large") { lineOffset = 150; totalWidth = 50; } else { lineOffset = 45; totalWidth = 20; } play(); this.lettersize = lettersize; } }
Instance of Symbol 2060 MovieClip "wingman" in Frame 336
onClipEvent (load) { function seekenemy() { target = _root.getClosestEnemy(this); overrideX = target._x - 200; overrideY = target._y - 20; target.listener = this; framesSinceLastCheck = 0; } hitPoints = 200; amWingman = true; if (this._name != "wingman") { setInterval(seekenemy, 2000); } } onClipEvent (enterFrame) { if (this._name != "wingman") { living = _root.checkAlive(this); if (living) { _root.moveEnemy(this, "kamikaze"); } if ((random(16) == 1) && (_root.enemies.length >= 1)) { currentProjectile = _root.wingman_shots.duplicateMovieClip("projectile_" + (++_root.projectileCount), _root.heli.o++); currentProjectile.moveX = 20; currentProjectile.moveY = 0; currentProjectile._x = this._x + 20; currentProjectile._y = this._y + 10; _root.gun_sound2.start(); flash.play(); } if (this._y < 20) { this._y = 20; } if (this._y > 380) { this._y = 380; } if (this._x < 20) { this._x = 20; } if (this._x > 500) { this._x = 500; } } }
Instance of Symbol 2061 MovieClip "weapon_bolt" in Frame 336
onClipEvent (load) { this.damage = 10; this.destX = _root.heli._x + 20; this.destY = _root.heli._y + 20; this.z = this.destX - this._x; this.r = this.destY - this._y; this.a = z; this.b = r; this.e = this.z / this.r; this.k = Math.atan(this.e); this.g = (this.k * 180) / Math.PI; this._rotation = this.g; if (this.destY > this._y) { this._rotation = 90 - this._rotation; } else if (this.destY < this._y) { this._rotation = 180 - (this._rotation - 90); } this.g = this._rotation * 0.01745; this.z = Math.cos(this.g); this.n = Math.sin(this.g); if ((((this._x >= (this.destX - 40)) && (this._x <= (this.destX + 40))) && (this._y >= (this.destY - 30))) && (this._y <= (this.destY + 30))) { this.play(); explode(this.seek); } } onClipEvent (enterFrame) { if (!_root.gamePaused) { if (this._name != "weapon_bolt") { this._x = this._x + (this.z * 10); this._y = this._y + (this.n * 10); _root.enemyCheckHit(this); if ((((this._x >= 560) || (this._x <= 0)) || (this._y < 0)) || (this._y > 360)) { _root.bulletCount--; this.removeMovieClip(); } } } }
Instance of Symbol 2068 MovieClip "pillbox" in Frame 336
onClipEvent (load) { weapon = "MG_aimed"; reload = 20; hitPoints = 120; checkCol = 0; if (this._name == "pillbox") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "pillbox") { if (!_root.gamePaused) { this._x = this._x - 2; } if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } _root.enemyShoot(this.weapon, this); if (this._x <= -20) { this._x = 0; _root.enemies = _root.cleanArray(enemies); this.removeMovieClip(); } } }
Instance of Symbol 2071 MovieClip "patriot" in Frame 336
onClipEvent (load) { movehow = "vehicle_random"; weapon = "ball"; reload = 100; hitPoints = 60; checkCol = 0; if (this._name == "patriot") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "patriot") { _root.moveEnemy(this, movehow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } _root.enemyShoot(weapon, this); } }
Instance of Symbol 2074 MovieClip "v2_launcher" in Frame 336
onClipEvent (load) { movehow = "vehicle_random"; weapon = "rocket"; reload = 90; hitPoints = 50; checkCol = 0; if (this._name == "v2_launcher") { gotoAndStop ("cleanframe"); } } onClipEvent (enterFrame) { if (this._name != "v2_launcher") { _root.moveEnemy(this, movehow); if ((checkCol++) >= 1) { checkCol = 0; _root.checkEnemyCollision(this); } _root.enemyShoot(weapon, this); } }
Instance of Symbol 2075 MovieClip "weapon_rocket2" in Frame 336
onClipEvent (load) { this.damage = 20; } onClipEvent (enterFrame) { if ((!_root.gamePaused) && (this._name != "weapon_rocket2")) { this._x = this._x + moveX; this._y = this._y + moveY; if ((this._x <= -10) || (this._x >= 550)) { this.removeMovieClip(); } if (this._x >= _root.heli._x) { _root.enemyCheckHit(this); } } }
Instance of Symbol 2110 MovieClip "fadeout" in Frame 336
onClipEvent (load) { this.swapDepths(9999999); }
Frame 371
stop();
Frame 372
totalFPS = 0; i = 0; while (i <= averageFPSvalues.length) { totalFPS = totalFPS + averageFPSvalues[i]; i++; } averageFPS = int((totalFPS / averageFPSvalues.length) * 10) / 10; clippyListener = new Object(); clippyListener.click = function (evt) { play(); }; nextbtn.addEventListener("click", clippyListener); misses = shots - hits; accuracy = int((hits / shots) * 100) + "%"; stop();
Instance of Symbol 2131 MovieClip "scoreboard" in Frame 372
onClipEvent (load) { function score(points) { var _local1 = _root; digit1.stopped = undefined; digit2.stopped = true; digit3.stopped = true; digit4.stopped = true; digit5.stopped = true; digit6.stopped = true; if (_local1.campaignmode == false) { _local1.campaignScore = 0; } play(); thescore = int(points); _local1.campaignScore = _local1.campaignScore + thescore; campaignScore = _local1.campaignScore; _local1.score = thescore; splitter = new String(campaignScore); while (splitter.length < 6) { splitter = "0" + splitter; } dig1 = splitter.charAt(0); dig2 = splitter.charAt(1); dig3 = splitter.charAt(2); dig4 = splitter.charAt(3); dig5 = splitter.charAt(4); dig6 = splitter.charAt(5); if (dig1 == 0) { digit1.gotoAndPlay("zero"); } if (dig1 == 1) { digit1.gotoAndPlay("one"); } if (dig1 == 2) { digit1.gotoAndPlay("two"); } if (dig1 == 3) { digit1.gotoAndPlay("three"); } if (dig1 == 4) { digit1.gotoAndPlay("four"); } if (dig1 == 5) { digit1.gotoAndPlay("five"); } if (dig1 == 6) { digit1.gotoAndPlay("six"); } if (dig1 == 7) { digit1.gotoAndPlay("seven"); } if (dig1 == 8) { digit1.gotoAndPlay("aight"); } if (dig1 == 9) { digit1.gotoAndPlay("nine"); } if (dig1 == "") { digit1.gotoAndStop("zero"); } if (dig2 == 0) { digit2.gotoNum = "zero"; } if (dig2 == 1) { digit2.gotoNum = "one"; } if (dig2 == 2) { digit2.gotoNum = "two"; } if (dig2 == 3) { digit2.gotoNum = "three"; } if (dig2 == 4) { digit2.gotoNum = "four"; } if (dig2 == 5) { digit2.gotoNum = "five"; } if (dig2 == 6) { digit2.gotoNum = "six"; } if (dig2 == 7) { digit2.gotoNum = "seven"; } if (dig2 == 8) { digit2.gotoNum = "aight"; } if (dig2 == 9) { digit2.gotoNum = "nine"; } if (dig2 == "") { digit2.gotoNum = "zero"; } if (dig3 == 0) { digit3.gotoNum = "zero"; } if (dig3 == 1) { digit3.gotoNum = "one"; } if (dig3 == 2) { digit3.gotoNum = "two"; } if (dig3 == 3) { digit3.gotoNum = "three"; } if (dig3 == 4) { digit3.gotoNum = "four"; } if (dig3 == 5) { digit3.gotoNum = "five"; } if (dig3 == 6) { digit3.gotoNum = "six"; } if (dig3 == 7) { digit3.gotoNum = "seven"; } if (dig3 == 8) { digit3.gotoNum = "aight"; } if (dig3 == 9) { digit3.gotoNum = "nine"; } if (dig3 == "") { digit3.gotoNum = "zero"; } if (dig4 == 0) { digit4.gotoNum = "zero"; } if (dig4 == 1) { digit4.gotoNum = "one"; } if (dig4 == 2) { digit4.gotoNum = "two"; } if (dig4 == 3) { digit4.gotoNum = "three"; } if (dig4 == 4) { digit4.gotoNum = "four"; } if (dig4 == 5) { digit4.gotoNum = "five"; } if (dig4 == 6) { digit4.gotoNum = "six"; } if (dig4 == 7) { digit4.gotoNum = "seven"; } if (dig4 == 8) { digit4.gotoNum = "aight"; } if (dig4 == 9) { digit4.gotoNum = "nine"; } if (dig4 == "") { digit4.gotoNum = "zero"; } if (dig5 == 0) { digit5.gotoNum = "zero"; } if (dig5 == 1) { digit5.gotoNum = "one"; } if (dig5 == 2) { digit5.gotoNum = "two"; } if (dig5 == 3) { digit5.gotoNum = "three"; } if (dig5 == 4) { digit5.gotoNum = "four"; } if (dig5 == 5) { digit5.gotoNum = "five"; } if (dig5 == 6) { digit5.gotoNum = "six"; } if (dig5 == 7) { digit5.gotoNum = "seven"; } if (dig5 == 8) { digit5.gotoNum = "aight"; } if (dig5 == 9) { digit5.gotoNum = "nine"; } if (dig5 == "") { digit5.gotoNum = "zero"; } if (dig6 == 0) { digit6.gotoNum = "zero"; } if (dig6 == 1) { digit6.gotoNum = "one"; } if (dig6 == 2) { digit6.gotoNum = "two"; } if (dig6 == 3) { digit6.gotoNum = "three"; } if (dig6 == 4) { digit6.gotoNum = "four"; } if (dig6 == 5) { digit6.gotoNum = "five"; } if (dig6 == 6) { digit6.gotoNum = "six"; } if (dig6 == 7) { digit6.gotoNum = "seven"; } if (dig6 == 8) { digit6.gotoNum = "aight"; } if (dig6 == 9) { digit6.gotoNum = "nine"; } if (dig6 == "") { digit6.gotoNum = "zero"; } if (digit2.gotoNum == "void") { digit2.gotoAndPlay("zero"); } else { digit2.gotoAndPlay("spin"); } if (digit3.gotoNum == "void") { digit3.gotoAndPlay("zero"); } else { digit3.gotoAndPlay("spin"); } if (digit4.gotoNum == "void") { digit4.gotoAndPlay("zero"); } else { digit4.gotoAndPlay("spin"); } if (digit5.gotoNum == "void") { digit5.gotoAndPlay("zero"); } else { digit5.gotoAndPlay("spin"); } if (digit6.gotoNum == "void") { digit6.gotoAndPlay("zero"); } else { digit6.gotoAndPlay("spin"); } } bing_sound = new Sound(); bing_sound.attachSound("bing"); bing_sound.setVolume(100); digit1.gotoAndPlay("spin"); digit2.gotoAndPlay("spin"); digit3.gotoAndPlay("spin"); digit4.gotoAndPlay("spin"); digit5.gotoAndPlay("spin"); digit6.gotoAndPlay("spin"); score(_root.score); }
Instance of Symbol 2139 MovieClip in Frame 372
on (rollOver) { this.onEnterFrame = function () { nextFrame(); }; } on (rollOut, dragOut) { goback = true; } onClipEvent (enterFrame) { if (_currentframe == 10) { if (goback) { goback = false; this.onEnterFrame = function () { prevFrame(); }; } } } on (release) { _root.mission++; _root.button_sound.start(); if (_root.campaignmode) { _root.gotoAndPlay("nextmission"); } else { _root.gotoAndStop("rate"); } }
Instance of Symbol 1467 MovieClip in Frame 372
on (rollOver) { this.onEnterFrame = function () { nextFrame(); }; } on (rollOut, dragOut) { goback = true; } onClipEvent (enterFrame) { if (_currentframe == 10) { if (goback) { goback = false; this.onEnterFrame = function () { prevFrame(); }; } } } on (release) { _root.button_sound.start(); _root.gotoAndPlay("splash"); _root.lastSel = null; }
Frame 373
_root.campaignScore = _root.campaignScore + _root.score; createTextField("my_txt", 99200, 367, 268, 250, 50); my_txt._quality("BEST"); my_txt.multiline = false; my_txt.text = _root.campaignScore; my_txt.selectable = false; my_txt.wordWrap = true; my_txt.embedFonts = true; my_fmt = new TextFormat(); my_fmt.font = "millfont"; my_fmt.size = 36; my_fmt.color = "0x000000"; my_txt.setTextFormat(my_fmt);
Instance of Symbol 2139 MovieClip in Frame 373
on (rollOver) { this.onEnterFrame = function () { nextFrame(); }; } on (rollOut, dragOut) { goback = true; } onClipEvent (enterFrame) { if (_currentframe == 10) { if (goback) { goback = false; this.onEnterFrame = function () { prevFrame(); }; } } } on (release) { _root.button_sound.start(); _root.my_txt.text = ""; _root.gotoAndPlay("splash"); }
Frame 397
stop();
Frame 398
stop(); player.unlock(); if (drawsmoke) { smoke.selected = true; } else { smoke.selected = false; } if (drawclouds) { clouds.selected = true; } else { clouds.selected = false; } if (drawterrain) { landscape.selected = true; } else { landscape.selected = false; } if (drawannouncements) { announcements.selected = true; } else { announcements.selected = false; } if (_quality == "BEST") { quali1.selected = true; } if (_quality == "HIGH") { quali2.selected = true; } if (_quality == "MEDIUM") { quali3.selected = true; } if (_quality == "LOW") { quali4.selected = true; }
Instance of Symbol 747 MovieClip [CheckBox] "smoke" in Frame 398
//component parameters onClipEvent (initialize) { label = " Show Smoke"; labelPlacement = "right"; selected = true; }
Instance of Symbol 747 MovieClip [CheckBox] "announcements" in Frame 398
//component parameters onClipEvent (initialize) { label = " Show Announcements"; labelPlacement = "right"; selected = true; }
Instance of Symbol 2139 MovieClip in Frame 398
on (rollOver) { this.onEnterFrame = function () { nextFrame(); }; } on (rollOut, dragOut) { goback = true; } onClipEvent (enterFrame) { if (_currentframe == 10) { if (goback) { goback = false; this.onEnterFrame = function () { prevFrame(); }; } } } on (release) { _root.button_sound.start(); _root.drawsmoke = _root.smoke.selected; _root.drawannouncements = _root.announcements.selected; _root.gotoAndPlay("splash"); }
Instance of Symbol 729 MovieClip [RadioButton] "quali1" in Frame 398
//component parameters onClipEvent (initialize) { data = ""; groupName = "qual"; label = "Best Quality"; labelPlacement = "right"; selected = false; } onClipEvent (load) { function __f_click(eventObj) { if (this.selected) { _quality = "BEST"; } } this.addEventListener("click", __f_click); }
Instance of Symbol 729 MovieClip [RadioButton] "quali2" in Frame 398
//component parameters onClipEvent (initialize) { data = ""; groupName = "qual"; label = "High Quality"; labelPlacement = "right"; selected = true; } onClipEvent (load) { function __f_click(eventObj) { if (this.selected) { _quality = "HIGH"; } } this.addEventListener("click", __f_click); }
Instance of Symbol 729 MovieClip [RadioButton] "quali3" in Frame 398
//component parameters onClipEvent (initialize) { data = ""; groupName = "qual"; label = "Medium Quality"; labelPlacement = "right"; selected = false; } onClipEvent (load) { function __f_click(eventObj) { if (this.selected) { _quality = "MEDIUM"; } } this.addEventListener("click", __f_click); }
Instance of Symbol 729 MovieClip [RadioButton] "quali4" in Frame 398
//component parameters onClipEvent (initialize) { data = ""; groupName = "qual"; label = "Low Quality"; labelPlacement = "right"; selected = false; } onClipEvent (load) { function __f_click(eventObj) { if (this.selected) { _quality = "LOW"; } } this.addEventListener("click", __f_click); }
Frame 399
stop();
Instance of Symbol 2139 MovieClip in Frame 399
on (rollOver) { this.onEnterFrame = function () { nextFrame(); }; } on (rollOut, dragOut) { goback = true; } onClipEvent (enterFrame) { if (_currentframe == 10) { if (goback) { goback = false; this.onEnterFrame = function () { prevFrame(); }; } } } on (release) { _root.button_sound.start(); _root.gotoAndPlay("splash"); }
Instance of Symbol 2139 MovieClip in Frame 400
on (rollOver) { this.onEnterFrame = function () { nextFrame(); }; } on (rollOut, dragOut) { goback = true; } onClipEvent (enterFrame) { if (_currentframe == 10) { if (goback) { goback = false; this.onEnterFrame = function () { prevFrame(); }; } } } on (release) { _root.button_sound.start(); _root.gotoAndPlay("splash"); }
Symbol 12 MovieClip [BrdrShdw] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "shadowColor");
Symbol 14 MovieClip [BrdrFace] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "buttonColor");
Symbol 17 MovieClip [BrdrBlk] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "borderColor");
Symbol 19 MovieClip [BrdrHilght] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "highlightColor");
Symbol 22 MovieClip [Defaults] Frame 1
#initclip 122 Object.registerClass("Defaults", mx.skins.halo.Defaults); #endinitclip
Symbol 23 MovieClip [UIObjectExtensions] Frame 1
#initclip 123 Object.registerClass("UIObjectExtensions", mx.core.ext.UIObjectExtensions); #endinitclip
Symbol 24 MovieClip [UIObject] Frame 1
#initclip 124 Object.registerClass("UIObject", mx.core.UIObject); #endinitclip stop();
Symbol 27 Button
on (keyPress "<Tab>") { this.tabHandler(); }
Symbol 28 MovieClip [FocusRect] Frame 1
#initclip 125 Object.registerClass("FocusRect", mx.skins.halo.FocusRect); #endinitclip
Symbol 29 MovieClip [FocusManager] Frame 1
#initclip 126 Object.registerClass("FocusManager", mx.managers.FocusManager); #endinitclip stop();
Symbol 30 MovieClip [UIComponentExtensions] Frame 1
#initclip 127 Object.registerClass("UIComponentExtensions", mx.core.ext.UIComponentExtensions); #endinitclip
Symbol 31 MovieClip [UIComponent] Frame 1
#initclip 128 Object.registerClass("UIComponent", mx.core.UIComponent); #endinitclip stop();
Symbol 32 MovieClip [SimpleButton] Frame 1
#initclip 129 Object.registerClass("SimpleButton", mx.controls.SimpleButton); #endinitclip stop();
Symbol 33 MovieClip [Border] Frame 1
#initclip 130 Object.registerClass("Border", mx.skins.Border); #endinitclip stop();
Symbol 34 MovieClip [RectBorder] Frame 1
#initclip 131 mx.skins.SkinElement.registerElement(mx.skins.RectBorder.symbolName, Object(mx.skins.RectBorder)); Object.registerClass("RectBorder", mx.skins.halo.RectBorder); #endinitclip stop();
Symbol 35 MovieClip [ButtonSkin] Frame 1
#initclip 132 Object.registerClass("ButtonSkin", mx.skins.halo.ButtonSkin); #endinitclip
Symbol 36 MovieClip [Button] Frame 1
#initclip 133 Object.registerClass("Button", mx.controls.Button); #endinitclip stop();
Instance of Symbol 32 MovieClip [SimpleButton] in Symbol 36 MovieClip [Button] Frame 2
//component parameters onClipEvent (initialize) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 37 MovieClip [CustomBorder] Frame 1
#initclip 134 Object.registerClass("CustomBorder", mx.skins.CustomBorder); mx.skins.SkinElement.registerElement("CustomBorder", mx.skins.CustomBorder); #endinitclip
Symbol 49 MovieClip [ScrollThemeColor1] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 51 MovieClip [ScrollThemeColor2] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 62 MovieClip [ThumbThemeColor1] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 64 MovieClip [ThumbThemeColor3] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 71 MovieClip [ThumbThemeColor2] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 92 MovieClip [BtnDownArrow] Frame 1
#initclip 135 Object.registerClass("BtnDownArrow", mx.controls.SimpleButton); #endinitclip
Symbol 93 MovieClip [BtnUpArrow] Frame 1
#initclip 136 Object.registerClass("BtnUpArrow", mx.controls.SimpleButton); #endinitclip
Symbol 95 MovieClip [HScrollBar] Frame 1
#initclip 137 Object.registerClass("HScrollBar", mx.controls.HScrollBar); #endinitclip stop();
Instance of Symbol 36 MovieClip [Button] in Symbol 95 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 32 MovieClip [SimpleButton] in Symbol 95 MovieClip [HScrollBar] Frame 2
//component parameters onClipEvent (initialize) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 96 MovieClip [VScrollBar] Frame 1
#initclip 138 Object.registerClass("VScrollBar", mx.controls.VScrollBar); #endinitclip stop();
Instance of Symbol 36 MovieClip [Button] in Symbol 96 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 32 MovieClip [SimpleButton] in Symbol 96 MovieClip [VScrollBar] Frame 2
//component parameters onClipEvent (initialize) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 97 MovieClip [View] Frame 1
#initclip 139 Object.registerClass("View", mx.core.View); #endinitclip stop();
Symbol 98 MovieClip [ScrollView] Frame 1
#initclip 140 Object.registerClass("ScrollView", mx.core.ScrollView); #endinitclip stop();
Instance of Symbol 95 MovieClip [HScrollBar] in Symbol 98 MovieClip [ScrollView] Frame 2
//component parameters onClipEvent (initialize) { enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Instance of Symbol 96 MovieClip [VScrollBar] in Symbol 98 MovieClip [ScrollView] Frame 2
//component parameters onClipEvent (initialize) { enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 99 MovieClip [Modal] Frame 1
#initclip 141 mx.skins.SkinElement.registerElement("Modal"); #endinitclip
Symbol 106 MovieClip [TitleBackground] Frame 1
#initclip 142 _global.mx.skins.TitleBackground = function () { this.constructObject(); }; _global.mx.skins.TitleBackground.prototype = new mx.skins.CustomBorder(); _global.mx.skins.TitleBackground.prototype.className = "TitleBackground"; _global.mx.skins.TitleBackground.symbolName = "TitleBackground"; _global.mx.skins.TitleBackground.symbolOwner = _global.mx.skins.TitleBackground; _global.mx.skins.TitleBackground.prototype.leftSkin = "TitleLeft"; _global.mx.skins.TitleBackground.prototype.middleSkin = "TitleMiddle"; _global.mx.skins.TitleBackground.prototype.rightSkin = "TitleRight"; _global.mx.skins.SkinElement.registerElement("TitleBackground", _global.mx.skins.TitleBackground); _global.mx.skins.SkinElement.registerElement("TitleLeft"); _global.mx.skins.SkinElement.registerElement("TitleMiddle"); _global.mx.skins.SkinElement.registerElement("TitleRight"); _global.mx.skins.TitleBackground.prototype.init = function () { super.init(); }; #endinitclip
Symbol 115 MovieClip [WindowAssets] Frame 1
#initclip 143 mx.containers.Window.prototype.titleStyleDeclaration = "windowStyles"; #endinitclip
Symbol 116 MovieClip [Window] Frame 1
#initclip 144 Object.registerClass("Window", mx.containers.Window); #endinitclip stop();
Instance of Symbol 10 MovieClip [BoundingBox] "boundingBox_mc" in Symbol 116 MovieClip [Window] Frame 1
/* no clip actions */
Instance of Symbol 32 MovieClip [SimpleButton] in Symbol 116 MovieClip [Window] Frame 2
//component parameters onClipEvent (initialize) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 148 MovieClip [TextInput] Frame 1
#initclip 145 Object.registerClass("TextInput", mx.controls.TextInput); #endinitclip stop();
Symbol 151 MovieClip [TextArea] Frame 1
#initclip 146 Object.registerClass("TextArea", mx.controls.TextArea); #endinitclip stop();
Symbol 155 MovieClip [ProgBarCapThemeColor] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 163 MovieClip [ProgBarMiddleThemeColor] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 168 MovieClip [ProgBarIndThemeColor] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 169 MovieClip [ProgBarIndMiddleThemeColor] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 179 MovieClip [ProgressBar] Frame 1
#initclip 147 Object.registerClass("ProgressBar", mx.controls.ProgressBar); #endinitclip stop();
Symbol 181 MovieClip [MenuBarItem] Frame 1
#initclip 148 Object.registerClass("MenuBarItem", mx.controls.menuclasses.MenuBarItem); #endinitclip
Symbol 182 MovieClip [ActivatorSkin] Frame 1
#initclip 149 Object.registerClass("ActivatorSkin", mx.skins.halo.ActivatorSkin); #endinitclip
Symbol 183 MovieClip [DataProvider] Frame 1
#initclip 150 Object.registerClass("DataProvider", mx.controls.listclasses.DataProvider); #endinitclip stop();
Symbol 184 MovieClip [DataSelector] Frame 1
#initclip 151 Object.registerClass("DataSelector", mx.controls.listclasses.DataSelector); #endinitclip stop();
Symbol 185 MovieClip [SelectableRow] Frame 1
#initclip 152 Object.registerClass("SelectableRow", mx.controls.listclasses.SelectableRow); #endinitclip stop();
Symbol 186 MovieClip [ScrollSelectList] Frame 1
#initclip 153 Object.registerClass("ScrollSelectList", mx.controls.listclasses.ScrollSelectList); #endinitclip stop();
Symbol 202 MovieClip [MenuRow] Frame 1
#initclip 154 Object.registerClass("MenuRow", mx.controls.menuclasses.MenuRow); #endinitclip stop();
Symbol 203 MovieClip [TreeDataProvider] Frame 1
#initclip 155 Object.registerClass("TreeDataProvider", mx.controls.treeclasses.TreeDataProvider); #endinitclip
Symbol 204 MovieClip [MenuDataProvider] Frame 1
#initclip 156 Object.registerClass("MenuDataProvider", mx.controls.menuclasses.MenuDataProvider); #endinitclip stop();
Symbol 205 MovieClip [Menu] Frame 1
#initclip 157 Object.registerClass("Menu", mx.controls.Menu); #endinitclip stop();
Symbol 213 MovieClip [MenuBar] Frame 1
#initclip 158 Object.registerClass("MenuBar", mx.controls.MenuBar); #endinitclip stop();
Instance of Symbol 205 MovieClip [Menu] in Symbol 213 MovieClip [MenuBar] Frame 2
//component parameters onClipEvent (initialize) { rowHeight = 20; }
Symbol 238 MovieClip [MaximizeButton] Frame 1
#initclip 159 Object.registerClass("MaximizeButton", mx.controls.streamingmedia.FullScreenToggleControl); #endinitclip stop();
Symbol 240 MovieClip [MinimizeButton] Frame 1
#initclip 160 Object.registerClass("MinimizeButton", mx.controls.streamingmedia.FullScreenToggleControl); #endinitclip stop();
Symbol 241 MovieClip [FullScreenToggle] Frame 1
#initclip 161 Object.registerClass("FullScreenToggle", mx.controls.streamingmedia.FullScreenToggle); #endinitclip stop();
Symbol 242 MovieClip [Chrome] Frame 1
#initclip 162 Object.registerClass("Chrome", mx.controls.streamingmedia.Chrome); #endinitclip
Symbol 250 MovieClip [MediaDisplay] Frame 1
#initclip 163 Object.registerClass("MediaDisplay", mx.controls.MediaDisplay); #endinitclip stop();
Symbol 257 MovieClip [HLoadBar] Frame 1
#initclip 164 Object.registerClass("HLoadBar", mx.controls.streamingmedia.LoadBar); #endinitclip
Symbol 265 MovieClip [HMiniPlayBarTray] Frame 1
#initclip 165 Object.registerClass("HMiniPlayBarTray", mx.controls.streamingmedia.HMiniPlayBarTray); #endinitclip
Symbol 269 MovieClip [HMiniPlayBar] Frame 1
#initclip 166 Object.registerClass("HMiniPlayBar", mx.controls.streamingmedia.MiniPlayBar); #endinitclip _tray.setWidth(this.getWidth());
Symbol 273 MovieClip [PlayBarTray] Frame 1
#initclip 167 Object.registerClass("PlayBarTray", mx.controls.streamingmedia.HPlayBarTray); #endinitclip
Symbol 285 MovieClip [PlayBarThumb] Frame 1
#initclip 168 Object.registerClass("PlayBarThumb", mx.controls.streamingmedia.PlayBarThumb); #endinitclip stop();
Symbol 286 MovieClip [HPlayBar] Frame 1
#initclip 169 Object.registerClass("HPlayBar", mx.controls.streamingmedia.PlayBar); #endinitclip _tray.setWidth(this.getWidth());
Symbol 300 MovieClip [HPlayPauseButton] Frame 1
#initclip 170 Object.registerClass("HPlayPauseButton", mx.controls.streamingmedia.PlayPauseButton); #endinitclip stop();
Instance of Symbol 36 MovieClip [Button] in Symbol 300 MovieClip [HPlayPauseButton] Frame 2
//component parameters onClipEvent (construct) { icon = ""; label = "Button"; labelPlacement = "right"; selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 308 MovieClip [HToStartButton] Frame 1
#initclip 171 Object.registerClass("HToStartButton", mx.controls.streamingmedia.ToStartButton); #endinitclip stop();
Instance of Symbol 32 MovieClip [SimpleButton] in Symbol 308 MovieClip [HToStartButton] Frame 2
//component parameters onClipEvent (construct) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 312 MovieClip [HToEndButton] Frame 1
#initclip 172 Object.registerClass("HToEndButton", mx.controls.streamingmedia.ToEndButton); #endinitclip stop();
Instance of Symbol 32 MovieClip [SimpleButton] in Symbol 312 MovieClip [HToEndButton] Frame 2
//component parameters onClipEvent (construct) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 313 MovieClip [HButtons] Frame 1
this.tabEnabled = false; this.tabChildren = true;
Symbol 315 MovieClip [VolumeControlHandle] Frame 1
#initclip 173 Object.registerClass("VolumeControlHandle", mx.controls.streamingmedia.VolumeControlHandle); #endinitclip stop();
Symbol 325 MovieClip [MuteButton] Frame 1
#initclip 174 Object.registerClass("MuteButton", mx.controls.streamingmedia.MuteButton); #endinitclip stop();
Instance of Symbol 32 MovieClip [SimpleButton] in Symbol 325 MovieClip [MuteButton] Frame 2
//component parameters onClipEvent (construct) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 331 MovieClip [LoudButton] Frame 1
#initclip 175 Object.registerClass("LoudButton", mx.controls.streamingmedia.LoudButton); #endinitclip stop();
Instance of Symbol 32 MovieClip [SimpleButton] in Symbol 331 MovieClip [LoudButton] Frame 2
//component parameters onClipEvent (construct) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 333 MovieClip [HVolumeControl] Frame 1
#initclip 176 Object.registerClass("HVolumeControl", mx.controls.streamingmedia.VolumeControl); #endinitclip
Symbol 336 MovieClip [VLoadBar] Frame 1
#initclip 177 Object.registerClass("VLoadBar", mx.controls.streamingmedia.LoadBar); #endinitclip
Symbol 340 MovieClip [VMiniPlayBarTray] Frame 1
#initclip 178 Object.registerClass("VMiniPlayBarTray", mx.controls.streamingmedia.VMiniPlayBarTray); #endinitclip
Symbol 343 MovieClip [VMiniPlayBar] Frame 1
#initclip 179 Object.registerClass("VMiniPlayBar", mx.controls.streamingmedia.MiniPlayBar); #endinitclip _tray.setHeight(this.getHeight());
Symbol 347 MovieClip [VPlayBarTray] Frame 1
#initclip 180 Object.registerClass("VPlayBarTray", mx.controls.streamingmedia.VPlayBarTray); #endinitclip
Symbol 356 MovieClip [VPlayBarThumb] Frame 1
#initclip 181 Object.registerClass("VPlayBarThumb", mx.controls.streamingmedia.PlayBarThumb); #endinitclip stop();
Symbol 357 MovieClip [VPlayBar] Frame 1
#initclip 182 Object.registerClass("VPlayBar", mx.controls.streamingmedia.PlayBar); #endinitclip _tray.setHeight(this.getHeight());
Symbol 358 MovieClip [VButtons] Frame 1
this.tabEnabled = false; this.tabChildren = true;
Symbol 361 MovieClip [VVolumeControl] Frame 1
#initclip 183 Object.registerClass("VVolumeControl", mx.controls.streamingmedia.VolumeControl); #endinitclip
Symbol 365 MovieClip [MediaController] Frame 1
#initclip 184 Object.registerClass("MediaController", mx.controls.MediaController); #endinitclip
Symbol 365 MovieClip [MediaController] Frame 2
_miniPlayBar.setCompletionPercentage(_playPercent);
Symbol 365 MovieClip [MediaController] Frame 3
_playBar.setCompletionPercentage(_playPercent);
Symbol 365 MovieClip [MediaController] Frame 4
_miniPlayBar.setCompletionPercentage(_playPercent);
Symbol 365 MovieClip [MediaController] Frame 5
_playBar.setCompletionPercentage(_playPercent);
Symbol 366 MovieClip [MediaPlayback] Frame 1
#initclip 185 Object.registerClass("MediaPlayback", mx.controls.MediaPlayback); #endinitclip stop();
Instance of Symbol 250 MovieClip [MediaDisplay] "_display" in Symbol 366 MovieClip [MediaPlayback] Frame 2
//component parameters onClipEvent (construct) { aspectRatio = true; autoPlay = true; autoSize = true; contentPath = ""; fps = 30; mediaType = "FLV"; totalTime = 0; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Instance of Symbol 365 MovieClip [MediaController] "_controller" in Symbol 366 MovieClip [MediaPlayback] Frame 2
//component parameters onClipEvent (construct) { activePlayControl = "play"; backgroundStyle = "default"; controllerPolicy = "auto"; horizontal = true; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 414 MovieClip [DataGridAssets] Frame 1
#initclip 186 mx.controls.DataGrid.prototype.headerStyle = _global.styles.dataGridStyles; #endinitclip
Symbol 415 MovieClip [DataGridColumn] Frame 1
#initclip 187 Object.registerClass("DataGridColumn", mx.controls.gridclasses.DataGridColumn); #endinitclip stop();
Symbol 416 MovieClip [DataGridRow] Frame 1
#initclip 188 Object.registerClass("DataGridRow", mx.controls.gridclasses.DataGridRow); #endinitclip stop();
Symbol 417 MovieClip [List] Frame 1
#initclip 189 Object.registerClass("List", mx.controls.List); #endinitclip stop();
Symbol 418 MovieClip [DataGrid] Frame 1
#initclip 190 Object.registerClass("DataGrid", mx.controls.DataGrid); #endinitclip stop();
Instance of Symbol 417 MovieClip [List] in Symbol 418 MovieClip [DataGrid] Frame 2
//component parameters onClipEvent (initialize) { multipleSelection = false; rowHeight = 20; }
Instance of Symbol 148 MovieClip [TextInput] in Symbol 418 MovieClip [DataGrid] Frame 2
//component parameters onClipEvent (initialize) { editable = true; password = false; text = ""; maxChars = null; restrict = ""; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 424 MovieClip [DataBindingClasses] Frame 1
#initclip 191 Object.registerClass("DataBindingClasses", mx.data.components.DataBinding); #endinitclip stop();
Symbol 454 MovieClip [ComboBase] Frame 1
#initclip 192 mx.controls.listclasses.DataSelector.Initialize(Object(mx.controls.ComboBase).prototype); Object.registerClass("ComboBase", mx.controls.ComboBase); #endinitclip stop();
Instance of Symbol 32 MovieClip [SimpleButton] in Symbol 454 MovieClip [ComboBase] Frame 2
//component parameters onClipEvent (initialize) { selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Instance of Symbol 148 MovieClip [TextInput] in Symbol 454 MovieClip [ComboBase] Frame 2
//component parameters onClipEvent (initialize) { editable = true; password = false; text = ""; maxChars = null; restrict = "null"; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 460 MovieClip [ComboDownArrowDisabled] Frame 1
#initclip 193 Object.registerClass("ComboDownArrowDisabled", mx.controls.SimpleButton); #endinitclip
Symbol 462 MovieClip [ComboThemeColor1] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 465 MovieClip [ComboAssets] Frame 1
#initclip 194 mx.controls.ComboBox.prototype.downArrowUpName = "ComboDownArrowUp"; mx.controls.ComboBox.prototype.downArrowDownName = "ComboDownArrowDown"; mx.controls.ComboBox.prototype.downArrowOverName = "ComboDownArrowOver"; mx.controls.ComboBox.prototype.downArrowDisabledName = "ComboDownArrowDisabled"; mx.controls.ComboBox.prototype.wrapDownArrowButton = false; mx.controls.ComboBox.prototype.dropDownBorderStyle = "solid"; mx.controls.ComboBox.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, {bl:0, tl:0, tr:5, br:5}, 100, _local2); _local3.move(this.x - 2, this.y - 2); }; #endinitclip
Symbol 466 MovieClip [ComboBox] Frame 1
#initclip 195 Object.registerClass("ComboBox", mx.controls.ComboBox); #endinitclip stop();
Instance of Symbol 417 MovieClip [List] in Symbol 466 MovieClip [ComboBox] Frame 2
//component parameters onClipEvent (initialize) { multipleSelection = false; rowHeight = 20; }
Symbol 566 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 572 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 578 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame4, "shadow"); component.registerSkinElement(frame2, "darkshadow"); component.registerSkinElement(frame3, "highlight"); component.registerSkinElement(frame1, "highlight3D");
Symbol 584 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 585 MovieClip [fpb_states] Frame 1
stop();
Symbol 585 MovieClip [fpb_states] Frame 2
stop();
Symbol 585 MovieClip [fpb_states] Frame 3
stop();
Symbol 585 MovieClip [fpb_states] Frame 4
stop();
Symbol 595 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 598 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "background");
Symbol 600 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 602 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 605 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 608 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "check");
Symbol 609 MovieClip [fcb_states] Frame 1
stop();
Symbol 609 MovieClip [fcb_states] Frame 2
stop();
Symbol 609 MovieClip [fcb_states] Frame 3
stop();
Symbol 609 MovieClip [fcb_states] Frame 4
stop();
Symbol 609 MovieClip [fcb_states] Frame 5
stop();
Symbol 609 MovieClip [fcb_states] Frame 6
stop();
Symbol 612 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 612 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 615 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 205 function FCheckBoxClass() { this.init(); } FCheckBoxClass.prototype = new FUIComponentClass(); Object.registerClass("FCheckBoxSymbol", FCheckBoxClass); FCheckBoxClass.prototype.init = function () { var _local1 = this; super.setSize(_local1._width, _local1._height); _local1.boundingBox_mc.unloadMovie(); _local1.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1); _local1.attachMovie("fcb_states", "fcb_states_mc", 2); _local1.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); _local1.setChangeHandler(_local1.changeHandler); _local1._xscale = 100; _local1._yscale = 100; _local1.setSize(_local1.width, _local1.height); if (_local1.initialValue == undefined) { _local1.setCheckState(false); } else { _local1.setCheckState(_local1.initialValue); } if (_local1.label != undefined) { _local1.setLabel(_local1.label); } _local1.ROLE_SYSTEM_CHECKBUTTON = 44; _local1.STATE_SYSTEM_CHECKED = 16; _local1.EVENT_OBJECT_STATECHANGE = 32778; _local1.EVENT_OBJECT_NAMECHANGE = 32780; _local1._accImpl.master = _local1; _local1._accImpl.stub = false; _local1._accImpl.get_accRole = _local1.get_accRole; _local1._accImpl.get_accName = _local1.get_accName; _local1._accImpl.get_accState = _local1.get_accState; _local1._accImpl.get_accDefaultAction = _local1.get_accDefaultAction; _local1._accImpl.accDoDefaultAction = _local1.accDoDefaultAction; }; FCheckBoxClass.prototype.setLabelPlacement = function (pos) { var _local1 = this; var _local3 = pos; _local1.setLabel(_local1.getLabel()); _local1.txtFormat(_local3); var halfLabelH = (_local1.fLabel_mc._height / 2); var halfFrameH = (_local1.fcb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var checkWidth = _local1.fcb_states_mc._width; var frame = _local1.fcb_states_mc; var label = _local1.fLabel_mc; var _local2 = 0; if (frame._width > _local1.width) { _local2 = 0; } else { _local2 = _local1.width - frame._width; } _local1.fLabel_mc.setSize(_local2); if ((_local3 == "right") || (_local3 == undefined)) { _local1.labelPlacement = "right"; _local1.fcb_states_mc._x = 0; _local1.fLabel_mc._x = checkWidth; _local1.txtFormat("left"); } else if (_local3 == "left") { _local1.labelPlacement = "left"; _local1.fLabel_mc._x = 0; _local1.fcb_states_mc._x = _local1.width - checkWidth; _local1.txtFormat("right"); } _local1.fLabel_mc._y = vertCenter; _local1.fcb_hitArea_mc._y = vertCenter; }; FCheckBoxClass.prototype.txtFormat = function (pos) { var _local1 = this; var _local2 = _local1.textStyle; var _local3 = _local1.styleTable; _local2.align = ((_local3.textAlign.value == undefined) ? ((_local2.align = pos)) : undefined); _local2.leftMargin = ((_local3.textLeftMargin.value == undefined) ? ((_local2.leftMargin = 0)) : undefined); _local2.rightMargin = ((_local3.textRightMargin.value == undefined) ? ((_local2.rightMargin = 0)) : undefined); if (_local1.flabel_mc._height > _local1.height) { super.setSize(_local1.width, _local1.flabel_mc._height); } else { super.setSize(_local1.width, _local1.height); } _local1.fLabel_mc.labelField.setTextFormat(_local1.textStyle); _local1.setEnabled(_local1.enable); }; FCheckBoxClass.prototype.setHitArea = function (w, h) { var _local2 = this; var _local1 = _local2.fcb_hitArea_mc; _local2.hitArea = _local1; if (_local2.fcb_states_mc._width > w) { _local1._width = _local2.fcb_states_mc._width; } else { _local1._width = w; } _local1._visible = false; if (arguments.length > 1) { _local1._height = h; } }; FCheckBoxClass.prototype.setSize = function (w) { var _local1 = this; _local1.setLabel(_local1.getLabel()); _local1.setLabelPlacement(_local1.labelPlacement); if (_local1.fcb_states_mc._height < _local1.flabel_mc.labelField._height) { super.setSize(w, _local1.flabel_mc.labelField._height); } _local1.setHitArea(_local1.width, _local1.height); _local1.setLabelPlacement(_local1.labelPlacement); }; FCheckBoxClass.prototype.drawFocusRect = function () { var _local1 = this; _local1.drawRect(-2, -2, _local1._width + 6, _local1._height - 1); }; FCheckBoxClass.prototype.onPress = function () { var _local2 = this; _local2.pressFocus(); _root.focusRect.removeMovieClip(); var _local1 = _local2.fcb_states_mc; if (_local2.getValue()) { _local1.gotoAndStop("checkedPress"); } else { _local1.gotoAndStop("press"); } }; FCheckBoxClass.prototype.onRelease = function () { var _local1 = this; _local1.fcb_states_mc.gotoAndStop("up"); _local1.setValue(!_local1.checked); }; FCheckBoxClass.prototype.onReleaseOutside = function () { var _local1 = this.fcb_states_mc; if (this.getValue()) { _local1.gotoAndStop("checkedEnabled"); } else { _local1.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOut = function () { var _local1 = this.fcb_states_mc; if (this.getValue()) { _local1.gotoAndStop("checkedEnabled"); } else { _local1.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOver = function () { var _local1 = this.fcb_states_mc; if (this.getValue()) { _local1.gotoAndStop("checkedPress"); } else { _local1.gotoAndStop("press"); } }; FCheckBoxClass.prototype.setValue = function (checkedValue) { var _local1 = this; var _local2 = checkedValue; if (_local2 || (_local2 == undefined)) { _local1.setCheckState(_local2); } else if (_local2 == false) { _local1.setCheckState(_local2); } _local1.executeCallBack(); if (Accessibility.isActive()) { Accessibility.sendEvent(_local1, 0, _local1.EVENT_OBJECT_STATECHANGE, true); } }; FCheckBoxClass.prototype.setCheckState = function (checkedValue) { var _local1 = this; var _local3 = checkedValue; var _local2 = _local1.fcb_states_mc; if (_local1.enable) { _local1.flabel_mc.setEnabled(true); if (_local3 || (_local3 == undefined)) { _local2.gotoAndStop("checkedEnabled"); _local1.enabled = true; _local1.checked = true; } else { _local2.gotoAndStop("up"); _local1.enabled = true; _local1.checked = false; } } else { _local1.flabel_mc.setEnabled(false); if (_local3 || (_local3 == undefined)) { _local2.gotoAndStop("checkedDisabled"); _local1.enabled = false; _local1.checked = true; } else { _local2.gotoAndStop("uncheckedDisabled"); _local1.enabled = false; _local1.checked = false; _local1.focusRect.removeMovieClip(); } } }; FCheckBoxClass.prototype.getValue = function () { return(this.checked); }; FCheckBoxClass.prototype.setEnabled = function (enable) { var _local1 = this; if ((enable == true) || (enable == undefined)) { _local1.enable = true; Super.setEnabled(true); } else { _local1.enable = false; Super.setEnabled(false); } _local1.setCheckState(_local1.checked); }; FCheckBoxClass.prototype.getEnabled = function () { return(this.enable); }; FCheckBoxClass.prototype.setLabel = function (label) { var _local1 = this; _local1.fLabel_mc.setLabel(label); _local1.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(_local1, 0, _local1.EVENT_OBJECT_NAMECHANGE); } }; FCheckBoxClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FCheckBoxClass.prototype.setTextColor = function (color) { this.fLabel_mc.labelField.textColor = color; }; FCheckBoxClass.prototype.myOnKeyDown = function () { var _local1 = this; if (((Key.getCode() == 32) && (_local1.pressOnce == undefined)) && (_local1.enabled == true)) { _local1.setValue(!_local1.getValue()); _local1.pressOnce = true; } }; FCheckBoxClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.pressOnce = undefined; } }; FCheckBoxClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_CHECKBUTTON); }; FCheckBoxClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FCheckBoxClass.prototype.get_accState = function (childId) { if (this.master.getValue()) { return(this.master.STATE_SYSTEM_CHECKED); } return(0); }; FCheckBoxClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getValue()) { return("UnCheck"); } return("Check"); }; FCheckBoxClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 616 MovieClip [FUIComponentSymbol] Frame 1
#initclip 200 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { var _local1 = this; var _local3 = _global; _local1.enable = true; _local1.focused = false; _local1.useHandCursor = false; _local1._accImpl = new Object(); _local1._accImpl.stub = true; _local1.styleTable = new Array(); if (_local3.globalStyleFormat == undefined) { _local3.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _local3._focusControl = new Object(); _local3._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_local3._focusControl); } if (_local1._name != undefined) { _local1._focusrect = false; _local1.tabEnabled = true; _local1.focusEnabled = true; _local1.tabChildren = false; _local1.tabFocused = true; if (_local1.hostStyle == undefined) { globalStyleFormat.addListener(_local1); } else { _local1.styleTable = _local1.hostStyle; } _local1.deadPreview._visible = false; _local1.deadPreview._width = (_local1.deadPreview._height = 1); _local1.methodTable = new Object(); _local1.keyListener = new Object(); _local1.keyListener.controller = _local1; _local1.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; _local1.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var _local2 in _local1.styleFormat_prm) { _local1.setStyleProperty(_local2, _local1.styleFormat_prm[_local2]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { var _local1 = this; _local1.enable = ((arguments.length > 0) ? (enabledFlag) : true); _local1.tabEnabled = (_local1.focusEnabled = enabledFlag); if ((!_local1.enable) && (_local1.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { var _local1 = this; _local1.width = w; _local1.height = h; _local1.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { var _local1 = this; _local1.handlerObj = ((obj == undefined) ? (_local1._parent) : (obj)); _local1.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { var _local1 = this; _local1.methodTable[methodName] = true; _local1.onEnterFrame = _local1.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { var _local1 = this; if (_local1.methodTable.setSize) { _local1.setSize(_local1.width, _local1.height); } else { _local1.cleanUINotSize(); } _local1.methodTable = new Object(); delete _local1.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { var _local1 = this; for (var _local2 in _local1.methodTable) { _local1[_local2](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var _local1 = this; var _local2 = y; var _local3 = x; var inner = _local1.styleTable.focusRectInner.value; var outer = _local1.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } _local1.createEmptyMovieClip("focusRect", 1000); _local1.focusRect.controller = _local1; _local1.focusRect.lineStyle(1, outer); _local1.focusRect.moveTo(_local3, _local2); _local1.focusRect.lineTo(_local3 + w, _local2); _local1.focusRect.lineTo(_local3 + w, _local2 + h); _local1.focusRect.lineTo(_local3, _local2 + h); _local1.focusRect.lineTo(_local3, _local2); _local1.focusRect.lineStyle(1, inner); _local1.focusRect.moveTo(_local3 + 1, _local2 + 1); _local1.focusRect.lineTo((_local3 + w) - 1, _local2 + 1); _local1.focusRect.lineTo((_local3 + w) - 1, (_local2 + h) - 1); _local1.focusRect.lineTo(_local3 + 1, (_local2 + h) - 1); _local1.focusRect.lineTo(_local3 + 1, _local2 + 1); }; FUIComponentClass.prototype.pressFocus = function () { var _local1 = this; _local1.tabFocused = false; _local1.focusRect.removeMovieClip(); Selection.setFocus(_local1); }; FUIComponentClass.prototype.drawFocusRect = function () { var _local1 = this; _local1.drawRect(-2, -2, _local1.width + 4, _local1.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { var _local1 = this; _local1.focused = true; Key.addListener(_local1.keyListener); if (_local1.tabFocused) { _local1.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { var _local1 = this; _local1.tabFocused = true; _local1.focused = false; _local1.focusRect.removeMovieClip(); Key.removeListener(_local1.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { var _local1 = this; _local1.handlerObj[_local1.changeHandler](_local1); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { var _local1 = this; var _local2 = propName; if (value == "") { } else { var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (_local1.styleTable[_local2] == undefined) { _local1.styleTable[_local2] = new Object(); _local1.styleTable[_local2].useGlobal = true; } if (_local1.styleTable[_local2].useGlobal || (!global)) { _local1.styleTable[_local2].value = value; if (_local1.setCustomStyleProperty(_local2, value)) { } else if (_local2 == "embedFonts") { _local1.invalidate("setSize"); } else if (_local2.subString(0, 4) == "text") { if (_local1.textStyle == undefined) { _local1.textStyle = new TextFormat(); } var textProp = _local2.subString(4, _local2.length); _local1.textStyle[textProp] = value; _local1.invalidate("setSize"); } else { for (var j in _local1.styleTable[_local2].coloredMCs) { var _local3 = new Color(_local1.styleTable[_local2].coloredMCs[j]); if (_local1.styleTable[_local2].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; _local3.setTransform(myTObj); } else { _local3.setRGB(value); } } } _local1.styleTable[_local2].useGlobal = global; } } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { var _local1 = this; var _local2 = propName; if (_local1.styleTable[_local2] == undefined) { _local1.styleTable[_local2] = new Object(); _local1.styleTable[_local2].useGlobal = true; } if (_local1.styleTable[_local2].coloredMCs == undefined) { _local1.styleTable[_local2].coloredMCs = new Object(); } _local1.styleTable[_local2].coloredMCs[skinMCRef] = skinMCRef; if (_local1.styleTable[_local2].value != undefined) { var _local3 = new Color(skinMCRef); _local3.setRGB(_local1.styleTable[_local2].value); } }; _global.FStyleFormat = function () { var _local1 = arguments; var _local2 = this; _local2.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; _local2.listeners = new Object(); _local2.isGlobal = false; if (_local1.length > 0) { for (var _local3 in _local1[0]) { _local2[_local3] = _local1[0][_local3]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var _local1 = this; var _local2 = 0; while (_local2 < arguments.length) { var _local3 = arguments[_local2]; _local1.listeners[arguments[_local2]] = _local3; for (var i in _local1) { if (_local1.isAStyle(i)) { _local3.updateStyleProperty(_local1, i.toString()); } } _local2++; } }; FStyleFormat.prototype.removeListener = function (component) { var _local1 = this; var _local2 = component; _local1.listeners[_local2] = undefined; for (var prop in _local1) { if (_local1.isAStyle(prop)) { if (_local2.styleTable[prop].useGlobal == _local1.isGlobal) { _local2.styleTable[prop].useGlobal = true; var _local3 = (_local1.isGlobal ? undefined : (globalStyleFormat[prop])); _local2.setStyleProperty(prop, _local3, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var _local1 = this; var _local2 = arguments; var count = 0; for (var i in _local1.listeners) { var _local3 = _local1.listeners[i]; if (_local2.length > 0) { var j = 0; while (j < _local2.length) { if (_local1.isAStyle(_local2[j])) { _local3.updateStyleProperty(_local1, _local2[j]); } j++; } } else { for (var j in _local1) { if (_local1.isAStyle(j)) { _local3.updateStyleProperty(_local1, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 626 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 636 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 645 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 646 MovieClip [UpArrow] Frame 1
stop();
Symbol 646 MovieClip [UpArrow] Frame 2
stop();
Symbol 646 MovieClip [UpArrow] Frame 3
stop();
Symbol 652 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 659 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 664 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 665 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 673 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 681 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 689 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 690 MovieClip [DownArrow] Frame 1
stop();
Symbol 690 MovieClip [DownArrow] Frame 2
stop();
Symbol 690 MovieClip [DownArrow] Frame 3
stop();
Symbol 692 MovieClip [FHighlightSymbol] Frame 1
var component = _parent.controller; component.registerSkinElement(highlight_mc, "selection"); stop();
Symbol 692 MovieClip [FHighlightSymbol] Frame 2
component.registerSkinElement(highlight_mc2, "selectionDisabled"); stop();
Symbol 692 MovieClip [FHighlightSymbol] Frame 3
component.registerSkinElement(highlight_mc3, "selectionUnfocused"); stop();
Symbol 695 MovieClip [FLabelSymbol] Frame 1
#initclip 201 _global.FLabelClass = function () { var _local1 = this; if (_local1.hostComponent == undefined) { _local1.hostComponent = ((_local1._parent.controller == undefined) ? (_local1._parent) : (_local1._parent.controller)); } if (_local1.customTextStyle == undefined) { if (_local1.hostComponent.textStyle == undefined) { _local1.hostComponent.textStyle = new TextFormat(); } _local1.textStyle = _local1.hostComponent.textStyle; _local1.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var _local1 = this; var _local2 = _local1.hostComponent.styleTable.embedFonts.value; if (_local2 != undefined) { _local1.labelField.embedFonts = _local2; } _local1.labelField.setNewTextFormat(_local1.textStyle); _local1.labelField.text = label; _local1.labelField._height = _local1.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { var _local2 = this; var _local3 = enable; _local2.enable = _local3; var _local1 = _local2.hostComponent.styleTable[(_local3 ? "textColor" : "textDisabled")].value; if (_local1 == undefined) { _local1 = (_local3 ? 0 : 8947848); } _local2.setColor(_local1); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 696 MovieClip [FListItemSymbol] Frame 1
#initclip 211 function FListItemClass() { this.init(); } FListItemClass.prototype = new FSelectableItemClass(); Object.registerClass("FListItemSymbol", FListItemClass); #endinitclip
Symbol 698 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 699 MovieClip [FScrollBarSymbol] Frame 1
#initclip 203 FScrollBarClass = function () { var _local1 = this; if (_local1._height == 4) { } else { _local1.init(); _local1.minPos = (_local1.maxPos = (_local1.pageSize = (_local1.largeScroll = 0))); _local1.smallScroll = 1; _local1.width = (_local1.horizontal ? (_local1._width) : (_local1._height)); _local1._xscale = (_local1._yscale = 100); _local1.setScrollPosition(0); _local1.tabEnabled = false; if (_local1._targetInstanceName.length > 0) { _local1.setScrollTarget(_local1._parent[_local1._targetInstanceName]); } _local1.tabChildren = false; _local1.setSize(_local1.width); } }; FScrollBarClass.prototype = new FUIComponentClass(); FScrollBarClass.prototype.setHorizontal = function (flag) { var _local1 = this; var _local2 = flag; if (_local1.horizontal && (!_local2)) { _local1._xscale = 100; _local1._rotation = 0; } else if (_local2 && (!_local1.horizontal)) { _local1._xscale = -100; _local1._rotation = -90; } _local1.horizontal = _local2; }; FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) { var _local1 = this; if (!_local1.enable) { } else { _local1.pageSize = pSize; _local1.minPos = Math.max(mnPos, 0); _local1.maxPos = Math.max(mxPos, 0); _local1.scrollPosition = Math.max(_local1.minPos, _local1.scrollPosition); _local1.scrollPosition = Math.min(_local1.maxPos, _local1.scrollPosition); if ((_local1.maxPos - _local1.minPos) <= 0) { _local1.scrollThumb_mc.removeMovieClip(); _local1.upArrow_mc.gotoAndStop(3); _local1.downArrow_mc.gotoAndStop(3); _local1.downArrow_mc.onPress = (_local1.downArrow_mc.onRelease = (_local1.downArrow_mc.onDragOut = null)); _local1.upArrow_mc.onPress = (_local1.upArrow_mc.onRelease = (_local1.upArrow_mc.onDragOut = null)); _local1.scrollTrack_mc.onPress = (_local1.scrollTrack_mc.onRelease = null); _local1.scrollTrack_mc.onDragOut = (_local1.scrollTrack_mc.onRollOut = null); _local1.scrollTrack_mc.useHandCursor = false; } else { var _local2 = _local1.getScrollPosition(); _local1.upArrow_mc.gotoAndStop(1); _local1.downArrow_mc.gotoAndStop(1); _local1.upArrow_mc.onPress = (_local1.upArrow_mc.onDragOver = _local1.startUpScroller); _local1.upArrow_mc.onRelease = (_local1.upArrow_mc.onDragOut = _local1.stopScrolling); _local1.downArrow_mc.onPress = (_local1.downArrow_mc.onDragOver = _local1.startDownScroller); _local1.downArrow_mc.onRelease = (_local1.downArrow_mc.onDragOut = _local1.stopScrolling); _local1.scrollTrack_mc.onPress = (_local1.scrollTrack_mc.onDragOver = _local1.startTrackScroller); _local1.scrollTrack_mc.onRelease = _local1.stopScrolling; _local1.scrollTrack_mc.onDragOut = _local1.stopScrolling; _local1.scrollTrack_mc.onRollOut = _local1.stopScrolling; _local1.scrollTrack_mc.useHandCursor = false; _local1.attachMovie("ScrollThumb", "scrollThumb_mc", 3); _local1.scrollThumb_mc._x = 0; _local1.scrollThumb_mc._y = _local1.upArrow_mc._height; _local1.scrollThumb_mc.onPress = _local1.startDragThumb; _local1.scrollThumb_mc.controller = _local1; _local1.scrollThumb_mc.onRelease = (_local1.scrollThumb_mc.onReleaseOutside = _local1.stopDragThumb); _local1.scrollThumb_mc.useHandCursor = false; _local1.thumbHeight = (_local1.pageSize / ((_local1.maxPos - _local1.minPos) + _local1.pageSize)) * _local1.trackSize; _local1.thumbMid_mc = _local1.scrollThumb_mc.mc_sliderMid; _local1.thumbTop_mc = _local1.scrollThumb_mc.mc_sliderTop; _local1.thumbBot_mc = _local1.scrollThumb_mc.mc_sliderBot; _local1.thumbHeight = Math.max(_local1.thumbHeight, 6); _local1.midHeight = (_local1.thumbHeight - _local1.thumbTop_mc._height) - _local1.thumbBot_mc._height; _local1.thumbMid_mc._yScale = (_local1.midHeight * 100) / _local1.thumbMid_mc._height; _local1.thumbMid_mc._y = _local1.thumbTop_mc._height; _local1.thumbBot_mc._y = _local1.thumbTop_mc._height + _local1.midHeight; _local1.scrollTop = _local1.scrollThumb_mc._y; _local1.trackHeight = _local1.trackSize - _local1.thumbHeight; _local1.scrollBot = _local1.trackHeight + _local1.scrollTop; _local2 = Math.min(_local2, _local1.maxPos); _local1.setScrollPosition(Math.max(_local2, _local1.minPos)); } } }; FScrollBarClass.prototype.getScrollPosition = function () { return(this.scrollPosition); }; FScrollBarClass.prototype.setScrollPosition = function (pos) { var _local1 = this; var _local2 = pos; _local1.scrollPosition = _local2; if (_local1.scrollThumb_mc != undefined) { _local2 = Math.min(_local2, _local1.maxPos); _local2 = Math.max(_local2, _local1.minPos); } _local1.scrollThumb_mc._y = (((_local2 - _local1.minPos) * _local1.trackHeight) / (_local1.maxPos - _local1.minPos)) + _local1.scrollTop; _local1.executeCallBack(); }; FScrollBarClass.prototype.setLargeScroll = function (lScroll) { this.largeScroll = lScroll; }; FScrollBarClass.prototype.setSmallScroll = function (sScroll) { this.smallScroll = sScroll; }; FScrollBarClass.prototype.setEnabled = function (enabledFlag) { var _local1 = this; var _local2 = enabledFlag; var _local3 = _local1.enable; if (_local2 && (!_local3)) { _local1.enable = _local2; if (_local1.textField != undefined) { _local1.setScrollTarget(_local1.textField); } else { _local1.setScrollProperties(_local1.pageSize, _local1.cachedMinPos, _local1.cachedMaxPos); _local1.setScrollPosition(_local1.cachedPos); } _local1.clickFilter = undefined; } else if ((!_local2) && (_local3)) { _local1.textField.removeListener(_local1); _local1.cachedPos = _local1.getScrollPosition(); _local1.cachedMinPos = _local1.minPos; _local1.cachedMaxPos = _local1.maxPos; if (_local1.clickFilter == undefined) { _local1.setScrollProperties(_local1.pageSize, 0, 0); } else { _local1.clickFilter = true; } _local1.enable = _local2; } }; FScrollBarClass.prototype.setSize = function (hgt) { var _local1 = this; if (_local1._height == 1) { } else { _local1.width = hgt; _local1.scrollTrack_mc._yscale = 100; _local1.scrollTrack_mc._yscale = (100 * _local1.width) / _local1.scrollTrack_mc._height; if (_local1.upArrow_mc == undefined) { _local1.attachMovie("UpArrow", "upArrow_mc", 1); _local1.attachMovie("DownArrow", "downArrow_mc", 2); _local1.downArrow_mc.controller = (_local1.upArrow_mc.controller = _local1); _local1.upArrow_mc.useHandCursor = (_local1.downArrow_mc.useHandCursor = false); _local1.upArrow_mc._x = (_local1.upArrow_mc._y = 0); _local1.downArrow_mc._x = 0; } _local1.scrollTrack_mc.controller = _local1; _local1.downArrow_mc._y = _local1.width - _local1.downArrow_mc._height; _local1.trackSize = _local1.width - (2 * _local1.downArrow_mc._height); if (_local1.textField != undefined) { _local1.onTextChanged(); } else { _local1.setScrollProperties(_local1.pageSize, _local1.minPos, _local1.maxPos); } } }; FScrollBarClass.prototype.scrollIt = function (inc, mode) { var _local1 = this; var _local3 = _local1.smallScroll; if (inc != "one") { _local3 = ((_local1.largeScroll == 0) ? (_local1.pageSize) : (_local1.largeScroll)); } var _local2 = _local1.getScrollPosition() + (mode * _local3); if (_local2 > _local1.maxPos) { _local2 = _local1.maxPos; } else if (_local2 < _local1.minPos) { _local2 = _local1.minPos; } _local1.setScrollPosition(_local2); }; FScrollBarClass.prototype.startDragThumb = function () { var _local1 = this; _local1.lastY = _local1._ymouse; _local1.onMouseMove = _local1.controller.dragThumb; }; FScrollBarClass.prototype.dragThumb = function () { var _local1 = this; _local1.scrollMove = _local1._ymouse - _local1.lastY; _local1.scrollMove = _local1.scrollMove + _local1._y; if (_local1.scrollMove < _local1.controller.scrollTop) { _local1.scrollMove = _local1.controller.scrollTop; } else if (_local1.scrollMove > _local1.controller.scrollBot) { _local1.scrollMove = _local1.controller.scrollBot; } _local1._y = _local1.scrollMove; var _local2 = _local1.controller; _local2.scrollPosition = Math.round(((_local2.maxPos - _local2.minPos) * (_local1._y - _local2.scrollTop)) / _local2.trackHeight) + _local2.minPos; _local1.controller.isScrolling = true; updateAfterEvent(); _local1.controller.executeCallBack(); }; FScrollBarClass.prototype.stopDragThumb = function () { this.controller.isScrolling = false; this.onMouseMove = null; }; FScrollBarClass.prototype.startTrackScroller = function () { var _local1 = this; _local1.controller.trackScroller(); _local1.controller.scrolling = setInterval(_local1.controller, "scrollInterval", 500, "page", -1); }; FScrollBarClass.prototype.scrollInterval = function (inc, mode) { var _local1 = this; var _local2 = inc; clearInterval(_local1.scrolling); if (_local2 == "page") { _local1.trackScroller(); } else { _local1.scrollIt(_local2, mode); } _local1.scrolling = setInterval(_local1, "scrollInterval", 35, _local2, mode); }; FScrollBarClass.prototype.trackScroller = function () { var _local1 = this; if ((_local1.scrollThumb_mc._y + _local1.thumbHeight) < _local1._ymouse) { _local1.scrollIt("page", 1); } else if (_local1.scrollThumb_mc._y > _local1._ymouse) { _local1.scrollIt("page", -1); } }; FScrollBarClass.prototype.stopScrolling = function () { var _local1 = this; _local1.controller.downArrow_mc.gotoAndStop(1); _local1.controller.upArrow_mc.gotoAndStop(1); clearInterval(_local1.controller.scrolling); }; FScrollBarClass.prototype.startUpScroller = function () { var _local1 = this; _local1.controller.upArrow_mc.gotoAndStop(2); _local1.controller.scrollIt("one", -1); _local1.controller.scrolling = setInterval(_local1.controller, "scrollInterval", 500, "one", -1); }; FScrollBarClass.prototype.startDownScroller = function () { var _local1 = this; _local1.controller.downArrow_mc.gotoAndStop(2); _local1.controller.scrollIt("one", 1); _local1.controller.scrolling = setInterval(_local1.controller, "scrollInterval", 500, "one", 1); }; FScrollBarClass.prototype.setScrollTarget = function (tF) { var _local1 = this; var _local2 = tF; if (_local2 == undefined) { _local1.textField.removeListener(_local1); delete _local1.textField[(_local1.horizontal ? "hScroller" : "vScroller")]; if ((_local1.textField.hScroller != undefined) && (_local1.textField.vScroller != undefined)) { _local1.textField.unwatch("text"); _local1.textField.unwatch("htmltext"); } } _local1.textField = undefined; if (!(_local2 instanceof TextField)) { } else { _local1.textField = _local2; _local1.textField[(_local1.horizontal ? "hScroller" : "vScroller")] = _local1; _local1.onTextChanged(); _local1.onChanged = function () { this.onTextChanged(); }; _local1.onScroller = function () { var _local1 = this; if (!_local1.isScrolling) { if (!_local1.horizontal) { _local1.setScrollPosition(_local1.textField.scroll); } else { _local1.setScrollPosition(_local1.textField.hscroll); } } }; _local1.textField.addListener(_local1); _local1.textField.watch("text", _local1.callback); _local1.textField.watch("htmlText", _local1.callback); } }; FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) { var _local1 = this; clearInterval(_local1.hScroller.synchScroll); clearInterval(_local1.vScroller.synchScroll); _local1.hScroller.synchScroll = setInterval(_local1.hScroller, "onTextChanged", 50); _local1.vScroller.synchScroll = setInterval(_local1.vScroller, "onTextChanged", 50); return(newVal); }; FScrollBarClass.prototype.onTextChanged = function () { var _local1 = this; if ((!_local1.enable) || (_local1.textField == undefined)) { } else { clearInterval(_local1.synchScroll); if (_local1.horizontal) { var _local2 = _local1.textField.hscroll; _local1.setScrollProperties(_local1.textField._width, 0, _local1.textField.maxhscroll); _local1.setScrollPosition(Math.min(_local2, _local1.textField.maxhscroll)); } else { var _local2 = _local1.textField.scroll; var _local3 = _local1.textField.bottomScroll - _local1.textField.scroll; _local1.setScrollProperties(_local3, 1, _local1.textField.maxscroll); _local1.setScrollPosition(Math.min(_local2, _local1.textField.maxscroll)); } } }; FScrollBarClass.prototype.executeCallBack = function () { var _local1 = this; if (_local1.textField == undefined) { super.executeCallBack(); } else if (_local1.horizontal) { _local1.textField.hscroll = _local1.getScrollPosition(); } else { _local1.textField.scroll = _local1.getScrollPosition(); } }; Object.registerClass("FScrollBarSymbol", FScrollBarClass); #endinitclip
Symbol 700 MovieClip [DataProviderSymbol] Frame 1
#initclip 202 _global.DataProviderClass = function () { this.init(); }; DataProviderClass.prototype.init = function () { var _local1 = this; _local1.items = new Array(); _local1.uniqueID = 0; _local1.views = new Array(); }; DataProviderClass.prototype.addView = function (viewRef) { this.views.push(viewRef); var _local1 = {event:"updateAll"}; viewRef.modelChanged(_local1); }; DataProviderClass.prototype.addItemAt = function (index, value) { var _local1 = index; var _local2 = this; var _local3 = value; if (_local1 < _local2.getLength()) { _local2.items.splice(_local1, 0, "tmp"); } _local2.items[_local1] = new Object(); if (typeof(_local3) == "object") { _local2.items[_local1] = _local3; } else { _local2.items[_local1].label = _local3; } _local2.items[_local1].__ID__ = _local2.uniqueID++; var eventObj = {event:"addRows", firstRow:_local1, lastRow:_local1}; _local2.updateViews(eventObj); }; DataProviderClass.prototype.addItem = function (value) { this.addItemAt(this.getLength(), value); }; DataProviderClass.prototype.removeItemAt = function (index) { var _local1 = index; var _local2 = this; var tmpItm = _local2.items[_local1]; _local2.items.splice(_local1, 1); var _local3 = {event:"deleteRows", firstRow:_local1, lastRow:_local1}; _local2.updateViews(_local3); return(tmpItm); }; DataProviderClass.prototype.removeAll = function () { var _local1 = this; _local1.items = new Array(); _local1.updateViews({event:"deleteRows", firstRow:0, lastRow:_local1.getLength() - 1}); }; DataProviderClass.prototype.replaceItemAt = function (index, itemObj) { var _local1 = index; var _local2 = this; if ((_local1 < 0) || (_local1 >= _local2.getLength())) { } else { var _local3 = _local2.getItemID(_local1); if (typeof(itemObj) == "object") { _local2.items[_local1] = itemObj; } else { _local2.items[_local1].label = itemObj; } _local2.items[_local1].__ID__ = _local3; _local2.updateViews({event:"updateRows", firstRow:_local1, lastRow:_local1}); } }; DataProviderClass.prototype.getLength = function () { return(this.items.length); }; DataProviderClass.prototype.getItemAt = function (index) { return(this.items[index]); }; DataProviderClass.prototype.getItemID = function (index) { return(this.items[index].__ID__); }; DataProviderClass.prototype.sortItemsBy = function (fieldName, order) { var _local1 = this; _local1.items.sortOn(fieldName); if (order == "DESC") { _local1.items.reverse(); } _local1.updateViews({event:"sort"}); }; DataProviderClass.prototype.updateViews = function (eventObj) { var _local2 = this; var _local3 = eventObj; var _local1 = 0; while (_local1 < _local2.views.length) { _local2.views[_local1].modelChanged(_local3); _local1++; } }; #endinitclip
Symbol 701 MovieClip [FSelectableItemSymbol] Frame 1
#initclip 207 function FSelectableItemClass() { this.init(); } FSelectableItemClass.prototype = new FUIComponentClass(); FSelectableItemClass.prototype.init = function () { var _local1 = this; if (_local1._name != "itemAsset") { _local1.highlighted = false; _local1.layoutContent(100); } }; FSelectableItemClass.prototype.drawItem = function (itmObj, selected) { var _local1 = this; var _local2 = selected; _local1.displayContent(itmObj, _local2); if ((_local1.highlighted != _local2) || ((_local1.controller.focused != _local1.oldFocus) && (_local2))) { _local1.setHighlighted(_local2); } _local1.oldFocus = _local1.controller.focused; }; FSelectableItemClass.prototype.setSize = function (width, height) { var _local1 = this; var _local3 = width; var _local2 = -16384; _local1.width = _local3; _local1.layoutContent(_local3); _local1.attachMovie("FHighlightSymbol", "highlight_mc", _local2); _local1.highlight_mc._x = 0.5; _local1.highlight_mc._width = _local3 - 0.5; _local1.highlight_mc._height = height; _local1.highlight_mc.controller = _local1; _local1.highlight_mc._alpha = 0; _local1.highlight_mc.trackAsMenu = true; _local1.highlight_mc.onPress = function () { var _local1 = this; if (_local1.controller.enable) { _local1.controller.controller.clickHandler(_local1.controller.itemNum); } }; _local1.highlight_mc.onDragOver = function () { if (this.controller.controller.focused) { this.onPress(); } }; _local1.highlight_mc.useHandCursor = false; _local1.highlight_mc.trackAsMenu = true; }; FSelectableItemClass.prototype.setEnabled = function (enabledFlag) { var _local1 = this; var _local2 = enabledFlag; _local1.enable = _local2; _local1.fLabel_mc.setEnabled(_local2); _local1.highlight_mc.gotoAndStop((_local2 ? "unfocused" : "disabled")); }; FSelectableItemClass.prototype.layoutContent = function (width) { var _local1 = this; _local1.attachMovie("FLabelSymbol", "fLabel_mc", 2, {hostComponent:_local1.controller}); _local1.fLabel_mc._x = 2; _local1.fLabel_mc._y = 0; _local1.fLabel_mc.setSize(width - 2); _local1.fLabel_mc.labelField.selectable = false; }; FSelectableItemClass.prototype.displayContent = function (itmObj, selected) { var _local2 = itmObj; var _local1 = ""; if (_local2.label != undefined) { _local1 = _local2.label; } else if (typeof(_local2) == "object") { for (var _local3 in _local2) { if (_local3 != "__ID__") { _local1 = (_local2[_local3] + ", ") + _local1; } } _local1 = _local1.substring(0, _local1.length - 2); } else { _local1 = _local2; } if (this.fLabel_mc.labelField.text != _local1) { this.fLabel_mc.setLabel(_local1); } var clr = (selected ? (this.controller.styleTable.textSelected.value) : (this.controller.styleTable.textColor.value)); if (clr == undefined) { clr = (selected ? 16777215 : 0); } this.fLabel_mc.setColor(clr); }; FSelectableItemClass.prototype.getItemIndex = function () { return(this.controller.getScrollPosition() + this.itemNum); }; FSelectableItemClass.prototype.getItemModel = function () { return(this.controller.getItemAt(this.getItemIndex())); }; FSelectableItemClass.prototype.getHostDataProvider = function () { return(this.controller.dataProvider); }; FSelectableItemClass.prototype.setHighlighted = function (flag) { var _local1 = this; var _local2 = flag; fade = _local1.controller.styleTable.fadeRate.value; if (((fade == undefined) || (fade == 0)) || (!_local2)) { _local1.highlight_mc._alpha = (_local2 ? 100 : 0); delete _local1.onEnterFrame; } else { _local1.fadeN = fade; _local1.fadeX = 1; _local1.highLight_mc._alpha = 20; _local1.onEnterFrame = function () { var _local1 = this; _local1.highLight_mc._alpha = (60 * Math.sqrt((_local1.fadeX++) / _local1.fadeN)) + 40; if (_local1.fadeX > _local1.fadeN) { delete _local1.onEnterFrame; } }; } _local1.highlighted = _local2; }; #endinitclip
Symbol 702 MovieClip [FSelectableListSymbol] Frame 1
#initclip 204 function FSelectableListClass() { this.init(); } FSelectableListClass.prototype = new FUIComponentClass(); FSelectableListClass.prototype.init = function () { var _local1 = this; super.init(); _local1.enable = true; _local1.selected = new Array(); _local1.topDisplayed = (_local1.numDisplayed = 0); _local1.lastSelected = 0; _local1.tabChildren = false; if (_local1._name != undefined) { _local1.dataProvider = new DataProviderClass(); _local1.dataProvider.addView(_local1); } }; FSelectableListClass.prototype.addItemAt = function (index, label, data) { if ((index < 0) || (!this.enable)) { return(undefined); } this.dataProvider.addItemAt(index, {label:label, data:data}); }; FSelectableListClass.prototype.addItem = function (label, data) { if (!this.enable) { return(undefined); } this.dataProvider.addItem({label:label, data:data}); }; FSelectableListClass.prototype.removeItemAt = function (index) { var _local1 = this; _local1.selectHolder = _local1.getSelectedIndex(); var _local2 = _local1.getItemAt(index); _local1.dataProvider.removeItemAt(index); return(_local2); }; FSelectableListClass.prototype.removeAll = function () { this.dataProvider.removeAll(); }; FSelectableListClass.prototype.replaceItemAt = function (index, newLabel, newData) { this.dataProvider.replaceItemAt(index, {label:newLabel, data:newData}); }; FSelectableListClass.prototype.sortItemsBy = function (fieldName, order) { var _local1 = this; _local1.lastSelID = _local1.dataProvider.getItemID(_local1.lastSelected); _local1.dataProvider.sortItemsBy(fieldName, order); }; FSelectableListClass.prototype.getLength = function () { return(this.dataProvider.getLength()); }; FSelectableListClass.prototype.getSelectedIndex = function () { var _local2 = this; for (var _local3 in _local2.selected) { var _local1 = _local2.selected[_local3].sIndex; if (_local1 != undefined) { return(_local1); } } return(undefined); }; FSelectableListClass.prototype.getSelectedItem = function () { return(this.getItemAt(this.getSelectedIndex())); }; FSelectableListClass.prototype.getItemAt = function (index) { return(this.dataProvider.getItemAt(index)); }; FSelectableListClass.prototype.getEnabled = function () { return(this.enable); }; FSelectableListClass.prototype.getValue = function () { var _local1 = this.getSelectedItem(); if (_local1.data != undefined) { return(_local1.data); } return(_local1.label); }; FSelectableListClass.prototype.setSelectedIndex = function (index, flag) { var _local1 = this; var _local2 = index; if (((_local2 >= 0) && (_local2 < _local1.getLength())) && (_local1.enable)) { _local1.clearSelected(); _local1.selectItem(_local2, true); _local1.lastSelected = _local2; _local1.invalidate("updateControl"); if (flag != false) { _local1.executeCallBack(); } } }; FSelectableListClass.prototype.setDataProvider = function (obj) { var _local2 = obj; this.setScrollPosition(0); this.clearSelected(); if (_local2 instanceof Array) { this.dataProvider = new DataProviderClass(); var _local1 = 0; while (_local1 < _local2.length) { var _local3 = ((typeof(_local2[_local1]) == "string") ? ({label:_local2[_local1]}) : (_local2[_local1])); this.dataProvider.addItem(_local3); _local1++; } } else { this.dataProvider = _local2; } this.dataProvider.addView(this); }; FSelectableListClass.prototype.setItemSymbol = function (linkID) { var _local1 = this; _local1.tmpPos = _local1.getScrollPosition(); _local1.itemSymbol = linkID; _local1.invalidate("setSize"); _local1.setScrollPosition(_local1.tmpPos); }; FSelectableListClass.prototype.setEnabled = function (enabledFlag) { var _local2 = this; _local2.cleanUI(); super.setEnabled(enabledFlag); _local2.enable = enabledFlag; _local2.boundingBox_mc.gotoAndStop((_local2.enable ? "enabled" : "disabled")); var _local3 = Math.min(_local2.numDisplayed, _local2.getLength()); var _local1 = 0; while (_local1 < _local3) { _local2.container_mc[("fListItem" + _local1) + "_mc"].setEnabled(_local2.enable); _local1++; } if (_local2.enable) { _local2.invalidate("updateControl"); } }; FSelectableListClass.prototype.updateControl = function () { var _local2 = this; var _local1 = 0; while (_local1 < _local2.numDisplayed) { _local2.container_mc[("fListItem" + _local1) + "_mc"].drawItem(_local2.getItemAt(_local2.topDisplayed + _local1), _local2.isSelected(_local2.topDisplayed + _local1)); _local1++; } }; FSelectableListClass.prototype.setSize = function (w, h) { var _local1 = this; super.setSize(w, h); _local1.boundingBox_mc._xscale = (_local1.boundingBox_mc._yscale = 100); _local1.boundingBox_mc._xscale = (_local1.width * 100) / _local1.boundingBox_mc._width; _local1.boundingBox_mc._yscale = (_local1.height * 100) / _local1.boundingBox_mc._height; var _local2 = 0; while (_local2 < _local1.numDisplayed) { _local1.container_mc.attachMovie(_local1.itemSymbol, ("fListItem" + _local2) + "_mc", 10 + _local2, {controller:_local1, itemNum:_local2}); var _local3 = _local1.container_mc[("fListItem" + _local2) + "_mc"]; var offset = ((_local1.scrollOffset == undefined) ? 0 : (_local1.scrollOffset)); _local3.setSize(_local1.width - offset, _local1.itmHgt); _local3._y = (_local1.itmHgt - 2) * _local2; _local2++; } _local1.updateControl(); }; FSelectableListClass.prototype.modelChanged = function (eventObj) { var _local1 = this; var firstRow = eventObj.firstRow; var lastRow = eventObj.lastRow; var event = eventObj.event; if (event == "addRows") { for (var _local2 in _local1.selected) { if ((_local1.selected[_local2].sIndex != undefined) && (_local1.selected[_local2].sIndex >= firstRow)) { _local1.selected[_local2].sIndex = _local1.selected[_local2].sIndex + ((lastRow - firstRow) + 1); _local1.setSelectedIndex(_local1.selected[_local2].sIndex, false); } } } else if (event == "deleteRows") { if (firstRow == lastRow) { var index = firstRow; if (_local1.selectHolder == index) { _local1.selectionDeleted = true; } if (((_local1.topDisplayed + _local1.numDisplayed) >= _local1.getLength()) && (_local1.topDisplayed > 0)) { _local1.topDisplayed--; if (_local1.selectionDeleted && ((index - 1) >= 0)) { _local1.setSelectedIndex(index - 1, false); } } else if (_local1.selectionDeleted) { var len = _local1.getLength(); if (((index == (len - 1)) && (len > 1)) || (index > (len / 2))) { _local1.setSelectedIndex(index - 1, false); } else { _local1.setSelectedIndex(index, false); } } for (var _local2 in _local1.selected) { if (_local1.selected[_local2].sIndex > firstRow) { _local1.selected[_local2].sIndex--; } } } else { _local1.clearSelected(); _local1.topDisplayed = 0; } } else if (event == "sort") { var len = _local1.getLength(); var _local2 = 0; while (_local2 < len) { if (_local1.isSelected(_local2)) { var _local3 = _local1.dataProvider.getItemID(_local2); if (_local3 == _local1.lastSelID) { _local1.lastSelected = _local2; } _local1.selected[String(_local3)].sIndex = _local2; } _local2++; } } _local1.invalidate("updateControl"); }; FSelectableListClass.prototype.measureItmHgt = function () { var _local1 = this; _local1.attachMovie(_local1.itemSymbol, "tmpItem_mc", 0, {controller:_local1}); _local1.tmpItem_mc.drawItem({label:"Sizer: PjtTopg"}, false); _local1.itmHgt = _local1.tmpItem_mc._height; _local1.tmpItem_mc.removeMovieClip(); }; FSelectableListClass.prototype.selectItem = function (index, selectedFlag) { var _local1 = this; var _local2 = index; if (selectedFlag && (!_local1.isSelected(_local2))) { _local1.selected[String(_local1.dataProvider.getItemID(_local2))] = {sIndex:_local2}; } else if (!selectedFlag) { delete _local1.selected[String(_local1.dataProvider.getItemID(_local2))]; } }; FSelectableListClass.prototype.isSelected = function (index) { return(this.selected[String(this.dataProvider.getItemID(index))].sIndex != undefined); }; FSelectableListClass.prototype.clearSelected = function () { var _local1 = this; for (var _local3 in _local1.selected) { var _local2 = _local1.selected[_local3].sIndex; if (((_local2 != undefined) && (_local1.topDisplayed <= _local2)) && (_local2 < (_local1.topDisplayed + _local1.numDisplayed))) { _local1.container_mc[("fListItem" + (_local2 - _local1.topDisplayed)) + "_mc"].drawItem(_local1.getItemAt(_local2), false); } } delete _local1.selected; _local1.selected = new Array(); }; FSelectableListClass.prototype.selectionHandler = function (itemNum) { var _local1 = this; var _local2 = _local1.topDisplayed + itemNum; if (_local1.getItemAt(_local2 == undefined)) { _local1.changeFlag = false; } else { _local1.changeFlag = true; _local1.clearSelected(); _local1.selectItem(_local2, true); _local1.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(_local1.getItemAt(_local2), _local1.isSelected(_local2)); } }; FSelectableListClass.prototype.moveSelBy = function (incr) { var _local1 = this; var _local3 = _local1.getSelectedIndex(); var _local2 = _local3 + incr; _local2 = Math.max(0, _local2); _local2 = Math.min(_local1.getLength() - 1, _local2); if (_local2 == _local3) { } else { if ((_local3 < _local1.topDisplayed) || (_local3 >= (_local1.topDisplayed + _local1.numDisplayed))) { _local1.setScrollPosition(_local3); } if ((_local2 >= (_local1.topDisplayed + _local1.numDisplayed)) || (_local2 < _local1.topDisplayed)) { _local1.setScrollPosition(_local1.topDisplayed + incr); } _local1.selectionHandler(_local2 - _local1.topDisplayed); } }; FSelectableListClass.prototype.clickHandler = function (itmNum) { var _local1 = this; _local1.focusRect.removeMovieClip(); if (!_local1.focused) { _local1.pressFocus(); } _local1.selectionHandler(itmNum); _local1.onMouseUp = _local1.releaseHandler; }; FSelectableListClass.prototype.releaseHandler = function () { var _local1 = this; if (_local1.changeFlag) { _local1.executeCallBack(); } _local1.changeFlag = false; _local1.onMouseUp = undefined; }; FSelectableListClass.prototype.myOnSetFocus = function () { var _local2 = this; super.myOnSetFocus(); var _local1 = 0; while (_local1 < _local2.numDisplayed) { _local2.container_mc[("fListItem" + _local1) + "_mc"].highlight_mc.gotoAndStop("enabled"); _local1++; } }; FSelectableListClass.prototype.myOnKillFocus = function () { var _local2 = this; super.myOnKillFocus(); var _local1 = 0; while (_local1 < _local2.numDisplayed) { _local2.container_mc[("fListItem" + _local1) + "_mc"].highlight_mc.gotoAndStop("unfocused"); _local1++; } }; #endinitclip
Instance of Symbol 700 MovieClip [DataProviderSymbol] "dPAsset" in Symbol 702 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 701 MovieClip [FSelectableItemSymbol] "ItemAsset" in Symbol 702 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 703 MovieClip [FScrollSelectListSymbol] Frame 1
#initclip 206 function FScrollSelectListClass() { this.init(); } FScrollSelectListClass.prototype = new FSelectableListClass(); FScrollSelectListClass.prototype.getScrollPosition = function () { return(this.topDisplayed); }; FScrollSelectListClass.prototype.setScrollPosition = function (pos) { var _local1 = pos; var _local2 = this; if (_local2.enable) { _local1 = Math.min(_local1, _local2.getLength() - _local2.numDisplayed); _local1 = Math.max(_local1, 0); _local2.scrollBar_mc.setScrollPosition(_local1); } }; FScrollSelectListClass.prototype.setAutoHideScrollBar = function (flag) { var _local1 = this; _local1.permaScrollBar = !flag; _local1.setSize(_local1.width, _local1.height); }; FScrollSelectListClass.prototype.setEnabled = function (enabledFlag) { super.setEnabled(enabledFlag); this.scrollBar_mc.setEnabled(this.enable); }; FScrollSelectListClass.prototype.setSize = function (w, h) { var _local1 = this; var _local2 = _local1.getScrollPosition(); super.setSize(w, h); if (_local1.scrollBar_mc != undefined) { _local1.removed = true; } _local1.scrollBar_mc = undefined; _local1.initScrollBar(); _local1.setScrollPosition(_local2); }; FScrollSelectListClass.prototype.modelChanged = function (eventObj) { super.modelChanged(eventObj); this.invalidate("initScrollBar"); }; FScrollSelectListClass.prototype.initScrollBar = function () { var _local1 = this; if ((!_local1.permaScrollBar) && (_local1.getLength() <= _local1.numDisplayed)) { if (_local1.removed) { _local1.scrollBar_mc.removeMovieClip(); _local1.scrollBar_mc = undefined; _local1.scrollOffset = undefined; _local1.invalidate("setSize"); } } else { if (_local1.scrollBar_mc == undefined) { _local1.container_mc.attachMovie("FScrollBarSymbol", "scrollBar_mc", 3000, {hostStyle:_local1.styleTable}); _local1.scrollBar_mc = _local1.container_mc.scrollBar_mc; _local1.scrollBar_mc.setChangeHandler("scrollHandler", _local1); _local1.scrollBar_mc.setSize(_local1.height); _local1.scrollBar_mc._x = _local1.width - _local1.scrollBar_mc._width; _local1.scrollBar_mc._y = 0; _local1.scrollBar_mc.setLargeScroll(_local1.numDisplayed - 1); _local1.scrollOffset = _local1.scrollBar_mc._width; _local1.invalidate("setSize"); } _local1.scrollBar_mc.setScrollProperties(_local1.numDisplayed, 0, _local1.getLength() - _local1.numDisplayed); } }; FScrollSelectListClass.prototype.scrollHandler = function (scrollBar) { var _local2 = this; var _local1 = scrollBar.getScrollPosition(); _local2.topDisplayed = _local1; if (_local2.lastPosition != _local1) { _local2.updateControl(); } _local2.lastPosition = _local1; }; FScrollSelectListClass.prototype.clickHandler = function (itmNum) { var _local1 = this; super.clickHandler(itmNum); if ((_local1.dragScrolling == undefined) && (_local1.scrollBar_mc != undefined)) { _local1.dragScrolling = setInterval(_local1, "dragScroll", 15); } }; FScrollSelectListClass.prototype.releaseHandler = function () { clearInterval(this.dragScrolling); this.dragScrolling = undefined; super.releaseHandler(); }; FScrollSelectListClass.prototype.dragScroll = function () { var _local1 = this; clearInterval(_local1.dragScrolling); if (_local1.container_mc._ymouse < 0) { _local1.setScrollPosition(_local1.getScrollPosition() - 1); _local1.selectionHandler(0); _local1.scrollInterval = Math.max(25, (-23.8 * (-_local1.container_mc._ymouse)) + 500); _local1.dragScrolling = setInterval(_local1, "dragScroll", _local1.scrollInterval); } else if (_local1.container_mc._ymouse > ((_local1.itmHgt - 2) * _local1.numDisplayed)) { _local1.setScrollPosition(_local1.getScrollPosition() + 1); _local1.selectionHandler(_local1.numDisplayed - 1); _local1.scrollInterval = Math.max(25, (-23.8 * Math.abs((_local1.container_mc._ymouse - ((_local1.itmHgt - 2) * _local1.numDisplayed)) - 2)) + 500); _local1.dragScrolling = setInterval(_local1, "dragScroll", _local1.scrollInterval); } else { _local1.dragScrolling = setInterval(_local1, "dragScroll", 15); } }; FScrollSelectListClass.prototype.myOnKeyDown = function () { var _local2 = this; if (_local2.focused) { _local2.keyCodes = new Array(40, 38, 34, 33, 36, 35); _local2.keyIncrs = new Array(1, -1, _local2.numDisplayed - 1, -(_local2.numDisplayed - 1), -_local2.getLength(), _local2.getLength()); var _local1 = 0; while (_local1 < _local2.keyCodes.length) { if (Key.isDown(_local2.keyCodes[_local1])) { _local2.moveSelBy(_local2.keyIncrs[_local1]); return; } _local1++; } _local2.findInputText(); } }; FScrollSelectListClass.prototype.findInputText = function () { var _local1 = Key.getAscii(); if ((_local1 >= 33) && (_local1 <= 126)) { this.findString(String.fromCharCode(_local1)); } }; FScrollSelectListClass.prototype.findString = function (str) { if (this.getLength() == 0) { } else { var _local3 = this.getSelectedIndex(); var jump = 0; var _local1 = _local3 + 1; while (_local1 != _local3) { var _local2 = this.getItemAt(_local1).label.substring(0, str.length); if ((str == _local2) || (str.toUpperCase() == _local2.toUpperCase())) { var jump = (_local1 - _local3); break; } if (_local1 >= (this.getLength() - 1)) { _local1 = -1; } _local1++; } if (jump != 0) { this.moveSelBy(jump); } } }; #endinitclip
Instance of Symbol 699 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 703 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; } onClipEvent (load) { this._width = (this._height = 1); }
Instance of Symbol 702 MovieClip [FSelectableListSymbol] "superClassAsset" in Symbol 703 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 706 MovieClip [FListBoxSymbol] Frame 1
#initclip 208 function FListBoxClass() { var _local1 = this; _local1.itemSymbol = "FListItemSymbol"; _local1.init(); _local1.permaScrollBar = true; var _local2 = 0; while (_local2 < _local1.labels.length) { _local1.addItem(_local1.labels[_local2], _local1.data[_local2]); _local2++; } _local1.boundingBox_mc.gotoAndStop(1); _local1.width = _local1._width; _local1.height = _local1._height; _local1._yscale = (_local1._xscale = 100); _local1.setSize(_local1.width, _local1.height); if (_local1.changeHandler.length > 0) { _local1.setChangeHandler(_local1.changeHandler); } } FListBoxClass.prototype = new FScrollSelectListClass(); Object.registerClass("FListBoxSymbol", FListBoxClass); FListBoxClass.prototype.getSelectedIndices = function () { var _local1 = this; var _local2 = new Array(); for (var _local3 in _local1.selected) { _local2.push(_local1.selected[_local3].sIndex); } if (_local2.length <= 0) { return(undefined); } return(_local2); }; FListBoxClass.prototype.getSelectedItems = function () { var _local2 = this.getSelectedIndices(); var _local3 = new Array(); var _local1 = 0; while (_local1 < _local2.length) { _local3.push(this.getItemAt(_local2[_local1])); _local1++; } if (_local3.length <= 0) { return(undefined); } return(_local3); }; FListBoxClass.prototype.getSelectMultiple = function () { return(this.selectMultiple); }; FListBoxClass.prototype.getRowCount = function () { return(this.numDisplayed); }; FListBoxClass.prototype.setSelectedIndices = function (indexArray) { var _local2 = indexArray; var _local3 = this; _local3.clearSelected(); var _local1 = 0; while (_local1 < _local2.length) { _local3.selectItem(_local2[_local1], true); _local1++; } _local3.updateControl(); }; FListBoxClass.prototype.setSelectMultiple = function (flag) { this.selectMultiple = flag; }; FListBoxClass.prototype.setRowCount = function (count) { var _local2 = this; var _local1 = (count * (_local2.itmHgt - 2)) + 2; _local2.setSize(_local2.width, _local1); }; FListBoxClass.prototype.setWidth = function (wdt) { this.setSize(wdt, this.height); }; FListBoxClass.prototype.setSize = function (w, h) { var _local1 = this; var _local2 = h; var _local3 = w; if (!_local1.enable) { } else { _local3 = Math.max(_local3, 20); _local2 = Math.max(_local2, 40); _local1.container_mc.removeMovieClip(); _local1.container_mc = _local1.createEmptyMovieClip("container", 3); _local1.measureItmHgt(); _local1.numDisplayed = Math.floor(_local2 / (_local1.itmHgt - 2)); _local1.height = (_local1.numDisplayed * (_local1.itmHgt - 2)) + 2; super.setSize(_local3, _local1.height); } }; FListBoxClass.prototype.removeItemAt = function (index) { this.selectHolder = this.getSelectedIndices(); return(super.removeItemAt(index)); }; FListBoxClass.prototype.selectionHandler = function (itemNum) { var _local1 = this; if (_local1.clickFilter) { var _local3 = _local1.topDisplayed + itemNum; if (_local1.getItemAt(_local3) == undefined) { _local1.changeFlag = false; return; } _local1.changeFlag = true; if (((!_local1.selectMultiple) && (!Key.isDown(17))) || ((!Key.isDown(16)) && (!Key.isDown(17)))) { _local1.clearSelected(); _local1.selectItem(_local3, true); _local1.lastSelected = _local3; _local1.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(_local1.getItemAt(_local3), _local1.isSelected(_local3)); } else if (Key.isDown(16) && (_local1.selectMultiple)) { if (_local1.lastSelected == -1) { _local1.lastSelected = _local3; } var incr = ((_local1.lastSelected < _local3) ? 1 : -1); _local1.clearSelected(); var _local2 = _local1.lastSelected; while (_local2 != _local3) { _local1.selectItem(_local2, true); if ((_local2 >= _local1.topDisplayed) && (_local2 < (_local1.topDisplayed + _local1.numDisplayed))) { _local1.container_mc[("fListItem" + (_local2 - _local1.topDisplayed)) + "_mc"].drawItem(_local1.getItemAt(_local2), _local1.isSelected(_local2)); } _local2 = _local2 + incr; } _local1.selectItem(_local3, true); _local1.container_mc[("fListItem" + (_local3 - _local1.topDisplayed)) + "_mc"].drawItem(_local1.getItemAt(_local3), _local1.isSelected(_local3)); } else if (key.isDown(17)) { var selectedFlag = _local1.isSelected(_local3); if (!_local1.selectMultiple) { _local1.clearSelected(); } if (!((!_local1.selectMultiple) && (selectedFlag))) { _local1.selectItem(_local3, !selectedFlag); _local1.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(_local1.getItemAt(_local1.topDisplayed + itemNum), _local1.isSelected(_local1.topDisplayed + itemNum)); } _local1.lastSelected = _local3; } } else { _local1.clickFilter = true; } }; FListBoxClass.prototype.moveSelBy = function (itemNum) { super.moveSelBy(itemNum); this.releaseHandler(); }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 703 MovieClip [FScrollSelectListSymbol] "superClassAsset" in Symbol 706 MovieClip [FListBoxSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 718 MovieClip [RadioThemeColor1] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 722 MovieClip [RadioThemeColor2] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 728 MovieClip [RadioButtonAssets] Frame 1
#initclip 196 mx.controls.RadioButton.prototype.adjustFocusRect = function () { var _local4 = this._parent.focus_mc; var _local2 = this.iconName; var _local3 = this.getStyle("themeColor"); if (_local3 == undefined) { _local3 = 8453965 /* 0x80FF4D */; } var _local5 = _local2._width + 4; var _local6 = _local2._height + 4; _local4.setSize(_local5, _local6, 8, 100, _local3); var _local8 = _local2._x; var _local7 = _local2._y; _local4.move((this.x - 2) + _local8, (this.y + _local7) - 2); }; #endinitclip
Symbol 729 MovieClip [RadioButton] Frame 1
#initclip 197 Object.registerClass("RadioButton", mx.controls.RadioButton); #endinitclip stop();
Instance of Symbol 36 MovieClip [Button] "foo" in Symbol 729 MovieClip [RadioButton] Frame 2
//component parameters onClipEvent (initialize) { icon = ""; label = "Button"; labelPlacement = "right"; selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 735 MovieClip [CheckThemeColor1] Frame 1
mx.skins.ColoredSkinElement.setColorStyle(this, "themeColor");
Symbol 746 MovieClip [CheckBoxAssets] Frame 1
#initclip 198 mx.controls.CheckBox.prototype.adjustFocusRect = function () { var _local4 = this._parent.focus_mc; var _local2 = this.iconName; var _local3 = this.getStyle("themeColor"); if (_local3 == undefined) { _local3 = 8453965 /* 0x80FF4D */; } var _local8 = _local2._width + 4; var _local5 = _local2._height + 4; _local4.setSize(_local8, _local5, 0, 100, _local3); var _local7 = _local2._x; var _local6 = _local2._y; _local4.move((this.x - 2) + _local7, (this.y + _local6) - 2); }; #endinitclip
Symbol 747 MovieClip [CheckBox] Frame 1
#initclip 199 Object.registerClass("CheckBox", mx.controls.CheckBox); #endinitclip stop();
Instance of Symbol 36 MovieClip [Button] in Symbol 747 MovieClip [CheckBox] Frame 2
//component parameters onClipEvent (initialize) { icon = ""; label = "Button"; labelPlacement = "right"; selected = false; toggle = false; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 748 MovieClip [FComboBoxItemSymbol] Frame 1
#initclip 209 function FComboBoxItemClass() { this.init(); } FComboBoxItemClass.prototype = new FSelectableItemClass(); Object.registerClass("FComboBoxItemSymbol", FComboBoxItemClass); FComboBoxItemClass.prototype.setSize = function (w, h) { var _local1 = this; super.setSize(w, h); _local1.highlight_mc.onRollOver = function () { this.controller.controller.selectionHandler(this.controller.itemNum); }; }; #endinitclip
Symbol 751 MovieClip [FComboBoxSymbol] Frame 1
#initclip 210 function FComboBoxClass() { var _local1 = this; _global._popUpLevel = ((_global._popUpLevel == undefined) ? 20000 : (_global._popUpLevel + 1)); _local1.superHolder = _root.createEmptyMovieClip("superHolder" + _popUpLevel, _popUpLevel); var _local3 = _local1.superHolder.createEmptyMovieClip("testCont", 20000); var testBox = _local3.attachMovie("FBoundingBoxSymbol", "boundingBox_mc", 0); if (testBox._name == undefined) { _local1.superHolder.removeMovieClip(); _local1.superHolder = _local1._parent.createEmptyMovieClip("superHolder" + _popUpLevel, _popUpLevel); } else { _local3.removeMovieClip(); } if (_local1.rowCount == undefined) { _local1.rowCount = 8; _local1.editable = false; } _local1.itemSymbol = "FComboBoxItemSymbol"; _local1.init(); _local1.permaScrollBar = false; _local1.proxyBox_mc.gotoAndStop(1); _local1.width = _local1._width; _local1.height = (_local1.proxyBox_mc._height * _local1._yscale) / 100; var _local2 = 0; while (_local2 < _local1.labels.length) { _local1.addItem(_local1.labels[_local2], _local1.data[_local2]); _local2++; } _local1.lastSelected = 0; _local1.selectItem(0); _local1._xscale = (_local1._yscale = 100); _local1.opened = false; _local1.setSize(_local1.width); _local1.highlightTop(false); if (_local1.changeHandler.length > 0) { _local1.setChangeHandler(_local1.changeHandler); } _local1.onUnload = function () { this.superHolder.removeMovieClip(); }; _local1.setSelectedIndex(0, false); _local1.value = ""; _local1.focusEnabled = true; _local1.changeFlag = false; } FComboBoxClass.prototype = new FScrollSelectListClass(); Object.registerClass("FComboBoxSymbol", FComboBoxClass); FComboBoxClass.prototype.modelChanged = function (eventObj) { var _local1 = this; super.modelChanged(eventObj); var _local2 = eventObj.event; if ((_local2 == "addRows") || (_local2 == "deleteRows")) { var diff = ((eventObj.lastRow - eventObj.firstRow) + 1); var mode = ((_local2 == "addRows") ? 1 : -1); var _local3 = _local1.getLength(); var lenBefore = (_local3 - (mode * diff)); if ((_local1.rowCount > lenBefore) || (_local1.rowCount > _local3)) { _local1.invalidate("setSize"); } if (_local1.getSelectedIndex() == undefined) { _local1.setSelectedIndex(0, false); } } else if (_local2 == "updateAll") { _local1.invalidate("setSize"); } }; FComboBoxClass.prototype.removeAll = function () { var _local1 = this; if (!_local1.enable) { } else { super.removeAll(); if (_local1.editable) { _local1.value = ""; } _local1.invalidate("setSize"); } }; FComboBoxClass.prototype.setSize = function (w) { var _local1 = this; var _local2 = w; if ((((_local2 == undefined) || (typeof(_local2) != "number")) || (_local2 <= 0)) || (!_local1.enable)) { } else { _local1.proxyBox_mc._width = _local2; _local1.container_mc.removeMovieClip(); _local1.measureItmHgt(); _local1.container_mc = _local1.superHolder.createEmptyMovieClip("container", 3); _local1.container_mc.tabChildren = false; _local1.setPopUpLocation(_local1.container_mc); _local1.container_mc.attachMovie("FBoundingBoxSymbol", "boundingBox_mc", 0); _local1.boundingBox_mc = _local1.container_mc.boundingBox_mc; _local1.boundingBox_mc.component = _local1; _local1.registerSkinElement(_local1.boundingBox_mc.boundingBox, "background"); _local1.proxyBox_mc._height = _local1.itmHgt; _local1.numDisplayed = Math.min(_local1.rowCount, _local1.getLength()); if (_local1.numDisplayed < 3) { _local1.numDisplayed = Math.min(3, _local1.getLength()); } _local1.height = (_local1.numDisplayed * (_local1.itmHgt - 2)) + 2; super.setSize(_local2, _local1.height); _local1.attachMovie("DownArrow", "downArrow", 10); _local1.downArrow._y = 0; _local1.downArrow._width = _local1.itmHgt; _local1.downArrow._height = _local1.itmHgt; _local1.downArrow._x = _local1.proxyBox_mc._width - _local1.downArrow._width; _local1.setEditable(_local1.editable); _local1.container_mc._visible = _local1.opened; _local1.highlightTop(false); _local1.fader = _local1.superHolder.attachMovie("FBoundingBoxSymbol", "faderX", 4); _local1.registerSkinElement(_local1.fader.boundingBox, "background"); _local1.fader._width = _local1.width; _local1.fader._height = _local1.height; _local1.fader._visible = false; } }; FComboBoxClass.prototype.setDataProvider = function (dp) { super.setDataProvider(dp); this.invalidate("setSize"); this.setSelectedIndex(0); }; FComboBoxClass.prototype.getValue = function () { if (this.editable) { return(this.fLabel_mc.getLabel()); } return(super.getValue()); }; FComboBoxClass.prototype.getRowCount = function () { return(this.rowCount); }; FComboBoxClass.prototype.setRowCount = function (count) { var _local1 = this; var _local3 = count; _local1.rowCount = ((_local1.getLength() > _local3) ? (Math.max(_local3, 3)) : (_local3)); _local1.setSize(_local1.width); var _local2 = _local1.getLength(); if ((_local2 - _local1.getScrollPosition()) < _local1.rowCount) { _local1.setScrollPosition(_local2 - Math.min(_local1.rowCount, _local2)); _local1.invalidate("updateControl"); } }; FComboBoxClass.prototype.setEditable = function (editableFlag) { var _local1 = this; if (!_local1.enable) { } else { _local1.editable = editableFlag; if (!_local1.editable) { _local1.onPress = _local1.pressHandler; _local1.useHandCursor = false; _local1.trackAsMenu = true; _local1.attachMovie("FComboBoxItemSymbol", "fLabel_mc", 5, {controller:_local1, itemNum:-1}); _local1.fLabel_mc.onRollOver = undefined; _local1.fLabel_mc.setSize((_local1.width - _local1.itmHgt) + 1, _local1.itmHgt); _local1.topLabel = _local1.getSelectedItem(); _local1.fLabel_mc.drawItem(_local1.topLabel, false); _local1.highlightTop(false); } else { _local1.attachMovie("FLabelSymbol", "fLabel_mc", 5); _local1.fLabel_txt = _local1.fLabel_mc.labelField; _local1.fLabel_txt.type = "input"; _local1.fLabel_txt._x = 4; _local1.fLabel_txt.onSetFocus = _local1.onLabelFocus; _local1.fLabel_mc.setSize((_local1.width - _local1.itmHgt) - 3); delete _local1.onPress; _local1.fLabel_txt.onKillFocus = function () { this._parent._parent.myOnKillFocus(); }; _local1.fLabel_mc.setLabel(_local1.value); _local1.fLabel_txt.onChanged = function () { this._parent._parent.findInputText(); }; _local1.downArrow.onPress = _local1.buttonPressHandler; _local1.downArrow.useHandCursor = false; _local1.downArrow.trackAsMenu = true; } } }; FComboBoxClass.prototype.setEnabled = function (enabledFlag) { var _local1 = this; var _local2 = enabledFlag; _local2 = (((_local2 == undefined) || (typeof(_local2) != "boolean")) ? true : (_local2)); super.setEnabled(_local2); _local1.registerSkinElement(_local1.boundingBox_mc.boundingBox, "background"); _local1.proxyBox_mc.gotoAndStop((_local1.enable ? "enabled" : "disabled")); _local1.downArrow.gotoAndStop((_local1.enable ? 1 : 3)); if (_local1.editable) { _local1.fLabel_txt.type = (_local2 ? "input" : "dynamic"); _local1.fLabel_txt.selectable = _local2; } else if (_local2) { _local1.fLabel_mc.drawItem(_local1.topLabel, false); _local1.setSelectedIndex(_local1.getSelectedIndex(), false); } _local1.fLabel_mc.setEnabled(_local1.enable); _local1.fLabel_txt.onSetFocus = (_local2 ? (_local1.onLabelFocus) : undefined); }; FComboBoxClass.prototype.setSelectedIndex = function (index, flag) { var _local1 = this; super.setSelectedIndex(index, flag); if (!_local1.editable) { _local1.topLabel = _local1.getSelectedItem(); _local1.fLabel_mc.drawItem(_local1.topLabel, false); } else { _local1.value = ((flag != undefined) ? "" : (_local1.getSelectedItem().label)); _local1.fLabel_mc.setLabel(_local1.value); } _local1.invalidate("updateControl"); }; FComboBoxClass.prototype.setValue = function (value) { var _local1 = this; if (_local1.editable) { _local1.fLabel_mc.setLabel(value); _local1.value = value; } }; FComboBoxClass.prototype.pressHandler = function () { var _local1 = this; _local1.focusRect.removeMovieClip(); if (_local1.enable) { if (!_local1.opened) { _local1.onMouseUp = _local1.releaseHandler; } else { _local1.onMouseUp = undefined; } _local1.changeFlag = false; if (!_local1.focused) { _local1.pressFocus(); _local1.clickFilter = (_local1.editable ? false : true); } if (!_local1.clickFilter) { _local1.openOrClose(!_local1.opened); } else { _local1.clickFilter = false; } } }; FComboBoxClass.prototype.clickHandler = function (itmNum) { var _local1 = this; if (!_local1.focused) { if (_local1.editable) { _local1.fLabel_txt.onKillFocus = undefined; } _local1.pressFocus(); } super.clickHandler(itmNum); _local1.selectionHandler(itmNum); _local1.onMouseUp = _local1.releaseHandler; }; FComboBoxClass.prototype.highlightTop = function (flag) { var _local1 = this; if (!_local1.editable) { _local1.fLabel_mc.drawItem(_local1.topLabel, flag); } }; FComboBoxClass.prototype.myOnSetFocus = function () { super.myOnSetFocus(); this.fLabel_mc.highlight_mc.gotoAndStop("enabled"); this.highlightTop(true); }; FComboBoxClass.prototype.drawFocusRect = function () { var _local1 = this; _local1.drawRect(-2, -2, _local1.width + 4, _local1._height + 4); }; FComboBoxClass.prototype.myOnKillFocus = function () { var _local1 = this; if (Selection.getFocus().indexOf("labelField") != -1) { } else { super.myOnKillFocus(); delete _local1.fLabel_txt.onKeyDown; _local1.openOrClose(false); _local1.highlightTop(false); } }; FComboBoxClass.prototype.setPopUpLocation = function (mcRef) { var _local1 = this; var _local3 = mcRef; _local3._x = _local1._x; var _local2 = {x:_local1._x, y:_local1._y + _local1.proxyBox_mc._height}; _local1._parent.localToGlobal(_local2); _local3._parent.globalToLocal(_local2); _local3._x = _local2.x; _local3._y = _local2.y; if ((_local1.height + _local3._y) >= Stage.height) { _local1.upward = true; _local3._y = (_local2.y - _local1.height) - _local1.proxyBox_mc._height; } else { _local1.upward = false; } }; FComboBoxClass.prototype.openOrClose = function (flag) { var _local1 = this; var _local2 = flag; if (_local1.getLength() == 0) { } else { _local1.setPopUpLocation(_local1.container_mc); if ((_local1.lastSelected != -1) && ((_local1.lastSelected < _local1.topDisplayed) || (_local1.lastSelected > (_local1.topDisplayed + _local1.numDisplayed)))) { super.moveSelBy(_local1.lastSelected - _local1.getSelectedIndex()); } if (!_local2) { (_local1.downArrow.gotoAndStop(1));// not popped } else { (_local1.downArrow.gotoAndStop(2));// not popped } if (_local2 == _local1.opened) { } else { _local1.highlightTop(!_local2); _local1.fadeRate = _local1.styleTable.popUpFade.value; if (((!_local2) || (_local1.fadeRate == undefined)) || (_local1.fadeRate == 0)) { _local1.opened = (_local1.container_mc._visible = _local2); } else { _local1.setPopUpLocation(_local1.fader); _local1.time = 0; _local1.const = 85 / Math.sqrt(_local1.fadeRate); _local1.fader._alpha = 85; _local1.container_mc._visible = (_local1.fader._visible = true); _local1.onEnterFrame = function () { var _local1 = this; _local1.fader._alpha = 100 - ((_local1.const * Math.sqrt(++_local1.time)) + 15); if (_local1.time >= _local1.fadeRate) { _local1.fader._visible = false; delete _local1.onEnterFrame; _local1.opened = true; } }; } } } }; FComboBoxClass.prototype.fireChange = function () { var _local1 = this; _local1.lastSelected = _local1.getSelectedIndex(); if (!_local1.editable) { _local1.topLabel = _local1.getSelectedItem(); _local1.fLabel_mc.drawItem(_local1.topLabel, true); } else { _local1.value = _local1.getSelectedItem().label; _local1.fLabel_mc.setLabel(_local1.value); } _local1.executeCallback(); }; FComboBoxClass.prototype.releaseHandler = function () { var _local1 = this; var _local2 = _root; var _local3 = _local1.boundingBox_mc.hitTest(_local2._xmouse, _local2._ymouse); if (_local1.changeFlag) { if (_local3) { _local1.fireChange(); } _local1.openOrClose(!_local1.opened); } else if (_local3) { _local1.openOrClose(false); } else { _local1.onMouseDown = function () { var _local1 = this; var _local2 = _root; if ((!_local1.boundingBox_mc.hitTest(_local2._xmouse, _local2._ymouse)) && (!_local1.hitTest(_local2._xmouse, _local2._ymouse))) { _local1.onMouseDown = undefined; _local1.openOrClose(false); } }; } _local1.changeFlag = false; _local1.onMouseUp = undefined; clearInterval(_local1.dragScrolling); _local1.dragScrolling = undefined; }; FComboBoxClass.prototype.moveSelBy = function (itemNum) { var _local1 = this; if (itemNum != 0) { super.moveSelBy(itemNum); if (_local1.editable) { _local1.setValue(_local1.getSelectedItem().label); } if (!_local1.opened) { if (_local1.changeFlag && (!_local1.isSelected(_local1.lastSelected))) { _local1.fireChange(); } } } }; FComboBoxClass.prototype.myOnKeyDown = function () { }; FComboBoxClass.prototype.findInputText = function () { if (!this.editable) { super.findInputText(); } }; FComboBoxClass.prototype.onLabelFocus = function () { var _local1 = this; _local1._parent._parent.tabFocused = false; _local1._parent._parent.focused = true; _local1.onKeyDown = function () { this._parent._parent.myOnKeyDown(); }; }; FComboBoxClass.prototype.buttonPressHandler = function () { this._parent.pressHandler(); }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 703 MovieClip [FScrollSelectListSymbol] "superClassAsset" in Symbol 751 MovieClip [FComboBoxSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 753 MovieClip Frame 1
stop();
Symbol 4 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 _local2 = __width; var _local3 = __height; __width = w; __height = h; size(); if (noEvent != true) { dispatchEvent({type:"resize", oldWidth:_local2, oldHeight:_local3}); } } 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 = 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.0.360"; 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 5 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.0.360"; 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 6 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 set tabIndex(n) { __tabIndex = n; //return(tabIndex); } 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.0.360"; var className = "View"; static var childNameBase = "_child"; var hasBeenLayedOut = false; var _loadExternalClass = "UIComponent"; }
Symbol 7 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 _local3 = scrollTarget; var _local1; while (_local3 != undefined) { if (_local3 instanceof mx.core.ScrollView) { _local1 = _local3; } _local3 = _local3._parent; } if (_local1 != undefined) { _local3 = ((delta <= 0) ? 1 : -1); var _local2 = _local1.vScroller.lineScrollSize; if (_local2 == undefined) { _local2 = 0; } _local2 = Math.max(Math.abs(delta), _local2); _local1.vPosition = _local1.vPosition + (_local2 * _local3); _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"; } dispatchEvent({type:"scroll", direction:_local4, position:_local2}); this[_local5] = _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.0.360"; 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 8 MovieClip [__Packages.mx.containers.Window] Frame 0
class mx.containers.Window extends mx.core.ScrollView { var destroyChildAt, __contentPath, boundingBox_mc, _parent, modalWindow, swapDepths, regX, _xmouse, regY, _ymouse, onMouseMove, move, back_mc, createClassObject, depth, titleStyleDeclaration, button_mc, validateNow, redraw, invalidate, _title, _child0, border_mc, __get__width, __get__height, size, vScroller, hScroller, closeButton, dispatchEvent; function Window () { super(); } function set contentPath(scrollableContent) { if (!initializing) { if (scrollableContent == undefined) { destroyChildAt(0); } else { if (this[mx.core.View.childNameBase + 0] != undefined) { destroyChildAt(0); } createChild(scrollableContent, "content", {styleName:this}); } } __contentPath = scrollableContent; //return(contentPath); } function get contentPath() { return(__contentPath); } function init(Void) { super.init(); boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } function delegateClick(obj) { _parent.dispatchEvent({type:"click"}); } function startDragging(Void) { if (modalWindow == undefined) { var _local2 = _parent.createChildAtDepth("BoundingBox", mx.managers.DepthManager.kTop, {_visible:false}); swapDepths(_local2); _local2.removeMovieClip(); } regX = _xmouse; regY = _ymouse; onMouseMove = dragTracking; } function stopDragging(Void) { delete onMouseMove; } function dragTracking(Void) { move(_parent._xmouse - regX, _parent._ymouse - regY); updateAfterEvent(); } function createChildren(Void) { super.createChildren(); if (back_mc == undefined) { createClassObject(mx.core.UIObject, "back_mc", 1); back_mc.createObject(skinTitleBackground, "back_mc", 0); } back_mc.visible = false; depth = 3; var _local6 = new Object(); back_mc.useHandCursor = false; back_mc.onPress = function () { if (this._parent.enabled) { this._parent.startDragging(); } }; back_mc.onDragOut = (back_mc.onRollOut = (back_mc.onReleaseOutside = (back_mc.onRelease = function () { var _local2 = this._parent; _local2.stopDragging(); _local2.move(_local2._x, _local2._y); }))); back_mc.tabEnabled = false; if (back_mc.title_mc == undefined) { back_mc.createLabel("title_mc", 1, title); var _local4 = back_mc.title_mc; if (titleStyleDeclaration == undefined) { _local4.fontSize = 10; _local4.color = 16777215 /* 0xFFFFFF */; _local4.fontWeight = "bold"; } else { _local4.styleName = titleStyleDeclaration; } _local4.invalidateStyle(); } else { back_mc.title_mc.text = title; } var _local3 = new Object(); _local3.falseUpSkin = skinCloseUp; _local3.falseOverSkin = skinCloseOver; _local3.falseDownSkin = skinCloseDown; _local3.falseDisabledSkin = skinCloseDisabled; _local3.tabEnabled = false; createClassObject(mx.controls.SimpleButton, "button_mc", 2, _local3); button_mc.clickHandler = delegateClick; button_mc.__set__visible(false); if (validateNow) { redraw(true); } else { invalidate(); } } function get title() { return(_title); } function set title(s) { _title = s; back_mc.title_mc.text = s; if (!initializing) { draw(); } //return(title); } function setEnabled(enable) { super.setEnabled(enable); button_mc.enabled = enable; _child0.enabled = enable; } function getComponentCount(Void) { return(1); } function getComponentRect(container) { if (container == 1) { var _local3 = border_mc.__get__borderMetrics(); var _local2 = new Object(); _local2.x = _local3.left; _local2.y = _local3.top + back_mc.height; _local2.width = (__get__width() - _local2.x) - _local3.right; _local2.height = (__get__height() - _local2.y) - _local3.bottom; return(_local2); } return(undefined); } function draw(Void) { if (initializing) { initializing = false; if (__contentPath != undefined) { contentPath = (__contentPath); } _child0.visible = true; border_mc.__set__visible(true); back_mc.visible = true; } size(); } function getViewMetrics(Void) { var _local3 = super.getViewMetrics(); _local3.top = _local3.top + back_mc.height; return(_local3); } function doLayout(Void) { super.doLayout(); var _local3 = border_mc.__get__borderMetrics(); _local3.right = _local3.right + ((vScroller.__get__visible() == true) ? (vScroller.__get__width()) : 0); _local3.bottom = _local3.bottom + ((hScroller.__get__visible() == true) ? (hScroller.__get__height()) : 0); var _local4 = _local3.left; var _local6 = _local3.top; back_mc.move(_local4, _local6); back_mc.back_mc.setSize((__get__width() - _local4) - _local3.right, back_mc.height); _child0.move(_local4, _local6 + back_mc.height); if (_child0.size != mx.core.UIObject.prototype.size) { _child0.setSize((__get__width() - _local4) - _local3.right, ((__get__height() - _local6) - back_mc.height) - _local3.bottom); } button_mc.__set__visible(closeButton == true); button_mc.move(((__get__width() - _local4) - _local4) - button_mc.__get__width(), ((back_mc.height - button_mc.__get__height()) / 2) + _local6); var _local7 = back_mc.title_mc.textHeight; var _local5 = ((back_mc.height - _local7) - 4) / 2; back_mc.title_mc.move(_local5, _local5 - 1); back_mc.title_mc.setSize((__get__width() - _local5) - _local5, _local7 + 4); } function createChild(id, name, props) { loadingChild = true; var _local3 = super.createChild(id, name, props); loadingChild = false; return(_local3); } function childLoaded(obj) { super.childLoaded(obj); if (loadingChild) { dispatchEvent({type:"complete", current:obj.getBytesLoaded(), total:obj.getBytesTotal()}); } } static var symbolName = "Window"; static var symbolOwner = mx.containers.Window; static var version = "2.0.0.360"; var className = "Window"; static var skinIDBorder = 0; static var skinIDTitleBackground = 1; static var skinIDForm = 2; var idNames = new Array("border_mc", "back_mc", "content"); var skinTitleBackground = "TitleBackground"; var skinCloseUp = "CloseButtonUp"; var skinCloseOver = "CloseButtonOver"; var skinCloseDown = "CloseButtonDown"; var skinCloseDisabled = "CloseButtonDisabled"; var clipParameters = {title:1, contentPath:1, closeButton:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.containers.Window.prototype.clipParameters, mx.core.ScrollView.prototype.clipParameters); var initializing = true; var loadingChild = false; }
Symbol 117 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 118 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 119 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 120 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 121 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 122 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.0.360"; var className = "RectBorder"; var borderStyleName = "borderStyle"; var borderColorName = "borderColor"; var shadowColorName = "shadowColor"; var highlightColorName = "highlightColor"; var buttonColorName = "buttonColor"; var backgroundColorName = "backgroundColor"; }
Symbol 123 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; } 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 _local6 = "down"; if (depthFlag == kBottom) { _local6 = "up"; } var _local5; if (_local3[_local2] != undefined) { _local5 = _local2; _local2 = findNextAvailableDepth(_local2, _local3, _local6); } var _local4 = createClassObject(className, "depthChild" + (_childCounter++), _local2, initObj); if (_local5 != undefined) { _local3[_local2] = _local4; shuffleDepths(_local4, _local5, _local3, _local6); } 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 _local6 = "down"; if (depthFlag == kBottom) { _local6 = "up"; } var _local5; if (_local3[_local2] != undefined) { _local5 = _local2; _local2 = findNextAvailableDepth(_local2, _local3, _local6); } var _local4 = createObject(linkageName, "depthChild" + (_childCounter++), _local2, initObj); if (_local5 != undefined) { _local3[_local2] = _local4; shuffleDepths(_local4, _local5, _local3, _local6); } 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(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 _local2 = targetDepth; var _local1 = targetDepth; if (direction == "down") { while (depthTable[_local1] != undefined) { _local1--; } return(_local1); } while (depthTable[_local2] != undefined) { _local2++; } return(_local2); } 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 124 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[eventObj.type](eventObj); } else { _local1.handleEvent(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; }
Symbol 125 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 126 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 _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; } } 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 127 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(__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.0.360"; 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 128 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.0.360"; 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 129 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 130 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 131 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.0.360"; var className = "HScrollBar"; var minusMode = "Left"; var plusMode = "Right"; var minMode = "AtLeft"; var maxMode = "AtRight"; }
Symbol 132 MovieClip [__Packages.mx.controls.Button] Frame 0
class mx.controls.Button extends mx.controls.SimpleButton { var initIcon, getState, enabled, phase, labelPath, idNames, __width, __height, setState, invalidate, iconName, refresh, createLabel, _iconLinkageName, initializing, removeIcons, hitArea_mc, createEmptyObject; function Button () { super(); } function init(Void) { super.init(); } function draw() { 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; _local3._visible = true; 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; _local2.visible = false; } else { labelPath.text = label; refresh(); } } function getLabel(Void) { return(labelPath.text); } function get label() { return(labelPath.text); } 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(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.0.360"; 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 133 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 134 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 _local4 = mx.core.UIObject.prototype; var _local8 = mx.skins.SkinElement.prototype; addGeometry(_local8, _local4); mx.events.UIEventDispatcher.initialize(_local4); var _local12 = mx.skins.ColoredSkinElement; mx.styles.CSSTextStyles.addTextStyles(_local4); var _local5 = MovieClip.prototype; _local5.getTopLevel = _local4.getTopLevel; _local5.createLabel = _local4.createLabel; _local5.createObject = _local4.createObject; _local5.createClassObject = _local4.createClassObject; _local5.createEmptyObject = _local4.createEmptyObject; _local5.destroyObject = _local4.destroyObject; _local5.__getTextFormat = _local4.__getTextFormat; _local5._getTextFormat = _local4._getTextFormat; _local5.getStyleName = _local4.getStyleName; _local5.getStyle = _local4.getStyle; var _local6 = TextField.prototype; addGeometry(_local6, _local4); _local6.addProperty("enabled", function () { return(this.__enabled); }, function (x) { this.__enabled = x; this.invalidateStyle(); }); _local6.move = _local8.move; _local6.setSize = _local8.setSize; _local6.invalidateStyle = function () { this.invalidateFlag = true; }; _local6.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; } }; _local6.setColor = function (color) { this.textColor = color; }; _local6.getStyle = _local5.getStyle; _local6.__getTextFormat = _local4.__getTextFormat; _local6.setValue = function (v) { this.text = v; }; _local6.getValue = function () { return(this.text); }; _local6.addProperty("value", function () { return(this.getValue()); }, function (v) { this.setValue(v); }); _local6._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); }; _local6.getPreferredWidth = function () { this.draw(); return(this.textWidth + 4); }; _local6.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(); _global.origWidth = Stage.width; _global.origHeight = Stage.height; } _root.addProperty("width", function () { return(Stage.width); }, null); _root.addProperty("height", function () { return(Stage.height); }, null); 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 135 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 136 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 137 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, _visible, lastFocus, doLater, lastSelFocus, cancelAllDoLaters, _searchKey, _lastTarget, _firstNode, _nextIsNext, _nextNode, _lastx, _prevNode, _needPrev, _foundList, _prevObj, _nextObj, _firstObj, _lastObj, _lastNode, lastTabFocus, lastXMouse, lastYMouse, 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); } 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 = _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(lastXMouse, lastYMouse, 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(); lastXMouse = _root._xmouse; lastYMouse = _root._ymouse; } 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.0.360"; 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 138 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 139 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 140 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 _local1 = mx.styles.CSSSetStyle.prototype; mx.styles.CSSStyleDeclaration.prototype.setStyle = _local1._setStyle; _local2.changeTextStyleInChildren = _local1.changeTextStyleInChildren; _local2.changeColorStyleInChildren = _local1.changeColorStyleInChildren; _local2.notifyStyleChangeInChildren = _local1.notifyStyleChangeInChildren; _local2.setStyle = _local1.setStyle; var _local3 = TextField.prototype; _local3.setStyle = _local2.setStyle; _local3.changeTextStyleInChildren = _local1.changeTextStyleInChildren; return(true); } static var classConstructed = classConstruct(); static var CSSStyleDeclarationDependency = mx.styles.CSSStyleDeclaration; }
Symbol 141 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 142 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.0.360"; 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 143 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 144 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.0.360"; var className = "VScrollBar"; var minusMode = "Up"; var plusMode = "Down"; var minMode = "AtTop"; var maxMode = "AtBottom"; }
Symbol 145 MovieClip [__Packages.mx.controls.TextInput] Frame 0
class mx.controls.TextInput extends mx.core.UIComponent { var owner, enterListener, label, tabChildren, tabEnabled, focusTextField, _color, _parent, border_mc, createClassObject, dispatchValueChangedEvent, __get__width, __get__height, tfx, tfy, tfw, tfh, enabled, getStyle, bind, updateModel, _getTextFormat; function TextInput () { super(); } function addEventListener(event, handler) { if (event == "enter") { addEnterEvents(); } super.addEventListener(event, handler); } function enterOnKeyDown() { if (Key.getAscii() == 13) { owner.dispatchEvent({type:"enter"}); } } function addEnterEvents() { if (enterListener == undefined) { enterListener = new Object(); enterListener.owner = this; enterListener.onKeyDown = enterOnKeyDown; } } function init(Void) { super.init(); label.styleName = this; tabChildren = true; tabEnabled = false; focusTextField = label; _color = mx.core.UIObject.textColorList; label.onSetFocus = function () { this._parent.onSetFocus(); }; label.onKillFocus = function (n) { this._parent.onKillFocus(n); }; label.drawFocus = function (b) { this._parent.drawFocus(b); }; label.onChanged = onLabelChanged; } function setFocus() { Selection.setFocus(label); } function onLabelChanged(Void) { _parent.dispatchEvent({type:"change"}); _parent.dispatchValueChangedEvent(text); } function createChildren(Void) { super.createChildren(); if (border_mc == undefined) { createClassObject(_global.styles.rectBorderClass, "border_mc", 0, {styleName:this}); } border_mc.swapDepths(label); label.autoSize = "none"; } 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); } if (label.html == true) { return(label.htmlText); } return(label.text); } function setText(t) { if (initializing) { initText = t; } else { var _local2 = label; if (_local2.html == true) { _local2.htmlText = t; } else { _local2.text = t; } } dispatchValueChangedEvent(t); } function size(Void) { border_mc.setSize(__get__width(), __get__height()); var _local2 = border_mc.__get__borderMetrics(); var _local6 = _local2.left + _local2.right; var _local3 = _local2.top + _local2.bottom; var _local5 = _local2.left; var _local4 = _local2.top; tfx = _local5; tfy = _local4; tfw = __get__width() - _local6; tfh = __get__height() - _local3; label.move(tfx, tfy); label.setSize(tfw, tfh + 1); } function setEnabled(enable) { enabled = enable; label.type = (((__editable == true) || (enabled == false)) ? "input" : "dynamic"); label.selectable = enabled; var _local2 = getStyle((enable ? "color" : "disabledColor")); if (_local2 == undefined) { _local2 = (enable ? 0 : 8947848); } setColor(_local2); } function setColor(col) { label.textColor = col; } function onKillFocus(newFocus) { if (enterListener != undefined) { Key.removeListener(enterListener); } if (bind != undefined) { updateModel(text); } super.onKillFocus(newFocus); } function onSetFocus(oldFocus) { var f = Selection.getFocus(); var o = eval (f); if (o != label) { Selection.setFocus(label); return(undefined); } if (enterListener != undefined) { Key.addListener(enterListener); } super.onSetFocus(oldFocus); } 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 = false; _local2.wordWrap = false; if (_local2.html == true) { _local2.setTextFormat(_local3); _local2.htmlText = _local4; } else { _local2.text = _local4; } _local2.type = (((__editable == true) || (enabled == false)) ? "input" : "dynamic"); size(); } function setEditable(s) { __editable = s; label.type = (s ? "input" : "dynamic"); } function get maxChars() { return(label.maxChars); } function set maxChars(w) { label.maxChars = w; //return(maxChars); } function get length() { return(label.length); } function get restrict() { return(label.restrict); } function set restrict(w) { label.restrict = ((w == "") ? null : (w)); //return(restrict); } function get hPosition() { return(label.hscroll); } function set hPosition(w) { label.hscroll = w; //return(hPosition); } function get maxHPosition() { return(label.maxhscroll); } function get editable() { return(__editable); } function set editable(w) { setEditable(w); //return(editable); } function get password() { return(label.password); } function set password(w) { label.password = w; //return(password); } 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); } static var symbolName = "TextInput"; static var symbolOwner = mx.controls.TextInput; static var version = "2.0.0.360"; var className = "TextInput"; var initializing = true; var clipParameters = {text:1, editable:1, password:1, maxChars:1, restrict:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.TextInput.prototype.clipParameters, mx.core.UIComponent.prototype.clipParameters); var _maxWidth = mx.core.UIComponent.kStretch; var __editable = true; var initText = ""; }
Symbol 149 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, enabled, getStyle, getFocusManager, addEventListener, removeEventListener, _getTextFormat, setScrollProperties; 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) { enabled = enable; vScroller.enabled = enable; hScroller.enabled = enable; label.type = (((editable == false) || (enabled == false)) ? "dynamic" : "input"); label.selectable = enabled; var _local2 = getStyle((enable ? "color" : "disabledColor")); if (_local2 == undefined) { _local2 = (enable ? 0 : 8947848); } setColor(_local2); } 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.wordWrap) { __hScrollPolicy = "off"; } 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 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.0.360"; 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 152 MovieClip [__Packages.mx.controls.ProgressBar] Frame 0
class mx.controls.ProgressBar extends mx.core.UIObject { var tabEnabled, boundingBox_mc, progTrackLeft_mc, setSkin, progTrackMiddle_mc, progTrackRight_mc, progBarLeft_mc, progBarMiddle_mc, progBarRight_mc, progIndBar_mc, mask_mc, createObject, labelPath, createLabel, setSize, __width, __height, invalidate, __source, __stringSource, si, dispatchEvent; function ProgressBar () { super(); } function init(Void) { super.init(); tabEnabled = false; boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } function createChildren(Void) { if (progTrackLeft_mc == undefined) { setSkin(skinIDProgTrackLeft, progTrackLeftName); } if (progTrackMiddle_mc == undefined) { setSkin(skinIDProgTrackMiddle, progTrackMiddleName); } if (progTrackRight_mc == undefined) { setSkin(skinIDProgTrackRight, progTrackRightName); } if (progBarLeft_mc == undefined) { setSkin(skinIDProgBarLeft, progBarLeftName); } if (progBarMiddle_mc == undefined) { setSkin(skinIDProgBarMiddle, progBarMiddleName); } if (progBarRight_mc == undefined) { setSkin(skinIDProgBarRight, progBarRightName); } if (progIndBar_mc == undefined) { setSkin(skinIDProgIndBar, progIndBarName); progIndBar_mc._visible = false; } if (mask_mc == undefined) { mask_mc = createObject("BoundingBox", "mask_mc", skinIDMask); mask_mc._visible = false; progIndBar_mc.setMask(mask_mc); } if (labelPath == undefined) { labelPath = createLabel("labelPath", skinIDLabel); labelPath.tabEnabled = false; labelPath.selectable = false; labelPath.styleName = this; } setSize(__width, __height); } function size(Void) { invalidate(); } function draw(Void) { if ((__source == undefined) && (__stringSource != undefined)) { setSource(__stringSource); __stringSource = undefined; } var _local14 = __width; var _local22 = __height; var _local5 = ((progBarLeft_mc._width > progTrackLeft_mc._width) ? (progBarLeft_mc._width) : (progTrackLeft_mc._width)); var _local6 = ((progBarLeft_mc._height > progTrackLeft_mc._height) ? (progBarLeft_mc._height) : (progTrackLeft_mc._height)); var _local15 = ((progBarRight_mc._width > progTrackRight_mc._width) ? (progBarRight_mc._width) : (progTrackRight_mc._width)); var _local7 = _local14; var _local8 = 0; var _local9 = 0; if (__labelPlacement == "top") { _local8 = _local22 - _local6; } if ((__label != undefined) && (__label != "")) { labelPath._visible = false; var _local11 = 1; var _local20 = 1; var _local18 = 5; var _local26 = 4; var _local12 = __value - __minimum; if (_local12 < 0) { _local12 = 0; } var _local13 = __maximum - __minimum; if (_local13 < 0) { _local13 = 0; } if ((__labelPlacement == "left") || (__labelPlacement == "right")) { var _local4 = __label; if (!__indeterminate) { _local4 = replace(_local4, "%1", String(Math.floor(_local13 / __conversion))); _local4 = replace(_local4, "%2", String(Math.floor(_local13 / __conversion))); _local4 = replace(_local4, "%3", String(100)); _local4 = replace(_local4, "%%", "%"); } else { _local4 = replace(_local4, "%1", String(Math.floor(_local12 / __conversion))); _local4 = replace(_local4, "%2", "??"); _local4 = replace(_local4, "%3", ""); _local4 = replace(_local4, "%%", ""); } labelPath.text = _local4; _local7 = _local14 - ((labelPath.textWidth + _local18) + _local11); if (_local7 < (_local5 + _local15)) { _local7 = 0; } if (__labelPlacement == "left") { _local9 = _local14 - _local7; } } var _local3 = __label; if (!__indeterminate) { _local3 = replace(_local3, "%1", String(Math.floor(_local12 / __conversion))); _local3 = replace(_local3, "%2", String(Math.floor(_local13 / __conversion))); _local3 = replace(_local3, "%3", String(Math.floor(percentComplete))); _local3 = replace(_local3, "%%", "%"); } else { _local3 = replace(_local3, "%1", String(Math.floor(_local12 / __conversion))); _local3 = replace(_local3, "%2", "??"); _local3 = replace(_local3, "%3", ""); _local3 = replace(_local3, "%%", ""); } labelPath.text = _local3; var _local10 = 0; if ((__labelPlacement == "left") || (__labelPlacement == "right")) { _local10 = (_local14 - _local7) - _local11; } else { _local10 = _local14 - _local11; } if (_local10 < (labelPath.textWidth + _local18)) { labelPath._width = _local10; } else { labelPath._width = labelPath.textWidth + _local18; } if (((__labelPlacement == "left") || (__labelPlacement == "right")) || (__labelPlacement == "center")) { _local10 = _local22; } else { _local10 = (_local22 - _local20) - _local6; } if (_local10 < (labelPath.textHeight + _local26)) { labelPath._height = _local10; } else { labelPath._height = labelPath.textHeight + _local26; } if (__labelPlacement == "left") { labelPath._x = _local11; } else if (__labelPlacement == "right") { labelPath._x = _local7 + _local11; } else { labelPath._x = _local11; } if (((__labelPlacement == "center") || (__labelPlacement == "left")) || (__labelPlacement == "right")) { labelPath._y = (_local6 / 2) - (labelPath.height / 2); } else if (__labelPlacement == "top") { labelPath._y = (_local8 - _local20) - labelPath.height; } else { labelPath._y = _local6 + _local20; } labelPath._visible = true; } else { labelPath.text = ""; labelPath._visible = false; } if (_local7 >= (_local5 + _local15)) { var _local2 = progTrackLeft_mc.getBounds(progTrackLeft_mc); var _local42 = -_local2.xMin; var _local41 = -_local2.yMin; progTrackLeft_mc.move(((_local9 + _local5) - progTrackLeft_mc._width) + _local42, (_local8 + ((_local6 - progTrackLeft_mc._height) / 2)) + _local41); _local2 = progTrackMiddle_mc.getBounds(progTrackMiddle_mc); var _local38 = -_local2.xMin; var _local35 = -_local2.yMin; progTrackMiddle_mc.setSize((_local7 - _local5) - _local15, progTrackMiddle_mc._height); progTrackMiddle_mc.move((_local9 + _local5) + _local38, (_local8 + ((_local6 - progTrackLeft_mc._height) / 2)) + _local35); _local2 = progTrackRight_mc.getBounds(progTrackRight_mc); var _local31 = -_local2.xMin; var _local32 = -_local2.yMin; progTrackRight_mc.move(((_local9 + _local5) + progTrackMiddle_mc._width) + _local31, (_local8 + ((_local6 - progTrackRight_mc._height) / 2)) + _local32); var _local21 = (_local7 - _local5) - _local15; var _local16 = (_local21 * percentComplete) / 100; var _local17 = 0; if (__indeterminate == true) { _local16 = _local21; mask_mc._width = _local16; mask_mc._height = progIndBar_mc._height; mask_mc._x = _local9 + _local5; mask_mc._y = _local8 + ((_local6 - progIndBar_mc._height) / 2); progIndBar_mc._width = (_local7 * 200) / 150; var _local28 = progIndBar_mc._x; _local2 = progIndBar_mc.getBounds(progIndBar_mc); var _local30 = -_local2.xMin; var _local29 = -_local2.yMin; var _local19 = (_local9 + _local5) + _local30; var _local23 = (progIndBar_mc._width * 50) / 200; var _local25 = (progIndBar_mc._width * 20) / 200; var _local24 = 3; var _local27 = _local23; if (__direction == "left") { _local23 = (progIndBar_mc._width * 30) / 200; _local25 = 0; _local24 = -3; _local27 = _local25; } if ((_local28 <= (_local19 - _local23)) || (_local28 >= (_local19 - _local25))) { progIndBar_mc._x = (_local19 - _local27) + _local24; } else { progIndBar_mc._x = progIndBar_mc._x + _local24; } progIndBar_mc._y = (_local8 + ((_local6 - progIndBar_mc._height) / 2)) + _local29; progIndBar_mc._visible = true; invalidate(); } else { progIndBar_mc._visible = false; if (__direction == "left") { _local17 = _local21 - _local16; } } _local2 = progBarMiddle_mc.getBounds(progBarMiddle_mc); var _local40 = -_local2.xMin; var _local39 = -_local2.yMin; progBarMiddle_mc.setSize(_local16, progBarMiddle_mc._height); progBarMiddle_mc.move(((_local17 + _local9) + _local5) + _local40, (_local8 + ((_local6 - progBarLeft_mc._height) / 2)) + _local39); _local2 = progBarLeft_mc.getBounds(progBarLeft_mc); var _local36 = -_local2.xMin; var _local33 = -_local2.yMin; progBarLeft_mc.move((((_local17 + _local9) + _local5) - progBarLeft_mc._width) + _local36, (_local8 + ((_local6 - progBarLeft_mc._height) / 2)) + _local33); _local2 = progBarRight_mc.getBounds(progBarRight_mc); var _local34 = -_local2.xMin; var _local37 = -_local2.yMin; progBarRight_mc.move((((_local17 + _local9) + _local5) + progBarMiddle_mc._width) + _local34, (_local8 + ((_local6 - progBarRight_mc._height) / 2)) + _local37); progTrackLeft_mc._visible = true; progTrackMiddle_mc._visible = true; progTrackRight_mc._visible = true; progBarLeft_mc._visible = true; progBarMiddle_mc._visible = true; progBarRight_mc._visible = true; } else { progTrackLeft_mc._visible = false; progTrackMiddle_mc._visible = false; progTrackRight_mc._visible = false; progBarLeft_mc._visible = false; progBarMiddle_mc._visible = false; progBarRight_mc._visible = false; } } function replace(str, from, to) { var _local1 = str.split(from); var _local2 = _local1.join(to); return(_local2); } function getMode(Void) { return(__mode); } function setMode(val) { if ((val == "polled") || (val == "manual")) { __mode = val; } else { delete __mode; } invalidate(); } function getDirection(Void) { return(__direction); } function setDirection(val) { if (val == "left") { __direction = val; } else { delete __direction; } invalidate(); } function getLabelPlacement(Void) { return(__labelPlacement); } function setLabelPlacement(val) { if ((((val == "top") || (val == "center")) || (val == "left")) || (val == "right")) { __labelPlacement = val; } else { delete __labelPlacement; } invalidate(); } function getIndeterminate(Void) { return(__indeterminate); } function setIndeterminate(val) { if (val == true) { __indeterminate = true; } else { delete __indeterminate; } invalidate(); } function getLabel(Void) { return(__label); } function setLabel(val) { __label = val; invalidate(); } function getConversion(Void) { return(__conversion); } function setConversion(val) { if ((!_global.isNaN(val)) && (Number(val) > 0)) { __conversion = Number(val); invalidate(); } } function getSource(Void) { return(__source); } function setSource(val) { if (typeof(val) == "string") { __stringSource = val; val = eval (val); } if (((val != null) && (val != undefined)) && (val != "")) { __source = val; if (__mode == "event") { if (__source.addEventListener) { __source.addEventListener("progress", this); __source.addEventListener("complete", this); } else { __source = undefined; } } if (__mode == "polled") { si = setInterval(this, "update", __interval); } } else if (__source != null) { delete __source; clearInterval(si); delete si; } } function update(Void) { var _local2 = __source; var _local3 = _local2.getBytesLoaded(); var _local4 = _local2.getBytesTotal(); _setProgress(_local3, _local4); if ((percentComplete >= 100) && (__value > 0)) { clearInterval(si); } } function progress(pEvent) { var _local2 = pEvent.target; var _local3 = _local2.bytesLoaded; var _local4 = _local2.bytesTotal; _setProgress(_local3, _local4); } function complete(pEvent) { } function _setProgress(completed, total) { if ((!_global.isNaN(completed)) && (!_global.isNaN(total))) { __value = Number(completed); __maximum = Number(total); if (__mode != "event") { dispatchEvent({type:"progress", current:completed, total:total}); if ((__value == __maximum) && (__value > 0)) { dispatchEvent({type:"complete", current:completed, total:total}); } } invalidate(); } } function setProgress(completed, total) { if (__mode == "manual") { _setProgress(completed, total); } } function getPercentComplete(Void) { if ((__value < __minimum) || (__maximum < __minimum)) { return(0); } var _local3 = (100 * (__value - __minimum)) / (__maximum - __minimum); if (_global.isNaN(_local3) || (_local3 < 0)) { return(0); } if (_local3 > 100) { return(100); } return(_local3); } function getMaximum(Void) { return(__maximum); } function setMaximum(val) { if ((!_global.isNaN(val)) && (__mode == "manual")) { __maximum = Number(val); invalidate(); } } function getMinimum(Void) { return(__minimum); } function setMinimum(val) { if ((!_global.isNaN(val)) && (__mode == "manual")) { __minimum = Number(val); invalidate(); } } function getVal(Void) { return(__value); } function get mode() { return(getMode()); } function set mode(x) { setMode(x); //return(mode); } function get source() { return(getSource()); } function set source(x) { setSource(x); //return(source); } function get direction() { return(getDirection()); } function set direction(x) { setDirection(x); //return(direction); } function get label() { return(getLabel()); } function set label(x) { setLabel(x); //return(label); } function get labelPlacement() { return(getLabelPlacement()); } function set labelPlacement(x) { setLabelPlacement(x); //return(labelPlacement); } function get indeterminate() { return(getIndeterminate()); } function set indeterminate(x) { setIndeterminate(x); //return(indeterminate); } function get conversion() { return(getConversion()); } function set conversion(x) { setConversion(x); //return(conversion); } function get percentComplete() { return(getPercentComplete()); } function get maximum() { return(getMaximum()); } function set maximum(x) { setMaximum(x); //return(maximum); } function get minimum() { return(getMinimum()); } function set minimum(x) { setMinimum(x); //return(minimum); } function get value() { return(getVal()); } static var symbolName = "ProgressBar"; static var symbolOwner = Object(mx.controls.ProgressBar); var className = "ProgressBar"; static var version = "2.0.0.360"; var __mode = "event"; var __direction = "right"; var __labelPlacement = "bottom"; var __label = "LOADING %3%% "; var __conversion = 1; var __maximum = 0; var __minimum = 0; var __value = 0; var __indeterminate = false; var progTrackLeftName = "ProgTrackLeft"; var progTrackMiddleName = "ProgTrackMiddle"; var progTrackRightName = "ProgTrackRight"; var progBarLeftName = "ProgBarLeft"; var progBarMiddleName = "ProgBarMiddle"; var progBarRightName = "ProgBarRight"; var progIndBarName = "ProgIndBar"; var idNames = new Array("progTrackLeft_mc", "progTrackMiddle_mc", "progTrackRight_mc", "progBarLeft_mc", "progBarMiddle_mc", "progBarRight_mc", "progIndBar_mc"); var skinIDProgTrackLeft = 0; var skinIDProgTrackMiddle = 1; var skinIDProgTrackRight = 2; var skinIDProgBarLeft = 3; var skinIDProgBarMiddle = 4; var skinIDProgBarRight = 5; var skinIDProgIndBar = 6; var skinIDMask = 100; var skinIDLabel = 200; var __interval = 30; var __leave = 2; var clipParameters = {mode:1, source:1, direction:1, label:1, labelPlacement:1, conversion:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.ProgressBar.prototype.clipParameters, mx.core.UIObject.prototype.clipParameters); }
Symbol 180 MovieClip [__Packages.mx.controls.MenuBar] Frame 0
class mx.controls.MenuBar extends mx.core.UIComponent { var __menus, __menuBarItems, __labels, boundingBox_mc, invUpdateDisplay, invUpdateSize, openMenuIndex, getFocusManager, supposedToLoseFocus, background_mc, createEmptyMovieClip, createObject, setMask, __menuDataProvider, labelFunction, enabled, __height, invalidate, enableByPass, redraw, width, mask_mc, height, __width, isDown, pressFocus, releaseFocus; function MenuBar () { super(); } function init(Void) { super.init(); __menus = new Object(); __menuBarItems = new Array(); var _local3 = 0; while (_local3 < __labels.length) { addMenu(__labels[_local3]); _local3++; } boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } function draw(Void) { super.draw(); if (invUpdateDisplay) { updateDisplay(invUpdateSize); } } function menuHide(event) { if (event.menu.menuBarIndex == openMenuIndex) { __menuBarItems[openMenuIndex].setLabelBorder("none"); delete openMenuIndex; } } function onSetFocus() { super.onSetFocus(); getFocusManager().defaultPushButtonEnabled = false; } function onKillFocus() { super.onKillFocus(); getFocusManager().defaultPushButtonEnabled = true; if (supposedToLoseFocus == undefined) { getMenuAt(openMenuIndex).hide(); } delete supposedToLoseFocus; } function createChildren(Void) { super.createChildren(); if (background_mc == undefined) { createEmptyMovieClip("background_mc", 0); background_mc.createObject(menuBarBackLeftName, "bckLeft", 1); background_mc.createObject(menuBarBackRightName, "bckRight", 2); background_mc.createObject(menuBarBackMiddleName, "bckCenter", 3); } if (!_global.isLivePreview) { var _local4 = createObject("BoundingBox", "mask_mc", 10); setMask(_local4); } updateBackgroundDisplay(); } function size(Void) { super.size(); updateDisplay(true); updateBackgroundDisplay(); } function addMenu(arg1, arg2) { var _local2 = __menuDataProvider.childNodes.length; if (_local2 == undefined) { _local2 = 0; } return(addMenuAt(_local2, arg1, arg2)); } function addMenuAt(index, arg1, arg2) { if (__menuDataProvider == undefined) { __menuDataProvider = new XML(); __menuDataProvider.addEventListener("modelChanged", this); } var _local8; var _local3; var _local4 = arg1; if (arg2 != undefined) { if (arg2 instanceof XML) { _local3 = __menuDataProvider.addMenuItemAt(index, arg1); var _local2 = arg2.childNodes; while (_local2.length != 0) { _local3.addMenuItem(_local2[0]); } _local4 = undefined; } else { arg2.attributes.label = arg1; _local4 = arg2; } } if (_local4 != undefined) { _local3 = __menuDataProvider.addMenuItemAt(index, _local4); } return(insertMenuBarItem(index, _local3)); } function insertMenuBarItem(index, mdp) { var _local3 = mx.controls.Menu.createMenu(_root, mdp, {styleName:this, menuBarIndex:index}); __menus[mdp.getID()] = _local3; _local3.__menuBar = this; _local3.addEventListener("menuHide", this); _local3.border_mc.borderStyle = "menuBorder"; _local3.labelField = labelField; _local3.labelFunction = labelFunction; var _local5 = labelFunction(mdp); if (_local5 == undefined) { _local5 = mdp.attributes[labelField]; } var _local4 = createObject("MenuBarItem", "mbItem" + (topItemDepth++), topItemDepth, {owner:this, __initText:_local5, styleName:this, _visible:false}); _local4.setEnabled(enabled); _local4.setSize(_local4.getPreferredWidth(), __height); _local3.__activator = _local4; __menuBarItems.splice(index, 0, _local4); invUpdateDisplay = true; invalidate(); return(_local3); } function getMenuAt(index) { return(__menus[__menuDataProvider.childNodes[index].getID()]); } function removeMenuAt(index) { var _local2 = __menuDataProvider.removeMenuItemAt(index); var _local3 = __menuBarItems[index]; __menuBarItems.splice(index, 1); _local3.removeMovieClip(); var _local5 = __menus[_local2.getID()]; delete __menus[_local2.getID()]; invUpdateDisplay = true; invalidate(); return(_local5); } function setEnabled(b) { super.setEnabled(b); var _local4 = __menuBarItems.length; enableByPass = true; var _local3 = 0; while (_local3 < _local4) { __menuBarItems[_local3].setEnabled(b); _local3++; } delete enableByPass; } function setMenuEnabledAt(index, enable) { if ((!enabled) && (enableByPass == undefined)) { return(undefined); } __menuBarItems[index].setEnabled(enable); } function getMenuEnabledAt(index) { return(__menuBarItems[index].enabled); } function setDataProvider(dp) { removeAll(); __menuDataProvider = dp; dp.isTreeRoot = true; var _local3 = dp.childNodes; var _local4 = _local3.length; var _local2 = 0; while (_local2 < _local4) { insertMenuBarItem(_local2, _local3[_local2]); _local2++; } } function get dataProvider() { return(__menuDataProvider); } function set dataProvider(dp) { setDataProvider(dp); //return(dataProvider); } function get labels() { return(__labels); } function set labels(lbls) { __labels = lbls; var _local4 = __menuBarItems.length; var _local3 = __labels.length; var _local2 = 0; while (_local2 < _local4) { removeMenuAt(0); _local2++; } _local2 = 0; while (_local2 < _local3) { addMenu(__labels[_local2]); _local2++; } redraw(true); //return(labels); } function invalidateStyle(propName) { super.invalidateStyle(propName); if ((((propName == "fontFamily") || (propName == "fontSize")) || (propName == "fontWeight")) || (propName == "styleName")) { invUpdateDisplay = true; invUpdateSize = true; invalidate(); } var _local3 = 0; while (_local3 < __menuBarItems.length) { getMenuAt(_local3).invalidateStyle(propName); _local3++; } } function changeColorStyleInChildren(sheet, styleProp, newValue) { super.changeColorStyleInChildren(sheet, styleProp, newValue); var _local3 = 0; while (_local3 < __menuBarItems.length) { getMenuAt(_local3).changeColorStyleInChildren(sheet, styleProp, newValue); _local3++; } } function notifyStyleChangeInChildren(sheet, styleProp, newValue) { super.notifyStyleChangeInChildren(sheet, styleProp, newValue); var _local3 = 0; while (_local3 < __menuBarItems.length) { getMenuAt(_local3).notifyStyleChangeInChildren(sheet, styleProp, newValue); _local3++; } } function updateDisplay(resize) { delete invUpdateDisplay; delete invUpdateSize; var _local4 = __marginWidth; var _local5 = 0; var _local6 = __menuBarItems.length; var _local3 = 0; while (_local3 < _local6) { var _local2 = __menuBarItems[_local3]; _local2._visible = true; _local2.menuBarIndex = _local3; getMenuAt(_local3).menuBarIndex = _local3; if (resize) { _local2.setSize(_local2.getPreferredWidth(), __height); } _local4 = (_local2._x = _local4 + _local5); _local5 = _local2.__width; _local3++; } } function updateBackgroundDisplay() { mask_mc._width = width; mask_mc._height = height; var _local2 = background_mc; _local2._height = __height; _local2.bckLeft._x = 0; var _local3 = _local2.bckLeft._width; _local2.bckCenter._width = __width - (_local3 + _local2.bckRight._width); _local2.bckCenter._x = _local3; _local2.bckRight._x = _local3 + _local2.bckCenter._width; } function showMenu(index) { openMenuIndex = index; var _local2 = __menuBarItems[index]; var _local3 = {x:0, y:0}; _local2.setLabelBorder("falsedown"); _local2.localToGlobal(_local3); var _local4 = getMenuAt(index); _local4.focusManager.lastFocus = undefined; _local4.show(_local3.x, _local3.y + (_local2._height + 1)); } function removeMenuBarItemAt(index) { var _local2 = __menuBarItems[index]; var _local3 = _local2.__menu; if (_local2 != undefined) { _local3.removeMovieClip(); _local2.removeMovieClip(); __menuBarItems.splice(index, 1); updateDisplay(false); } } function removeAll() { while (__menuBarItems.length > 0) { var _local2 = __menuBarItems[0]; var _local3 = _local2.__menu; _local3.removeMovieClip(); _local2.removeMovieClip(); __menuBarItems.splice(0, 1); } updateDisplay(false); } function onItemRollOver(index) { var _local3 = __menuBarItems[index]; if (openMenuIndex != undefined) { var _local2 = openMenuIndex; if (_local2 != index) { isDown = false; var _local4 = __menuBarItems[_local2]; onItemRelease(_local2); _local4.setLabelBorder("none"); showMenu(index); isDown = true; } } else { _local3.setLabelBorder("falserollover"); isDown = false; } } function onItemPress(index) { var _local2 = __menuBarItems[index]; if (!isDown) { showMenu(index); isDown = true; } else { _local2.setLabelBorder("falsedown"); isDown = false; } pressFocus(); } function onItemRelease(index) { var _local2 = __menuBarItems[index]; if (!isDown) { getMenuAt(index).hide(); _local2.setLabelBorder("falserollover"); } releaseFocus(); } function onItemRollOut(index) { if (openMenuIndex != index) { __menuBarItems[index].setLabelBorder("none"); } } function onItemDragOver(index) { var _local5 = __menuBarItems[index]; if (openMenuIndex != undefined) { var _local2 = openMenuIndex; if (_local2 != index) { isDown = false; var _local3 = __menuBarItems[_local2]; onItemRelease(_local2); _local3.setLabelBorder("none"); } } else { isDown = true; } onItemPress(index); } function onItemDragOut(index) { onItemRollOut(index); } function keyDown(e) { var _local3 = __menuBarItems.length; var _local8; if ((e.code == 39) || (e.code == 37)) { if (openMenuIndex == undefined) { openMenuIndex = -1; } var _local2 = openMenuIndex; var _local5 = false; var _local4 = 0; while ((!_local5) && (_local4 < _local3)) { _local4++; _local2 = ((e.code == 39) ? (_local2 + 1) : (_local2 - 1)); if (_local2 >= _local3) { _local2 = 0; } else if (_local2 < 0) { _local2 = _local3 - 1; } if (__menuBarItems[_local2].enabled) { _local5 = true; } } if (_local4 < _local3) { onItemRollOver(_local2); } } if (Key.isDown(40)) { if (openMenuIndex != undefined) { var _local7 = getMenuAt(openMenuIndex); _local7.focusEnabled = true; _local7.moveSelBy(1); supposedToLoseFocus = true; Selection.setFocus(_local7); } } if (Key.isDown(13) || (Key.isDown(27))) { getMenuAt(openMenuIndex).hide(); } } static var symbolName = "MenuBar"; static var symbolOwner = mx.controls.MenuBar; static var version = "2.0.0.360"; var className = "MenuBar"; static var _s_MenuIndex = 0; var topItemDepth = 200; var menuBarBackLeftName = "MenuBarBackLeft"; var menuBarBackRightName = "MenuBarBackRight"; var menuBarBackMiddleName = "MenuBarBackMiddle"; var __backgroundWidth = 550; var __marginWidth = 10; var tabChildren = false; var labelField = "label"; var clipParameters = {enabled:1, visible:1, labels:1, minWidth:1, minHeight:1}; }
Symbol 214 MovieClip [__Packages.mx.controls.listclasses.DataSelector] Frame 0
class mx.controls.listclasses.DataSelector extends Object { var __vPosition, setVPosition, __dataProvider, enabled, lastSelID, lastSelected, selected, invUpdateControl, invalidate, multipleSelection, updateControl, __rowCount, rows; function DataSelector () { super(); } static function Initialize(obj) { var _local3 = mixinProps; var _local4 = _local3.length; obj = obj.prototype; var _local1 = 0; while (_local1 < _local4) { obj[_local3[_local1]] = mixins[_local3[_local1]]; _local1++; } mixins.createProp(obj, "dataProvider", true); mixins.createProp(obj, "length", false); mixins.createProp(obj, "value", false); mixins.createProp(obj, "selectedIndex", true); mixins.createProp(obj, "selectedIndices", true); mixins.createProp(obj, "selectedItems", false); mixins.createProp(obj, "selectedItem", true); return(true); } function createProp(obj, propName, setter) { var p = (propName.charAt(0).toUpperCase() + propName.substr(1)); var _local2 = null; var _local4 = function (Void) { return(this["get" + p]()); }; if (setter) { _local2 = function (val) { this["set" + p](val); }; } obj.addProperty(propName, _local4, _local2); } function setDataProvider(dP) { if (__vPosition != 0) { setVPosition(0); } clearSelected(); __dataProvider.removeEventListener(this); __dataProvider = dP; dP.addEventListener("modelChanged", this); modelChanged({eventName:"updateAll"}); } function getDataProvider(Void) { return(__dataProvider); } function addItemAt(index, label, data) { if ((index < 0) || (!enabled)) { return(undefined); } var _local2 = __dataProvider; if (_local2 == undefined) { _local2 = (__dataProvider = new Array()); _local2.addEventListener("modelChanged", this); index = 0; } if ((typeof(label) == "object") || (typeof(_local2.getItemAt(0)) == "string")) { _local2.addItemAt(index, label); } else { _local2.addItemAt(index, {label:label, data:data}); } } function addItem(label, data) { addItemAt(__dataProvider.length, label, data); } function removeItemAt(index) { return(__dataProvider.removeItemAt(index)); } function removeAll(Void) { __dataProvider.removeAll(); } function replaceItemAt(index, newLabel, newData) { if (typeof(newLabel) == "object") { __dataProvider.replaceItemAt(index, newLabel); } else { __dataProvider.replaceItemAt(index, {label:newLabel, data:newData}); } } function sortItemsBy(fieldName, order) { lastSelID = __dataProvider.getItemID(lastSelected); __dataProvider.sortItemsBy(fieldName, order); } function sortItems(compareFunc, order) { lastSelID = __dataProvider.getItemID(lastSelected); __dataProvider.sortItems(compareFunc, order); } function getLength(Void) { return(__dataProvider.length); } function getItemAt(index) { return(__dataProvider.getItemAt(index)); } function modelChanged(eventObj) { var _local3 = eventObj.firstItem; var _local6 = eventObj.lastItem; var _local7 = eventObj.eventName; if (_local7 == undefined) { _local7 = eventObj.event; _local3 = eventObj.firstRow; _local6 = eventObj.lastRow; if (_local7 == "addRows") { _local7 = (eventObj.eventName = "addItems"); } else if (_local7 == "deleteRows") { _local7 = (eventObj.eventName = "removeItems"); } else if (_local7 == "updateRows") { _local7 = (eventObj.eventName = "updateItems"); } } if (_local7 == "addItems") { for (var _local2 in selected) { var _local5 = selected[_local2]; if ((_local5 != undefined) && (_local5 >= _local3)) { selected[_local2] = selected[_local2] + ((_local6 - _local3) + 1); } } } else if (_local7 == "removeItems") { if (__dataProvider.length == 0) { delete selected; } else { var _local9 = eventObj.removedIDs; var _local10 = _local9.length; var _local2 = 0; while (_local2 < _local10) { var _local4 = _local9[_local2]; if (selected[_local4] != undefined) { delete selected[_local4]; } _local2++; } for (_local2 in selected) { if (selected[_local2] >= _local3) { selected[_local2] = selected[_local2] - ((_local6 - _local3) + 1); } } } } else if (_local7 == "sort") { if (typeof(__dataProvider.getItemAt(0)) != "object") { delete selected; } else { var _local10 = __dataProvider.length; var _local2 = 0; while (_local2 < _local10) { if (isSelected(_local2)) { var _local4 = __dataProvider.getItemID(_local2); if (_local4 == lastSelID) { lastSelected = _local2; } selected[_local4] = _local2; } _local2++; } } } else if (_local7 == "filterModel") { setVPosition(0); } invUpdateControl = true; invalidate(); } function getValue(Void) { var _local2 = getSelectedItem(); if (typeof(_local2) != "object") { return(_local2); } return(((_local2.data == undefined) ? (_local2.label) : (_local2.data))); } function getSelectedIndex(Void) { for (var _local3 in selected) { var _local2 = selected[_local3]; if (_local2 != undefined) { return(_local2); } } } function setSelectedIndex(index) { if (((index >= 0) && (index < __dataProvider.length)) && (enabled)) { delete selected; selectItem(index, true); lastSelected = index; invUpdateControl = true; invalidate(); } else if (index == undefined) { clearSelected(); } } function getSelectedIndices(Void) { var _local2 = new Array(); for (var _local3 in selected) { _local2.push(selected[_local3]); } _local2.reverse(); return(((_local2.length > 0) ? (_local2) : undefined)); } function setSelectedIndices(indexArray) { if (multipleSelection != true) { return(undefined); } delete selected; var _local3 = 0; while (_local3 < indexArray.length) { var _local2 = indexArray[_local3]; if ((_local2 >= 0) && (_local2 < __dataProvider.length)) { selectItem(_local2, true); } _local3++; } invUpdateControl = true; updateControl(); } function getSelectedItems(Void) { var _local3 = getSelectedIndices(); var _local4 = new Array(); var _local2 = 0; while (_local2 < _local3.length) { _local4.push(getItemAt(_local3[_local2])); _local2++; } return(((_local4.length > 0) ? (_local4) : undefined)); } function getSelectedItem(Void) { return(__dataProvider.getItemAt(getSelectedIndex())); } function selectItem(index, selectedFlag) { if (selected == undefined) { selected = new Object(); } var _local2 = __dataProvider.getItemID(index); if (_local2 == undefined) { return(undefined); } if (selectedFlag && (!isSelected(index))) { selected[_local2] = index; } else if (!selectedFlag) { delete selected[_local2]; } } function isSelected(index) { var _local2 = __dataProvider.getItemID(index); if (_local2 == undefined) { return(false); } return(selected[_local2] != undefined); } function clearSelected(transition) { var _local3 = 0; for (var _local4 in selected) { var _local2 = selected[_local4]; if (((_local2 != undefined) && (__vPosition <= _local2)) && (_local2 < (__vPosition + __rowCount))) { rows[_local2 - __vPosition].drawRow(rows[_local2 - __vPosition].item, "normal", transition && ((_local3 % 3) == 0)); } _local3++; } delete selected; } static var mixins = new mx.controls.listclasses.DataSelector(); static var mixinProps = ["setDataProvider", "getDataProvider", "addItem", "addItemAt", "removeAll", "removeItemAt", "replaceItemAt", "sortItemsBy", "sortItems", "getLength", "getItemAt", "modelChanged", "calcPreferredWidthFromData", "calcPreferredHeightFromData", "getValue", "getSelectedIndex", "getSelectedItem", "getSelectedIndices", "getSelectedItems", "selectItem", "isSelected", "clearSelected", "setSelectedIndex", "setSelectedIndices"]; }
Symbol 215 MovieClip [__Packages.mx.controls.listclasses.DataProvider] Frame 0
class mx.controls.listclasses.DataProvider extends Object { var length, splice, dispatchEvent, sortOn, reverse, sort; function DataProvider (obj) { super(); } static function Initialize(obj) { var _local4 = mixinProps; var _local6 = _local4.length; obj = obj.prototype; var _local3 = 0; while (_local3 < _local6) { obj[_local4[_local3]] = mixins[_local4[_local3]]; _global.ASSetPropFlags(obj, _local4[_local3], 1); _local3++; } mx.events.EventDispatcher.initialize(obj); _global.ASSetPropFlags(obj, "addEventListener", 1); _global.ASSetPropFlags(obj, "removeEventListener", 1); _global.ASSetPropFlags(obj, "dispatchEvent", 1); _global.ASSetPropFlags(obj, "dispatchQueue", 1); Object.prototype.LargestID = 0; Object.prototype.getID = function () { if (this.__ID__ == undefined) { this.__ID__ = Object.prototype.LargestID++; _global.ASSetPropFlags(this, "__ID__", 1); } return(this.__ID__); }; _global.ASSetPropFlags(Object.prototype, "LargestID", 1); _global.ASSetPropFlags(Object.prototype, "getID", 1); return(true); } function addItemAt(index, value) { if (index < length) { splice(index, 0, value); } else if (index > length) { trace("Cannot add an item past the end of the DataProvider"); return(undefined); } this[index] = value; updateViews("addItems", index, index); } function addItem(value) { addItemAt(length, value); } function addItemsAt(index, newItems) { index = Math.min(length, index); newItems.unshift(index, 0); splice.apply(this, newItems); newItems.splice(0, 2); updateViews("addItems", index, (index + newItems.length) - 1); } function removeItemsAt(index, len) { var _local3 = new Array(); var _local2 = 0; while (_local2 < len) { _local3.push(getItemID(index + _local2)); _local2++; } var _local6 = splice(index, len); dispatchEvent({type:"modelChanged", eventName:"removeItems", firstItem:index, lastItem:(index + len) - 1, removedItems:_local6, removedIDs:_local3}); } function removeItemAt(index) { var _local2 = this[index]; removeItemsAt(index, 1); return(_local2); } function removeAll(Void) { splice(0); updateViews("removeItems", 0, length - 1); } function replaceItemAt(index, itemObj) { if ((index < 0) || (index >= length)) { return(undefined); } var _local3 = getItemID(index); this[index] = itemObj; this[index].__ID__ = _local3; updateViews("updateItems", index, index); } function getItemAt(index) { return(this[index]); } function getItemID(index) { var _local2 = this[index]; if ((typeof(_local2) != "object") && (_local2 != undefined)) { return(index); } return(_local2.getID()); } function sortItemsBy(fieldName, order) { if (typeof(order) == "string") { sortOn(fieldName); if (order.toUpperCase() == "DESC") { reverse(); } } else { sortOn(fieldName, order); } updateViews("sort"); } function sortItems(compareFunc, optionFlags) { sort(compareFunc, optionFlags); updateViews("sort"); } function editField(index, fieldName, newData) { this[index][fieldName] = newData; dispatchEvent({type:"modelChanged", eventName:"updateField", firstItem:index, lastItem:index, fieldName:fieldName}); } function getEditingData(index, fieldName) { return(this[index][fieldName]); } function updateViews(event, first, last) { dispatchEvent({type:"modelChanged", eventName:event, firstItem:first, lastItem:last}); } static var mixinProps = ["addView", "addItem", "addItemAt", "removeAll", "removeItemAt", "replaceItemAt", "getItemAt", "getItemID", "sortItemsBy", "sortItems", "updateViews", "addItemsAt", "removeItemsAt", "getEditingData", "editField"]; static var evtDipatcher = mx.events.EventDispatcher; static var mixins = new mx.controls.listclasses.DataProvider(); }
Symbol 216 MovieClip [__Packages.mx.controls.listclasses.ScrollSelectList] Frame 0
class mx.controls.listclasses.ScrollSelectList extends mx.core.ScrollView { var invLayoutContent, rows, topRowZ, listContent, __dataProvider, __vPosition, tW, layoutX, layoutY, tH, invRowHeight, invalidate, __height, invUpdateControl, __cellRenderer, __labelFunction, __iconField, __iconFunction, getLength, baseRowZ, lastPosition, propertyTable, isSelected, changeFlag, clearSelected, selectItem, lastSelected, wasKeySelected, dispatchEvent, dragScrolling, _ymouse, scrollInterval, isPressed, onMouseUp, getSelectedIndex, enabled, tabEnabled, tabChildren, createEmptyMovieClip, border_mc; function ScrollSelectList () { super(); } function layoutContent(x, y, w, h) { delete invLayoutContent; var _local4 = Math.ceil(h / __rowHeight); roundUp = (h % __rowHeight) != 0; var _local12 = _local4 - __rowCount; if (_local12 < 0) { var _local3 = _local4; while (_local3 < __rowCount) { rows[_local3].removeMovieClip(); delete rows[_local3]; _local3++; } topRowZ = topRowZ + _local12; } else if (_local12 > 0) { if (rows == undefined) { rows = new Array(); } var _local3 = __rowCount; while (_local3 < _local4) { var _local2 = (rows[_local3] = listContent.createObject(__rowRenderer, "listRow" + (topRowZ++), topRowZ, {owner:this, styleName:this, rowIndex:_local3})); _local2._x = x; _local2._y = Math.round((_local3 * __rowHeight) + y); _local2.setSize(w, __rowHeight); _local2.drawRow(__dataProvider.getItemAt(__vPosition + _local3), getStateAt(__vPosition + _local3)); _local2.lastY = _local2._y; _local3++; } } if (w != tW) { var _local11 = ((_local12 > 0) ? (__rowCount) : (_local4)); var _local3 = 0; while (_local3 < _local11) { rows[_local3].setSize(w, __rowHeight); _local3++; } } if ((layoutX != x) || (layoutY != y)) { var _local3 = 0; while (_local3 < _local4) { rows[_local3]._x = x; rows[_local3]._y = Math.round((_local3 * __rowHeight) + y); _local3++; } } __rowCount = _local4; layoutX = x; layoutY = y; tW = w; tH = h; } function getRowHeight(Void) { return(__rowHeight); } function setRowHeight(v) { __rowHeight = v; invRowHeight = true; invalidate(); } function get rowHeight() { return(getRowHeight()); } function set rowHeight(w) { setRowHeight(w); //return(rowHeight); } function setRowCount(v) { __rowCount = v; } function getRowCount(Void) { var _local2 = ((__rowCount == 0) ? (Math.ceil(__height / __rowHeight)) : (__rowCount)); return(_local2); } function get rowCount() { return(getRowCount()); } function set rowCount(w) { setRowCount(w); //return(rowCount); } function setEnabled(v) { super.setEnabled(v); invUpdateControl = true; invalidate(); } function setCellRenderer(cR) { __cellRenderer = cR; var _local2 = 0; while (_local2 < rows.length) { rows[_local2].setCellRenderer(true); _local2++; } invUpdateControl = true; invalidate(); } function set cellRenderer(cR) { setCellRenderer(cR); //return(cellRenderer); } function get cellRenderer() { return(__cellRenderer); } function set labelField(field) { setLabelField(field); //return(labelField); } function setLabelField(field) { __labelField = field; invUpdateControl = true; invalidate(); } function get labelField() { return(__labelField); } function set labelFunction(func) { setLabelFunction(func); //return(labelFunction); } function setLabelFunction(func) { __labelFunction = func; invUpdateControl = true; invalidate(); } function get labelFunction() { return(__labelFunction); } function set iconField(field) { setIconField(field); //return(iconField); } function setIconField(field) { __iconField = field; invUpdateControl = true; invalidate(); } function get iconField() { return(__iconField); } function set iconFunction(func) { setIconFunction(func); //return(iconFunction); } function setIconFunction(func) { __iconFunction = func; invUpdateControl = true; invalidate(); } function get iconFunction() { return(__iconFunction); } function setVPosition(pos) { if (pos < 0) { return(undefined); } if ((pos > 0) && (pos > ((getLength() - __rowCount) + roundUp))) { return(undefined); } var _local8 = pos - __vPosition; if (_local8 == 0) { return(undefined); } __vPosition = pos; var _local10 = _local8 > 0; _local8 = Math.abs(_local8); if (_local8 >= __rowCount) { updateControl(); } else { var _local4 = new Array(); var _local9 = __rowCount - _local8; var _local12 = _local8 * __rowHeight; var _local11 = _local9 * __rowHeight; var _local6 = (_local10 ? 1 : -1); var _local3 = 0; while (_local3 < __rowCount) { if (((_local3 < _local8) && (_local10)) || ((_local3 >= _local9) && (!_local10))) { rows[_local3]._y = rows[_local3]._y + Math.round(_local6 * _local11); var _local5 = _local3 + (_local6 * _local9); var _local7 = __vPosition + _local5; _local4[_local5] = rows[_local3]; _local4[_local5].rowIndex = _local5; _local4[_local5].drawRow(__dataProvider.getItemAt(_local7), getStateAt(_local7), false); } else { rows[_local3]._y = rows[_local3]._y - Math.round(_local6 * _local12); var _local5 = _local3 - (_local6 * _local8); _local4[_local5] = rows[_local3]; _local4[_local5].rowIndex = _local5; } _local3++; } rows = _local4; _local3 = 0; while (_local3 < __rowCount) { rows[_local3].swapDepths(baseRowZ + _local3); _local3++; } } lastPosition = pos; super.setVPosition(pos); } function setPropertiesAt(index, obj) { var _local2 = __dataProvider.getItemID(index); if (_local2 == undefined) { return(undefined); } if (propertyTable == undefined) { propertyTable = new Object(); } propertyTable[_local2] = obj; rows[index - __vPosition].drawRow(__dataProvider.getItemAt(index), getStateAt(index)); } function getPropertiesAt(index) { var _local2 = __dataProvider.getItemID(index); if (_local2 == undefined) { return(undefined); } return(propertyTable[_local2]); } function getStyle(styleProp) { var _local2 = super.getStyle(styleProp); var _local3 = mx.styles.StyleManager.colorNames[_local2]; if (_local3 != undefined) { _local2 = _local3; } return(_local2); } function updateControl(Void) { var _local2 = 0; while (_local2 < __rowCount) { rows[_local2].drawRow(__dataProvider.getItemAt(_local2 + __vPosition), getStateAt(_local2 + __vPosition)); _local2++; } delete invUpdateControl; } function getStateAt(index) { return((isSelected(index) ? "selected" : "normal")); } function selectRow(rowIndex, transition) { if (!selectable) { return(undefined); } var _local3 = __vPosition + rowIndex; var _local8 = __dataProvider.getItemAt(_local3); var _local5 = rows[rowIndex]; if (_local8 == undefined) { return(undefined); } if (transition == undefined) { transition = true; } changeFlag = true; if (((!multipleSelection) && (!Key.isDown(17))) || ((!Key.isDown(16)) && (!Key.isDown(17)))) { clearSelected(transition); selectItem(_local3, true); lastSelected = _local3; _local5.drawRow(_local5.item, getStateAt(_local3), transition); } else if (Key.isDown(16) && (multipleSelection)) { if (lastSelected == undefined) { lastSelected = _local3; } var _local4 = ((lastSelected < _local3) ? 1 : -1); clearSelected(false); var _local2 = lastSelected; while (_local2 != _local3) { selectItem(_local2, true); if ((_local2 >= __vPosition) && (_local2 < (__vPosition + __rowCount))) { rows[_local2 - __vPosition].drawRow(rows[_local2 - __vPosition].item, "selected", false); } _local2 = _local2 + _local4; } selectItem(_local3, true); _local5.drawRow(_local5.item, "selected", transition); } else if (Key.isDown(17)) { var _local7 = isSelected(_local3); if ((!multipleSelection) || (wasKeySelected)) { clearSelected(transition); } if (!((!multipleSelection) && (_local7))) { selectItem(_local3, !_local7); var _local9 = ((!_local7) ? "selected" : "normal"); _local5.drawRow(_local5.item, _local9, transition); } lastSelected = _local3; } if (wasKeySelected) { dispatchEvent({type:"change"}); } delete wasKeySelected; } function dragScroll(Void) { clearInterval(dragScrolling); if (_ymouse < 0) { setVPosition(__vPosition - 1); selectRow(0, false); var _local2 = Math.min((-_ymouse) - 30, 0); scrollInterval = (((0.593 * _local2) * _local2) + 1) + minScrollInterval; dragScrolling = setInterval(this, "dragScroll", scrollInterval); dispatchEvent({type:"scroll", direction:"vertical", position:__vPosition}); } else if (_ymouse > __height) { var _local3 = __vPosition; setVPosition(__vPosition + 1); if (_local3 != __vPosition) { selectRow((__rowCount - 1) - roundUp, false); } var _local2 = Math.min((_ymouse - __height) - 30, 0); scrollInterval = (((0.593 * _local2) * _local2) + 1) + minScrollInterval; dragScrolling = setInterval(this, "dragScroll", scrollInterval); dispatchEvent({type:"scroll", direction:"vertical", position:__vPosition}); } else { dragScrolling = setInterval(this, "dragScroll", 15); } updateAfterEvent(); } function __onMouseUp(Void) { clearInterval(dragScrolling); delete dragScrolling; delete dragScrolling; delete isPressed; delete onMouseUp; if (!selectable) { return(undefined); } if (changeFlag) { dispatchEvent({type:"change"}); } delete changeFlag; } function moveSelBy(incr) { if (!selectable) { setVPosition(__vPosition + incr); return(undefined); } var _local3 = getSelectedIndex(); if (_local3 == undefined) { _local3 = -1; } var _local2 = _local3 + incr; _local2 = Math.max(0, _local2); _local2 = Math.min(getLength() - 1, _local2); if (_local2 == _local3) { return(undefined); } if ((_local3 < __vPosition) || (_local3 >= (__vPosition + __rowCount))) { setVPosition(_local3); } if ((_local2 >= ((__vPosition + __rowCount) - roundUp)) || (_local2 < __vPosition)) { setVPosition(__vPosition + incr); } wasKeySelected = true; selectRow(_local2 - __vPosition, false); } function keyDown(e) { if (selectable) { if (findInputText()) { return(undefined); } } if (e.code == 40) { moveSelBy(1); } else if (e.code == 38) { moveSelBy(-1); } else if (e.code == 34) { if (selectable) { var _local3 = getSelectedIndex(); if (_local3 == undefined) { _local3 = 0; } setVPosition(_local3); } moveSelBy((__rowCount - 1) - roundUp); } else if (e.code == 33) { if (selectable) { var _local3 = getSelectedIndex(); if (_local3 == undefined) { _local3 = 0; } setVPosition(_local3); } moveSelBy((1 - __rowCount) + roundUp); } else if (e.code == 36) { moveSelBy(-__dataProvider.length); } else if (e.code == 35) { moveSelBy(__dataProvider.length); } } function findInputText(Void) { var _local2 = Key.getAscii(); if ((_local2 >= 33) && (_local2 <= 126)) { findString(String.fromCharCode(_local2)); return(true); } } function findString(str) { if (__dataProvider.length == 0) { return(undefined); } var _local4 = getSelectedIndex(); var _local6 = 0; var _local3 = _local4 + 1; while (_local3 != _local4) { var _local2 = __dataProvider.getItemAt(_local3); if (_local2 instanceof XMLNode) { _local2 = _local2.attributes[__labelField]; } else if (typeof(_local2) != "string") { _local2 = String(_local2[__labelField]); } _local2 = _local2.substring(0, str.length); if ((str == _local2) || (str.toUpperCase() == _local2.toUpperCase())) { _local6 = _local3 - _local4; break; } if (_local3 >= (getLength() - 1)) { _local3 = -1; } _local3++; } if (_local6 != 0) { moveSelBy(_local6); } } function onRowPress(rowIndex) { if (!enabled) { return(undefined); } isPressed = true; dragScrolling = setInterval(this, "dragScroll", 15); onMouseUp = __onMouseUp; if (!selectable) { return(undefined); } selectRow(rowIndex); } function onRowRelease(rowIndex) { } function onRowRollOver(rowIndex) { if (!enabled) { return(undefined); } var _local2 = rows[rowIndex].item; if (getStyle("useRollOver") && (_local2 != undefined)) { rows[rowIndex].drawRow(_local2, "highlighted", false); } dispatchEvent({type:"itemRollOver", index:rowIndex + __vPosition}); } function onRowRollOut(rowIndex) { if (!enabled) { return(undefined); } if (getStyle("useRollOver")) { rows[rowIndex].drawRow(rows[rowIndex].item, getStateAt(rowIndex + __vPosition), false); } dispatchEvent({type:"itemRollOut", index:rowIndex + __vPosition}); } function onRowDragOver(rowIndex) { if (((!enabled) || (isPressed != true)) || (!selectable)) { return(undefined); } if (dropEnabled) { } else if (dragScrolling) { selectRow(rowIndex, false); } else { onMouseUp = __onMouseUp; onRowPress(rowIndex); } } function onRowDragOut(rowIndex) { if (!enabled) { return(undefined); } if (dragEnabled) { } else { onRowRollOut(rowIndex); } } function init(Void) { super.init(); tabEnabled = true; tabChildren = false; if (__dataProvider == undefined) { __dataProvider = new Array(); __dataProvider.addEventListener("modelChanged", this); } baseRowZ = (topRowZ = 10); } function createChildren(Void) { super.createChildren(); listContent = createEmptyMovieClip("content_mc", CONTENTDEPTH); invLayoutContent = true; invalidate(); } function draw(Void) { if (invRowHeight) { delete invRowHeight; __rowCount = 0; listContent.removeMovieClip(); listContent = createEmptyMovieClip("content_mc", CONTENTDEPTH); } if (invUpdateControl) { updateControl(); } border_mc.draw(); } function invalidateStyle(propName) { if (isRowStyle[propName]) { invUpdateControl = true; invalidate(); } else { var _local3 = 0; while (_local3 < __rowCount) { rows[_local3].invalidateStyle(propName); _local3++; } } super.invalidateStyle(propName); } static var mixIt1 = mx.controls.listclasses.DataSelector.Initialize(mx.controls.listclasses.ScrollSelectList); static var mixIt2 = mx.controls.listclasses.DataProvider.Initialize(Array); var CONTENTDEPTH = 100; var __hPosition = 0; var __rowRenderer = "SelectableRow"; var __rowHeight = 22; var __rowCount = 0; var __labelField = "label"; var minScrollInterval = 30; var dropEnabled = false; var dragEnabled = false; var className = "ScrollSelectList"; var isRowStyle = {styleName:true, backgroundColor:true, selectionColor:true, rollOverColor:true, selectionDisabledColor:true, backgroundDisabledColor:true, textColor:true, textSelectedColor:true, textRollOverColor:true, textDisabledColor:true, alternatingRowColors:true, defaultIcon:true}; var roundUp = 0; var selectable = true; var multipleSelection = false; }
Symbol 217 MovieClip [__Packages.mx.controls.treeclasses.TreeDataProvider] Frame 0
class mx.controls.treeclasses.TreeDataProvider extends Object { var childNodes, appendChild, insertBefore, parentNode, removeNode; function TreeDataProvider () { super(); } static function Initialize(obj) { obj = obj.prototype; if (obj.addTreeNode != undefined) { return(false); } var _local4 = mixinProps; var _local5 = _local4.length; var _local2 = 0; while (_local2 < _local5) { obj[_local4[_local2]] = mixins[_local4[_local2]]; _global.ASSetPropFlags(obj, _local4[_local2], 1); _local2++; } mx.events.EventDispatcher.initialize(obj); _global.ASSetPropFlags(obj, "addEventListener", 1); _global.ASSetPropFlags(obj, "removeEventListener", 1); _global.ASSetPropFlags(obj, "dispatchEvent", 1); _global.ASSetPropFlags(obj, "dispatchQueue", 1); _global.ASSetPropFlags(obj, "createEvent", 1); return(true); } function createProp(obj, propName, setter) { var p = (propName.charAt(0).toUpperCase() + propName.substr(1)); var _local2 = null; var _local4 = function (Void) { return(this["get" + p]()); }; if (setter) { _local2 = function (val) { this["set" + p](val); }; } obj.addProperty(propName, _local4, _local2); } static function convertToNode(tag, arg, data) { if (typeof(arg) == "string") { var _local2 = blankXML.createElement(tag); _local2.attributes.label = arg; if (data != undefined) { _local2.attributes.data = data; } return(_local2); } if (arg instanceof XML) { return(arg.firstChild.cloneNode(true)); } if (arg instanceof XMLNode) { return(arg); } if (typeof(arg) == "object") { var _local2 = blankXML.createElement(tag); for (var _local3 in arg) { _local2.attributes[_local3] = arg[_local3]; } if (data != undefined) { _local2.attributes.data = data; } return(_local2); } } function addTreeNode(arg, data) { return(addTreeNodeAt(childNodes.length, arg, data)); } function addTreeNodeAt(index, arg, data) { if (index > childNodes.length) { return(undefined); } var _local2; if (arg instanceof XMLNode) { _local2 = arg.removeTreeNode(); } else { _local2 = convertToNode("node", arg, data); } if (index >= childNodes.length) { appendChild(_local2); } else { insertBefore(_local2, childNodes[index]); } updateViews({eventName:"addNode", node:_local2, parentNode:this, index:index}); return(_local2); } function getTreeNodeAt(index) { return(childNodes[index]); } function removeTreeNodeAt(index) { var _local2 = childNodes[index]; _local2.removeNode(); updateViews({eventName:"removeNode", node:_local2, parentNode:this, index:index}); return(_local2); } function removeTreeNode() { var _local4 = parentNode; var _local7; var _local3 = 0; var _local2 = parentNode.firstChild; while (_local2 != undefined) { if (_local2 == this) { _local7 = _local3; break; } _local3++; _local2 = _local2.nextSibling; } if (_local7 != undefined) { var _local9 = getRootNode(); removeNode(); _local4.updateViews({eventName:"removeNode", node:this, parentNode:_local4, index:_local7}); } return(this); } function removeAll() { while (childNodes.length > 0) { removeTreeNodeAt(childNodes.length - 1); } var _local3 = getRootNode(); updateViews({eventName:"updateTree"}); } function getRootNode() { var _local2 = this; while ((_local2.parentNode != undefined) && (_local2.isTreeRoot == undefined)) { _local2 = _local2.parentNode; } return(_local2); } function updateViews(eventObj) { var _local2 = this; eventObj.target = this; eventObj.type = "modelChanged"; while (_local2 != undefined) { if (_local2.isTreeRoot || (_local2.parentNode == undefined)) { _local2.dispatchEvent(eventObj); } _local2 = _local2.parentNode; } } static var mixinProps = ["addTreeNode", "addTreeNodeAt", "getTreeNodeAt", "removeTreeNodeAt", "getRootNode", "getDepth", "removeAll", "removeTreeNode", "updateViews"]; static var evtDipatcher = mx.events.EventDispatcher; static var mixins = new mx.controls.treeclasses.TreeDataProvider(); static var blankXML = new XML(); static var largestID = 0; }
Symbol 218 MovieClip [__Packages.mx.controls.menuclasses.MenuDataProvider] Frame 0
class mx.controls.menuclasses.MenuDataProvider extends Object { var addTreeNode, addTreeNodeAt, removeTreeNode, getTreeNodeAt, childNodes; function MenuDataProvider () { super(); } static function Initialize(obj) { obj = obj.prototype; var _local3 = mixinProps; var _local5 = _local3.length; var _local2 = 0; while (_local2 < _local5) { obj[_local3[_local2]] = mixins[_local3[_local2]]; _global.ASSetPropFlags(obj, _local3[_local2], 1); _local2++; } return(true); } function addMenuItem(arg) { return(addTreeNode(mx.controls.treeclasses.TreeDataProvider.convertToNode("menuitem", arg))); } function addMenuItemAt(index, arg) { return(addTreeNodeAt(index, mx.controls.treeclasses.TreeDataProvider.convertToNode("menuitem", arg))); } function removeMenuItem(Void) { return(removeTreeNode()); } function removeMenuItemAt(index) { return(getTreeNodeAt(index).removeTreeNode()); } function getMenuItemAt(index) { return(getTreeNodeAt(index)); } function indexOf(item) { var _local2 = 0; while (_local2 < childNodes.length) { if (childNodes[_local2] == item) { return(_local2); } _local2++; } return(undefined); } static var mixinProps = ["addMenuItem", "addMenuItemAt", "getMenuItemAt", "removeMenuItem", "removeMenuItemAt", "normalize", "indexOf"]; static var mixins = new mx.controls.menuclasses.MenuDataProvider(); }
Symbol 219 MovieClip [__Packages.mx.managers.PopUpManager] Frame 0
class mx.managers.PopUpManager { var popUp, setSize, move, modalWindow, _parent, _name, _visible, owner; function PopUpManager () { } static function createModalWindow(parent, o, broadcastOutsideEvents) { var _local2 = parent.createChildAtDepth("Modal", mx.managers.DepthManager.kTopmost); _local2.setDepthBelow(o); o.modalID = _local2._name; _local2._alpha = _global.style.modalTransparency; _local2.tabEnabled = false; if (broadcastOutsideEvents) { _local2.onPress = mixins.onPress; } else { _local2.onPress = mixins.nullFunction; } _local2.onRelease = mixins.nullFunction; _local2.resize = mixins.resize; mx.managers.SystemManager.init(); mx.managers.SystemManager.addEventListener("resize", _local2); _local2.resize(); _local2.useHandCursor = false; _local2.popUp = o; o.modalWindow = _local2; o.deletePopUp = mixins.deletePopUp; o.setVisible = mixins.setVisible; o.getVisible = mixins.getVisible; o.addProperty("visible", o.getVisible, o.setVisible); } static function createPopUp(parent, className, modal, initobj, broadcastOutsideEvents) { if (mixins == undefined) { mixins = new mx.managers.PopUpManager(); } if (broadcastOutsideEvents == undefined) { broadcastOutsideEvents = false; } while (parent._parent != undefined) { parent = parent._parent; } initobj.popUp = true; var _local3 = parent.createClassChildAtDepth(className, ((broadcastOutsideEvents || (modal)) ? (mx.managers.DepthManager.kTopmost) : (mx.managers.DepthManager.kTop)), initobj); if (_root.focusManager != undefined) { _local3.createObject("FocusManager", "focusManager", -1); if (_local3._visible == false) { mx.managers.SystemManager.deactivate(_local3); } } if (modal) { createModalWindow(parent, _local3, broadcastOutsideEvents); } else { if (broadcastOutsideEvents) { _local3.mouseListener = new Object(); _local3.mouseListener.owner = _local3; _local3.mouseListener.onMouseDown = mixins.onMouseDown; Mouse.addListener(_local3.mouseListener); } _local3.deletePopUp = mixins.deletePopUp; } return(_local3); } function onPress(Void) { if (popUp.hitTest(_root._xmouse, _root._ymouse, false)) { return(undefined); } popUp.dispatchEvent({type:"mouseDownOutside"}); } function nullFunction(Void) { } function resize(Void) { var _local2 = mx.managers.SystemManager.__get__screen(); setSize(_local2.width, _local2.height); move(_local2.x, _local2.y); } function deletePopUp(Void) { if (modalWindow != undefined) { _parent.destroyObject(modalWindow._name); } _parent.destroyObject(_name); } function setVisible(v, noEvent) { super.setVisible(v, noEvent); modalWindow._visible = v; } function getVisible(Void) { return(_visible); } function onMouseDown(Void) { if (owner.hitTest(_root._xmouse, _root._ymouse, false)) { } else { owner.mouseDownOutsideHandler(owner); } } static var version = "2.0.0.360"; static var mixins = undefined; }
Symbol 220 MovieClip [__Packages.mx.effects.Tween] Frame 0
class mx.effects.Tween extends Object { static var IntervalToken; var arrayMode, listener, initVal, endVal, startTime, updateFunc, endFunc, ID; function Tween (listenerObj, init, end, dur) { super(); if (listenerObj == undefined) { return; } if (typeof(init) != "number") { arrayMode = true; } listener = listenerObj; initVal = init; endVal = end; if (dur != undefined) { duration = dur; } startTime = getTimer(); if (duration == 0) { doInterval(); } else { AddTween(this); } } static function AddTween(tween) { tween.ID = ActiveTweens.length; ActiveTweens.push(tween); if (IntervalToken == undefined) { Dispatcher.DispatchTweens = DispatchTweens; IntervalToken = setInterval(Dispatcher, "DispatchTweens", Interval); } } static function RemoveTweenAt(index) { var _local2 = ActiveTweens; if (((index >= _local2.length) || (index < 0)) || (index == undefined)) { return(undefined); } _local2.splice(index, 1); var _local4 = _local2.length; var _local1 = index; while (_local1 < _local4) { _local2[_local1].ID--; _local1++; } if (_local4 == 0) { clearInterval(IntervalToken); delete IntervalToken; } } static function DispatchTweens(Void) { var _local2 = ActiveTweens; var _local3 = _local2.length; var _local1 = 0; while (_local1 < _local3) { _local2[_local1].doInterval(); _local1++; } updateAfterEvent(); } function doInterval() { var _local2 = getTimer() - startTime; var _local3 = getCurVal(_local2); if (_local2 >= duration) { endTween(); } else if (updateFunc != undefined) { listener[updateFunc](_local3); } else { listener.onTweenUpdate(_local3); } } function getCurVal(curTime) { if (arrayMode) { var _local3 = new Array(); var _local2 = 0; while (_local2 < initVal.length) { _local3[_local2] = easingEquation(curTime, initVal[_local2], endVal[_local2] - initVal[_local2], duration); _local2++; } return(_local3); } return(easingEquation(curTime, initVal, endVal - initVal, duration)); } function endTween() { if (endFunc != undefined) { listener[endFunc](endVal); } else { listener.onTweenEnd(endVal); } RemoveTweenAt(ID); } function setTweenHandlers(update, end) { updateFunc = update; endFunc = end; } function easingEquation(t, b, c, d) { return(((c / 2) * (Math.sin(Math.PI * ((t / d) - 0.5)) + 1)) + b); } static var ActiveTweens = new Array(); static var Interval = 10; static var Dispatcher = new Object(); var duration = 3000; }
Symbol 221 MovieClip [__Packages.mx.controls.Menu] Frame 0
class mx.controls.Menu extends mx.controls.listclasses.ScrollSelectList { var __set__visible, listContent, mask_mc, border_mc, __menuCache, getViewMetrics, layoutContent, __width, __height, invRowHeight, invUpdateSize, getFocusManager, __menuDataProvider, groupName, __get__visible, __menuBar, _x, _y, _width, popupMask, attachMovie, setMask, __get__width, height, getStyle, wasJustCreated, popupTween, isPressed, width, __activeChildren, __lastRowRolledOver, clearSelected, anchorRow, supposedToLoseFocus, __dataProvider, invalidate, __rowCount, getLength, setSize, rows, __namedItems, __radioGroups, _selection, _members, enabled, selectable, __anchor, __parentMenu, __anchorIndex, __vPosition, dragScrolling, __timer, __timeOut, focusManager, getSelectedIndex, wasKeySelected, selectRow, selectedIndex, selectedItem; function Menu () { super(); } static function createMenu(parent, mdp, initObj) { if (parent == undefined) { parent = _root; } if (mdp == undefined) { mdp = new XML(); } var _local3 = mx.managers.PopUpManager.createPopUp(parent, mx.controls.Menu, false, initObj, true); if (_local3 == undefined) { trace("Failed to create a new menu, probably because there is no Menu in the Library"); } else { _local3.isPressed = true; _local3.mouseDownOutsideHandler = function (event) { if ((!this.isMouseOverMenu()) && (!this.__activator.hitTest(_root._xmouse, _root._ymouse))) { this.hideAllMenus(); } }; _local3.dataProvider = mdp; } return(_local3); } static function isItemEnabled(itm) { var _local1 = itm.attributes.enabled; return((((_local1 == undefined) || (_local1 == true)) || (_local1.toLowerCase() == "true")) && (itm.attributes.type.toLowerCase() != "separator")); } static function isItemSelected(itm) { var _local1 = itm.attributes.selected; return((_local1 == true) || (_local1.toLowerCase() == "true")); } function init(Void) { super.init(); __set__visible(false); } function createChildren(Void) { super.createChildren(); listContent.setMask(mask_mc); mask_mc.removeMovieClip(); border_mc.move(0, 0); border_mc.borderStyle = "menuBorder"; } function propagateToSubMenus(prop, value) { for (var _local5 in __menuCache) { var _local2 = __menuCache[_local5]; if (_local2 != this) { _local2["set" + prop](value); } } } function setLabelField(lbl) { super.setLabelField(lbl); propagateToSubMenus("LabelField", lbl); } function setLabelFunction(lbl) { super.setLabelFunction(lbl); propagateToSubMenus("LabelFunction", lbl); } function setCellRenderer(cR) { super.setCellRenderer(cR); propagateToSubMenus("CellRenderer", cR); } function setRowHeight(v) { super.setRowHeight(v); propagateToSubMenus("RowHeight", v); } function setIconField(v) { super.setIconField(v); propagateToSubMenus("IconField", v); } function setIconFunction(v) { super.setIconFunction(v); propagateToSubMenus("IconFunction", v); } function size(Void) { super.size(); var _local3 = getViewMetrics(); layoutContent(_local3.left, _local3.top, (__width - _local3.left) - _local3.right, (__height - _local3.top) - _local3.bottom); } function draw(Void) { if (invRowHeight) { super.draw(); listContent.setMask(mask_mc); invUpdateSize = true; } super.draw(); if (invUpdateSize) { updateSize(); } } function onSetFocus() { super.onSetFocus(); getFocusManager().defaultPushButtonEnabled = false; } function setDataProvider(dP) { if (typeof(dP) == "string") { dP = new XML(dP).firstChild; } __menuDataProvider.removeEventListener("modelChanged", this); __menuDataProvider = dP; if (!(__menuDataProvider instanceof XML)) { __menuDataProvider.isTreeRoot = true; } __menuDataProvider.addEventListener("modelChanged", this); modelChanged({eventName:"updateTree"}); } function getDataProvider() { return(__menuDataProvider); } function addMenuItem(arg) { return(__menuDataProvider.addMenuItem(arg)); } function addMenuItemAt(index, arg) { return(__menuDataProvider.addMenuItemAt(index, arg)); } function removeMenuItemAt(index) { var _local2 = getMenuItemAt(index); if ((_local2 != undefined) && (_local2 != null)) { _local2.removeMenuItem(); } return(_local2); } function removeMenuItem(item) { return(removeMenuItemAt(indexOf(item))); } function removeAll(Void) { return(__menuDataProvider.removeAll()); } function getMenuItemAt(index) { return(__menuDataProvider.getMenuItemAt(index)); } function setMenuItemSelected(item, select) { if (item.attributes.type == "radio") { var _local3 = getRootMenu(); groupName = item.attributes.groupName; _local3[groupName].setGroupSelection(item); return(undefined); } if (select != item.attributes.selected) { item.attributes.selected = select; item.updateViews({eventName:"selectionChanged", node:item}); } } function setMenuItemEnabled(item, enable) { if (enable != item.attributes.enabled) { item.attributes.enabled = enable; item.updateViews({eventName:"enabledChanged", node:item}); } } function indexOf(item) { return(__menuDataProvider.indexOf(item)); } function show(x, y) { if (!__get__visible()) { var _local2 = getRootMenu(); _local2.dispatchEvent({type:"menuShow", menuBar:__menuBar, menu:this, menuItem:__menuDataProvider}); if (x != undefined) { _x = x; if (y != undefined) { _y = y; } } if (this != _local2) { var _local5 = (_x + _width) - Stage.width; if (_local5 > 0) { _x = _x - _local5; if (_x < 0) { _x = 0; } } } popupMask = attachMovie("BoundingBox", "pMask_mc", 6000); setMask(popupMask); var _local3 = __get__width(); if (_local3 < 50) { _local3 = 100; } popupMask._width = _local3; popupMask._height = height; popupMask._x = -popupMask._width; popupMask._y = -popupMask._height; var _local4 = getStyle("popupDuration"); if (wasJustCreated && (_local4 < 200)) { _local4 = 200; delete wasJustCreated; } popupTween = new mx.effects.Tween(this, [popupMask._x, popupMask._y], [0, 0], _local4); __set__visible(true); isPressed = true; if ((!__menuBar) && (_local2 == this)) { Selection.setFocus(this); } } } function onTweenUpdate(val) { popupMask._width = width; popupMask._x = val[0]; popupMask._y = val[1]; } function onTweenEnd(val) { popupMask._x = val[0]; popupMask._y = val[1]; setMask(undefined); popupMask.removeMovieClip(); } function hide(Void) { if (__get__visible()) { for (var _local2 in __activeChildren) { __activeChildren[_local2].hide(); } __lastRowRolledOver = undefined; clearSelected(); if (anchorRow != undefined) { anchorRow.highlight._visible = false; } __set__visible(false); isPressed = false; __wasVisible = false; var _local3 = getRootMenu(); _local3.dispatchEvent({type:"menuHide", menuBar:__menuBar, menu:this, menuItem:__menuDataProvider}); } } function onKillFocus() { super.onKillFocus(); getFocusManager().defaultPushButtonEnabled = true; if (supposedToLoseFocus == undefined) { hideAllMenus(); } delete supposedToLoseFocus; } function modelChanged(eventObj) { var _local3 = eventObj.eventName; if (_local3 == "updateTree") { __dataProvider.removeAll(); __dataProvider.addItemsAt(0, __menuDataProvider.childNodes); invUpdateSize = true; invalidate(); super.modelChanged({eventName:"updateAll"}); deinstallAllItems(); installItem(__menuDataProvider); if (__menuCache == undefined) { __menuCache = new Object(); } __menuCache[__menuDataProvider.getID()] = this; } else if ((_local3 == "addNode") || (_local3 == "removeNode")) { var _local5 = eventObj.node; var _local6 = eventObj.parentNode; var _local7 = __menuCache[_local6.getID()]; if (_local3 == "removeNode") { deleteDependentSubMenus(_local5); _local7.removeItemAt(eventObj.index); deinstallItem(_local5); } else { _local7.addItemAt(eventObj.index, _local5); installItem(_local5); } _local7.invUpdateSize = true; _local7.invalidate(); var _local8 = __menuCache[_local6.parentNode.getID()]; _local8.invUpdateControl = true; _local8.invalidate(); } else if ((_local3 == "selectionChanged") || (_local3 == "enabledChanged")) { var _local7 = __menuCache[eventObj.node.parentNode.getID()]; _local7.invUpdateControl = true; _local7.invalidate(); } else { super.modelChanged(eventObj); } } function updateSize() { delete invUpdateSize; var _local2 = calcHeight(); if (getLength() != __rowCount) { setSize(0, _local2); } setSize(calcWidth(), _local2); } function calcWidth() { var _local4 = -1; var _local3; var _local2 = 0; while (_local2 < rows.length) { _local3 = rows[_local2].getIdealWidth(); if (_local3 > _local4) { _local4 = _local3; } _local2++; } var _local5 = getStyle("textIndent"); if (_local5 == undefined) { _local5 = 0; } return(_local4 + _local5); } function calcHeight() { var _local2 = getViewMetrics(); return(((__dataProvider.length * __rowHeight) + _local2.top) + _local2.bottom); } function invalidateStyle(propName) { super.invalidateStyle(propName); for (var _local4 in __activeChildren) { __activeChildren[_local4].invalidateStyle(propName); } } function notifyStyleChangeInChildren(sheetName, styleProp, newValue) { super.notifyStyleChangeInChildren(sheetName, styleProp, newValue); for (var _local6 in __activeChildren) { __activeChildren[_local6].notifyStyleChangeInChildren(sheetName, styleProp, newValue); } } function deleteDependentSubMenus(menuItem) { var _local2 = menuItem.childNodes; for (var _local3 in _local2) { deleteDependentSubMenus(_local2[_local3]); } var _local4 = __menuCache[menuItem.getID()]; if (_local4 != undefined) { _local4.hide(); delete __menuCache[menuItem.getID()]; } } function installItem(item) { if (item.attributes.instanceName != undefined) { var _local6 = item.attributes.instanceName; if (this[_local6] != undefined) { trace("WARNING: Duplicate menu item instanceNames - " + _local6); } if (__namedItems == undefined) { __namedItems = new Object(); } __namedItems[_local6] = item; this[_local6] = item; } if ((item.attributes.type == "radio") && (item.attributes.groupName != undefined)) { var _local5 = item.attributes.groupName; var _local2 = this[_local5]; if (_local2 == undefined) { _local2 = new Object(); _local2.name = _local5; _local2._rootMenu = this; _local2._members = new Object(); _local2._memberCount = 0; _local2.getGroupSelection = getGroupSelection; _local2.setGroupSelection = setGroupSelection; _local2.addProperty("selection", _local2.getGroupSelection, _local2.setGroupSelection); if (__radioGroups == undefined) { __radioGroups = new Object(); } __radioGroups[_local5] = _local2; this[_local5] = _local2; } _local2._members[item.getID()] = item; _local2._memberCount++; if (isItemSelected(item)) { _local2.selection = item; } } var _local3 = item.childNodes; for (var _local7 in _local3) { installItem(_local3[_local7]); } } function deinstallItem(item) { var _local2 = item.childNodes; for (var _local5 in _local2) { deinstallItem(_local2[_local5]); } if (item.attributes.instanceName != undefined) { var _local7 = item.attributes.instanceName; delete this[_local7]; delete __namedItems[_local7]; } if ((item.attributes.type == "radio") && (item.attributes.groupName != undefined)) { var _local6 = item.attributes.groupName; var _local3 = this[_local6]; if (_local3 == undefined) { return(undefined); } delete _local3._members[item.getID()]; _local3._memberCount--; if (_local3._memberCount == 0) { delete this[_local6]; delete __radioGroups[_local6]; } else if (_local3.selection == item) { delete _local3._selection; } } } function deinstallAllItems(Void) { for (var _local2 in __namedItems) { delete this[_local2]; } delete __namedItems; for (var _local2 in __radioGroups) { delete this[_local2]; } delete __radioGroups; } function getGroupSelection() { return(_selection); } function setGroupSelection(item) { _selection = item; for (var _local4 in _members) { var _local2 = _members[_local4]; _local2.attributes.selected = _local2 == item; } item.updateViews({eventName:"selectionChanged", node:item}); } function onRowRelease(rowIndex) { if (((!enabled) || (!selectable)) || (!__get__visible())) { return(undefined); } var _local5 = rows[rowIndex]; var _local2 = _local5.item; if ((_local2 != undefined) && (isItemEnabled(_local2))) { var _local10 = _local2.attributes.type; var _local4 = (!_local2.hasChildNodes()) && (_local10 != "separator"); if (_local4) { hideAllMenus(); } var _local6; var _local3 = getRootMenu(); if ((_local10 == "check") || (_local10 == "radio")) { setMenuItemSelected(_local2, !isItemSelected(_local2)); } if (_local4) { _local3.dispatchEvent({type:"change", menuBar:__menuBar, menu:_local3, menuItem:_local2, groupName:_local6}); } } } function onRowPress(rowIndex) { var _local3 = rows[rowIndex].item; if (isItemEnabled(_local3) && (!_local3.hasChildNodes())) { super.onRowPress(rowIndex); } } function onRowRollOut(rowIndex) { if (((!enabled) || (!selectable)) || (!__get__visible())) { return(undefined); } super.onRowRollOut(rowIndex); var _local4 = rows[rowIndex].item; if (_local4 != undefined) { var _local5 = getRootMenu(); _local5.dispatchEvent({type:"rollOut", menuBar:__menuBar, menu:this, menuItem:_local4}); } var _local3 = __activeChildren[_local4.getID()]; if (_local4.hasChildNodes() > 0) { if (_local3.isOpening || (_local3.isOpening == undefined)) { cancelMenuDelay(); _local3.isOpening = false; } if (_local3.visible) { rows[rowIndex].drawRow(_local4, "selected", false); } } else if (_local3.isClosing || (_local3.isClosing == undefined)) { cancelMenuDelay(); _local3.isClosing = false; } setTimeOut(__closeDelay, _local4.getID()); } function onRowRollOver(rowIndex) { if (((!enabled) || (!selectable)) || (!__get__visible())) { return(undefined); } var _local2 = rows[rowIndex]; var _local8 = _local2.item; var _local6 = _local8.getID(); var _local4 = __activeChildren[__anchor]; var _local5 = __activeChildren[_local6]; clearSelected(); clearTimeOut(); __lastRowRolledOver = rowIndex; if (anchorRow != undefined) { anchorRow.drawRow(anchorRow.item, "normal", false); delete anchorRow; } if (__parentMenu) { var _local3 = __parentMenu.rows[__anchorIndex]; _local3.drawRow(_local3.item, "selected", false); __parentMenu.anchorRow = _local3; } if (_local5.__activeChildren[_local5.__anchor].visible) { _local5.__activeChildren[_local5.__anchor].hide(); } if (_local4.visible && (__anchor != _local6)) { _local4.isClosing = true; setMenuDelay(__closeDelay, "closeSubMenu", {id:__anchor}); } if ((_local8 != undefined) && (isItemEnabled(_local8))) { var _local7 = getRootMenu(); _local7.dispatchEvent({type:"rollOver", menuBar:__menuBar, menu:this, menuItem:_local8}); if (_local8.hasChildNodes() > 0) { anchorRow = _local2; _local2.drawRow(_local8, "selected", false); if (!_local5.visible) { _local5.isOpening = true; setMenuDelay(__openDelay, "openSubMenu", {item:_local8, rowIndex:rowIndex}); } } else { _local2.drawRow(_local8, "highlighted", false); } } } function onRowDragOver(rowIndex) { var _local4 = __dataProvider.getItemAt(rowIndex + __vPosition); if (isItemEnabled(_local4)) { super.onRowDragOver(rowIndex); onRowRollOver(rowIndex); } } function __onMouseUp() { clearInterval(dragScrolling); delete dragScrolling; delete isPressed; if (!selectable) { return(undefined); } if (__wasVisible) { hide(); } __wasVisible = false; } function setMenuDelay(delay, request, args) { if (__timer == null) { __timer = setInterval(this, "callMenuDelay", delay, request, args); } else { __delayQueue.push({delay:delay, request:request, args:args}); } } function callMenuDelay(request, args) { this[request](args); clearMenuDelay(); } function clearMenuDelay(Void) { clearInterval(__timer); __timer = null; runDelayQueue(); } function cancelMenuDelay(Void) { var _local2 = __delayQueue.pop(); clearMenuDelay(); } function runDelayQueue(Void) { if (__delayQueue.length == 0) { return(undefined); } var _local2 = __delayQueue.shift(); var _local4 = _local2.delay; var _local5 = _local2.request; var _local3 = _local2.args; setMenuDelay(_local4, _local5, _local3); } function setTimeOut(delay, id) { clearTimeOut(); __timeOut = setInterval(this, "callTimeOut", delay, id); } function clearTimeOut(Void) { clearInterval(__timeOut); __timeOut = null; } function callTimeOut(Void) { var _local2 = __activeChildren[__anchor]; clearTimeOut(); if ((!isMouseOverMenu()) && (_local2)) { var _local3 = _local2.__anchorIndex; var _local5 = __dataProvider.getItemAt(_local3 + __vPosition); var _local4 = rows[_local3]; _local4.drawRow(_local5, "normal", false); _local2.hide(); __delayQueue.length = 0; } } function openSubMenu(o) { var _local3 = getRootMenu(); var _local6 = rows[o.rowIndex]; var _local7 = o.item; var _local4 = (__anchor = _local7.getID()); var _local2 = _local3.__menuCache[_local4]; if (_local2 == undefined) { _local2 = mx.managers.PopUpManager.createPopUp(_local3, mx.controls.Menu, false, {__parentMenu:this, __anchorIndex:o.rowIndex, styleName:_local3}, true); _local2.labelField = _local3.__labelField; _local2.labelFunction = _local3.__labelFunction; _local2.iconField = _local3.__iconField; _local2.iconFunction = _local3.__iconFunction; _local2.wasJustCreated = true; _local2.cellRenderer = _local3.__cellRenderer; _local2.rowHeight = _local3.__rowHeight; if (_local3.__menuCache == undefined) { _local3.__menuCache = new Object(); _local3.__menuCache[_local3.__menuDataProvider.getID()] = _local3; } if (__activeChildren == undefined) { __activeChildren = new Object(); } _local3.__menuCache[_local4] = _local2; __activeChildren[_local4] = _local2; _local2.__dataProvider.addItemsAt(0, _local7.childNodes); _local2.invUpdateSize = true; _local2.invalidate(); } _local2.__menuBar = __menuBar; var _local5 = {x:0, y:0}; _local6.localToGlobal(_local5); _local2.focusManager.lastFocus = undefined; _local2.show(_local5.x + _local6.__width, _local5.y); focusManager.lastFocus = undefined; _local2.isOpening = false; } function closeSubMenu(o) { var _local2 = __activeChildren[o.id]; _local2.hide(); _local2.isClosing = false; } function moveSelBy(incr) { var _local3 = getSelectedIndex(); if (_local3 == undefined) { _local3 = -1; } var _local2 = _local3 + incr; if (_local2 > (__dataProvider.length - 1)) { _local2 = 0; } else if (_local2 < 0) { _local2 = __dataProvider.length - 1; } wasKeySelected = true; selectRow(_local2 - __vPosition, false); var _local4 = __dataProvider.getItemAt(_local2 + __vPosition); if (_local4.attributes.type == "separator") { moveSelBy(incr); } } function keyDown(e) { if (__lastRowRolledOver != undefined) { selectedIndex = __lastRowRolledOver; __lastRowRolledOver = undefined; } var _local2 = selectedItem; if (Key.isDown(38)) { var _local3 = getRootMenu(); var _local4 = _local3.__menuCache[_local2.getID()]; if (_local2.hasChildNodes() && (_local4.visible)) { supposedToLoseFocus = true; Selection.setFocus(_local4); _local4.selectedIndex = _local4.rows.length - 1; } else { moveSelBy(-1); } } if (Key.isDown(40)) { var _local3 = getRootMenu(); var _local4 = _local3.__menuCache[_local2.getID()]; if (_local2.hasChildNodes() && (_local4.visible)) { supposedToLoseFocus = true; Selection.setFocus(_local4); _local4.selectedIndex = 0; } else { moveSelBy(1); } } if (Key.isDown(39)) { if (_local2.hasChildNodes()) { openSubMenu({item:_local2, rowIndex:selectedIndex}); var _local3 = getRootMenu(); var _local4 = _local3.__menuCache[_local2.getID()]; supposedToLoseFocus = true; Selection.setFocus(_local4); _local4.selectedIndex = 0; } else if (__menuBar) { supposedToLoseFocus = true; Selection.setFocus(__menuBar); __menuBar.keyDown(e); } } if (Key.isDown(37)) { if (__parentMenu) { supposedToLoseFocus = true; hide(); Selection.setFocus(__parentMenu); } else if (__menuBar) { supposedToLoseFocus = true; Selection.setFocus(__menuBar); __menuBar.keyDown(e); } } if (Key.isDown(13) || (Key.isDown(32))) { if (_local2.hasChildNodes()) { openSubMenu({item:_local2, rowIndex:selectedIndex}); var _local3 = getRootMenu(); var _local4 = _local3.__menuCache[_local2.getID()]; _local4.selectedIndex = 0; } else { onRowRelease(selectedIndex); } } if (Key.isDown(27) || (Key.isDown(9))) { hideAllMenus(); } } function hideAllMenus(Void) { getRootMenu().hide(); } function isMouseOverMenu(Void) { var _local6 = _root._xmouse; var _local5 = _root._ymouse; if (border_mc.hitTest(_local6, _local5)) { return(true); } var _local4 = getRootMenu(); for (var _local7 in _local4.__menuCache) { var _local3 = _local4.__menuCache[_local7]; if (_local3.visible && (_local3.border_mc.hitTest(_local6, _local5))) { return(true); } } return(false); } function getRootMenu(Void) { var _local2 = this; while (_local2.__parentMenu != undefined) { _local2 = _local2.__parentMenu; } return(_local2); } static var symbolName = "Menu"; static var symbolOwner = mx.controls.Menu; var className = "Menu"; static var version = "2.0.0.360"; static var mixit = mx.controls.treeclasses.TreeDataProvider.Initialize(XMLNode); static var mixit2 = mx.controls.menuclasses.MenuDataProvider.Initialize(XMLNode); var __hScrollPolicy = "off"; var __vScrollPolicy = "off"; var __rowRenderer = "MenuRow"; var __rowHeight = 19; var __wasVisible = false; var __enabled = true; var __openDelay = 250; var __closeDelay = 250; var __delayQueue = new Array(); var __iconField = "icon"; }
Symbol 222 MovieClip [__Packages.mx.skins.halo.ActivatorSkin] Frame 0
class mx.skins.halo.ActivatorSkin extends mx.skins.RectBorder { var __get__width, __get__height, getStyle, clear, drawRoundRect, __get__x, __get__y; function ActivatorSkin () { super(); } function init() { super.init(); } function size() { drawHaloRect(__get__width(), __get__height()); } function drawHaloRect(w, h) { var _local5 = getStyle("borderStyle"); var _local4 = getStyle("themeColor"); clear(); switch (_local5) { case "none" : drawRoundRect(__get__x(), __get__y(), w, h, 0, 16777215, 0); break; case "falsedown" : drawRoundRect(__get__x(), __get__y(), w, h, 0, 9542041, 100); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 0, [3355443, 16579836], 100, -90, "radial"); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 0, _local4, 50); drawRoundRect(__get__x() + 3, __get__y() + 3, w - 6, h - 6, 0, 16777215, 100); drawRoundRect(__get__x() + 3, __get__y() + 4, w - 6, h - 7, 0, _local4, 20); break; case "falserollover" : drawRoundRect(__get__x(), __get__y(), w, h, 0, 9542041, 100); drawRoundRect(__get__x(), __get__y(), w, h, 0, _local4, 50); drawRoundRect(__get__x() + 1, __get__y() + 1, w - 2, h - 2, 0, [3355443, 16777215], 100, 0, "radial"); drawRoundRect(__get__x() + 3, __get__y() + 3, w - 6, h - 6, 0, 16777215, 100); drawRoundRect(__get__x() + 3, __get__y() + 4, w - 6, h - 7, 0, 16316664, 100); } } static function classConstruct() { mx.core.ext.UIObjectExtensions.Extensions(); _global.skinRegistry.ActivatorSkin = true; return(true); } static var symbolName = "ActivatorSkin"; static var symbolOwner = mx.skins.halo.ActivatorSkin; var className = "ActivatorSkin"; var backgroundColorName = "buttonColor"; static var classConstructed = classConstruct(); static var UIObjectExtensionsDependency = mx.core.ext.UIObjectExtensions; }
Symbol 223 MovieClip [__Packages.mx.controls.menuclasses.MenuBarItem] Frame 0
class mx.controls.menuclasses.MenuBarItem extends mx.core.UIComponent { var createLabel, cell, __initText, createClassObject, owner, useHandCursor, trackAsMenu, border_mc, __width, __height, enabled, menuBarIndex; function MenuBarItem () { super(); } function createChildren(Void) { super.createChildren(); createLabel("cell", 20); cell.setValue(__initText); createClassObject(mx.skins.halo.ActivatorSkin, "border_mc", 0, {styleName:owner, borderStyle:"none"}); useHandCursor = false; trackAsMenu = true; } function size(Void) { super.size(); border_mc.setSize(__width, __height); cell.setSize(__width - __cellWidthBuffer, cell.getPreferredHeight()); cell._x = __cellWidthBuffer / 2; cell._y = (__height - cell._height) / 2; } function getPreferredWidth(Void) { return(cell.getPreferredWidth() + __cellWidthBuffer); } function setLabelBorder(style) { border_mc.borderStyle = style; border_mc.draw(); } function setEnabled(state) { enabled = (cell.enabled = state); if (!enabled) { setLabelBorder("none"); } } function onPress(Void) { owner.onItemPress(menuBarIndex); } function onRelease(Void) { owner.onItemRelease(menuBarIndex); } function onRollOver(Void) { owner.onItemRollOver(menuBarIndex); } function onRollOut(Void) { owner.onItemRollOut(menuBarIndex); } function onDragOver(Void) { owner.onItemDragOver(menuBarIndex); } function onDragOut(Void) { owner.onItemDragOut(menuBarIndex); } var __cellHeightBuffer = 3; var __cellWidthBuffer = 20; var __isDown = false; var __isClosing = false; }
Symbol 224 MovieClip [__Packages.mx.controls.listclasses.SelectableRow] Frame 0
class mx.controls.listclasses.SelectableRow extends mx.core.UIComponent { var __height, cell, owner, rowIndex, icon_mc, createObject, __width, backGround, highlight, highlightColor, createLabel, createClassObject, listOwner, tabEnabled, item, createEmptyMovieClip, drawRect, isChangedToSelected, bGTween, grandOwner; function SelectableRow () { super(); } function setValue(itmObj, state) { var _local7 = __height; var _local2 = cell; var _local5 = owner; var _local8 = itemToString(itmObj); if (_local2.getValue() != _local8) { _local2.setValue(_local8, itmObj, state); } var _local4 = _local5.getPropertiesAt(rowIndex + _local5.__vPosition).icon; if (_local4 == undefined) { _local4 = _local5.__iconFunction(itmObj); if (_local4 == undefined) { _local4 = itmObj[_local5.__iconField]; if (_local4 == undefined) { _local4 = _local5.getStyle("defaultIcon"); } } } var _local3 = icon_mc; if ((_local4 != undefined) && (itmObj != undefined)) { _local3 = createObject(_local4, "icon_mc", 20); _local3._x = 2; _local3._y = (_local7 - _local3._height) / 2; _local2._x = 4 + _local3._width; } else { _local3.removeMovieClip(); _local2._x = 2; } var _local9 = ((_local3 == undefined) ? 0 : (_local3._width)); _local2.setSize(__width - _local9, Math.min(_local7, _local2.getPreferredHeight())); _local2._y = (_local7 - _local2._height) / 2; } function size(Void) { var _local3 = backGround; var _local2 = cell; var _local4 = __height; var _local5 = __width; var _local6 = ((icon_mc == undefined) ? 0 : (icon_mc._width)); _local2.setSize(_local5 - _local6, Math.min(_local4, _local2.getPreferredHeight())); _local2._y = (_local4 - _local2._height) / 2; icon_mc._y = (_local4 - icon_mc._height) / 2; _local3._x = 0; _local3._width = _local5; _local3._height = _local4; drawRowFill(_local3, normalColor); drawRowFill(highlight, highlightColor); } function setCellRenderer(forceSizing) { var _local3 = owner.__cellRenderer; var _local4; if (cell != undefined) { _local4 = cell._x; cell.removeMovieClip(); cell.removeTextField(); } var _local2; if (_local3 == undefined) { _local2 = (cell = createLabel("cll", 0, {styleName:this})); _local2.styleName = owner; _local2.selectable = false; _local2.tabEnabled = false; _local2.background = false; _local2.border = false; } else if (typeof(_local3) == "string") { _local2 = (cell = createObject(_local3, "cll", 0, {styleName:this})); } else { _local2 = (cell = createClassObject(_local3, "cll", 0, {styleName:this})); } _local2.owner = this; _local2.listOwner = owner; _local2.getCellIndex = getCellIndex; _local2.getDataLabel = getDataLabel; if (_local4 != undefined) { _local2._x = _local4; } if (forceSizing) { size(); } } function getCellIndex(Void) { return({columnIndex:0, itemIndex:owner.rowIndex + listOwner.__vPosition}); } function getDataLabel() { return(listOwner.labelField); } function init(Void) { super.init(); tabEnabled = false; } function createChildren(Void) { setCellRenderer(false); setupBG(); setState(state, false); } function drawRow(itmObj, state, transition) { item = itmObj; setState(state, transition); setValue(itmObj, state, transition); } function itemToString(itmObj) { if (itmObj == undefined) { return(" "); } var _local2 = owner.__labelFunction(itmObj); if (_local2 == undefined) { _local2 = ((itmObj instanceof XMLNode) ? (itmObj.attributes[owner.__labelField]) : (itmObj[owner.__labelField])); if (_local2 == undefined) { _local2 = " "; if (typeof(itmObj) == "object") { for (var _local4 in itmObj) { if (_local4 != "__ID__") { _local2 = (itmObj[_local4] + ", ") + _local2; } } _local2 = _local2.substring(0, _local2.length - 2); } else { _local2 = itmObj; } } } return(_local2); } function setupBG(Void) { var _local2 = (backGround = createEmptyMovieClip("bG_mc", LOWEST_DEPTH)); drawRowFill(_local2, normalColor); highlight = createEmptyMovieClip("tran_mc", LOWEST_DEPTH + 10); _local2.owner = this; _local2.grandOwner = owner; _local2.onPress = bGOnPress; _local2.onRelease = bGOnRelease; _local2.onRollOver = bGOnRollOver; _local2.onRollOut = bGOnRollOut; _local2.onDragOver = bGOnDragOver; _local2.onDragOut = bGOnDragOut; _local2.useHandCursor = false; _local2.trackAsMenu = true; _local2.drawRect = drawRect; highlight.drawRect = drawRect; } function drawRowFill(mc, newClr) { mc.clear(); mc.beginFill(newClr); mc.drawRect(1, 0, __width, __height); mc.endFill(); mc._width = __width; mc._height = __height; } function setState(newState, transition) { var _local2 = highlight; var _local8 = backGround; var _local4 = __height; var _local3 = owner; if (!_local3.enabled) { if ((newState == "selected") || (state == "selected")) { highlightColor = _local3.getStyle("selectionDisabledColor"); drawRowFill(_local2, highlightColor); _local2._visible = true; _local2._y = 0; _local2._height = _local4; } else { _local2._visible = false; normalColor = _local3.getStyle("backgroundDisabledColor"); drawRowFill(_local8, normalColor); } cell.__enabled = false; cell.setColor(_local3.getStyle("disabledColor")); } else { cell.__enabled = true; if (transition && ((newState == state) || ((newState == "highlighted") && (state == "selected")))) { isChangedToSelected = true; return(undefined); } var _local6 = _local3.getStyle("selectionDuration"); var _local7 = 0; if (isChangedToSelected && (newState == "selected")) { transition = false; } var _local10 = transition && (_local6 != 0); if (newState == "normal") { _local7 = _local3.getStyle("color"); normalColor = getNormalColor(); drawRowFill(_local8, normalColor); if (_local10) { _local6 = _local6 / 2; _local2._height = _local4; _local2._width = __width; _local2._y = 0; bGTween = new mx.effects.Tween(this, _local4 + 2, _local4 * 0.2, _local6, 5); } else { _local2._visible = false; } delete isChangedToSelected; } else { highlightColor = _local3.getStyle(((newState == "highlighted") ? "rollOverColor" : "selectionColor")); drawRowFill(_local2, highlightColor); _local2._visible = true; _local7 = _local3.getStyle(((newState == "highlighted") ? "textRollOverColor" : "textSelectedColor")); if (_local10) { _local2._height = _local4 * 0.5; _local2._y = (_local4 - _local2._height) / 2; bGTween = new mx.effects.Tween(this, _local2._height, _local4 + 2, _local6, 5); var _local9 = _local3.getStyle("selectionEasing"); if (_local9 != undefined) { bGTween.easingEquation = _local9; } } else { _local2._y = 0; _local2._height = _local4; } } cell.setColor(_local7); } state = newState; } function onTweenUpdate(val) { highlight._height = val; highlight._y = (__height - val) / 2; } function onTweenEnd(val) { onTweenUpdate(val); highlight._visible = state != "normal"; } function getNormalColor(Void) { var _local3; var _local2 = owner; if (!owner.enabled) { _local3 = _local2.getStyle("backgroundDisabledColor"); } else { var _local5 = rowIndex + _local2.__vPosition; _local3 = _local2.getPropertiesAt(_local5).backgroundColor; if (_local3 == undefined) { var _local4 = _local2.getStyle("alternatingRowColors"); if (_local4 == undefined) { _local3 = _local2.getStyle("backgroundColor"); } else { _local3 = _local4[_local5 % _local4.length]; } } } return(_local3); } function invalidateStyle(propName) { cell.invalidateStyle(propName); super.invalidateStyle(propName); } function bGOnPress(Void) { grandOwner.pressFocus(); grandOwner.onRowPress(owner.rowIndex); } function bGOnRelease(Void) { grandOwner.releaseFocus(); grandOwner.onRowRelease(owner.rowIndex); } function bGOnRollOver(Void) { grandOwner.onRowRollOver(owner.rowIndex); } function bGOnRollOut(Void) { grandOwner.onRowRollOut(owner.rowIndex); } function bGOnDragOver(Void) { grandOwner.onRowDragOver(owner.rowIndex); } function bGOnDragOut(Void) { grandOwner.onRowDragOut(owner.rowIndex); } static var LOWEST_DEPTH = -16384; var state = "normal"; var disabledColor = 15263976; var normalColor = 16777215; }
Symbol 225 MovieClip [__Packages.mx.controls.menuclasses.MenuRow] Frame 0
class mx.controls.menuclasses.MenuRow extends mx.controls.listclasses.SelectableRow { var cell, state, owner, icon_branch, branch, type, iconID, icon_mc, icon_sep, createObject, __width, __height, idealWidth; function MenuRow () { super(); } function setValue(itemObj, sel) { var _local7 = cell; var _local6 = itemToString(itemObj); if (_local7.getValue() != _local6) { _local7.setValue(_local6, itemObj, state); } var _local8 = itemObj.hasChildNodes(); var _local5 = mx.controls.Menu.isItemEnabled(itemObj); var _local4 = itemObj.attributes.type; if (_local4 == undefined) { _local4 = "normal"; } var _local9 = mx.controls.Menu.isItemSelected(itemObj); var _local3 = owner.__iconFunction(itemObj); if (_local3 == undefined) { _local3 = itemObj.attributes[owner.__iconField]; } if (_local3 == undefined) { _local3 = owner.getStyle("defaultIcon"); } if (icon_branch && (((_local8 != branch) || (_local5 != isEnabled)) || (type == "separator"))) { icon_branch.removeMovieClip(); delete icon_branch; } if ((((_local9 != selected) || (_local3 != iconID)) || (_local4 != type)) || ((_local5 != isEnabled) && (_local4 != "normal"))) { icon_mc.removeMovieClip(); icon_sep.removeMovieClip(); delete icon_sep; delete icon_mc; } branch = _local8; isEnabled = _local5; type = _local4; selected = _local9; iconID = _local3; cell.__enabled = isEnabled; cell.setColor((isEnabled ? (owner.getStyle("color")) : (owner.getStyle("disabledColor")))); if (sel == "highlighted") { if (isEnabled) { cell.setColor(owner.getStyle("textRollOverColor")); } } else if (sel == "selected") { if (isEnabled) { cell.setColor(owner.getStyle("textSelectedColor")); } } if (branch && (icon_branch == undefined)) { icon_branch = createObject("MenuBranch" + (isEnabled ? "Enabled" : "Disabled"), "icon_branch", 20); } if (type == "separator") { if (icon_sep == undefined) { var _local10 = createObject("MenuSeparator", "icon_sep", 21); } } else if (icon_mc == undefined) { if (type != "normal") { if (selected) { iconID = ((type == "check") ? "MenuCheck" : "MenuRadio") + (isEnabled ? "Enabled" : "Disabled"); } else { iconID = undefined; } } if (iconID != undefined) { icon_mc = createObject(iconID, "icon_mc", 21); } } size(); } function itemToString(itmObj) { if (itmObj.attributes.type == "separator") { return(" "); } return(super.itemToString(itmObj)); } function size(Void) { super.size(); cell._x = lBuffer; cell.setSize((__width - rBuffer) - lBuffer, Math.min(__height, cell.getPreferredHeight())); if (icon_branch) { icon_branch._x = __width - (rBuffer / 2); icon_branch._y = (__height - icon_branch._height) / 2; } if (icon_sep) { icon_sep._x = 4; icon_sep._y = (__height - icon_sep._height) / 2; icon_sep._width = __width - 8; } else if (icon_mc) { icon_mc._x = Math.max(0, (lBuffer - icon_mc._width) / 2); icon_mc._y = (__height - icon_mc._height) / 2; } } function getIdealWidth(Void) { cell.draw(); idealWidth = ((cell.getPreferredWidth() + 4) + lBuffer) + rBuffer; return(idealWidth); } var isEnabled = true; var selected = false; var lBuffer = 18; var rBuffer = 15; }
Symbol 226 MovieClip [__Packages.mx.controls.streamingmedia.ICuePointHolder] Frame 0
interface mx.controls.streamingmedia.ICuePointHolder { }
Symbol 227 MovieClip [__Packages.mx.controls.MediaPlayback] Frame 0
class mx.controls.MediaPlayback extends mx.core.UIComponent implements mx.controls.streamingmedia.ICuePointHolder { var _width, _height, _deadPreview, initCuePointTimes, initCuePointNames, _totalTime, _aspectRatio, _autoSize, _autoPlay, _mediaType, _contentPath, attachMovie, _controllerPolicy, _display, _controller, _enabled, tabEnabled, tabChildren, _flvLoaded, redraw, __get__width, __get__height, _chrome, width, height, dispatchEvent, invalidate, _controlPlacement; function MediaPlayback () { super(); } function init(Void) { initializeParameters(); var _local4 = _width; var _local7 = _height; _deadPreview._visible = false; super.init(); var _local3 = {contentPath:_contentPath, mediaType:_mediaType, autoPlay:_autoPlay, autoSize:_autoSize, aspectRatio:_aspectRatio, totalTime:_totalTime, initCuePointNames:initCuePointNames, initCuePointTimes:initCuePointTimes}; attachMovie("MediaDisplay", "_display", 1, _local3); var _local8 = (_autoPlay ? (mx.controls.streamingmedia.StreamingMediaConstants.PAUSE_PLAY_CONTROL) : (mx.controls.streamingmedia.StreamingMediaConstants.PLAY_PLAY_CONTROL)); var _local5 = ((_mediaType == "MP3") ? "default" : "none"); var _local6 = (controlPlacement == "top") || (controlPlacement == "bottom"); _local3 = {horizontal:_local6, controllerPolicy:_controllerPolicy, backgroundStyle:_local5, activePlayControl:_local8}; attachMovie("MediaController", "_controller", 2, _local3); setSize(_local4, _local7, true); _display.associateController(_controller); _controller.addEventListener("click", this); _controller.addEventListener("playheadChange", this); _controller.addEventListener("volume", this); _display.addEventListener("change", this); _display.addEventListener("progress", this); _display.addEventListener("start", this); _display.addEventListener("cuePoint", this); _display.addEventListener("complete", this); _enabled = true; tabEnabled = false; tabChildren = true; _flvLoaded = false; redraw(true); } function initializeParameters() { if (mediaType == null) { mediaType = ("FLV"); } if (totalTime == null) { totalTime = (0); } if (contentPath == null) { contentPath = (""); } if (autoPlay == null) { autoPlay = (true); } if (autoSize == null) { autoSize = (true); } if (aspectRatio == null) { aspectRatio = (true); } if (controllerPolicy == null) { controllerPolicy = ("auto"); } if (controlPlacement == null) { controlPlacement = ("bottom"); } } function draw(Void) { if (_mediaType == "MP3") { drawMP3(); } else { drawFLV(); } } function drawMP3() { _display._x = 0; _display._y = 0; _controller._x = 0; _controller._y = 0; _controller.setSize(__get__width(), __get__height(), true); _controller.__set__backgroundStyle("default"); _controller.setOpenUpOrLeft(false); _controller.redraw(true); _chrome.visible = false; _chrome.showToggles = false; _chrome.draw(); } function drawFLV() { drawChrome(); drawFLVController(); drawFLVDisplay(); } function drawChrome() { var _local3; var _local2; if (_controller.__get__horizontal()) { _local2 = (__get__height() - _controller.getMinimumOpenHeight()) + _controller.getMinimumClosedHeight(); _local3 = width; } else { _local3 = (__get__width() - _controller.getMinimumOpenWidth()) + _controller.getMinimumClosedWidth(); _local2 = height; } var _local5 = __get__width(); var _local4 = __get__height(); var _local7 = ((_controllerPolicy == "on") ? (_local5) : (_local3)); var _local6 = ((_controllerPolicy == "on") ? (_local4) : (_local2)); var _local8 = isTopControlPlacement() || (isLeftControlPlacement()); _chrome._x = 0; _chrome._y = 0; if (isTopControlPlacement() && ((_controllerPolicy == "off") || (_controllerPolicy == "auto"))) { _chrome._y = _controller.getMinimumOpenHeight() - _controller.getMinimumClosedHeight(); } else if (isLeftControlPlacement() && ((_controllerPolicy == "off") || (_controllerPolicy == "auto"))) { _chrome._x = _controller.getMinimumOpenWidth() - _controller.getMinimumClosedWidth(); } _chrome.visible = true; _chrome.showToggles = true; _chrome.setSize(_local7, _local6); _chrome.draw(); addSecondChrome(_chrome, _local2, _local4, _local3, _local5, _local8); } function drawFLVController() { if (isBottomControlPlacement()) { _controller.setSize(__get__width(), _controller.getMinimumOpenHeight(), true); _controller.__set__horizontal(true); _controller._x = 0; _controller._y = __get__height() - _controller.__get__height(); } else if (isTopControlPlacement()) { _controller.setSize(__get__width(), _controller.getMinimumOpenHeight(), true); _controller.__set__horizontal(true); _controller.setOpenUpOrLeft(true); _controller._x = 0; if (_controllerPolicy == "on") { _controller._y = 0; } else { _controller._y = _controller.__get__height() - _controller.getMinimumClosedHeight(); } } else if (isRightControlPlacement()) { _controller.setSize(_controller.getMinimumOpenWidth(), __get__height(), true); _controller.__set__horizontal(false); _controller._x = __get__width() - _controller.__get__width(); _controller._y = 0; } else if (isLeftControlPlacement()) { _controller.setSize(_controller.getMinimumOpenWidth(), __get__height(), true); _controller.__set__horizontal(false); _controller.setOpenUpOrLeft(true); if (_controllerPolicy == "on") { _controller._x = 0; } else { _controller._x = _controller.__get__width() - _controller.getMinimumClosedWidth(); } _controller._y = 0; } _controller.__set__backgroundStyle("none"); _controller.invalidate(); } function drawFLVDisplay() { var _local2 = __get__width() - (H_BORDER * 2); var _local3 = __get__height() - (V_BORDER * 2); if (isBottomControlPlacement() || (isTopControlPlacement())) { _local3 = _local3 - _controller.height; } else { _local2 = _local2 - _controller.width; } if (_autoSize && ((_display.__get__preferredWidth() > _local2) || (_display.__get__preferredHeight() > _local3))) { _display.__set__autoSize(false); _display.__set__aspectRatio(true); } else { _display.__set__autoSize(_autoSize); _display.__set__aspectRatio(_aspectRatio); } _display.setSize(_local2, _local3, true); _display.invalidate(); var _local5 = 0; var _local4 = 0; if (isTopControlPlacement()) { _local4 = _controller.height; } else if (isLeftControlPlacement()) { _local5 = _controller.width; } _display._x = _local5 + H_BORDER; _display._y = _local4 + V_BORDER; } function handleEvent(ev) { dispatchEvent(ev); if (((ev.type == "start") && (_mediaType == "FLV")) && (!_flvLoaded)) { _flvLoaded = true; _display.makeVideoVisible = true; redraw(true); } } function toString() { return("MediaPlayback: media=" + _contentPath); } function getController() { return(_controller); } function load() { _display.load(); } function play(startingPoint) { _display.play(startingPoint); _controller.setPlaying(true); } function pause() { _display.pause(); _controller.setPlaying(false); } function stop() { _display.stop(); _controller.setPlaying(false); } function get autoSize() { if (_display != null) { _autoSize = _display.autoSize; } return(_autoSize); } function set autoSize(flag) { _autoSize = flag; if (_display != null) { invalidate(); } //return(autoSize); } function get aspectRatio() { if (_display != null) { _aspectRatio = _display.aspectRatio; } return(_aspectRatio); } function set aspectRatio(flag) { _aspectRatio = flag; if (_display != null) { _display.__set__aspectRatio(flag); invalidate(); } //return(aspectRatio); } function get autoPlay() { if (_display != null) { _autoPlay = _display.autoPlay; } return(_autoPlay); } function set autoPlay(flag) { _autoPlay = flag; if (_display != null) { _display.__set__autoPlay(flag); } //return(autoPlay); } function get playheadTime() { return(_display.__get__playheadTime()); } function set playheadTime(position) { _display.__set__playheadTime(position); //return(playheadTime); } function get contentPath() { if (_display != null) { _contentPath = _display.contentPath; } return(_contentPath); } function set contentPath(aUrl) { _contentPath = aUrl; _flvLoaded = false; if (_display != null) { _display.__set__contentPath(aUrl); } //return(contentPath); } function get volume() { return(_display.__get__volume()); } function set volume(aVol) { _display.__set__volume(aVol); _controller.__set__volume(aVol); //return(volume); } function get playing() { return(_display.__get__playing()); } function get preferredWidth() { return(_display.__get__preferredWidth()); } function get preferredHeight() { return(_display.__get__preferredHeight()); } function get bytesLoaded() { return(_display.__get__bytesLoaded()); } function get bytesTotal() { return(_display.__get__bytesTotal()); } function get mediaType() { if (_display != null) { _mediaType = _display.mediaType; } return(_mediaType); } function set mediaType(aType) { _mediaType = aType; if (_display != null) { _display.__set__mediaType(aType); if (aType == "MP3") { _controller.__set__backgroundStyle("none"); removeSecondChrome(); } else { _controller.__set__backgroundStyle("default"); drawChrome(); } invalidate(); } //return(mediaType); } function setMedia(aUrl, aType) { var _local5 = _mediaType; _display.setMedia(aUrl, aType); if (aType == null) { var _local3 = aUrl.substr(-3); if ((_local3 == "flv") || (_local3 == "FLV")) { aType = "FLV"; } else if ((_local3 == "mp3") || (_local3 == "MP3")) { aType = "MP3"; } else { aType = _mediaType; } } if (_local5 != aType) { mediaType = (aType); } contentPath = (aUrl); } function get totalTime() { if (_display != null) { _totalTime = _display.totalTime; } return(_totalTime); } function set totalTime(aTime) { _totalTime = aTime; if (_display != null) { _display.__set__totalTime(_totalTime); } //return(totalTime); } function getCuePoints() { return(_display.getCuePoints()); } function get cuePoints() { return(getCuePoints()); } function setCuePoints(cp) { var _local2 = 0; while (_local2 < cp.length) { cp[_local2].playback = this; _local2++; } _display.__set__cuePoints(cp); } function set cuePoints(cp) { setCuePoints(cp); //return(cuePoints); } function getCuePoint(pointName) { return(_display.getCuePoint(pointName)); } function addCuePoint(aName, aTime) { var _local2 = new mx.controls.streamingmedia.CuePoint(aName, aTime); _local2.playback = this; addCuePointObject(_local2); } function addCuePointObject(aCuePoint) { aCuePoint.playback = this; _display.addCuePointObject(aCuePoint); } function removeCuePoint(aCuePoint) { _display.removeCuePoint(aCuePoint); } function removeAllCuePoints() { _display.removeAllCuePoints(); } function get controllerPolicy() { if (_controller != null) { _controllerPolicy = _controller.controllerPolicy; } return(_controllerPolicy); } function set controllerPolicy(aPolicy) { _controllerPolicy = aPolicy; if (_controller != null) { _controller.__set__controllerPolicy(aPolicy); } //return(controllerPolicy); } function addSecondChrome(theChrome, closedHeight, openHeight, closedWidth, openWidth, fixedEnd) { _controller.addSecondChrome(theChrome, closedHeight, openHeight, closedWidth, openWidth, fixedEnd); } function removeSecondChrome() { _controller.removeSecondChrome(); } function getMinimumOpenHeight() { return(_controller.getMinimumOpenHeight()); } function getMinimumOpenWidth() { return(_controller.getMinimumOpenWidth()); } function getMinimumClosedHeight() { return(_controller.getMinimumClosedHeight()); } function getMinimumClosedWidth() { return(_controller.getMinimumClosedWidth()); } function expand(force) { _controller.expand(force); } function contract(force) { _controller.contract(force); } function get controlPlacement() { return(_controlPlacement); } function set controlPlacement(aPos) { _controlPlacement = aPos; if (_controller != null) { var _local2 = isTopControlPlacement() || (isLeftControlPlacement()); _controller.setOpenUpOrLeft(_local2); var _local3 = isTopControlPlacement() || (isBottomControlPlacement()); _controller.__set__horizontal(_local3); invalidate(); } //return(controlPlacement); } function isTopControlPlacement() { return(_controlPlacement == TOP_CONTROL_POSITION); } function isBottomControlPlacement() { return(_controlPlacement == BOTTOM_CONTROL_POSITION); } function isLeftControlPlacement() { return(_controlPlacement == LEFT_CONTROL_POSITION); } function isRightControlPlacement() { return(_controlPlacement == RIGHT_CONTROL_POSITION); } function displayFull() { var _local2 = _chrome.getOneToggle(); _local2.displayFull(false); } function displayNormal() { var _local2 = _chrome.getOneToggle(); _local2.displayNormal(false); } function setSize(w, h, noEvent) { w = Math.max(w, _controller.getMinimumOpenWidth() + 17); h = Math.max(h, _controller.getMinimumOpenHeight() + 17); super.setSize(w, h, noEvent); invalidate(); } function get enabled() { return(_enabled); } function set enabled(is) { _enabled = is; _display.__set__enabled(is); _controller.__set__enabled(is); _chrome.setEnabled(is); //return(enabled); } static var symbolName = "MediaPlayback"; static var symbolOwner = mx.controls.MediaPlayback; var className = "MediaPlayback"; static var version = "2.0.0.360"; var clipParameters = {mediaType:"FLV", contentPath:"", totalTime:0, autoSize:true, autoPlay:true, controllerPolicy:"auto", initCuePointNames:new Array(), initCuePointTimes:new Array(), controlPlacement:"bottom", fps:30}; static var TOP_CONTROL_POSITION = "top"; static var BOTTOM_CONTROL_POSITION = "bottom"; static var LEFT_CONTROL_POSITION = "left"; static var RIGHT_CONTROL_POSITION = "right"; static var H_BORDER = 8; static var V_BORDER = 8; }
Symbol 367 MovieClip [__Packages.mx.controls.MediaController] Frame 0
class mx.controls.MediaController extends mx.core.UIComponent { var _lastProgressMediaType, _controllerPolicy, _width, _height, _horizontal, _y, _x, __get__height, __get__width, _enabled, _priorPolicy, _activePlayControl, _backgroundStyle, _isOpen, _priorMouseOver, _closeId, _openId, gotoAndStop, _isPlaying, _playPercent, _playTime, _volume, tabEnabled, tabChildren, playAtBeginning, _screenAccommodator, redraw, _playBar, _miniPlayBar, _loadBar, _volumeControl, _buttons, width, height, _chrome, _secondChrome, _secondChromeClosedHeight, _secondChromeOpenHeight, _secondChromeClosedWidth, _secondChromeOpenWidth, _secondChromeFixedEnd, hitTest, _animationStart, _animationOpen, onEnterFrame, _loadPercent, invalidate, dispatchEvent, _listenForPlayheadMoveEvent, _notAnimating, _strings, _openUpOrLeft; function MediaController () { super(); } function get lastProgressMediaType() { return(_lastProgressMediaType); } function init(Void) { mx.controls.streamingmedia.Tracer.trace("MediaController.init: start: policy=" + _controllerPolicy); initializeParameters(); mx.controls.streamingmedia.Tracer.trace("MediaController.init: after initializeParameters: policy=" + _controllerPolicy); var _local3 = _width; var _local4 = _height; super.init(); if (_horizontal) { _local3 = Math.max(MINIMUM_HORIZONTAL_WIDTH, _local3); _local4 = Math.max(MINIMUM_HORIZONTAL_OPEN_HEIGHT, _local4); } else { _local3 = Math.max(MINIMUM_VERTICAL_OPEN_WIDTH, _local3); _local4 = Math.max(MINIMUM_VERTICAL_HEIGHT, _local4); } setSize(_local3, _local4, true); mx.controls.streamingmedia.Tracer.trace(((((((("MediaController.init: after setSize " + __get__width()) + "x") + __get__height()) + " at (") + _x) + ",") + _y) + ")"); _enabled = true; _priorPolicy = _controllerPolicy; createDefaultStrings(); mx.controls.streamingmedia.Tracer.trace("MediaController.init: Initialized properties:"); mx.controls.streamingmedia.Tracer.trace(" controllerPolicy=" + _controllerPolicy); mx.controls.streamingmedia.Tracer.trace(" horizontal=" + _horizontal); mx.controls.streamingmedia.Tracer.trace(" activePlayControl=" + _activePlayControl); mx.controls.streamingmedia.Tracer.trace(" backgroundStyle=" + _backgroundStyle); if (_controllerPolicy == "auto") { _isOpen = false; _priorMouseOver = false; _closeId = null; _openId = null; Mouse.addListener(this); gotoAndStop(getClosedFrameName()); } else if (_controllerPolicy == "on") { _isOpen = true; gotoAndStop(getOpenFrameName()); } else if (_controllerPolicy == "off") { _isOpen = false; gotoAndStop(getClosedFrameName()); } _isPlaying = _activePlayControl == "pause"; _playPercent = 0; _playTime = 0; _volume = mx.controls.streamingmedia.StreamingMediaConstants.DEFAULT_VOLUME; setOpenUpOrLeft(false); setListeningForPlayheadMoveEvent(true); tabEnabled = false; tabChildren = true; playAtBeginning = false; _screenAccommodator = new mx.controls.streamingmedia.ScreenAccommodator(this); redraw(true); } function initializeParameters() { if (horizontal == null) { horizontal = (true); } if (controllerPolicy == null) { controllerPolicy = ("auto"); } if (backgroundStyle == null) { backgroundStyle = ("default"); } if (activePlayControl == null) { activePlayControl = ("pause"); } } function getOpenFrameName() { return((_horizontal ? "openHorizontal" : "openVertical")); } function getClosedFrameName() { return((_horizontal ? "closedHorizontal" : "closedVertical")); } function draw(Void) { if (_isOpen) { gotoAndStop(getOpenFrameName()); _playBar.draw(); } else { gotoAndStop(getClosedFrameName()); _miniPlayBar.draw(); } _loadBar.draw(); if (_horizontal) { positionControlsHorizontal(); } else { positionControlsVertical(); } drawChrome(); } function positionControlsVertical() { if (_isOpen) { _volumeControl._x = (__get__width() - _volumeControl._width) / 2; _volumeControl._y = (__get__height() - _volumeControl._height) - 8; _buttons._x = (__get__width() - _buttons._width) / 2; _buttons._y = ((__get__height() - _buttons._height) - _volumeControl._height) - 16; _playBar._x = (__get__width() - _playBar._width) / 2; _loadBar._x = (_playBar._x + _playBar._width) - 4; } else { _loadBar._x = LOADBAR_VERTICAL_CLOSED_X; _miniPlayBar._x = MINIPLAYBAR_VERTICAL_CLOSED_X; } } function positionControlsHorizontal() { if (_isOpen) { _loadBar._y = LOADBAR_HORIZONTAL_OPEN_Y; _buttons._x = 8; _buttons._y = (__get__height() - _buttons._height) - 8; _volumeControl._x = (__get__width() - _volumeControl._width) - 8; _volumeControl._y = (__get__height() - _volumeControl._height) - 8; } else { _loadBar._y = LOADBAR_HORIZONTAL_CLOSED_Y; } } function drawChrome(wi, he) { if (wi == null) { if (_horizontal) { wi = width; } else { wi = (_isOpen ? (__get__width()) : (CLOSED_VERTICAL_WIDTH)); } } if (he == null) { if (_horizontal) { he = (_isOpen ? (__get__height()) : (CLOSED_HORIZONTAL_HEIGHT)); } else { he = height; } } _chrome.visible = backgroundStyle == "default"; _chrome.showToggles = false; _chrome.setSize(wi, he); _chrome.draw(); } function addSecondChrome(theChrome, closedHeight, openHeight, closedWidth, openWidth, fixedEnd) { _secondChrome = theChrome; _secondChromeClosedHeight = closedHeight; _secondChromeOpenHeight = openHeight; _secondChromeClosedWidth = closedWidth; _secondChromeOpenWidth = openWidth; _secondChromeFixedEnd = fixedEnd; } function removeSecondChrome() { _secondChrome = null; } function get expanded() { return(_isOpen); } function onMouseMove() { var _local5 = _root._xmouse; var _local4 = _root._ymouse; var _local3 = hitTest(_local5, _local4, true); if ((_local3 && (_closeId != null)) || (isNotAnimating())) { clearInterval(_closeId); _closeId = null; } if (((!_local3) && (_openId != null)) || (isNotAnimating())) { clearInterval(_openId); _openId = null; } if ((((_local3 && (!_isOpen)) && (_controllerPolicy == "auto")) && (_openId == null)) && (!isNotAnimating())) { _openId = setInterval(this, "expand", OPEN_DELAY); } else if (((((!_local3) && (_isOpen)) && (_controllerPolicy == "auto")) && (_closeId == null)) && (!isNotAnimating())) { _closeId = setInterval(this, "contract", CLOSE_DELAY); } _priorMouseOver = _local3; } function expand(force) { clearInterval(_openId); _openId = null; if ((_controllerPolicy == "auto") || (force)) { _isOpen = true; _animationStart = getTimer(); _animationOpen = true; _priorMouseOver = true; onEnterFrame = animate; } } function contract(force) { mx.controls.streamingmedia.Tracer.trace((((("MediaController.contract: force=" + force) + ", animating=") + _animating) + ", opening=") + _animationOpen); if (_animating && (!_animationOpen)) { return(undefined); } clearInterval(_closeId); _closeId = null; if ((_controllerPolicy == "auto") || (force)) { _isOpen = false; _animationStart = getTimer(); _animationOpen = false; _priorMouseOver = false; gotoAndStop(getClosedFrameName()); animate(); onEnterFrame = animate; } } function animate() { _animating = true; var _local4 = getTimer() - _animationStart; var _local3 = Math.min(1, _local4 / ANIMATION_TIME); mx.controls.streamingmedia.Tracer.trace((((((("MediaController.animate: _animationStart=" + _animationStart) + ", elapsed=") + _local4) + ", portion=") + _local3) + ", ANIMATION_TIME=") + ANIMATION_TIME); sizeMainChrome(_local3); if (_secondChrome != null) { sizeSecondChrome(_local3); } animateBars(_local3); if ((_local4 >= ANIMATION_TIME) || (_global.isLivePreview)) { animationDone(); } } function animationDone() { mx.controls.streamingmedia.Tracer.trace("MediaController.animationDone"); _animating = false; delete onEnterFrame; refreshBars(); if (_animationOpen) { gotoAndStop(getOpenFrameName()); } redraw(true); } function sizeMainChrome(portion) { var _local2 = __get__height(); var _local3 = __get__width(); if (_horizontal) { var _local4 = (__get__height() - CLOSED_HORIZONTAL_HEIGHT) * portion; if (_animationOpen) { _local2 = CLOSED_HORIZONTAL_HEIGHT + _local4; } else { _local2 = __get__height() - _local4; } } else { var _local4 = (__get__width() - CLOSED_VERTICAL_WIDTH) * portion; if (_animationOpen) { _local3 = CLOSED_VERTICAL_WIDTH + _local4; } else { _local3 = __get__width() - _local4; } } if (isOpenUpOrLeft()) { var _local6 = _chrome.width - _local3; var _local5 = _chrome.height - _local2; _x = _x + _local6; _y = _y + _local5; } drawChrome(_local3, _local2); } function sizeSecondChrome(portion) { var _local3; var _local4; var _local2; if (_horizontal) { _local4 = _secondChromeClosedWidth; _local2 = (_secondChromeOpenHeight - _secondChromeClosedHeight) * portion; _local3 = (_animationOpen ? (_secondChromeClosedHeight + _local2) : (_secondChromeOpenHeight - _local2)); if (_secondChromeFixedEnd) { _secondChrome._y = (_secondChrome._y - _local3) + _secondChrome.height; } } else { _local3 = _secondChromeClosedHeight; _local2 = (_secondChromeOpenWidth - _secondChromeClosedWidth) * portion; _local4 = (_animationOpen ? (_secondChromeClosedWidth + _local2) : (_secondChromeOpenWidth - _local2)); if (_secondChromeFixedEnd) { _secondChrome._x = (_secondChrome._x - _local4) + _secondChrome.width; } } _secondChrome.setSize(_local4, _local3); _secondChrome.draw(); } function animateBars(portion) { var _local2; if (_horizontal) { _local2 = (LOADBAR_HORIZONTAL_OPEN_Y - LOADBAR_HORIZONTAL_CLOSED_Y) * portion; var _local8 = (_animationOpen ? (LOADBAR_HORIZONTAL_CLOSED_Y + _local2) : (LOADBAR_HORIZONTAL_OPEN_Y - _local2)); _loadBar._y = _local8; } else { var _local5 = _chrome.width / 2; _local2 = (_local5 - MINIPLAYBAR_VERTICAL_CLOSED_X) * portion; _local2 = Math.max(0, _local2); var _local9 = (_animationOpen ? (MINIPLAYBAR_VERTICAL_CLOSED_X + _local2) : (_local5 - _local2)); _miniPlayBar._x = _local9; _loadBar._x = _miniPlayBar._x + _miniPlayBar._width; var _local3 = _loadBar.getClosedHeight(); var _local4 = _loadBar.getOpenHeight(); _local2 = (_local3 - _local4) * portion; var _local6 = (_animationOpen ? (_local3 - _local2) : (_local4 + _local2)); _loadBar.draw(_local6); _miniPlayBar.draw(_local6); } } function getLoadBar() { return(_loadBar); } function setLoadBarFull() { _loadBar.setCompletionPercentage(100); _loadPercent = 100; } function refreshBars() { mx.controls.streamingmedia.Tracer.trace((("MediaController.refreshBars: load=" + _loadPercent) + ", play=") + _playPercent); _loadBar.setCompletionPercentage(_loadPercent); _playBar.setCompletionPercentage(_playPercent); _miniPlayBar.setCompletionPercentage(_playPercent); } function getLoadPercent() { return(_loadPercent); } function getMinimumOpenHeight() { var _local2 = (_horizontal ? (MINIMUM_HORIZONTAL_OPEN_HEIGHT) : (MINIMUM_VERTICAL_HEIGHT)); return(_local2); } function getMinimumClosedHeight() { var _local2 = (_horizontal ? (CLOSED_HORIZONTAL_HEIGHT) : (MINIMUM_VERTICAL_HEIGHT)); return(_local2); } function getMinimumOpenWidth() { var _local2 = (_horizontal ? (MINIMUM_HORIZONTAL_WIDTH) : (MINIMUM_VERTICAL_OPEN_WIDTH)); return(_local2); } function getMinimumClosedWidth() { var _local2 = (_horizontal ? (MINIMUM_HORIZONTAL_WIDTH) : (CLOSED_VERTICAL_WIDTH)); return(_local2); } function get controllerPolicy() { return(_controllerPolicy); } function set controllerPolicy(aPolicy) { mx.controls.streamingmedia.Tracer.trace((("MediaController.set controllerPolicy: old=" + _controllerPolicy) + ", new=") + aPolicy); if (aPolicy == _controllerPolicy) { return; } _controllerPolicy = aPolicy; if (_controllerPolicy == "on") { Mouse.removeListener(this); if (!_isOpen) { expand(true); } } else if (_controllerPolicy == "off") { Mouse.removeListener(this); if (_isOpen) { mx.controls.streamingmedia.Tracer.trace("MediaController.set controllerPolicy(off): about to call contract"); contract(true); } } else if (_controllerPolicy == "auto") { _closeId = null; _openId = null; Mouse.addListener(this); var _local3 = hitTest(_root._xmouse, _root._ymouse, true); if (_isOpen && (!_local3)) { mx.controls.streamingmedia.Tracer.trace("MediaController.set controllerPolicy(auto): about to call contract"); contract(); } else if ((!_isOpen) && (_local3)) { expand(); } } else { throw new Error("The controller policy must be set to on, off, or auto"); } //return(controllerPolicy); } function get horizontal() { return(_horizontal); } function set horizontal(isHoriz) { if (isHoriz != _horizontal) { _horizontal = isHoriz; var _local2 = __get__height(); var _local3 = __get__width(); if (isHoriz) { _local2 = Math.max(_local2, MINIMUM_HORIZONTAL_WIDTH); _local3 = Math.max(_local3, MINIMUM_HORIZONTAL_OPEN_HEIGHT); } else { _local2 = Math.max(_local2, MINIMUM_VERTICAL_OPEN_WIDTH); _local3 = Math.max(_local3, MINIMUM_VERTICAL_HEIGHT); } setSize(_local2, _local3); invalidate(); } else { _horizontal = isHoriz; } //return(horizontal); } function get volume() { return(_volume); } function set volume(vol) { _volume = vol; _volumeControl.getHandle().setVolume(vol); //return(volume); } function get backgroundStyle() { return(_backgroundStyle); } function set backgroundStyle(aStyle) { _backgroundStyle = aStyle; drawChrome(); //return(backgroundStyle); } function broadcastEvent(eventType, detailArg) { var _local2 = {type:eventType, target:this, detail:detailArg}; if (eventType == "volume") { _volume = detailArg; } dispatchEvent(_local2); } function handleEvent(ev) { if (ev.type == "change") { playAtBeginning = false; if (isListeningForPlayheadMoveEvent()) { handleChangeEvent(ev); } } else if (ev.type == "progress") { handleProgressEvent(ev); } else if (ev.type == "complete") { handleCompleteEvent(ev); } else { handleUnrecognizedEvent(ev); } } function isListeningForPlayheadMoveEvent() { return(_listenForPlayheadMoveEvent); } function setListeningForPlayheadMoveEvent(listen) { _listenForPlayheadMoveEvent = listen; } function isNotAnimating() { return(_notAnimating); } function setNotAnimating(still) { _notAnimating = still; } function get activePlayControl() { return(_activePlayControl); } function set activePlayControl(aControl) { _activePlayControl = aControl; //return(activePlayControl); } function isPlaying() { return(_isPlaying); } function setPlaying(playFlag) { _isPlaying = playFlag; _playBar.setIsPlaying(playFlag); if (playFlag) { _buttons.playPauseButtons.showPauseButton(); } else { _buttons.playPauseButtons.showPlayButton(); } } function handleChangeEvent(ev) { var _local2 = ev.target; _playTime = _local2.playheadTime; var _local3 = _local2.__get__totalTime(); _playPercent = (100 * _playTime) / _local3; if (_isOpen) { _playBar.setCompletionPercentage(_playPercent); _playBar.setTime(_playTime); } else { _miniPlayBar.setCompletionPercentage(_playPercent); } } function handleProgressEvent(ev) { var _local2 = ev.target; var _local3 = _local2.__get__bytesLoaded(); var _local4 = _local2.__get__bytesTotal(); _loadPercent = (100 * _local3) / _local4; refreshBars(); _lastProgressMediaType = _local2.mediaType; evaluateToEnd(); } function evaluateToEnd() { if (!_isOpen) { return(undefined); } var _local2 = false; if ((_loadPercent >= 99) && (enabled)) { if (_lastProgressMediaType == "MP3") { _local2 = true; } else if ((_lastProgressMediaType == "FLV") && (!mx.controls.streamingmedia.StreamingMediaConstants.DISABLE_FLV_TOEND)) { _local2 = true; } } _buttons.toEndButton.enabled = _local2; } function handleCompleteEvent(ev) { if ((!isScrubbing()) && (!_animating)) { var _local2 = ev.target; _playTime = _local2.totalTime; _playPercent = 100; if (_isOpen) { _playBar.setCompletionPercentage(_playPercent); _playBar.setTime(_playTime); } else { _miniPlayBar.setCompletionPercentage(_playPercent); } setPlaying(false); mx.controls.streamingmedia.Tracer.trace("MediaController.handleCompleteEvent: playAtBeginning=true"); playAtBeginning = true; } } function handleUnrecognizedEvent(ev) { mx.controls.streamingmedia.Tracer.trace((("received an unrecognized event of type " + ev.type) + " with target ") + ev.target); } function createDefaultStrings() { _strings = new Object(); _strings.paused = "PAUSED"; _strings.streaming = "STREAMING"; } function getLocalizedString(id) { var _local2 = _strings[id]; return(_local2); } function get playTime() { return(_playTime); } function set playTime(aTime) { _playTime = aTime; //return(playTime); } function get playPercent() { return(_playPercent); } function set playPercent(aPercent) { _playPercent = aPercent; //return(playPercent); } function isOpenUpOrLeft() { return(_openUpOrLeft); } function setOpenUpOrLeft(is) { _openUpOrLeft = is; } function associateDisplay(d) { d.associateController(this); } function setSize(w, h, noEvent) { super.setSize(w, h, noEvent); invalidate(); } function get enabled() { return(_enabled); } function set enabled(is) { mx.controls.streamingmedia.Tracer.trace("MediaController.set enabled to " + is); _enabled = is; _buttons.toStartButton.enabled = is; _buttons.toEndButton.enabled = is; _buttons.playPauseButtons.enabled = is; _volumeControl._muteButton.muteSimpleButton.enabled = is; _volumeControl._loudButton.loudSimpleButton.enabled = is; _playBar.__set__enabled(is); _volumeControl.getHandle().__set__enabled(is); if (is) { if (_priorPolicy != null) { controllerPolicy = (_priorPolicy); } } else { _priorPolicy = controllerPolicy; if (controllerPolicy == "auto") { controllerPolicy = ("off"); } } //return(enabled); } function isScrubbing() { return(_playBar.isScrubbing()); } static var symbolName = "MediaController"; static var symbolOwner = mx.controls.MediaController; var className = "MediaController"; static var version = "2.0.0.360"; var clipParameters = {controllerPolicy:"auto", horizontal:true, activePlayControl:"pause", backgroundStyle:"default"}; static var MINIMUM_HORIZONTAL_WIDTH = 202; static var CLOSED_HORIZONTAL_HEIGHT = 25; static var MINIMUM_HORIZONTAL_OPEN_HEIGHT = 63; static var LOADBAR_HORIZONTAL_CLOSED_Y = 14; static var LOADBAR_HORIZONTAL_OPEN_Y = 24; static var MINIMUM_VERTICAL_HEIGHT = 202; static var CLOSED_VERTICAL_WIDTH = 25; static var MINIMUM_VERTICAL_OPEN_WIDTH = 80; static var LOADBAR_VERTICAL_CLOSED_X = 14; static var MINIPLAYBAR_VERTICAL_CLOSED_X = 8; static var ANIMATION_TIME = 250; static var CLOSE_DELAY = 1000; static var OPEN_DELAY = 100; static var LOCALIZED_FILE = "streamingmediacontroller.xml"; static var H_BORDER = 8; static var V_BORDER = 8; var _animating = false; }
Symbol 368 MovieClip [__Packages.mx.controls.streamingmedia.LoadBar] Frame 0
class mx.controls.streamingmedia.LoadBar extends MovieClip { var _controller, _parent, _fill, _y, _border, _background, _x; function LoadBar () { super(); init(); } function init() { _controller = mx.controls.MediaController(_parent); draw(); } function isVertical() { return(!_controller.__get__horizontal()); } function getCompletionPercentage() { var _local2; if (isVertical()) { _local2 = yToPercent(_fill._height); } else { _local2 = xToPercent(_fill._width); } return(_local2); } function setCompletionPercentage(aPercentage) { aPercentage = Math.floor(aPercentage); if (aPercentage < 0) { aPercentage = 0; } else if (aPercentage > 100) { aPercentage = 100; } if (isVertical()) { _fill._height = percentToY(aPercentage); _fill._y = (getActualHeight() - _fill._height) - 1; } else { _fill._width = percentToX(aPercentage); } } function draw(size) { var _local3 = getCompletionPercentage(); if (isVertical()) { if (size == null) { size = getHeight(); } _y = 8; _border._height = size; _background._height = size - 2; } else { if (size == null) { size = getWidth(); } _x = 8; _border._width = size; _background._width = size - 2; } setCompletionPercentage(_local3); } function getWidth() { var _local2; if (isVertical()) { _local2 = 3; } else { _local2 = _controller.__get__width() - 16; } return(_local2); } function getHeight() { var _local2; if (isVertical()) { if (_controller.__get__expanded()) { _local2 = getOpenHeight(); } else { _local2 = getClosedHeight(); } } else { _local2 = 3; } return(_local2); } function getActualHeight() { return(_border._height); } function getActualWidth() { return(_border._width); } function getOpenHeight() { return(_controller.__get__height() - 90); } function getClosedHeight() { return(_controller.__get__height() - 16); } function xToPercent(x) { var _local2 = (100 * x) / (getActualWidth() - 2); return(_local2); } function percentToX(percent) { var _local2 = (getWidth() - 2) * (percent / 100); return(_local2); } function yToPercent(y) { var _local2 = (100 * (y - 0)) / (getActualHeight() - 2); return(_local2); } function percentToY(percent) { var _local2 = (getActualHeight() - 2) * (percent / 100); return(_local2); } }
Symbol 369 MovieClip [__Packages.mx.controls.streamingmedia.PlayBar] Frame 0
class mx.controls.streamingmedia.PlayBar extends MovieClip { var _controller, _parent, _thumb, _hilite, _timeTextField, _statusTextField, onEnterFrame, _darkenText, _textPulseTime, _x, _y, _tray; function PlayBar () { super(); init(); } function init() { _controller = mx.controls.MediaController(_parent); setCompletionPercentage(_controller.__get__playPercent()); setTime(_controller.__get__playTime()); draw(); } function isVertical() { return(!_controller.__get__horizontal()); } function getCompletionPercentage() { var _local2; if (isVertical()) { _local2 = yToPercent(_thumb._y); } else { _local2 = xToPercent(_thumb._x); } return(_local2); } function setCompletionPercentage(aPercentage) { aPercentage = Math.floor(aPercentage); if (aPercentage < 1) { aPercentage = 1; } else if (aPercentage > 100) { aPercentage = 100; } if (isVertical()) { var _local3 = percentToY(aPercentage); _thumb._y = (getHeight() - _local3) - 9; } else { var _local4 = percentToX(aPercentage); _thumb._x = _local4; } updateHiliteToMatchThumb(); } function updateHiliteToMatchThumb() { if (isVertical()) { _hilite._height = (getHeight() - _thumb._y) - 6; _hilite._y = (getHeight() - _hilite._height) - 1; } else { _hilite._width = _thumb._x + 4; } } function setTime(aTime) { var _local7 = Math.floor(aTime / 3600); var _local3 = aTime % 3600; var _local6 = Math.floor(_local3 / 60); _local3 = _local3 % 60; var _local5 = Math.floor(_local3); _local3 = _local3 % 1; var _local2 = Math.round(_local3 * 1000); var _local4 = ((((((_local7 + ":") + ((_local6 < 10) ? "0" : "")) + _local6) + ":") + ((_local5 < 10) ? "0" : "")) + _local5) + "."; if (_local2 < 10) { _local4 = _local4 + ("00" + String(_local2)); } else if (_local2 < 100) { _local4 = _local4 + ("0" + String(_local2)); } else { _local4 = _local4 + String(_local2); } _timeTextField.text = _local4; } function setIsPlaying(isPlaying) { if (isPlaying) { _statusTextField.text = _controller.getLocalizedString(STREAMING_ID); delete onEnterFrame; setDarkText(); } else { _statusTextField.text = _controller.getLocalizedString(PAUSED_ID); _darkenText = false; _textPulseTime = getTimer(); onEnterFrame = pulseText; } } function getController() { return(_controller); } function draw() { var _local2 = getCompletionPercentage(); if (isVertical()) { _x = (_controller.__get__width() - getWidth()) / 2; _y = 8; _tray.setHeight(getHeight()); _statusTextField._y = getHeight() - 4; } else { _x = 8; _tray.setWidth(getWidth()); _timeTextField._x = (getWidth() - _timeTextField._width) - 3; } setIsPlaying(_controller.isPlaying()); setCompletionPercentage(_local2); } function getWidth() { var _local2 = (isVertical() ? 20 : (_controller.__get__width() - 16)); return(_local2); } function getHeight() { var _local2 = (isVertical() ? (_controller.__get__height() - 90) : 20); return(_local2); } function xToPercent(x) { var _local2 = 100 * ((x + 3) / (getWidth() - 3)); return(_local2); } function percentToX(percent) { var _local2 = ((getWidth() - 3) * (percent / 100)) - 3; return(_local2); } function yToPercent(y) { var _local2 = 100 * (((getHeight() - 3) - y) / getHeight()); return(_local2); } function percentToY(percent) { var _local2 = ((getHeight() - 3) * (percent / 100)) - 3; return(_local2); } function pulseText() { var _local2 = getTimer() - _textPulseTime; var _local5 = Math.min(1, _local2 / PULSE_DURATION); var _local7 = PULSE_DURATION * ACTIVE_PULSE_PORTION; var _local6 = Math.min(1, _local2 / _local7); var _local4 = _local6 * (TEXT_ALPHA_DARK - TEXT_ALPHA_LIGHT); var _local3 = (_darkenText ? (TEXT_ALPHA_LIGHT + _local4) : (TEXT_ALPHA_DARK - _local4)); _statusTextField._alpha = _local3; _timeTextField._alpha = _local3; if (_local5 >= 1) { _darkenText = !_darkenText; _textPulseTime = getTimer(); } } function setDarkText() { _statusTextField._alpha = TEXT_ALPHA_DARK; _timeTextField._alpha = TEXT_ALPHA_DARK; } function setLightText() { _statusTextField._alpha = TEXT_ALPHA_LIGHT; _timeTextField._alpha = TEXT_ALPHA_LIGHT; } function get enabled() { return(_thumb.__get__enabled()); } function set enabled(is) { _thumb.__set__enabled(is); //return(enabled); } function isScrubbing() { return(_thumb.isScrubbing()); } static var TEXT_ALPHA_DARK = 100; static var TEXT_ALPHA_LIGHT = 50; static var PULSE_DURATION = 1400; static var ACTIVE_PULSE_PORTION = 0.4; static var STREAMING_ID = "streaming"; static var PAUSED_ID = "paused"; }
Symbol 370 MovieClip [__Packages.mx.controls.streamingmedia.StreamingMediaConstants] Frame 0
class mx.controls.streamingmedia.StreamingMediaConstants { function StreamingMediaConstants () { } static var FLV_MEDIA_TYPE = "FLV"; static var MP3_MEDIA_TYPE = "MP3"; static var PLAY_PLAY_CONTROL = "play"; static var PAUSE_PLAY_CONTROL = "pause"; static var DEFAULT_VOLUME = 75; static var SCRUBBING = true; static var DISABLE_FLV_TOEND = true; }
Symbol 371 MovieClip [__Packages.mx.controls.streamingmedia.PlayBarThumb] Frame 0
class mx.controls.streamingmedia.PlayBarThumb extends MovieClip { var _playBar, _parent, _dragging, _wasPlaying, onMouseMove, _y, _x, _enabled, onPress, onRelease, onReleaseOutside; function PlayBarThumb () { super(); init(); } function init() { _playBar = mx.controls.streamingmedia.PlayBar(_parent); enabled = (_playBar.getController().enabled); } function isVertical() { return(_playBar.isVertical()); } function handlePress() { startThumbDrag(); } function startThumbDrag() { _dragging = true; var _local2 = _playBar.getController(); _local2.setListeningForPlayheadMoveEvent(false); _wasPlaying = _local2.isPlaying(); if (_wasPlaying) { _local2.broadcastEvent("click", "pause"); } onMouseMove = handleMouseMove; } function onUnload() { if (_dragging) { stopThumbDrag(); } } function handleRelease() { if (_dragging) { stopThumbDrag(); } } function handleReleaseOutside() { if (_dragging) { stopThumbDrag(); } } function stopThumbDrag() { _dragging = false; var _local2 = _playBar.getController(); if (_wasPlaying) { _local2.broadcastEvent("click", "play"); } _local2.setListeningForPlayheadMoveEvent(true); delete onMouseMove; } function handleMouseMove() { var _local2 = _playBar.getController(); var _local9 = _local2.getLoadBar().getCompletionPercentage() / 100; if (isVertical()) { var _local6 = _playBar.getHeight() - 8; var _local10 = (_local6 * (1 - _local9)) - 2; var _local3 = _playBar._ymouse; if (_local3 < _local10) { _local3 = _local10; } else if (_local3 > _local6) { _local3 = _local6; } _y = _local3; } else { var _local7 = (_playBar.getWidth() - 6) * _local9; var _local4 = _playBar._xmouse; if (_local4 < 0) { _local4 = 0; } else if (_local4 > _local7) { _local4 = _local7; } _x = _local4; } _playBar.updateHiliteToMatchThumb(); var _local5 = (isVertical() ? (_playBar.yToPercent(_y)) : (_playBar.xToPercent(_x))); if (mx.controls.streamingmedia.StreamingMediaConstants.SCRUBBING) { _local2.broadcastEvent("playheadChange", _local5); } var _local11 = (_local2.__get__playTime() * 100) / _local2.__get__playPercent(); var _local8 = (_local11 * _local5) / 100; _playBar.setTime(_local8); _local2.__set__playPercent(_local5); _local2.__set__playTime(_local8); } function get enabled() { return(_enabled); } function set enabled(is) { _enabled = is; if (is) { onPress = handlePress; onRelease = handleRelease; onReleaseOutside = handleReleaseOutside; } else { if (_dragging) { stopThumbDrag(); } delete onPress; delete onRelease; delete onReleaseOutside; } //return(enabled); } function isScrubbing() { return(_dragging); } }
Symbol 372 MovieClip [__Packages.mx.controls.streamingmedia.MiniPlayBar] Frame 0
class mx.controls.streamingmedia.MiniPlayBar extends MovieClip { var _controller, _parent, _thumb, _hilite, _y, _tray, _x; function MiniPlayBar () { super(); init(); } function init() { _controller = mx.controls.MediaController(_parent); draw(); } function isVertical() { return(!_controller.__get__horizontal()); } function getCompletionPercentage() { var _local2; if (isVertical()) { _local2 = yToPercent(_thumb._y); } else { _local2 = xToPercent(_thumb._x); } return(_local2); } function setCompletionPercentage(aPercentage) { aPercentage = Math.floor(aPercentage); if (aPercentage < 1) { aPercentage = 1; } else if (aPercentage > 100) { aPercentage = 100; } if (isVertical()) { var _local3 = percentToY(aPercentage); _thumb._y = (getActualHeight() - _local3) - 1; _hilite._height = _local3 - 1; _hilite._y = (getActualHeight() - _local3) - 2; } else { var _local4 = percentToX(aPercentage); _thumb._x = _local4; _hilite._width = _local4 - 1; } } function getController() { return(_controller); } function draw(h) { if (isVertical()) { _y = 8; if (h == null) { h = getHeight(); } _tray.setHeight(h); } else { var _local3 = getWidth(); _x = 8; _tray.setWidth(getWidth()); } setCompletionPercentage(_controller.__get__playPercent()); } function getWidth() { var _local2 = (isVertical() ? 6 : (_controller.__get__width() - 16)); return(_local2); } function getHeight() { var _local2 = (isVertical() ? (_controller.__get__height() - 16) : 6); return(_local2); } function getActualHeight() { var _local2 = _tray.getHeight(); return(_local2); } function xToPercent(x) { var _local2 = (100 * x) / (getWidth() - 2); return(_local2); } function percentToX(percent) { var _local2 = (getWidth() - 2) * (percent / 100); return(_local2); } function yToPercent(y) { var _local2 = (100 * (y - 1)) / (getActualHeight() - 3); return(_local2); } function percentToY(percent) { var _local2 = ((getActualHeight() - 3) * (percent / 100)) + 1; return(_local2); } }
Symbol 373 MovieClip [__Packages.mx.controls.streamingmedia.VolumeControl] Frame 0
class mx.controls.streamingmedia.VolumeControl extends MovieClip { var tabEnabled, tabChildren, _handle; function VolumeControl () { super(); init(); } function init() { tabEnabled = false; tabChildren = true; } function getHandle() { return(_handle); } }
Symbol 374 MovieClip [__Packages.mx.controls.streamingmedia.VolumeControlHandle] Frame 0
class mx.controls.streamingmedia.VolumeControlHandle extends MovieClip { var _volumeControl, _parent, _controller, tabEnabled, tabChildren, _x, startDrag, onMouseMove, stopDrag, _enabled, onPress, onRelease, onReleaseOutside; function VolumeControlHandle () { super(); init(); } function init() { _volumeControl = mx.controls.streamingmedia.VolumeControl(_parent); _controller = mx.controls.MediaController(_parent._parent); setVolume(_controller.__get__volume()); enabled = (_controller.enabled); tabEnabled = false; tabChildren = false; } function isVertical() { return(!_controller.__get__horizontal()); } function setVolume(aVolume) { if (aVolume < 0) { aVolume = 0; } else if (aVolume > 100) { aVolume = 100; } _x = volumeToX(aVolume); } function setMute() { setVolume(0); } function setLoud() { setVolume(100); } function handlePress() { startThumbDrag(); } function handleRelease() { stopThumbDrag(); } function handleReleaseOutside() { stopThumbDrag(); } function startThumbDrag() { startDrag(false, 12, 3, 12 + getRange(), 3); onMouseMove = handleMouseMove; } function stopThumbDrag() { stopDrag(); delete onMouseMove; broadcastEvent(); } function handleMouseMove() { broadcastEvent(); } function broadcastEvent() { _controller.broadcastEvent("volume", xToVolume(_x)); } function xToVolume(x) { return((x - 12) * (100 / getRange())); } function volumeToX(aVol) { return((aVol / (100 / getRange())) + 12); } function getRange() { var _local2 = (isVertical() ? 27 : 50); return(_local2); } function get enabled() { return(_enabled); } function set enabled(is) { _enabled = is; if (is) { onPress = handlePress; onRelease = handleRelease; onReleaseOutside = handleReleaseOutside; } else { delete onPress; delete onRelease; delete onReleaseOutside; } //return(enabled); } }
Symbol 375 MovieClip [__Packages.mx.controls.streamingmedia.MuteButton] Frame 0
class mx.controls.streamingmedia.MuteButton extends MovieClip { var attachMovie, muteSimpleButton, _parent, tabEnabled, tabChildren; function MuteButton () { super(); init(); } function init() { attachMovie("SimpleButton", "muteSimpleButton", 1, {falseUpSkin:"Mute-False-Up", falseOverSkin:"Mute-False-Over", falseDownSkin:"Mute-False-Down", falseDisabledSkin:"Mute-False-Disabled"}); muteSimpleButton.addEventListener("click", this); muteSimpleButton.enabled = _parent._parent.enabled; tabEnabled = false; tabChildren = true; } function click(ev) { _parent._parent.broadcastEvent("volume", 0); _parent.getHandle().setMute(); } }
Symbol 376 MovieClip [__Packages.mx.controls.streamingmedia.LoudButton] Frame 0
class mx.controls.streamingmedia.LoudButton extends MovieClip { var attachMovie, loudSimpleButton, _parent, tabEnabled, tabChildren; function LoudButton () { super(); init(); } function init() { attachMovie("SimpleButton", "loudSimpleButton", 1, {falseUpSkin:"Loud-False-Up", falseOverSkin:"Loud-False-Over", falseDownSkin:"Loud-False-Down", falseDisabledSkin:"Loud-False-Disabled"}); loudSimpleButton.addEventListener("click", this); loudSimpleButton.enabled = _parent._parent.enabled; tabEnabled = false; tabChildren = true; } function click(ev) { _parent._parent.broadcastEvent("volume", 100); _parent.getHandle().setLoud(); } }
Symbol 377 MovieClip [__Packages.mx.controls.streamingmedia.Tracer] Frame 0
class mx.controls.streamingmedia.Tracer { function Tracer () { } static function trace(message) { if (DEBUG) { trace(message); } } static var DEBUG = false; }
Symbol 378 MovieClip [__Packages.mx.controls.streamingmedia.FullScreenToggle] Frame 0
class mx.controls.streamingmedia.FullScreenToggle extends MovieClip { var _player, _parent, _isFull, gotoAndStop, _originalPlayerX, _originalPlayerY, _originalPlayerWidth, _originalPlayerHeight, _originalAutosize, _waited, onEnterFrame, _maximize, _minimize; function FullScreenToggle () { super(); init(); } function init() { _player = mx.controls.MediaPlayback(_parent._parent); _isFull = false; setEnabled(_player.__get__enabled()); } function isFullScreen() { return(_isFull); } function displayFull(noAction) { gotoAndStop("big"); _isFull = true; if (!noAction) { _originalPlayerX = _player._x; _originalPlayerY = _player._y; _originalPlayerWidth = _player.width; _originalPlayerHeight = _player.height; _originalAutosize = _player.autoSize; var _local7 = _player.getController(); if ((_local7.__get__controllerPolicy() == "auto") && (_local7.__get__expanded())) { mx.controls.streamingmedia.Tracer.trace("FullScreenToggle.displayFull: about to call contract"); _local7.contract(); } _local7.setNotAnimating(false); _player.__set__autoSize(false); var _local4 = getContainerInfo(); _player.setSize(_local4.width, _local4.height); if (_local4.origin) { var _local5 = mx.managers.SystemManager.__get__screen(); mx.controls.streamingmedia.Tracer.trace(((("FullScreenToggle.displayFull: scr=(" + _local5.x) + ",") + _local5.y) + ")"); _player._x = _local5.x; _player._y = _local5.y; } var _local6 = _player.getBounds(_local4.container); mx.controls.streamingmedia.Tracer.trace(((("FullScreenToggle.displayFull: bounds=(" + _local6.xMin) + ",") + _local6.yMin) + ")"); if (_local4.origin) { _player._x = _player._x + _local5.x; _player._y = _player._y + _local5.y; } else { _player._x = _player._x + _local4.x; _player._y = _player._y + _local4.y; } _player._x = _player._x - _local6.xMin; _player._y = _player._y - _local6.yMin; _waited = false; onEnterFrame = delayedBarRefresh; var _local3 = getOtherToggles(); var _local2 = 0; while (_local2 < _local3.length) { _local3[_local2].displayFull(true); _local2++; } } } function getContainerInfo() { var _local4; var _local6 = getScrollViewAncestor(_player); if (_local6 == null) { var _local5 = mx.managers.SystemManager.__get__screen(); _local4 = {container:_root, width:_local5.width, height:_local5.height, x:0, y:0, origin:true}; } else { var _local3 = _local6.getViewMetrics(); _local4 = {container:_local6, width:(_local6.width - _local3.left) - _local3.right, height:(_local6.height - _local3.top) - _local3.bottom, x:_local3.left, y:_local3.top, origin:false}; } return(_local4); } function getScrollViewAncestor(anMC) { var _local3; if (anMC == _root) { _local3 = null; } else if (anMC instanceof mx.core.ScrollView) { _local3 = mx.core.ScrollView(anMC); } else { _local3 = getScrollViewAncestor(anMC._parent); } return(_local3); } function delayedBarRefresh() { if (!_waited) { _waited = true; } else { delete onEnterFrame; _player.getController().refreshBars(); } } function displayNormal(noAction) { gotoAndStop("small"); _isFull = false; if (!noAction) { var _local4 = _player.getController(); if ((_local4.__get__controllerPolicy() == "auto") && (_local4.__get__expanded())) { mx.controls.streamingmedia.Tracer.trace("FullScreenToggle.displayNormal: about to call contract"); _local4.contract(); } _local4.setNotAnimating(false); _player.__set__autoSize(_originalAutosize); _player.setSize(_originalPlayerWidth, _originalPlayerHeight); _player._x = _originalPlayerX; _player._y = _originalPlayerY; _waited = false; onEnterFrame = delayedBarRefresh; var _local3 = getOtherToggles(); var _local2 = 0; while (_local2 < _local3.length) { _local3[_local2].displayNormal(true); _local2++; } } } function toggleDisplay() { if (_isFull) { displayNormal(); } else { displayFull(); } } function getAllToggles() { return(_parent.getAllToggles()); } function getOtherToggles() { var _local3 = getAllToggles(); var _local2 = 0; while (_local2 < _local3.length) { if (_local3[_local2] == this) { _local3.splice(_local2, 1); break; } _local2++; } return(_local3); } function getPlayer() { return(_player); } function getEnabled() { return(_player.__get__enabled()); } function setEnabled(is) { mx.controls.streamingmedia.Tracer.trace("FullScreenToggle.setEnabled: " + is); _maximize.setEnabled(is); _minimize.setEnabled(is); } }
Symbol 379 MovieClip [__Packages.mx.controls.streamingmedia.FullScreenToggleControl] Frame 0
class mx.controls.streamingmedia.FullScreenToggleControl extends MovieClip { var toggle, _parent, _enabled, onRollOver, onRollOut, onRelease, gotoAndStop; function FullScreenToggleControl () { super(); init(); } function init() { toggle = mx.controls.streamingmedia.FullScreenToggle(_parent); setEnabled(toggle.getEnabled()); } function handleRollOver() { getController().setNotAnimating(true); } function handleRollOut() { getController().setNotAnimating(false); } function handleRelease() { toggle.toggleDisplay(); } function getController() { return(toggle.getPlayer().getController()); } function getEnabled() { return(_enabled); } function setEnabled(is) { mx.controls.streamingmedia.Tracer.trace("FullScreenToggleControl.setEnabled: " + is); _enabled = is; if (is) { onRollOver = handleRollOver; onRollOut = handleRollOut; onRelease = handleRelease; gotoAndStop("_up"); } else { delete onRollOver; delete onRollOut; delete onRelease; gotoAndStop("_disabled"); } } }
Symbol 380 MovieClip [__Packages.mx.controls.streamingmedia.Chrome] Frame 0
class mx.controls.streamingmedia.Chrome extends MovieClip { var visible, width, height, _parent, _alpha, _chromeEdge, _chromeHilite, _chromeFill, showToggles, _toggleNW, _toggleSW, _toggleNE, _toggleSE; function Chrome () { super(); init(); } function init() { if (visible == null) { visible = true; } if ((width != null) && (height != null)) { draw(); } mx.controls.streamingmedia.Tracer.trace("Chrome.init: setting enabled to " + _parent.enabled); setEnabled(_parent.enabled); } function setSize(w, h) { width = w; height = h; } function draw() { if (visible) { _alpha = 100; } else { _alpha = 0; } _chromeEdge._width = width; _chromeEdge._height = height; _chromeEdge._x = 0; _chromeEdge._y = 0; _chromeHilite._width = width - 2; _chromeHilite._x = 1; _chromeHilite._y = 1; _chromeFill._width = width - 2; _chromeFill._height = height - 3; _chromeFill._x = 1; _chromeFill._y = 2; if (visible && (showToggles)) { _toggleNW._visible = true; _toggleSW._visible = true; _toggleNE._visible = true; _toggleSE._visible = true; _toggleNW._x = 0; _toggleNW._y = 0; _toggleNE._x = width; _toggleNE._y = 0; _toggleSW._x = 0; _toggleSW._y = height; _toggleSE._x = width; _toggleSE._y = height; } else { _toggleNW._visible = false; _toggleSW._visible = false; _toggleNE._visible = false; _toggleSE._visible = false; } } function getAllToggles() { return([_toggleNW, _toggleNE, _toggleSW, _toggleSE]); } function getOneToggle() { return(_toggleNE); } function getEnabled() { return(_parent.enabled); } function setEnabled(is) { mx.controls.streamingmedia.Tracer.trace("Chrome.setEnabled: " + is); _toggleNW.setEnabled(is); _toggleNE.setEnabled(is); _toggleSW.setEnabled(is); _toggleSE.setEnabled(is); } }
Symbol 381 MovieClip [__Packages.mx.controls.MediaDisplay] Frame 0
class mx.controls.MediaDisplay extends mx.core.UIComponent implements mx.controls.streamingmedia.ICuePointHolder { var _width, _height, _deadPreview, _enabled, _playingBeforeDisabled, _started, _sendCompleteEvent, _fullyLoaded, tabEnabled, tabChildren, _contentPath, _screenAccommodator, _cuePoints, initCuePointNames, initCuePointTimes, _playerImpl, _videoHolder, _totalTime, createEmptyMovieClip, _soundHolder, _mediaType, redraw, _autoPlay, _pollId, _autoSize, _aspectRatio, __get__width, __get__height, _parent, dispatchEvent, invalidate, addEventListener; function MediaDisplay () { super(); } function init(Void) { initializeParameters(); var _local3 = _width; var _local4 = _height; _deadPreview._visible = false; super.init(); setSize(_local3, _local4, true); initCuePoints(); _enabled = true; _playingBeforeDisabled = false; _started = false; _sendCompleteEvent = false; _fullyLoaded = false; makeVideoVisible = false; tabEnabled = false; tabChildren = false; if (_contentPath != "") { initMedia(); } _screenAccommodator = new mx.controls.streamingmedia.ScreenAccommodator(this); } function initializeParameters() { if (mediaType == null) { mediaType = ("FLV"); } if (totalTime == null) { totalTime = (0); } if (contentPath == null) { contentPath = (""); } if (autoPlay == null) { autoPlay = (true); } if (autoSize == null) { autoSize = (true); } if (aspectRatio == null) { aspectRatio = (true); } } function initCuePoints() { _cuePoints = new Array(); var _local2 = 0; while ((_local2 < initCuePointNames.length) && (_local2 < initCuePointTimes.length)) { addCuePoint(initCuePointNames[_local2], initCuePointTimes[_local2]); _local2++; } delete initCuePointNames; delete initCuePointTimes; } function initMedia(switchType) { if (isLivePreview()) { return(undefined); } if (switchType) { _playerImpl.stop(); } if (isFLV()) { if (isRtmp(_contentPath)) { _playerImpl = new mx.controls.streamingmedia.RTMPPlayer(_contentPath, mx.controls.streamingmedia.StreamingMediaConstants.FLV_MEDIA_TYPE, _videoHolder, _totalTime); } else { _playerImpl = new mx.controls.streamingmedia.FLVPlayer(_contentPath, _videoHolder, _totalTime); } } else if (isMP3()) { if (switchType) { releaseVideo(); } if (isRtmp(_contentPath)) { _playerImpl = new mx.controls.streamingmedia.RTMPPlayer(_contentPath, mx.controls.streamingmedia.StreamingMediaConstants.MP3_MEDIA_TYPE, _videoHolder, _totalTime); } else { createEmptyMovieClip("_soundHolder", 10); _playerImpl = new mx.controls.streamingmedia.MP3Player(_contentPath, _soundHolder); } } else { throw new Error("The display must be playing mp3 or flv media. Instead it is trying to play " + _mediaType); } redraw(true); _playerImpl.removeAllListeners(); _playerImpl.addListener(this); _started = false; if (!switchType) { if (_autoPlay) { play(); } else { load(); } poll(true); if (_pollId != null) { clearInterval(_pollId); } _pollId = setInterval(this, "poll", 250); } } function draw() { if (isFLV()) { if (makeVideoVisible) { _videoHolder._visible = true; makeVideoVisible = false; } if (_autoSize) { assignPreferredSize(); } else if (_aspectRatio) { var _local4 = preferredWidth; var _local3 = preferredHeight; var _local2 = Math.min(__get__width() / _local4, __get__height() / _local3); setVideoDisplaySize(_local2 * _local4, _local2 * _local3); } else { setVideoDisplaySize(__get__width(), __get__height()); } } } function setVideoDisplaySize(w, h) { if (isFLV()) { var _local2 = _videoHolder._video; _local2._width = w; _local2._height = h; _local2._x = (__get__width() - _local2._width) / 2; _local2._y = (__get__height() - _local2._height) / 2; } } function get videoWidth() { var _local2; if (isMP3()) { _local2 = 0; } else { _local2 = _videoHolder._video._width; } return(_local2); } function get videoHeight() { var _local2; if (isMP3()) { _local2 = 0; } else { _local2 = _videoHolder._video._height; } return(_local2); } function get preferredWidth() { var _local2; if (isMP3()) { _local2 = 0; } else { _local2 = _videoHolder._video.width; } return(_local2); } function get preferredHeight() { var _local2; if (isMP3()) { _local2 = 0; } else { _local2 = _videoHolder._video.height; } return(_local2); } function assignPreferredSize() { setVideoDisplaySize(preferredWidth, preferredHeight, true); } function handlePlayer(player, status) { if ((status == "start") && (!_started)) { if (_parent instanceof mx.controls.MediaPlayback) { } else { makeVideoVisible = true; draw(); } var _local2 = {target:this, type:"start"}; dispatchEvent(_local2); _started = true; } else if (status == "complete") { _sendCompleteEvent = true; } } function toString() { return("MediaDisplay: media=" + _contentPath); } function load() { _playerImpl.load(); } function play(startingPoint) { _playerImpl.play(startingPoint); } function pause() { _playerImpl.pause(); } function stop() { _playerImpl.stop(); } function get autoSize() { return(_autoSize); } function set autoSize(flag) { if (_autoSize != flag) { _autoSize = flag; invalidate(); } //return(autoSize); } function get aspectRatio() { return(_aspectRatio); } function set aspectRatio(flag) { if (_aspectRatio != flag) { _aspectRatio = flag; invalidate(); } //return(aspectRatio); } function get autoPlay() { return(_autoPlay); } function set autoPlay(flag) { _autoPlay = flag; //return(autoPlay); } function get playheadTime() { return(_playerImpl.getPlayheadTime()); } function set playheadTime(position) { _playerImpl.setPlayheadTime(position); //return(playheadTime); } function get contentPath() { return(_contentPath); } function set contentPath(aUrl) { _contentPath = aUrl; //return(contentPath); } function setMedia(aUrl, aType) { if (aType != null) { if ((aType != mx.controls.streamingmedia.StreamingMediaConstants.FLV_MEDIA_TYPE) && (aType != mx.controls.streamingmedia.StreamingMediaConstants.MP3_MEDIA_TYPE)) { throw new Error((("The media type must be either " + mx.controls.streamingmedia.StreamingMediaConstants.FLV_MEDIA_TYPE) + " or ") + mx.controls.streamingmedia.StreamingMediaConstants.MP3_MEDIA_TYPE); } } else if (aType == null) { var _local3 = aUrl.substr(-3); if ((_local3 == "flv") || (_local3 == "FLV")) { aType = "FLV"; } else if ((_local3 == "mp3") || (_local3 == "MP3")) { aType = "MP3"; } else { aType = _mediaType; } } var _local7 = _mediaType; _mediaType = aType; var _local5 = isRtmp(_contentPath); var _local6 = isRtmp(aUrl); _contentPath = aUrl; _fullyLoaded = false; if (!isLivePreview()) { if (_contentPath == "") { releaseVideo(); } else if (_playerImpl == null) { initMedia(); } else if ((_local7 != _mediaType) || (_local5 != _local6)) { var _local8 = _playerImpl.isPlaying(); initMedia(true); if (_local8) { _playerImpl.play(0); } else { _playerImpl.load(); } } else { _playerImpl.setMediaUrl(aUrl); _started = false; } } } function releaseVideo() { _playerImpl.close(); _playerImpl = null; } function isLivePreview() { return(_root.contents.obj != null); } function get volume() { return(_playerImpl.getVolume()); } function set volume(aVol) { _playerImpl.setVolume(aVol); //return(volume); } function get playing() { return(_playerImpl.isPlaying()); } function get bytesLoaded() { return(_playerImpl.getMediaBytesLoaded()); } function get bytesTotal() { return(_playerImpl.getMediaBytesTotal()); } function isFLV() { return(_mediaType == mx.controls.streamingmedia.StreamingMediaConstants.FLV_MEDIA_TYPE); } function isMP3() { return(_mediaType == mx.controls.streamingmedia.StreamingMediaConstants.MP3_MEDIA_TYPE); } function get mediaType() { return(_mediaType); } function set mediaType(aType) { _mediaType = aType; //return(mediaType); } function get totalTime() { var _local2; if (_playerImpl == null) { _local2 = _totalTime; } else { _local2 = _playerImpl.getTotalTime(); } return(_local2); } function set totalTime(aTime) { _totalTime = aTime; if (!(_playerImpl instanceof mx.controls.streamingmedia.MP3Player)) { mx.controls.streamingmedia.FLVPlayer(_playerImpl).setTotalTime(aTime); } //return(totalTime); } function getCuePoints() { return(_cuePoints); } function get cuePoints() { return(getCuePoints()); } function setCuePoints(cp) { _cuePoints = cp; var _local2 = 0; while (_local2 < _cuePoints.length) { _cuePoints[_local2].display = this; _local2++; } } function set cuePoints(cp) { setCuePoints(cp); //return(cuePoints); } function getCuePoint(pointName) { var _local2 = null; var _local3 = getCuePointIndex(pointName); if (_local3 > -1) { _local2 = _cuePoints[_local3]; } return(_local2); } function addCuePoint(aName, aTime) { var _local2 = new mx.controls.streamingmedia.CuePoint(aName, aTime); addCuePointObject(_local2); } function addCuePointObject(aCuePoint) { aCuePoint.display = this; _cuePoints.push(aCuePoint); } function removeCuePoint(aCuePoint) { var _local2 = getCuePointIndex(aCuePoint.name); if (_local2 > -1) { _cuePoints.splice(_local2, 1); } } function removeAllCuePoints() { _cuePoints.length = 0; } function handleEvent(ev) { if ((ev.type == "click") && (ev.detail == "play")) { handlePlayEvent(ev); } else if ((ev.type == "click") && (ev.detail == "pause")) { handlePauseEvent(ev); } else if (ev.type == "playheadChange") { handlePlayheadChangeEvent(ev); } else if (ev.type == "volume") { handleVolumeEvent(ev); } else { handleUnrecognizedEvent(ev); } } function handlePlayEvent(ev) { play(); } function handleStopEvent(ev) { stop(); } function handlePauseEvent(ev) { pause(); } function handleRewindEvent(ev) { playheadTime = (0); } function handleFastForwardEvent(ev) { var _local2 = totalTime; playheadTime = (_local2); } function handlePlayheadChangeEvent(ev) { var _local3 = ev.detail; var _local2 = (_local3 / 100) * totalTime; playheadTime = (_local2); } function handleVolumeEvent(ev) { var _local2 = ev.detail; volume = (_local2); } function handleUnrecognizedEvent(ev) { } function getCuePointIndex(pointName) { var _local3 = -1; var _local2 = 0; while ((_local2 < _cuePoints.length) && (_local3 == -1)) { if (_cuePoints[_local2].name == pointName) { _local3 = _local2; } _local2++; } return(_local3); } function poll(first) { var _local4 = playheadTime; var _local6 = bytesLoaded; if (_local4 != _priorTime) { if (((_mediaType == "MP3") && ((_priorTime == 0) || (_local4 < 0.4))) && (!_started)) { var _local7 = {target:this, type:"start"}; dispatchEvent(_local7); _started = true; mx.controls.streamingmedia.MP3Player(_playerImpl).playStarted(); } var _local7 = {type:"change", target:this}; dispatchEvent(_local7); } var _local5 = false; if ((!_fullyLoaded) && (bytesLoaded >= (bytesTotal - 100))) { _fullyLoaded = true; _playerImpl.mediaLoaded(); _local5 = true; } else if (first || (_local6 != _priorBytesLoaded)) { _local5 = true; } if (_local5) { var _local7 = {type:"progress", target:this}; dispatchEvent(_local7); } var _local2 = null; var _local3 = 0; while (_local3 < _cuePoints.length) { _local2 = _cuePoints[_local3]; if (((_priorTime < _local2.time) && (_local4 >= _local2.time)) || ((_priorTime > _local2.time) && (_local4 <= _local2.time))) { var _local7 = {type:"cuePoint", target:_local2}; dispatchEvent(_local7); } _local3++; } if (_sendCompleteEvent) { _sendCompleteEvent = false; var _local7 = {type:"complete", target:this}; dispatchEvent(_local7); } _priorTime = _local4; _priorBytesLoaded = _local6; } function isRtmp(mediaUrl) { if (mediaUrl != null) { var _local1; _local1 = mediaUrl.toLowerCase(); return(_local1.indexOf("rtmp") == 0); } return(false); } function associateController(c) { if (isRtmp(_contentPath)) { c.setLoadBarFull(); } c.addEventListener("click", this); c.addEventListener("playheadChange", this); c.addEventListener("volume", this); addEventListener("change", c); addEventListener("progress", c); addEventListener("complete", c); } function setSize(w, h, noEvent) { super.setSize(w, h, noEvent); invalidate(); } function get enabled() { return(_enabled); } function set enabled(is) { if (_enabled == is) { return; } _enabled = is; if (is) { if (_playingBeforeDisabled) { play(); _playingBeforeDisabled = false; } } else { _playingBeforeDisabled = playing; if (_playingBeforeDisabled && (_playerImpl instanceof mx.controls.streamingmedia.MP3Player)) { _playingBeforeDisabled = !mx.controls.streamingmedia.MP3Player(_playerImpl).willStop(); } pause(); } //return(enabled); } function onUnload() { _playerImpl.close(); } static var symbolName = "MediaDisplay"; static var symbolOwner = mx.controls.MediaDisplay; var className = "MediaDisplay"; static var version = "2.0.0.360"; var clipParameters = {mediaType:"FLV", contentPath:"", totalTime:0, autoSize:true, autoPlay:true, initCuePointNames:new Array(), initCuePointTimes:new Array(), fps:30}; var _priorTime = 0; var _priorBytesLoaded = 0; var makeVideoVisible = false; }
Symbol 382 MovieClip [__Packages.mx.controls.Loader] Frame 0
class mx.controls.Loader extends mx.core.View { var _origWidth, _origHeight, contentHolder, childrenCreated, destroyChildAt, createChild, __width, __height, border_mc; function Loader () { super(); } function init() { super.init(); } function setSize(w, h, noEvent) { _origWidth = w; _origHeight = h; super.setSize(w, h, noEvent); } function draw() { size(); } function size() { super.size(); if (__scaleContent) { doScaleContent(); } else { doScaleLoader(); } } function createChildren() { super.createChildren(); if (__autoLoad) { load(); } } function getAutoLoad() { return(__autoLoad); } function get autoLoad() { return(getAutoLoad()); } function setAutoLoad(b) { if (__autoLoad != b) { __autoLoad = b; if (__autoLoad && (!this[mx.core.View.childNameBase + 0]._complete)) { load(); } } } function set autoLoad(b) { setAutoLoad(b); //return(autoLoad); } function getBytesLoaded() { return(__bytesLoaded); } function get bytesLoaded() { return(getBytesLoaded()); } function getBytesTotal() { return(__bytesTotal); } function get bytesTotal() { return(getBytesTotal()); } function getContent() { return(contentHolder); } function get content() { return(getContent()); } function getContentPath() { return(__contentPath); } function get contentPath() { return(getContentPath()); } function setContentPath(url) { if (__contentPath != url) { __contentPath = url; if (childrenCreated) { if (__autoLoad) { load(); } } } } function set contentPath(c) { setContentPath(c); //return(contentPath); } function getPercentLoaded() { var _local2 = 100 * (__bytesLoaded / __bytesTotal); if (isNaN(_local2)) { _local2 = 0; } return(_local2); } function get percentLoaded() { return(getPercentLoaded()); } function get scaleContent() { return(getScaleContent()); } function getScaleContent() { return(__scaleContent); } function setScaleContent(b) { if (__scaleContent != b) { __scaleContent = b; if (__scaleContent) { doScaleContent(); } else { doScaleLoader(); } } } function set scaleContent(b) { setScaleContent(b); //return(scaleContent); } function load(url) { if (url != undefined) { __contentPath = url; } if (this[mx.core.View.childNameBase + 0] != undefined) { if (this[mx.core.View.childNameBase + 0]._complete) { setSize(_origWidth, _origHeight); } destroyChildAt(0); } if ((__contentPath == undefined) || (__contentPath == "")) { return(undefined); } createChild(__contentPath, "contentHolder"); } function childLoaded(obj) { super.childLoaded(obj); obj._rotation = 0; _origWidth = __width; _origHeight = __height; if (__scaleContent) { doScaleContent(); } else { doScaleLoader(); } } function dispatchEvent(obj) { if ((obj.type == "progress") || (obj.type == "complete")) { obj.target = this; __bytesTotal = obj.total; __bytesLoaded = obj.current; } super.dispatchEvent(obj); } function doScaleContent() { if (!this[mx.core.View.childNameBase + 0]._complete) { return(undefined); } unScaleContent(); var _local2 = border_mc.__get__borderMetrics(); var _local6 = (_origWidth - _local2.left) - _local2.right; var _local8 = (_origHeight - _local2.top) - _local2.bottom; var _local9 = _local2.left; var _local7 = _local2.top; var _local5 = _local6 / contentHolder._width; var _local3 = _local8 / contentHolder._height; var _local4; if (_local5 > _local3) { _local9 = _local2.left + Math.floor((_local6 - (contentHolder._width * _local3)) / 2); _local4 = _local3; } else { _local7 = _local2.top + Math.floor((_local8 - (contentHolder._height * _local5)) / 2); _local4 = _local5; } _local4 = _local4 * 100; contentHolder._xscale = (contentHolder._yscale = _local4); contentHolder._x = _local9; contentHolder._y = _local7; if ((__width != _origWidth) || (__height != _origHeight)) { setSize(_origWidth, _origHeight); } } function doScaleLoader() { if (!this[mx.core.View.childNameBase + 0]._complete) { return(undefined); } unScaleContent(); var _local2 = border_mc.__get__borderMetrics(); var _local4 = (contentHolder._width + _local2.left) + _local2.right; var _local3 = (contentHolder._height + _local2.top) + _local2.bottom; if ((__width != _local4) || (__height != _local3)) { setSize(_local4, _local3); } contentHolder._x = _local2.left; contentHolder._y = _local2.top; } function unScaleContent() { contentHolder._xscale = (contentHolder._yscale = 100); contentHolder._x = (contentHolder._y = 0); } static var symbolName = "Loader"; static var symbolOwner = mx.controls.Loader; static var version = "2.0.0.360"; var className = "Loader"; var clipParameters = {autoLoad:1, scaleContent:1, contentPath:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.Loader.prototype.clipParameters, mx.core.View.prototype.clipParameters); var __autoLoad = true; var __bytesLoaded = undefined; var __bytesTotal = undefined; var __contentPath = undefined; var __scaleContent = true; }
Symbol 383 MovieClip [__Packages.mx.events.LowLevelEvents] Frame 0
class mx.events.LowLevelEvents { var dispatchEvent, _onMouseMove, __q_mouseMove, _onRollOver, _onRollOut, _onPress, _onRelease, _onReleaseOutside, _onDragOver, _onDragOut, _onMouseDown, _onMouseUp; function LowLevelEvents () { } static function addMouseEvents(obj) { if (obj.refcntMouseEvents > 0) { obj.refcntMouseEvents++; return(undefined); } var _local2 = mx.events.UIEventDispatcher._fEventDispatcher; obj.refcntMouseEvents = 1; obj._onPress = obj.onPress; obj.onPress = _local2.onPress; obj._onRelease = obj.onRelease; obj.onRelease = _local2.onRelease; obj._onReleaseOutside = obj.onReleaseOutside; obj.onReleaseOutside = _local2.onReleaseOutside; obj._onRollOver = obj.onRollOver; obj.onRollOver = _local2.onRollOver; obj._onRollOut = obj.onRollOut; obj.onRollOut = _local2.onRollOut; obj._onDragOver = obj.onDragOver; obj.onDragOver = _local2.onDragOver; obj._onDragOut = obj.onDragOut; obj.onDragOut = _local2.onDragOut; } static function removeMouseEvents(obj) { if (obj.refcntMouseEvents > 1) { obj.refcntMouseEvents--; return(undefined); } obj.refcntMouseEvents = 0; if (obj._onPress != undefined) { obj.onPress = obj._onPress; } else { delete obj.onPress; } if (obj._onRelease != undefined) { obj.onRelease = obj._onRelease; } else { delete obj.onRelease; } if (obj._onReleaseOutside != undefined) { obj.onReleaseOutside = obj._onReleaseOutside; } else { delete obj.onReleaseOutside; } if (obj._onRollOver != undefined) { obj.onRollOver = obj._onRollOver; } else { delete obj.onRollOver; } if (obj._onRollOut != undefined) { obj.onRollOut = obj._onRollOut; } else { delete obj.onRollOut; } if (obj._onDragOver != undefined) { obj.onDragOver = obj._onDragOver; } else { delete obj.onDragOver; } if (obj._onDragOut != undefined) { obj.onDragOut = obj._onDragOut; } else { delete obj.onDragOut; } if (obj._onMouseMove != undefined) { obj.onMouseMove = obj._onMouseMove; } else { delete obj.onMouseMove; } } static function addSomewhereEvents(obj) { if (obj.refcntSomewhereEvents > 0) { obj.refcntSomewhereEvents++; return(undefined); } var _local2 = mx.events.UIEventDispatcher._fEventDispatcher; obj.refcntSomewhereEvents = 1; obj._onMouseDown = obj.onMouseDown; obj.onMouseDown = _local2.onMouseDown; obj._onMouseUp = obj.onMouseUp; obj.onMouseUp = _local2.onMouseUp; } static function removeSomewhereEvents(obj) { if (obj.refcntSomewhereEvents > 1) { obj.refcntSomewhereEvents--; return(undefined); } obj.refcntSomewhereEvents = 0; if (obj._onMouseDown != undefined) { obj.onMouseDown = obj._onMouseDown; } else { delete obj.onMouseDown; } if (obj._onMouseUp != undefined) { obj.onMouseUp = obj._onMouseUp; } else { delete obj.onMouseUp; } } function onMouseMove(Void) { dispatchEvent({type:"mouseMove"}); _onMouseMove(); } function onRollOver(Void) { dispatchEvent({type:"mouseOver"}); if (__q_mouseMove.length > 0) { _onMouseMove = onMouseMove; var _local2 = mx.events.UIEventDispatcher._fEventDispatcher; onMouseMove = _local2.onMouseMove; } _onRollOver(); } function onRollOut(Void) { dispatchEvent({type:"mouseOut"}); if (__q_mouseMove.length > 0) { if (_onMouseMove != undefined) { onMouseMove == _onMouseMove; } else { delete onMouseMove; } } _onRollOut(); } function onPress(Void) { dispatchEvent({type:"mouseDown"}); _onPress(); } function onRelease(Void) { dispatchEvent({type:"mouseUp"}); _onRelease(); } function onReleaseOutside(Void) { dispatchEvent({type:"mouseUp"}); _onReleaseOutside(); } function onDragOver(Void) { dispatchEvent({type:"mouseOver"}); _onDragOver(); } function onDragOut(Void) { dispatchEvent({type:"mouseOut"}); _onDragOut(); } function onMouseDown(Void) { dispatchEvent({type:"mouseDownSomewhere"}); _onMouseDown(); } function onMouseUp(Void) { dispatchEvent({type:"mouseUpSomewhere"}); _onMouseUp(); } static function enableLowLevelEvents() { } static function classConstruct() { var _local1 = mx.events.UIEventDispatcher; var _local4 = mx.events.LowLevelEvents; _local1.lowLevelEvents.mouseEvents = ["addMouseEvents", "removeMouseEvents"]; _local1.lowLevelEvents.somewhereEvents = ["addSomewhereEvents", "removeSomewhereEvents"]; _local1.mouseEvents = _local4.mouseEvents; _local1.addMouseEvents = _local4.addMouseEvents; _local1.removeMouseEvents = _local4.removeMouseEvents; _local1.somewhereEvents = _local4.somewhereEvents; _local1.addSomewhereEvents = _local4.addSomewhereEvents; _local1.removeSomewhereEvents = _local4.removeSomewhereEvents; if (_local1._fEventDispatcher == undefined) { _local1._fEventDispatcher = new mx.events.UIEventDispatcher(); } var _local3 = _local1._fEventDispatcher; var _local2 = _local4.prototype; _local3.onPress = _local2.onPress; _local3.onRelease = _local2.onRelease; _local3.onReleaseOutside = _local2.onReleaseOutside; _local3.onRollOut = _local2.onRollOut; _local3.onRollOver = _local2.onRollOver; _local3.onDragOut = _local2.onDragOut; _local3.onDragOver = _local2.onDragOver; _local3.onMouseDown = _local2.onMouseDown; _local3.onMouseMove = _local2.onMouseMove; _local3.onMouseUp = _local2.onMouseUp; return(true); } static var mouseEvents = {mouseMove:1, mouseDown:1, mouseUp:1, mouseOver:1, mouseOut:1}; static var somewhereEvents = {mouseDownSomewhere:1, mouseUpSomewhere:1}; static var classConstructed = classConstruct(); static var UIEventDispatcherDependency = mx.events.UIEventDispatcher; }
Symbol 384 MovieClip [__Packages.mx.screens.Screen] Frame 0
class mx.screens.Screen extends mx.controls.Loader { var _childScreens, _parent, _loadExternalClass, __set__scaleContent, _name, __get__scaleContent, globalToLocal, x, y, border_mc, dispatchEvent; function Screen () { super(); } function get indexInParent() { return(_indexInParent); } function get numChildScreens() { return(_childScreens.length); } function get parentIsScreen() { var _local2 = (parentScreen != null) && (parentScreen._isScreen); return(_local2); } function get parentScreen() { var _local2 = mx.screens.Screen(_parent); if (_local2 == null) { return(null); } if (_local2._isScreen) { return(_local2); } return(null); } function get rootScreen() { var _local2 = this; while (_local2.__get__parentIsScreen()) { _local2 = _local2.parentScreen; } return(_local2); } function get transitionManager() { return(__transitionManager); } static function get currentFocusedScreen() { var curFocus; curFocus = _root.focusManager.getFocus(); if ((!curFocus) || (curFocus == undefined)) { curFocus = eval (Selection.getFocus()); } while (curFocus && (!curFocus._isScreen)) { curFocus = curFocus._parent; } if (curFocus == undefined) { return(null); } return(mx.screens.Screen(curFocus)); } function getChildScreen(childIndex) { return(_childScreens[childIndex]); } function createChild(className, instanceName, initProps) { var _local5; _childLoading = instanceName; return(super.createChild(className, instanceName, initProps)); } function drawFocus() { } function init() { mx.core.ext.UIObjectExtensions.Extensions(); mx.core.ext.UIComponentExtensions.Extensions(); mx.events.LowLevelEvents.enableLowLevelEvents(); _childScreens = []; super.init(); _loadExternalClass = symbolName; __set__scaleContent(false); mx.events.UIEventDispatcher.initialize(this); if (_parent._childLoading == _name) { } else if (parentIsScreen) { _parent.registerChildScreen(this); } } function registerChildScreen(scrn) { scrn._indexInParent = _childScreens.push(scrn) - 1; } function childLoaded(obj) { super.childLoaded(obj); var _local4; var _local5 = null; var _local7 = mx.screens.Screen(obj._parent); for (_local4 in obj) { if ((typeof(obj[_local4]) == "movieclip") && (obj[_local4]._isScreen)) { _local5 = obj[_local4]; break; } } if (_local5._isScreen) { if (!__get__scaleContent()) { var _local6 = new Object(); _local6.x = obj.x; _local6.y = obj.y; globalToLocal(_local6); obj._x = _local6.x; obj._y = _local6.y; } else { var _local6 = new Object(); _local6.x = x; _local6.y = y; _parent.localToGlobal(_local6); obj.globalToLocal(_local6); _local5._x = _local6.x; _local5._y = _local6.y; } _local5._indexInParent = _local7._childScreens.push(_local5) - 1; obj._isScreenContainer = true; obj._containedScreen = _local5; } _local7._childLoading = ""; } function doScaleLoader() { } function createChildren() { border_mc = new mx.skins.RectBorder(); border_mc.__borderMetrics = {top:0, left:0, bottom:0, right:0}; super.createChildren(); } function allTransitionsInDone() { dispatchEvent({type:"allTransitionsInDone", target:this}); } function allTransitionsOutDone() { dispatchEvent({type:"allTransitionsOutDone", target:this}); } function destroyChildAt(childIndex) { _childScreens.splice(childIndex, 1); super.destroyChildAt(childIndex); } static var symbolName = "Screen"; static var symbolOwner = mx.screens.Screen; var className = "Screen"; var _isScreen = true; var _indexInParent = 0; var __transitionManager = null; var _childLoading = ""; var borderStyle = "none"; }
Symbol 385 MovieClip [__Packages.mx.controls.streamingmedia.ScreenAccommodator] Frame 0
class mx.controls.streamingmedia.ScreenAccommodator { var containee, container, beforeInit, initId, wasAlreadyDisabled; function ScreenAccommodator (aContainee) { containee = aContainee; container = getContainingScreen(); if (container != null) { var _local2 = container.__get__visible(); beforeInit = false; container.addEventListener("hide", this); container.addEventListener("reveal", this); if (!_local2) { beforeInit = true; initId = setInterval(this, "disableContainee", 50); } } } function disableContainee() { if ((initAction == "nothing") || (initAction == "hide")) { mx.controls.streamingmedia.Tracer.trace("ScreenAccommodator.disableContainee: disabling " + containee); containee.enabled = false; } clearInterval(initId); beforeInit = false; } function getContainingScreen() { var _local4 = null; var _local3 = containee._parent; while ((_local4 == null) && (_local3 != _root)) { if (_local3 instanceof mx.screens.Screen) { _local4 = mx.screens.Screen(_local3); } else { _local3 = _local3._parent; } } return(_local4); } function handleEvent(ev) { mx.controls.streamingmedia.Tracer.trace((("ScreenAccommodator.handleEvent: " + ev.type) + " for ") + containee); if (ev.type == "hide") { if (beforeInit) { initAction = "hide"; } else if (containee.enabled) { wasAlreadyDisabled = false; containee.enabled = false; } else { wasAlreadyDisabled = true; } } else if (ev.type == "reveal") { if (beforeInit) { initAction = "reveal"; } else if (!wasAlreadyDisabled) { containee.enabled = true; } } } var initAction = "nothing"; }
Symbol 386 MovieClip [__Packages.mx.controls.streamingmedia.CuePoint] Frame 0
class mx.controls.streamingmedia.CuePoint { var name, time; function CuePoint (aName, aTime) { name = aName; time = aTime; } function toString() { return(((("CuePoint: " + name) + " at ") + time) + " seconds"); } }
Symbol 387 MovieClip [__Packages.mx.controls.streamingmedia.IPlayer] Frame 0
interface mx.controls.streamingmedia.IPlayer { }
Symbol 388 MovieClip [__Packages.mx.controls.streamingmedia.AbstractPlayer] Frame 0
class mx.controls.streamingmedia.AbstractPlayer { var _playing; function AbstractPlayer () { _playing = false; } function isPlaying() { return(_playing); } function get playing() { return(isPlaying()); } function setPlaying(flag) { _playing = flag; } }
Symbol 389 MovieClip [__Packages.mx.controls.streamingmedia.PlayerNetStream] Frame 0
class mx.controls.streamingmedia.PlayerNetStream extends NetStream { var _player, initId; function PlayerNetStream (nc, aPlayer) { super(nc); setPlayer(aPlayer); } function getPlayer() { return(_player); } function get player() { return(getPlayer()); } function setPlayer(aPlayer) { _player = aPlayer; } function set player(aPlayer) { setPlayer(aPlayer); //return(player); } function pause(shouldPause) { super.pause(shouldPause); } function setBufferTime(time) { super.setBufferTime(time); } function play(name, st, len, reset) { super.play(name, st, len, reset); } function seek(offset) { super.seek(offset); } function close() { super.close(); } function attachAudio(theMicrophone) { super.attachAudio(theMicrophone); } function attachVideo(theCamera, snapshotMilliseconds) { super.attachVideo(theCamera, snapshotMilliseconds); } function onStatus(info) { var _local2 = getPlayer(); switch (info.code) { case "NetStream.Buffer.Full" : break; case "NetStream.Play.Start" : initId = setInterval(this, "detect", 10); break; case "NetStream.Pause.Notify" : break; case "NetStream.Play.Stop" : _local2.playStopped(); break; case "NetStream.Play.Failed" : case "NetStream.Play.StreamNotFound" : var _local3; _local3 = "Error playing URL: " + info.description; _local2.logError(_local3); } } function detect() { var _local2 = getPlayer(); if (_local2.isSizeSet()) { clearInterval(initId); _local2.bufferIsFull(); } } }
Symbol 390 MovieClip [__Packages.mx.controls.streamingmedia.RTMPPlayer] Frame 0
class mx.controls.streamingmedia.RTMPPlayer extends mx.controls.streamingmedia.AbstractPlayer implements mx.controls.streamingmedia.IPlayer { var _mediaUrl, _mediaType, _videoHolder, _video, _totalTime, _listeners, _protocol, _appInstName, _streamName, setPlaying, _isLoaded, _sound, isPlaying, _ns, _nc, _momentaryPlayId, _statusCount, _checkCompleteId; function RTMPPlayer (aMediaUrl, aMediaType, aVideoHolder, aTotalTime) { super(); if (((aMediaUrl == null) || (aVideoHolder == null)) || (aTotalTime == null)) { throw new Error("A media url, video object, and total time must be passed to RTMPPlayer's constructor"); } _mediaUrl = aMediaUrl; _mediaType = aMediaType; _videoHolder = aVideoHolder; _video = _videoHolder._video; _totalTime = aTotalTime; _listeners = new Array(); init(); } function init() { var _local2; _local2 = _mediaUrl.indexOf(":"); if (_local2 == -1) { throw new Error("Invalid url, no protocol is specified"); } _protocol = _mediaUrl.substring(0, _local2).toLowerCase(); if (((_protocol != "rtmp") && (_protocol != "rtmps")) && (_protocol != "rtmpt")) { throw new Error("Invalid url, protocol is not supported"); } _local2 = _mediaUrl.lastIndexOf("/"); _appInstName = _mediaUrl.substring(0, _local2); _streamName = _mediaUrl.substring(_local2 + 1, _mediaUrl.length); if (_streamName.length == 0) { throw new Error("Invalid url, no stream name is specified"); } if (_mediaType == mx.controls.streamingmedia.StreamingMediaConstants.FLV_MEDIA_TYPE) { _local2 = _streamName.indexOf("."); if (_local2 != -1) { var _local3; _local3 = _streamName.substring(_local2).toLowerCase(); if (_local3 == ".flv") { _streamName = _streamName.substring(0, _local2); } } _streamName = "flv:" + _streamName; } else if (_mediaType == mx.controls.streamingmedia.StreamingMediaConstants.MP3_MEDIA_TYPE) { _local2 = _streamName.indexOf("."); if (_local2 != -1) { var _local3 = _streamName.substring(_local2).toLowerCase(); if (_local3 == ".mp3") { _streamName = _streamName.substring(0, _local2); } } _streamName = "mp3:" + _streamName; } else { throw new Error("The display must be playing mp3 or flv media. Instead it is trying to play " + _mediaType); } setPlaying(false); _isLoaded = false; _sound = new Sound(_videoHolder); setVolume(mx.controls.streamingmedia.StreamingMediaConstants.DEFAULT_VOLUME); } function addListener(aListener) { _listeners.push(aListener); } function removeAllListeners() { _listeners.length = 0; } function broadcastEvent(status) { var _local2 = 0; while (_local2 < _listeners.length) { _listeners[_local2].handlePlayer(this, status); _local2++; } } function bufferIsFull() { broadcastEvent("start"); if (!isPlaying()) { pause(); } } function toString() { return("RTMPPlayer: Playing " + getMediaUrl()); } function close() { _ns.close(); _nc.close(); _video.clear(); } function load() { _nc = new NetConnection(); _nc.connect(_appInstName); _ns = new mx.controls.streamingmedia.PlayerNetStream(_nc, this); if (_mediaType == mx.controls.streamingmedia.StreamingMediaConstants.FLV_MEDIA_TYPE) { _video.attachVideo(_ns); } _video.attachVideo(_ns); _ns.setBufferTime(5); _videoHolder.attachAudio(_ns); _ns.play(_streamName, 0, -1); _isLoaded = true; _videoHolder._visible = false; setPlaying(false); } function play(startingPoint) { if (!_isLoaded) { load(); } _ns.pause(false); if (startingPoint != null) { _ns.seek(startingPoint); } setPlaying(true); } function pause() { _ns.pause(true); setPlaying(false); } function stop() { pause(); setPlayheadTime(0); } function getPlayheadTime() { return(_ns.time); } function setPlayheadTime(position) { _ns.seek(position); if (mx.controls.streamingmedia.StreamingMediaConstants.SCRUBBING) { } else if (!isPlaying()) { _ns.pause(false); _momentaryPlayId = setInterval(this, "doneUpdateFrame", 50); } } function doneUpdateFrame() { clearInterval(_momentaryPlayId); _momentaryPlayId = null; _ns.pause(true); } function playStopped() { _statusCount = 2; _checkCompleteId = setInterval(this, "checkComplete", 50); } function checkComplete() { if (_ns.bufferLength <= 0.001) { if (_statusCount <= 0) { clearInterval(_checkCompleteId); _checkCompleteId = null; pause(); broadcastEvent("complete"); } else { _statusCount = _statusCount - 1; } } } function getMediaUrl() { return(_mediaUrl); } function setMediaUrl(aUrl) { _mediaUrl = aUrl; _isLoaded = false; init(); if (isPlaying()) { play(0); } else { load(); } } function getVolume() { return(_sound.getVolume()); } function setVolume(aVol) { _sound.setVolume(aVol); } function getMediaBytesLoaded() { return(_ns.bytesLoaded); } function getMediaBytesTotal() { return(_ns.bytesTotal); } function getTotalTime() { return(_totalTime); } function setTotalTime(aTime) { _totalTime = aTime; } function mediaLoaded() { } function logError(error) { throw new Error(error); } function isSizeSet() { if ((_video.width > 0) && (_video.height > 0)) { return(true); } return(false); } }
Symbol 391 MovieClip [__Packages.mx.controls.streamingmedia.FLVPlayer] Frame 0
class mx.controls.streamingmedia.FLVPlayer extends mx.controls.streamingmedia.AbstractPlayer implements mx.controls.streamingmedia.IPlayer { var _mediaUrl, _videoHolder, _video, _totalTime, _listeners, setPlaying, _isLoaded, _sound, isPlaying, _ns, _nc, _momentaryPlayId; function FLVPlayer (aMediaUrl, aVideoHolder, aTotalTime) { super(); if (((aMediaUrl == null) || (aVideoHolder == null)) || (aTotalTime == null)) { throw new Error("A media url, video object, and total time must be passed to FLVPlayer's constructor"); } _mediaUrl = aMediaUrl; _videoHolder = aVideoHolder; _video = _videoHolder._video; _totalTime = aTotalTime; init(); } function init() { _listeners = new Array(); setPlaying(false); _isLoaded = false; _sound = new Sound(_videoHolder); setVolume(mx.controls.streamingmedia.StreamingMediaConstants.DEFAULT_VOLUME); } function addListener(aListener) { _listeners.push(aListener); } function removeAllListeners() { _listeners.length = 0; } function broadcastEvent(status) { var _local2 = 0; while (_local2 < _listeners.length) { _listeners[_local2].handlePlayer(this, status); _local2++; } } function bufferIsFull() { broadcastEvent("start"); if (!isPlaying()) { pause(); } } function toString() { return("FLVPlayer: Playing " + getMediaUrl()); } function close() { _ns.close(); _nc.close(); _video.clear(); } function load() { _nc = new NetConnection(); _nc.connect(null); _ns = new mx.controls.streamingmedia.PlayerNetStream(_nc, this); assignBufferTime(); _video.attachVideo(_ns); _videoHolder.attachAudio(_ns); _ns.play(_mediaUrl); _isLoaded = true; _videoHolder._visible = false; setPlaying(false); } function assignBufferTime() { var _local2 = _totalTime / 4; if (_local2 < 0.1) { _local2 = 0.1; } else if (_local2 > 5) { _local2 = 5; } _ns.setBufferTime(_local2); } function play(startingPoint) { if (!_isLoaded) { load(); } if (startingPoint != null) { _ns.seek(startingPoint); } _ns.pause(false); setPlaying(true); } function pause() { _ns.pause(true); setPlaying(false); } function stop() { pause(); setPlayheadTime(0); } function getPlayheadTime() { return(_ns.time); } function setPlayheadTime(position) { _ns.seek(position); if (mx.controls.streamingmedia.StreamingMediaConstants.SCRUBBING) { } else if (!isPlaying()) { _ns.pause(false); _momentaryPlayId = setInterval(this, "doneUpdateFrame", 50); } } function doneUpdateFrame() { clearInterval(_momentaryPlayId); _momentaryPlayId = null; _ns.pause(true); } function playStopped() { pause(); broadcastEvent("complete"); } function getMediaUrl() { return(_mediaUrl); } function setMediaUrl(aUrl) { _mediaUrl = aUrl; _isLoaded = false; if (isPlaying()) { play(0); } else { load(); } } function getVolume() { return(_sound.getVolume()); } function setVolume(aVol) { _sound.setVolume(aVol); } function getMediaBytesLoaded() { return(_ns.bytesLoaded); } function getMediaBytesTotal() { return(_ns.bytesTotal); } function getTotalTime() { return(_totalTime); } function setTotalTime(aTime) { _totalTime = aTime; assignBufferTime(); } function mediaLoaded() { } function logError(error) { } function isSizeSet() { if ((_video.width > 0) && (_video.height > 0)) { return(true); } return(false); } }
Symbol 392 MovieClip [__Packages.mx.controls.streamingmedia.MP3Player] Frame 0
class mx.controls.streamingmedia.MP3Player extends mx.controls.streamingmedia.AbstractPlayer implements mx.controls.streamingmedia.IPlayer { var _mediaUrl, _soundHolder, _positionOnLoad, _volume, _listeners, _sound, _recentPosition, _loaded, setPlaying, isPlaying; function MP3Player (aMediaUrl, aSoundHolder) { super(); if ((aMediaUrl == null) || (aSoundHolder == null)) { throw new Error("A media url and a sound holder clip must be passed to MP3Player's constructor"); } _mediaUrl = aMediaUrl; _soundHolder = aSoundHolder; init(); } function willStop() { return(_positionOnLoad == STOP); } function init() { _volume = mx.controls.streamingmedia.StreamingMediaConstants.DEFAULT_VOLUME; _listeners = new Array(); _sound = new Sound(); var _local3 = Object(_sound); _local3.player = this; _sound.onSoundComplete = function () { var _local3 = Object(this); var _local2 = _local3.player; _local2.setPlaying(false); _local2.broadcastEvent("complete"); }; _recentPosition = 0; _loaded = false; _positionOnLoad = STOP; setPlaying(false); } function playStarted() { _loaded = true; initializeVolume(); if (_positionOnLoad == STOP) { stop(); } else { play(_positionOnLoad); } } function addListener(aListener) { _listeners.push(aListener); } function removeAllListeners() { _listeners.length = 0; } function broadcastEvent(status) { var _local2 = 0; while (_local2 < _listeners.length) { _listeners[_local2].handlePlayer(this, status); _local2++; } } function load() { setPlaying(true); _positionOnLoad = STOP; _sound.loadSound(_mediaUrl, true); } function play(startingPoint) { if (startingPoint == null) { startingPoint = _recentPosition; } if (_loaded) { _sound.start(startingPoint); } else { _positionOnLoad = startingPoint; _sound.loadSound(_mediaUrl, true); } setPlaying(true); } function pause() { _recentPosition = _sound.position / 1000; _sound.stop(); setPlaying(false); } function stop() { _recentPosition = 0; _sound.stop(); setPlaying(false); } function getPlayheadTime() { var _local2 = (isPlaying() ? (_sound.position / 1000) : (_recentPosition)); return(_local2); } function setPlayheadTime(aPosition) { _recentPosition = aPosition; if (isPlaying()) { play(aPosition); } } function getMediaUrl() { return(_mediaUrl); } function setMediaUrl(aUrl) { _loaded = false; _mediaUrl = aUrl; if (isPlaying()) { play(0); } else { _recentPosition = 0; load(); } } function getVolume() { return(_sound.getVolume()); } function setVolume(aVol) { _sound.setVolume(aVol); _volume = aVol; } function getAssignedVolume() { return(_volume); } function initializeVolume() { setVolume(_volume); } function getMediaBytesLoaded() { return(_sound.getBytesLoaded()); } function getMediaBytesTotal() { return(_sound.getBytesTotal()); } function getTotalTime() { var _local2 = (_sound.duration * _sound.getBytesTotal()) / _sound.getBytesLoaded(); return(_local2 / 1000); } function bufferIsFull() { } function playStopped() { } function mediaLoaded() { } function close() { _sound.stop(); } function logError(error) { } function isSizeSet() { return(false); } static var STOP = -1; }
Symbol 393 MovieClip [__Packages.mx.controls.streamingmedia.ToEndButton] Frame 0
class mx.controls.streamingmedia.ToEndButton extends MovieClip { var attachMovie, toEndSimpleButton, _parent, tabEnabled, tabChildren; function ToEndButton () { super(); init(); } function init() { attachMovie("SimpleButton", "toEndSimpleButton", 1, {falseUpSkin:"ToEnd-False-Up", falseOverSkin:"ToEnd-False-Over", falseDownSkin:"ToEnd-False-Down", falseDisabledSkin:"ToEnd-False-Disabled"}); toEndSimpleButton.addEventListener("click", this); var _local2 = mx.controls.MediaController(_parent._parent); _local2.evaluateToEnd(); tabEnabled = false; tabChildren = true; } function get enabled() { return(toEndSimpleButton.enabled); } function set enabled(is) { toEndSimpleButton.enabled = is; //return(enabled); } function click(ev) { var _local2 = mx.controls.MediaController(_parent._parent); mx.controls.streamingmedia.Tracer.trace("ToEndButton.click: playAtBeginning=false"); _local2.playAtBeginning = false; _local2.broadcastEvent("playheadChange", 100); } }
Symbol 394 MovieClip [__Packages.mx.controls.streamingmedia.ToStartButton] Frame 0
class mx.controls.streamingmedia.ToStartButton extends MovieClip { var attachMovie, toStartSimpleButton, _parent, tabEnabled, tabChildren; function ToStartButton () { super(); init(); } function init() { attachMovie("SimpleButton", "toStartSimpleButton", 1, {falseUpSkin:"ToStart-False-Up", falseOverSkin:"ToStart-False-Over", falseDownSkin:"ToStart-False-Down", falseDisabledSkin:"ToStart-False-Disabled"}); toStartSimpleButton.addEventListener("click", this); var _local2 = mx.controls.MediaController(_parent._parent); enabled = (_local2.enabled); tabEnabled = false; tabChildren = true; } function get enabled() { return(toStartSimpleButton.enabled); } function set enabled(is) { toStartSimpleButton.enabled = is; //return(enabled); } function click(ev) { _parent._parent.broadcastEvent("playheadChange", 0); } }
Symbol 395 MovieClip [__Packages.mx.controls.streamingmedia.PlayPauseButton] Frame 0
class mx.controls.streamingmedia.PlayPauseButton extends MovieClip { var _controller, _parent, attachMovie, _playPauseButton, _isPlaying, tabEnabled, tabChildren; function PlayPauseButton () { super(); init(); } function init() { _controller = mx.controls.MediaController(_parent._parent); attachMovie("Button", "_playPauseButton", 1); _playPauseButton.setSize(50, 22); _playPauseButton._x = 0; _playPauseButton._y = 0; _playPauseButton.addEventListener("click", this); _isPlaying = !_controller.isPlaying(); enabled = (_controller.enabled); tabEnabled = false; tabChildren = true; } function showPlayButton() { mx.controls.streamingmedia.Tracer.trace("PlayPauseButton.showPlayButton"); _isPlaying = true; assignIcon(); } function showPauseButton() { mx.controls.streamingmedia.Tracer.trace("PlayPauseButton.showPauseButton"); _isPlaying = false; assignIcon(); } function get enabled() { return(_playPauseButton.enabled); } function set enabled(is) { _playPauseButton.enabled = is; assignIcon(); //return(enabled); } function assignIcon() { var _local3 = enabled; var _local4 = _isPlaying; mx.controls.streamingmedia.Tracer.trace((("PlayPauseButton.assignIcon: start: enabled=" + _local3) + ", play=") + _local4); var _local2 = ""; if (_local4) { _local2 = (_local3 ? "icon.play" : "icon.play-disabled"); } else { _local2 = (_local3 ? "icon.pause" : "icon.pause-disabled"); } mx.controls.streamingmedia.Tracer.trace("PlayPauseButton.assignIcon: icon=" + _local2); var _local5 = _playPauseButton.enabled; if (!_local5) { _playPauseButton.enabled = true; } _playPauseButton.__set__icon(_local2); if (!_local5) { _playPauseButton.enabled = false; } mx.controls.streamingmedia.Tracer.trace("PlayPauseButton.assignIcon: done"); } function click(ev) { if (_isPlaying) { playClick(); } else { pauseClick(); } } function playClick() { var _local2 = _controller; mx.controls.streamingmedia.Tracer.trace("PlayButton.click: playAtBeginning=" + _local2.playAtBeginning); if (_local2.playAtBeginning) { _local2.broadcastEvent("playheadChange", 0); mx.controls.streamingmedia.Tracer.trace("PlayButton.click: playAtBeginning=false"); _local2.playAtBeginning = false; } _local2.broadcastEvent("click", "play"); _local2.setPlaying(true); } function pauseClick() { var _local2 = _controller; _local2.broadcastEvent("click", "pause"); _local2.setPlaying(false); } }
Symbol 396 MovieClip [__Packages.mx.controls.streamingmedia.HMiniPlayBarTray] Frame 0
class mx.controls.streamingmedia.HMiniPlayBarTray extends MovieClip { var _left, _middle, _right; function HMiniPlayBarTray () { super(); } function setWidth(aWidth) { _middle._x = _left._width; _middle._width = (aWidth - _left._width) - _right._width; _right._x = _middle._x + _middle._width; } function getHeight() { return(_left._height); } }
Symbol 397 MovieClip [__Packages.mx.controls.streamingmedia.HPlayBarTray] Frame 0
class mx.controls.streamingmedia.HPlayBarTray extends MovieClip { var _left, _middle, _right; function HPlayBarTray () { super(); } function setWidth(aWidth) { _middle._x = _left._width; _middle._width = (aWidth - _left._width) - _right._width; _right._x = _middle._x + _middle._width; } }
Symbol 398 MovieClip [__Packages.mx.controls.streamingmedia.VMiniPlayBarTray] Frame 0
class mx.controls.streamingmedia.VMiniPlayBarTray extends MovieClip { var _bottom, _top, _middle; function VMiniPlayBarTray () { super(); } function getHeight() { return(_bottom._y + _bottom._height); } function setHeight(aHeight) { _middle._y = _top._height; _middle._height = (aHeight - _top._height) - _bottom._height; _bottom._y = _middle._y + _middle._height; } }
Symbol 399 MovieClip [__Packages.mx.controls.streamingmedia.VPlayBarTray] Frame 0
class mx.controls.streamingmedia.VPlayBarTray extends MovieClip { var _top, _middle, _bottom; function VPlayBarTray () { super(); } function setHeight(aHeight) { _middle._y = _top._height; _middle._height = (aHeight - _top._height) - _bottom._height; _bottom._y = _middle._y + _middle._height; } }
Symbol 400 MovieClip [__Packages.mx.controls.List] Frame 0
class mx.controls.List extends mx.controls.listclasses.ScrollSelectList { var border_mc, __labels, setDataProvider, roundUp, __get__rowCount, __dataProvider, __maxHPosition, invScrollProps, invalidate, __vPosition, getViewMetrics, setSize, __width, __rowHeight, totalWidth, totalHeight, displayWidth, __hScrollPolicy, vScroller, __hPosition, listContent, data, mask_mc, __height, __rowCount, invRowHeight, invLayoutContent, setScrollProperties, oldVWidth; function List () { super(); } function setEnabled(v) { super.setEnabled(v); border_mc.backgroundColorName = (v ? "backgroundColor" : "backgroundDisabledColor"); border_mc.invalidate(); } function get labels() { return(__labels); } function set labels(lbls) { __labels = lbls; setDataProvider(lbls); //return(labels); } function setVPosition(pos) { pos = Math.min((__dataProvider.length - __get__rowCount()) + roundUp, pos); pos = Math.max(0, pos); super.setVPosition(pos); } function setHPosition(pos) { pos = Math.max(Math.min(__maxHPosition, pos), 0); super.setHPosition(pos); hScroll(pos); } function setMaxHPosition(pos) { __maxHPosition = pos; invScrollProps = true; invalidate(); } function setHScrollPolicy(policy) { if ((policy.toLowerCase() == "auto") && (!autoHScrollAble)) { return(undefined); } super.setHScrollPolicy(policy); if (policy == "off") { setHPosition(0); setVPosition(Math.min((__dataProvider.length - __get__rowCount()) + roundUp, __vPosition)); } } function setRowCount(rC) { if (isNaN(rC)) { return(undefined); } var _local2 = getViewMetrics(); setSize(__width, ((__rowHeight * rC) + _local2.top) + _local2.bottom); } function layoutContent(x, y, tW, tH, dW, dH) { totalWidth = tW; totalHeight = tH; displayWidth = dW; var _local4 = (((__hScrollPolicy == "on") || (__hScrollPolicy == "auto")) ? (Math.max(tW, dW)) : (dW)); super.layoutContent(x, y, _local4, dH); } function modelChanged(eventObj) { super.modelChanged(eventObj); var _local3 = eventObj.eventName; if ((((_local3 == "addItems") || (_local3 == "removeItems")) || (_local3 == "updateAll")) || (_local3 == "filterModel")) { invScrollProps = true; invalidate("invScrollProps"); } } function onScroll(eventObj) { var _local3 = eventObj.target; if (_local3 == vScroller) { setVPosition(_local3.scrollPosition); } else { hScroll(_local3.scrollPosition); } super.onScroll(eventObj); } function hScroll(pos) { __hPosition = pos; listContent._x = -pos; } function init(Void) { super.init(); if (labels.length > 0) { var _local6 = new Array(); var _local3 = 0; while (_local3 < labels.length) { _local6.addItem({label:labels[_local3], data:data[_local3]}); _local3++; } setDataProvider(_local6); } __maxHPosition = 0; } function createChildren(Void) { super.createChildren(); listContent.setMask(mask_mc); border_mc.move(0, 0); border_mc.setSize(__width, __height); } function getRowCount(Void) { var _local2 = getViewMetrics(); return(((__rowCount == 0) ? (Math.ceil(((__height - _local2.top) - _local2.bottom) / __rowHeight)) : (__rowCount))); } function size(Void) { super.size(); configureScrolling(); var _local3 = getViewMetrics(); layoutContent(_local3.left, _local3.top, __width + __maxHPosition, totalHeight, (__width - _local3.left) - _local3.right, (__height - _local3.top) - _local3.bottom); } function draw(Void) { if (invRowHeight) { invScrollProps = true; super.draw(); listContent.setMask(mask_mc); invLayoutContent = true; } if (invScrollProps) { configureScrolling(); delete invScrollProps; } if (invLayoutContent) { var _local3 = getViewMetrics(); layoutContent(_local3.left, _local3.top, __width + __maxHPosition, totalHeight, (__width - _local3.left) - _local3.right, (__height - _local3.top) - _local3.bottom); } super.draw(); } function configureScrolling(Void) { var _local2 = __dataProvider.length; if (__vPosition > Math.max(0, (_local2 - getRowCount()) + roundUp)) { setVPosition(Math.max(0, Math.min((_local2 - getRowCount()) + roundUp, __vPosition))); } var _local3 = getViewMetrics(); var _local4 = ((__hScrollPolicy != "off") ? (((__maxHPosition + __width) - _local3.left) - _local3.right) : ((__width - _local3.left) - _local3.right)); if (_local2 == undefined) { _local2 = 0; } setScrollProperties(_local4, 1, _local2, __rowHeight); if (oldVWidth != _local4) { invLayoutContent = true; } oldVWidth = _local4; } static var symbolOwner = mx.controls.List; static var symbolName = "List"; static var version = "2.0.0.360"; var clipParameters = {rowHeight:1, enabled:1, visible:1, labels:1}; var scrollDepth = 1; var __vScrollPolicy = "on"; var autoHScrollAble = false; }
Symbol 401 MovieClip [__Packages.mx.controls.DataGrid] Frame 0
class mx.controls.DataGrid extends mx.controls.List { var invInitHeaders, columns, __rowCount, invDrawCols, invalidate, getViewMetrics, setSize, __width, __rowHeight, invCheckCols, enabled, cellEditor, __dataProvider, __vPosition, rows, getStateAt, __hScrollPolicy, __maxHPosition, setScrollProperties, oldVWidth, invLayoutContent, border_mc, __height, setMaxHPosition, setHPosition, getMaxHPosition, getHPosition, oldWidth, displayWidth, numberOfCols, invRowHeight, invUpdateControl, invSpaceColsEqually, invColChange, updateControl, totalWidth, lines_mc, listContent, __get__height, getStyle, headerCells, header_mc, dispatchEvent, __viewMetrics, sortArrow, sortIndex, layoutX, sortDirection, owner, column, _alpha, cell, asc, col, oldX, onRollOut, __focusedCell, roundUp, __hPosition, editorMask, editTween, getFocusManager, __tabHandlerCache, vScroller, hScroller, dontEdit, listOwner, activeGrid, getLength, releaseFocus; function DataGrid () { super(); } function init() { super.init(); invInitHeaders = true; columns = new Array(); } function layoutContent(x, y, tW, tH, dW, dH) { var _local3 = __rowCount; if (__showHeaders) { y = y + __headerHeight; dH = dH - __headerHeight; } super.layoutContent(x, y, tW, tH, dW, dH); if (tW != totColW) { drawHeaderBG(); } if (__rowCount > _local3) { invDrawCols = true; invalidate(); } } function setRowCount(rC) { if (isNaN(rC)) { return(undefined); } var _local2 = getViewMetrics(); setSize(__width, (((__rowHeight * rC) + _local2.top) + _local2.bottom) + (__headerHeight * __showHeaders)); } function setRowHeight(rH) { __rowHeight = rH; if (hasDrawn) { super.setRowHeight(rH); } } function setHScrollPolicy(policy) { super.setHScrollPolicy(policy); invCheckCols = true; invalidate(); } function setEnabled(v) { if (v == enabled) { return(undefined); } super.setEnabled(v); if (__showHeaders) { enableHeader(v); } if ((cellEditor._visible = true)) { disposeEditor(); } invDrawCols = true; invalidate(); } function modelChanged(eventObj) { if (eventObj.eventName == "updateField") { var _local3 = eventObj.firstItem; var _local5 = __dataProvider.getItemAt(_local3); rows[_local3 - __vPosition].drawRow(_local5, getStateAt(_local3)); return(undefined); } if (eventObj.eventName == "schemaLoaded") { removeAllColumns(); } if (columns.length == 0) { generateCols(); } super.modelChanged(eventObj); } function configureScrolling(Void) { var _local2 = getViewMetrics(); var _local4 = ((__hScrollPolicy != "off") ? (((__maxHPosition + __width) - _local2.left) - _local2.right) : ((__width - _local2.left) - _local2.right)); var _local3 = __dataProvider.length; if (_local3 == undefined) { _local3 = 0; } setScrollProperties(_local4, 1, _local3, __rowHeight, __headerHeight * __showHeaders); if (oldVWidth != _local4) { invLayoutContent = true; } oldVWidth = _local4; } function setVPosition(pos) { if (cellEditor != undefined) { disposeEditor(); } super.setVPosition(pos); } function size(Void) { if (hasDrawn != true) { border_mc.setSize(__width, __height); return(undefined); } if (cellEditor != undefined) { disposeEditor(); } if (__hScrollPolicy != "off") { var _local5 = 0; var _local6 = columns.length; var _local3 = 0; while (_local3 < _local6) { _local5 = _local5 + columns[_local3].__width; _local3++; } var _local8 = getViewMetrics(); var _local9 = (__width - _local8.left) - _local8.right; setMaxHPosition(Math.max(_local5 - _local9, 0)); var _local7 = _local9 - _local5; if (_local7 > 0) { columns[_local6 - 1].__width = columns[_local6 - 1].__width + _local7; } setHPosition(Math.min(getMaxHPosition(), getHPosition())); } super.size(); if (__hScrollPolicy == "off") { var _local10 = new Array(); var _local6 = columns.length; if (oldWidth == undefined) { oldWidth = displayWidth; } var _local4 = 0; var _local3 = 0; while (_local3 < _local6) { _local4 = _local4 + ((columns[_local3].__width = (displayWidth * columns[_local3].__width) / oldWidth)); _local3++; } if (_local4 != displayWidth) { columns[columns.length - 1].__width = columns[columns.length - 1].__width + (displayWidth - _local4); } totColW = (numberOfCols = displayWidth); } oldWidth = displayWidth; drawColumns(); drawHeaderBG(); invalidate(); } function draw() { if (invRowHeight) { super.draw(); invInitHeaders = true; invDrawCols = true; delete cellEditor; } if (invInitHeaders) { initHeaders(); invLayoutContent = true; } if (hasDrawn != true) { delete invUpdateControl; } super.draw(); if (invSpaceColsEqually) { delete invSpaceColsEqually; spaceColumnsEqually(); } if (invColChange) { delete invColChange; if (hasDrawn) { initHeaders(); initRows(); invDrawCols = true; updateControl(); invCheckCols = true; } } if (invCheckCols) { if (totColW != displayWidth) { resizeColumn(columns.length - 1, columns[columns.length - 1].__width); } delete invCheckCols; } if (invDrawCols) { drawColumns(); } hasDrawn = true; } function editField(index, colName, data) { __dataProvider.editField(index, colName, data); } function get columnNames() { return(getColumnNames()); } function set columnNames(w) { setColumnNames(w); //return(columnNames); } function setColumnNames(tmpArray) { var _local2 = 0; while (_local2 < tmpArray.length) { addColumn(tmpArray[_local2]); _local2++; } } function getColumnNames(Void) { var _local3 = new Array(); var _local2 = 0; while (_local2 < columns.length) { _local3[_local2] = columns[_local2].columnName; _local2++; } return(_local3); } function addColumnAt(index, newCol) { if (index < columns.length) { columns.splice(index, 0, "tmp"); } var _local4 = newCol; if (!(_local4 instanceof mx.controls.gridclasses.DataGridColumn)) { _local4 = new mx.controls.gridclasses.DataGridColumn(_local4); } columns[index] = _local4; _local4.colNum = index; var _local2 = index + 1; while (_local2 < columns.length) { columns[_local2].colNum++; _local2++; } _local4.parentGrid = this; totColW = totColW + _local4.width; invColChange = true; invalidate(); return(newCol); } function addColumn(newCol) { return(addColumnAt(columns.length, newCol)); } function removeColumnAt(index) { var _local4 = columns[index]; columns.splice(index, 1); totColW = totColW - _local4.width; var _local2 = index; while (_local2 < columns.length) { columns[_local2].colNum--; _local2++; } invColChange = true; invalidate(); return(_local4); } function removeAllColumns(Void) { totColW = 0; columns = new Array(); invColChange = true; invalidate(); } function getColumnAt(index) { return(columns[index]); } function getColumnIndex(name) { var _local2 = 0; while (_local2 < columns.length) { if (columns[_local2].columnName == name) { return(_local2); } _local2++; } } function get columnCount() { return(columns.length); } function spaceColumnsEqually(Void) { if (displayWidth == undefined) { var _local4 = getViewMetrics(); displayWidth = (__width - _local4.left) - _local4.right; } var _local3 = Math.ceil(totalWidth / columns.length); var _local2 = 0; while (_local2 < columns.length) { columns[_local2].__width = _local3; _local2++; } totColW = totalWidth; invDrawCols = true; invalidate(); } function generateCols(Void) { if (columns.length == 0) { var _local3 = __dataProvider.getColumnNames(); if (_local3 == undefined) { var _local4 = __dataProvider.getItemAt(0); for (var _local2 in _local4) { if (_local2 != "__ID__") { addColumn(_local2); } } } else { var _local2 = 0; while (_local2 < _local3.length) { addColumn(_local3[_local2]); _local2++; } } invSpaceColsEqually = true; invColChange = true; invCheckCols = true; invalidate(); } } function resizeColumn(col, w) { if ((__hScrollPolicy == "on") || (__hScrollPolicy == "auto")) { columns[col].__width = w; var _local11 = 0; var _local5 = columns.length; var _local2 = 0; while (_local2 < _local5) { _local11 = _local11 + columns[_local2].__width; _local2++; } setMaxHPosition(Math.max(_local11 - displayWidth, 0)); var _local12 = displayWidth - _local11; if (_local12 > 0) { columns[_local5 - 1].__width = columns[_local5 - 1].__width + _local12; } setHPosition(Math.min(getMaxHPosition(), getHPosition())); invDrawCols = true; invalidate(); return(undefined); } var _local10 = 0; var _local2 = 0; while (_local2 < col) { _local10 = _local10 + columns[_local2].__width; _local2++; } var _local8 = ((displayWidth + 2) - _local10) - columns[col].__width; var _local6 = ((displayWidth + 2) - _local10) - w; columns[col].__width = w; var _local5 = columns.length; _local2 = col + 1; while (_local2 < _local5) { if (!columns[_local2].resizable) { _local6 = _local6 - columns[_local2].__width; _local8 = _local8 - columns[_local2].__width; } _local2++; } var _local9 = 0; _local2 = col + 1; while (_local2 < _local5) { if (columns[_local2].resizable) { columns[_local2].__width = (columns[_local2].width * _local6) / _local8; _local9 = _local9 + columns[_local2].__width; } _local2++; } var _local3 = 0; var _local7 = false; _local2 = _local5 - 1; while (_local2 >= 0) { if (columns[_local2].resizable) { if (!_local7) { columns[_local2].__width = columns[_local2].__width + (_local6 - _local9); _local7 = true; } if (_local3 > 0) { columns[_local2].__width = columns[_local2].__width - _local3; _local3 = 0; } if (columns[_local2].__width < minColWidth) { _local3 = _local3 + (minColWidth - columns[_local2].__width); columns[_local2].__width = minColWidth; } } _local2--; } invDrawCols = true; invalidate(); } function drawColumns(Void) { delete invDrawCols; var _local4 = (lines_mc = listContent.createEmptyMovieClip("lines_mc", LINEDEPTH)); var _local9 = 0.75; var _local5 = 1; var _local15 = __get__height() - 1; var _local12 = getStyle("vGridLineColor"); var _local14 = columns.length; placeSortArrow(); var _local7 = 0; while (_local7 < _local14) { var _local6 = columns[_local7]; var _local13 = (enabled ? "backgroundColor" : "backgroundDisabledColor"); var _local11 = _local6.getStyle(_local13); _local9 = _local9 + _local6.__width; _local4.moveTo(_local5, 1); _local4.lineStyle(0, _local12, 0); var _local10 = Math.floor(_local9); _local4.lineTo(_local10, 1); if ((_local7 < (columns.length - 1)) && (getStyle("vGridLines"))) { _local4.lineStyle(0, _local12, 100); } _local4.lineTo(_local10, __get__height()); _local4.lineStyle(0, _local12, 0); _local4.lineTo(_local5, __get__height()); _local4.lineTo(_local5, 1); if (__showHeaders) { var _local3 = headerCells[_local7]; _local3._x = _local5 + 2; _local3.hO._x = _local5; _local3.setSize(_local6.__width - 5, Math.min(__headerHeight, _local3.getPreferredHeight())); _local3.hO._width = _local6.__width - 2; _local3.hO._height = __headerHeight; _local3._y = (__headerHeight - _local3._height) / 2; header_mc["sep" + _local7]._x = _local9 - 2; listContent.disableHeader._width = totalWidth; } var _local2 = 0; while (_local2 < __rowCount) { if (_local7 == 0) { rows[_local2].colBG.clear(); } var _local8 = _local6.__width; rows[_local2].drawCell(_local7, _local5, _local8, _local11); _local2++; } _local5 = _local9; _local7++; } if (getStyle("hGridLines")) { lines_mc.lineStyle(0, getStyle("hGridLineColor")); _local7 = 1; while (_local7 < __rowCount) { lines_mc.moveTo(4, rows[_local7]._y); lines_mc.lineTo(totalWidth, rows[_local7]._y); _local7++; } } } function initRows(Void) { var _local2 = 0; while (_local2 < __rowCount) { rows[_local2].createCells(); _local2++; } } function onRowPress(rowIndex) { super.onRowPress(rowIndex); if (!enabled) { return(undefined); } var _local11 = columns.length; var _local6 = rows[rowIndex]; var _local3 = 0; while (_local3 < _local11) { var _local5 = columns[_local3]; var _local4 = _local6._xmouse - _local6.cells[_local3]._x; if ((_local4 >= 0) && (_local4 < _local5.__width)) { dispatchEvent({type:"cellPress", columnIndex:_local3, view:this, itemIndex:rowIndex + __vPosition}); return(undefined); } _local3++; } } function get showHeaders() { return(getShowHeaders()); } function set showHeaders(w) { setShowHeaders(w); //return(showHeaders); } function setShowHeaders(b) { __showHeaders = b; invInitHeaders = true; invDrawCols = true; invalidate(); } function getShowHeaders() { return(__showHeaders); } function get headerHeight() { return(getHeaderHeight()); } function set headerHeight(w) { setHeaderHeight(w); //return(headerHeight); } function setHeaderHeight(h) { __headerHeight = h; invInitHeaders = true; invDrawCols = true; invalidate(); } function getHeaderHeight(Void) { return(__headerHeight); } function initHeaders(Void) { delete invInitHeaders; if (__showHeaders) { header_mc = listContent.createClassObject(mx.core.UIObject, "header_mc", HEADERDEPTH, {styleName:this}); headerCells = new Array(); var _local2 = 0; while (_local2 < columns.length) { var _local6 = columns[_local2]; var _local4; var _local7 = _local6.__headerRenderer; if (_local7 == undefined) { _local4 = (headerCells[_local2] = header_mc.createLabel("fHeaderCell" + _local2, HEADERCELLDEPTH + _local2)); _local4.selectable = false; _local4.setStyle("styleName", _local6); } else if (typeof(_local7) == "string") { _local4 = (headerCells[_local2] = header_mc.createObject(_local7, "fHeaderCell" + _local2, HEADERCELLDEPTH + _local2, {styleName:_local6})); } else { _local4 = (headerCells[_local2] = header_mc.createClassObject(_local7, "fHeaderCell" + _local2, HEADERCELLDEPTH + _local2, {styleName:_local6})); } _local4.setValue(_local6.__get__headerText()); _local6.headerCell = _local4; var _local3 = header_mc.attachMovie("DataHeaderOverlay", "hO" + _local2, HEADEROVERLAYDEPTH + _local2); _local4.hO = _local3; _local3.cell = _local4; _local4.column = (_local3.column = _local6); _local4.asc = (_local3.asc = false); _local4.owner = (_local3.owner = this); _local3._alpha = 0; if (_local3.column.sortable && (_local3.onPress == undefined)) { _local3.useHandCursor = false; _local3.onRollOver = headerRollOver; _local3.onRollOut = headerRollOut; _local3.onPress = headerPress; _local3.onRelease = headerRelease; _local3.onReleaseOutside = headerUp; _local3.headerUp = headerUp; } if (_local2 < (columns.length - 1)) { var _local5 = header_mc.attachMovie("DataHeaderSeperator", "sep" + _local2, SEPARATORDEPTH + _local2); _local5._height = __headerHeight; if (_local6.resizable && (resizableColumns)) { _local5.useHandCursor = false; _local5.col = _local2; _local5.owner = this; _local5.onRollOver = showStretcher; _local5.onPress = startSizing; _local5.onRelease = (_local5.onReleaseOutside = stopSizing); _local5.onRollOut = hideStretcher; } } _local2++; } drawHeaderBG(); } else { header_mc.removeMovieClip(); } } function invalidateHeaderStyle(Void) { var _local4 = columns.length; var _local3 = 0; while (_local3 < _local4) { var _local2 = headerCells[_local3]; if (_local2.stylecache != undefined) { delete _local2.stylecache.tf; } delete _local2.enabledColor; _local2.invalidateStyle(); _local2.draw(); _local3++; } } function drawHeaderBG(Void) { var _local2 = header_mc; _local2.clear(); var _local5 = getStyle("headerColor"); var _local3 = __viewMetrics; var _local4 = Math.max(totalWidth, displayWidth + 3); _local2.moveTo(_local3.left, _local3.top); var _local7 = {matrixType:"box", x:0, y:0, w:_local4, h:__headerHeight + 1, r:(Math.PI/2)}; var _local8 = [_local5, _local5, 16777215]; var _local9 = [0, 60, 255]; var _local6 = [100, 100, 100]; _local2.beginGradientFill("linear", _local8, _local6, _local9, _local7); _local2.lineStyle(0, 0, 0); _local2.lineTo(_local4, _local3.top); _local2.lineTo(_local4, __headerHeight + 1); _local2.lineStyle(0, 0, 100); _local2.lineTo(_local3.left, __headerHeight + 1); _local2.lineStyle(0, 0, 0); _local2.endFill(); } function enableHeader(v) { if (v) { listContent.disableHeader.removeMovieClip(); } else { var _local2 = listContent.attachMovie("DataHeaderOverlay", "disableHeader", DISABLEDHEADERDEPTH); _local2._width = totalWidth; _local2._height = __headerHeight; var _local3 = new Color(_local2); _local3.setRGB(getStyle("backgroundDisabledColor")); _local2._alpha = 60; } } function placeSortArrow(Void) { sortArrow.removeMovieClip(); if (sortIndex == undefined) { return(undefined); } if ((columns[sortIndex].__width - headerCells[sortIndex].getPreferredWidth()) <= 20) { return(undefined); } sortArrow = header_mc.createObject("DataSortArrow", "sortArrow", SORTARROWDEPTH); var _local3 = layoutX; var _local2 = 0; while (_local2 <= sortIndex) { _local3 = _local3 + columns[_local2].__width; _local2++; } var _local4 = sortDirection == "ASC"; sortArrow._yscale = (_local4 ? -100 : 100); sortArrow._x = (_local3 - sortArrow._width) - 8; sortArrow._y = ((__headerHeight - sortArrow._height) / 2) + (_local4 * sortArrow._height); } function headerRollOver(Void) { var _local2 = owner; if ((((!_local2.enabled) || (_local2.cellEditor != undefined)) || (!_local2.sortableColumns)) || (!column.sortable)) { return(undefined); } var _local3 = new Color(this); _local3.setRGB(_local2.getStyle("rollOverColor")); _alpha = 50; } function headerRollOut(Void) { _alpha = 0; } function headerPress(Void) { var _local2 = owner; if (((!column.sortable) || (!_local2.sortableColumns)) || (!_local2.enabled)) { return(undefined); } cell._x = cell._x + 1; cell._y = cell._y + 1; var _local3 = new Color(this); _local3.setRGB(_local2.getStyle("selectionColor")); _alpha = 100; } function headerUp(Void) { if (((!column.sortable) || (!owner.sortableColumns)) || (!owner.enabled)) { return(undefined); } _alpha = 0; cell._x = cell._x - 1; cell._y = cell._y - 1; } function headerRelease(Void) { var _local2 = owner; var _local3 = column; if (((!_local3.sortable) || (!_local2.sortableColumns)) || (!_local2.enabled)) { return(undefined); } headerUp(); asc = !asc; var _local4 = (asc ? "ASC" : "DESC"); _local2.sortIndex = _local2.getColumnIndex(_local3.columnName); _local2.sortDirection = _local4; _local2.placeSortArrow(); if (_local3.sortOnHeaderRelease) { _local2.sortItemsBy(_local3.columnName, _local4); } _local2.dispatchEvent({type:"headerRelease", view:_local2, columnIndex:_local2.getColumnIndex(_local3.columnName)}); _local2.dontEdit = true; } function isStretchable(col) { var _local2 = true; if (!resizableColumns) { _local2 = false; } else if (!columns[col].resizable) { _local2 = false; } else if ((col == (columns.length - 2)) && (!columns[col + 1].resizable)) { _local2 = false; } return(_local2); } function showStretcher(Void) { var _local2 = owner; if (((!_local2.isStretchable(col)) || (!_local2.enabled)) || (_local2.cellEditor != undefined)) { return(undefined); } Mouse.hide(); if (_local2.stretcher == undefined) { _local2.attachMovie("cursorStretch", "stretcher", _local2.STRETCHERDEPTH); } _local2.stretcher._x = _local2._xmouse; _local2.stretcher._y = _local2._ymouse; _local2.stretcher._visible = true; _local2.onMouseMove = function () { this.stretcher._x = this._xmouse; this.stretcher._y = this._ymouse; updateAfterEvent(); }; } function startSizing(Void) { var _local2 = owner; if ((!_local2.isStretchable(col)) || (!_local2.enabled)) { return(undefined); } _local2.pressFocus(); _local2.attachMovie("DataStretchBar", "stretchBar", 999); _local2.stretchBar._height = _local2.height; _local2.stretchBar._x = _local2._xmouse; oldX = _local2.stretchBar._x; _local2.colX = oldX - _local2.columns[col].width; _local2.onMouseMove = function () { this.stretcher._x = this._xmouse; this.stretcher._y = this._ymouse; this.stretchBar._x = Math.max(this._xmouse, this.colX + this.minColWidth); if (this.__hScrollPolicy == "off") { this.stretchBar._x = Math.min(this.stretchBar._x, this.displayWidth - this.minColWidth); } updateAfterEvent(); }; } function stopSizing(Void) { var _local2 = owner; var _local3 = col; if ((!_local2.isStretchable(_local3)) || (!_local2.enabled)) { return(undefined); } _local2.stretchBar._visible = false; onRollOut(); var _local4 = _local2.stretchBar._x - oldX; _local2.resizeColumn(_local3, _local2.columns[_local3].width + _local4); _local2.dispatchEvent({type:"columnStretch", columnIndex:_local3}); } function hideStretcher(Void) { owner.stretcher._visible = false; delete owner.onMouseMove; Mouse.show(); } function set focusedCell(obj) { setFocusedCell(obj); //return(focusedCell); } function get focusedCell() { return(__focusedCell); } function setFocusedCell(coord, broadCast) { if ((!enabled) || (!editable)) { return(undefined); } if ((coord == undefined) && (cellEditor != undefined)) { disposeEditor(); return(undefined); } var _local2 = coord.itemIndex; var _local5 = coord.columnIndex; if (_local2 == undefined) { _local2 = 0; } if (_local5 == undefined) { _local5 = 0; } var _local9 = columns[_local5].columnName; if (__vPosition > _local2) { setVPosition(_local2); } else { var _local11 = (((_local2 - __vPosition) - __rowCount) + roundUp) + 1; if (_local11 > 0) { setVPosition(__vPosition + _local11); } } var _local10 = columns[_local5]; var _local8 = rows[_local2 - __vPosition]; var _local3 = _local8.cells[_local5]; if ((_local3._x > (__hPosition + displayWidth)) || (_local3._x < __hPosition)) { setHPosition(_local3._x); } var _local4 = __dataProvider.getEditingData(_local2, _local9); if (_local4 == undefined) { _local4 = __dataProvider.getItemAt(_local2)[_local9]; } if (_local4 == undefined) { _local4 = " "; } if (_local3.isCellEditor != true) { if (cellEditor == undefined) { cellEditor = listContent.createClassObject(mx.controls.TextInput, "editor_mc", EDITORDEPTH, {styleName:_local10, listOwner:this}); } cellEditor.backgroundColor = 16777215 /* 0xFFFFFF */; cellEditor._visible = true; cellEditor.setSize(_local10.__width, __rowHeight + 2); cellEditor._x = _local3._x - 1; cellEditor.text = _local4; editorMask = listContent.attachMovie("BoundingBox", "editorMask", 60001, {_alpha:0}); cellEditor.setMask(editorMask); editorMask._width = cellEditor.width; editorMask._height = cellEditor.height; editorMask._y = (cellEditor._y = _local8._y - 1); editorMask._x = cellEditor._x - editorMask._width; editTween = new mx.effects.Tween(this, cellEditor._x - editorMask._width, cellEditor._x, 150); } else { cellEditor = _local3; cellEditor.setValue(_local4, __dataProvider.getItemAt(_local2)); } var _local6 = getFocusManager(); _local6.setFocus(cellEditor); _local6.defaultPushButtonEnabled = false; if (_local3.isCellEditor != true) { cellEditor.hPosition = 0; } __focusedCell = coord; if (__tabHandlerCache == undefined) { __tabHandlerCache = _local6.tabHandler; _local6.tabHandler = tabHandler; } _local6.activeGrid = this; cellEditor.addEventListener("keyDown", editorKeyDown); if (broadCast) { dispatchEvent({type:"cellFocusIn", itemIndex:_local2, columnIndex:_local5}); } } function onMouseDown(Void) { if (cellEditor._visible && (!cellEditor.hitTest(_root._xmouse, _root._ymouse))) { editCell(); } if ((vScroller.hitTest(_root._xmouse, _root._ymouse) || (hScroller.hitTest(_root._xmouse, _root._ymouse))) || (header_mc.hitTest(_root._xmouse, _root._ymouse))) { dontEdit = true; } } function editorKeyDown(Void) { if (Key.isDown(27)) { listOwner.disposeEditor(); } else if (Key.isDown(13)) { listOwner.editCell(); listOwner.findNextEnterCell(); } } function tabHandler(Void) { var _local4 = -1; var _local3 = -1; var _local2 = activeGrid; if (_local2.__focusedCell != undefined) { _local4 = _local2.__focusedCell.itemIndex; _local3 = _local2.__focusedCell.columnIndex; } _local2.editCell(); _local2.findNextCell(_local4, _local3); } function findNextEnterCell(Void) { var _local3 = (Key.isDown(16) ? -1 : 1); var _local2 = __focusedCell.itemIndex + _local3; if ((_local2 < getLength()) && (_local2 >= 0)) { __focusedCell.itemIndex = _local2; } setFocusedCell(__focusedCell, true); } function findNextCell(index, colIndex) { if (index == undefined) { colIndex = -1; index = colIndex; } var _local5 = false; var _local4 = (Key.isDown(16) ? -1 : 1); while (!_local5) { colIndex = colIndex + _local4; if ((colIndex >= columns.length) || (colIndex < 0)) { colIndex = ((colIndex < 0) ? (columns.length) : 0); index = index + _local4; if ((index >= getLength()) || (index < 0)) { if (getFocusManager().activeGrid != undefined) { disposeEditor(); } dontEdit = true; Selection.setFocus(this); delete dontEdit; getFocusManager().tabHandler(); return(undefined); } } if (columns[colIndex].editable) { _local5 = true; if (__tabHandlerCache != undefined) { disposeEditor(); } setFocusedCell({itemIndex:index, columnIndex:colIndex}, true); } } } function onSetFocus(Void) { super.onSetFocus(); if (editable && (dontEdit != true)) { if (__focusedCell == undefined) { __focusedCell = {itemIndex:0, columnIndex:0}; } if (columns[__focusedCell.columnIndex].editable == true) { setFocusedCell(__focusedCell, true); } else { findNextCell(__focusedCell.itemIndex, __focusedCell.columnIndex); } } delete dontEdit; } function onTweenUpdate(val) { editorMask._x = val; } function onTweenEnd(val) { editorMask._x = val; cellEditor.setMask(undefined); editorMask.removeMovieClip(); } function disposeEditor(Void) { cellEditor.removeEventListener("keyDown", editorKeyDown); dispatchEvent({type:"cellFocusOut", itemIndex:__focusedCell.itemIndex, columnIndex:__focusedCell.columnIndex}); if (cellEditor.isCellEditor != true) { cellEditor._visible = false; } var _local3 = getFocusManager(); if (__tabHandlerCache != undefined) { _local3.tabHandler = __tabHandlerCache; delete __tabHandlerCache; } _local3.defaultPushButtonEnabled = true; if ((border_mc.hitTest(_root._xmouse, _root._ymouse) && (!vScroller.hitTest(_root._xmouse, _root._ymouse))) && (!hScroller.hitTest(_root._xmouse, _root._ymouse))) { dontEdit = true; releaseFocus(); delete dontEdit; } delete cellEditor; delete _local3.activeGrid; } function editCell() { var _local3 = __focusedCell.itemIndex; var _local4 = columns[__focusedCell.columnIndex].columnName; var _local2 = __dataProvider.getEditingData(_local3, _local4); if (_local2 == undefined) { _local2 = __dataProvider.getItemAt(_local3)[_local4]; } var _local5 = (cellEditor.isCellEditor ? (cellEditor.getValue()) : (cellEditor.text)); if (_local2 != _local5) { editField(_local3, _local4, _local5); dispatchEvent({type:"cellEdit", itemIndex:_local3, columnIndex:__focusedCell.columnIndex, oldValue:_local2}); } disposeEditor(); } function invalidateStyle(propName) { if ((propName == "headerColor") || (propName == "styleName")) { drawHeaderBG(); } if ((((((propName == "hGridLines") || (propName == "hGridLineColor")) || (propName == "vGridLines")) || (propName == "vGridLineColor")) || (propName == "styleName")) || (propName == "backgroundColor")) { invDrawCols = true; invalidate(); } if (mx.styles.StyleManager.TextStyleMap[propName] != undefined) { super.changeTextStyleInChildren(propName); } if ((propName == "styleName") || (propName == "headerStyle")) { invalidateHeaderStyle(); } super.invalidateStyle(propName); } function notifyStyleChangeInChildren(sheetName, styleProp, newValue) { if (styleProp == "headerStyle") { invalidateHeaderStyle(); } if (sheetName != undefined) { var _local4 = 0; while (_local4 < columns.length) { if (sheetName == columns[_local4].styleName) { invalidateStyle(styleProp); var _local3 = 0; while (_local3 < rows.length) { rows[_local3].notifyStyleChangeInChildren(sheetName, styleProp, newValue); _local3++; } } _local4++; } } super.notifyStyleChangeInChildren(sheetName, styleProp, newValue); } static var symbolOwner = mx.controls.DataGrid; static var symbolName = "DataGrid"; static var version = "2.0.0.360"; var className = "DataGrid"; var selectable = true; var resizableColumns = true; var __showHeaders = true; var sortableColumns = true; var autoHScrollAble = true; var editable = false; var minColWidth = 20; var totColW = 0; var __rowRenderer = "DataGridRow"; var __headerHeight = 20; var hasDrawn = false; var minScrollInterval = 60; var HEADERDEPTH = 5001; var LINEDEPTH = 5000; var SORTARROWDEPTH = 5500; var EDITORDEPTH = 5002; var DISABLEDHEADERDEPTH = 5003; var HEADERCELLDEPTH = 4500; var HEADEROVERLAYDEPTH = 4000; var SEPARATORDEPTH = 5000; var STRETCHERDEPTH = 1000; }
Symbol 419 MovieClip [__Packages.mx.controls.gridclasses.DataGridColumn] Frame 0
class mx.controls.gridclasses.DataGridColumn extends mx.styles.CSSStyleDeclaration { var columnName, parentGrid, colNum, __header, headerCell, __cellRenderer, __headerRenderer, __labelFunction, styleName; function DataGridColumn (colName) { super(); columnName = colName; headerText = (colName); } function get width() { return(__width); } function set width(w) { delete parentGrid.invSpaceColsEqually; if ((parentGrid != undefined) && (parentGrid.hasDrawn)) { var _local2 = resizable; resizable = false; parentGrid.resizeColumn(colNum, w); resizable = _local2; } else { __width = w; } //return(width); } function set headerText(h) { __header = h; headerCell.setValue(h); //return(headerText); } function get headerText() { return(((__header == undefined) ? (columnName) : (__header))); } function set cellRenderer(cR) { __cellRenderer = cR; parentGrid.invColChange = true; parentGrid.invalidate(); //return(cellRenderer); } function get cellRenderer() { return(__cellRenderer); } function set headerRenderer(hS) { __headerRenderer = hS; parentGrid.invInitHeaders = true; parentGrid.invalidate(); //return(headerRenderer); } function get headerRenderer() { return(__headerRenderer); } function set labelFunction(f) { __labelFunction = f; parentGrid.invUpdateControl = true; parentGrid.invalidate(); //return(labelFunction); } function get labelFunction() { return(__labelFunction); } function getStyle(prop) { var _local3 = this[prop]; if (_local3 == undefined) { if (styleName != undefined) { if (styleName instanceof mx.styles.CSSStyleDeclaration) { _local3 = styleName.getStyle(prop); } else { _local3 = _global.styles[styleName].getStyle(prop); } } if ((((_local3 == undefined) || (_local3 == _global.style[prop])) || (_local3 == _global.styles[parentGrid.className][prop])) && (prop != "backgroundColor")) { _local3 = parentGrid.getStyle(prop); } } return(_local3); } function __getTextFormat(tf, bAll, fieldInst) { var _local4; if (parentGrid.header_mc[fieldInst._name] != undefined) { _local4 = getStyle("headerStyle").__getTextFormat(tf, bAll, fieldInst); if (_local4 != false) { _local4 = parentGrid.getStyle("headerStyle").__getTextFormat(tf, bAll, fieldInst); } if (_local4 == false) { return(_local4); } } if (styleName != undefined) { var _local8 = ((typeof(styleName) == "string") ? (_global.styles[styleName]) : (styleName)); _local4 = _local8.__getTextFormat(tf, bAll); if (!_local4) { return(_local4); } } _local4 = super.__getTextFormat(tf, bAll, fieldInst); if (_local4) { return(parentGrid.__getTextFormat(tf, bAll)); } return(_local4); } var editable = true; var sortable = true; var resizable = true; var sortOnHeaderRelease = true; var __width = 50; }
Symbol 420 MovieClip [__Packages.mx.controls.gridclasses.DataGridRow] Frame 0
class mx.controls.gridclasses.DataGridRow extends mx.controls.listclasses.SelectableRow { var setupBG, colBG, createEmptyMovieClip, cells, owner, backGround, createObject, createClassObject, createLabel, listOwner, columnIndex, __height, grandOwner, wasPressed, onPress; function DataGridRow () { super(); } function createChildren(Void) { setupBG(); colBG = createEmptyMovieClip("colbG_mc", mx.controls.listclasses.SelectableRow.LOWEST_DEPTH + 1); } function init(Void) { super.init(); cells = new Array(); } function size(Void) { if (cells.length != owner.columns.length) { createCells(); } super.size(); } function createCells(Void) { clearCells(); backGround.onRelease = startEditCell; var _local7 = owner.columns.length; var _local2 = 0; while (_local2 < _local7) { var _local5 = owner.columns[_local2]; var _local4 = _local5.__cellRenderer; if (_local4 != undefined) { if (typeof(_local4) == "string") { var _local3 = (cells[_local2] = createObject(_local4, "fCell" + _local2, 2 + _local2, {styleName:_local5})); } else { var _local3 = (cells[_local2] = createClassObject(_local4, "fCell" + _local2, 2 + _local2, {styleName:_local5})); } } else { var _local3 = (cells[_local2] = createLabel("fCell" + _local2, 2 + _local2)); _local3.styleName = _local5; _local3.selectable = false; _local3.backGround = false; _local3.border = false; _local3._visible = false; } _local3.listOwner = owner; _local3.columnIndex = _local2; _local3.owner = this; _local3.getCellIndex = getCellIndex; _local3.getDataLabel = getDataLabel; _local2++; } } function getCellIndex(Void) { return({columnIndex:columnIndex, itemIndex:owner.rowIndex + listOwner.__vPosition}); } function getDataLabel() { return(listOwner.columns[columnIndex].columnName); } function clearCells() { var _local2 = 0; while (_local2 < cells.length) { cells[_local2].removeTextField(); cells[_local2].removeMovieClip(); _local2++; } cells.splice(0); } function setValue(itmObj, state, transition) { var _local7 = owner.columns; var _local8 = _local7.length; var _local3 = 0; while (_local3 < _local8) { var _local6 = cells[_local3]; var _local5 = _local7[_local3]; var _local2 = _local5.__labelFunction(itmObj); if (_local2 == undefined) { _local2 = ((itmObj instanceof XMLNode) ? (itmObj.attributes[_local5.columnName]) : (itmObj[_local5.columnName])); } if (_local2 == undefined) { _local2 = " "; } _local6.setValue(_local2, itmObj, state); _local3++; } } function drawCell(cellNum, xPos, w, bgCol) { var _local2 = cells[cellNum]; _local2._x = xPos; _local2._visible = true; _local2.setSize(w - 2, Math.min(__height, _local2.getPreferredHeight())); _local2._y = (__height - _local2._height) / 2; if (bgCol != undefined) { var _local3 = Math.floor(xPos - 2); var _local4 = Math.floor(_local3 + w); colBG.moveTo(_local3, 0); colBG.beginFill(bgCol); colBG.lineStyle(0, 0, 0); colBG.lineTo(_local4, 0); colBG.lineTo(_local4, __height); colBG.lineTo(_local3, __height); colBG.endFill(); } } function setState(newState, transition) { var _local6 = owner.columns; var _local4 = _local6.length; if ((newState != "normal") || (!owner.enabled)) { var _local5; if (!owner.enabled) { _local5 = owner.getStyle("disabledColor"); } else if (newState == "highlighted") { _local5 = owner.getStyle("textRollOverColor"); } else if (newState == "selected") { _local5 = owner.getStyle("textSelectedColor"); } var _local3 = 0; while (_local3 < _local4) { cells[_local3].setColor(_local5); cells[_local3].__enabled = owner.enabled; _local3++; } } else { var _local3 = 0; while (_local3 < _local4) { cells[_local3].setColor(_local6[_local3].getStyle("color")); cells[_local3].__enabled = owner.enabled; _local3++; } } super.setState(newState, transition); } function startEditCell() { var _local2 = grandOwner; _local2.dontEdit = true; _local2.releaseFocus(); delete _local2.dontEdit; if ((_local2.enabled && (_local2.editable)) && (owner.item != undefined)) { var _local9 = owner.cells.length; var _local3 = 0; while (_local3 < _local9) { var _local5 = _local2.columns[_local3]; if (_local5.editable) { var _local4 = owner._xmouse - owner.cells[_local3]._x; if ((_local4 >= 0) && (_local4 < _local5.__width)) { var _local6 = owner.rowIndex + _local2.__vPosition; _local2.setFocusedCell({itemIndex:_local6, columnIndex:_local3}, true); if (wasPressed != true) { onPress(); _local2.onMouseUp(); } delete wasPressed; clearInterval(_local2.dragScrolling); delete _local2.onMouseUp; return(undefined); } } _local3++; } } } function bGOnPress(Void) { wasPressed = true; grandOwner.pressFocus(); grandOwner.onRowPress(owner.rowIndex); } function notifyStyleChangeInChildren(sheetName, styleProp, newValue) { var _local6 = owner.columns; var _local4 = cells.length; var _local3 = 0; while (_local3 < _local4) { var _local2 = cells[_local3]; if (_local2.stylecache != undefined) { delete _local2.stylecache.tf; } delete _local2.enabledColor; _local2.invalidateStyle(styleProp); _local3++; } } }
Symbol 421 MovieClip [__Packages.mx.data.components.DataBinding] Frame 0
class mx.data.components.DataBinding extends MovieClip { function DataBinding () { super(); } function Dummy() { new mx.data.binding.Binding(); new mx.data.binding.ComponentMixins(); new mx.data.binding.CustomFormatter(); new mx.data.binding.CustomValidator(); new mx.data.binding.DataAccessor(); new mx.data.binding.DataType(); new mx.data.binding.DateBase(); new mx.data.binding.Encoder(); new mx.data.binding.EndPoint(); new mx.data.binding.FieldAccessor(); new mx.data.binding.Formatter(); new mx.data.binding.Kind(); new mx.data.binding.Log(); new mx.data.binding.TypedValue(); new mx.utils.ClassFinder(); new mx.utils.Collection(); new mx.utils.CollectionImpl(); new mx.utils.Iterator(); new mx.utils.IteratorImpl(); new mx.utils.StringFormatter(); new mx.utils.StringTokenParser(); } }
Symbol 425 MovieClip [__Packages.mx.data.binding.Binding] Frame 0
class mx.data.binding.Binding { var is2way, dest, source, format; function Binding (source, dest, format, is2way) { mx.events.EventDispatcher.initialize(this); var _local5 = this; _local5.source = source; _local5.dest = dest; _local5.format = format; _local5.is2way = is2way; registerBinding(this); calcShortLoc(source); calcShortLoc(dest); _global.__dataLogger.logData(null, ("Creating binding " + summaryString()) + (is2way ? ", 2-way" : ""), {binding:this}); _global.__dataLogger.nestLevel++; mx.data.binding.ComponentMixins.initComponent(dest.component); if (source.component != undefined) { mx.data.binding.ComponentMixins.initComponent(source.component); } dest.component.addBinding(this); if (source.component != undefined) { source.component.addBinding(this); setUpListener(source, false); if (this.is2way) { setUpListener(dest, true); setUpIndexListeners(source, false); setUpIndexListeners(dest, true); } else { setUpIndexListeners(source, false); setUpIndexListeners(dest, false); } } else { execute(); } _global.__dataLogger.nestLevel--; } function execute(reverse) { var _local3; var _local4; if (reverse) { if (!is2way) { _global.__dataLogger.logData(null, ("Warning: Can't execute binding " + summaryString(false)) + " in reverse, because it's not a 2 way binding", {binding:this}, mx.data.binding.Log.BRIEF); return(["error"]); } _local3 = dest; _local4 = source; } else { _local3 = source; _local4 = dest; } _global.__dataLogger.logData(null, "Executing binding " + summaryString(reverse), {binding:this}); _global.__dataLogger.nestLevel++; var _local10; if (_local3.constant != undefined) { _local10 = {value:new mx.data.binding.TypedValue(_local3.constant, "String"), getAnyTypedValue:function () { return(this.value); }, getTypedValue:function () { return(this.value); }, getGettableTypes:function () { return(["String"]); }}; } else { _local10 = _local3.component.getField(_local3.property, _local3.location, true); } var _local20; var _local16; var _local13 = ""; var _local6 = _local4.component.getField(_local4.property, _local4.location); if (format != null) { var _local5 = getRuntimeObject(format); if (_local5 != null) { if (reverse) { _local5.setupDataAccessor(_local4.component, _local4.property, _local4.location); _local5.dataAccessor = _local6; _local6 = _local5; } else { _local5.setupDataAccessor(_local3.component, _local3.property, _local3.location); _local5.dataAccessor = _local10; _local10 = _local5; } } } var _local15 = ((format == null) ? (_local6.getSettableTypes()) : null); var _local11 = _local10.getAnyTypedValue(_local15); var _local7 = new Object(); if (_local6.type.readonly == true) { _global.__dataLogger.logData(null, "Not executing binding because the destination is read-only", null, mx.data.binding.Log.BRIEF); var _local8 = new Object(); _local8.type = "invalid"; _local8.property = _local4.property; _local8.location = _local4.location; _local8.messages = [{message:"Cannot assign to a read-only data field."}]; _local4.component.dispatchEvent(_local8); _local7.event = _local8; } else { _global.__dataLogger.logData(null, "Assigning new value '<value>' (<typeName>) " + _local13, {value:_local11.value, typeName:_local11.typeName, unformattedValue:_local20, formatterFrom:_local16}); var _local14 = _local6.setAnyTypedValue(_local11); _local6.validateAndNotify(_local7, false, _local14); _local4.component.dispatchEvent({type:"bindingExecuted", binding:this}); } if (_local7.event != null) { if (_local3.component != null) { var _local9 = new Object(); _local9.type = _local7.event.type; _local9.property = _local3.property; _local9.location = _local3.location; _local9.messages = _local7.event.messages; _local9.to = _local4.component; _local3.component.dispatchEvent(_local9); } } _global.__dataLogger.nestLevel--; return(_local7.event.messages); } function queueForExecute(reverse) { if (!queued) { if (_global.__databind_executeQueue == null) { _global.__databind_executeQueue = new Array(); } if (_root.__databind_dispatch == undefined) { _root.createEmptyMovieClip("__databind_dispatch", -8888); } _global.__databind_executeQueue.push(this); queued = true; this.reverse = reverse; _root.__databind_dispatch.onEnterFrame = dispatchEnterFrame; } } static function dispatchEnterFrame() { _root.__databind_dispatch.onEnterFrame = null; var _local4 = 0; while (_local4 < _global.__databind_executeQueue.length) { var _local3 = _global.__databind_executeQueue[_local4]; _local3.execute(_local3.reverse); _local4++; } var _local5; while (_local5 = _global.__databind_executeQueue.pop() , _local5 != null) { _local5.queued = false; _local5.reverse = false; } } function calcShortLoc(endpoint) { var _local1 = endpoint.location; if (_local1.path != null) { _local1 = _local1.path; } endpoint.loc = ((_local1 instanceof Array) ? (_local1.join(".")) : (_local1)); } function summaryString(reverse) { var _local2 = "<binding.dest.component>:<binding.dest.property>:<binding.dest.loc>"; var _local3 = "<binding.source.component>:<binding.source.property>:<binding.source.loc>"; if (source.constant == null) { if (reverse == true) { return((("from " + _local2) + " to ") + _local3); } return((("from " + _local3) + " to ") + _local2); } return("from constant '<binding.source.constant>' to " + _local2); } static function getRuntimeObject(info, constructorParameter) { if (info.cls == undefined) { info.cls = mx.utils.ClassFinder.findClass(info.className); } var _local3 = new info.cls(constructorParameter); if (_local3 == null) { _global.__dataLogger.logData(null, "Could not construct a formatter or validator - new <info.className>(<params>)", {info:info, params:constructorParameter}, mx.data.binding.Log.BRIEF); } for (var _local4 in info.settings) { _local3[_local4] = info.settings[_local4]; } return(_local3); } static function refreshFromSources(component, property, bindings) { var _local5 = null; var _local3; _local3 = 0; while (_local3 < bindings.length) { var _local1 = bindings[_local3]; var _local2 = null; if ((_local1.dest.component == component) && ((property == null) || (property == _local1.dest.property))) { _local2 = _local1.execute(); } else if ((_local1.is2way && (_local1.source.component == component)) && ((property == null) || (property == _local1.source.property))) { _local2 = _local1.execute(true); } if (_local2 != null) { _local5 = ((_local5 == null) ? (_local2) : (_local5.concat(_local2))); } _local3++; } return(_local5); } static function refreshDestinations(component, bindings) { var _local1; _local1 = 0; while (_local1 < bindings.length) { var _local2 = bindings[_local1]; if (_local2.source.component == component) { _local2.execute(); } else if (_local2.is2way && (_local2.dest.component == component)) { _local2.execute(true); } _local1++; } _local1 = 0; while (_local1 < component.__indexBindings.length) { var _local3 = component.__indexBindings[_local1]; _local3.binding.execute(_local3.reverse); _local1++; } } function setUpListener(endpoint, reverse) { var _local4 = new Object(); _local4.binding = this; _local4.property = endpoint.property; _local4.reverse = reverse; _local4.handleEvent = function (event) { _global.__dataLogger.logData(event.target, "Data of property '<property>' has changed", this); this.binding.queueForExecute(this.reverse); }; if (endpoint.event instanceof Array) { for (var _local5 in endpoint.event) { endpoint.component.addEventListener(endpoint.event[_local5], _local4); } } else { endpoint.component.addEventListener(endpoint.event, _local4); } mx.data.binding.ComponentMixins.initComponent(endpoint.component); } function setUpIndexListeners(endpoint, reverse) { if (endpoint.location.indices != undefined) { var _local3 = 0; while (_local3 < endpoint.location.indices.length) { var _local2 = endpoint.location.indices[_local3]; if (_local2.component != undefined) { setUpListener(_local2, reverse); if (_local2.component.__indexBindings == undefined) { _local2.component.__indexBindings = new Array(); } _local2.component.__indexBindings.push({binding:this, reverse:reverse}); } _local3++; } } } static function copyBinding(b) { var _local1 = new Object(); _local1.source = copyEndPoint(b.source); _local1.dest = copyEndPoint(b.dest); _local1.format = b.format; _local1.is2way = b.is2way; return(_local1); } static function copyEndPoint(e) { var _local1 = new Object(); _local1.constant = e.constant; _local1.component = String(e.component); _local1.event = e.event; _local1.location = e.location; _local1.property = e.property; return(_local1); } static function registerScreen(screen, id) { var symbol = screenRegistry[id]; if (symbol == null) { screenRegistry[id] = {symbolPath:String(screen), bindings:[], id:id}; return(undefined); } if (symbol.symbolPath == String(screen)) { return(undefined); } var instancePath = String(screen); var i = 0; while (i < bindingRegistry.length) { var b = bindingRegistry[i]; var src = copyEndPoint(b.source); var dst = copyEndPoint(b.dest); var symbolContainsSource = (symbol.symbolPath == b.source.component.substr(0, symbol.symbolPath.length)); var symbolContainsDest = (symbol.symbolPath == b.dest.component.substr(0, symbol.symbolPath.length)); if (symbolContainsSource) { if (symbolContainsDest) { src.component = eval (instancePath + src.component.substr(symbol.symbolPath.length)); dst.component = eval (instancePath + dst.component.substr(symbol.symbolPath.length)); new mx.data.binding.Binding(src, dst, b.format, b.is2way); } else { src.component = eval (instancePath + src.component.substr(symbol.symbolPath.length)); dst.component = eval (dst.component); new mx.data.binding.Binding(src, dst, b.format, b.is2way); } } else if (symbolContainsDest) { src.component = eval (src.component); dst.component = eval (instancePath + dst.component.substr(symbol.symbolPath.length)); new mx.data.binding.Binding(src, dst, b.format, b.is2way); } i++; } } static function registerBinding(binding) { var _local1 = copyBinding(binding); bindingRegistry.push(_local1); } var queued = false; var reverse = false; static var counter = 0; static var screenRegistry = new Object(); static var bindingRegistry = new Array(); }
Symbol 426 MovieClip [__Packages.mx.data.binding.TypedValue] Frame 0
class mx.data.binding.TypedValue { var value, typeName, type; function TypedValue (value, typeName, type) { this.value = value; this.typeName = typeName; this.type = type; } }
Symbol 427 MovieClip [__Packages.mx.data.binding.DataAccessor] Frame 0
class mx.data.binding.DataAccessor { var dataAccessor, component, property, location, type; function DataAccessor () { } function getAnyTypedValue(suggestedTypes) { var _local3 = 0; while (_local3 < suggestedTypes.length) { var _local5 = getTypedValue(suggestedTypes[_local3]); if (_local5 != null) { return(_local5); } _local3++; } var _local5 = getTypedValue(); _local3 = 0; while (_local3 < suggestedTypes.length) { var _local2 = suggestedTypes[_local3]; if (_local2 == "String") { return(new mx.data.binding.TypedValue(String(_local5.value), _local2)); } if (_local2 == "Number") { return(new mx.data.binding.TypedValue(Number(_local5.value), _local2)); } if (_local2 == "Boolean") { return(new mx.data.binding.TypedValue(Boolean(_local5.value), _local2)); } _local3++; } return(_local5); } function setAnyTypedValue(newValue) { var _local7 = getSettableTypes(); if ((_local7 == null) || (-1 != findString(newValue.typeName, _local7))) { return(setTypedValue(newValue)); } var _local3 = 0; while (_local3 < _local7.length) { var _local2 = _local7[_local3]; if (_local2 == "String") { return(setTypedValue(new mx.data.binding.TypedValue(String(newValue.value), _local2))); } if (_local2 == "Number") { var _local5 = Number(newValue.value); var _local6 = setTypedValue(new mx.data.binding.TypedValue(_local5, _local2)); if (_local5.toString() == "NaN") { return([("Failed to convert '" + newValue.value) + "' to a number"]); } return(_local6); } if (_local2 == "Boolean") { return(setTypedValue(new mx.data.binding.TypedValue(Boolean(newValue.value), _local2))); } _local3++; } return(dataAccessor.setTypedValue(newValue)); } function getTypedValue(requestedType) { var _local2 = dataAccessor.getTypedValue(requestedType); return(_local2); } function getGettableTypes() { return(null); } function setTypedValue(newValue) { return(dataAccessor.setTypedValue(newValue)); } function getSettableTypes() { return(null); } function findLastAccessor() { return(((dataAccessor == null) ? this : (dataAccessor.findLastAccessor()))); } function setupDataAccessor(component, property, location) { this.component = component; this.property = property; this.location = location; type = component.findSchema(property, location); } static function findString(str, arr) { var _local3 = str.toLowerCase(); var _local1 = 0; while (_local1 < arr.length) { if (arr[_local1].toLowerCase() == _local3) { return(_local1); } _local1++; } return(-1); } static function conversionFailed(newValue, target) { return(((("Failed to convert to " + target) + ": '") + newValue.value) + "'"); } }
Symbol 428 MovieClip [__Packages.mx.data.binding.ComponentMixins] Frame 0
class mx.data.binding.ComponentMixins { var __refreshing, __bindings, __schema, __fieldCache; function ComponentMixins () { } function refreshFromSources() { if (__refreshing != null) { return(undefined); } __refreshing = true; _global.__dataLogger.logData(this, "Refreshing from sources"); _global.__dataLogger.nestLevel++; mx.data.binding.Binding.refreshFromSources(this, null, __bindings); _global.__dataLogger.nestLevel--; __refreshing = null; } function refreshDestinations() { _global.__dataLogger.logData(this, "Refreshing Destinations"); _global.__dataLogger.nestLevel++; mx.data.binding.Binding.refreshDestinations(this, __bindings); _global.__dataLogger.nestLevel--; } function validateProperty(property, initialMessages) { var _local4 = null; var _local3 = getField(property); if (_local3 != null) { _local4 = _local3.validateAndNotify(null, null, initialMessages); } else { _global.__dataLogger.logData(this, "Can't validate property '<property>' because it doesn't exist", {property:property}); } return(_local4); } function addBinding(binding) { if (__bindings == undefined) { __bindings = new Array(); } __bindings.push(binding); var _local3 = false; if (binding.source.component == this) { getField(binding.source.property, binding.source.location); _local3 = true; } if (binding.dest.component == this) { getField(binding.dest.property, binding.dest.location); _local3 = _local3 | Object(binding).is2way; } if (_local3) { var _local4 = binding.dest.component.findSchema(binding.dest.property, binding.dest.location); if (_local4.readonly) { binding.source.component.__setReadOnly(true); } } } static function initComponent(component) { var _local2 = mx.data.binding.ComponentMixins.prototype; if (component.refreshFromSources == undefined) { component.refreshFromSources = _local2.refreshFromSources; } if (component.refreshDestinations == undefined) { component.refreshDestinations = _local2.refreshDestinations; } if (component.validateProperty == undefined) { component.validateProperty = _local2.validateProperty; } if (component.createFieldAccessor == undefined) { component.createFieldAccessor = _local2.createFieldAccessor; } if (component.createField == undefined) { component.createField = _local2.createField; } if (component.addBinding == undefined) { component.addBinding = _local2.addBinding; } if (component.findSchema == undefined) { component.findSchema = _local2.findSchema; } if (component.getField == undefined) { component.getField = _local2.getField; } if (component.refreshAndValidate == undefined) { component.refreshAndValidate = _local2.refreshAndValidate; } if (component.getFieldFromCache == undefined) { component.getFieldFromCache = _local2.getFieldFromCache; } if (component.getBindingMetaData == undefined) { component.getBindingMetaData = _local2.getBindingMetaData; } if (component.__setReadOnly == undefined) { component.__setReadOnly = _local2.__setReadOnly; } } function createFieldAccessor(property, location, mustExist) { return(mx.data.binding.FieldAccessor.createFieldAccessor(this, property, location, mx.data.binding.FieldAccessor.findElementType(__schema, property), mustExist)); } function findSchema(property, location) { if (typeof(location) == "string") { return(null); } var _local5 = mx.data.binding.FieldAccessor.findElementType(__schema, property); if (location != null) { if (location.path != null) { location = location.path; } if (!(location instanceof Array)) { return(null); } var _local2 = 0; while (_local2 < location.length) { var _local4 = location[_local2]; _local5 = mx.data.binding.FieldAccessor.findElementType(_local5, _local4); _local2++; } } return(_local5); } function createField(property, location) { var _local3 = findSchema(property, location); var _local2; if (_local3.validation != null) { _local2 = mx.data.binding.Binding.getRuntimeObject(_local3.validation); } else { _local2 = new mx.data.binding.DataType(); } _local2.setupDataAccessor(this, property, location); return(_local2); } static function deepEqual(a, b) { if (a == b) { return(true); } if (typeof(a) != typeof(b)) { return(false); } if (typeof(a) != "object") { return(false); } var _local3 = new Object(); for (var _local4 in a) { if (!deepEqual(a[_local4], b[_local4])) { return(false); } _local3[_local4] = 1; } for (var _local4 in b) { if (_local3[_local4] != 1) { return(false); } } return(true); } function getFieldFromCache(property, location) { for (var _local5 in __fieldCache) { var _local2 = __fieldCache[_local5]; if ((_local2.property == property) && (deepEqual(_local2.location, location))) { return(_local2); } } return(null); } function getField(property, location) { var _local2 = getFieldFromCache(property, location); if (_local2 != null) { return(_local2); } _local2 = createField(property, location); if (__fieldCache == null) { __fieldCache = new Array(); } __fieldCache.push(_local2); return(_local2); } function refreshAndValidate(property) { _global.__dataLogger.logData(this, "Refreshing and validating " + property); _global.__dataLogger.nestLevel++; var _local3 = mx.data.binding.Binding.refreshFromSources(this, property, __bindings); _local3 = validateProperty(property, _local3); _global.__dataLogger.nestLevel--; return(_local3 == null); } function getBindingMetaData(name) { return(this["__" + name]); } function __setReadOnly(setting) { if (Object(this).editable != undefined) { Object(this).editable = !setting; } } }
Symbol 429 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 _local3 = new mx.data.binding.ObjectDumper(); if (maxLineLength == undefined) { maxLineLength = 100; } if (indent == undefined) { indent = 0; } return(_local3.realToString(obj, showFunctions, showUndefined, showXMLstructures, maxLineLength, indent)); } function realToString(obj, showFunctions, showUndefined, showXMLstructures, maxLineLength, indent) { var _local8 = 0; while (_local8 < inProgress.length) { if (inProgress[_local8] == obj) { return("***"); } _local8++; } inProgress.push(obj); indent++; var _local16 = typeof(obj); var _local5; if ((obj instanceof XMLNode) && (showXMLstructures != true)) { _local5 = obj.toString(); } else if (obj instanceof Date) { _local5 = obj.toString(); } else if (_local16 == "object") { var _local4 = new Array(); if (obj instanceof Array) { _local5 = "["; var _local15 = 0; while (_local15 < obj.length) { _local4.push(_local15); _local15++; } } else { _local5 = "{"; for (var _local15 in obj) { _local4.push(_local15); } _local4.sort(); } var _local9 = ""; var _local3 = 0; while (_local3 < _local4.length) { var _local6 = obj[_local4[_local3]]; var _local7 = true; if (typeof(_local6) == "function") { _local7 = showFunctions == true; } if (typeof(_local6) == "undefined") { _local7 = showUndefined == true; } if (_local7) { _local5 = _local5 + _local9; if (!(obj instanceof Array)) { _local5 = _local5 + (_local4[_local3] + ": "); } _local5 = _local5 + realToString(_local6, showFunctions, showUndefined, showXMLstructures, maxLineLength, indent); _local9 = ", `"; } _local3++; } if (obj instanceof Array) { _local5 = _local5 + "]"; } else { _local5 = _local5 + "}"; } } else if (_local16 == "function") { _local5 = "function"; } else if (_local16 == "string") { _local5 = ("\"" + obj) + "\""; } else { _local5 = String(obj); } if (_local5 == "undefined") { _local5 = "-"; } inProgress.pop(); return(replaceAll(_local5, "`", ((_local5.length < maxLineLength) ? "" : (newline + doIndent(indent))))); } static function replaceAll(str, from, to) { var _local3 = str.split(from); var _local4 = ""; var _local2 = ""; var _local1 = 0; while (_local1 < _local3.length) { _local4 = _local4 + (_local2 + _local3[_local1]); _local2 = to; _local1++; } return(_local4); } function doIndent(indent) { var _local2 = ""; var _local1 = 0; while (_local1 < indent) { _local2 = _local2 + " "; _local1++; } return(_local2); } }
Symbol 430 MovieClip [__Packages.mx.xpath.NodePathInfo] Frame 0
class mx.xpath.NodePathInfo { function NodePathInfo (nodeName, filter) { __nodeName = nodeName; __filter = filter; } function get nodeName() { return(__nodeName); } function get filter() { return(__filter); } var __nodeName = null; var __filter = null; }
Symbol 431 MovieClip [__Packages.mx.utils.StringTokenParser] Frame 0
class mx.utils.StringTokenParser { var _source, _skipChars; function StringTokenParser (source, skipChars) { _source = source; _skipChars = ((skipChars == undefined) ? null : (skipChars)); } function get token() { return(_token); } function getPos() { return(_index); } function nextToken() { var _local4; var _local2; var _local3 = _source.length; skipBlanks(); if (_index >= _local3) { return(tkEOF); } _local2 = _source.charCodeAt(_index); if (((((_local2 >= 65) && (_local2 <= 90)) || ((_local2 >= 97) && (_local2 <= 122))) || ((_local2 >= 192) && (_local2 <= Number.POSITIVE_INFINITY))) || (_local2 == 95)) { _local4 = _index; _index++; _local2 = _source.charCodeAt(_index); while (((((((_local2 >= 65) && (_local2 <= 90)) || ((_local2 >= 97) && (_local2 <= 122))) || ((_local2 >= 48) && (_local2 <= 57))) || ((_local2 >= 192) && (_local2 <= Number.POSITIVE_INFINITY))) || (_local2 == 95)) && (_index < _local3)) { _index++; _local2 = _source.charCodeAt(_index); } _token = _source.substring(_local4, _index); return(tkSymbol); } if ((_local2 == 34) || (_local2 == 39)) { _index++; _local4 = _index; _local2 = _source.charCodeAt(_local4); while (((_local2 != 34) && (_local2 != 39)) && (_index < _local3)) { _index++; _local2 = _source.charCodeAt(_index); } _token = _source.substring(_local4, _index); _index++; return(tkString); } if ((_local2 == 45) || ((_local2 >= 48) && (_local2 <= 57))) { var _local5 = tkInteger; _local4 = _index; _index++; _local2 = _source.charCodeAt(_index); while (((_local2 >= 48) && (_local2 <= 57)) && (_index < _local3)) { _index++; _local2 = _source.charCodeAt(_index); } if (_index < _local3) { if (((((((_local2 >= 48) && (_local2 <= 57)) || (_local2 == 46)) || (_local2 == 43)) || (_local2 == 45)) || (_local2 == 101)) || (_local2 == 69)) { _local5 = tkFloat; } while ((((((((_local2 >= 48) && (_local2 <= 57)) || (_local2 == 46)) || (_local2 == 43)) || (_local2 == 45)) || (_local2 == 101)) || (_local2 == 69)) && (_index < _local3)) { _index++; _local2 = _source.charCodeAt(_index); } } _token = _source.substring(_local4, _index); return(_local5); } _token = _source.charAt(_index); _index++; return(tkSymbol); } function skipBlanks() { if (_index < _source.length) { var _local2 = _source.charAt(_index); while ((_local2 == " ") || ((_skipChars != null) && (skipChar(_local2)))) { _index++; _local2 = _source.charAt(_index); } } } function skipChar(ch) { var _local2 = 0; while (_local2 < _skipChars.length) { if (ch == _skipChars[_local2]) { return(true); } _local2++; } return(false); } static var tkEOF = -1; static var tkSymbol = 0; static var tkString = 1; static var tkInteger = 2; static var tkFloat = 3; var _index = 0; var _token = ""; }
Symbol 432 MovieClip [__Packages.mx.xpath.FilterExpr] Frame 0
class mx.xpath.FilterExpr { function FilterExpr (attrInit, nameInit, valueInit) { __attr = attrInit; __name = nameInit; __value = valueInit; } function get attr() { return(__attr); } function set attr(newVal) { __attr = newVal; //return(attr); } function get name() { return(__name); } function set name(newVal) { __name = newVal; //return(name); } function get value() { return(__value); } function set value(newVal) { __value = newVal; //return(value); } var __attr = false; var __value = null; var __name = null; }
Symbol 433 MovieClip [__Packages.mx.xpath.FilterStack] Frame 0
class mx.xpath.FilterStack { var __expr, __ops; function FilterStack (filterVal) { __expr = new Array(); __ops = new Array(); var _local2 = new mx.utils.StringTokenParser(filterVal); var _local5 = _local2.nextToken(); var _local4; var _local3 = _local2.__get__token(); while (_local5 != mx.utils.StringTokenParser.tkEOF) { if (_local3 == "@") { _local5 = _local2.nextToken(); _local3 = _local2.token; _local4 = new mx.xpath.FilterExpr(true, _local3, null); __expr.splice(0, 0, _local4); if (_local2.nextToken() == mx.utils.StringTokenParser.tkSymbol) { if (_local2.__get__token() == "=") { _local5 = _local2.nextToken(); _local4.__set__value(_local2.token); } } } else if ((_local3 == "and") || (_local3 == "or")) { __ops.splice(0, 0, _local3); } else if ((_local3 != ")") && (_local3 != "(")) { _local4 = new mx.xpath.FilterExpr(false, _local3, null); __expr.splice(0, 0, _local4); if (_local2.nextToken() == mx.utils.StringTokenParser.tkSymbol) { if (_local2.__get__token() == "=") { _local5 = _local2.nextToken(); _local4.__set__value(_local2.token); } } } _local5 = _local2.nextToken(); _local3 = _local2.token; } } function get exprs() { return(__expr); } function get ops() { return(__ops); } }
Symbol 434 MovieClip [__Packages.mx.xpath.XPathAPI] Frame 0
class mx.xpath.XPathAPI { function XPathAPI () { } static function getEvalString(node, path) { var _local7 = ""; var _local4 = null; var _local9 = getPathSet(path); var _local3 = _local9[0].nodeName; var _local8; var _local2 = node; var _local5 = false; if ((_local3 != undefined) && ((_local3 == "*") || (node.nodeName == _local3))) { var _local6 = 1; while (_local6 < _local9.length) { _local3 = _local9[_local6].nodeName; _local8 = _local3.indexOf("@"); if (_local8 >= 0) { _local3 = _local3.substring(_local8 + 1); _local5 = _local2.attributes[_local3] != undefined; _local7 = _local7 + (".attributes." + _local3); } else { _local5 = false; var _local1 = 0; while (_local1 < _local2.childNodes.length) { _local4 = _local2.childNodes[_local1]; if (_local4.nodeName == _local3) { _local7 = _local7 + (".childNodes." + _local1); _local1 = _local2.childNodes.length; _local2 = _local4; _local5 = true; } _local1++; } } if (!_local5) { return(""); } _local6++; } if (!_local5) { _local7 = ""; } else if (_local8 == -1) { _local7 = _local7 + ".firstChild.nodeValue"; } } else { _local7 = ""; } return(_local7); } static function selectNodeList(node, path) { var _local2 = new Array(node); var _local5 = getPathSet(path); var _local4 = _local5[0]; var _local6 = _local4.__get__nodeName(); var _local1 = null; if ((_local6 != undefined) && ((_local6 == "*") || (node.nodeName == _local6))) { if (_local4.filter.length > 0) { _local1 = new mx.xpath.FilterStack(_local4.__get__filter()); _local2 = filterNodes(_local2, _local1); } if (_local2.length > 0) { var _local3 = 1; while (_local3 < _local5.length) { _local4 = _local5[_local3]; _local2 = getAllChildNodesByName(_local2, _local4.__get__nodeName()); if (_local4.filter.length > 0) { _local1 = new mx.xpath.FilterStack(_local4.__get__filter()); } else { _local1 = null; } if ((_local1 != null) && (_local1.exprs.length > 0)) { _local2 = filterNodes(_local2, _local1); } _local3++; } } } else { _local2 = new Array(); } return(_local2); } static function selectSingleNode(node, path) { var _local1 = selectNodeList(node, path); if (_local1.length > 0) { return(_local1[0]); } return(null); } static function setNodeValue(node, path, newValue) { var _local1 = new Array(node); var _local9 = getPathSet(path); var _local7 = _local9[_local9.length - 1].nodeName; if (_local7.charAt(0) == "@") { _local7 = _local7.substring(1, _local7.length); _local9.pop(); } else { _local7 = null; } var _local5 = _local9[0]; var _local11 = _local5.__get__nodeName(); var _local3 = null; if ((_local11 != undefined) && ((_local11 == "*") || (node.nodeName == _local11))) { if (_local5.filter.length > 0) { _local3 = new mx.xpath.FilterStack(_local5.__get__filter()); _local1 = filterNodes(_local1, _local3); } if (_local1.length > 0) { var _local2 = 1; while (_local2 < _local9.length) { _local5 = _local9[_local2]; _local1 = getAllChildNodesByName(_local1, _local5.__get__nodeName()); if (_local5.filter.length > 0) { _local3 = new mx.xpath.FilterStack(_local5.__get__filter()); } else { _local3 = null; } if ((_local3 != null) && (_local3.exprs.length > 0)) { _local1 = filterNodes(_local1, _local3); } _local2++; } } } else { _local1 = new Array(); } var _local4 = null; var _local6 = null; var _local10 = new XML(); var _local2 = 0; while (_local2 < _local1.length) { if (_local7 != null) { _local1[_local2].attributes[_local7] = newValue; } else { _local4 = _local1[_local2]; if ((_local4.firstChild == null) || (_local4.firstChild.nodeType != 3)) { _local6 = _local10.createTextNode(newValue); _local4.appendChild(_local6); } else { _local6 = _local4.firstChild; _local6.nodeValue = newValue; } } _local2++; } return(_local1.length); } static function copyStack(toStk, fromStk) { var _local1 = 0; while (_local1 < fromStk.length) { toStk.splice(_local1, 0, fromStk[_local1]); _local1++; } } static function evalExpr(expr, node) { var _local2 = true; if (expr.__get__attr()) { _local2 = ((expr.__get__value() != null) ? (node.attributes[expr.name] == expr.__get__value()) : (node.attributes[expr.name] != null)); } else { var _local3 = getChildNodeByName(node, expr.__get__name()); if (_local3 != null) { _local2 = ((expr.__get__value() != null) ? (_local3.firstChild.nodeValue == expr.__get__value()) : true); } else { _local2 = false; } } return(_local2); } static function filterNodes(nodeList, stack) { var _local13 = new Array(); var _local2; var _local3; var _local9; var _local6; var _local10; var _local1 = true; var _local4; var _local5; var _local8 = 0; while (_local8 < nodeList.length) { _local5 = true; _local2 = new Array(); _local3 = new Array(); copyStack(_local2, stack.__get__exprs()); copyStack(_local3, stack.__get__ops()); _local4 = nodeList[_local8]; while ((_local2.length > 0) && (_local5)) { if (typeof(_local2[_local2.length - 1]) == "object") { _local9 = _local2.pop(); _local1 = evalExpr(_local9, _local4); } else { _local10 = Boolean(_local2.pop()); _local1 = _local10; } if (_local3.length > 0) { var _local7 = _local2.pop(); _local6 = _local7; switch (_local3[_local3.length - 1]) { case "and" : _local1 = _local1 && (evalExpr(_local6, _local4)); _local5 = _local1; break; case "or" : _local1 = _local1 || (evalExpr(_local6, _local4)); _local5 = !_local1; } _local3.pop(); _local2.push(_local1); } } if (_local1) { _local13.push(_local4); } _local8++; } return(_local13); } static function getAllChildNodesByName(nodeList, name) { var _local5 = new Array(); var _local2; var _local3 = 0; while (_local3 < nodeList.length) { _local2 = nodeList[_local3].childNodes; if (_local2 != null) { var _local1 = 0; while (_local1 < _local2.length) { if ((name == "*") || (_local2[_local1].nodeName == name)) { _local5.push(_local2[_local1]); } _local1++; } } _local3++; } return(_local5); } static function getChildNodeByName(node, nodeName) { var _local2; var _local3 = node.childNodes; var _local1 = 0; while (_local1 < _local3.length) { _local2 = _local3[_local1]; if (_local2.nodeName == nodeName) { return(_local2); } _local1++; } return(null); } static function getKeyValues(node, keySpec) { var _local5 = ""; var _local3 = new mx.utils.StringTokenParser(keySpec); var _local2 = _local3.nextToken(); var _local1; var _local6; while (_local2 != mx.utils.StringTokenParser.tkEOF) { _local1 = _local3.token; _local5 = _local5 + (" " + _local1); if (_local2 == mx.utils.StringTokenParser.tkSymbol) { if (_local1 == "@") { _local2 = _local3.nextToken(); _local1 = _local3.token; if (_local2 == mx.utils.StringTokenParser.tkSymbol) { _local5 = _local5 + (((_local1 + "='") + node.attributes[_local1]) + "'"); } } else if (_local1 == "/") { _local2 = _local3.nextToken(); if (_local2 == mx.utils.StringTokenParser.tkSymbol) { _local1 = _local3.token; node = getChildNodeByName(node, _local1); if (node != null) { _local5 = _local5 + _local1; } } } else if ((((_local1 != "and") && (_local1 != "or")) && (_local1 != "[")) && (_local1 != "]")) { _local6 = getChildNodeByName(node, _local1); if (_local6 != null) { _local5 = _local5 + (("='" + _local6.firstChild.nodeValue) + "'"); } } } if (node == null) { trace(("Invalid keySpec specified. '" + keySpec) + "' Error."); return("ERR"); } _local2 = _local3.nextToken(); } return(_local5.slice(1)); } static function getPath(node, keySpecs) { var _local2 = ""; var _local5 = keySpecs[node.nodeName]; if (_local5 == undefined) { var _local8 = ""; var _local10; for (_local10 in node.attributes) { _local8 = _local8 + (((("@" + _local10) + "='") + node.attributes[_local10]) + "' and "); } var _local7 = ""; var _local1; var _local6; var _local4 = 0; while (_local4 < node.childNodes.length) { _local1 = node.childNodes[_local4]; _local6 = _local1.firstChild.nodeValue; if (_local6 != undefined) { _local7 = _local7 + (((_local1.nodeName + "='") + _local6) + "' and "); } _local4++; } if (_local8.length > 0) { if (_local7.length > 0) { _local2 = (((("/" + node.nodeName) + "[") + _local8) + _local7.substring(0, _local7.length - 4)) + "]"; } else { _local2 = ((("/" + node.nodeName) + "[") + _local8.substring(0, _local8.length - 4)) + "]"; } } else { _local2 = ((("/" + node.nodeName) + "[") + _local7.substring(0, _local7.length - 4)) + "]"; } } else { _local2 = _local2 + (("/" + node.nodeName) + getKeyValues(node, _local5)); } var _local1 = node.parentNode; while (_local1.parentNode != null) { _local5 = keySpecs[_local1.nodeName]; if (_local5 != undefined) { _local2 = (("/" + _local1.nodeName) + getKeyValues(_local1, _local5)) + _local2; } else { _local2 = ("/" + _local1.nodeName) + _local2; } _local1 = _local1.parentNode; } return(_local2); } static function getPathSet(path) { var _local6 = new Array(); var _local4; var _local1; var _local2; var _local5; while (path.length > 0) { _local4 = path.lastIndexOf("/"); _local1 = path.substring(_local4 + 1); _local2 = _local1.indexOf("[", 0); _local5 = ((_local2 >= 0) ? (_local1.substring(_local2 + 1, _local1.length - 1)) : ""); _local1 = ((_local2 >= 0) ? (_local1.substring(0, _local2)) : (_local1)); _local6.splice(0, 0, new mx.xpath.NodePathInfo(_local1, _local5)); path = path.substring(0, _local4); } return(_local6); } }
Symbol 435 MovieClip [__Packages.mx.data.binding.FieldAccessor] Frame 0
class mx.data.binding.FieldAccessor { var component, property, parentObj, fieldName, m_location, type, index, xpath; function FieldAccessor (component, property, parentObj, fieldName, type, index, parentField) { this.component = component; this.property = property; this.parentObj = parentObj; this.fieldName = fieldName; if (component == parentObj) { m_location = undefined; } else if (parentField.m_location == undefined) { m_location = fieldName; } else { m_location = (parentField.m_location + ".") + fieldName; } this.type = type; this.index = index; } function getValue() { var _local2 = getFieldData(); if ((_local2 == null) && (type.value != undefined)) { var _local3 = new mx.data.binding.TypedValue(type.value, "String"); _local3.getDefault = true; component.getField(fieldName).setAnyTypedValue(_local3); _local2 = _local3.value; } if ((isXML(_local2) && (_local2.childNodes.length == 1)) && (_local2.firstChild.nodeType == 3)) { return(_local2.firstChild.nodeValue); } return(_local2); } function setValue(newValue, newTypedValue) { if (newTypedValue.getDefault) { newTypedValue.value = newValue; } else { if (xpath != null) { var _local5 = getFieldData(); if (_local5 != null) { setXMLData(_local5, newValue); } else { _global.__dataLogger.logData(component, "Can't assign to '<property>:<xpath>' because there is no element at the given path", this); } } else if (isXML(parentObj)) { if (type.category == "attribute") { parentObj.attributes[fieldName] = newValue; } else if (type.category == "array") { } else { var _local5 = getOrCreateFieldData(); setXMLData(_local5, newValue); } } else { if (parentObj == null) { _global.__dataLogger.logData(component, "Can't set field '<property>/<location>' because the field doesn't exist", this); } parentObj[fieldName] = newValue; } component.propertyModified(property, (xpath == null) && (parentObj == component), newTypedValue.type); } } static function isActionScriptPath(str) { var _local2 = str.toLowerCase(); var _local3 = "0123456789abcdefghijklmnopqrstuvwxyz_."; var _local1 = 0; while (_local1 < _local2.length) { if (-1 == _local3.indexOf(_local2.charAt(_local1))) { return(false); } _local1++; } return(true); } static function createFieldAccessor(component, property, location, type, mustExist) { if (mustExist && (component[property] == null)) { _global.__dataLogger.logData(component, "Warning: property '<property>' does not exist", {property:property}); return(null); } var _local5 = new mx.data.binding.FieldAccessor(component, property, component, property, type, null, null); if (location == null) { return(_local5); } var _local7 = null; if (location.indices != null) { _local7 = location.indices; location = location.path; } if (typeof(location) == "string") { if (_local7 != null) { _global.__dataLogger.logData(component, "Warning: ignoring index values for property '<property>', path '<location>'", {property:property, location:location}); } if (isActionScriptPath(String(location))) { location = location.split("."); } else { _local5.xpath = location; return(_local5); } } if (location instanceof Array) { var _local3; var _local11 = 0; _local3 = 0; while (_local3 < location.length) { var _local2 = null; var _local4 = location[_local3]; if (_local4 == "[n]") { if (_local7 == null) { _global.__dataLogger.logData(component, "Error: indices for <property>:<location> are null, but [n] appears in the location.", {property:property, location:location}); return(null); } _local2 = _local7[_local11++]; if (_local2 == null) { _global.__dataLogger.logData(component, "Error: not enough index values for <property>:<location>", {property:property, location:location}); return(null); } } _local5 = _local5.getChild(_local4, _local2, mustExist); _local3++; } if (mustExist && (_local5.getValue() == null)) { _global.__dataLogger.logData(component, "Warning: field <property>:<m_location> does not exist, or is null", _local5); } return(_local5); } trace("unrecognized location: " + mx.data.binding.ObjectDumper.toString(location)); return(null); } function getFieldAccessor() { return(this); } function getChild(childName, index, mustExist) { if (childName == ".") { return(this); } var _local2 = getOrCreateFieldData(mustExist); if (_local2 == null) { return(null); } var _local4 = findElementType(type, childName); return(new mx.data.binding.FieldAccessor(component, property, _local2, childName, _local4, index, this)); } function getOrCreateFieldData(mustExist) { var _local3 = getFieldData(); if (_local3 == null) { if (mustExist) { _global.__dataLogger.logData(component, "Warning: field <property>:<m_location> does not exist", this); } else { setupComplexField(); _local3 = getFieldData(); } } return(_local3); } function evaluateSubPath(obj, type) { var path = type.path; if (isActionScriptPath(path)) { var tokens = path.split("."); var i = 0; while (i < tokens.length) { var token = tokens[i]; if (isXML(obj)) { obj = obj.firstChild; while (obj != null) { if (toLocalName(obj.nodeName) == token) { break; } obj = obj.nextSibling; } } else { obj = obj[token]; } if (obj == null) { _global.__dataLogger.logData(component, "Warning: path '<path>' evaluates to null, at '<token>' in <t.property>:<t.m_location>", {path:path, token:token, t:this}); break; } i++; } } else if (isXML(obj)) { if (path.charAt(0) != "/") { path = "/" + path; } path = toLocalName(obj.nodeName) + path; var category = ((type.category != null) ? (type.category) : (((type.elements.length > 0) ? "complex" : "simple"))); if ((category == "simple") || (category == "attribute")) { obj = eval ("obj" + mx.xpath.XPathAPI.getEvalString(obj, path)); } else if (category == "complex") { obj = mx.xpath.XPathAPI.selectSingleNode(obj, path); } else if (category == "array") { obj = mx.xpath.XPathAPI.selectNodeList(obj, path); } } else { _global.__dataLogger.logData(component, "Error: path '<path>' is an XPath. It cannot be applied to non-XML data <t.property>:<t.m_location>", {path:path, t:this}); } return(obj); } function getFieldData() { if (xpath != null) { var _local4 = parentObj[fieldName].firstChild; while ((_local4 != null) && (_local4.nodeType != 1)) { _local4 = _local4.nextSibling; } var _local8 = mx.xpath.XPathAPI.selectSingleNode(_local4, xpath); return(_local8); } if (isXML(parentObj)) { if (type.path != null) { return(evaluateSubPath(parentObj, type)); } if (type.category == "attribute") { return(parentObj.attributes[fieldName]); } var _local3 = parentObj.firstChild; if (type.category == "array") { var _local5 = new Array(); while (_local3 != null) { if (toLocalName(_local3.nodeName) == fieldName) { _local5.push(_local3); } _local3 = _local3.nextSibling; } return(_local5); } while (_local3 != null) { if (toLocalName(_local3.nodeName) == fieldName) { return(_local3); } _local3 = _local3.nextSibling; } return(null); } if (fieldName == "[n]") { var _local6; if (index.component != null) { var _local7 = index.component.getField(index.property, index.location); _local6 = _local7.getAnyTypedValue(["Number"]); _local6 = _local6.value; } else { _local6 = index.constant; } var _local9 = Number(_local6); if (typeof(_local6) == "undefined") { _global.__dataLogger.logData(component, "Error: index specification '<index>' was not supplied, or incorrect, for <t.property>:<t.m_location>", {index:_local9, t:this}); return(null); } if (_local9.toString() == "NaN") { _global.__dataLogger.logData(component, "Error: index value '<index>' for <t.property>:<t.m_location> is not a number", {index:_local9, t:this}); return(null); } if (!(parentObj instanceof Array)) { _global.__dataLogger.logData(component, "Error: indexed field <property>:<m_location> is not an array", this); return(null); } if ((_local9 < 0) || (_local9 >= parentObj.length)) { _global.__dataLogger.logData(component, "Error: index '<index>' for <t.property>:<t.m_location> is out of bounds", {index:_local9, t:this}); return(null); } _global.__dataLogger.logData(component, "Accessing item [<index>] of <t.property>:<t.m_location>", {index:_local9, t:this}); return(parentObj[_local9]); } if (type.path != null) { return(evaluateSubPath(parentObj, type)); } return(parentObj[fieldName]); } static function setXMLData(obj, newValue) { while (obj.hasChildNodes()) { obj.firstChild.removeNode(); } var _local2 = xmlNodeFactory.createTextNode(newValue); obj.appendChild(_local2); } function setupComplexField() { var _local2; if (isXML(parentObj)) { _local2 = xmlNodeFactory.createElement(fieldName); parentObj.appendChild(_local2); } else if (dataIsXML()) { parentObj[fieldName] = new XML(); } else { parentObj[fieldName] = new Object(); } } static function findElementType(type, name) { var _local1 = 0; while (_local1 < type.elements.length) { if (type.elements[_local1].name == name) { return(type.elements[_local1].type); } _local1++; } return(null); } function isXML(obj) { return(obj instanceof XMLNode); } function dataIsXML() { return(type.name == "XML"); } static function accessField(component, fieldName, desiredTypes) { var _local1; _local1 = desiredTypes[fieldName]; if (_local1 == null) { _local1 = desiredTypes.dflt; } if (_local1 == null) { _local1 = desiredTypes; } var _local4 = component.createField("data", [fieldName]); var _local2 = _local4.getAnyTypedValue([_local1]); return(_local2.value); } static function ExpandRecord(obj, objectType, desiredTypes) { var _local4 = new Object(); mx.data.binding.ComponentMixins.initComponent(_local4); _local4.data = obj; _local4.__schema = {elements:[{name:"data", type:objectType}]}; var _local2 = new Object(); if (objectType.elements.length > 0) { var _local3 = 0; while (_local3 < objectType.elements.length) { var _local10 = objectType.elements[_local3].name; _local2[_local10] = accessField(_local4, _local10, desiredTypes); _local3++; } } else if ((obj instanceof XML) || (obj instanceof XMLNode)) { if ((obj.childNodes.length == 1) && (obj.firstChild.nodeType == 3)) { return(obj.firstChild.nodeValue); } var _local5 = obj.lastChild; while (_local5 != null) { var _local10 = toLocalName(_local5.nodeName); if ((_local10 != null) && (_local2[_local10] == null)) { _local2[_local10] = accessField(_local4, _local10, desiredTypes); } _local5 = _local5.previousSibling; } for (var _local10 in obj.attributes) { if (_local2[_local10] != null) { _global.__dataLogger.logData(null, "Warning: attribute '<name>' has same name as an element, in XML object <obj>", {name:_local10, obj:obj}); } _local2[_local10] = accessField(_local4, _local10, desiredTypes); } } else { if (typeof(obj) != "object") { return(obj); } for (var _local10 in obj) { _local2[_local10] = accessField(_local4, _local10, desiredTypes); } } return(_local2); } static function wrapArray(theArray, itemType, desiredTypes) { var _local4 = {getItemAt:function (index) { var _local2 = this.data[index]; if (_local2 == undefined) { return(undefined); } var _local3 = mx.data.binding.FieldAccessor.ExpandRecord(_local2, this.type, desiredTypes); return(_local3); }, getItemID:function (index) { return(index); }, data:theArray, type:itemType, length:theArray.length}; return(_local4); } static function toLocalName(nodeName) { var _local1 = nodeName.split(":"); var _local2 = _local1[_local1.length - 1]; return(_local2); } static var xmlNodeFactory = new XML(); }
Symbol 436 MovieClip [__Packages.mx.data.kinds.Data] Frame 0
class mx.data.kinds.Data extends mx.data.binding.DataAccessor { var component, property, location; function Data () { super(); } function getTypedValue(requestedType) { var _local5; var _local3 = getFieldAccessor().getValue(); var _local2; if (_local3 instanceof Array) { _local2 = "Array"; } else if ((_local3 instanceof XMLNode) || (_local3 instanceof XMLNode)) { _local2 = "XML"; } else { var _local4 = typeof(_local3); _local2 = _local4.charAt(0).toUpperCase() + _local4.slice(1); } if (requestedType != _local2) { _local2 = null; } _local5 = new mx.data.binding.TypedValue(_local3, _local2, null); return(_local5); } function getGettableTypes() { return(null); } function setTypedValue(newValue) { getFieldAccessor().setValue(newValue.value, newValue); return(null); } function getSettableTypes() { return(null); } function getFieldAccessor() { return(component.createFieldAccessor(property, location, false)); } }
Symbol 437 MovieClip [__Packages.mx.data.binding.DataType] Frame 0
class mx.data.binding.DataType extends mx.data.binding.DataAccessor { var errorArray, type, kind, dataAccessor, encoder, formatter, getAnyTypedValue, setAnyTypedValue, component, location, property; function DataType () { super(); errorArray = null; } function setupDataAccessor(component, property, location) { super.setupDataAccessor(component, property, location); type = component.findSchema(property, location); if (type.kind != undefined) { kind = mx.data.binding.Binding.getRuntimeObject(type.kind); } else { kind = new mx.data.kinds.Data(); } kind.setupDataAccessor(component, property, location); dataAccessor = kind; if (type.encoder != undefined) { encoder = mx.data.binding.Binding.getRuntimeObject(type.encoder); encoder.setupDataAccessor(component, property, location); encoder.dataAccessor = dataAccessor; dataAccessor = encoder; } if (type.formatter != undefined) { formatter = mx.data.binding.Binding.getRuntimeObject(type.formatter); formatter.setupDataAccessor(component, property, location); formatter.dataAccessor = dataAccessor; } } function getAsBoolean() { var _local2 = getAnyTypedValue(["Boolean"]); return(_local2.value); } function getAsNumber() { var _local2 = getAnyTypedValue(["Number"]); return(_local2.value); } function getAsString() { var _local2 = getAnyTypedValue(["String"]); return(_local2.value); } function setAsBoolean(newValue) { setAnyTypedValue(new mx.data.binding.TypedValue(newValue, "Boolean")); } function setAsNumber(newValue) { setAnyTypedValue(new mx.data.binding.TypedValue(newValue, "Number")); } function setAsString(newValue) { setAnyTypedValue(new mx.data.binding.TypedValue(newValue, "String")); } function validationError(errorMessage) { if (errorArray == null) { errorArray = new Array(); } errorArray.push(errorMessage); } function validate(value) { } function getTypedValue(requestedType) { var _local2; if ((requestedType == "String") && (formatter != null)) { _local2 = formatter.getTypedValue(requestedType); } else { _local2 = dataAccessor.getTypedValue(requestedType); if (_local2.type == null) { _local2.type = type; } if (_local2.typeName == null) { _local2.typeName = type.name; } } if ((_local2.typeName != requestedType) && (requestedType != null)) { _local2 = null; } return(_local2); } function getGettableTypes() { var _local2 = new Array(); var _local3 = gettableTypes(); if (_local3 != null) { _local2 = _local2.concat(_local3); } if (type.name != null) { _local2 = _local2.concat(type.name); } if (formatter != null) { _local2 = _local2.concat(formatter.getGettableTypes()); } if (_local2.length == 0) { return(null); } return(_local2); } function setTypedValue(newValue) { if ((newValue.typeName == "String") && (formatter != null)) { return(formatter.setTypedValue(newValue)); } var _local3 = dataAccessor.getSettableTypes(); if ((_local3 == null) || (-1 != mx.data.binding.DataAccessor.findString(newValue.typeName, _local3))) { return(dataAccessor.setTypedValue(newValue)); } return(["Can't set a value of type " + newValue.typeName]); } function getSettableTypes() { var _local2 = new Array(); var _local3 = settableTypes(); if (_local3 != null) { _local2 = _local2.concat(_local3); } if (type.name != null) { _local2 = _local2.concat(type.name); } if (formatter != null) { _local2 = _local2.concat(formatter.getSettableTypes()); } if (_local2.length == 0) { return(null); } return(_local2); } function gettableTypes() { return(dataAccessor.getGettableTypes()); } function settableTypes() { return(dataAccessor.getSettableTypes()); } function validateAndNotify(returnData, noEvent, initialMessages) { var _local4 = false; errorArray = null; for (var _local6 in initialMessages) { validationError(initialMessages[_local6]); _local4 = true; } var _local7 = getTypedValue(); if ((_local7.value == null) || (_local7.value == "")) { if (type.required == false) { _global.__dataLogger.logData(component, "Validation of null value succeeded because field '<property>/<m_location>' is not required", this); } else { var _local8 = ((location == null) ? "" : (":" + String(location))); validationError((("Required item '" + property) + _local8) + "' is missing"); _local4 = true; } } else { validate(_local7.value); _local4 = true; } if (_local4 && (noEvent != true)) { var _local5 = new Object(); _local5.type = ((errorArray == null) ? "valid" : "invalid"); _local5.property = property; _local5.location = location; _local5.messages = errorArray; component.dispatchEvent(_local5); returnData.event = _local5; } return(errorArray); } }
Symbol 438 MovieClip [__Packages.mx.data.binding.EndPoint] Frame 0
class mx.data.binding.EndPoint { function EndPoint () { } }
Symbol 439 MovieClip [__Packages.mx.data.binding.Log] Frame 0
class mx.data.binding.Log { var level, name; function Log (logLevel, logName) { level = ((logLevel == undefined) ? (BRIEF) : (logLevel)); name = ((name == undefined) ? "" : (name)); } function logInfo(msg, level) { if (level == undefined) { level = BRIEF; } onLog((((getDateString() + " ") + name) + ": ") + mx.data.binding.ObjectDumper.toString(msg)); } function logData(target, message, info, level) { if (level == undefined) { level = VERBOSE; } var _local6 = ((name.length > 0) ? ((" " + name) + ": ") : " "); var _local4 = ((target == null) ? "" : (target + ": ")); if (_local4.indexOf("_level0.") == 0) { _local4 = _local4.substr(8); } var _local3 = ((getDateString() + _local6) + _local4) + substituteIntoString(message, info, 50); if (showDetails && (info != null)) { _local3 = _local3 + ("\n " + mx.data.binding.ObjectDumper.toString(info)); } else { var _local2 = 0; while (_local2 < nestLevel) { _local3 = " " + _local3; _local2++; } } onLog(_local3); } function onLog(message) { trace(message); } function getDateString() { var _local1 = new Date(); return(((((((((_local1.getMonth() + 1) + "/") + _local1.getDate()) + " ") + _local1.getHours()) + ":") + _local1.getMinutes()) + ":") + _local1.getSeconds()); } static function substituteIntoString(message, info, maxlen, rawDataType) { var _local9 = ""; if (info == null) { return(message); } var _local11 = message.split("<"); if (_local11 == null) { return(message); } _local9 = _local9 + _local11[0]; var _local7 = 1; while (_local7 < _local11.length) { var _local8 = _local11[_local7].split(">"); var _local5 = _local8[0].split("."); var _local1 = info; var _local4 = rawDataType; var _local3 = 0; while (_local3 < _local5.length) { var _local2 = _local5[_local3]; if (_local2 != "") { _local4 = mx.data.binding.FieldAccessor.findElementType(_local4, _local2); var _local6 = new mx.data.binding.FieldAccessor(null, null, _local1, _local2, _local4, null, null); _local1 = _local6.getValue(); } _local3++; } if (typeof(_local1) != "string") { _local1 = mx.data.binding.ObjectDumper.toString(_local1); } if (_local1.indexOf("_level0.") == 0) { _local1 = _local1.substr(8); } if ((maxlen != null) && (_local1.length > maxlen)) { _local1 = _local1.substr(0, maxlen) + "..."; } _local9 = _local9 + _local1; _local9 = _local9 + _local8[1]; _local7++; } var _local14 = _local9.split("&gt;"); _local9 = _local14.join(">"); _local14 = _local9.split("&lt;"); _local9 = _local14.join("<"); return(_local9); } static var NONE = -1; static var BRIEF = 0; static var VERBOSE = 1; static var DEBUG = 2; static var INFO = 2; static var WARNING = 1; static var ERROR = 0; var showDetails = false; var nestLevel = 0; }
Symbol 440 MovieClip [__Packages.mx.utils.ClassFinder] Frame 0
class mx.utils.ClassFinder { function ClassFinder () { } static function findClass(fullClassName) { if (fullClassName == null) { return(null); } var _local3 = _global; var _local4 = fullClassName.split("."); var _local2 = 0; while (_local2 < _local4.length) { _local3 = _local3[_local4[_local2]]; _local2++; } if (_local3 == null) { _global.__dataLogger.logData(null, "Could not find class '<classname>'", {classname:fullClassName}, mx.data.binding.Log.BRIEF); } return(_local3); } }
Symbol 441 MovieClip [__Packages.mx.data.binding.Formatter] Frame 0
class mx.data.binding.Formatter extends mx.data.binding.DataAccessor { function Formatter () { super(); } }
Symbol 442 MovieClip [__Packages.mx.data.binding.CustomFormatter] Frame 0
class mx.data.binding.CustomFormatter { function CustomFormatter () { } function format(rawValue) { } function unformat(formattedValue) { } }
Symbol 443 MovieClip [__Packages.mx.data.binding.CustomValidator] Frame 0
class mx.data.binding.CustomValidator { var field; function CustomValidator () { } function validate(value) { } function validationError(message) { field.validationError(message); } }
Symbol 444 MovieClip [__Packages.mx.data.binding.DateBase] Frame 0
class mx.data.binding.DateBase extends mx.data.binding.DataAccessor { var dataAccessor; function DateBase () { super(); } function internalToExternal(rawValue) { return(null); } function externalToInternal(value) { return(null); } function externalTypeName() { return(null); } function internalTypeName() { return(null); } function getTypedValue(requestedType) { var _local3; if ((requestedType == externalTypeName()) || (requestedType == null)) { var _local4 = dataAccessor.getTypedValue(null); var _local2 = internalToExternal(_local4.value); _local3 = new mx.data.binding.TypedValue(_local2, "String"); } return(_local3); } function getGettableTypes() { return([externalTypeName()]); } function setTypedValue(newValue) { if ((newValue.typeName == externalTypeName()) || (newValue.typeName == null)) { var _local4 = externalToInternal(newValue.value); var _local3; if (!_local4) { _local3 = [mx.data.binding.DataAccessor.conversionFailed(newValue, internalTypeName())]; } var _local5 = dataAccessor.setTypedValue(new mx.data.binding.TypedValue(_local4, internalTypeName())); if (_local3) { return(_local3); } return(_local5); } return([mx.data.binding.DataAccessor.conversionFailed(newValue, internalTypeName())]); } function getSettableTypes() { return([externalTypeName()]); } static function extractTokenDate(value, tokenInfo) { var _local1 = ""; switch (tokenInfo.token) { case "M" : var _local5 = value.getMonth() + 1; if (_local5 < 10) { _local1 = _local1 + "0"; } _local1 = _local1 + _local5.toString(); return(_local1); case "Y" : var _local6 = value.getFullYear().toString(); if ((tokenInfo.end - tokenInfo.begin) < 3) { return(_local6.substr(2)); } return(_local6); case "D" : var _local3 = value.getDate(); if (_local3 < 10) { _local1 = _local1 + "0"; } _local1 = _local1 + _local3.toString(); return(_local1); case "H" : var _local8 = value.getHours(); if (_local8 < 10) { _local1 = _local1 + "0"; } _local1 = _local1 + _local8.toString(); return(_local1); case "N" : var _local7 = value.getMinutes(); if (_local7 < 10) { _local1 = _local1 + "0"; } _local1 = _local1 + _local7.toString(); return(_local1); case "S" : var _local4 = value.getSeconds(); if (_local4 < 10) { _local1 = _local1 + "0"; } _local1 = _local1 + _local4.toString(); return(_local1); } } static function infuseTokenDate(tkData, tk, value) { switch (tk.token) { case "M" : value.setMonth(Number(tkData) - 1); break; case "D" : value.setDate(Number(tkData)); break; case "Y" : value.setYear(Number(tkData)); break; case "H" : value.setHours(Number(tkData)); break; case "N" : value.setMinutes(Number(tkData)); break; case "S" : value.setSeconds(Number(tkData)); } } }
Symbol 445 MovieClip [__Packages.mx.data.binding.Encoder] Frame 0
class mx.data.binding.Encoder extends mx.data.binding.DataAccessor { function Encoder () { super(); } }
Symbol 446 MovieClip [__Packages.mx.data.binding.Kind] Frame 0
class mx.data.binding.Kind extends mx.data.binding.DataAccessor { function Kind () { super(); } }
Symbol 447 MovieClip [__Packages.mx.utils.Iterator] Frame 0
interface mx.utils.Iterator{}
Symbol 448 MovieClip [__Packages.mx.utils.Collection] Frame 0
interface mx.utils.Collection{}
Symbol 449 MovieClip [__Packages.mx.utils.IteratorImpl] Frame 0
class mx.utils.IteratorImpl { var _collection, _cursor; function IteratorImpl (coll) { _collection = coll; _cursor = 0; } function hasNext() { return(_cursor < _collection.getLength()); } function next() { return(_collection.getItemAt(_cursor++)); } }
Symbol 450 MovieClip [__Packages.mx.utils.CollectionImpl] Frame 0
class mx.utils.CollectionImpl extends Object { var _items; function CollectionImpl () { super(); _items = new Array(); } function addItem(item) { var _local2 = false; if (item != null) { _items.push(item); _local2 = true; } return(_local2); } function clear() { _items = new Array(); } function contains(item) { return(internalGetItem(item) > -1); } function getItemAt(index) { return(_items[index]); } function getIterator() { return(new mx.utils.IteratorImpl(this)); } function getLength() { return(_items.length); } function isEmpty() { return(_items.length == 0); } function removeItem(item) { var _local2 = false; var _local3 = internalGetItem(item); if (_local3 > -1) { _items.splice(_local3, 1); _local2 = true; } return(_local2); } function internalGetItem(item) { var _local3 = -1; var _local2 = 0; while (_local2 < _items.length) { if (_items[_local2] == item) { _local3 = _local2; break; } _local2++; } return(_local3); } }
Symbol 451 MovieClip [__Packages.mx.utils.StringFormatter] Frame 0
class mx.utils.StringFormatter { var __extractToken, __infuseToken, __tokenInfo, __format; function StringFormatter (format, tokens, extractTokenFunc, infuseTokenFunc) { setFormat(format, tokens); __extractToken = extractTokenFunc; __infuseToken = infuseTokenFunc; } function extractValue(formattedData, result) { var _local3 = null; var _local2 = 0; while (_local2 < __tokenInfo.length) { _local3 = __tokenInfo[_local2]; __infuseToken(formattedData.substring(_local3.begin, _local3.end), _local3, result); _local2++; } } function formatValue(value) { var _local3 = __tokenInfo[0]; var _local5 = __format.substring(0, _local3.begin) + __extractToken(value, _local3); var _local4 = _local3; var _local2 = 1; while (_local2 < __tokenInfo.length) { _local3 = __tokenInfo[_local2]; _local5 = _local5 + (__format.substring(_local4.end, _local3.begin) + __extractToken(value, _local3)); _local4 = _local3; _local2++; } return(_local5); } function getFormat() { return(__format); } function setFormat(format, tokens) { function compareValues(a, b) { if (a.begin < b.begin) { return(-1); } if (a.begin > b.begin) { return(1); } return(0); } if (format != __format) { __format = format; var _local5 = tokens.split(","); __tokenInfo = new Array(); var _local4 = 0; var _local3 = 0; var _local7 = 0; var _local2 = 0; while (_local2 < _local5.length) { _local4 = format.indexOf(_local5[_local2]); if ((_local4 >= 0) && (_local4 < format.length)) { _local3 = format.lastIndexOf(_local5[_local2]); _local3 = ((_local3 >= 0) ? (_local3 + 1) : (_local4 + 1)); __tokenInfo.splice(_local7, 0, {token:_local5[_local2], begin:_local4, end:_local3}); _local7++; } _local2++; } __tokenInfo.sort(compareValues); } } }
Symbol 452 MovieClip [__Packages.mx.controls.ComboBase] Frame 0
class mx.controls.ComboBase extends mx.core.UIComponent { var getValue, tabEnabled, tabChildren, boundingBox_mc, downArrow_mc, createClassObject, onDownArrow, border_mc, __border, text_mc, focusTextField, __width, __height, getFocusManager, __get__height, height, _parent; function ComboBase () { super(); getValue = _getValue; } function init() { super.init(); tabEnabled = !_editable; tabChildren = _editable; boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } function createChildren() { var _local3 = new Object(); _local3.styleName = this; if (downArrow_mc == undefined) { _local3.falseUpSkin = downArrowUpName; _local3.falseOverSkin = downArrowOverName; _local3.falseDownSkin = downArrowDownName; _local3.falseDisabledSkin = downArrowDisabledName; _local3.validateNow = true; _local3.tabEnabled = false; createClassObject(mx.controls.SimpleButton, "downArrow_mc", 19, _local3); downArrow_mc.buttonDownHandler = onDownArrow; downArrow_mc.useHandCursor = false; downArrow_mc.onPressWas = downArrow_mc.onPress; downArrow_mc.onPress = function () { this.trackAsMenuWas = this.trackAsMenu; this.trackAsMenu = true; if (!this._editable) { this._parent.text_mc.trackAsMenu = this.trackAsMenu; } this.onPressWas(); }; downArrow_mc.onDragOutWas = downArrow_mc.onDragOut; downArrow_mc.onDragOut = function () { this.trackAsMenuWas = this.trackAsMenu; this.trackAsMenu = false; if (!this._editable) { this._parent.text_mc.trackAsMenu = this.trackAsMenu; } this.onDragOutWas(); }; downArrow_mc.onDragOverWas = downArrow_mc.onDragOver; downArrow_mc.onDragOver = function () { this.trackAsMenu = this.trackAsMenuWas; if (!this._editable) { this._parent.text_mc.trackAsMenu = this.trackAsMenu; } this.onDragOverWas(); }; } if (border_mc == undefined) { _local3.tabEnabled = false; createClassObject(_global.styles.rectBorderClass, "border_mc", 17, _local3); border_mc.move(0, 0); __border = border_mc; } _local3.borderStyle = "none"; _local3.readOnly = !_editable; _local3.tabEnabled = _editable; if (text_mc == undefined) { createClassObject(mx.controls.TextInput, "text_mc", 18, _local3); text_mc.move(0, 0); text_mc.addEnterEvents(); text_mc.enterHandler = _enterHandler; text_mc.changeHandler = _changeHandler; text_mc.oldOnSetFocus = text_mc.onSetFocus; text_mc.onSetFocus = function () { this.oldOnSetFocus(); this._parent.onSetFocus(); }; text_mc.__set__restrict("^\x1B"); text_mc.oldOnKillFocus = text_mc.onKillFocus; text_mc.onKillFocus = function (n) { this.oldOnKillFocus(n); this._parent.onKillFocus(n); }; text_mc.drawFocus = function (b) { this._parent.drawFocus(b); }; delete text_mc.borderStyle; } focusTextField = text_mc; text_mc.owner = this; layoutChildren(__width, __height); } function onKillFocus() { super.onKillFocus(); Key.removeListener(text_mc); getFocusManager().defaultPushButtonEnabled = true; } function onSetFocus() { super.onSetFocus(); getFocusManager().defaultPushButtonEnabled = false; Key.addListener(text_mc); } function setFocus() { if (_editable) { Selection.setFocus(text_mc); } else { Selection.setFocus(this); } } function setSize(w, h, noEvent) { super.setSize(w, ((h == undefined) ? (__get__height()) : (h)), noEvent); } function setEnabled(enabledFlag) { super.setEnabled(enabledFlag); downArrow_mc.enabled = enabledFlag; text_mc.enabled = enabledFlag; } function setEditable(e) { _editable = e; if (wrapDownArrowButton == false) { if (e) { border_mc.borderStyle = "inset"; text_mc.borderStyle = "inset"; symbolName = "ComboBox"; invalidateStyle(); } else { border_mc.borderStyle = "comboNonEdit"; text_mc.borderStyle = "dropDown"; symbolName = "DropDown"; invalidateStyle(); } } tabEnabled = !e; tabChildren = e; text_mc.tabEnabled = e; if (e) { delete text_mc.onPress; delete text_mc.onRelease; delete text_mc.onReleaseOutside; delete text_mc.onDragOut; delete text_mc.onDragOver; delete text_mc.onRollOver; delete text_mc.onRollOut; } else { text_mc.onPress = function () { this._parent.downArrow_mc.onPress(); }; text_mc.onRelease = function () { this._parent.downArrow_mc.onRelease(); }; text_mc.onReleaseOutside = function () { this._parent.downArrow_mc.onReleaseOutside(); }; text_mc.onDragOut = function () { this._parent.downArrow_mc.onDragOut(); }; text_mc.onDragOver = function () { this._parent.downArrow_mc.onDragOver(); }; text_mc.onRollOver = function () { this._parent.downArrow_mc.onRollOver(); }; text_mc.onRollOut = function () { this._parent.downArrow_mc.onRollOut(); }; text_mc.useHandCursor = false; } } function get editable() { return(_editable); } function set editable(e) { setEditable(e); //return(editable); } function _getValue() { return((_editable ? (text_mc.getText()) : (DSgetValue()))); } function draw() { downArrow_mc.draw(); border_mc.draw(); } function size() { layoutChildren(__width, __height); } function setTheme(t) { downArrowUpName = (t + "downArrow") + "Up_mc"; downArrowDownName = (t + "downArrow") + "Down_mc"; downArrowDisabledName = (t + "downArrow") + "Disabled_mc"; } function get text() { return(text_mc.getText()); } function set text(t) { setText(t); //return(text); } function setText(t) { text_mc.setText(t); } function get textField() { return(text_mc); } function invalidateStyle() { downArrow_mc.invalidateStyle(); text_mc.invalidateStyle(); border_mc.invalidateStyle(); } function layoutChildren(w, h) { if (downArrow_mc == undefined) { return(undefined); } if (wrapDownArrowButton) { var _local2 = border_mc.__get__borderMetrics(); downArrow_mc._width = (downArrow_mc._height = (h - _local2.top) - _local2.bottom); downArrow_mc.move((w - downArrow_mc._width) - _local2.right, _local2.top); border_mc.setSize(w, h); text_mc.setSize(w - downArrow_mc._width, h); } else { downArrow_mc.move(w - downArrow_mc._width, 0); border_mc.setSize(w - downArrow_mc.width, h); text_mc.setSize(w - downArrow_mc._width, h); downArrow_mc._height = height; } } function _changeHandler(obj) { } function _enterHandler(obj) { var _local2 = _parent; obj.target = _local2; _local2.dispatchEvent(obj); } static var mixIt1 = mx.controls.listclasses.DataSelector.Initialize(mx.controls.ComboBase); static var symbolName = "ComboBase"; static var symbolOwner = mx.controls.ComboBase; static var version = "2.0.0.360"; var _editable = false; var downArrowUpName = "ScrollDownArrowUp"; var downArrowDownName = "ScrollDownArrowDown"; var downArrowOverName = "ScrollDownArrowOver"; var downArrowDisabledName = "ScrollDownArrowDisabled"; var wrapDownArrowButton = true; var DSgetValue = mx.controls.listclasses.DataSelector.prototype.getValue; var multipleSelection = false; }
Symbol 453 MovieClip [__Packages.mx.controls.ComboBox] Frame 0
class mx.controls.ComboBox extends mx.controls.ComboBase { var __set__editable, editable, __labels, data, __dropdownWidth, __width, _editable, selectedIndex, __dropdown, dataProvider, __labelFunction, createObject, border_mc, mask, text_mc, dispatchValueChangedEvent, getValue, length, selectedItem, _y, isPressed, __set__visible, height, localToGlobal, __get__height, getStyle, dispatchEvent, _parent, owner, width, __dataProvider, selected; function ComboBox () { super(); } function init() { super.init(); } function createChildren() { super.createChildren(); __set__editable(editable); if (__labels.length > 0) { var _local6 = new Array(); var _local3 = 0; while (_local3 < labels.length) { _local6.addItem({label:labels[_local3], data:data[_local3]}); _local3++; } setDataProvider(_local6); } dropdownWidth = (((typeof(__dropdownWidth) == "number") ? (__dropdownWidth) : (__width))); if (!_editable) { selectedIndex = 0; } initializing = false; } function onKillFocus(n) { if (_showingDropdown && (n != null)) { displayDropdown(false); } super.onKillFocus(); } function getDropdown() { if (initializing) { return(undefined); } if (!hasDropdown()) { var _local3 = new Object(); _local3.styleName = this; if (dropdownBorderStyle != undefined) { _local3.borderStyle = dropdownBorderStyle; } _local3._visible = false; __dropdown = mx.managers.PopUpManager.createPopUp(this, mx.controls.List, false, _local3, true); __dropdown.scroller.mask.removeMovieClip(); if (dataProvider == undefined) { dataProvider = new Array(); } __dropdown.setDataProvider(dataProvider); __dropdown.selectMultiple = false; __dropdown.rowCount = __rowCount; __dropdown.selectedIndex = selectedIndex; __dropdown.vScrollPolicy = "auto"; __dropdown.labelField = __labelField; __dropdown.labelFunction = __labelFunction; __dropdown.owner = this; __dropdown.changeHandler = _changeHandler; __dropdown.scrollHandler = _scrollHandler; __dropdown.itemRollOverHandler = _itemRollOverHandler; __dropdown.itemRollOutHandler = _itemRollOutHandler; __dropdown.resizeHandler = _resizeHandler; __dropdown.mouseDownOutsideHandler = function (eventObj) { if (this.owner.hitTest(_root._xmouse, _root._ymouse, false)) { } else if ((!this.wrapDownArrowButton) && (this.owner.downArrow_mc.hitTest(_root._xmouse, _root._ymouse, false))) { } else { this.owner.displayDropdown(false); } }; __dropdown.onTweenUpdate = function (v) { this._y = v; }; __dropdown.setSize(__dropdownWidth, __dropdown.height); createObject("BoundingBox", "mask", 20); mask._y = border_mc.height; mask._width = __dropdownWidth; mask._height = __dropdown.height; mask._visible = false; __dropdown.setMask(mask); } return(__dropdown); } function setSize(w, h, noEvent) { super.setSize(w, h, noEvent); __dropdownWidth = w; __dropdown.rowHeight = h; __dropdown.setSize(__dropdownWidth, __dropdown.height); } function setEditable(e) { super.setEditable(e); if (e) { text_mc.setText(""); } else { text_mc.setText(selectedLabel); } } function get labels() { return(__labels); } function set labels(lbls) { __labels = lbls; setDataProvider(lbls); //return(labels); } function getLabelField() { return(__labelField); } function get labelField() { return(getLabelField()); } function setLabelField(s) { __dropdown.labelField = (__labelField = s); text_mc.setText(selectedLabel); } function set labelField(s) { setLabelField(s); //return(labelField); } function getLabelFunction() { return(__labelFunction); } function get labelFunction() { return(getLabelFunction()); } function set labelFunction(f) { __dropdown.labelFunction = (__labelFunction = f); text_mc.setText(selectedLabel); //return(labelFunction); } function setSelectedItem(v) { super.setSelectedItem(v); __dropdown.selectedItem = v; text_mc.setText(selectedLabel); } function setSelectedIndex(v) { super.setSelectedIndex(v); __dropdown.selectedIndex = v; text_mc.setText(selectedLabel); dispatchValueChangedEvent(getValue()); } function setRowCount(count) { if (isNaN(count)) { return(undefined); } __rowCount = count; __dropdown.setRowCount(count); } function get rowCount() { return(Math.max(1, Math.min(length, __rowCount))); } function set rowCount(v) { setRowCount(v); //return(rowCount); } function setDropdownWidth(w) { __dropdownWidth = w; __dropdown.setSize(w, __dropdown.height); } function get dropdownWidth() { return(__dropdownWidth); } function set dropdownWidth(v) { setDropdownWidth(v); //return(dropdownWidth); } function get dropdown() { return(getDropdown()); } function setDataProvider(dp) { super.setDataProvider(dp); __dropdown.setDataProvider(dp); if (!_editable) { selectedIndex = 0; } } function open() { displayDropdown(true); } function close() { displayDropdown(false); } function get selectedLabel() { var _local2 = selectedItem; if (_local2 == undefined) { return(""); } if (labelFunction != undefined) { return(labelFunction(_local2)); } if (typeof(_local2) != "object") { return(_local2); } if (_local2[labelField] != undefined) { return(_local2[labelField]); } if (_local2.label != undefined) { return(_local2.label); } var _local3 = " "; for (var _local4 in _local2) { if (_local4 != "__ID__") { _local3 = (_local2[_local4] + ", ") + _local3; } } _local3 = _local3.substring(0, _local3.length - 3); return(_local3); } function hasDropdown() { return((__dropdown != undefined) && (__dropdown.valueOf() != undefined)); } function tweenEndShow(value) { _y = value; isPressed = true; } function tweenEndHide(value) { _y = value; __set__visible(false); } function displayDropdown(show) { if (show == _showingDropdown) { return(undefined); } var _local3 = new Object(); _local3.x = 0; _local3.y = height; localToGlobal(_local3); if (show) { getDropdown(); var _local2 = __dropdown; _local2.isPressed = true; _local2.rowCount = rowCount; _local2.visible = show; _local2.onTweenEnd = tweenEndShow; var _local5; var _local8; if ((_local3.y + _local2.height) > Stage.height) { _local5 = _local3.y - __get__height(); _local8 = _local5 - _local2.height; mask._y = -_local2.height; } else { _local5 = _local3.y - _local2.height; _local8 = _local3.y; mask._y = border_mc.height; } var _local7 = _local2.selectedIndex; if (_local7 == undefined) { _local7 = 0; } var _local4 = _local2.vPosition; _local4 = _local7 - 1; _local4 = Math.min(Math.max(_local4, 0), _local2.length - _local2.rowCount); _local2.vPosition = _local4; _local2.move(_local3.x, _local5); _local2.tween = new mx.effects.Tween(__dropdown, _local5, _local8, getStyle("openDuration")); } else { delete __dropdown.dragScrolling; __dropdown.onTweenEnd = tweenEndHide; __dropdown.tween = new mx.effects.Tween(__dropdown, __dropdown._y, _local3.y - __dropdown.height, getStyle("openDuration")); } var _local9 = getStyle("openEasing"); if (_local9 != undefined) { __dropdown.tween.easingEquation = _local9; } _showingDropdown = show; dispatchEvent({type:(show ? "open" : "close"), target:this}); } function onDownArrow() { _parent.displayDropdown(!_parent._showingDropdown); } function keyDown(e) { if (e.ctrlKey && (e.code == 40)) { displayDropdown(true); } else if (e.ctrlKey && (e.code == 38)) { displayDropdown(false); } else if (e.code == 27) { displayDropdown(false); } else if (e.code == 13) { if (_showingDropdown) { selectedIndex = __dropdown.selectedIndex; displayDropdown(false); } } else if (((((!_editable) || (e.code == 38)) || (e.code == 40)) || (e.code == 33)) || (e.code == 34)) { selectedIndex = 0 + selectedIndex; bInKeyDown = true; var _local3 = dropdown; _local3.keyDown(e); bInKeyDown = false; selectedIndex = __dropdown.selectedIndex; } } function invalidateStyle(styleProp) { __dropdown.invalidateStyle(styleProp); super.invalidateStyle(styleProp); } function changeTextStyleInChildren(styleProp) { if (dropdown.stylecache != undefined) { delete dropdown.stylecache[styleProp]; delete dropdown.stylecache.tf; } __dropdown.changeTextStyleInChildren(styleProp); super.changeTextStyleInChildren(styleProp); } function changeColorStyleInChildren(sheetName, styleProp, newValue) { if (dropdown.stylecache != undefined) { delete dropdown.stylecache[styleProp]; delete dropdown.stylecache.tf; } __dropdown.changeColorStyleInChildren(sheetName, styleProp, newValue); super.changeColorStyleInChildren(sheetName, styleProp, newValue); } function notifyStyleChangeInChildren(sheetName, styleProp, newValue) { if (dropdown.stylecache != undefined) { delete dropdown.stylecache[styleProp]; delete dropdown.stylecache.tf; } __dropdown.notifyStyleChangeInChildren(sheetName, styleProp, newValue); super.notifyStyleChangeInChildren(sheetName, styleProp, newValue); } function onUnload() { __dropdown.removeMovieClip(); } function _resizeHandler() { var _local2 = owner; _local2.mask._width = width; _local2.mask._height = height; } function _changeHandler(obj) { var _local2 = owner; obj.target = _local2; if (this != owner.text_mc) { _local2.selectedIndex = selectedIndex; if (!_local2.bInKeyDown) { _local2.displayDropdown(false); } } _local2.dispatchEvent(obj); } function _scrollHandler(obj) { var _local2 = owner; obj.target = _local2; _local2.dispatchEvent(obj); } function _itemRollOverHandler(obj) { var _local2 = owner; obj.target = _local2; _local2.dispatchEvent(obj); } function _itemRollOutHandler(obj) { var _local2 = owner; obj.target = _local2; _local2.dispatchEvent(obj); } function modelChanged(eventObj) { super.modelChanged(eventObj); if (0 == __dataProvider.length) { text_mc.setText(""); delete selected; } else if ((__dataProvider.length == ((eventObj.lastItem - eventObj.firstItem) + 1)) && (eventObj.eventName == "addItems")) { selectedIndex = 0; } } static var symbolName = "ComboBox"; static var symbolOwner = mx.controls.ComboBox; static var version = "2.0.0.360"; var clipParameters = {labels:1, data:1, editable:1, rowCount:1, dropdownWidth:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.ComboBox.prototype.clipParameters, mx.controls.ComboBase.prototype.clipParameters); var className = "ComboBox"; var _showingDropdown = false; var __rowCount = 5; var dropdownBorderStyle = undefined; var initializing = true; var __labelField = "label"; var bInKeyDown = false; }
Symbol 713 MovieClip [__Packages.mx.controls.RadioButton] Frame 0
class mx.controls.RadioButton extends mx.controls.Button { var setToggle, __value, selected, releaseFocus, phase, dispatchEvent, _parent, __data, setState, __state, getFocusManager; function RadioButton () { super(); } function init(Void) { setToggle(__toggle); __value = this; super.init(); } function size(Void) { super.size(); } function onRelease() { if (selected) { return(undefined); } releaseFocus(); phase = "up"; setSelected(true); dispatchEvent({type:"click"}); _parent[__groupName].dispatchEvent({type:"click"}); } function setData(val) { __data = val; } function set data(val) { __data = val; //return(data); } function getData(val) { return(__data); } function get data() { return(__data); } function onUnload() { if (_parent[__groupName].selectedRadio == this) { _parent[__groupName].selectedRadio = undefined; } _parent[__groupName].radioList[indexNumber] = null; delete _parent[__groupName].radioList[indexNumber]; } function setSelected(val) { var _local2 = _parent[__groupName]; var _local4 = _local2.selectedRadio.__width; var _local5 = _local2.selectedRadio.__height; if (val) { _local2.selectedRadio.setState(false); _local2.selectedRadio = this; } else if (_local2.selectedRadio == this) { _local2.selectedRadio.setState(false); _local2.selectedRadio = undefined; } setState(val); } function deleteGroupObj(groupName) { delete _parent[groupName]; } function getGroupName() { return(__groupName); } function get groupName() { return(__groupName); } function setGroupName(groupName) { if ((groupName == undefined) || (groupName == "")) { return(undefined); } delete _parent[__groupName].radioList[__data]; addToGroup(groupName); __groupName = groupName; } function set groupName(groupName) { setGroupName(groupName); //return(this.groupName); } function addToGroup(groupName) { if ((groupName == "") || (groupName == undefined)) { return(undefined); } var _local2 = _parent[groupName]; if (_local2 == undefined) { _local2 = (_parent[groupName] = new mx.controls.RadioButtonGroup()); _local2.__groupName = groupName; } _local2.addInstance(this); if (__state) { _local2.selectedRadio.setState(false); _local2.selectedRadio = this; } } function get emphasized() { return(undefined); } function keyDown(e) { switch (e.code) { case 40 : setNext(); break; case 38 : setPrev(); break; case 37 : setPrev(); break; case 39 : setNext(); } } function setNext() { var _local2 = _parent[groupName]; if ((_local2.selectedRadio.indexNumber + 1) == _local2.radioList.length) { return(undefined); } var _local5 = (_local2.selectedRadio ? (_local2.selectedRadio.indexNumber) : -1); var _local3 = 1; while (_local3 < _local2.radioList.length) { if (_local2.radioList[_local5 + _local3] != undefined) { var _local4 = getFocusManager(); _local2.radioList[_local5 + _local3].selected = true; _local4.setFocus(_local2.radioList[_local2.selectedRadio.indexNumber]); _local2.dispatchEvent({type:"click"}); break; } _local3++; } } function setPrev() { var _local2 = _parent[groupName]; if (_local2.selectedRadio.indexNumber == 0) { return(undefined); } var _local5 = (_local2.selectedRadio ? (_local2.selectedRadio.indexNumber) : 1); var _local3 = 1; while (_local3 < _local2.radioList.length) { if (_local2.radioList[_local5 - _local3] != undefined) { var _local4 = getFocusManager(); _local2.radioList[_local5 - _local3].selected = true; _local4.setFocus(_local2.radioList[_local2.selectedRadio.indexNumber]); _local2.dispatchEvent({type:"click"}); break; } _local3++; } } function set toggle(v) { //return(toggle); } function get toggle() { } function set icon(v) { //return(icon); } function get icon() { } static var symbolName = "RadioButton"; static var symbolOwner = mx.controls.RadioButton; static var version = "2.0.0.360"; var className = "RadioButton"; var btnOffset = 0; var __toggle = true; var __label = "Radio Button"; var __labelPlacement = "right"; var ignoreClassStyleDeclaration = {Button:1}; var __groupName = "radioGroup"; var indexNumber = 0; var offset = false; var falseUpSkin = ""; var falseDownSkin = ""; var falseOverSkin = ""; var falseDisabledSkin = ""; var trueUpSkin = ""; var trueDownSkin = ""; var trueOverSkin = ""; var trueDisabledSkin = ""; var falseUpIcon = "RadioFalseUp"; var falseDownIcon = "RadioFalseDown"; var falseOverIcon = "RadioFalseOver"; var falseDisabledIcon = "RadioFalseDisabled"; var trueUpIcon = "RadioTrueUp"; var trueDownIcon = ""; var trueOverIcon = ""; var trueDisabledIcon = "RadioTrueDisabled"; var centerContent = false; var borderW = 0; var clipParameters = {labelPlacement:1, data:1, label:1, groupName:1, selected:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.RadioButton.prototype.clipParameters, mx.controls.Button.prototype.clipParameters); }
Symbol 730 MovieClip [__Packages.mx.controls.RadioButtonGroup] Frame 0
class mx.controls.RadioButtonGroup { var radioList, __groupName, selectedRadio; function RadioButtonGroup () { init(); mx.events.UIEventDispatcher.initialize(this); } function init(Void) { radioList = new Array(); } function setGroupName(groupName) { if ((groupName == undefined) || (groupName == "")) { return(undefined); } var _local6 = __groupName; _parent[groupName] = this; for (var _local5 in radioList) { radioList[_local5].groupName = groupName; var _local3 = radioList[_local5]; } _local3.deleteGroupObj(_local6); } function getGroupName() { return(__groupName); } function addInstance(instance) { instance.indexNumber = indexNumber++; radioList.push(instance); } function getValue() { if (selectedRadio.data == "") { return(selectedRadio.label); } return(selectedRadio.__data); } function getLabelPlacement() { for (var _local3 in radioList) { var _local2 = radioList[_local3].getLabelPlacement(); } return(_local2); } function setLabelPlacement(pos) { for (var _local3 in radioList) { radioList[_local3].setLabelPlacement(pos); } } function setEnabled(val) { for (var _local3 in radioList) { radioList[_local3].enabled = val; } } function setSize(val, val1) { for (var _local3 in radioList) { radioList[_local3].setSize(val, val1); } } function getEnabled() { for (var _local4 in radioList) { var _local2 = radioList[_local4].enabled; var _local3 = t + (_local2 + 0); } if (_local3 == radioList.length) { return(true); } if (_local3 == 0) { return(false); } } function setStyle(name, val) { for (var _local4 in radioList) { radioList[_local4].setStyle(name, val); } } function setInstance(val) { for (var _local3 in radioList) { if (radioList[_local3] == val) { radioList[_local3].selected = true; } } } function getInstance() { return(selectedRadio); } function setValue(val) { for (var _local4 in radioList) { if ((radioList[_local4].__data == val) || (radioList[_local4].label == val)) { var _local2 = _local4; break; } } if (_local2 != undefined) { selectedRadio.setState(false); selectedRadio.hitArea_mc._height = selectedRadio.__height; selectedRadio.hitArea_mc._width = selectedRadio.__width; selectedRadio = radioList[_local2]; selectedRadio.setState(true); selectedRadio.hitArea_mc._height = (selectedRadio.hitArea_mc._width = 0); } } function set groupName(groupName) { if ((groupName == undefined) || (groupName == "")) { return; } var _local6 = __groupName; _parent[groupName] = this; for (var _local5 in radioList) { radioList[_local5].groupName = groupName; var _local3 = radioList[_local5]; } _local3.deleteGroupObj(_local6); //return(this.groupName); } function get groupName() { return(__groupName); } function set selectedData(val) { for (var _local4 in radioList) { if ((radioList[_local4].__data == val) || (radioList[_local4].label == val)) { var _local2 = _local4; break; } } if (_local2 != undefined) { selectedRadio.setState(false); selectedRadio = radioList[_local2]; selectedRadio.setState(true); } //return(selectedData); } function get selectedData() { if ((selectedRadio.data == "") || (selectedRadio.data == undefined)) { return(selectedRadio.label); } return(selectedRadio.__data); } function get selection() { return(selectedRadio); } function set selection(val) { for (var _local3 in radioList) { if (radioList[_local3] == val) { radioList[_local3].selected = true; } } //return(selection); } function set labelPlacement(pos) { for (var _local3 in radioList) { radioList[_local3].setLabelPlacement(pos); } //return(labelPlacement); } function get labelPlacement() { for (var _local3 in radioList) { var _local2 = radioList[_local3].getLabelPlacement(); } return(_local2); } function set enabled(val) { for (var _local3 in radioList) { radioList[_local3].enabled = val; } //return(enabled); } function get enabled() { var _local2 = 0; for (var _local3 in radioList) { _local2 = _local2 + radioList[_local3].enabled; } if (_local2 == 0) { return(false); } if (_local2 == radioList.length) { return(true); } } static var symbolName = "RadioButtonGroup"; static var symbolOwner = mx.controls.RadioButtonGroup; static var version = "2.0.0.360"; var className = "RadioButtonGroup"; var indexNumber = 0; }
Symbol 731 MovieClip [__Packages.mx.controls.CheckBox] Frame 0
class mx.controls.CheckBox extends mx.controls.Button { var _getTextFormat, labelPath, iconName; function CheckBox () { super(); } function onRelease() { super.onRelease(); } function init() { super.init(); } function size() { super.size(); } function get emphasized() { return(undefined); } function calcPreferredHeight() { var _local5 = _getTextFormat(); var _local3 = _local5.getTextExtent2(labelPath.text).height; var _local4 = iconName._height; var _local2 = 0; if ((__labelPlacement == "left") || (__labelPlacement == "right")) { _local2 = Math.max(_local3, _local4); } else { _local2 = _local3 + _local4; } return(Math.max(14, _local2)); } function set toggle(v) { //return(toggle); } function get toggle() { } function set icon(v) { //return(icon); } function get icon() { } static var symbolName = "CheckBox"; static var symbolOwner = mx.controls.CheckBox; static var version = "2.0.0.360"; var className = "CheckBox"; var ignoreClassStyleDeclaration = {Button:1}; var btnOffset = 0; var __toggle = true; var __selected = false; var __labelPlacement = "right"; var __label = "CheckBox"; var falseUpSkin = ""; var falseDownSkin = ""; var falseOverSkin = ""; var falseDisabledSkin = ""; var trueUpSkin = ""; var trueDownSkin = ""; var trueOverSkin = ""; var trueDisabledSkin = ""; var falseUpIcon = "CheckFalseUp"; var falseDownIcon = "CheckFalseDown"; var falseOverIcon = "CheckFalseOver"; var falseDisabledIcon = "CheckFalseDisabled"; var trueUpIcon = "CheckTrueUp"; var trueDownIcon = "CheckTrueDown"; var trueOverIcon = "CheckTrueOver"; var trueDisabledIcon = "CheckTrueDisabled"; var clipParameters = {label:1, labelPlacement:1, selected:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.CheckBox.prototype.clipParameters, mx.controls.Button.prototype.clipParameters); var centerContent = false; var borderW = 0; }
Symbol 772 Button
on (release) { getURL ("http://www.CrazyMonkeyGames.com"); }
Symbol 785 MovieClip Frame 115
_root.gotoAndStop("intro2");
Symbol 789 Button
on (release) { gotoAndPlay ("splash"); stopAllSounds(); }
Symbol 1115 MovieClip Frame 387
_root.play();
Symbol 1138 MovieClip Frame 1
stop();
Symbol 1388 MovieClip Frame 378
_root.play();
Symbol 1394 Button
on (release) { gotoAndPlay ("splash"); }
Symbol 1399 Button
on (release) { _root.gotoAndPlay("splash"); }
Symbol 1405 Button
on (release) { getURL ("http://www.pbswine.de/"); }
Symbol 1407 Button
on (release) { getURL ("http://www.crazymonkeygames.com/"); }
Symbol 1413 Button
on (release) { _root.cad_sound.stop(); _root.button_sound.start(); _root.levelfile = "level 1.lev"; _root.campaignmode = true; _root.gotoAndPlay("nextmission"); _root.campaignScore = 0; }
Symbol 1415 Button
on (release) { _root.cad_sound.stop(); _root.button_sound.start(); _root.gotoAndStop("options"); }
Symbol 1417 Button
on (release) { _root.cad_sound.stop(); _root.button_sound.start(); _root.gotoAndStop("instructions"); }
Symbol 1419 Button
on (release) { getURL ("http://www.pbswine.de/"); _root.button_sound.start(); }
Symbol 1425 MovieClip Frame 13
stop();
Symbol 1437 MovieClip Frame 1
this.onEnterFrame = null; stop();
Symbol 1437 MovieClip Frame 10
this.onEnterFrame = null;
Symbol 1449 Button
on (release) { levelChooser.clear(); _root.fill("byNameOrder"); }
Symbol 1452 Button
on (release) { levelChooser.clear(); _root.fill("byNameOrderR"); }
Symbol 1453 Button
on (release) { levelChooser.clear(); _root.fill("byAuthorOrder"); }
Symbol 1454 Button
on (release) { levelChooser.clear(); _root.fill("byAuthorOrderR"); }
Symbol 1455 Button
on (release) { levelChooser.clear(); _root.fill("byDateOrderR"); }
Symbol 1456 Button
on (release) { levelChooser.clear(); _root.fill("byDateOrder"); }
Symbol 1457 Button
on (release) { levelChooser.clear(); _root.fill("byRatingOrderR"); }
Symbol 1458 Button
on (release) { levelChooser.clear(); _root.fill("byRatingOrder"); }
Symbol 1461 Button
on (press) { dragger.drag = 1; if (_root.levelChooser.carrier._height > 160) { dragger._y = dragger._y + 5; } } on (release) { dragger.drag = 0; }
Symbol 1462 Button
on (press) { dragger.drag = 1; if (_root.levelChooser.carrier._height > 160) { dragger._y = dragger._y - 5; } } on (release) { dragger.drag = 0; }
Symbol 1467 MovieClip Frame 1
this.onEnterFrame = null; stop();
Symbol 1467 MovieClip Frame 10
this.onEnterFrame = null; stop();
Symbol 1515 MovieClip Frame 17
this.removeMovieClip();
Symbol 1529 MovieClip Frame 40
mytime = mytime + 0.0166666666666667; _root.globaltime = mytime; timedisp = "Time:" + mytime;
Symbol 1530 MovieClip Frame 2
stop();
Instance of Symbol 1534 MovieClip in Symbol 1535 MovieClip Frame 1
onClipEvent (enterFrame) { if (!_root.gamePaused) { if (lastY && (_root.heli.flymode == "normal")) { _root.heli._y = _root.heli._y + (this._y - lastY); } lastY = this._y; } }
Instance of Symbol 1534 MovieClip in Symbol 1535 MovieClip Frame 24
onClipEvent (enterFrame) { if (!_root.gamePaused) { if (lastY && (_root.heli.flymode == "normal")) { _root.heli._y = _root.heli._y + (this._y - lastY); } lastY = this._y; } }
Symbol 1540 MovieClip Frame 3
this.removeMovieClip();
Symbol 1542 MovieClip Frame 5
this.removeMovieClip();
Symbol 1544 MovieClip Frame 3
this.removeMovieClip();
Symbol 1547 MovieClip Frame 1
stop();
Symbol 1559 MovieClip Frame 11
stop(); this.removeMovieClip();
Symbol 1562 MovieClip Frame 1
stop();
Symbol 1565 MovieClip Frame 1
stop();
Symbol 1568 MovieClip Frame 1
stop();
Symbol 1571 MovieClip Frame 1
stop();
Symbol 1574 MovieClip Frame 1
stop();
Symbol 1582 MovieClip Frame 1
stop();
Symbol 1585 MovieClip Frame 1
stop();
Symbol 1588 MovieClip Frame 1
stop();
Symbol 1594 MovieClip Frame 1
stop();
Instance of Symbol 1591 MovieClip "turret" in Symbol 1594 MovieClip Frame 1
onClipEvent (enterFrame) { framesSinceLastUpdate = 6; } onClipEvent (enterFrame) { if ((_parent._name != "tank1") && ((framesSinceLastUpdate++) >= 5)) { framesSinceLastUpdate = 0; this.destX = _root.heli._x; this.destY = _root.heli._y; this.z = this.destX - _parent._x; this.r = this.destY - _parent._y; this.a = this.z; this.b = this.r; this.e = this.z / this.r; this.k = Math.atan(this.e); this.g = (this.k * 180) / Math.PI; this._rotation = this.g; if (this.destY > this._y) { this._rotation = 90 - this._rotation; } else if (this.destY < this._y) { this._rotation = 180 - (this._rotation - 90); } this.step++; if (this._rotation != initAngle) { if (this.step <= 10) { this._rotation = 0; } } } }
Symbol 1596 MovieClip Frame 10
this.removeMovieClip();
Symbol 1598 MovieClip Frame 8
this.removeMovieClip();
Symbol 1600 MovieClip Frame 10
this.removeMovieClip();
Symbol 1603 MovieClip Frame 1
stop();
Symbol 1608 MovieClip Frame 1
stop();
Symbol 1611 MovieClip Frame 1
stop();
Instance of Symbol 1646 MovieClip "ani" in Symbol 1648 MovieClip Frame 1
onClipEvent (load) { stop(); }
Symbol 1648 MovieClip Frame 2
ani.stop(); stop();
Symbol 1648 MovieClip Frame 3
_root.heli.blockKeys = true; ani.play();
Instance of Symbol 1646 MovieClip "ani" in Symbol 1648 MovieClip Frame 3
onClipEvent (load) { stop(); }
Symbol 1648 MovieClip Frame 40
_root.type("Mission#Complete!");
Symbol 1648 MovieClip Frame 50
stop();
Symbol 1653 MovieClip Frame 1
stop();
Symbol 1653 MovieClip Frame 10
stop();
Symbol 1657 MovieClip Frame 1
stop();
Symbol 1661 MovieClip Frame 1
stop();
Symbol 1664 MovieClip Frame 1
_parent.rl = "in"; stop();
Symbol 1664 MovieClip Frame 9
_parent.rl = "out"; stop();
Symbol 1904 MovieClip Frame 1
flymode = "normal";
Symbol 1904 MovieClip Frame 7
gotoAndPlay ("fly normal");
Symbol 1904 MovieClip Frame 8
flymode = "godown";
Symbol 1904 MovieClip Frame 23
flymode = "bedown";
Symbol 1904 MovieClip Frame 32
gotoAndPlay ("fly down");
Symbol 1904 MovieClip Frame 33
flymode = "undodown";
Symbol 1904 MovieClip Frame 45
if (rotatethru) { rotatethru = false; flymode = "goup"; gotoAndPlay (49); }
Symbol 1904 MovieClip Frame 46
gotoAndPlay ("fly normal");
Symbol 1904 MovieClip Frame 47
flymode = "goup";
Symbol 1904 MovieClip Frame 59
flymode = "beup";
Symbol 1904 MovieClip Frame 72
gotoAndPlay ("fly up");
Symbol 1904 MovieClip Frame 73
flymode = "undoup";
Symbol 1904 MovieClip Frame 85
if (rotatethru) { rotatethru = false; flymode = "godown"; gotoAndPlay (10); }
Symbol 1904 MovieClip Frame 87
gotoAndPlay ("fly normal");
Symbol 1904 MovieClip Frame 118
stop();
Symbol 1915 MovieClip Frame 1
stop();
Symbol 1915 MovieClip Frame 8
stop();
Symbol 1922 MovieClip Frame 10
stop();
Symbol 1927 MovieClip Frame 1
stop();
Symbol 1927 MovieClip Frame 10
stop();
Symbol 1927 MovieClip Frame 20
stop();
Symbol 1927 MovieClip Frame 29
_root.killAll(); _root.gamePaused = false; _root.landing = false; _root.heli._rotation = 0; _root.fadeout.play(); this.gotoAndStop(1);
Instance of Symbol 1930 MovieClip "bomb" in Symbol 1931 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._name != "nuke") { if ((this._y + _parent._y) >= 350) { _parent._x = this._x + _parent._x; _parent._y = this._y + _parent._y; _root.goingdown_sound.stop(); themush = _root.mushroom.duplicateMovieClip("mush_" + (++_root.heli.o), _root.heli.o); themush._x = _parent._x; themush._y = _parent._y; _root.nuke_sound.start(); _parent.removeMovieClip(); } } }
Instance of Symbol 1930 MovieClip "bomb" in Symbol 1931 MovieClip Frame 13
onClipEvent (enterFrame) { if (_parent._name != "nuke") { if ((this._y + _parent._y) >= 350) { _parent._x = this._x + _parent._x; _parent._y = this._y + _parent._y; _root.goingdown_sound.stop(); themush = _root.mushroom.duplicateMovieClip("mush_" + (++_root.heli.o), _root.heli.o); themush._x = _parent._x; themush._y = _parent._y; _root.explode(_parent); } } }
Symbol 1931 MovieClip Frame 40
this.removeMovieClip();
Symbol 1933 MovieClip Frame 1
stop();
Symbol 2023 MovieClip Frame 93
stop();
Symbol 2053 MovieClip Frame 1
if (!playin) { stop(); }
Symbol 2053 MovieClip Frame 3
if (lettersize == "large") { letterIndex++; if (_root.theLetterArray[letterIndex] == undefined) { playin = false; gotoAndStop (1); } else if (_root.theLetterArray[letterIndex] == "#") { lineOffset = lineOffset + 60; totalWidth = 50; } else { currentLetter = _root.letter.duplicateMovieClip("letter_" + letterIndex, _root.heli.o++); charWidth = _root.write(_root.theLetterArray[letterIndex].toUpperCase(), currentLetter.holder); charWidth = charWidth - 20; extra_space = _root.spaceCorrection[_root.theLetterArray[letterIndex].toLowerCase()]; if (extra_space) { charWidth = charWidth + extra_space; } if (letterIndex >= (_root.theLetterArray.length - 1)) { _root.lifebar.gotoAndPlay(1); } currentLetter._x = totalWidth; currentLetter._y = lineOffset; totalWidth = totalWidth + int(charWidth); } } else { letterIndex++; if (_root.theLetterArray[letterIndex] == undefined) { playin = false; gotoAndStop (1); } else if (_root.theLetterArray[letterIndex] == "#") { lineOffset = lineOffset + 30; totalWidth = 20; } else { if (totalWidth > 300) { lineOffset = lineOffset + 30; totalWidth = 20; } currentLetter = _root.letter.duplicateMovieClip("letter_" + letterIndex, _root.heli.o++); charWidth = _root.write(_root.theLetterArray[letterIndex].toUpperCase(), currentLetter.holder); charWidth = charWidth / 4; extra_space = _root.spaceCorrectionSmall[_root.theLetterArray[letterIndex].toLowerCase()]; if (extra_space) { charWidth = charWidth + extra_space; } if (letterIndex >= (_root.theLetterArray.length - 1)) { _root.lifebar.gotoAndPlay(1); } currentLetter._x = 230 + totalWidth; currentLetter._y = lineOffset; currentLetter._xscale = 20; currentLetter._yscale = 20; totalWidth = totalWidth + int(charWidth); } }
Symbol 2056 MovieClip Frame 1
stop();
Symbol 2056 MovieClip Frame 57
_root.flickerOut();
Symbol 2058 MovieClip Frame 15
stop();
Symbol 2058 MovieClip Frame 31
this.removeMovieClip();
Symbol 2068 MovieClip Frame 1
stop();
Symbol 2068 MovieClip Frame 6
gotoAndPlay (1);
Symbol 2071 MovieClip Frame 1
stop();
Symbol 2074 MovieClip Frame 1
stop();
Symbol 2084 MovieClip Frame 1
stop();
Symbol 2084 MovieClip Frame 2
stop();
Symbol 2084 MovieClip Frame 3
stop();
Symbol 2084 MovieClip Frame 4
stop();
Symbol 2105 MovieClip Frame 1
stop();
Symbol 2105 MovieClip Frame 2
_root.pauseGame();
Symbol 2105 MovieClip Frame 48
_root.unpauseGame(); gotoAndStop (1);
Symbol 2105 MovieClip Frame 49
_root.pauseGame();
Symbol 2105 MovieClip Frame 95
_root.unpauseGame(); gotoAndStop (1);
Symbol 2105 MovieClip Frame 96
_root.pauseGame();
Symbol 2105 MovieClip Frame 142
_root.unpauseGame(); gotoAndStop (1);
Symbol 2105 MovieClip Frame 143
_root.pauseGame();
Symbol 2105 MovieClip Frame 189
_root.unpauseGame(); gotoAndStop (1);
Symbol 2105 MovieClip Frame 190
_root.pauseGame();
Symbol 2105 MovieClip Frame 236
_root.unpauseGame(); gotoAndStop (1);
Symbol 2105 MovieClip Frame 237
_root.pauseGame();
Symbol 2105 MovieClip Frame 283
_root.unpauseGame(); gotoAndStop (1);
Symbol 2105 MovieClip Frame 284
_root.pauseGame();
Symbol 2105 MovieClip Frame 330
_root.unpauseGame(); gotoAndStop (1);
Symbol 2105 MovieClip Frame 331
_root.pauseGame();
Symbol 2105 MovieClip Frame 377
_root.unpauseGame(); gotoAndStop (1);
Symbol 2105 MovieClip Frame 378
_root.pauseGame();
Symbol 2105 MovieClip Frame 424
_root.unpauseGame(); gotoAndStop (1);
Symbol 2105 MovieClip Frame 425
_root.pauseGame();
Symbol 2105 MovieClip Frame 508
_root.unpauseGame(); gotoAndStop (1);
Symbol 2108 MovieClip Frame 28
this.removeMovieClip();
Symbol 2110 MovieClip Frame 1
stop();
Symbol 2110 MovieClip Frame 36
_root.type(""); _root.killAll(); _root.gotoAndPlay("fail"); this.gotoAndStop(1);
Symbol 2112 Button
on (release) { getURL ("http://www.pbswine.de/"); _root.delayInit(); }
Symbol 2130 MovieClip Frame 29
stop();
Symbol 2130 MovieClip Frame 64
stop();
Symbol 2130 MovieClip Frame 98
stop();
Symbol 2130 MovieClip Frame 133
stop();
Symbol 2130 MovieClip Frame 164
stop();
Symbol 2130 MovieClip Frame 193
stop();
Symbol 2130 MovieClip Frame 224
stop();
Symbol 2130 MovieClip Frame 254
stop();
Symbol 2130 MovieClip Frame 283
stop();
Symbol 2130 MovieClip Frame 316
stop();
Symbol 2130 MovieClip Frame 318
stop();
Symbol 2130 MovieClip Frame 319
gotoAndPlay (1);
Symbol 2130 MovieClip Frame 331
gotoAndPlay ("spin");
Instance of Symbol 2130 MovieClip "digit1" in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) { if (shake) { shakecount = int(shakecount + 1); if (shakecount == 1) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 2) { myColor = new Color(this); myColorTransform = {rb:"255", gb:"255", bb:"255"}; myColor.setTransform(myColorTransform); } if (shakecount == 3) { myColor = new Color(this); myColorTransform = {rb:"200", gb:"200", bb:"200"}; myColor.setTransform(myColorTransform); } if (shakecount == 4) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 5) { myColor = new Color(this); myColorTransform = {rb:"0", gb:"0", bb:"0"}; myColor.setTransform(myColorTransform); shake = false; shakecount = 0; } } if (!stopped) { if (second_res) { third_res = this._currentframe; if ((first_res == second_res) && (second_res == third_res)) { _root.punch_sound.start(0.2); _root.shaker.gotoAndPlay(1); stopped = true; _parent.digit2.stopped = false; _parent.digit2.gotoAndPlay(_parent.digit2.gotoNum); } third_res = undefined; second_res = undefined; first_res = undefined; } if (first_res) { second_res = this._currentframe; } if (!first_res) { first_res = this._currentframe; } } }
Instance of Symbol 2130 MovieClip "digit2" in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) { if (shake) { shakecount = int(shakecount + 1); if (shakecount == 1) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 2) { myColor = new Color(this); myColorTransform = {rb:"255", gb:"255", bb:"255"}; myColor.setTransform(myColorTransform); _parent.digit1.shake = true; } if (shakecount == 3) { myColor = new Color(this); myColorTransform = {rb:"200", gb:"200", bb:"200"}; myColor.setTransform(myColorTransform); } if (shakecount == 4) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 5) { myColor = new Color(this); myColorTransform = {rb:"0", gb:"0", bb:"0"}; myColor.setTransform(myColorTransform); shake = false; shakecount = 0; } } if (!stopped) { if (second_res) { third_res = this._currentframe; if ((first_res == second_res) && (second_res == third_res)) { _root.punch_sound.start(0.2); _root.shaker.gotoAndPlay(1); stopped = true; _parent.digit3.stopped = false; _parent.digit3.gotoAndPlay(_parent.digit3.gotoNum); } third_res = undefined; second_res = undefined; first_res = undefined; } if (first_res) { second_res = this._currentframe; } if (!first_res) { first_res = this._currentframe; } } }
Instance of Symbol 2130 MovieClip "digit3" in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) { if (shake) { shakecount = int(shakecount + 1); if (shakecount == 1) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 2) { myColor = new Color(this); myColorTransform = {rb:"255", gb:"255", bb:"255"}; myColor.setTransform(myColorTransform); _parent.digit2.shake = true; } if (shakecount == 3) { myColor = new Color(this); myColorTransform = {rb:"200", gb:"200", bb:"200"}; myColor.setTransform(myColorTransform); } if (shakecount == 4) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 5) { myColor = new Color(this); myColorTransform = {rb:"0", gb:"0", bb:"0"}; myColor.setTransform(myColorTransform); shake = false; shakecount = 0; } } if (!stopped) { if (second_res) { third_res = this._currentframe; if ((first_res == second_res) && (second_res == third_res)) { _root.punch_sound.start(0.2); _root.shaker.gotoAndPlay(1); stopped = true; _parent.digit4.stopped = false; _parent.digit4.gotoAndPlay(_parent.digit4.gotoNum); } third_res = undefined; second_res = undefined; first_res = undefined; } if (first_res) { second_res = this._currentframe; } if (!first_res) { first_res = this._currentframe; } } }
Instance of Symbol 2130 MovieClip "digit4" in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) { if (shake) { shakecount = int(shakecount + 1); if (shakecount == 1) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 2) { myColor = new Color(this); myColorTransform = {rb:"255", gb:"255", bb:"255"}; myColor.setTransform(myColorTransform); _parent.digit3.shake = true; } if (shakecount == 3) { myColor = new Color(this); myColorTransform = {rb:"200", gb:"200", bb:"200"}; myColor.setTransform(myColorTransform); } if (shakecount == 4) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 5) { myColor = new Color(this); myColorTransform = {rb:"0", gb:"0", bb:"0"}; myColor.setTransform(myColorTransform); shake = false; shakecount = 0; } } if (!stopped) { if (second_res) { third_res = this._currentframe; if ((first_res == second_res) && (second_res == third_res)) { _root.punch_sound.start(0.2); _root.shaker.gotoAndPlay(1); stopped = true; _parent.digit5.stopped = false; _parent.digit5.gotoAndPlay(_parent.digit5.gotoNum); } third_res = undefined; second_res = undefined; first_res = undefined; } if (first_res) { second_res = this._currentframe; } if (!first_res) { first_res = this._currentframe; } } }
Instance of Symbol 2130 MovieClip "digit5" in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) { if (shake) { shakecount = int(shakecount + 1); if (shakecount == 1) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 2) { myColor = new Color(this); myColorTransform = {rb:"255", gb:"255", bb:"255"}; myColor.setTransform(myColorTransform); _parent.digit4.shake = true; } if (shakecount == 3) { myColor = new Color(this); myColorTransform = {rb:"200", gb:"200", bb:"200"}; myColor.setTransform(myColorTransform); } if (shakecount == 4) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 5) { myColor = new Color(this); myColorTransform = {rb:"0", gb:"0", bb:"0"}; myColor.setTransform(myColorTransform); shake = false; shakecount = 0; } } if (!stopped) { if (second_res) { third_res = this._currentframe; if ((first_res == second_res) && (second_res == third_res)) { stopped = true; _root.punch_sound.start(0.2); _parent.digit6.stopped = false; _parent.digit6.gotoAndPlay(_parent.digit6.gotoNum); } third_res = undefined; second_res = undefined; first_res = undefined; } if (first_res) { second_res = this._currentframe; } if (!first_res) { first_res = this._currentframe; } } }
Instance of Symbol 2130 MovieClip "digit6" in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) { if (shake) { shakecount = int(shakecount + 1); if (shakecount == 1) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 2) { myColor = new Color(this); myColorTransform = {rb:"255", gb:"255", bb:"255"}; myColor.setTransform(myColorTransform); _parent.digit4.shake = true; } if (shakecount == 3) { myColor = new Color(this); myColorTransform = {rb:"200", gb:"200", bb:"200"}; myColor.setTransform(myColorTransform); } if (shakecount == 4) { myColor = new Color(this); myColorTransform = {rb:"100", gb:"100", bb:"100"}; myColor.setTransform(myColorTransform); } if (shakecount == 5) { myColor = new Color(this); myColorTransform = {rb:"0", gb:"0", bb:"0"}; myColor.setTransform(myColorTransform); shake = false; shakecount = 0; } } if (!stopped) { if (second_res) { third_res = this._currentframe; if ((first_res == second_res) && (second_res == third_res)) { shake = true; _root.shaker.gotoAndPlay(1); stopped = true; _root.punch_sound.start(0.2); } third_res = undefined; second_res = undefined; first_res = undefined; } if (first_res) { second_res = this._currentframe; } if (!first_res) { first_res = this._currentframe; } } }
Symbol 2139 MovieClip Frame 1
this.onEnterFrame = null; stop();
Symbol 2139 MovieClip Frame 10
this.onEnterFrame = null;
Symbol 2167 Button
on (release) { getURL ("http://www.crazymonkeygames.com"); }

Library Items

Symbol 1 Font [millfont]Used by:2127 2143 2151 2156 2158 2160 2163
Symbol 2 Font [crylleefont]Used by:1403 1426
Symbol 3 Font [starfont]Used by:787 788 1389 1390 1392 1393 1395 1396 1397 1398 1442 1443 1444 1445 2111 2149 2150 2164 2165
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClip [BoundingBox]Uses:9Used by:28 32 36 95 96 97 98 116 179 185 186 205 213 417 418 454 466 729 747
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [BrdrShdw]Uses:11Used by:15 20 21
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClip [BrdrFace]Uses:13Used by:15 20 21
Symbol 15 MovieClip [SimpleButtonDown]Uses:12 14Used by:32
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClip [BrdrBlk]Uses:16Used by:20 21
Symbol 18 GraphicUsed by:19 99
Symbol 19 MovieClip [BrdrHilght]Uses:18Used by:20 21
Symbol 20 MovieClip [SimpleButtonIn]Uses:17 19 12 14Used by:32
Symbol 21 MovieClip [SimpleButtonUp]Uses:17 14 12 19Used by:32
Symbol 22 MovieClip [Defaults]Used by:24
Symbol 23 MovieClip [UIObjectExtensions]Used by:24
Symbol 24 MovieClip [UIObject]Uses:22 23Used by:29 31 33 179
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 ButtonUses:25 26Used by:29
Symbol 28 MovieClip [FocusRect]Uses:10Used by:29
Symbol 29 MovieClip [FocusManager]Uses:27 28 24Used by:31
Symbol 30 MovieClip [UIComponentExtensions]Used by:31
Symbol 31 MovieClip [UIComponent]Uses:24 29 30Used by:32 97 148 179 185 250 365 366 454
Symbol 32 MovieClip [SimpleButton]Uses:10 15 20 21 31Used by:36 95 96 116 308 312 325 331 454
Symbol 33 MovieClip [Border]Uses:24Used by:34 36
Symbol 34 MovieClip [RectBorder]Uses:33Used by:36 97 148
Symbol 35 MovieClip [ButtonSkin]Used by:36
Symbol 36 MovieClip [Button]Uses:10 32 33 34 35Used by:95 96 300 729 747
Symbol 37 MovieClip [CustomBorder]Used by:95 96
Symbol 38 GraphicUsed by:40 76 77 78 81 82 87
Symbol 39 GraphicUsed by:40 76 77 81 82 87
Symbol 40 MovieClip [ScrollTrack]Uses:38 39Used by:47 52 53 54 88 89 90 91 92 93
Symbol 41 GraphicUsed by:47 52 53 54 88 89 90 91
Symbol 42 GraphicUsed by:47 52 53 54 88 89 90 91
Symbol 43 GraphicUsed by:47 52 53 54 88 89 90 91
Symbol 44 GraphicUsed by:47 52 53 54 88 89 90 91
Symbol 45 GraphicUsed by:47 52 53 54 88 89 90 91 459 463 464
Symbol 46 GraphicUsed by:47 52 53 54
Symbol 47 MovieClip [ScrollDownArrowDisabled]Uses:40 41 42 43 44 45 46Used by:94
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClip [ScrollThemeColor1]Uses:48Used by:52 53 89 90
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClip [ScrollThemeColor2]Uses:50Used by:52 89
Symbol 52 MovieClip [ScrollDownArrowDown]Uses:40 41 49 42 43 44 45 51 46Used by:94
Symbol 53 MovieClip [ScrollDownArrowOver]Uses:40 41 49 42 43 44 45 46Used by:94
Symbol 54 MovieClip [ScrollDownArrowUp]Uses:40 41 42 43 44 45 46Used by:94
Symbol 55 GraphicUsed by:60 65 66 67 83 84 85 86
Symbol 56 GraphicUsed by:60 65 66 67 83 84 85 86
Symbol 57 GraphicUsed by:60 65 66 67 83 84 85 86
Symbol 58 GraphicUsed by:60 65 66 67 83 84 85 86
Symbol 59 GraphicUsed by:60 65 66 67 83 84 85 86
Symbol 60 MovieClip [ScrollThumbBottomDisabled]Uses:55 56 57 58 59Used by:94
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClip [ThumbThemeColor1]Uses:61Used by:65 66 84 85
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClip [ThumbThemeColor3]Uses:63Used by:65 84
Symbol 65 MovieClip [ScrollThumbBottomDown]Uses:55 62 56 57 58 64 59Used by:94
Symbol 66 MovieClip [ScrollThumbBottomOver]Uses:55 62 56 57 58 59Used by:94
Symbol 67 MovieClip [ScrollThumbBottomUp]Uses:55 56 57 58 59Used by:94
Symbol 68 GraphicUsed by:69 72 73 74
Symbol 69 MovieClip [ScrollThumbGripDisabled]Uses:68Used by:94
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClip [ThumbThemeColor2]Uses:70Used by:72 73 76 77 81
Symbol 72 MovieClip [ScrollThumbGripDown]Uses:71 68Used by:94
Symbol 73 MovieClip [ScrollThumbGripOver]Uses:71 68Used by:94
Symbol 74 MovieClip [ScrollThumbGripUp]Uses:68Used by:94
Symbol 75 GraphicUsed by:76 77 81 82
Symbol 76 MovieClip [ScrollThumbMiddleDisabled]Uses:38 75 71 39Used by:94
Symbol 77 MovieClip [ScrollThumbMiddleDown]Uses:38 71 75 39Used by:94
Symbol 78 MovieClipUses:38Used by:81
Symbol 79 GraphicUsed by:80 88 89 90 91
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClip [ScrollThumbMiddleOver]Uses:38 71 75 78 80 39Used by:94
Symbol 82 MovieClip [ScrollThumbMiddleUp]Uses:38 75 39Used by:94
Symbol 83 MovieClip [ScrollThumbTopDisabled]Uses:55 56 57 58 59Used by:94
Symbol 84 MovieClip [ScrollThumbTopDown]Uses:55 62 56 57 58 64 59Used by:94
Symbol 85 MovieClip [ScrollThumbTopOver]Uses:55 62 56 57 58 59Used by:94
Symbol 86 MovieClip [ScrollThumbTopUp]Uses:55 56 57 58 59Used by:94
Symbol 87 MovieClip [ScrollTrackDisabled]Uses:38 39Used by:94
Symbol 88 MovieClip [ScrollUpArrowDisabled]Uses:40 41 42 43 44 45 79Used by:94
Symbol 89 MovieClip [ScrollUpArrowDown]Uses:40 41 49 42 43 44 45 51 79Used by:94
Symbol 90 MovieClip [ScrollUpArrowOver]Uses:40 41 49 42 43 79 44 45Used by:94
Symbol 91 MovieClip [ScrollUpArrowUp]Uses:40 41 42 43 44 45 79Used by:94
Symbol 92 MovieClip [BtnDownArrow]Uses:40Used by:94
Symbol 93 MovieClip [BtnUpArrow]Uses:40Used by:94
Symbol 94 MovieClip [ScrollBarAssets]Uses:47 52 53 54 60 65 66 67 69 72 73 74 76 77 81 82 83 84 85 86 87 88 89 90 91 92 93Used by:95 96
Symbol 95 MovieClip [HScrollBar]Uses:10 36 32 37 94Used by:98
Symbol 96 MovieClip [VScrollBar]Uses:10 36 32 37 94Used by:98
Symbol 97 MovieClip [View]Uses:10 31 34Used by:98
Symbol 98 MovieClip [ScrollView]Uses:10 95 96 97Used by:116 151 186
Symbol 99 MovieClip [Modal]Uses:18Used by:115
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClip [TitleLeft]Uses:100Used by:106
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClip [TitleMiddle]Uses:102Used by:106
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClip [TitleRight]Uses:104Used by:106
Symbol 106 MovieClip [TitleBackground]Uses:101 103 105Used by:115
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClip [CloseButtonDisabled]Uses:107Used by:115
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClip [CloseButtonDown]Uses:109Used by:115
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClip [CloseButtonOver]Uses:111Used by:115
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClip [CloseButtonUp]Uses:113Used by:115
Symbol 115 MovieClip [WindowAssets]Uses:99 106 108 110 112 114Used by:116
Symbol 116 MovieClip [Window]Uses:10 98 32 115
Symbol 146 FontUsed by:147 150 244 248 251
Symbol 147 EditableTextUses:146Used by:148
Symbol 148 MovieClip [TextInput]Uses:147 34 31Used by:418 454
Symbol 150 EditableTextUses:146Used by:151
Symbol 151 MovieClip [TextArea]Uses:150 98
Symbol 153 GraphicUsed by:157
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClip [ProgBarCapThemeColor]Uses:154Used by:157 160
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClip [ProgBarRight]Uses:153 155 156Used by:178
Symbol 158 GraphicUsed by:160
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClip [ProgBarLeft]Uses:158 155 159Used by:178
Symbol 161 GraphicUsed by:165
Symbol 162 GraphicUsed by:163 169
Symbol 163 MovieClip [ProgBarMiddleThemeColor]Uses:162Used by:165
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClip [ProgBarMiddle]Uses:161 163 164Used by:178
Symbol 166 GraphicUsed by:171
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClip [ProgBarIndThemeColor]Uses:167Used by:171
Symbol 169 MovieClip [ProgBarIndMiddleThemeColor]Uses:162Used by:171
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClip [ProgIndBar]Uses:166 168 169 170Used by:178
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClip [ProgTrackLeft]Uses:172Used by:178
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClip [ProgTrackMiddle]Uses:174Used by:178
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClip [ProgTrackRight]Uses:176Used by:178
Symbol 178 MovieClip [ProgressBarAssets]Uses:157 160 165 171 173 175 177Used by:179
Symbol 179 MovieClip [ProgressBar]Uses:10 31 24 178
Symbol 181 MovieClip [MenuBarItem]Used by:213
Symbol 182 MovieClip [ActivatorSkin]Used by:213
Symbol 183 MovieClip [DataProvider]Used by:186
Symbol 184 MovieClip [DataSelector]Used by:186
Symbol 185 MovieClip [SelectableRow]Uses:31 10Used by:186 416
Symbol 186 MovieClip [ScrollSelectList]Uses:10 183 184 185 98Used by:205 417
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClip [MenuBranchDisabled]Uses:187Used by:201
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClip [MenuBranchEnabled]Uses:189Used by:201
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClip [MenuCheckDisabled]Uses:191Used by:201
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClip [MenuCheckEnabled]Uses:193Used by:201
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClip [MenuRadioDisabled]Uses:195Used by:201
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClip [MenuRadioEnabled]Uses:197Used by:201
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClip [MenuSeparator]Uses:199Used by:201
Symbol 201 MovieClip [MenuAssets]Uses:188 190 192 194 196 198 200Used by:202
Symbol 202 MovieClip [MenuRow]Uses:201Used by:205
Symbol 203 MovieClip [TreeDataProvider]Used by:204
Symbol 204 MovieClip [MenuDataProvider]Uses:203Used by:205
Symbol 205 MovieClip [Menu]Uses:10 186 202 204Used by:213
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClip [MenuBarBackLeft]Uses:206Used by:212
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClip [MenuBarBackMiddle]Uses:208Used by:212
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClip [MenuBarBackRight]Uses:210Used by:212
Symbol 212 MovieClip [MenuBarAssets]Uses:207 209 211Used by:213
Symbol 213 MovieClip [MenuBar]Uses:10 181 182 205 212
Symbol 228 GraphicUsed by:229 245 249 252 253 262 263 264 270 271 272 314 334 337 338 339 344 345 346 359
Symbol 229 MovieClipUses:228Used by:242
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:242
Symbol 232 GraphicUsed by:233 254 335
Symbol 233 MovieClipUses:232Used by:242
Symbol 234 GraphicUsed by:238
Symbol 235 GraphicUsed by:238 240
Symbol 236 GraphicUsed by:238 240
Symbol 237 GraphicUsed by:238 240
Symbol 238 MovieClip [MaximizeButton]Uses:234 235 236 237Used by:241
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClip [MinimizeButton]Uses:239 235 236 237Used by:241
Symbol 241 MovieClip [FullScreenToggle]Uses:238 240Used by:242 250
Symbol 242 MovieClip [Chrome]Uses:229 231 233 241Used by:365 366
Symbol 243 GraphicUsed by:245 249 252 262 263 264 270 271 272 314 337 338 339 344 345 346 359
Symbol 244 EditableTextUses:146Used by:245
Symbol 245 MovieClipUses:228 243 244Used by:366
Symbol 246 VideoUsed by:247
Symbol 247 MovieClipUses:246Used by:250
Symbol 248 EditableTextUses:146Used by:249
Symbol 249 MovieClipUses:228 243 248Used by:250
Symbol 250 MovieClip [MediaDisplay]Uses:247 249 241 31Used by:366
Symbol 251 EditableTextUses:146Used by:252
Symbol 252 MovieClipUses:228 243 251Used by:365
Symbol 253 MovieClipUses:228Used by:257
Symbol 254 MovieClipUses:232Used by:257
Symbol 255 GraphicUsed by:256 268 341
Symbol 256 MovieClipUses:255Used by:257 336
Symbol 257 MovieClip [HLoadBar]Uses:253 254 256Used by:365
Symbol 258 GraphicUsed by:262 263 264 270 271 272 337 338 339 344 345 346
Symbol 259 GraphicUsed by:262 263 264 270 271 272 337 338 339 344 345 346
Symbol 260 GraphicUsed by:262 263 264 270 271 272 337 338 339 344 345 346
Symbol 261 GraphicUsed by:262 264 270 272 337 339 344 346
Symbol 262 MovieClipUses:243 228 258 259 260 261Used by:265
Symbol 263 MovieClipUses:243 228 258 260 259Used by:265
Symbol 264 MovieClipUses:243 228 259 258 261 260Used by:265
Symbol 265 MovieClip [HMiniPlayBarTray]Uses:262 263 264Used by:269
Symbol 266 GraphicUsed by:267 274 342 348
Symbol 267 MovieClipUses:266Used by:269
Symbol 268 MovieClipUses:255Used by:269
Symbol 269 MovieClip [HMiniPlayBar]Uses:265 267 268Used by:365
Symbol 270 MovieClipUses:243 259 258 228 261 260Used by:273
Symbol 271 MovieClipUses:243 228 258 260 259Used by:273
Symbol 272 MovieClipUses:243 228 258 259 260 261Used by:273
Symbol 273 MovieClip [PlayBarTray]Uses:270 271 272Used by:286
Symbol 274 MovieClipUses:266Used by:286
Symbol 275 FontUsed by:276 277 349 364
Symbol 276 EditableTextUses:275Used by:286 357
Symbol 277 EditableTextUses:275Used by:286
Symbol 278 GraphicUsed by:285 356
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:285 315
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:285 315
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:285 315
Symbol 285 MovieClip [PlayBarThumb]Uses:278 280 282 284Used by:286
Symbol 286 MovieClip [HPlayBar]Uses:273 274 276 277 285Used by:365
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClip [Capsule Button - active]Uses:287Used by:291 292 307 311
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClip [icon.skip]Uses:289Used by:291 292 303 306 307 309 310 311
Symbol 291 MovieClip [ToStart-False-Up]Uses:288 290Used by:308 313 358
Symbol 292 MovieClip [ToEnd-False-Up]Uses:288 290Used by:312 313 358
Symbol 293 GraphicUsed by:300
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClip [icon.pause]Uses:294Used by:296 300
Symbol 296 MovieClip [icon.pause-disabled]Uses:295Used by:300
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClip [icon.play]Uses:297Used by:299 300
Symbol 299 MovieClip [icon.play-disabled]Uses:298Used by:300
Symbol 300 MovieClip [HPlayPauseButton]Uses:293 36 295 296 298 299Used by:313 358
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClip [Capsule Button - press]Uses:301Used by:303 309
Symbol 303 MovieClip [ToStart-False-Down]Uses:302 290Used by:308
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClip [Capsule Button - over]Uses:304Used by:306 310
Symbol 306 MovieClip [ToStart-False-Over]Uses:305 290Used by:308
Symbol 307 MovieClip [ToStart-False-Disabled]Uses:288 290Used by:308
Symbol 308 MovieClip [HToStartButton]Uses:303 306 291 307 32Used by:313 358
Symbol 309 MovieClip [ToEnd-False-Down]Uses:302 290Used by:312
Symbol 310 MovieClip [ToEnd-False-Over]Uses:305 290Used by:312
Symbol 311 MovieClip [ToEnd-False-Disabled]Uses:288 290Used by:312
Symbol 312 MovieClip [HToEndButton]Uses:309 310 292 311 32Used by:313 358
Symbol 313 MovieClip [HButtons]Uses:291 292 300 308 312Used by:365
Symbol 314 MovieClipUses:228 243Used by:333
Symbol 315 MovieClip [VolumeControlHandle]Uses:280 282 284Used by:333 361
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClip [Mute-False-Up]Uses:316Used by:324 325 333 361
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClip [Loud-False-Up]Uses:318Used by:330 331 333 361
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClip [Mute-False-Down]Uses:320Used by:325
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClip [Mute-False-Over]Uses:322Used by:325
Symbol 324 MovieClip [Mute-False-Disabled]Uses:317Used by:325
Symbol 325 MovieClip [MuteButton]Uses:321 323 317 32 324Used by:333 361
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClip [Loud-False-Down]Uses:326Used by:331
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClip [Loud-False-Over]Uses:328Used by:331
Symbol 330 MovieClip [Loud-False-Disabled]Uses:319Used by:331
Symbol 331 MovieClip [LoudButton]Uses:32 327 329 319 330Used by:333 361
Symbol 332 GraphicUsed by:333
Symbol 333 MovieClip [HVolumeControl]Uses:314 315 317 319 325 331 332Used by:365
Symbol 334 MovieClipUses:228Used by:336
Symbol 335 MovieClipUses:232Used by:336
Symbol 336 MovieClip [VLoadBar]Uses:334 335 256Used by:365
Symbol 337 MovieClipUses:243 228 259 258 260 261Used by:340
Symbol 338 MovieClipUses:243 228 258 260 259Used by:340
Symbol 339 MovieClipUses:243 258 259 228 261 260Used by:340
Symbol 340 MovieClip [VMiniPlayBarTray]Uses:337 338 339Used by:343
Symbol 341 MovieClipUses:255Used by:343
Symbol 342 MovieClipUses:266Used by:343
Symbol 343 MovieClip [VMiniPlayBar]Uses:340 341 342Used by:365
Symbol 344 MovieClipUses:243 228 259 258 261 260Used by:347
Symbol 345 MovieClipUses:243 228 258 260 259Used by:347
Symbol 346 MovieClipUses:243 228 259 258 260 261Used by:347
Symbol 347 MovieClip [VPlayBarTray]Uses:344 345 346Used by:357
Symbol 348 MovieClipUses:266Used by:357
Symbol 349 EditableTextUses:275Used by:357
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:356
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:356
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:354Used by:356
Symbol 356 MovieClip [VPlayBarThumb]Uses:278 351 353 355Used by:357
Symbol 357 MovieClip [VPlayBar]Uses:347 348 276 349 356Used by:365
Symbol 358 MovieClip [VButtons]Uses:291 292 300 308 312Used by:365
Symbol 359 MovieClipUses:228 243Used by:361
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClip [VVolumeControl]Uses:359 315 317 319 325 331 360Used by:365
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:362Used by:365
Symbol 364 EditableTextUses:275Used by:365
Symbol 365 MovieClip [MediaController]Uses:252 242 257 269 286 313 333 336 343 357 358 361 31 363 364Used by:366
Symbol 366 MovieClip [MediaPlayback]Uses:242 245 31 250 365
Symbol 402 GraphicUsed by:403
Symbol 403 MovieClip [DataHeaderBackGnd]Uses:402Used by:414
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClip [DataHeaderOverlay]Uses:404Used by:414
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClip [DataHeaderSeperator]Uses:406Used by:414
Symbol 408 GraphicUsed by:409
Symbol 409 MovieClip [DataSortArrow]Uses:408Used by:414
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClip [DataStretchBar]Uses:410Used by:414
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClip [cursorStretch]Uses:412Used by:414
Symbol 414 MovieClip [DataGridAssets]Uses:403 405 407 409 411 413Used by:418
Symbol 415 MovieClip [DataGridColumn]Used by:418
Symbol 416 MovieClip [DataGridRow]Uses:185Used by:418
Symbol 417 MovieClip [List]Uses:10 186Used by:418 466  Timeline
Symbol 418 MovieClip [DataGrid]Uses:10 414 415 416 417 148
Symbol 422 BitmapUsed by:423
Symbol 423 GraphicUses:422Used by:424
Symbol 424 MovieClip [DataBindingClasses]Uses:423
Symbol 454 MovieClip [ComboBase]Uses:10 31 32 148Used by:466
Symbol 455 GraphicUsed by:459 463 464
Symbol 456 GraphicUsed by:457
Symbol 457 MovieClipUses:456Used by:459 463 464
Symbol 458 GraphicUsed by:459 463 464
Symbol 459 MovieClip [ComboDownArrowUp]Uses:455 457 458 45Used by:460 465
Symbol 460 MovieClip [ComboDownArrowDisabled]Uses:459Used by:465
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClip [ComboThemeColor1]Uses:461Used by:463 464
Symbol 463 MovieClip [ComboDownArrowDown]Uses:455 462 457 458 45Used by:465
Symbol 464 MovieClip [ComboDownArrowOver]Uses:455 462 457 458 45Used by:465
Symbol 465 MovieClip [ComboAssets]Uses:460 463 464 459Used by:466
Symbol 466 MovieClip [ComboBox]Uses:10 454 417 465
Symbol 467 GraphicUsed by:468
Symbol 468 MovieClip [next_button]Uses:467
Symbol 469 GraphicUsed by:473
Symbol 470 GraphicUsed by:473
Symbol 471 GraphicUsed by:473
Symbol 472 GraphicUsed by:473
Symbol 473 MovieClip [item]Uses:469 470 471 472
Symbol 474 GraphicUsed by:475
Symbol 475 MovieClip [letter_3]Uses:474
Symbol 476 GraphicUsed by:477
Symbol 477 MovieClip [letter_8]Uses:476
Symbol 478 GraphicUsed by:479
Symbol 479 MovieClip [letter_6]Uses:478
Symbol 480 GraphicUsed by:481
Symbol 481 MovieClip [letter_4]Uses:480
Symbol 482 GraphicUsed by:483
Symbol 483 MovieClip [letter_5]Uses:482
Symbol 484 GraphicUsed by:485
Symbol 485 MovieClip [letter_9]Uses:484
Symbol 486 GraphicUsed by:487
Symbol 487 MovieClip [letter_1]Uses:486
Symbol 488 GraphicUsed by:489
Symbol 489 MovieClip [letter_7]Uses:488
Symbol 490 GraphicUsed by:491
Symbol 491 MovieClip [letter_2]Uses:490
Symbol 492 GraphicUsed by:493
Symbol 493 MovieClip [letter_0]Uses:492
Symbol 494 GraphicUsed by:495
Symbol 495 MovieClip [letter_d]Uses:494
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClip [letter_z]Uses:496
Symbol 498 GraphicUsed by:499
Symbol 499 MovieClip [letter_o]Uses:498
Symbol 500 GraphicUsed by:501
Symbol 501 MovieClip [letter_$]Uses:500
Symbol 502 GraphicUsed by:503
Symbol 503 MovieClip [letter_r]Uses:502
Symbol 504 GraphicUsed by:505
Symbol 505 MovieClip [letter_y]Uses:504
Symbol 506 GraphicUsed by:507
Symbol 507 MovieClip [letter_n]Uses:506
Symbol 508 GraphicUsed by:509
Symbol 509 MovieClip [letter_%]Uses:508
Symbol 510 GraphicUsed by:511
Symbol 511 MovieClip [letter_/]Uses:510
Symbol 512 GraphicUsed by:513
Symbol 513 MovieClip [letter_?]Uses:512
Symbol 514 GraphicUsed by:515
Symbol 515 MovieClip [letter_l]Uses:514
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClip [letter_x]Uses:516
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClip [letter_v]Uses:518
Symbol 520 GraphicUsed by:521
Symbol 521 MovieClip [letter_p]Uses:520
Symbol 522 GraphicUsed by:523
Symbol 523 MovieClip [letter_k]Uses:522
Symbol 524 GraphicUsed by:525
Symbol 525 MovieClip [letter_!]Uses:524
Symbol 526 GraphicUsed by:527
Symbol 527 MovieClip [letter_w]Uses:526
Symbol 528 GraphicUsed by:529
Symbol 529 MovieClip [letter_a]Uses:528
Symbol 530 GraphicUsed by:531
Symbol 531 MovieClip [letter_m]Uses:530
Symbol 532 GraphicUsed by:533
Symbol 533 MovieClip [letter_i]Uses:532
Symbol 534 GraphicUsed by:535
Symbol 535 MovieClip [letter_f]Uses:534
Symbol 536 GraphicUsed by:537
Symbol 537 MovieClip [letter_j]Uses:536
Symbol 538 GraphicUsed by:539
Symbol 539 MovieClip [letter_u]Uses:538
Symbol 540 GraphicUsed by:541
Symbol 541 MovieClip [letter_q]Uses:540
Symbol 542 GraphicUsed by:543
Symbol 543 MovieClip [letter_h]Uses:542
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClip [letter_e]Uses:544
Symbol 546 GraphicUsed by:547
Symbol 547 MovieClip [letter_g]Uses:546
Symbol 548 GraphicUsed by:549
Symbol 549 MovieClip [letter_c]Uses:548
Symbol 550 GraphicUsed by:551
Symbol 551 MovieClip [letter_b]Uses:550
Symbol 552 GraphicUsed by:553
Symbol 553 MovieClip [letter_s]Uses:552
Symbol 554 GraphicUsed by:555
Symbol 555 MovieClip [letter_t]Uses:554
Symbol 556 GraphicUsed by:557 586 649 653 654 663
Symbol 557 MovieClip [fpb_hitArea]Uses:556
Symbol 558 GraphicUsed by:559 560 567 568 573 574 575 576 579 580 691
Symbol 559 MovieClipUses:558Used by:566
Symbol 560 MovieClipUses:558Used by:566
Symbol 561 GraphicUsed by:562 563 569 570 581 582 599 601 697 753
Symbol 562 MovieClipUses:561Used by:566
Symbol 563 MovieClipUses:561Used by:566
Symbol 564 GraphicUsed by:565 571 577 583 617 633 650 651 657 658 660 666 678
Symbol 565 MovieClipUses:564Used by:566
Symbol 566 MovieClipUses:559 560 562 563 565Used by:585
Symbol 567 MovieClipUses:558Used by:572
Symbol 568 MovieClipUses:558Used by:572
Symbol 569 MovieClipUses:561Used by:572
Symbol 570 MovieClipUses:561Used by:572
Symbol 571 MovieClipUses:564Used by:572
Symbol 572 MovieClipUses:567 568 569 570 571Used by:585
Symbol 573 MovieClipUses:558Used by:578
Symbol 574 MovieClipUses:558Used by:578
Symbol 575 MovieClipUses:558Used by:578
Symbol 576 MovieClipUses:558Used by:578
Symbol 577 MovieClipUses:564Used by:578
Symbol 578 MovieClipUses:573 574 575 576 577Used by:585
Symbol 579 MovieClipUses:558Used by:584
Symbol 580 MovieClipUses:558Used by:584
Symbol 581 MovieClipUses:561Used by:584
Symbol 582 MovieClipUses:561Used by:584
Symbol 583 MovieClipUses:564Used by:584
Symbol 584 MovieClipUses:579 580 581 582 583Used by:585
Symbol 585 MovieClip [fpb_states]Uses:566 572 578 584
Symbol 586 MovieClip [fcb_hitArea]Uses:556
Symbol 587 GraphicUsed by:588 624 628 638 671 675 683
Symbol 588 MovieClipUses:587Used by:595
Symbol 589 GraphicUsed by:590
Symbol 590 MovieClipUses:589Used by:595
Symbol 591 GraphicUsed by:592
Symbol 592 MovieClipUses:591Used by:595
Symbol 593 GraphicUsed by:594 625 627 637 672 674 682
Symbol 594 MovieClipUses:593Used by:595
Symbol 595 MovieClipUses:588 590 592 594Used by:609
Symbol 596 GraphicUsed by:597 610 1413 1415 1417 1419 2105
Symbol 597 MovieClipUses:596Used by:598
Symbol 598 MovieClipUses:597Used by:609
Symbol 599 MovieClipUses:561Used by:600
Symbol 600 MovieClipUses:599Used by:609
Symbol 601 MovieClipUses:561Used by:602
Symbol 602 MovieClipUses:601Used by:609
Symbol 603 GraphicUsed by:604
Symbol 604 MovieClipUses:603Used by:605
Symbol 605 MovieClipUses:604Used by:609
Symbol 606 GraphicUsed by:607
Symbol 607 MovieClipUses:606Used by:608
Symbol 608 MovieClipUses:607Used by:609
Symbol 609 MovieClip [fcb_states]Uses:595 598 600 602 605 608
Symbol 610 MovieClipUses:596Used by:612
Symbol 611 GraphicUsed by:612
Symbol 612 MovieClip [FBoundingBoxSymbol]Uses:610 611Used by:615 706 751
Symbol 613 GraphicUsed by:614
Symbol 614 MovieClipUses:613Used by:615
Symbol 615 MovieClip [FCheckBoxSymbol]Uses:612 614
Symbol 616 MovieClip [FUIComponentSymbol]
Symbol 617 MovieClipUses:564Used by:626
Symbol 618 GraphicUsed by:619
Symbol 619 MovieClipUses:618Used by:626
Symbol 620 GraphicUsed by:621 639 669 684
Symbol 621 MovieClipUses:620Used by:626
Symbol 622 GraphicUsed by:623 640 670 685
Symbol 623 MovieClipUses:622Used by:626
Symbol 624 MovieClipUses:587Used by:626
Symbol 625 MovieClipUses:593Used by:626
Symbol 626 MovieClipUses:617 619 621 623 624 625Used by:646
Symbol 627 MovieClipUses:593Used by:636
Symbol 628 MovieClipUses:587Used by:636
Symbol 629 GraphicUsed by:630 676
Symbol 630 MovieClipUses:629Used by:636
Symbol 631 GraphicUsed by:632 677
Symbol 632 MovieClipUses:631Used by:636
Symbol 633 MovieClipUses:564Used by:636
Symbol 634 GraphicUsed by:635
Symbol 635 MovieClipUses:634Used by:636
Symbol 636 MovieClipUses:627 628 630 632 633 635Used by:646
Symbol 637 MovieClipUses:593Used by:645
Symbol 638 MovieClipUses:587Used by:645
Symbol 639 MovieClipUses:620Used by:645
Symbol 640 MovieClipUses:622Used by:645
Symbol 641 GraphicUsed by:642 686
Symbol 642 MovieClipUses:641Used by:645
Symbol 643 GraphicUsed by:644
Symbol 644 MovieClipUses:643Used by:645
Symbol 645 MovieClipUses:637 638 639 640 642 644Used by:646
Symbol 646 MovieClip [UpArrow]Uses:626 636 645
Symbol 647 GraphicUsed by:648
Symbol 648 MovieClipUses:647Used by:652
Symbol 649 MovieClipUses:556Used by:652
Symbol 650 MovieClipUses:564Used by:652
Symbol 651 MovieClipUses:564Used by:652
Symbol 652 MovieClipUses:648 649 650 651Used by:665
Symbol 653 MovieClipUses:556Used by:659
Symbol 654 MovieClipUses:556Used by:659
Symbol 655 GraphicUsed by:656
Symbol 656 MovieClipUses:655Used by:659
Symbol 657 MovieClipUses:564Used by:659
Symbol 658 MovieClipUses:564Used by:659
Symbol 659 MovieClipUses:653 654 656 657 658Used by:665
Symbol 660 MovieClipUses:564Used by:664
Symbol 661 GraphicUsed by:662
Symbol 662 MovieClipUses:661Used by:664
Symbol 663 MovieClipUses:556Used by:664
Symbol 664 MovieClipUses:660 662 663Used by:665
Symbol 665 MovieClip [ScrollThumb]Uses:652 659 664
Symbol 666 MovieClipUses:564Used by:673
Symbol 667 GraphicUsed by:668
Symbol 668 MovieClipUses:667Used by:673
Symbol 669 MovieClipUses:620Used by:673
Symbol 670 MovieClipUses:622Used by:673
Symbol 671 MovieClipUses:587Used by:673
Symbol 672 MovieClipUses:593Used by:673
Symbol 673 MovieClipUses:666 668 669 670 671 672Used by:690
Symbol 674 MovieClipUses:593Used by:681
Symbol 675 MovieClipUses:587Used by:681
Symbol 676 MovieClipUses:629Used by:681
Symbol 677 MovieClipUses:631Used by:681
Symbol 678 MovieClipUses:564Used by:681
Symbol 679 GraphicUsed by:680
Symbol 680 MovieClipUses:679Used by:681
Symbol 681 MovieClipUses:674 675 676 677 678 680Used by:690
Symbol 682 MovieClipUses:593Used by:689
Symbol 683 MovieClipUses:587Used by:689
Symbol 684 MovieClipUses:620Used by:689
Symbol 685 MovieClipUses:622Used by:689
Symbol 686 MovieClipUses:641Used by:689
Symbol 687 GraphicUsed by:688
Symbol 688 MovieClipUses:687Used by:689
Symbol 689 MovieClipUses:682 683 684 685 686 688Used by:690
Symbol 690 MovieClip [DownArrow]Uses:673 681 689
Symbol 691 MovieClipUses:558Used by:692
Symbol 692 MovieClip [FHighlightSymbol]Uses:691
Symbol 693 FontUsed by:694 1496 1497
Symbol 694 EditableTextUses:693Used by:695
Symbol 695 MovieClip [FLabelSymbol]Uses:694
Symbol 696 MovieClip [FListItemSymbol]Used by:706
Symbol 697 MovieClipUses:561Used by:698
Symbol 698 MovieClipUses:697Used by:699
Symbol 699 MovieClip [FScrollBarSymbol]Uses:698Used by:703
Symbol 700 MovieClip [DataProviderSymbol]Used by:702
Symbol 701 MovieClip [FSelectableItemSymbol]Used by:702
Symbol 702 MovieClip [FSelectableListSymbol]Uses:700 701Used by:703
Symbol 703 MovieClip [FScrollSelectListSymbol]Uses:699 702Used by:706 751
Symbol 704 GraphicUsed by:705
Symbol 705 MovieClipUses:704Used by:706
Symbol 706 MovieClip [FListBoxSymbol]Uses:696 703 612 705
Symbol 707 GraphicUsed by:708
Symbol 708 MovieClip [play_button]Uses:707
Symbol 709 GraphicUsed by:710
Symbol 710 MovieClip [pause_button]Uses:709
Symbol 711 GraphicUsed by:712
Symbol 712 MovieClip [prev_button]Uses:711
Symbol 714 GraphicUsed by:716 723 724 725 726 727
Symbol 715 GraphicUsed by:716 723 724 725 726 727
Symbol 716 MovieClip [RadioFalseDisabled]Uses:714 715Used by:728
Symbol 717 GraphicUsed by:718
Symbol 718 MovieClip [RadioThemeColor1]Uses:717Used by:723 724 727
Symbol 719 GraphicUsed by:723 724 727
Symbol 720 GraphicUsed by:721 722
Symbol 721 MovieClipUses:720Used by:723 725
Symbol 722 MovieClip [RadioThemeColor2]Uses:720Used by:723 724
Symbol 723 MovieClip [RadioFalseDown]Uses:714 718 715 719 721 722Used by:728
Symbol 724 MovieClip [RadioFalseOver]Uses:714 718 715 719 722Used by:728
Symbol 725 MovieClip [RadioFalseUp]Uses:714 715 721Used by:728
Symbol 726 MovieClip [RadioTrueDisabled]Uses:714 715Used by:728
Symbol 727 MovieClip [RadioTrueUp]Uses:714 718 715 719Used by:728
Symbol 728 MovieClip [RadioButtonAssets]Uses:716 723 724 725 726 727Used by:729
Symbol 729 MovieClip [RadioButton]Uses:10 36 728Used by:Timeline
Symbol 732 GraphicUsed by:733 737 738 740 742 743 744 745
Symbol 733 MovieClip [CheckFalseDisabled]Uses:732Used by:746
Symbol 734 GraphicUsed by:735
Symbol 735 MovieClip [CheckThemeColor1]Uses:734Used by:737 738 743 744 745
Symbol 736 GraphicUsed by:737 743
Symbol 737 MovieClip [CheckFalseDown]Uses:732 735 736Used by:746
Symbol 738 MovieClip [CheckFalseOver]Uses:732 735Used by:746
Symbol 739 GraphicUsed by:740
Symbol 740 MovieClip [CheckFalseUp]Uses:732 739Used by:746
Symbol 741 GraphicUsed by:742 743 744 745
Symbol 742 MovieClip [CheckTrueDisabled]Uses:732 741Used by:746
Symbol 743 MovieClip [CheckTrueDown]Uses:732 736 741 735Used by:746
Symbol 744 MovieClip [CheckTrueOver]Uses:732 735 741Used by:746
Symbol 745 MovieClip [CheckTrueUp]Uses:732 735 741Used by:746
Symbol 746 MovieClip [CheckBoxAssets]Uses:733 737 738 740 742 743 744 745Used by:747
Symbol 747 MovieClip [CheckBox]Uses:10 746 36Used by:Timeline
Symbol 748 MovieClip [FComboBoxItemSymbol]Used by:751
Symbol 749 GraphicUsed by:750
Symbol 750 MovieClipUses:749Used by:751
Symbol 751 MovieClip [FComboBoxSymbol]Uses:703 748 612 750Used by:Timeline
Symbol 752 GraphicUsed by:753
Symbol 753 MovieClipUses:561 752Used by:Timeline
Symbol 754 FontUsed by:755
Symbol 755 TextUses:754Used by:Timeline
Symbol 756 FontUsed by:757
Symbol 757 EditableTextUses:756Used by:Timeline
Symbol 4 MovieClip [__Packages.mx.core.UIObject]
Symbol 5 MovieClip [__Packages.mx.core.UIComponent]
Symbol 6 MovieClip [__Packages.mx.core.View]
Symbol 7 MovieClip [__Packages.mx.core.ScrollView]
Symbol 8 MovieClip [__Packages.mx.containers.Window]
Symbol 117 MovieClip [__Packages.mx.skins.SkinElement]
Symbol 118 MovieClip [__Packages.mx.styles.CSSTextStyles]
Symbol 119 MovieClip [__Packages.mx.styles.StyleManager]
Symbol 120 MovieClip [__Packages.mx.styles.CSSStyleDeclaration]
Symbol 121 MovieClip [__Packages.mx.skins.Border]
Symbol 122 MovieClip [__Packages.mx.skins.RectBorder]
Symbol 123 MovieClip [__Packages.mx.managers.DepthManager]
Symbol 124 MovieClip [__Packages.mx.events.EventDispatcher]
Symbol 125 MovieClip [__Packages.mx.events.UIEventDispatcher]
Symbol 126 MovieClip [__Packages.mx.core.ExternalContent]
Symbol 127 MovieClip [__Packages.mx.controls.SimpleButton]
Symbol 128 MovieClip [__Packages.mx.skins.CustomBorder]
Symbol 129 MovieClip [__Packages.mx.controls.scrollClasses.ScrollThumb]
Symbol 130 MovieClip [__Packages.mx.controls.scrollClasses.ScrollBar]
Symbol 131 MovieClip [__Packages.mx.controls.HScrollBar]
Symbol 132 MovieClip [__Packages.mx.controls.Button]
Symbol 133 MovieClip [__Packages.mx.skins.ColoredSkinElement]
Symbol 134 MovieClip [__Packages.mx.core.ext.UIObjectExtensions]
Symbol 135 MovieClip [__Packages.mx.skins.halo.Defaults]
Symbol 136 MovieClip [__Packages.mx.managers.SystemManager]
Symbol 137 MovieClip [__Packages.mx.managers.FocusManager]
Symbol 138 MovieClip [__Packages.mx.skins.halo.FocusRect]
Symbol 139 MovieClip [__Packages.mx.managers.OverlappedWindows]
Symbol 140 MovieClip [__Packages.mx.styles.CSSSetStyle]
Symbol 141 MovieClip [__Packages.mx.core.ext.UIComponentExtensions]
Symbol 142 MovieClip [__Packages.mx.skins.halo.RectBorder]
Symbol 143 MovieClip [__Packages.mx.skins.halo.ButtonSkin]
Symbol 144 MovieClip [__Packages.mx.controls.VScrollBar]
Symbol 145 MovieClip [__Packages.mx.controls.TextInput]
Symbol 149 MovieClip [__Packages.mx.controls.TextArea]
Symbol 152 MovieClip [__Packages.mx.controls.ProgressBar]
Symbol 180 MovieClip [__Packages.mx.controls.MenuBar]
Symbol 214 MovieClip [__Packages.mx.controls.listclasses.DataSelector]
Symbol 215 MovieClip [__Packages.mx.controls.listclasses.DataProvider]
Symbol 216 MovieClip [__Packages.mx.controls.listclasses.ScrollSelectList]
Symbol 217 MovieClip [__Packages.mx.controls.treeclasses.TreeDataProvider]
Symbol 218 MovieClip [__Packages.mx.controls.menuclasses.MenuDataProvider]
Symbol 219 MovieClip [__Packages.mx.managers.PopUpManager]
Symbol 220 MovieClip [__Packages.mx.effects.Tween]
Symbol 221 MovieClip [__Packages.mx.controls.Menu]
Symbol 222 MovieClip [__Packages.mx.skins.halo.ActivatorSkin]
Symbol 223 MovieClip [__Packages.mx.controls.menuclasses.MenuBarItem]
Symbol 224 MovieClip [__Packages.mx.controls.listclasses.SelectableRow]
Symbol 225 MovieClip [__Packages.mx.controls.menuclasses.MenuRow]
Symbol 226 MovieClip [__Packages.mx.controls.streamingmedia.ICuePointHolder]
Symbol 227 MovieClip [__Packages.mx.controls.MediaPlayback]
Symbol 367 MovieClip [__Packages.mx.controls.MediaController]
Symbol 368 MovieClip [__Packages.mx.controls.streamingmedia.LoadBar]
Symbol 369 MovieClip [__Packages.mx.controls.streamingmedia.PlayBar]
Symbol 370 MovieClip [__Packages.mx.controls.streamingmedia.StreamingMediaConstants]
Symbol 371 MovieClip [__Packages.mx.controls.streamingmedia.PlayBarThumb]
Symbol 372 MovieClip [__Packages.mx.controls.streamingmedia.MiniPlayBar]
Symbol 373 MovieClip [__Packages.mx.controls.streamingmedia.VolumeControl]
Symbol 374 MovieClip [__Packages.mx.controls.streamingmedia.VolumeControlHandle]
Symbol 375 MovieClip [__Packages.mx.controls.streamingmedia.MuteButton]
Symbol 376 MovieClip [__Packages.mx.controls.streamingmedia.LoudButton]
Symbol 377 MovieClip [__Packages.mx.controls.streamingmedia.Tracer]
Symbol 378 MovieClip [__Packages.mx.controls.streamingmedia.FullScreenToggle]
Symbol 379 MovieClip [__Packages.mx.controls.streamingmedia.FullScreenToggleControl]
Symbol 380 MovieClip [__Packages.mx.controls.streamingmedia.Chrome]
Symbol 381 MovieClip [__Packages.mx.controls.MediaDisplay]
Symbol 382 MovieClip [__Packages.mx.controls.Loader]
Symbol 383 MovieClip [__Packages.mx.events.LowLevelEvents]
Symbol 384 MovieClip [__Packages.mx.screens.Screen]
Symbol 385 MovieClip [__Packages.mx.controls.streamingmedia.ScreenAccommodator]
Symbol 386 MovieClip [__Packages.mx.controls.streamingmedia.CuePoint]
Symbol 387 MovieClip [__Packages.mx.controls.streamingmedia.IPlayer]
Symbol 388 MovieClip [__Packages.mx.controls.streamingmedia.AbstractPlayer]
Symbol 389 MovieClip [__Packages.mx.controls.streamingmedia.PlayerNetStream]
Symbol 390 MovieClip [__Packages.mx.controls.streamingmedia.RTMPPlayer]
Symbol 391 MovieClip [__Packages.mx.controls.streamingmedia.FLVPlayer]
Symbol 392 MovieClip [__Packages.mx.controls.streamingmedia.MP3Player]
Symbol 393 MovieClip [__Packages.mx.controls.streamingmedia.ToEndButton]
Symbol 394 MovieClip [__Packages.mx.controls.streamingmedia.ToStartButton]
Symbol 395 MovieClip [__Packages.mx.controls.streamingmedia.PlayPauseButton]
Symbol 396 MovieClip [__Packages.mx.controls.streamingmedia.HMiniPlayBarTray]
Symbol 397 MovieClip [__Packages.mx.controls.streamingmedia.HPlayBarTray]
Symbol 398 MovieClip [__Packages.mx.controls.streamingmedia.VMiniPlayBarTray]
Symbol 399 MovieClip [__Packages.mx.controls.streamingmedia.VPlayBarTray]
Symbol 400 MovieClip [__Packages.mx.controls.List]
Symbol 401 MovieClip [__Packages.mx.controls.DataGrid]
Symbol 419 MovieClip [__Packages.mx.controls.gridclasses.DataGridColumn]
Symbol 420 MovieClip [__Packages.mx.controls.gridclasses.DataGridRow]
Symbol 421 MovieClip [__Packages.mx.data.components.DataBinding]
Symbol 425 MovieClip [__Packages.mx.data.binding.Binding]
Symbol 426 MovieClip [__Packages.mx.data.binding.TypedValue]
Symbol 427 MovieClip [__Packages.mx.data.binding.DataAccessor]
Symbol 428 MovieClip [__Packages.mx.data.binding.ComponentMixins]
Symbol 429 MovieClip [__Packages.mx.data.binding.ObjectDumper]
Symbol 430 MovieClip [__Packages.mx.xpath.NodePathInfo]
Symbol 431 MovieClip [__Packages.mx.utils.StringTokenParser]
Symbol 432 MovieClip [__Packages.mx.xpath.FilterExpr]
Symbol 433 MovieClip [__Packages.mx.xpath.FilterStack]
Symbol 434 MovieClip [__Packages.mx.xpath.XPathAPI]
Symbol 435 MovieClip [__Packages.mx.data.binding.FieldAccessor]
Symbol 436 MovieClip [__Packages.mx.data.kinds.Data]
Symbol 437 MovieClip [__Packages.mx.data.binding.DataType]
Symbol 438 MovieClip [__Packages.mx.data.binding.EndPoint]
Symbol 439 MovieClip [__Packages.mx.data.binding.Log]
Symbol 440 MovieClip [__Packages.mx.utils.ClassFinder]
Symbol 441 MovieClip [__Packages.mx.data.binding.Formatter]
Symbol 442 MovieClip [__Packages.mx.data.binding.CustomFormatter]
Symbol 443 MovieClip [__Packages.mx.data.binding.CustomValidator]
Symbol 444 MovieClip [__Packages.mx.data.binding.DateBase]
Symbol 445 MovieClip [__Packages.mx.data.binding.Encoder]
Symbol 446 MovieClip [__Packages.mx.data.binding.Kind]
Symbol 447 MovieClip [__Packages.mx.utils.Iterator]
Symbol 448 MovieClip [__Packages.mx.utils.Collection]
Symbol 449 MovieClip [__Packages.mx.utils.IteratorImpl]
Symbol 450 MovieClip [__Packages.mx.utils.CollectionImpl]
Symbol 451 MovieClip [__Packages.mx.utils.StringFormatter]
Symbol 452 MovieClip [__Packages.mx.controls.ComboBase]
Symbol 453 MovieClip [__Packages.mx.controls.ComboBox]
Symbol 713 MovieClip [__Packages.mx.controls.RadioButton]
Symbol 730 MovieClip [__Packages.mx.controls.RadioButtonGroup]
Symbol 731 MovieClip [__Packages.mx.controls.CheckBox]
Symbol 758 GraphicUsed by:785 1430
Symbol 759 GraphicUsed by:785
Symbol 760 GraphicUsed by:785
Symbol 761 GraphicUsed by:785
Symbol 762 GraphicUsed by:785
Symbol 763 GraphicUsed by:785
Symbol 764 GraphicUsed by:785 1532
Symbol 765 BitmapUsed by:766
Symbol 766 GraphicUses:765Used by:785 1532 1575
Symbol 767 GraphicUsed by:785
Symbol 768 GraphicUsed by:785
Symbol 769 GraphicUsed by:785
Symbol 770 GraphicUsed by:785
Symbol 771 GraphicUsed by:772
Symbol 772 ButtonUses:771Used by:785
Symbol 773 SoundUsed by:785
Symbol 774 SoundUsed by:785
Symbol 775 GraphicUsed by:785
Symbol 776 GraphicUsed by:785
Symbol 777 GraphicUsed by:785
Symbol 778 GraphicUsed by:785
Symbol 779 GraphicUsed by:785
Symbol 780 GraphicUsed by:785
Symbol 781 GraphicUsed by:785
Symbol 782 GraphicUsed by:785
Symbol 783 SoundUsed by:785
Symbol 784 GraphicUsed by:785
Symbol 785 MovieClipUses:758 759 760 761 762 763 764 766 767 768 769 770 772 773 774 775 776 777 778 779 780 781 782 783 784Used by:Timeline
Symbol 786 GraphicUsed by:789
Symbol 787 TextUses:3Used by:789
Symbol 788 TextUses:3Used by:789
Symbol 789 ButtonUses:786 787 788Used by:Timeline
Symbol 790 GraphicUsed by:1115
Symbol 791 GraphicUsed by:1115
Symbol 792 SoundUsed by:1115 1388
Symbol 793 GraphicUsed by:1115
Symbol 794 GraphicUsed by:1115
Symbol 795 GraphicUsed by:1115
Symbol 796 GraphicUsed by:1115
Symbol 797 GraphicUsed by:1115
Symbol 798 GraphicUsed by:1115
Symbol 799 GraphicUsed by:1115
Symbol 800 GraphicUsed by:1115
Symbol 801 GraphicUsed by:1115
Symbol 802 GraphicUsed by:1115
Symbol 803 GraphicUsed by:1115
Symbol 804 GraphicUsed by:1115
Symbol 805 GraphicUsed by:1115
Symbol 806 GraphicUsed by:1115
Symbol 807 GraphicUsed by:1115
Symbol 808 GraphicUsed by:1115
Symbol 809 GraphicUsed by:1115
Symbol 810 GraphicUsed by:1115
Symbol 811 GraphicUsed by:1115
Symbol 812 GraphicUsed by:1115
Symbol 813 GraphicUsed by:1115
Symbol 814 GraphicUsed by:1115
Symbol 815 GraphicUsed by:1115
Symbol 816 GraphicUsed by:1115
Symbol 817 GraphicUsed by:1115
Symbol 818 GraphicUsed by:1115
Symbol 819 GraphicUsed by:1115
Symbol 820 GraphicUsed by:1115
Symbol 821 GraphicUsed by:1115
Symbol 822 GraphicUsed by:1115
Symbol 823 GraphicUsed by:1115
Symbol 824 GraphicUsed by:1115
Symbol 825 GraphicUsed by:1115
Symbol 826 GraphicUsed by:1115
Symbol 827 GraphicUsed by:1115
Symbol 828 GraphicUsed by:1115
Symbol 829 GraphicUsed by:1115
Symbol 830 GraphicUsed by:1115
Symbol 831 GraphicUsed by:1115
Symbol 832 GraphicUsed by:1115
Symbol 833 GraphicUsed by:1115
Symbol 834 GraphicUsed by:1115
Symbol 835 GraphicUsed by:1115
Symbol 836 GraphicUsed by:1115
Symbol 837 GraphicUsed by:1115
Symbol 838 GraphicUsed by:1115
Symbol 839 GraphicUsed by:1115
Symbol 840 GraphicUsed by:1115
Symbol 841 GraphicUsed by:1115
Symbol 842 GraphicUsed by:1115
Symbol 843 GraphicUsed by:1115
Symbol 844 GraphicUsed by:1115
Symbol 845 GraphicUsed by:1115
Symbol 846 GraphicUsed by:1115
Symbol 847 GraphicUsed by:1115
Symbol 848 GraphicUsed by:1115
Symbol 849 GraphicUsed by:1115
Symbol 850 GraphicUsed by:1115
Symbol 851 GraphicUsed by:1115
Symbol 852 GraphicUsed by:1115
Symbol 853 GraphicUsed by:1115
Symbol 854 GraphicUsed by:1115
Symbol 855 GraphicUsed by:1115
Symbol 856 GraphicUsed by:1115
Symbol 857 GraphicUsed by:1115
Symbol 858 GraphicUsed by:1115
Symbol 859 GraphicUsed by:1115
Symbol 860 GraphicUsed by:1115
Symbol 861 SoundUsed by:1115
Symbol 862 GraphicUsed by:1115
Symbol 863 GraphicUsed by:1115
Symbol 864 GraphicUsed by:1115
Symbol 865 GraphicUsed by:1115
Symbol 866 GraphicUsed by:1115
Symbol 867 GraphicUsed by:1115
Symbol 868 GraphicUsed by:1115
Symbol 869 GraphicUsed by:1115
Symbol 870 GraphicUsed by:1115
Symbol 871 GraphicUsed by:1115
Symbol 872 GraphicUsed by:1115
Symbol 873 GraphicUsed by:1115
Symbol 874 GraphicUsed by:1115
Symbol 875 GraphicUsed by:1115
Symbol 876 GraphicUsed by:1115
Symbol 877 GraphicUsed by:1115
Symbol 878 GraphicUsed by:1115
Symbol 879 GraphicUsed by:1115
Symbol 880 GraphicUsed by:1115
Symbol 881 GraphicUsed by:1115
Symbol 882 GraphicUsed by:1115
Symbol 883 GraphicUsed by:1115
Symbol 884 GraphicUsed by:1115
Symbol 885 GraphicUsed by:1115
Symbol 886 GraphicUsed by:1115
Symbol 887 GraphicUsed by:1115
Symbol 888 GraphicUsed by:1115
Symbol 889 GraphicUsed by:1115
Symbol 890 SoundUsed by:1115
Symbol 891 GraphicUsed by:1115
Symbol 892 GraphicUsed by:1115
Symbol 893 GraphicUsed by:1115
Symbol 894 GraphicUsed by:1115
Symbol 895 GraphicUsed by:1115
Symbol 896 GraphicUsed by:1115
Symbol 897 GraphicUsed by:1115
Symbol 898 GraphicUsed by:1115
Symbol 899 GraphicUsed by:1115
Symbol 900 GraphicUsed by:1115
Symbol 901 GraphicUsed by:1115
Symbol 902 GraphicUsed by:1115
Symbol 903 GraphicUsed by:1115
Symbol 904 GraphicUsed by:1115
Symbol 905 GraphicUsed by:1115
Symbol 906 GraphicUsed by:1115
Symbol 907 GraphicUsed by:1115
Symbol 908 GraphicUsed by:1115
Symbol 909 GraphicUsed by:1115
Symbol 910 GraphicUsed by:1115
Symbol 911 GraphicUsed by:1115
Symbol 912 GraphicUsed by:1115
Symbol 913 GraphicUsed by:1115
Symbol 914 GraphicUsed by:1115
Symbol 915 GraphicUsed by:1115
Symbol 916 GraphicUsed by:1115
Symbol 917 GraphicUsed by:1115
Symbol 918 GraphicUsed by:1115
Symbol 919 GraphicUsed by:1115
Symbol 920 GraphicUsed by:1115
Symbol 921 GraphicUsed by:1115
Symbol 922 GraphicUsed by:1115
Symbol 923 GraphicUsed by:1115
Symbol 924 GraphicUsed by:1115
Symbol 925 GraphicUsed by:1115
Symbol 926 GraphicUsed by:1115
Symbol 927 GraphicUsed by:1115
Symbol 928 GraphicUsed by:1115
Symbol 929 GraphicUsed by:1115
Symbol 930 GraphicUsed by:1115
Symbol 931 GraphicUsed by:1115
Symbol 932 GraphicUsed by:1115
Symbol 933 GraphicUsed by:1115
Symbol 934 GraphicUsed by:1115
Symbol 935 GraphicUsed by:1115
Symbol 936 GraphicUsed by:1115
Symbol 937 GraphicUsed by:1115
Symbol 938 GraphicUsed by:1115
Symbol 939 SoundUsed by:1115
Symbol 940 GraphicUsed by:1115
Symbol 941 GraphicUsed by:1115
Symbol 942 GraphicUsed by:1115
Symbol 943 GraphicUsed by:1115
Symbol 944 GraphicUsed by:1115
Symbol 945 GraphicUsed by:1115
Symbol 946 GraphicUsed by:1115
Symbol 947 GraphicUsed by:1115
Symbol 948 GraphicUsed by:1115
Symbol 949 GraphicUsed by:1115
Symbol 950 GraphicUsed by:1115
Symbol 951 GraphicUsed by:1115
Symbol 952 GraphicUsed by:1115
Symbol 953 GraphicUsed by:1115
Symbol 954 GraphicUsed by:1115
Symbol 955 GraphicUsed by:1115
Symbol 956 GraphicUsed by:1115
Symbol 957 GraphicUsed by:1115
Symbol 958 GraphicUsed by:1115
Symbol 959 GraphicUsed by:1115
Symbol 960 GraphicUsed by:1115
Symbol 961 GraphicUsed by:1115
Symbol 962 GraphicUsed by:1115
Symbol 963 GraphicUsed by:1115
Symbol 964 GraphicUsed by:1115
Symbol 965 SoundUsed by:1115
Symbol 966 GraphicUsed by:1115
Symbol 967 GraphicUsed by:1115
Symbol 968 GraphicUsed by:1115
Symbol 969 GraphicUsed by:1115
Symbol 970 GraphicUsed by:1115
Symbol 971 GraphicUsed by:1115
Symbol 972 GraphicUsed by:1115
Symbol 973 GraphicUsed by:1115
Symbol 974 GraphicUsed by:1115
Symbol 975 GraphicUsed by:1115
Symbol 976 GraphicUsed by:1115
Symbol 977 GraphicUsed by:1115
Symbol 978 GraphicUsed by:1115
Symbol 979 GraphicUsed by:1115
Symbol 980 GraphicUsed by:1115
Symbol 981 GraphicUsed by:1115
Symbol 982 GraphicUsed by:1115
Symbol 983 GraphicUsed by:1115
Symbol 984 GraphicUsed by:1115
Symbol 985 GraphicUsed by:1115
Symbol 986 GraphicUsed by:1115
Symbol 987 GraphicUsed by:1115
Symbol 988 GraphicUsed by:1115
Symbol 989 GraphicUsed by:1115
Symbol 990 GraphicUsed by:1115
Symbol 991 GraphicUsed by:1115
Symbol 992 GraphicUsed by:1115
Symbol 993 GraphicUsed by:1115
Symbol 994 GraphicUsed by:1115
Symbol 995 GraphicUsed by:1115
Symbol 996 GraphicUsed by:1115
Symbol 997 GraphicUsed by:1115
Symbol 998 GraphicUsed by:1115
Symbol 999 GraphicUsed by:1115
Symbol 1000 GraphicUsed by:1115
Symbol 1001 GraphicUsed by:1115
Symbol 1002 GraphicUsed by:1115
Symbol 1003 GraphicUsed by:1115
Symbol 1004 GraphicUsed by:1115
Symbol 1005 GraphicUsed by:1115
Symbol 1006 GraphicUsed by:1115
Symbol 1007 GraphicUsed by:1115
Symbol 1008 GraphicUsed by:1115
Symbol 1009 GraphicUsed by:1115
Symbol 1010 GraphicUsed by:1115
Symbol 1011 GraphicUsed by:1115
Symbol 1012 GraphicUsed by:1115
Symbol 1013 GraphicUsed by:1115
Symbol 1014 GraphicUsed by:1115
Symbol 1015 GraphicUsed by:1115
Symbol 1016 GraphicUsed by:1115
Symbol 1017 GraphicUsed by:1115
Symbol 1018 GraphicUsed by:1115
Symbol 1019 GraphicUsed by:1115
Symbol 1020 GraphicUsed by:1115
Symbol 1021 GraphicUsed by:1115
Symbol 1022 GraphicUsed by:1115
Symbol 1023 GraphicUsed by:1115
Symbol 1024 GraphicUsed by:1115
Symbol 1025 GraphicUsed by:1115
Symbol 1026 GraphicUsed by:1115
Symbol 1027 GraphicUsed by:1115
Symbol 1028 GraphicUsed by:1115
Symbol 1029 GraphicUsed by:1115
Symbol 1030 GraphicUsed by:1115
Symbol 1031 GraphicUsed by:1115
Symbol 1032 GraphicUsed by:1115
Symbol 1033 GraphicUsed by:1115
Symbol 1034 GraphicUsed by:1115
Symbol 1035 GraphicUsed by:1115
Symbol 1036 GraphicUsed by:1115
Symbol 1037 GraphicUsed by:1115
Symbol 1038 GraphicUsed by:1115
Symbol 1039 GraphicUsed by:1115
Symbol 1040 GraphicUsed by:1115
Symbol 1041 GraphicUsed by:1115
Symbol 1042 GraphicUsed by:1115
Symbol 1043 GraphicUsed by:1115
Symbol 1044 GraphicUsed by:1115
Symbol 1045 GraphicUsed by:1115
Symbol 1046 GraphicUsed by:1115
Symbol 1047 GraphicUsed by:1115
Symbol 1048 GraphicUsed by:1115
Symbol 1049 GraphicUsed by:1115
Symbol 1050 GraphicUsed by:1115
Symbol 1051 GraphicUsed by:1115
Symbol 1052 GraphicUsed by:1115
Symbol 1053 GraphicUsed by:1115
Symbol 1054 GraphicUsed by:1115
Symbol 1055 GraphicUsed by:1115
Symbol 1056 GraphicUsed by:1115
Symbol 1057 GraphicUsed by:1115
Symbol 1058 GraphicUsed by:1115
Symbol 1059 GraphicUsed by:1115
Symbol 1060 GraphicUsed by:1115
Symbol 1061 GraphicUsed by:1115
Symbol 1062 GraphicUsed by:1115
Symbol 1063 GraphicUsed by:1115
Symbol 1064 GraphicUsed by:1115
Symbol 1065 SoundUsed by:1115
Symbol 1066 GraphicUsed by:1115
Symbol 1067 GraphicUsed by:1115
Symbol 1068 GraphicUsed by:1115
Symbol 1069 GraphicUsed by:1115
Symbol 1070 GraphicUsed by:1115
Symbol 1071 GraphicUsed by:1115
Symbol 1072 GraphicUsed by:1115
Symbol 1073 GraphicUsed by:1115
Symbol 1074 GraphicUsed by:1115
Symbol 1075 GraphicUsed by:1115
Symbol 1076 GraphicUsed by:1115
Symbol 1077 GraphicUsed by:1115
Symbol 1078 GraphicUsed by:1115
Symbol 1079 GraphicUsed by:1115
Symbol 1080 GraphicUsed by:1115
Symbol 1081 GraphicUsed by:1115
Symbol 1082 GraphicUsed by:1115
Symbol 1083 GraphicUsed by:1115
Symbol 1084 GraphicUsed by:1115
Symbol 1085 GraphicUsed by:1115
Symbol 1086 GraphicUsed by:1115
Symbol 1087 GraphicUsed by:1115
Symbol 1088 GraphicUsed by:1115
Symbol 1089 GraphicUsed by:1115
Symbol 1090 GraphicUsed by:1115
Symbol 1091 GraphicUsed by:1115
Symbol 1092 GraphicUsed by:1115
Symbol 1093 GraphicUsed by:1115
Symbol 1094 GraphicUsed by:1115
Symbol 1095 GraphicUsed by:1115
Symbol 1096 GraphicUsed by:1115
Symbol 1097 GraphicUsed by:1115
Symbol 1098 GraphicUsed by:1115
Symbol 1099 GraphicUsed by:1115
Symbol 1100 GraphicUsed by:1115
Symbol 1101 GraphicUsed by:1115
Symbol 1102 GraphicUsed by:1115
Symbol 1103 GraphicUsed by:1115
Symbol 1104 GraphicUsed by:1115
Symbol 1105 GraphicUsed by:1115
Symbol 1106 GraphicUsed by:1115
Symbol 1107 GraphicUsed by:1115
Symbol 1108 GraphicUsed by:1115
Symbol 1109 GraphicUsed by:1115
Symbol 1110 GraphicUsed by:1115
Symbol 1111 GraphicUsed by:1115
Symbol 1112 GraphicUsed by:1115
Symbol 1113 GraphicUsed by:1115
Symbol 1114 GraphicUsed by:1115
Symbol 1115 MovieClipUses:790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114Used by:Timeline
Symbol 1116 FontUsed by:1117
Symbol 1117 EditableTextUses:1116Used by:1118
Symbol 1118 MovieClipUses:1117Used by:Timeline
Symbol 1119 GraphicUsed by:1138
Symbol 1120 Sound [alarm]Used by:1138
Symbol 1121 Sound [cadence]Used by:1138
Symbol 1122 Sound [metal punch]Used by:1138
Symbol 1123 Sound [nukeblast]Used by:1138 2105
Symbol 1124 Sound [shield_hit]Used by:1138
Symbol 1125 Sound [snap]Used by:1138 2105
Symbol 1126 Sound [goingdown]Used by:1138
Symbol 1127 Sound [missile]Used by:1138
Symbol 1128 Sound [fireburst]Used by:1138
Symbol 1129 Sound [explosion]Used by:1138
Symbol 1130 Sound [lowbeep]Used by:1138
Symbol 1131 Sound [shot]Used by:1138
Symbol 1132 Sound [bounce]Used by:1138
Symbol 1133 Sound [gunshot2]Used by:1138
Symbol 1134 Sound [gunshot3]Used by:1138
Symbol 1135 Sound [missilesound]Used by:1138
Symbol 1136 Sound [powerup]Used by:1138
Symbol 1137 Sound [jump]Used by:1138
Symbol 1138 MovieClipUses:1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137Used by:Timeline
Symbol 1139 GraphicUsed by:1388
Symbol 1140 GraphicUsed by:1388
Symbol 1141 GraphicUsed by:1388
Symbol 1142 GraphicUsed by:1388
Symbol 1143 GraphicUsed by:1388
Symbol 1144 GraphicUsed by:1388
Symbol 1145 GraphicUsed by:1388
Symbol 1146 GraphicUsed by:1388
Symbol 1147 GraphicUsed by:1388
Symbol 1148 SoundUsed by:1388
Symbol 1149 GraphicUsed by:1388
Symbol 1150 GraphicUsed by:1388
Symbol 1151 GraphicUsed by:1388
Symbol 1152 GraphicUsed by:1388
Symbol 1153 GraphicUsed by:1388
Symbol 1154 GraphicUsed by:1388
Symbol 1155 GraphicUsed by:1388
Symbol 1156 GraphicUsed by:1388
Symbol 1157 GraphicUsed by:1388
Symbol 1158 GraphicUsed by:1388
Symbol 1159 GraphicUsed by:1388
Symbol 1160 GraphicUsed by:1388
Symbol 1161 GraphicUsed by:1388
Symbol 1162 GraphicUsed by:1388
Symbol 1163 GraphicUsed by:1388
Symbol 1164 GraphicUsed by:1388
Symbol 1165 GraphicUsed by:1388
Symbol 1166 GraphicUsed by:1388
Symbol 1167 GraphicUsed by:1388
Symbol 1168 GraphicUsed by:1388
Symbol 1169 GraphicUsed by:1388
Symbol 1170 GraphicUsed by:1388
Symbol 1171 GraphicUsed by:1388
Symbol 1172 GraphicUsed by:1388
Symbol 1173 GraphicUsed by:1388
Symbol 1174 GraphicUsed by:1388
Symbol 1175 GraphicUsed by:1388
Symbol 1176 GraphicUsed by:1388
Symbol 1177 GraphicUsed by:1388
Symbol 1178 GraphicUsed by:1388
Symbol 1179 GraphicUsed by:1388
Symbol 1180 GraphicUsed by:1388
Symbol 1181 GraphicUsed by:1388
Symbol 1182 GraphicUsed by:1388
Symbol 1183 GraphicUsed by:1388
Symbol 1184 GraphicUsed by:1388
Symbol 1185 GraphicUsed by:1388
Symbol 1186 GraphicUsed by:1388
Symbol 1187 GraphicUsed by:1388
Symbol 1188 GraphicUsed by:1388
Symbol 1189 GraphicUsed by:1388
Symbol 1190 GraphicUsed by:1388
Symbol 1191 GraphicUsed by:1388
Symbol 1192 GraphicUsed by:1388
Symbol 1193 GraphicUsed by:1388
Symbol 1194 GraphicUsed by:1388
Symbol 1195 GraphicUsed by:1388
Symbol 1196 GraphicUsed by:1388
Symbol 1197 GraphicUsed by:1388
Symbol 1198 GraphicUsed by:1388
Symbol 1199 GraphicUsed by:1388
Symbol 1200 GraphicUsed by:1388
Symbol 1201 GraphicUsed by:1388
Symbol 1202 GraphicUsed by:1388
Symbol 1203 GraphicUsed by:1388
Symbol 1204 GraphicUsed by:1388
Symbol 1205 GraphicUsed by:1388
Symbol 1206 GraphicUsed by:1388
Symbol 1207 GraphicUsed by:1388
Symbol 1208 GraphicUsed by:1388
Symbol 1209 GraphicUsed by:1388
Symbol 1210 GraphicUsed by:1388
Symbol 1211 GraphicUsed by:1388
Symbol 1212 GraphicUsed by:1388
Symbol 1213 GraphicUsed by:1388
Symbol 1214 GraphicUsed by:1388
Symbol 1215 GraphicUsed by:1388
Symbol 1216 GraphicUsed by:1388
Symbol 1217 GraphicUsed by:1388
Symbol 1218 GraphicUsed by:1388
Symbol 1219 GraphicUsed by:1388
Symbol 1220 GraphicUsed by:1388
Symbol 1221 GraphicUsed by:1388
Symbol 1222 GraphicUsed by:1388
Symbol 1223 SoundUsed by:1388
Symbol 1224 GraphicUsed by:1388
Symbol 1225 GraphicUsed by:1388
Symbol 1226 GraphicUsed by:1388
Symbol 1227 GraphicUsed by:1388
Symbol 1228 GraphicUsed by:1388
Symbol 1229 GraphicUsed by:1388
Symbol 1230 GraphicUsed by:1388
Symbol 1231 GraphicUsed by:1388
Symbol 1232 GraphicUsed by:1388
Symbol 1233 GraphicUsed by:1388
Symbol 1234 SoundUsed by:1388
Symbol 1235 GraphicUsed by:1388
Symbol 1236 GraphicUsed by:1388
Symbol 1237 GraphicUsed by:1388
Symbol 1238 GraphicUsed by:1388
Symbol 1239 GraphicUsed by:1388
Symbol 1240 GraphicUsed by:1388
Symbol 1241 GraphicUsed by:1388
Symbol 1242 GraphicUsed by:1388
Symbol 1243 GraphicUsed by:1388
Symbol 1244 GraphicUsed by:1388
Symbol 1245 GraphicUsed by:1388
Symbol 1246 GraphicUsed by:1388
Symbol 1247 GraphicUsed by:1388
Symbol 1248 GraphicUsed by:1388
Symbol 1249 GraphicUsed by:1388
Symbol 1250 GraphicUsed by:1388
Symbol 1251 GraphicUsed by:1388
Symbol 1252 GraphicUsed by:1388
Symbol 1253 GraphicUsed by:1388
Symbol 1254 GraphicUsed by:1388
Symbol 1255 GraphicUsed by:1388
Symbol 1256 GraphicUsed by:1388
Symbol 1257 GraphicUsed by:1388
Symbol 1258 GraphicUsed by:1388
Symbol 1259 GraphicUsed by:1388
Symbol 1260 GraphicUsed by:1388
Symbol 1261 GraphicUsed by:1388
Symbol 1262 GraphicUsed by:1388
Symbol 1263 GraphicUsed by:1388
Symbol 1264 GraphicUsed by:1388
Symbol 1265 GraphicUsed by:1388
Symbol 1266 GraphicUsed by:1388
Symbol 1267 GraphicUsed by:1388
Symbol 1268 GraphicUsed by:1388
Symbol 1269 GraphicUsed by:1388
Symbol 1270 GraphicUsed by:1388
Symbol 1271 GraphicUsed by:1388
Symbol 1272 GraphicUsed by:1388
Symbol 1273 GraphicUsed by:1388
Symbol 1274 GraphicUsed by:1388
Symbol 1275 GraphicUsed by:1388
Symbol 1276 GraphicUsed by:1388
Symbol 1277 GraphicUsed by:1388
Symbol 1278 GraphicUsed by:1388
Symbol 1279 GraphicUsed by:1388
Symbol 1280 GraphicUsed by:1388
Symbol 1281 GraphicUsed by:1388
Symbol 1282 GraphicUsed by:1388
Symbol 1283 GraphicUsed by:1388
Symbol 1284 GraphicUsed by:1388
Symbol 1285 GraphicUsed by:1388
Symbol 1286 GraphicUsed by:1388
Symbol 1287 GraphicUsed by:1388
Symbol 1288 GraphicUsed by:1388
Symbol 1289 GraphicUsed by:1388
Symbol 1290 GraphicUsed by:1388
Symbol 1291 GraphicUsed by:1388
Symbol 1292 GraphicUsed by:1388
Symbol 1293 GraphicUsed by:1388
Symbol 1294 GraphicUsed by:1388
Symbol 1295 GraphicUsed by:1388
Symbol 1296 GraphicUsed by:1388
Symbol 1297 GraphicUsed by:1388
Symbol 1298 SoundUsed by:1388
Symbol 1299 GraphicUsed by:1388
Symbol 1300 GraphicUsed by:1388
Symbol 1301 GraphicUsed by:1388
Symbol 1302 GraphicUsed by:1388
Symbol 1303 GraphicUsed by:1388
Symbol 1304 GraphicUsed by:1388
Symbol 1305 GraphicUsed by:1388
Symbol 1306 GraphicUsed by:1388
Symbol 1307 GraphicUsed by:1388
Symbol 1308 GraphicUsed by:1388
Symbol 1309 GraphicUsed by:1388
Symbol 1310 GraphicUsed by:1388
Symbol 1311 GraphicUsed by:1388
Symbol 1312 GraphicUsed by:1388
Symbol 1313 GraphicUsed by:1388
Symbol 1314 GraphicUsed by:1388
Symbol 1315 GraphicUsed by:1388
Symbol 1316 GraphicUsed by:1388
Symbol 1317 GraphicUsed by:1388
Symbol 1318 GraphicUsed by:1388
Symbol 1319 GraphicUsed by:1388
Symbol 1320 GraphicUsed by:1388
Symbol 1321 GraphicUsed by:1388
Symbol 1322 GraphicUsed by:1388
Symbol 1323 GraphicUsed by:1388
Symbol 1324 GraphicUsed by:1388
Symbol 1325 GraphicUsed by:1388
Symbol 1326 GraphicUsed by:1388
Symbol 1327 GraphicUsed by:1388
Symbol 1328 GraphicUsed by:1388
Symbol 1329 GraphicUsed by:1388
Symbol 1330 GraphicUsed by:1388
Symbol 1331 GraphicUsed by:1388
Symbol 1332 GraphicUsed by:1388
Symbol 1333 GraphicUsed by:1388
Symbol 1334 GraphicUsed by:1388
Symbol 1335 GraphicUsed by:1388
Symbol 1336 GraphicUsed by:1388
Symbol 1337 GraphicUsed by:1388
Symbol 1338 GraphicUsed by:1388
Symbol 1339 GraphicUsed by:1388
Symbol 1340 GraphicUsed by:1388
Symbol 1341 GraphicUsed by:1388
Symbol 1342 GraphicUsed by:1388
Symbol 1343 GraphicUsed by:1388
Symbol 1344 GraphicUsed by:1388
Symbol 1345 GraphicUsed by:1388
Symbol 1346 GraphicUsed by:1388
Symbol 1347 GraphicUsed by:1388
Symbol 1348 GraphicUsed by:1388
Symbol 1349 GraphicUsed by:1388
Symbol 1350 GraphicUsed by:1388
Symbol 1351 GraphicUsed by:1388
Symbol 1352 GraphicUsed by:1388
Symbol 1353 GraphicUsed by:1388
Symbol 1354 GraphicUsed by:1388
Symbol 1355 GraphicUsed by:1388
Symbol 1356 GraphicUsed by:1388
Symbol 1357 GraphicUsed by:1388
Symbol 1358 GraphicUsed by:1388
Symbol 1359 GraphicUsed by:1388
Symbol 1360 GraphicUsed by:1388
Symbol 1361 GraphicUsed by:1388
Symbol 1362 GraphicUsed by:1388
Symbol 1363 SoundUsed by:1388
Symbol 1364 GraphicUsed by:1388
Symbol 1365 GraphicUsed by:1388
Symbol 1366 GraphicUsed by:1388
Symbol 1367 GraphicUsed by:1388
Symbol 1368 GraphicUsed by:1388
Symbol 1369 GraphicUsed by:1388
Symbol 1370 GraphicUsed by:1388
Symbol 1371 GraphicUsed by:1388
Symbol 1372 GraphicUsed by:1388
Symbol 1373 GraphicUsed by:1388
Symbol 1374 GraphicUsed by:1388
Symbol 1375 GraphicUsed by:1388
Symbol 1376 GraphicUsed by:1388
Symbol 1377 GraphicUsed by:1388
Symbol 1378 GraphicUsed by:1388
Symbol 1379 GraphicUsed by:1388
Symbol 1380 GraphicUsed by:1388
Symbol 1381 GraphicUsed by:1388
Symbol 1382 GraphicUsed by:1388
Symbol 1383 GraphicUsed by:1388
Symbol 1384 GraphicUsed by:1388
Symbol 1385 GraphicUsed by:1388
Symbol 1386 GraphicUsed by:1388
Symbol 1387 GraphicUsed by:1388
Symbol 1388 MovieClipUses:1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 792 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387Used by:Timeline
Symbol 1389 TextUses:3Used by:Timeline
Symbol 1390 TextUses:3Used by:Timeline
Symbol 1391 GraphicUsed by:1394 1399
Symbol 1392 TextUses:3Used by:1394 1399
Symbol 1393 TextUses:3Used by:1394 1399
Symbol 1394 ButtonUses:1391 1392 1393Used by:Timeline
Symbol 1395 TextUses:3Used by:Timeline
Symbol 1396 TextUses:3Used by:Timeline
Symbol 1397 TextUses:3Used by:Timeline
Symbol 1398 TextUses:3Used by:Timeline
Symbol 1399 ButtonUses:1391 1392 1393Used by:Timeline
Symbol 1400 BitmapUsed by:1401
Symbol 1401 GraphicUses:1400Used by:Timeline
Symbol 1402 GraphicUsed by:Timeline
Symbol 1403 TextUses:2Used by:Timeline
Symbol 1404 GraphicUsed by:1405 2112
Symbol 1405 ButtonUses:1404Used by:Timeline
Symbol 1406 GraphicUsed by:1407
Symbol 1407 ButtonUses:1406Used by:Timeline
Symbol 1408 GraphicUsed by:1409 1427
Symbol 1409 MovieClipUses:1408Used by:Timeline
Symbol 1410 BitmapUsed by:1411
Symbol 1411 GraphicUses:1410Used by:Timeline
Symbol 1412 GraphicUsed by:1413
Symbol 1413 ButtonUses:596 1412Used by:Timeline
Symbol 1414 GraphicUsed by:1415
Symbol 1415 ButtonUses:596 1414Used by:Timeline
Symbol 1416 GraphicUsed by:1417
Symbol 1417 ButtonUses:596 1416Used by:Timeline
Symbol 1418 GraphicUsed by:1419
Symbol 1419 ButtonUses:596 1418Used by:Timeline
Symbol 1420 BitmapUsed by:1422
Symbol 1421 BitmapUsed by:1422
Symbol 1422 GraphicUses:1420 1421Used by:Timeline
Symbol 1423 BitmapUsed by:1424
Symbol 1424 GraphicUses:1423Used by:1425
Symbol 1425 MovieClipUses:1424Used by:Timeline
Symbol 1426 TextUses:2Used by:Timeline
Symbol 1427 MovieClipUses:1408Used by:Timeline
Symbol 1428 GraphicUsed by:Timeline
Symbol 1429 GraphicUsed by:1432
Symbol 1430 MovieClipUses:758Used by:1432
Symbol 1431 MovieClipUsed by:1432
Symbol 1432 MovieClipUses:1429 1430 1431Used by:Timeline
Symbol 1433 BitmapUsed by:1434
Symbol 1434 GraphicUses:1433Used by:1437
Symbol 1435 BitmapUsed by:1436
Symbol 1436 GraphicUses:1435Used by:1437
Symbol 1437 MovieClipUses:1434 1436Used by:Timeline
Symbol 1438 GraphicUsed by:1440
Symbol 1439 GraphicUsed by:1440
Symbol 1440 ButtonUses:1438 1439Used by:1441
Symbol 1441 MovieClipUses:1440Used by:Timeline
Symbol 1442 TextUses:3Used by:Timeline
Symbol 1443 TextUses:3Used by:Timeline
Symbol 1444 TextUses:3Used by:Timeline
Symbol 1445 TextUses:3Used by:Timeline
Symbol 1446 GraphicUsed by:1449 1452 1453 1454 1455 1456 1457 1458
Symbol 1447 GraphicUsed by:1449 1453 1455 1457
Symbol 1448 GraphicUsed by:1449 1453 1455 1457
Symbol 1449 ButtonUses:1446 1447 1448Used by:Timeline
Symbol 1450 GraphicUsed by:1452 1454 1456 1458
Symbol 1451 GraphicUsed by:1452 1454 1456 1458
Symbol 1452 ButtonUses:1446 1450 1451Used by:Timeline
Symbol 1453 ButtonUses:1446 1447 1448Used by:Timeline
Symbol 1454 ButtonUses:1446 1450 1451Used by:Timeline
Symbol 1455 ButtonUses:1446 1447 1448Used by:Timeline
Symbol 1456 ButtonUses:1446 1450 1451Used by:Timeline
Symbol 1457 ButtonUses:1446 1447 1448Used by:Timeline
Symbol 1458 ButtonUses:1446 1450 1451Used by:Timeline
Symbol 1459 GraphicUsed by:1461 1462
Symbol 1460 GraphicUsed by:1461 1462
Symbol 1461 ButtonUses:1459 1460Used by:Timeline
Symbol 1462 ButtonUses:1459 1460Used by:Timeline
Symbol 1463 BitmapUsed by:1464
Symbol 1464 GraphicUses:1463Used by:1467
Symbol 1465 BitmapUsed by:1466
Symbol 1466 GraphicUses:1465Used by:1467
Symbol 1467 MovieClipUses:1464 1466Used by:Timeline
Symbol 1468 GraphicUsed by:Timeline
Symbol 1469 FontUsed by:1470 1471 1486
Symbol 1470 TextUses:1469Used by:Timeline
Symbol 1471 TextUses:1469Used by:Timeline
Symbol 1472 FontUsed by:1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1489 1490 1491 1492
Symbol 1473 TextUses:1472Used by:Timeline
Symbol 1474 TextUses:1472Used by:Timeline
Symbol 1475 TextUses:1472Used by:Timeline
Symbol 1476 TextUses:1472Used by:Timeline
Symbol 1477 TextUses:1472Used by:Timeline
Symbol 1478 TextUses:1472Used by:Timeline
Symbol 1479 TextUses:1472Used by:Timeline
Symbol 1480 TextUses:1472Used by:Timeline
Symbol 1481 TextUses:1472Used by:Timeline
Symbol 1482 TextUses:1472Used by:Timeline
Symbol 1483 TextUses:1472Used by:Timeline
Symbol 1484 TextUses:1472Used by:Timeline
Symbol 1485 TextUses:1472Used by:Timeline
Symbol 1486 TextUses:1469Used by:Timeline
Symbol 1487 FontUsed by:1488 1495 1526 1527 2132
Symbol 1488 TextUses:1487Used by:Timeline
Symbol 1489 TextUses:1472Used by:Timeline
Symbol 1490 TextUses:1472Used by:Timeline
Symbol 1491 TextUses:1472Used by:Timeline
Symbol 1492 TextUses:1472Used by:Timeline
Symbol 1493 BitmapUsed by:1494
Symbol 1494 GraphicUses:1493Used by:Timeline
Symbol 1495 TextUses:1487Used by:Timeline
Symbol 1496 EditableTextUses:693Used by:Timeline
Symbol 1497 EditableTextUses:693Used by:Timeline
Symbol 1498 GraphicUsed by:1515
Symbol 1499 GraphicUsed by:1515
Symbol 1500 GraphicUsed by:1515
Symbol 1501 GraphicUsed by:1515
Symbol 1502 GraphicUsed by:1515
Symbol 1503 GraphicUsed by:1515
Symbol 1504 GraphicUsed by:1515
Symbol 1505 GraphicUsed by:1515
Symbol 1506 GraphicUsed by:1515
Symbol 1507 GraphicUsed by:1515
Symbol 1508 GraphicUsed by:1515
Symbol 1509 GraphicUsed by:1515
Symbol 1510 GraphicUsed by:1515
Symbol 1511 GraphicUsed by:1515
Symbol 1512 GraphicUsed by:1515
Symbol 1513 GraphicUsed by:1515
Symbol 1514 GraphicUsed by:1515
Symbol 1515 MovieClipUses:1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514Used by:Timeline
Symbol 1516 GraphicUsed by:1521
Symbol 1517 BitmapUsed by:1518
Symbol 1518 GraphicUses:1517Used by:1521
Symbol 1519 BitmapUsed by:1520
Symbol 1520 GraphicUses:1519Used by:1521
Symbol 1521 MovieClipUses:1516 1518 1520Used by:Timeline
Symbol 1522 BitmapUsed by:1523
Symbol 1523 GraphicUses:1522Used by:1524
Symbol 1524 MovieClipUses:1523Used by:Timeline
Symbol 1525 GraphicUsed by:1530
Symbol 1526 EditableTextUses:1487Used by:1530
Symbol 1527 TextUses:1487Used by:1530
Symbol 1528 GraphicUsed by:1529
Symbol 1529 MovieClipUses:1528Used by:1530
Symbol 1530 MovieClipUses:1525 1526 1527 1529Used by:Timeline
Symbol 1531 GraphicUsed by:Timeline
Symbol 1532 MovieClipUses:764 766Used by:Timeline
Symbol 1533 GraphicUsed by:1534
Symbol 1534 MovieClipUses:1533Used by:1535
Symbol 1535 MovieClipUses:1534Used by:Timeline
Symbol 1536 GraphicUsed by:1538
Symbol 1537 GraphicUsed by:1538
Symbol 1538 MovieClipUses:1536 1537Used by:Timeline
Symbol 1539 GraphicUsed by:1540 2056
Symbol 1540 MovieClipUses:1539Used by:Timeline
Symbol 1541 GraphicUsed by:1542
Symbol 1542 MovieClipUses:1541Used by:Timeline
Symbol 1543 GraphicUsed by:1544
Symbol 1544 MovieClipUses:1543Used by:Timeline
Symbol 1545 BitmapUsed by:1546
Symbol 1546 GraphicUses:1545Used by:1547
Symbol 1547 MovieClipUses:1546Used by:Timeline
Symbol 1548 GraphicUsed by:1559
Symbol 1549 GraphicUsed by:1559
Symbol 1550 GraphicUsed by:1559
Symbol 1551 GraphicUsed by:1559
Symbol 1552 GraphicUsed by:1559
Symbol 1553 GraphicUsed by:1559
Symbol 1554 GraphicUsed by:1559
Symbol 1555 GraphicUsed by:1559
Symbol 1556 GraphicUsed by:1559
Symbol 1557 GraphicUsed by:1559
Symbol 1558 GraphicUsed by:1559
Symbol 1559 MovieClipUses:1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558Used by:Timeline
Symbol 1560 BitmapUsed by:1561
Symbol 1561 GraphicUses:1560Used by:1562
Symbol 1562 MovieClipUses:1561Used by:Timeline
Symbol 1563 BitmapUsed by:1564
Symbol 1564 GraphicUses:1563Used by:1565
Symbol 1565 MovieClipUses:1564Used by:Timeline
Symbol 1566 BitmapUsed by:1567
Symbol 1567 GraphicUses:1566Used by:1568
Symbol 1568 MovieClipUses:1567Used by:Timeline
Symbol 1569 BitmapUsed by:1570
Symbol 1570 GraphicUses:1569Used by:1571
Symbol 1571 MovieClipUses:1570Used by:Timeline
Symbol 1572 BitmapUsed by:1573
Symbol 1573 GraphicUses:1572Used by:1574
Symbol 1574 MovieClipUses:1573Used by:Timeline
Symbol 1575 MovieClipUses:766Used by:Timeline
Symbol 1576 GraphicUsed by:1577
Symbol 1577 MovieClipUses:1576Used by:Timeline
Symbol 1578 GraphicUsed by:1579
Symbol 1579 MovieClipUses:1578Used by:Timeline
Symbol 1580 BitmapUsed by:1581
Symbol 1581 GraphicUses:1580Used by:1582
Symbol 1582 MovieClipUses:1581Used by:Timeline
Symbol 1583 BitmapUsed by:1584
Symbol 1584 GraphicUses:1583Used by:1585
Symbol 1585 MovieClipUses:1584Used by:Timeline
Symbol 1586 BitmapUsed by:1587
Symbol 1587 GraphicUses:1586Used by:1588
Symbol 1588 MovieClipUses:1587Used by:Timeline
Symbol 1589 BitmapUsed by:1590
Symbol 1590 GraphicUses:1589Used by:1591
Symbol 1591 MovieClipUses:1590Used by:1594
Symbol 1592 BitmapUsed by:1593
Symbol 1593 GraphicUses:1592Used by:1594
Symbol 1594 MovieClipUses:1591 1593Used by:Timeline
Symbol 1595 GraphicUsed by:1596
Symbol 1596 MovieClipUses:1595Used by:Timeline
Symbol 1597 GraphicUsed by:1598
Symbol 1598 MovieClipUses:1597Used by:Timeline
Symbol 1599 GraphicUsed by:1600
Symbol 1600 MovieClipUses:1599Used by:Timeline
Symbol 1601 BitmapUsed by:1602
Symbol 1602 GraphicUses:1601Used by:1603
Symbol 1603 MovieClipUses:1602Used by:Timeline
Symbol 1604 GraphicUsed by:1605 2075
Symbol 1605 MovieClipUses:1604Used by:Timeline
Symbol 1606 BitmapUsed by:1607
Symbol 1607 GraphicUses:1606Used by:1608
Symbol 1608 MovieClipUses:1607Used by:Timeline
Symbol 1609 BitmapUsed by:1610
Symbol 1610 GraphicUses:1609Used by:1611
Symbol 1611 MovieClipUses:1610Used by:Timeline
Symbol 1612 GraphicUsed by:1643
Symbol 1613 GraphicUsed by:1643
Symbol 1614 GraphicUsed by:1643
Symbol 1615 GraphicUsed by:1643
Symbol 1616 GraphicUsed by:1643
Symbol 1617 GraphicUsed by:1643
Symbol 1618 GraphicUsed by:1643
Symbol 1619 GraphicUsed by:1643
Symbol 1620 GraphicUsed by:1643
Symbol 1621 GraphicUsed by:1643
Symbol 1622 GraphicUsed by:1643
Symbol 1623 GraphicUsed by:1643
Symbol 1624 GraphicUsed by:1643
Symbol 1625 GraphicUsed by:1643
Symbol 1626 GraphicUsed by:1643
Symbol 1627 GraphicUsed by:1643
Symbol 1628 GraphicUsed by:1643
Symbol 1629 GraphicUsed by:1643
Symbol 1630 GraphicUsed by:1643
Symbol 1631 GraphicUsed by:1643
Symbol 1632 GraphicUsed by:1643
Symbol 1633 GraphicUsed by:1643
Symbol 1634 GraphicUsed by:1643
Symbol 1635 GraphicUsed by:1643
Symbol 1636 GraphicUsed by:1643
Symbol 1637 GraphicUsed by:1643
Symbol 1638 GraphicUsed by:1643
Symbol 1639 GraphicUsed by:1643
Symbol 1640 GraphicUsed by:1643
Symbol 1641 GraphicUsed by:1643
Symbol 1642 GraphicUsed by:1643
Symbol 1643 MovieClipUses:1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642Used by:Timeline
Symbol 1644 BitmapUsed by:1645
Symbol 1645 GraphicUses:1644Used by:1646
Symbol 1646 MovieClipUses:1645Used by:1648
Symbol 1647 SoundUsed by:1648
Symbol 1648 MovieClipUses:1646 1647Used by:Timeline
Symbol 1649 GraphicUsed by:1653
Symbol 1650 BitmapUsed by:1651
Symbol 1651 GraphicUses:1650Used by:1653
Symbol 1652 SoundUsed by:1653 1664
Symbol 1653 MovieClipUses:1649 1651 1652Used by:1904
Symbol 1654 BitmapUsed by:1655
Symbol 1655 GraphicUses:1654Used by:1904 2059
Symbol 1656 GraphicUsed by:1657
Symbol 1657 MovieClipUses:1656Used by:1904 2059
Symbol 1658 GraphicUsed by:1664
Symbol 1659 GraphicUsed by:1661
Symbol 1660 GraphicUsed by:1661
Symbol 1661 MovieClipUses:1659 1660Used by:1664
Symbol 1662 BitmapUsed by:1663
Symbol 1663 GraphicUses:1662Used by:1664
Symbol 1664 MovieClipUses:1658 1661 1663 1652Used by:1904
Symbol 1665 GraphicUsed by:1666
Symbol 1666 MovieClipUses:1665Used by:1904
Symbol 1667 GraphicUsed by:1668
Symbol 1668 MovieClipUses:1667Used by:1904
Symbol 1669 BitmapUsed by:1670
Symbol 1670 GraphicUses:1669Used by:1904 2059
Symbol 1671 BitmapUsed by:1672
Symbol 1672 GraphicUses:1671Used by:1904 2059
Symbol 1673 BitmapUsed by:1674
Symbol 1674 GraphicUses:1673Used by:1904 2059
Symbol 1675 BitmapUsed by:1676
Symbol 1676 GraphicUses:1675Used by:1904
Symbol 1677 BitmapUsed by:1678
Symbol 1678 GraphicUses:1677Used by:1904
Symbol 1679 BitmapUsed by:1680
Symbol 1680 GraphicUses:1679Used by:1904
Symbol 1681 BitmapUsed by:1682
Symbol 1682 GraphicUses:1681Used by:1904
Symbol 1683 BitmapUsed by:1684
Symbol 1684 GraphicUses:1683Used by:1904
Symbol 1685 BitmapUsed by:1686
Symbol 1686 GraphicUses:1685Used by:1904
Symbol 1687 BitmapUsed by:1688
Symbol 1688 GraphicUses:1687Used by:1904
Symbol 1689 BitmapUsed by:1690
Symbol 1690 GraphicUses:1689Used by:1904
Symbol 1691 BitmapUsed by:1692
Symbol 1692 GraphicUses:1691Used by:1904
Symbol 1693 BitmapUsed by:1694
Symbol 1694 GraphicUses:1693Used by:1904
Symbol 1695 BitmapUsed by:1696
Symbol 1696 GraphicUses:1695Used by:1904
Symbol 1697 BitmapUsed by:1698
Symbol 1698 GraphicUses:1697Used by:1904
Symbol 1699 BitmapUsed by:1700
Symbol 1700 GraphicUses:1699Used by:1904
Symbol 1701 BitmapUsed by:1702
Symbol 1702 GraphicUses:1701Used by:1904
Symbol 1703 BitmapUsed by:1704
Symbol 1704 GraphicUses:1703Used by:1904
Symbol 1705 BitmapUsed by:1706
Symbol 1706 GraphicUses:1705Used by:1904
Symbol 1707 BitmapUsed by:1708
Symbol 1708 GraphicUses:1707Used by:1904
Symbol 1709 BitmapUsed by:1710
Symbol 1710 GraphicUses:1709Used by:1904
Symbol 1711 BitmapUsed by:1712
Symbol 1712 GraphicUses:1711Used by:1904
Symbol 1713 BitmapUsed by:1714
Symbol 1714 GraphicUses:1713Used by:1904
Symbol 1715 BitmapUsed by:1716
Symbol 1716 GraphicUses:1715Used by:1904
Symbol 1717 BitmapUsed by:1718
Symbol 1718 GraphicUses:1717Used by:1904
Symbol 1719 BitmapUsed by:1720
Symbol 1720 GraphicUses:1719Used by:1904
Symbol 1721 BitmapUsed by:1722
Symbol 1722 GraphicUses:1721Used by:1904
Symbol 1723 BitmapUsed by:1724
Symbol 1724 GraphicUses:1723Used by:1904
Symbol 1725 BitmapUsed by:1726
Symbol 1726 GraphicUses:1725Used by:1904
Symbol 1727 BitmapUsed by:1728
Symbol 1728 GraphicUses:1727Used by:1904
Symbol 1729 BitmapUsed by:1730
Symbol 1730 GraphicUses:1729Used by:1904
Symbol 1731 BitmapUsed by:1732
Symbol 1732 GraphicUses:1731Used by:1904
Symbol 1733 BitmapUsed by:1734
Symbol 1734 GraphicUses:1733Used by:1904
Symbol 1735 BitmapUsed by:1736
Symbol 1736 GraphicUses:1735Used by:1904
Symbol 1737 BitmapUsed by:1738
Symbol 1738 GraphicUses:1737Used by:1904
Symbol 1739 BitmapUsed by:1740
Symbol 1740 GraphicUses:1739Used by:1904
Symbol 1741 BitmapUsed by:1742
Symbol 1742 GraphicUses:1741Used by:1904
Symbol 1743 BitmapUsed by:1744
Symbol 1744 GraphicUses:1743Used by:1904
Symbol 1745 BitmapUsed by:1746
Symbol 1746 GraphicUses:1745Used by:1904
Symbol 1747 BitmapUsed by:1748
Symbol 1748 GraphicUses:1747Used by:1904
Symbol 1749 BitmapUsed by:1750
Symbol 1750 GraphicUses:1749Used by:1904
Symbol 1751 BitmapUsed by:1752
Symbol 1752 GraphicUses:1751Used by:1904
Symbol 1753 BitmapUsed by:1754
Symbol 1754 GraphicUses:1753Used by:1904
Symbol 1755 BitmapUsed by:1756
Symbol 1756 GraphicUses:1755Used by:1904
Symbol 1757 BitmapUsed by:1758
Symbol 1758 GraphicUses:1757Used by:1904
Symbol 1759 BitmapUsed by:1760
Symbol 1760 GraphicUses:1759Used by:1904
Symbol 1761 BitmapUsed by:1762
Symbol 1762 GraphicUses:1761Used by:1904
Symbol 1763 BitmapUsed by:1764
Symbol 1764 GraphicUses:1763Used by:1904
Symbol 1765 BitmapUsed by:1766
Symbol 1766 GraphicUses:1765Used by:1904
Symbol 1767 BitmapUsed by:1768
Symbol 1768 GraphicUses:1767Used by:1904
Symbol 1769 BitmapUsed by:1770
Symbol 1770 GraphicUses:1769Used by:1904
Symbol 1771 BitmapUsed by:1772
Symbol 1772 GraphicUses:1771Used by:1904
Symbol 1773 BitmapUsed by:1774
Symbol 1774 GraphicUses:1773Used by:1904
Symbol 1775 BitmapUsed by:1776
Symbol 1776 GraphicUses:1775Used by:1904
Symbol 1777 BitmapUsed by:1778
Symbol 1778 GraphicUses:1777Used by:1904
Symbol 1779 BitmapUsed by:1780
Symbol 1780 GraphicUses:1779Used by:1904
Symbol 1781 BitmapUsed by:1782
Symbol 1782 GraphicUses:1781Used by:1904
Symbol 1783 BitmapUsed by:1784
Symbol 1784 GraphicUses:1783Used by:1904
Symbol 1785 BitmapUsed by:1786
Symbol 1786 GraphicUses:1785Used by:1904
Symbol 1787 BitmapUsed by:1788
Symbol 1788 GraphicUses:1787Used by:1904
Symbol 1789 BitmapUsed by:1790
Symbol 1790 GraphicUses:1789Used by:1904
Symbol 1791 BitmapUsed by:1792
Symbol 1792 GraphicUses:1791Used by:1904
Symbol 1793 BitmapUsed by:1794
Symbol 1794 GraphicUses:1793Used by:1904
Symbol 1795 BitmapUsed by:1796
Symbol 1796 GraphicUses:1795Used by:1904
Symbol 1797 BitmapUsed by:1798
Symbol 1798 GraphicUses:1797Used by:1904
Symbol 1799 BitmapUsed by:1800
Symbol 1800 GraphicUses:1799Used by:1904
Symbol 1801 BitmapUsed by:1802
Symbol 1802 GraphicUses:1801Used by:1904
Symbol 1803 BitmapUsed by:1804
Symbol 1804 GraphicUses:1803Used by:1904
Symbol 1805 BitmapUsed by:1806
Symbol 1806 GraphicUses:1805Used by:1904
Symbol 1807 BitmapUsed by:1808
Symbol 1808 GraphicUses:1807Used by:1904
Symbol 1809 BitmapUsed by:1810
Symbol 1810 GraphicUses:1809Used by:1904
Symbol 1811 BitmapUsed by:1812
Symbol 1812 GraphicUses:1811Used by:1904
Symbol 1813 BitmapUsed by:1814
Symbol 1814 GraphicUses:1813Used by:1904
Symbol 1815 BitmapUsed by:1816
Symbol 1816 GraphicUses:1815Used by:1904
Symbol 1817 BitmapUsed by:1818
Symbol 1818 GraphicUses:1817Used by:1904
Symbol 1819 BitmapUsed by:1820
Symbol 1820 GraphicUses:1819Used by:1904
Symbol 1821 BitmapUsed by:1822
Symbol 1822 GraphicUses:1821Used by:1904
Symbol 1823 BitmapUsed by:1824
Symbol 1824 GraphicUses:1823Used by:1904
Symbol 1825 BitmapUsed by:1826
Symbol 1826 GraphicUses:1825Used by:1904
Symbol 1827 BitmapUsed by:1828
Symbol 1828 GraphicUses:1827Used by:1904
Symbol 1829 BitmapUsed by:1830
Symbol 1830 GraphicUses:1829Used by:1904
Symbol 1831 BitmapUsed by:1832
Symbol 1832 GraphicUses:1831Used by:1904
Symbol 1833 BitmapUsed by:1834
Symbol 1834 GraphicUses:1833Used by:1904
Symbol 1835 BitmapUsed by:1836
Symbol 1836 GraphicUses:1835Used by:1904
Symbol 1837 BitmapUsed by:1838
Symbol 1838 GraphicUses:1837Used by:1904
Symbol 1839 BitmapUsed by:1840
Symbol 1840 GraphicUses:1839Used by:1904
Symbol 1841 BitmapUsed by:1842
Symbol 1842 GraphicUses:1841Used by:1904
Symbol 1843 SoundUsed by:1904
Symbol 1844 BitmapUsed by:1845
Symbol 1845 GraphicUses:1844Used by:1904
Symbol 1846 BitmapUsed by:1847
Symbol 1847 GraphicUses:1846Used by:1904
Symbol 1848 BitmapUsed by:1849
Symbol 1849 GraphicUses:1848Used by:1904
Symbol 1850 BitmapUsed by:1851
Symbol 1851 GraphicUses:1850Used by:1904
Symbol 1852 BitmapUsed by:1853
Symbol 1853 GraphicUses:1852Used by:1904
Symbol 1854 BitmapUsed by:1855
Symbol 1855 GraphicUses:1854Used by:1904
Symbol 1856 BitmapUsed by:1857
Symbol 1857 GraphicUses:1856Used by:1904
Symbol 1858 BitmapUsed by:1859
Symbol 1859 GraphicUses:1858Used by:1904
Symbol 1860 BitmapUsed by:1861
Symbol 1861 GraphicUses:1860Used by:1904
Symbol 1862 BitmapUsed by:1863
Symbol 1863 GraphicUses:1862Used by:1904
Symbol 1864 BitmapUsed by:1865
Symbol 1865 GraphicUses:1864Used by:1904
Symbol 1866 BitmapUsed by:1867
Symbol 1867 GraphicUses:1866Used by:1904
Symbol 1868 BitmapUsed by:1869
Symbol 1869 GraphicUses:1868Used by:1904
Symbol 1870 BitmapUsed by:1871
Symbol 1871 GraphicUses:1870Used by:1904
Symbol 1872 BitmapUsed by:1873
Symbol 1873 GraphicUses:1872Used by:1904
Symbol 1874 BitmapUsed by:1875
Symbol 1875 GraphicUses:1874Used by:1904
Symbol 1876 BitmapUsed by:1877
Symbol 1877 GraphicUses:1876Used by:1904
Symbol 1878 BitmapUsed by:1879
Symbol 1879 GraphicUses:1878Used by:1904
Symbol 1880 BitmapUsed by:1881
Symbol 1881 GraphicUses:1880Used by:1904
Symbol 1882 BitmapUsed by:1883
Symbol 1883 GraphicUses:1882Used by:1904
Symbol 1884 BitmapUsed by:1885
Symbol 1885 GraphicUses:1884Used by:1904
Symbol 1886 BitmapUsed by:1887
Symbol 1887 GraphicUses:1886Used by:1904
Symbol 1888 BitmapUsed by:1889
Symbol 1889 GraphicUses:1888Used by:1904
Symbol 1890 BitmapUsed by:1891
Symbol 1891 GraphicUses:1890Used by:1904
Symbol 1892 BitmapUsed by:1893
Symbol 1893 GraphicUses:1892Used by:1904
Symbol 1894 BitmapUsed by:1895
Symbol 1895 GraphicUses:1894Used by:1904
Symbol 1896 BitmapUsed by:1897
Symbol 1897 GraphicUses:1896Used by:1904
Symbol 1898 BitmapUsed by:1899
Symbol 1899 GraphicUses:1898Used by:1904
Symbol 1900 BitmapUsed by:1901
Symbol 1901 GraphicUses:1900Used by:1904
Symbol 1902 BitmapUsed by:1903
Symbol 1903 GraphicUses:1902Used by:1904
Symbol 1904 MovieClipUses:1653 1655 1657 1664 1666 1668 1670 1672 1674 1676 1678 1680 1682 1684 1686 1688 1690 1692 1694 1696 1698 1700 1702 1704 1706 1708 1710 1712 1714 1716 1718 1720 1722 1724 1726 1728 1730 1732 1734 1736 1738 1740 1742 1744 1746 1748 1750 1752 1754 1756 1758 1760 1762 1764 1766 1768 1770 1772 1774 1776 1778 1780 1782 1784 1786 1788 1790 1792 1794 1796 1798 1800 1802 1804 1806 1808 1810 1812 1814 1816 1818 1820 1822 1824 1826 1828 1830 1832 1834 1836 1838 1840 1842 1843 1845 1847 1849 1851 1853 1855 1857 1859 1861 1863 1865 1867 1869 1871 1873 1875 1877 1879 1881 1883 1885 1887 1889 1891 1893 1895 1897 1899 1901 1903Used by:Timeline
Symbol 1905 GraphicUsed by:1906 2061
Symbol 1906 MovieClipUses:1905Used by:Timeline
Symbol 1907 GraphicUsed by:1915
Symbol 1908 GraphicUsed by:1915
Symbol 1909 GraphicUsed by:1915
Symbol 1910 GraphicUsed by:1915
Symbol 1911 GraphicUsed by:1915
Symbol 1912 GraphicUsed by:1915
Symbol 1913 GraphicUsed by:1915
Symbol 1914 GraphicUsed by:1915
Symbol 1915 MovieClipUses:1907 1908 1909 1910 1911 1912 1913 1914Used by:Timeline
Symbol 1916 GraphicUsed by:1922
Symbol 1917 GraphicUsed by:1922
Symbol 1918 GraphicUsed by:1922
Symbol 1919 GraphicUsed by:1922
Symbol 1920 GraphicUsed by:1922
Symbol 1921 GraphicUsed by:1922
Symbol 1922 MovieClipUses:1916 1917 1918 1919 1920 1921Used by:Timeline
Symbol 1923 BitmapUsed by:1924 1925 1926
Symbol 1924 GraphicUses:1923Used by:1927
Symbol 1925 GraphicUses:1923Used by:1927
Symbol 1926 GraphicUses:1923Used by:1927
Symbol 1927 MovieClipUses:1924 1925 1926Used by:Timeline
Symbol 1928 BitmapUsed by:1929
Symbol 1929 GraphicUses:1928Used by:1930
Symbol 1930 MovieClipUses:1929Used by:1931
Symbol 1931 MovieClipUses:1930Used by:Timeline
Symbol 1932 GraphicUsed by:1933
Symbol 1933 MovieClipUses:1932Used by:Timeline
Symbol 1934 ShapeTweeningUsed by:1937
Symbol 1935 ShapeTweeningUsed by:1937
Symbol 1936 GraphicUsed by:1937
Symbol 1937 MovieClipUses:1934 1935 1936Used by:Timeline
Symbol 1938 BitmapUsed by:1939
Symbol 1939 GraphicUses:1938Used by:2023
Symbol 1940 BitmapUsed by:1941
Symbol 1941 GraphicUses:1940Used by:2023
Symbol 1942 BitmapUsed by:1943
Symbol 1943 GraphicUses:1942Used by:2023
Symbol 1944 BitmapUsed by:1945
Symbol 1945 GraphicUses:1944Used by:2023
Symbol 1946 BitmapUsed by:1947
Symbol 1947 GraphicUses:1946Used by:2023
Symbol 1948 BitmapUsed by:1949
Symbol 1949 GraphicUses:1948Used by:2023
Symbol 1950 BitmapUsed by:1951
Symbol 1951 GraphicUses:1950Used by:2023
Symbol 1952 BitmapUsed by:1953
Symbol 1953 GraphicUses:1952Used by:2023
Symbol 1954 BitmapUsed by:1955
Symbol 1955 GraphicUses:1954Used by:2023
Symbol 1956 BitmapUsed by:1957
Symbol 1957 GraphicUses:1956Used by:2023
Symbol 1958 BitmapUsed by:1959
Symbol 1959 GraphicUses:1958Used by:2023
Symbol 1960 BitmapUsed by:1961
Symbol 1961 GraphicUses:1960Used by:2023
Symbol 1962 BitmapUsed by:1963
Symbol 1963 GraphicUses:1962Used by:2023
Symbol 1964 BitmapUsed by:1965
Symbol 1965 GraphicUses:1964Used by:2023
Symbol 1966 BitmapUsed by:1967
Symbol 1967 GraphicUses:1966Used by:2023
Symbol 1968 BitmapUsed by:1969
Symbol 1969 GraphicUses:1968Used by:2023
Symbol 1970 BitmapUsed by:1971
Symbol 1971 GraphicUses:1970Used by:2023
Symbol 1972 BitmapUsed by:1973
Symbol 1973 GraphicUses:1972Used by:2023
Symbol 1974 BitmapUsed by:1975
Symbol 1975 GraphicUses:1974Used by:2023
Symbol 1976 BitmapUsed by:1977
Symbol 1977 GraphicUses:1976Used by:2023
Symbol 1978 BitmapUsed by:1979
Symbol 1979 GraphicUses:1978Used by:2023
Symbol 1980 BitmapUsed by:1981
Symbol 1981 GraphicUses:1980Used by:2023
Symbol 1982 BitmapUsed by:1983
Symbol 1983 GraphicUses:1982Used by:2023
Symbol 1984 BitmapUsed by:1985
Symbol 1985 GraphicUses:1984Used by:2023
Symbol 1986 BitmapUsed by:1987
Symbol 1987 GraphicUses:1986Used by:2023
Symbol 1988 BitmapUsed by:1989
Symbol 1989 GraphicUses:1988Used by:2023
Symbol 1990 BitmapUsed by:1991
Symbol 1991 GraphicUses:1990Used by:2023
Symbol 1992 BitmapUsed by:1993
Symbol 1993 GraphicUses:1992Used by:2023
Symbol 1994 BitmapUsed by:1995
Symbol 1995 GraphicUses:1994Used by:2023
Symbol 1996 GraphicUsed by:2023
Symbol 1997 BitmapUsed by:1998
Symbol 1998 GraphicUses:1997Used by:2023
Symbol 1999 BitmapUsed by:2000
Symbol 2000 GraphicUses:1999Used by:2023
Symbol 2001 BitmapUsed by:2002
Symbol 2002 GraphicUses:2001Used by:2023
Symbol 2003 BitmapUsed by:2004
Symbol 2004 GraphicUses:2003Used by:2023
Symbol 2005 BitmapUsed by:2006
Symbol 2006 GraphicUses:2005Used by:2023
Symbol 2007 BitmapUsed by:2008
Symbol 2008 GraphicUses:2007Used by:2023
Symbol 2009 BitmapUsed by:2010
Symbol 2010 GraphicUses:2009Used by:2023
Symbol 2011 BitmapUsed by:2012
Symbol 2012 GraphicUses:2011Used by:2023
Symbol 2013 BitmapUsed by:2014
Symbol 2014 GraphicUses:2013Used by:2023
Symbol 2015 BitmapUsed by:2016
Symbol 2016 GraphicUses:2015Used by:2023
Symbol 2017 BitmapUsed by:2018
Symbol 2018 GraphicUses:2017Used by:2023
Symbol 2019 BitmapUsed by:2020
Symbol 2020 GraphicUses:2019Used by:2023
Symbol 2021 BitmapUsed by:2022
Symbol 2022 GraphicUses:2021Used by:2023
Symbol 2023 MovieClipUses:1939 1941 1943 1945 1947 1949 1951 1953 1955 1957 1959 1961 1963 1965 1967 1969 1971 1973 1975 1977 1979 1981 1983 1985 1987 1989 1991 1993 1995 1996 1998 2000 2002 2004 2006 2008 2010 2012 2014 2016 2018 2020 2022Used by:Timeline
Symbol 2024 BitmapUsed by:2025
Symbol 2025 GraphicUses:2024Used by:2026
Symbol 2026 MovieClipUses:2025Used by:Timeline
Symbol 2027 BitmapUsed by:2028
Symbol 2028 GraphicUses:2027Used by:2029
Symbol 2029 MovieClipUses:2028Used by:Timeline
Symbol 2030 BitmapUsed by:2031
Symbol 2031 GraphicUses:2030Used by:2032
Symbol 2032 MovieClipUses:2031Used by:Timeline
Symbol 2033 BitmapUsed by:2034
Symbol 2034 GraphicUses:2033Used by:2035
Symbol 2035 MovieClipUses:2034Used by:Timeline
Symbol 2036 BitmapUsed by:2037
Symbol 2037 GraphicUses:2036Used by:2038
Symbol 2038 MovieClipUses:2037Used by:Timeline
Symbol 2039 BitmapUsed by:2040
Symbol 2040 GraphicUses:2039Used by:2041
Symbol 2041 MovieClipUses:2040Used by:Timeline
Symbol 2042 BitmapUsed by:2043
Symbol 2043 GraphicUses:2042Used by:2044
Symbol 2044 MovieClipUses:2043Used by:Timeline
Symbol 2045 BitmapUsed by:2046
Symbol 2046 GraphicUses:2045Used by:2047
Symbol 2047 MovieClipUses:2046Used by:Timeline
Symbol 2048 BitmapUsed by:2049
Symbol 2049 GraphicUses:2048Used by:2050
Symbol 2050 MovieClipUses:2049Used by:Timeline
Symbol 2051 GraphicUsed by:2053
Symbol 2052 GraphicUsed by:2053
Symbol 2053 MovieClipUses:2051 2052Used by:Timeline
Symbol 2054 GraphicUsed by:2056
Symbol 2055 GraphicUsed by:2056
Symbol 2056 MovieClipUses:2054 1539 2055Used by:Timeline
Symbol 2057 MovieClipUsed by:2058
Symbol 2058 MovieClipUses:2057Used by:Timeline
Symbol 2059 MovieClipUses:1655 1657 1670 1672 1674Used by:2060
Symbol 2060 MovieClipUses:2059Used by:Timeline
Symbol 2061 MovieClipUses:1905Used by:Timeline
Symbol 2062 BitmapUsed by:2063
Symbol 2063 GraphicUses:2062Used by:2068
Symbol 2064 BitmapUsed by:2065
Symbol 2065 GraphicUses:2064Used by:2068
Symbol 2066 GraphicUsed by:2068
Symbol 2067 GraphicUsed by:2068
Symbol 2068 MovieClipUses:2063 2065 2066 2067Used by:Timeline
Symbol 2069 BitmapUsed by:2070
Symbol 2070 GraphicUses:2069Used by:2071
Symbol 2071 MovieClipUses:2070Used by:Timeline
Symbol 2072 BitmapUsed by:2073
Symbol 2073 GraphicUses:2072Used by:2074
Symbol 2074 MovieClipUses:2073Used by:Timeline
Symbol 2075 MovieClipUses:1604Used by:Timeline
Symbol 2076 GraphicUsed by:2084
Symbol 2077 GraphicUsed by:2084
Symbol 2078 FontUsed by:2079 2081 2082 2083
Symbol 2079 EditableTextUses:2078Used by:2084
Symbol 2080 GraphicUsed by:2084
Symbol 2081 EditableTextUses:2078Used by:2084
Symbol 2082 EditableTextUses:2078Used by:2084
Symbol 2083 EditableTextUses:2078Used by:2084
Symbol 2084 MovieClipUses:2076 2077 2079 2080 2081 2082 2083Used by:Timeline
Symbol 2085 GraphicUsed by:2105
Symbol 2086 GraphicUsed by:2105
Symbol 2087 GraphicUsed by:2105
Symbol 2088 GraphicUsed by:2105
Symbol 2089 GraphicUsed by:2105
Symbol 2090 GraphicUsed by:2105
Symbol 2091 GraphicUsed by:2105
Symbol 2092 GraphicUsed by:2105
Symbol 2093 GraphicUsed by:2105
Symbol 2094 GraphicUsed by:2105
Symbol 2095 GraphicUsed by:2105
Symbol 2096 GraphicUsed by:2105
Symbol 2097 GraphicUsed by:2105
Symbol 2098 GraphicUsed by:2105
Symbol 2099 GraphicUsed by:2105
Symbol 2100 GraphicUsed by:2105
Symbol 2101 GraphicUsed by:2105
Symbol 2102 GraphicUsed by:2105
Symbol 2103 GraphicUsed by:2105
Symbol 2104 GraphicUsed by:2105
Symbol 2105 MovieClipUses:596 2085 1125 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 1123Used by:Timeline
Symbol 2106 MovieClipUsed by:2107
Symbol 2107 MovieClipUses:2106Used by:2108
Symbol 2108 MovieClipUses:2107Used by:Timeline
Symbol 2109 GraphicUsed by:2110
Symbol 2110 MovieClipUses:2109Used by:Timeline
Symbol 2111 TextUses:3Used by:Timeline
Symbol 2112 ButtonUses:1404Used by:Timeline
Symbol 2113 SoundUsed by:Timeline
Symbol 2114 BitmapUsed by:2115
Symbol 2115 GraphicUses:2114Used by:Timeline
Symbol 2116 FontUsed by:2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2133 2134 2157 2159
Symbol 2117 TextUses:2116Used by:Timeline
Symbol 2118 EditableTextUses:2116Used by:Timeline
Symbol 2119 TextUses:2116Used by:Timeline
Symbol 2120 TextUses:2116Used by:Timeline
Symbol 2121 TextUses:2116Used by:Timeline
Symbol 2122 EditableTextUses:2116Used by:Timeline
Symbol 2123 EditableTextUses:2116Used by:Timeline
Symbol 2124 EditableTextUses:2116Used by:Timeline
Symbol 2125 TextUses:2116Used by:Timeline
Symbol 2126 EditableTextUses:2116Used by:Timeline
Symbol 2127 TextUses:1Used by:Timeline
Symbol 2128 GraphicUsed by:2130
Symbol 2129 GraphicUsed by:2130
Symbol 2130 MovieClipUses:2128 2129Used by:2131
Symbol 2131 MovieClipUses:2130Used by:Timeline
Symbol 2132 TextUses:1487Used by:Timeline
Symbol 2133 TextUses:2116Used by:Timeline
Symbol 2134 EditableTextUses:2116Used by:Timeline
Symbol 2135 BitmapUsed by:2136
Symbol 2136 GraphicUses:2135Used by:2139
Symbol 2137 BitmapUsed by:2138
Symbol 2138 GraphicUses:2137Used by:2139
Symbol 2139 MovieClipUses:2136 2138Used by:Timeline
Symbol 2140 SoundUsed by:Timeline
Symbol 2141 BitmapUsed by:2142
Symbol 2142 GraphicUses:2141Used by:Timeline
Symbol 2143 TextUses:1Used by:Timeline
Symbol 2144 GraphicUsed by:2145
Symbol 2145 MovieClipUses:2144Used by:Timeline
Symbol 2146 SoundUsed by:Timeline
Symbol 2147 BitmapUsed by:2148
Symbol 2148 GraphicUses:2147Used by:Timeline
Symbol 2149 TextUses:3Used by:Timeline
Symbol 2150 TextUses:3Used by:Timeline
Symbol 2151 TextUses:1Used by:Timeline
Symbol 2152 FontUsed by:2153
Symbol 2153 TextUses:2152Used by:Timeline
Symbol 2154 BitmapUsed by:2155
Symbol 2155 GraphicUses:2154Used by:Timeline
Symbol 2156 TextUses:1Used by:Timeline
Symbol 2157 TextUses:2116Used by:Timeline
Symbol 2158 TextUses:1Used by:Timeline
Symbol 2159 TextUses:2116Used by:Timeline
Symbol 2160 TextUses:1Used by:Timeline
Symbol 2161 BitmapUsed by:2162
Symbol 2162 GraphicUses:2161Used by:Timeline
Symbol 2163 TextUses:1Used by:Timeline
Symbol 2164 TextUses:3Used by:Timeline
Symbol 2165 TextUses:3Used by:Timeline
Symbol 2166 GraphicUsed by:2167
Symbol 2167 ButtonUses:2166Used by:Timeline

Instance Names

"bar1"Frame 1Symbol 753 MovieClip
"levelChooser"Frame 220Symbol 417 MovieClip [List]
"levelChooser"Frame 312Symbol 1432 MovieClip
"dragger"Frame 312Symbol 1441 MovieClip
"mushroom"Frame 336Symbol 1515 MovieClip
"health"Frame 336Symbol 1521 MovieClip
"ground"Frame 336Symbol 1524 MovieClip
"hell"Frame 336Symbol 1530 MovieClip
"MGshots"Frame 336Symbol 1532 MovieClip
"shaker"Frame 336Symbol 1535 MovieClip
"missile"Frame 336Symbol 1538 MovieClip
"cloud1"Frame 336Symbol 1540 MovieClip
"cloud2"Frame 336Symbol 1542 MovieClip
"cloud3"Frame 336Symbol 1544 MovieClip
"tupolev"Frame 336Symbol 1547 MovieClip
"explosionsprite"Frame 336Symbol 1559 MovieClip
"jet2"Frame 336Symbol 1562 MovieClip
"tornado"Frame 336Symbol 1565 MovieClip
"jet1"Frame 336Symbol 1568 MovieClip
"blackbird"Frame 336Symbol 1571 MovieClip
"harrier"Frame 336Symbol 1574 MovieClip
"weapon_MG"Frame 336Symbol 1575 MovieClip
"missile_unguided"Frame 336Symbol 1577 MovieClip
"weapon_fireball"Frame 336Symbol 1579 MovieClip
"weapon_rocket"Frame 336Symbol 1577 MovieClip
"drone"Frame 336Symbol 1582 MovieClip
"jet3"Frame 336Symbol 1585 MovieClip
"weapon_fireball_slow"Frame 336Symbol 1579 MovieClip
"f100"Frame 336Symbol 1588 MovieClip
"tank1"Frame 336Symbol 1594 MovieClip
"cloud1_slow"Frame 336Symbol 1596 MovieClip
"cloud2_slow"Frame 336Symbol 1598 MovieClip
"cloud3_slow"Frame 336Symbol 1600 MovieClip
"jeep"Frame 336Symbol 1603 MovieClip
"weapon_MG_aimed"Frame 336Symbol 1575 MovieClip
"weapon_ball"Frame 336Symbol 1605 MovieClip
"b2_bomber"Frame 336Symbol 1608 MovieClip
"missile_launcher"Frame 336Symbol 1611 MovieClip
"mine"Frame 336Symbol 1643 MovieClip
"pad"Frame 336Symbol 1648 MovieClip
"heli"Frame 336Symbol 1904 MovieClip
"firebolt"Frame 336Symbol 1906 MovieClip
"laserEnabler"Frame 336Symbol 1915 MovieClip
"laser"Frame 336Symbol 1922 MovieClip
"upgrades"Frame 336Symbol 751 MovieClip [FComboBoxSymbol]
"secondary"Frame 336Symbol 751 MovieClip [FComboBoxSymbol]
"life_indicator"Frame 336Symbol 1927 MovieClip
"nuke"Frame 336Symbol 1931 MovieClip
"scoreboard"Frame 336Symbol 1933 MovieClip
"shield"Frame 336Symbol 1937 MovieClip
"rocketsilo"Frame 336Symbol 2023 MovieClip
"goodie_shield"Frame 336Symbol 2026 MovieClip
"goodie_mines"Frame 336Symbol 2029 MovieClip
"goodie_wingman"Frame 336Symbol 2032 MovieClip
"goodie_primary_upgrade"Frame 336Symbol 2035 MovieClip
"goodie_cash"Frame 336Symbol 2038 MovieClip
"goodie_nuke"Frame 336Symbol 2041 MovieClip
"goodie_health"Frame 336Symbol 2044 MovieClip
"goodie_unguided_missiles"Frame 336Symbol 2047 MovieClip
"goodie_guided_missiles"Frame 336Symbol 2050 MovieClip
"wingman_shots"Frame 336Symbol 1532 MovieClip
"playTrigger"Frame 336Symbol 2053 MovieClip
"lifebar"Frame 336Symbol 2056 MovieClip
"letter"Frame 336Symbol 2058 MovieClip
"wingman"Frame 336Symbol 2060 MovieClip
"weapon_bolt"Frame 336Symbol 2061 MovieClip
"pillbox"Frame 336Symbol 2068 MovieClip
"patriot"Frame 336Symbol 2071 MovieClip
"v2_launcher"Frame 336Symbol 2074 MovieClip
"weapon_rocket2"Frame 336Symbol 2075 MovieClip
"sec_weapon_indc"Frame 336Symbol 2084 MovieClip
"flash_display"Frame 336Symbol 2105 MovieClip
"popNum"Frame 336Symbol 2108 MovieClip
"fadeout"Frame 336Symbol 2110 MovieClip
"scoreboard"Frame 372Symbol 2131 MovieClip
"smoke"Frame 398Symbol 747 MovieClip [CheckBox]
"announcements"Frame 398Symbol 747 MovieClip [CheckBox]
"quali1"Frame 398Symbol 729 MovieClip [RadioButton]
"quali2"Frame 398Symbol 729 MovieClip [RadioButton]
"quali3"Frame 398Symbol 729 MovieClip [RadioButton]
"quali4"Frame 398Symbol 729 MovieClip [RadioButton]
"b"Symbol 15 MovieClip [SimpleButtonDown] Frame 1Symbol 12 MovieClip [BrdrShdw]
"face"Symbol 15 MovieClip [SimpleButtonDown] Frame 1Symbol 14 MovieClip [BrdrFace]
"b"Symbol 20 MovieClip [SimpleButtonIn] Frame 1Symbol 17 MovieClip [BrdrBlk]
"it"Symbol 20 MovieClip [SimpleButtonIn] Frame 1Symbol 19 MovieClip [BrdrHilght]
"g"Symbol 20 MovieClip [SimpleButtonIn] Frame 1Symbol 12 MovieClip [BrdrShdw]
"face"Symbol 20 MovieClip [SimpleButtonIn] Frame 1Symbol 14 MovieClip [BrdrFace]
"ob"Symbol 21 MovieClip [SimpleButtonUp] Frame 1Symbol 17 MovieClip [BrdrBlk]
"ol"Symbol 21 MovieClip [SimpleButtonUp] Frame 1Symbol 14 MovieClip [BrdrFace]
"ib"Symbol 21 MovieClip [SimpleButtonUp] Frame 1Symbol 12 MovieClip [BrdrShdw]
"il"Symbol 21 MovieClip [SimpleButtonUp] Frame 1Symbol 19 MovieClip [BrdrHilght]
"face"Symbol 21 MovieClip [SimpleButtonUp] Frame 1Symbol 14 MovieClip [BrdrFace]
"boundingBox_mc"Symbol 28 MovieClip [FocusRect] Frame 1Symbol 10 MovieClip [BoundingBox]
"tabCapture"Symbol 29 MovieClip [FocusManager] Frame 1Symbol 27 Button
"boundingBox_mc"Symbol 32 MovieClip [SimpleButton] Frame 1Symbol 10 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 36 MovieClip [Button] Frame 1Symbol 10 MovieClip [BoundingBox]
"dfs"Symbol 92 MovieClip [BtnDownArrow] Frame 1Symbol 40 MovieClip [ScrollTrack]
"dfs"Symbol 93 MovieClip [BtnUpArrow] Frame 1Symbol 40 MovieClip [ScrollTrack]
"boundingBox_mc"Symbol 95 MovieClip [HScrollBar] Frame 1Symbol 10 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 96 MovieClip [VScrollBar] Frame 1Symbol 10 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 97 MovieClip [View] Frame 1Symbol 10 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 98 MovieClip [ScrollView] Frame 1Symbol 10 MovieClip [BoundingBox]
"l_mc"Symbol 106 MovieClip [TitleBackground] Frame 1Symbol 101 MovieClip [TitleLeft]
"m_mc"Symbol 106 MovieClip [TitleBackground] Frame 1Symbol 103 MovieClip [TitleMiddle]
"r_mc"Symbol 106 MovieClip [TitleBackground] Frame 1Symbol 105 MovieClip [TitleRight]
"boundingBox_mc"Symbol 116 MovieClip [Window] Frame 1Symbol 10 MovieClip [BoundingBox]
"label"Symbol 148 MovieClip [TextInput] Frame 1Symbol 147 EditableText
"label"Symbol 151 MovieClip [TextArea] Frame 1Symbol 150 EditableText
"boundingBox_mc"Symbol 179 MovieClip [ProgressBar] Frame 1Symbol 10 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 205 MovieClip [Menu] Frame 1Symbol 10 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 213 MovieClip [MenuBar] Frame 1Symbol 10 MovieClip [BoundingBox]
"_maximize"Symbol 241 MovieClip [FullScreenToggle] Frame 1Symbol 238 MovieClip [MaximizeButton]
"_minimize"Symbol 241 MovieClip [FullScreenToggle] Frame 2Symbol 240 MovieClip [MinimizeButton]
"_chromeEdge"Symbol 242 MovieClip [Chrome] Frame 1Symbol 229 MovieClip
"_chromeFill"Symbol 242 MovieClip [Chrome] Frame 1Symbol 231 MovieClip
"_chromeHilite"Symbol 242 MovieClip [Chrome] Frame 1Symbol 233 MovieClip
"_toggleNE"Symbol 242 MovieClip [Chrome] Frame 1Symbol 241 MovieClip [FullScreenToggle]
"_video"Symbol 247 MovieClip Frame 1Symbol 246 Video
"_videoHolder"Symbol 250 MovieClip [MediaDisplay] Frame 1Symbol 247 MovieClip
"_deadPreview"Symbol 250 MovieClip [MediaDisplay] Frame 1Symbol 249 MovieClip
"_border"Symbol 257 MovieClip [HLoadBar] Frame 1Symbol 253 MovieClip
"_background"Symbol 257 MovieClip [HLoadBar] Frame 1Symbol 254 MovieClip
"_fill"Symbol 257 MovieClip [HLoadBar] Frame 1Symbol 256 MovieClip
"_right"Symbol 265 MovieClip [HMiniPlayBarTray] Frame 1Symbol 262 MovieClip
"_middle"Symbol 265 MovieClip [HMiniPlayBarTray] Frame 1Symbol 263 MovieClip
"_left"Symbol 265 MovieClip [HMiniPlayBarTray] Frame 1Symbol 264 MovieClip
"_tray"Symbol 269 MovieClip [HMiniPlayBar] Frame 1Symbol 265 MovieClip [HMiniPlayBarTray]
"_hilite"Symbol 269 MovieClip [HMiniPlayBar] Frame 1Symbol 267 MovieClip
"_thumb"Symbol 269 MovieClip [HMiniPlayBar] Frame 1Symbol 268 MovieClip
"_left"Symbol 273 MovieClip [PlayBarTray] Frame 1Symbol 270 MovieClip
"_middle"Symbol 273 MovieClip [PlayBarTray] Frame 1Symbol 271 MovieClip
"_right"Symbol 273 MovieClip [PlayBarTray] Frame 1Symbol 272 MovieClip
"_tray"Symbol 286 MovieClip [HPlayBar] Frame 1Symbol 273 MovieClip [PlayBarTray]
"_hilite"Symbol 286 MovieClip [HPlayBar] Frame 1Symbol 274 MovieClip
"_statusTextField"Symbol 286 MovieClip [HPlayBar] Frame 1Symbol 276 EditableText
"_timeTextField"Symbol 286 MovieClip [HPlayBar] Frame 1Symbol 277 EditableText
"_thumb"Symbol 286 MovieClip [HPlayBar] Frame 1Symbol 285 MovieClip [PlayBarThumb]
"bg"Symbol 291 MovieClip [ToStart-False-Up] Frame 1Symbol 288 MovieClip [Capsule Button - active]
"icon"Symbol 291 MovieClip [ToStart-False-Up] Frame 1Symbol 290 MovieClip [icon.skip]
"bg"Symbol 292 MovieClip [ToEnd-False-Up] Frame 1Symbol 288 MovieClip [Capsule Button - active]
"icon"Symbol 292 MovieClip [ToEnd-False-Up] Frame 1Symbol 290 MovieClip [icon.skip]
"disabled"Symbol 296 MovieClip [icon.pause-disabled] Frame 1Symbol 295 MovieClip [icon.pause]
"disabled"Symbol 299 MovieClip [icon.play-disabled] Frame 1Symbol 298 MovieClip [icon.play]
"bg"Symbol 303 MovieClip [ToStart-False-Down] Frame 1Symbol 302 MovieClip [Capsule Button - press]
"icon"Symbol 303 MovieClip [ToStart-False-Down] Frame 1Symbol 290 MovieClip [icon.skip]
"bg"Symbol 306 MovieClip [ToStart-False-Over] Frame 1Symbol 305 MovieClip [Capsule Button - over]
"icon"Symbol 306 MovieClip [ToStart-False-Over] Frame 1Symbol 290 MovieClip [icon.skip]
"bg"Symbol 307 MovieClip [ToStart-False-Disabled] Frame 1Symbol 288 MovieClip [Capsule Button - active]
"icon"Symbol 307 MovieClip [ToStart-False-Disabled] Frame 1Symbol 290 MovieClip [icon.skip]
"bg"Symbol 309 MovieClip [ToEnd-False-Down] Frame 1Symbol 302 MovieClip [Capsule Button - press]
"icon"Symbol 309 MovieClip [ToEnd-False-Down] Frame 1Symbol 290 MovieClip [icon.skip]
"bg"Symbol 310 MovieClip [ToEnd-False-Over] Frame 1Symbol 305 MovieClip [Capsule Button - over]
"icon"Symbol 310 MovieClip [ToEnd-False-Over] Frame 1Symbol 290 MovieClip [icon.skip]
"bg"Symbol 311 MovieClip [ToEnd-False-Disabled] Frame 1Symbol 288 MovieClip [Capsule Button - active]
"icon"Symbol 311 MovieClip [ToEnd-False-Disabled] Frame 1Symbol 290 MovieClip [icon.skip]
"toStartPlaceholder"Symbol 313 MovieClip [HButtons] Frame 1Symbol 291 MovieClip [ToStart-False-Up]
"toEndPlaceholder"Symbol 313 MovieClip [HButtons] Frame 1Symbol 292 MovieClip [ToEnd-False-Up]
"playPauseButtons"Symbol 313 MovieClip [HButtons] Frame 1Symbol 300 MovieClip [HPlayPauseButton]
"toStartButton"Symbol 313 MovieClip [HButtons] Frame 1Symbol 308 MovieClip [HToStartButton]
"toEndButton"Symbol 313 MovieClip [HButtons] Frame 1Symbol 312 MovieClip [HToEndButton]
"disabled"Symbol 324 MovieClip [Mute-False-Disabled] Frame 1Symbol 317 MovieClip [Mute-False-Up]
"disabled"Symbol 330 MovieClip [Loud-False-Disabled] Frame 1Symbol 319 MovieClip [Loud-False-Up]
"track"Symbol 333 MovieClip [HVolumeControl] Frame 1Symbol 314 MovieClip
"_handle"Symbol 333 MovieClip [HVolumeControl] Frame 1Symbol 315 MovieClip [VolumeControlHandle]
"mutePlaceholder"Symbol 333 MovieClip [HVolumeControl] Frame 1Symbol 317 MovieClip [Mute-False-Up]
"loudPlaceholder"Symbol 333 MovieClip [HVolumeControl] Frame 1Symbol 319 MovieClip [Loud-False-Up]
"_muteButton"Symbol 333 MovieClip [HVolumeControl] Frame 1Symbol 325 MovieClip [MuteButton]
"_loudButton"Symbol 333 MovieClip [HVolumeControl] Frame 1Symbol 331 MovieClip [LoudButton]
"_border"Symbol 336 MovieClip [VLoadBar] Frame 1Symbol 334 MovieClip
"_background"Symbol 336 MovieClip [VLoadBar] Frame 1Symbol 335 MovieClip
"_fill"Symbol 336 MovieClip [VLoadBar] Frame 1Symbol 256 MovieClip
"_bottom"Symbol 340 MovieClip [VMiniPlayBarTray] Frame 1Symbol 337 MovieClip
"_middle"Symbol 340 MovieClip [VMiniPlayBarTray] Frame 1Symbol 338 MovieClip
"_top"Symbol 340 MovieClip [VMiniPlayBarTray] Frame 1Symbol 339 MovieClip
"_tray"Symbol 343 MovieClip [VMiniPlayBar] Frame 1Symbol 340 MovieClip [VMiniPlayBarTray]
"_thumb"Symbol 343 MovieClip [VMiniPlayBar] Frame 1Symbol 341 MovieClip
"_hilite"Symbol 343 MovieClip [VMiniPlayBar] Frame 1Symbol 342 MovieClip
"_top"Symbol 347 MovieClip [VPlayBarTray] Frame 1Symbol 344 MovieClip
"_middle"Symbol 347 MovieClip [VPlayBarTray] Frame 1Symbol 345 MovieClip
"_bottom"Symbol 347 MovieClip [VPlayBarTray] Frame 1Symbol 346 MovieClip
"_tray"Symbol 357 MovieClip [VPlayBar] Frame 1Symbol 347 MovieClip [VPlayBarTray]
"_hilite"Symbol 357 MovieClip [VPlayBar] Frame 1Symbol 348 MovieClip
"_statusTextField"Symbol 357 MovieClip [VPlayBar] Frame 1Symbol 276 EditableText
"_timeTextField"Symbol 357 MovieClip [VPlayBar] Frame 1Symbol 349 EditableText
"_thumb"Symbol 357 MovieClip [VPlayBar] Frame 1Symbol 356 MovieClip [VPlayBarThumb]
"toStartPlaceholder"Symbol 358 MovieClip [VButtons] Frame 1Symbol 291 MovieClip [ToStart-False-Up]
"toEndPlaceholder"Symbol 358 MovieClip [VButtons] Frame 1Symbol 292 MovieClip [ToEnd-False-Up]
"playPauseButtons"Symbol 358 MovieClip [VButtons] Frame 1Symbol 300 MovieClip [HPlayPauseButton]
"toStartButton"Symbol 358 MovieClip [VButtons] Frame 1Symbol 308 MovieClip [HToStartButton]
"toEndButton"Symbol 358 MovieClip [VButtons] Frame 1Symbol 312 MovieClip [HToEndButton]
"track"Symbol 361 MovieClip [VVolumeControl] Frame 1Symbol 359 MovieClip
"_handle"Symbol 361 MovieClip [VVolumeControl] Frame 1Symbol 315 MovieClip [VolumeControlHandle]
"mutePlaceholder"Symbol 361 MovieClip [VVolumeControl] Frame 1Symbol 317 MovieClip [Mute-False-Up]
"loudPlaceholder"Symbol 361 MovieClip [VVolumeControl] Frame 1Symbol 319 MovieClip [Loud-False-Up]
"_muteButton"Symbol 361 MovieClip [VVolumeControl] Frame 1Symbol 325 MovieClip [MuteButton]
"_loudButton"Symbol 361 MovieClip [VVolumeControl] Frame 1Symbol 331 MovieClip [LoudButton]
"_deadPreview"Symbol 365 MovieClip [MediaController] Frame 1Symbol 252 MovieClip
"_chrome"Symbol 365 MovieClip [MediaController] Frame 2Symbol 242 MovieClip [Chrome]
"_loadBar"Symbol 365 MovieClip [MediaController] Frame 2Symbol 257 MovieClip [HLoadBar]
"_miniPlayBar"Symbol 365 MovieClip [MediaController] Frame 2Symbol 269 MovieClip [HMiniPlayBar]
"_playBar"Symbol 365 MovieClip [MediaController] Frame 3Symbol 286 MovieClip [HPlayBar]
"_buttons"Symbol 365 MovieClip [MediaController] Frame 3Symbol 313 MovieClip [HButtons]
"_volumeControl"Symbol 365 MovieClip [MediaController] Frame 3Symbol 333 MovieClip [HVolumeControl]
"_loadBar"Symbol 365 MovieClip [MediaController] Frame 4Symbol 336 MovieClip [VLoadBar]
"_miniPlayBar"Symbol 365 MovieClip [MediaController] Frame 4Symbol 343 MovieClip [VMiniPlayBar]
"_playBar"Symbol 365 MovieClip [MediaController] Frame 5Symbol 357 MovieClip [VPlayBar]
"_buttons"Symbol 365 MovieClip [MediaController] Frame 5Symbol 358 MovieClip [VButtons]
"_volumeControl"Symbol 365 MovieClip [MediaController] Frame 5Symbol 361 MovieClip [VVolumeControl]
"fontloader"Symbol 365 MovieClip [MediaController] Frame 6Symbol 364 EditableText
"_chrome"Symbol 366 MovieClip [MediaPlayback] Frame 1Symbol 242 MovieClip [Chrome]
"_deadPreview"Symbol 366 MovieClip [MediaPlayback] Frame 1Symbol 245 MovieClip
"_display"Symbol 366 MovieClip [MediaPlayback] Frame 2Symbol 250 MovieClip [MediaDisplay]
"_controller"Symbol 366 MovieClip [MediaPlayback] Frame 2Symbol 365 MovieClip [MediaController]
"boundingBox_mc"Symbol 417 MovieClip [List] Frame 1Symbol 10 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 418 MovieClip [DataGrid] Frame 1Symbol 10 MovieClip [BoundingBox]
"boundingBox_mc"Symbol 454 MovieClip [ComboBase] Frame 1Symbol 10 MovieClip [BoundingBox]
"dfs"Symbol 460 MovieClip [ComboDownArrowDisabled] Frame 1Symbol 459 MovieClip [ComboDownArrowUp]
"boundingBox_mc"Symbol 466 MovieClip [ComboBox] Frame 1Symbol 10 MovieClip [BoundingBox]
"frame1"Symbol 566 MovieClip Frame 1Symbol 559 MovieClip
"frame2"Symbol 566 MovieClip Frame 1Symbol 560 MovieClip
"frame3"Symbol 566 MovieClip Frame 1Symbol 562 MovieClip
"frame4"Symbol 566 MovieClip Frame 1Symbol 563 MovieClip
"frame5"Symbol 566 MovieClip Frame 1Symbol 565 MovieClip
"frame1"Symbol 572 MovieClip Frame 1Symbol 567 MovieClip
"frame2"Symbol 572 MovieClip Frame 1Symbol 568 MovieClip
"frame3"Symbol 572 MovieClip Frame 1Symbol 569 MovieClip
"frame4"Symbol 572 MovieClip Frame 1Symbol 570 MovieClip
"frame5"Symbol 572 MovieClip Frame 1Symbol 571 MovieClip
"frame1"Symbol 578 MovieClip Frame 1Symbol 573 MovieClip
"frame2"Symbol 578 MovieClip Frame 1Symbol 574 MovieClip
"frame3"Symbol 578 MovieClip Frame 1Symbol 575 MovieClip
"frame4"Symbol 578 MovieClip Frame 1Symbol 576 MovieClip
"frame5"Symbol 578 MovieClip Frame 1Symbol 577 MovieClip
"frame1"Symbol 584 MovieClip Frame 1Symbol 579 MovieClip
"frame2"Symbol 584 MovieClip Frame 1Symbol 580 MovieClip
"frame3"Symbol 584 MovieClip Frame 1Symbol 581 MovieClip
"frame4"Symbol 584 MovieClip Frame 1Symbol 582 MovieClip
"frame5"Symbol 584 MovieClip Frame 1Symbol 583 MovieClip
"up_mc"Symbol 585 MovieClip [fpb_states] Frame 1Symbol 566 MovieClip
"over_mc"Symbol 585 MovieClip [fpb_states] Frame 2Symbol 572 MovieClip
"down_mc"Symbol 585 MovieClip [fpb_states] Frame 3Symbol 578 MovieClip
"disabled_mc"Symbol 585 MovieClip [fpb_states] Frame 4Symbol 584 MovieClip
"highlight3D_mc"Symbol 595 MovieClip Frame 1Symbol 588 MovieClip
"highlight_mc"Symbol 595 MovieClip Frame 1Symbol 590 MovieClip
"shadow_mc"Symbol 595 MovieClip Frame 1Symbol 592 MovieClip
"darkshadow_mc"Symbol 595 MovieClip Frame 1Symbol 594 MovieClip
"background_mc"Symbol 598 MovieClip Frame 1Symbol 597 MovieClip
"background_mc"Symbol 600 MovieClip Frame 1Symbol 599 MovieClip
"background_mc"Symbol 602 MovieClip Frame 1Symbol 601 MovieClip
"check_mc"Symbol 605 MovieClip Frame 1Symbol 604 MovieClip
"check_mc"Symbol 608 MovieClip Frame 1Symbol 607 MovieClip
"fcb_frame_mc"Symbol 609 MovieClip [fcb_states] Frame 1Symbol 595 MovieClip
"frb_frame_mc"Symbol 609 MovieClip [fcb_states] Frame 1Symbol 598 MovieClip
"boundingBox"Symbol 612 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 610 MovieClip
"boundingBox2"Symbol 612 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 610 MovieClip
"boundingBox_mc"Symbol 615 MovieClip [FCheckBoxSymbol] Frame 1Symbol 612 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 615 MovieClip [FCheckBoxSymbol] Frame 1Symbol 614 MovieClip
"face_mc"Symbol 626 MovieClip Frame 1Symbol 617 MovieClip
"arrow_mc"Symbol 626 MovieClip Frame 1Symbol 619 MovieClip
"highlight_mc"Symbol 626 MovieClip Frame 1Symbol 621 MovieClip
"shadow_mc"Symbol 626 MovieClip Frame 1Symbol 623 MovieClip
"darkshadow_mc"Symbol 626 MovieClip Frame 1Symbol 624 MovieClip
"highlight3D_mc"Symbol 626 MovieClip Frame 1Symbol 625 MovieClip
"darkshadow_mc"Symbol 636 MovieClip Frame 1Symbol 627 MovieClip
"highlight3D_mc"Symbol 636 MovieClip Frame 1Symbol 628 MovieClip
"highlight_mc"Symbol 636 MovieClip Frame 1Symbol 630 MovieClip
"shadow_mc"Symbol 636 MovieClip Frame 1Symbol 632 MovieClip
"face_mc"Symbol 636 MovieClip Frame 1Symbol 633 MovieClip
"arrow_mc"Symbol 636 MovieClip Frame 1Symbol 635 MovieClip
"highlight3D_mc"Symbol 645 MovieClip Frame 1Symbol 637 MovieClip
"darkshadow_mc"Symbol 645 MovieClip Frame 1Symbol 638 MovieClip
"highlight_mc"Symbol 645 MovieClip Frame 1Symbol 639 MovieClip
"shadow_mc"Symbol 645 MovieClip Frame 1Symbol 640 MovieClip
"face_mc"Symbol 645 MovieClip Frame 1Symbol 642 MovieClip
"arrow_mc"Symbol 645 MovieClip Frame 1Symbol 644 MovieClip
"up"Symbol 646 MovieClip [UpArrow] Frame 1Symbol 626 MovieClip
"down"Symbol 646 MovieClip [UpArrow] Frame 2Symbol 636 MovieClip
"disabled"Symbol 646 MovieClip [UpArrow] Frame 3Symbol 645 MovieClip
"highlight3D_mc"Symbol 652 MovieClip Frame 1Symbol 648 MovieClip
"darkshadow_mc"Symbol 652 MovieClip Frame 1Symbol 649 MovieClip
"highlight_mc"Symbol 652 MovieClip Frame 1Symbol 650 MovieClip
"shadow_mc"Symbol 652 MovieClip Frame 1Symbol 651 MovieClip
"highlight3D_mc"Symbol 659 MovieClip Frame 1Symbol 653 MovieClip
"darkshadow_mc"Symbol 659 MovieClip Frame 1Symbol 654 MovieClip
"shadow_mc"Symbol 659 MovieClip Frame 1Symbol 656 MovieClip
"face_mc"Symbol 659 MovieClip Frame 1Symbol 657 MovieClip
"highlight_mc"Symbol 659 MovieClip Frame 1Symbol 658 MovieClip
"shadow_mc"Symbol 664 MovieClip Frame 1Symbol 660 MovieClip
"darkshadow_mc"Symbol 664 MovieClip Frame 1Symbol 662 MovieClip
"highlight3D_mc"Symbol 664 MovieClip Frame 1Symbol 663 MovieClip
"mc_sliderTop"Symbol 665 MovieClip [ScrollThumb] Frame 1Symbol 652 MovieClip
"mc_sliderMid"Symbol 665 MovieClip [ScrollThumb] Frame 1Symbol 659 MovieClip
"mc_sliderBot"Symbol 665 MovieClip [ScrollThumb] Frame 1Symbol 664 MovieClip
"face_mc"Symbol 673 MovieClip Frame 1Symbol 666 MovieClip
"arrow_mc"Symbol 673 MovieClip Frame 1Symbol 668 MovieClip
"highlight_mc"Symbol 673 MovieClip Frame 1Symbol 669 MovieClip
"shadow_mc"Symbol 673 MovieClip Frame 1Symbol 670 MovieClip
"darkshadow_mc"Symbol 673 MovieClip Frame 1Symbol 671 MovieClip
"highlight3D_mc"Symbol 673 MovieClip Frame 1Symbol 672 MovieClip
"darkshadow_mc"Symbol 681 MovieClip Frame 1Symbol 674 MovieClip
"highlight3D_mc"Symbol 681 MovieClip Frame 1Symbol 675 MovieClip
"highlight_mc"Symbol 681 MovieClip Frame 1Symbol 676 MovieClip
"shadow_mc"Symbol 681 MovieClip Frame 1Symbol 677 MovieClip
"face_mc"Symbol 681 MovieClip Frame 1Symbol 678 MovieClip
"arrow_mc"Symbol 681 MovieClip Frame 1Symbol 680 MovieClip
"highlight3D_mc"Symbol 689 MovieClip Frame 1Symbol 682 MovieClip
"darkshadow_mc"Symbol 689 MovieClip Frame 1Symbol 683 MovieClip
"highlight_mc"Symbol 689 MovieClip Frame 1Symbol 684 MovieClip
"shadow_mc"Symbol 689 MovieClip Frame 1Symbol 685 MovieClip
"face_mc"Symbol 689 MovieClip Frame 1Symbol 686 MovieClip
"arrow_mc"Symbol 689 MovieClip Frame 1Symbol 688 MovieClip
"up"Symbol 690 MovieClip [DownArrow] Frame 1Symbol 673 MovieClip
"down"Symbol 690 MovieClip [DownArrow] Frame 2Symbol 681 MovieClip
"disabled"Symbol 690 MovieClip [DownArrow] Frame 3Symbol 689 MovieClip
"highlight_mc"Symbol 692 MovieClip [FHighlightSymbol] Frame 1Symbol 691 MovieClip
"highlight_mc2"Symbol 692 MovieClip [FHighlightSymbol] Frame 2Symbol 691 MovieClip
"highlight_mc3"Symbol 692 MovieClip [FHighlightSymbol] Frame 3Symbol 691 MovieClip
"labelField"Symbol 695 MovieClip [FLabelSymbol] Frame 1Symbol 694 EditableText
"track_mc"Symbol 698 MovieClip Frame 1Symbol 697 MovieClip
"scrollTrack_mc"Symbol 699 MovieClip [FScrollBarSymbol] Frame 1Symbol 698 MovieClip
"dPAsset"Symbol 702 MovieClip [FSelectableListSymbol] Frame 1Symbol 700 MovieClip [DataProviderSymbol]
"ItemAsset"Symbol 702 MovieClip [FSelectableListSymbol] Frame 1Symbol 701 MovieClip [FSelectableItemSymbol]
"scrollBarAsset"Symbol 703 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 699 MovieClip [FScrollBarSymbol]
"superClassAsset"Symbol 703 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 702 MovieClip [FSelectableListSymbol]
"itemAsset"Symbol 706 MovieClip [FListBoxSymbol] Frame 1Symbol 696 MovieClip [FListItemSymbol]
"superClassAsset"Symbol 706 MovieClip [FListBoxSymbol] Frame 1Symbol 703 MovieClip [FScrollSelectListSymbol]
"boundingBox_mc"Symbol 706 MovieClip [FListBoxSymbol] Frame 1Symbol 612 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 706 MovieClip [FListBoxSymbol] Frame 1Symbol 705 MovieClip
"boundingBox_mc"Symbol 729 MovieClip [RadioButton] Frame 1Symbol 10 MovieClip [BoundingBox]
"foo"Symbol 729 MovieClip [RadioButton] Frame 2Symbol 36 MovieClip [Button]
"boundingBox_mc"Symbol 747 MovieClip [CheckBox] Frame 1Symbol 10 MovieClip [BoundingBox]
"superClassAsset"Symbol 751 MovieClip [FComboBoxSymbol] Frame 1Symbol 703 MovieClip [FScrollSelectListSymbol]
"itemAsset"Symbol 751 MovieClip [FComboBoxSymbol] Frame 1Symbol 748 MovieClip [FComboBoxItemSymbol]
"proxyBox_mc"Symbol 751 MovieClip [FComboBoxSymbol] Frame 1Symbol 612 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 751 MovieClip [FComboBoxSymbol] Frame 1Symbol 750 MovieClip
"themask"Symbol 1432 MovieClip Frame 1Symbol 1430 MovieClip
"carrier"Symbol 1432 MovieClip Frame 1Symbol 1431 MovieClip
"turret"Symbol 1594 MovieClip Frame 1Symbol 1591 MovieClip
"ani"Symbol 1648 MovieClip Frame 1Symbol 1646 MovieClip
"ani"Symbol 1648 MovieClip Frame 3Symbol 1646 MovieClip
"flash"Symbol 1664 MovieClip Frame 1Symbol 1661 MovieClip
"lasergun"Symbol 1904 MovieClip Frame 1Symbol 1653 MovieClip
"flash"Symbol 1904 MovieClip Frame 1Symbol 1657 MovieClip
"rocketlauncher"Symbol 1904 MovieClip Frame 1Symbol 1664 MovieClip
"hitarea"Symbol 1904 MovieClip Frame 1Symbol 1666 MovieClip
"hitareaLarge"Symbol 1904 MovieClip Frame 1Symbol 1668 MovieClip
"bomb"Symbol 1931 MovieClip Frame 1Symbol 1930 MovieClip
"bomb"Symbol 1931 MovieClip Frame 13Symbol 1930 MovieClip
"bomb"Symbol 1931 MovieClip Frame 40Symbol 1930 MovieClip
"holder"Symbol 2058 MovieClip Frame 1Symbol 2057 MovieClip
"flash"Symbol 2059 MovieClip Frame 1Symbol 1657 MovieClip
"wingman"Symbol 2060 MovieClip Frame 1Symbol 2059 MovieClip
"letter"Symbol 2107 MovieClip Frame 1Symbol 2106 MovieClip
"holder"Symbol 2108 MovieClip Frame 1Symbol 2107 MovieClip
"digit1"Symbol 2131 MovieClip Frame 1Symbol 2130 MovieClip
"digit2"Symbol 2131 MovieClip Frame 1Symbol 2130 MovieClip
"digit3"Symbol 2131 MovieClip Frame 1Symbol 2130 MovieClip
"digit4"Symbol 2131 MovieClip Frame 1Symbol 2130 MovieClip
"digit5"Symbol 2131 MovieClip Frame 1Symbol 2130 MovieClip
"digit6"Symbol 2131 MovieClip Frame 1Symbol 2130 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "millfont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "crylleefont"
ExportAssets (56)Timeline Frame 1Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 1Symbol 10 as "BoundingBox"
ExportAssets (56)Timeline Frame 1Symbol 12 as "BrdrShdw"
ExportAssets (56)Timeline Frame 1Symbol 14 as "BrdrFace"
ExportAssets (56)Timeline Frame 1Symbol 15 as "SimpleButtonDown"
ExportAssets (56)Timeline Frame 1Symbol 17 as "BrdrBlk"
ExportAssets (56)Timeline Frame 1Symbol 19 as "BrdrHilght"
ExportAssets (56)Timeline Frame 1Symbol 20 as "SimpleButtonIn"
ExportAssets (56)Timeline Frame 1Symbol 21 as "SimpleButtonUp"
ExportAssets (56)Timeline Frame 1Symbol 22 as "Defaults"
ExportAssets (56)Timeline Frame 1Symbol 23 as "UIObjectExtensions"
ExportAssets (56)Timeline Frame 1Symbol 24 as "UIObject"
ExportAssets (56)Timeline Frame 1Symbol 28 as "FocusRect"
ExportAssets (56)Timeline Frame 1Symbol 29 as "FocusManager"
ExportAssets (56)Timeline Frame 1Symbol 30 as "UIComponentExtensions"
ExportAssets (56)Timeline Frame 1Symbol 31 as "UIComponent"
ExportAssets (56)Timeline Frame 1Symbol 32 as "SimpleButton"
ExportAssets (56)Timeline Frame 1Symbol 33 as "Border"
ExportAssets (56)Timeline Frame 1Symbol 34 as "RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 35 as "ButtonSkin"
ExportAssets (56)Timeline Frame 1Symbol 36 as "Button"
ExportAssets (56)Timeline Frame 1Symbol 37 as "CustomBorder"
ExportAssets (56)Timeline Frame 1Symbol 40 as "ScrollTrack"
ExportAssets (56)Timeline Frame 1Symbol 47 as "ScrollDownArrowDisabled"
ExportAssets (56)Timeline Frame 1Symbol 49 as "ScrollThemeColor1"
ExportAssets (56)Timeline Frame 1Symbol 51 as "ScrollThemeColor2"
ExportAssets (56)Timeline Frame 1Symbol 52 as "ScrollDownArrowDown"
ExportAssets (56)Timeline Frame 1Symbol 53 as "ScrollDownArrowOver"
ExportAssets (56)Timeline Frame 1Symbol 54 as "ScrollDownArrowUp"
ExportAssets (56)Timeline Frame 1Symbol 60 as "ScrollThumbBottomDisabled"
ExportAssets (56)Timeline Frame 1Symbol 62 as "ThumbThemeColor1"
ExportAssets (56)Timeline Frame 1Symbol 64 as "ThumbThemeColor3"
ExportAssets (56)Timeline Frame 1Symbol 65 as "ScrollThumbBottomDown"
ExportAssets (56)Timeline Frame 1Symbol 66 as "ScrollThumbBottomOver"
ExportAssets (56)Timeline Frame 1Symbol 67 as "ScrollThumbBottomUp"
ExportAssets (56)Timeline Frame 1Symbol 69 as "ScrollThumbGripDisabled"
ExportAssets (56)Timeline Frame 1Symbol 71 as "ThumbThemeColor2"
ExportAssets (56)Timeline Frame 1Symbol 72 as "ScrollThumbGripDown"
ExportAssets (56)Timeline Frame 1Symbol 73 as "ScrollThumbGripOver"
ExportAssets (56)Timeline Frame 1Symbol 74 as "ScrollThumbGripUp"
ExportAssets (56)Timeline Frame 1Symbol 76 as "ScrollThumbMiddleDisabled"
ExportAssets (56)Timeline Frame 1Symbol 77 as "ScrollThumbMiddleDown"
ExportAssets (56)Timeline Frame 1Symbol 81 as "ScrollThumbMiddleOver"
ExportAssets (56)Timeline Frame 1Symbol 82 as "ScrollThumbMiddleUp"
ExportAssets (56)Timeline Frame 1Symbol 83 as "ScrollThumbTopDisabled"
ExportAssets (56)Timeline Frame 1Symbol 84 as "ScrollThumbTopDown"
ExportAssets (56)Timeline Frame 1Symbol 85 as "ScrollThumbTopOver"
ExportAssets (56)Timeline Frame 1Symbol 86 as "ScrollThumbTopUp"
ExportAssets (56)Timeline Frame 1Symbol 87 as "ScrollTrackDisabled"
ExportAssets (56)Timeline Frame 1Symbol 88 as "ScrollUpArrowDisabled"
ExportAssets (56)Timeline Frame 1Symbol 89 as "ScrollUpArrowDown"
ExportAssets (56)Timeline Frame 1Symbol 90 as "ScrollUpArrowOver"
ExportAssets (56)Timeline Frame 1Symbol 91 as "ScrollUpArrowUp"
ExportAssets (56)Timeline Frame 1Symbol 92 as "BtnDownArrow"
ExportAssets (56)Timeline Frame 1Symbol 93 as "BtnUpArrow"
ExportAssets (56)Timeline Frame 1Symbol 94 as "ScrollBarAssets"
ExportAssets (56)Timeline Frame 1Symbol 95 as "HScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 96 as "VScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 97 as "View"
ExportAssets (56)Timeline Frame 1Symbol 98 as "ScrollView"
ExportAssets (56)Timeline Frame 1Symbol 99 as "Modal"
ExportAssets (56)Timeline Frame 1Symbol 101 as "TitleLeft"
ExportAssets (56)Timeline Frame 1Symbol 103 as "TitleMiddle"
ExportAssets (56)Timeline Frame 1Symbol 105 as "TitleRight"
ExportAssets (56)Timeline Frame 1Symbol 106 as "TitleBackground"
ExportAssets (56)Timeline Frame 1Symbol 108 as "CloseButtonDisabled"
ExportAssets (56)Timeline Frame 1Symbol 110 as "CloseButtonDown"
ExportAssets (56)Timeline Frame 1Symbol 112 as "CloseButtonOver"
ExportAssets (56)Timeline Frame 1Symbol 114 as "CloseButtonUp"
ExportAssets (56)Timeline Frame 1Symbol 115 as "WindowAssets"
ExportAssets (56)Timeline Frame 1Symbol 116 as "Window"
ExportAssets (56)Timeline Frame 1Symbol 116 as "Window"
ExportAssets (56)Timeline Frame 1Symbol 148 as "TextInput"
ExportAssets (56)Timeline Frame 1Symbol 148 as "TextInput"
ExportAssets (56)Timeline Frame 1Symbol 151 as "TextArea"
ExportAssets (56)Timeline Frame 1Symbol 151 as "TextArea"
ExportAssets (56)Timeline Frame 1Symbol 155 as "ProgBarCapThemeColor"
ExportAssets (56)Timeline Frame 1Symbol 157 as "ProgBarRight"
ExportAssets (56)Timeline Frame 1Symbol 160 as "ProgBarLeft"
ExportAssets (56)Timeline Frame 1Symbol 163 as "ProgBarMiddleThemeColor"
ExportAssets (56)Timeline Frame 1Symbol 165 as "ProgBarMiddle"
ExportAssets (56)Timeline Frame 1Symbol 168 as "ProgBarIndThemeColor"
ExportAssets (56)Timeline Frame 1Symbol 169 as "ProgBarIndMiddleThemeColor"
ExportAssets (56)Timeline Frame 1Symbol 171 as "ProgIndBar"
ExportAssets (56)Timeline Frame 1Symbol 173 as "ProgTrackLeft"
ExportAssets (56)Timeline Frame 1Symbol 175 as "ProgTrackMiddle"
ExportAssets (56)Timeline Frame 1Symbol 177 as "ProgTrackRight"
ExportAssets (56)Timeline Frame 1Symbol 178 as "ProgressBarAssets"
ExportAssets (56)Timeline Frame 1Symbol 179 as "ProgressBar"
ExportAssets (56)Timeline Frame 1Symbol 179 as "ProgressBar"
ExportAssets (56)Timeline Frame 1Symbol 181 as "MenuBarItem"
ExportAssets (56)Timeline Frame 1Symbol 182 as "ActivatorSkin"
ExportAssets (56)Timeline Frame 1Symbol 183 as "DataProvider"
ExportAssets (56)Timeline Frame 1Symbol 184 as "DataSelector"
ExportAssets (56)Timeline Frame 1Symbol 185 as "SelectableRow"
ExportAssets (56)Timeline Frame 1Symbol 186 as "ScrollSelectList"
ExportAssets (56)Timeline Frame 1Symbol 188 as "MenuBranchDisabled"
ExportAssets (56)Timeline Frame 1Symbol 190 as "MenuBranchEnabled"
ExportAssets (56)Timeline Frame 1Symbol 192 as "MenuCheckDisabled"
ExportAssets (56)Timeline Frame 1Symbol 194 as "MenuCheckEnabled"
ExportAssets (56)Timeline Frame 1Symbol 196 as "MenuRadioDisabled"
ExportAssets (56)Timeline Frame 1Symbol 198 as "MenuRadioEnabled"
ExportAssets (56)Timeline Frame 1Symbol 200 as "MenuSeparator"
ExportAssets (56)Timeline Frame 1Symbol 201 as "MenuAssets"
ExportAssets (56)Timeline Frame 1Symbol 202 as "MenuRow"
ExportAssets (56)Timeline Frame 1Symbol 203 as "TreeDataProvider"
ExportAssets (56)Timeline Frame 1Symbol 204 as "MenuDataProvider"
ExportAssets (56)Timeline Frame 1Symbol 205 as "Menu"
ExportAssets (56)Timeline Frame 1Symbol 207 as "MenuBarBackLeft"
ExportAssets (56)Timeline Frame 1Symbol 209 as "MenuBarBackMiddle"
ExportAssets (56)Timeline Frame 1Symbol 211 as "MenuBarBackRight"
ExportAssets (56)Timeline Frame 1Symbol 212 as "MenuBarAssets"
ExportAssets (56)Timeline Frame 1Symbol 213 as "MenuBar"
ExportAssets (56)Timeline Frame 1Symbol 213 as "MenuBar"
ExportAssets (56)Timeline Frame 1Symbol 238 as "MaximizeButton"
ExportAssets (56)Timeline Frame 1Symbol 240 as "MinimizeButton"
ExportAssets (56)Timeline Frame 1Symbol 241 as "FullScreenToggle"
ExportAssets (56)Timeline Frame 1Symbol 242 as "Chrome"
ExportAssets (56)Timeline Frame 1Symbol 250 as "MediaDisplay"
ExportAssets (56)Timeline Frame 1Symbol 257 as "HLoadBar"
ExportAssets (56)Timeline Frame 1Symbol 265 as "HMiniPlayBarTray"
ExportAssets (56)Timeline Frame 1Symbol 269 as "HMiniPlayBar"
ExportAssets (56)Timeline Frame 1Symbol 273 as "PlayBarTray"
ExportAssets (56)Timeline Frame 1Symbol 285 as "PlayBarThumb"
ExportAssets (56)Timeline Frame 1Symbol 286 as "HPlayBar"
ExportAssets (56)Timeline Frame 1Symbol 288 as "Capsule Button - active"
ExportAssets (56)Timeline Frame 1Symbol 290 as "icon.skip"
ExportAssets (56)Timeline Frame 1Symbol 291 as "ToStart-False-Up"
ExportAssets (56)Timeline Frame 1Symbol 292 as "ToEnd-False-Up"
ExportAssets (56)Timeline Frame 1Symbol 295 as "icon.pause"
ExportAssets (56)Timeline Frame 1Symbol 296 as "icon.pause-disabled"
ExportAssets (56)Timeline Frame 1Symbol 298 as "icon.play"
ExportAssets (56)Timeline Frame 1Symbol 299 as "icon.play-disabled"
ExportAssets (56)Timeline Frame 1Symbol 300 as "HPlayPauseButton"
ExportAssets (56)Timeline Frame 1Symbol 302 as "Capsule Button - press"
ExportAssets (56)Timeline Frame 1Symbol 303 as "ToStart-False-Down"
ExportAssets (56)Timeline Frame 1Symbol 305 as "Capsule Button - over"
ExportAssets (56)Timeline Frame 1Symbol 306 as "ToStart-False-Over"
ExportAssets (56)Timeline Frame 1Symbol 307 as "ToStart-False-Disabled"
ExportAssets (56)Timeline Frame 1Symbol 308 as "HToStartButton"
ExportAssets (56)Timeline Frame 1Symbol 309 as "ToEnd-False-Down"
ExportAssets (56)Timeline Frame 1Symbol 310 as "ToEnd-False-Over"
ExportAssets (56)Timeline Frame 1Symbol 311 as "ToEnd-False-Disabled"
ExportAssets (56)Timeline Frame 1Symbol 312 as "HToEndButton"
ExportAssets (56)Timeline Frame 1Symbol 313 as "HButtons"
ExportAssets (56)Timeline Frame 1Symbol 315 as "VolumeControlHandle"
ExportAssets (56)Timeline Frame 1Symbol 317 as "Mute-False-Up"
ExportAssets (56)Timeline Frame 1Symbol 319 as "Loud-False-Up"
ExportAssets (56)Timeline Frame 1Symbol 321 as "Mute-False-Down"
ExportAssets (56)Timeline Frame 1Symbol 323 as "Mute-False-Over"
ExportAssets (56)Timeline Frame 1Symbol 324 as "Mute-False-Disabled"
ExportAssets (56)Timeline Frame 1Symbol 325 as "MuteButton"
ExportAssets (56)Timeline Frame 1Symbol 327 as "Loud-False-Down"
ExportAssets (56)Timeline Frame 1Symbol 329 as "Loud-False-Over"
ExportAssets (56)Timeline Frame 1Symbol 330 as "Loud-False-Disabled"
ExportAssets (56)Timeline Frame 1Symbol 331 as "LoudButton"
ExportAssets (56)Timeline Frame 1Symbol 333 as "HVolumeControl"
ExportAssets (56)Timeline Frame 1Symbol 336 as "VLoadBar"
ExportAssets (56)Timeline Frame 1Symbol 340 as "VMiniPlayBarTray"
ExportAssets (56)Timeline Frame 1Symbol 343 as "VMiniPlayBar"
ExportAssets (56)Timeline Frame 1Symbol 347 as "VPlayBarTray"
ExportAssets (56)Timeline Frame 1Symbol 356 as "VPlayBarThumb"
ExportAssets (56)Timeline Frame 1Symbol 357 as "VPlayBar"
ExportAssets (56)Timeline Frame 1Symbol 358 as "VButtons"
ExportAssets (56)Timeline Frame 1Symbol 361 as "VVolumeControl"
ExportAssets (56)Timeline Frame 1Symbol 365 as "MediaController"
ExportAssets (56)Timeline Frame 1Symbol 366 as "MediaPlayback"
ExportAssets (56)Timeline Frame 1Symbol 366 as "MediaPlayback"
ExportAssets (56)Timeline Frame 1Symbol 250 as "MediaDisplay"
ExportAssets (56)Timeline Frame 1Symbol 365 as "MediaController"
ExportAssets (56)Timeline Frame 1Symbol 403 as "DataHeaderBackGnd"
ExportAssets (56)Timeline Frame 1Symbol 405 as "DataHeaderOverlay"
ExportAssets (56)Timeline Frame 1Symbol 407 as "DataHeaderSeperator"
ExportAssets (56)Timeline Frame 1Symbol 409 as "DataSortArrow"
ExportAssets (56)Timeline Frame 1Symbol 411 as "DataStretchBar"
ExportAssets (56)Timeline Frame 1Symbol 413 as "cursorStretch"
ExportAssets (56)Timeline Frame 1Symbol 414 as "DataGridAssets"
ExportAssets (56)Timeline Frame 1Symbol 415 as "DataGridColumn"
ExportAssets (56)Timeline Frame 1Symbol 416 as "DataGridRow"
ExportAssets (56)Timeline Frame 1Symbol 417 as "List"
ExportAssets (56)Timeline Frame 1Symbol 418 as "DataGrid"
ExportAssets (56)Timeline Frame 1Symbol 418 as "DataGrid"
ExportAssets (56)Timeline Frame 1Symbol 424 as "DataBindingClasses"
ExportAssets (56)Timeline Frame 1Symbol 424 as "DataBindingClasses"
ExportAssets (56)Timeline Frame 1Symbol 454 as "ComboBase"
ExportAssets (56)Timeline Frame 1Symbol 459 as "ComboDownArrowUp"
ExportAssets (56)Timeline Frame 1Symbol 460 as "ComboDownArrowDisabled"
ExportAssets (56)Timeline Frame 1Symbol 462 as "ComboThemeColor1"
ExportAssets (56)Timeline Frame 1Symbol 463 as "ComboDownArrowDown"
ExportAssets (56)Timeline Frame 1Symbol 464 as "ComboDownArrowOver"
ExportAssets (56)Timeline Frame 1Symbol 465 as "ComboAssets"
ExportAssets (56)Timeline Frame 1Symbol 466 as "ComboBox"
ExportAssets (56)Timeline Frame 1Symbol 466 as "ComboBox"
ExportAssets (56)Timeline Frame 1Symbol 36 as "Button"
ExportAssets (56)Timeline Frame 1Symbol 468 as "next_button"
ExportAssets (56)Timeline Frame 1Symbol 473 as "item"
ExportAssets (56)Timeline Frame 1Symbol 475 as "letter_3"
ExportAssets (56)Timeline Frame 1Symbol 477 as "letter_8"
ExportAssets (56)Timeline Frame 1Symbol 479 as "letter_6"
ExportAssets (56)Timeline Frame 1Symbol 481 as "letter_4"
ExportAssets (56)Timeline Frame 1Symbol 483 as "letter_5"
ExportAssets (56)Timeline Frame 1Symbol 485 as "letter_9"
ExportAssets (56)Timeline Frame 1Symbol 487 as "letter_1"
ExportAssets (56)Timeline Frame 1Symbol 489 as "letter_7"
ExportAssets (56)Timeline Frame 1Symbol 491 as "letter_2"
ExportAssets (56)Timeline Frame 1Symbol 493 as "letter_0"
ExportAssets (56)Timeline Frame 1Symbol 495 as "letter_d"
ExportAssets (56)Timeline Frame 1Symbol 497 as "letter_z"
ExportAssets (56)Timeline Frame 1Symbol 499 as "letter_o"
ExportAssets (56)Timeline Frame 1Symbol 501 as "letter_$"
ExportAssets (56)Timeline Frame 1Symbol 503 as "letter_r"
ExportAssets (56)Timeline Frame 1Symbol 505 as "letter_y"
ExportAssets (56)Timeline Frame 1Symbol 507 as "letter_n"
ExportAssets (56)Timeline Frame 1Symbol 509 as "letter_%"
ExportAssets (56)Timeline Frame 1Symbol 511 as "letter_/"
ExportAssets (56)Timeline Frame 1Symbol 513 as "letter_?"
ExportAssets (56)Timeline Frame 1Symbol 515 as "letter_l"
ExportAssets (56)Timeline Frame 1Symbol 517 as "letter_x"
ExportAssets (56)Timeline Frame 1Symbol 519 as "letter_v"
ExportAssets (56)Timeline Frame 1Symbol 521 as "letter_p"
ExportAssets (56)Timeline Frame 1Symbol 523 as "letter_k"
ExportAssets (56)Timeline Frame 1Symbol 525 as "letter_!"
ExportAssets (56)Timeline Frame 1Symbol 527 as "letter_w"
ExportAssets (56)Timeline Frame 1Symbol 529 as "letter_a"
ExportAssets (56)Timeline Frame 1Symbol 531 as "letter_m"
ExportAssets (56)Timeline Frame 1Symbol 533 as "letter_i"
ExportAssets (56)Timeline Frame 1Symbol 535 as "letter_f"
ExportAssets (56)Timeline Frame 1Symbol 537 as "letter_j"
ExportAssets (56)Timeline Frame 1Symbol 539 as "letter_u"
ExportAssets (56)Timeline Frame 1Symbol 541 as "letter_q"
ExportAssets (56)Timeline Frame 1Symbol 543 as "letter_h"
ExportAssets (56)Timeline Frame 1Symbol 545 as "letter_e"
ExportAssets (56)Timeline Frame 1Symbol 547 as "letter_g"
ExportAssets (56)Timeline Frame 1Symbol 549 as "letter_c"
ExportAssets (56)Timeline Frame 1Symbol 551 as "letter_b"
ExportAssets (56)Timeline Frame 1Symbol 553 as "letter_s"
ExportAssets (56)Timeline Frame 1Symbol 555 as "letter_t"
ExportAssets (56)Timeline Frame 1Symbol 557 as "fpb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 585 as "fpb_states"
ExportAssets (56)Timeline Frame 1Symbol 586 as "fcb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 609 as "fcb_states"
ExportAssets (56)Timeline Frame 1Symbol 612 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 615 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 616 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 646 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 665 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 690 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 692 as "FHighlightSymbol"
ExportAssets (56)Timeline Frame 1Symbol 695 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 696 as "FListItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 699 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 700 as "DataProviderSymbol"
ExportAssets (56)Timeline Frame 1Symbol 701 as "FSelectableItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 702 as "FSelectableListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 703 as "FScrollSelectListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 612 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 706 as "FListBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 708 as "play_button"
ExportAssets (56)Timeline Frame 1Symbol 710 as "pause_button"
ExportAssets (56)Timeline Frame 1Symbol 712 as "prev_button"
ExportAssets (56)Timeline Frame 1Symbol 716 as "RadioFalseDisabled"
ExportAssets (56)Timeline Frame 1Symbol 718 as "RadioThemeColor1"
ExportAssets (56)Timeline Frame 1Symbol 722 as "RadioThemeColor2"
ExportAssets (56)Timeline Frame 1Symbol 723 as "RadioFalseDown"
ExportAssets (56)Timeline Frame 1Symbol 724 as "RadioFalseOver"
ExportAssets (56)Timeline Frame 1Symbol 725 as "RadioFalseUp"
ExportAssets (56)Timeline Frame 1Symbol 726 as "RadioTrueDisabled"
ExportAssets (56)Timeline Frame 1Symbol 727 as "RadioTrueUp"
ExportAssets (56)Timeline Frame 1Symbol 728 as "RadioButtonAssets"
ExportAssets (56)Timeline Frame 1Symbol 729 as "RadioButton"
ExportAssets (56)Timeline Frame 1Symbol 729 as "RadioButton"
ExportAssets (56)Timeline Frame 1Symbol 733 as "CheckFalseDisabled"
ExportAssets (56)Timeline Frame 1Symbol 735 as "CheckThemeColor1"
ExportAssets (56)Timeline Frame 1Symbol 737 as "CheckFalseDown"
ExportAssets (56)Timeline Frame 1Symbol 738 as "CheckFalseOver"
ExportAssets (56)Timeline Frame 1Symbol 740 as "CheckFalseUp"
ExportAssets (56)Timeline Frame 1Symbol 742 as "CheckTrueDisabled"
ExportAssets (56)Timeline Frame 1Symbol 743 as "CheckTrueDown"
ExportAssets (56)Timeline Frame 1Symbol 744 as "CheckTrueOver"
ExportAssets (56)Timeline Frame 1Symbol 745 as "CheckTrueUp"
ExportAssets (56)Timeline Frame 1Symbol 746 as "CheckBoxAssets"
ExportAssets (56)Timeline Frame 1Symbol 747 as "CheckBox"
ExportAssets (56)Timeline Frame 1Symbol 747 as "CheckBox"
ExportAssets (56)Timeline Frame 1Symbol 699 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 703 as "FScrollSelectListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 748 as "FComboBoxItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 612 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 417 as "List"
ExportAssets (56)Timeline Frame 1Symbol 4 as "__Packages.mx.core.UIObject"
ExportAssets (56)Timeline Frame 1Symbol 5 as "__Packages.mx.core.UIComponent"
ExportAssets (56)Timeline Frame 1Symbol 6 as "__Packages.mx.core.View"
ExportAssets (56)Timeline Frame 1Symbol 7 as "__Packages.mx.core.ScrollView"
ExportAssets (56)Timeline Frame 1Symbol 8 as "__Packages.mx.containers.Window"
ExportAssets (56)Timeline Frame 1Symbol 117 as "__Packages.mx.skins.SkinElement"
ExportAssets (56)Timeline Frame 1Symbol 118 as "__Packages.mx.styles.CSSTextStyles"
ExportAssets (56)Timeline Frame 1Symbol 119 as "__Packages.mx.styles.StyleManager"
ExportAssets (56)Timeline Frame 1Symbol 120 as "__Packages.mx.styles.CSSStyleDeclaration"
ExportAssets (56)Timeline Frame 1Symbol 121 as "__Packages.mx.skins.Border"
ExportAssets (56)Timeline Frame 1Symbol 122 as "__Packages.mx.skins.RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 123 as "__Packages.mx.managers.DepthManager"
ExportAssets (56)Timeline Frame 1Symbol 124 as "__Packages.mx.events.EventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 125 as "__Packages.mx.events.UIEventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 126 as "__Packages.mx.core.ExternalContent"
ExportAssets (56)Timeline Frame 1Symbol 127 as "__Packages.mx.controls.SimpleButton"
ExportAssets (56)Timeline Frame 1Symbol 128 as "__Packages.mx.skins.CustomBorder"
ExportAssets (56)Timeline Frame 1Symbol 129 as "__Packages.mx.controls.scrollClasses.ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 130 as "__Packages.mx.controls.scrollClasses.ScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 131 as "__Packages.mx.controls.HScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 132 as "__Packages.mx.controls.Button"
ExportAssets (56)Timeline Frame 1Symbol 133 as "__Packages.mx.skins.ColoredSkinElement"
ExportAssets (56)Timeline Frame 1Symbol 134 as "__Packages.mx.core.ext.UIObjectExtensions"
ExportAssets (56)Timeline Frame 1Symbol 135 as "__Packages.mx.skins.halo.Defaults"
ExportAssets (56)Timeline Frame 1Symbol 136 as "__Packages.mx.managers.SystemManager"
ExportAssets (56)Timeline Frame 1Symbol 137 as "__Packages.mx.managers.FocusManager"
ExportAssets (56)Timeline Frame 1Symbol 138 as "__Packages.mx.skins.halo.FocusRect"
ExportAssets (56)Timeline Frame 1Symbol 139 as "__Packages.mx.managers.OverlappedWindows"
ExportAssets (56)Timeline Frame 1Symbol 140 as "__Packages.mx.styles.CSSSetStyle"
ExportAssets (56)Timeline Frame 1Symbol 141 as "__Packages.mx.core.ext.UIComponentExtensions"
ExportAssets (56)Timeline Frame 1Symbol 142 as "__Packages.mx.skins.halo.RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 143 as "__Packages.mx.skins.halo.ButtonSkin"
ExportAssets (56)Timeline Frame 1Symbol 144 as "__Packages.mx.controls.VScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 145 as "__Packages.mx.controls.TextInput"
ExportAssets (56)Timeline Frame 1Symbol 149 as "__Packages.mx.controls.TextArea"
ExportAssets (56)Timeline Frame 1Symbol 152 as "__Packages.mx.controls.ProgressBar"
ExportAssets (56)Timeline Frame 1Symbol 180 as "__Packages.mx.controls.MenuBar"
ExportAssets (56)Timeline Frame 1Symbol 214 as "__Packages.mx.controls.listclasses.DataSelector"
ExportAssets (56)Timeline Frame 1Symbol 215 as "__Packages.mx.controls.listclasses.DataProvider"
ExportAssets (56)Timeline Frame 1Symbol 216 as "__Packages.mx.controls.listclasses.ScrollSelectList"
ExportAssets (56)Timeline Frame 1Symbol 217 as "__Packages.mx.controls.treeclasses.TreeDataProvider"
ExportAssets (56)Timeline Frame 1Symbol 218 as "__Packages.mx.controls.menuclasses.MenuDataProvider"
ExportAssets (56)Timeline Frame 1Symbol 219 as "__Packages.mx.managers.PopUpManager"
ExportAssets (56)Timeline Frame 1Symbol 220 as "__Packages.mx.effects.Tween"
ExportAssets (56)Timeline Frame 1Symbol 221 as "__Packages.mx.controls.Menu"
ExportAssets (56)Timeline Frame 1Symbol 222 as "__Packages.mx.skins.halo.ActivatorSkin"
ExportAssets (56)Timeline Frame 1Symbol 223 as "__Packages.mx.controls.menuclasses.MenuBarItem"
ExportAssets (56)Timeline Frame 1Symbol 224 as "__Packages.mx.controls.listclasses.SelectableRow"
ExportAssets (56)Timeline Frame 1Symbol 225 as "__Packages.mx.controls.menuclasses.MenuRow"
ExportAssets (56)Timeline Frame 1Symbol 226 as "__Packages.mx.controls.streamingmedia.ICuePointHolder"
ExportAssets (56)Timeline Frame 1Symbol 227 as "__Packages.mx.controls.MediaPlayback"
ExportAssets (56)Timeline Frame 1Symbol 367 as "__Packages.mx.controls.MediaController"
ExportAssets (56)Timeline Frame 1Symbol 368 as "__Packages.mx.controls.streamingmedia.LoadBar"
ExportAssets (56)Timeline Frame 1Symbol 369 as "__Packages.mx.controls.streamingmedia.PlayBar"
ExportAssets (56)Timeline Frame 1Symbol 370 as "__Packages.mx.controls.streamingmedia.StreamingMediaConstants"
ExportAssets (56)Timeline Frame 1Symbol 371 as "__Packages.mx.controls.streamingmedia.PlayBarThumb"
ExportAssets (56)Timeline Frame 1Symbol 372 as "__Packages.mx.controls.streamingmedia.MiniPlayBar"
ExportAssets (56)Timeline Frame 1Symbol 373 as "__Packages.mx.controls.streamingmedia.VolumeControl"
ExportAssets (56)Timeline Frame 1Symbol 374 as "__Packages.mx.controls.streamingmedia.VolumeControlHandle"
ExportAssets (56)Timeline Frame 1Symbol 375 as "__Packages.mx.controls.streamingmedia.MuteButton"
ExportAssets (56)Timeline Frame 1Symbol 376 as "__Packages.mx.controls.streamingmedia.LoudButton"
ExportAssets (56)Timeline Frame 1Symbol 377 as "__Packages.mx.controls.streamingmedia.Tracer"
ExportAssets (56)Timeline Frame 1Symbol 378 as "__Packages.mx.controls.streamingmedia.FullScreenToggle"
ExportAssets (56)Timeline Frame 1Symbol 379 as "__Packages.mx.controls.streamingmedia.FullScreenToggleControl"
ExportAssets (56)Timeline Frame 1Symbol 380 as "__Packages.mx.controls.streamingmedia.Chrome"
ExportAssets (56)Timeline Frame 1Symbol 381 as "__Packages.mx.controls.MediaDisplay"
ExportAssets (56)Timeline Frame 1Symbol 382 as "__Packages.mx.controls.Loader"
ExportAssets (56)Timeline Frame 1Symbol 383 as "__Packages.mx.events.LowLevelEvents"
ExportAssets (56)Timeline Frame 1Symbol 384 as "__Packages.mx.screens.Screen"
ExportAssets (56)Timeline Frame 1Symbol 385 as "__Packages.mx.controls.streamingmedia.ScreenAccommodator"
ExportAssets (56)Timeline Frame 1Symbol 386 as "__Packages.mx.controls.streamingmedia.CuePoint"
ExportAssets (56)Timeline Frame 1Symbol 387 as "__Packages.mx.controls.streamingmedia.IPlayer"
ExportAssets (56)Timeline Frame 1Symbol 388 as "__Packages.mx.controls.streamingmedia.AbstractPlayer"
ExportAssets (56)Timeline Frame 1Symbol 389 as "__Packages.mx.controls.streamingmedia.PlayerNetStream"
ExportAssets (56)Timeline Frame 1Symbol 390 as "__Packages.mx.controls.streamingmedia.RTMPPlayer"
ExportAssets (56)Timeline Frame 1Symbol 391 as "__Packages.mx.controls.streamingmedia.FLVPlayer"
ExportAssets (56)Timeline Frame 1Symbol 392 as "__Packages.mx.controls.streamingmedia.MP3Player"
ExportAssets (56)Timeline Frame 1Symbol 393 as "__Packages.mx.controls.streamingmedia.ToEndButton"
ExportAssets (56)Timeline Frame 1Symbol 394 as "__Packages.mx.controls.streamingmedia.ToStartButton"
ExportAssets (56)Timeline Frame 1Symbol 395 as "__Packages.mx.controls.streamingmedia.PlayPauseButton"
ExportAssets (56)Timeline Frame 1Symbol 396 as "__Packages.mx.controls.streamingmedia.HMiniPlayBarTray"
ExportAssets (56)Timeline Frame 1Symbol 397 as "__Packages.mx.controls.streamingmedia.HPlayBarTray"
ExportAssets (56)Timeline Frame 1Symbol 398 as "__Packages.mx.controls.streamingmedia.VMiniPlayBarTray"
ExportAssets (56)Timeline Frame 1Symbol 399 as "__Packages.mx.controls.streamingmedia.VPlayBarTray"
ExportAssets (56)Timeline Frame 1Symbol 400 as "__Packages.mx.controls.List"
ExportAssets (56)Timeline Frame 1Symbol 401 as "__Packages.mx.controls.DataGrid"
ExportAssets (56)Timeline Frame 1Symbol 419 as "__Packages.mx.controls.gridclasses.DataGridColumn"
ExportAssets (56)Timeline Frame 1Symbol 420 as "__Packages.mx.controls.gridclasses.DataGridRow"
ExportAssets (56)Timeline Frame 1Symbol 421 as "__Packages.mx.data.components.DataBinding"
ExportAssets (56)Timeline Frame 1Symbol 425 as "__Packages.mx.data.binding.Binding"
ExportAssets (56)Timeline Frame 1Symbol 426 as "__Packages.mx.data.binding.TypedValue"
ExportAssets (56)Timeline Frame 1Symbol 427 as "__Packages.mx.data.binding.DataAccessor"
ExportAssets (56)Timeline Frame 1Symbol 428 as "__Packages.mx.data.binding.ComponentMixins"
ExportAssets (56)Timeline Frame 1Symbol 429 as "__Packages.mx.data.binding.ObjectDumper"
ExportAssets (56)Timeline Frame 1Symbol 430 as "__Packages.mx.xpath.NodePathInfo"
ExportAssets (56)Timeline Frame 1Symbol 431 as "__Packages.mx.utils.StringTokenParser"
ExportAssets (56)Timeline Frame 1Symbol 432 as "__Packages.mx.xpath.FilterExpr"
ExportAssets (56)Timeline Frame 1Symbol 433 as "__Packages.mx.xpath.FilterStack"
ExportAssets (56)Timeline Frame 1Symbol 434 as "__Packages.mx.xpath.XPathAPI"
ExportAssets (56)Timeline Frame 1Symbol 435 as "__Packages.mx.data.binding.FieldAccessor"
ExportAssets (56)Timeline Frame 1Symbol 436 as "__Packages.mx.data.kinds.Data"
ExportAssets (56)Timeline Frame 1Symbol 437 as "__Packages.mx.data.binding.DataType"
ExportAssets (56)Timeline Frame 1Symbol 438 as "__Packages.mx.data.binding.EndPoint"
ExportAssets (56)Timeline Frame 1Symbol 439 as "__Packages.mx.data.binding.Log"
ExportAssets (56)Timeline Frame 1Symbol 440 as "__Packages.mx.utils.ClassFinder"
ExportAssets (56)Timeline Frame 1Symbol 441 as "__Packages.mx.data.binding.Formatter"
ExportAssets (56)Timeline Frame 1Symbol 442 as "__Packages.mx.data.binding.CustomFormatter"
ExportAssets (56)Timeline Frame 1Symbol 443 as "__Packages.mx.data.binding.CustomValidator"
ExportAssets (56)Timeline Frame 1Symbol 444 as "__Packages.mx.data.binding.DateBase"
ExportAssets (56)Timeline Frame 1Symbol 445 as "__Packages.mx.data.binding.Encoder"
ExportAssets (56)Timeline Frame 1Symbol 446 as "__Packages.mx.data.binding.Kind"
ExportAssets (56)Timeline Frame 1Symbol 447 as "__Packages.mx.utils.Iterator"
ExportAssets (56)Timeline Frame 1Symbol 448 as "__Packages.mx.utils.Collection"
ExportAssets (56)Timeline Frame 1Symbol 449 as "__Packages.mx.utils.IteratorImpl"
ExportAssets (56)Timeline Frame 1Symbol 450 as "__Packages.mx.utils.CollectionImpl"
ExportAssets (56)Timeline Frame 1Symbol 451 as "__Packages.mx.utils.StringFormatter"
ExportAssets (56)Timeline Frame 1Symbol 452 as "__Packages.mx.controls.ComboBase"
ExportAssets (56)Timeline Frame 1Symbol 453 as "__Packages.mx.controls.ComboBox"
ExportAssets (56)Timeline Frame 1Symbol 713 as "__Packages.mx.controls.RadioButton"
ExportAssets (56)Timeline Frame 1Symbol 730 as "__Packages.mx.controls.RadioButtonGroup"
ExportAssets (56)Timeline Frame 1Symbol 731 as "__Packages.mx.controls.CheckBox"
ExportAssets (56)Timeline Frame 5Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 5Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 5Symbol 1120 as "alarm"
ExportAssets (56)Timeline Frame 5Symbol 1120 as "alarm"
ExportAssets (56)Timeline Frame 5Symbol 1121 as "cadence"
ExportAssets (56)Timeline Frame 5Symbol 1122 as "metal punch"
ExportAssets (56)Timeline Frame 5Symbol 1123 as "nukeblast"
ExportAssets (56)Timeline Frame 5Symbol 1124 as "shield_hit"
ExportAssets (56)Timeline Frame 5Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 5Symbol 1126 as "goingdown"
ExportAssets (56)Timeline Frame 5Symbol 1127 as "missile"
ExportAssets (56)Timeline Frame 5Symbol 1128 as "fireburst"
ExportAssets (56)Timeline Frame 5Symbol 1129 as "explosion"
ExportAssets (56)Timeline Frame 5Symbol 1130 as "lowbeep"
ExportAssets (56)Timeline Frame 5Symbol 1131 as "shot"
ExportAssets (56)Timeline Frame 5Symbol 1132 as "bounce"
ExportAssets (56)Timeline Frame 5Symbol 1133 as "gunshot2"
ExportAssets (56)Timeline Frame 5Symbol 1134 as "gunshot3"
ExportAssets (56)Timeline Frame 5Symbol 1135 as "missilesound"
ExportAssets (56)Timeline Frame 5Symbol 1136 as "powerup"
ExportAssets (56)Timeline Frame 5Symbol 1137 as "jump"
ExportAssets (56)Timeline Frame 8Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 8Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 8Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 8Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 8Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 8Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 48Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 88Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 128Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 168Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 208Symbol 2 as "crylleefont"
ExportAssets (56)Timeline Frame 220Symbol 417 as "List"
ExportAssets (56)Timeline Frame 221Symbol 2 as "crylleefont"
ExportAssets (56)Timeline Frame 312Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 312Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 312Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 312Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 336Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 336Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 336Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 336Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 336Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 336Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 336Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 336Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 336Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 336Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 336Symbol 1125 as "snap"
ExportAssets (56)Timeline Frame 336Symbol 1123 as "nukeblast"
ExportAssets (56)Timeline Frame 336Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 337Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 337Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 338Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 338Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 339Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 339Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 340Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 340Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 341Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 341Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 342Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 342Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 343Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 343Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 344Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 344Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 345Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 345Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 346Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 346Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 347Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 347Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 348Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 348Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 349Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 349Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 350Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 350Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 351Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 351Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 352Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 352Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 353Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 353Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 354Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 354Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 355Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 355Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 356Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 356Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 357Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 357Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 358Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 358Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 359Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 359Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 360Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 360Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 361Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 361Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 362Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 362Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 363Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 363Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 364Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 364Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 365Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 365Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 366Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 366Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 367Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 367Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 368Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 368Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 369Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 369Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 370Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 370Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 371Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 371Symbol 751 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 372Symbol 1 as "millfont"
ExportAssets (56)Timeline Frame 373Symbol 1 as "millfont"
ExportAssets (56)Timeline Frame 398Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 398Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 398Symbol 747 as "CheckBox"
ExportAssets (56)Timeline Frame 398Symbol 747 as "CheckBox"
ExportAssets (56)Timeline Frame 398Symbol 1 as "millfont"
ExportAssets (56)Timeline Frame 398Symbol 729 as "RadioButton"
ExportAssets (56)Timeline Frame 398Symbol 729 as "RadioButton"
ExportAssets (56)Timeline Frame 398Symbol 729 as "RadioButton"
ExportAssets (56)Timeline Frame 398Symbol 729 as "RadioButton"
ExportAssets (56)Timeline Frame 399Symbol 1 as "millfont"
ExportAssets (56)Timeline Frame 399Symbol 1 as "millfont"
ExportAssets (56)Timeline Frame 399Symbol 1 as "millfont"
ExportAssets (56)Timeline Frame 400Symbol 1 as "millfont"
ExportAssets (56)Timeline Frame 400Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 400Symbol 3 as "starfont"
ExportAssets (56)Timeline Frame 400Symbol 3 as "starfont"

Labels

"intro1"Frame 4
"intro2"Frame 5
"intro3"Frame 6
"introdone"Frame 7
"badperf"Frame 8
"splash"Frame 208
"connect"Frame 217
"nextmission"Frame 244
"trainingmode"Frame 297
"waitforserver"Frame 309
"chooselev"Frame 313
"loadloop2"Frame 325
"splitlvldata"Frame 328
"main"Frame 336
"win"Frame 372
"fail"Frame 373
"options"Frame 398
"instructions"Frame 399
"congratulations"Frame 400
"_up"Symbol 238 MovieClip [MaximizeButton] Frame 1
"_over"Symbol 238 MovieClip [MaximizeButton] Frame 2
"_down"Symbol 238 MovieClip [MaximizeButton] Frame 3
"_disabled"Symbol 238 MovieClip [MaximizeButton] Frame 4
"_up"Symbol 240 MovieClip [MinimizeButton] Frame 1
"_over"Symbol 240 MovieClip [MinimizeButton] Frame 2
"_down"Symbol 240 MovieClip [MinimizeButton] Frame 3
"_disabled"Symbol 240 MovieClip [MinimizeButton] Frame 4
"small"Symbol 241 MovieClip [FullScreenToggle] Frame 1
"big"Symbol 241 MovieClip [FullScreenToggle] Frame 2
"_up"Symbol 285 MovieClip [PlayBarThumb] Frame 1
"_over"Symbol 285 MovieClip [PlayBarThumb] Frame 2
"_down"Symbol 285 MovieClip [PlayBarThumb] Frame 3
"_disabled"Symbol 285 MovieClip [PlayBarThumb] Frame 4
"_up"Symbol 315 MovieClip [VolumeControlHandle] Frame 1
"_over"Symbol 315 MovieClip [VolumeControlHandle] Frame 2
"_down"Symbol 315 MovieClip [VolumeControlHandle] Frame 3
"_disabled"Symbol 315 MovieClip [VolumeControlHandle] Frame 4
"_up"Symbol 356 MovieClip [VPlayBarThumb] Frame 1
"_over"Symbol 356 MovieClip [VPlayBarThumb] Frame 2
"_down"Symbol 356 MovieClip [VPlayBarThumb] Frame 3
"_disabled"Symbol 356 MovieClip [VPlayBarThumb] Frame 4
"deadPreview"Symbol 365 MovieClip [MediaController] Frame 1
"closedHorizontal"Symbol 365 MovieClip [MediaController] Frame 2
"openHorizontal"Symbol 365 MovieClip [MediaController] Frame 3
"closedVertical"Symbol 365 MovieClip [MediaController] Frame 4
"openVertical"Symbol 365 MovieClip [MediaController] Frame 5
#"Symbol_10"Symbol 557 MovieClip [fpb_hitArea] Frame 1
"up"Symbol 585 MovieClip [fpb_states] Frame 1
"over"Symbol 585 MovieClip [fpb_states] Frame 2
"down"Symbol 585 MovieClip [fpb_states] Frame 3
"disabled"Symbol 585 MovieClip [fpb_states] Frame 4
"up"Symbol 609 MovieClip [fcb_states] Frame 1
"press"Symbol 609 MovieClip [fcb_states] Frame 2
"uncheckedDisabled"Symbol 609 MovieClip [fcb_states] Frame 3
"checkedDisabled"Symbol 609 MovieClip [fcb_states] Frame 4
"checkedPress"Symbol 609 MovieClip [fcb_states] Frame 5
"checkedEnabled"Symbol 609 MovieClip [fcb_states] Frame 6
"enabled"Symbol 612 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 612 MovieClip [FBoundingBoxSymbol] Frame 2
"Symbol_36"Symbol 616 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 692 MovieClip [FHighlightSymbol] Frame 1
"disabled"Symbol 692 MovieClip [FHighlightSymbol] Frame 2
"unfocused"Symbol 692 MovieClip [FHighlightSymbol] Frame 3
"Symbol_32"Symbol 695 MovieClip [FLabelSymbol] Frame 1
"Symbol_354"Symbol 700 MovieClip [DataProviderSymbol] Frame 1
"Page #1"Symbol 1388 MovieClip Frame 1
"Page #1"Symbol 1388 MovieClip Frame 15
"Page #1"Symbol 1388 MovieClip Frame 16
"Page #1"Symbol 1388 MovieClip Frame 17
"Page #1"Symbol 1388 MovieClip Frame 18
"Page #1"Symbol 1388 MovieClip Frame 19
"Page #1"Symbol 1388 MovieClip Frame 20
"Page #1"Symbol 1388 MovieClip Frame 21
"Page #1"Symbol 1388 MovieClip Frame 22
"Page #1"Symbol 1388 MovieClip Frame 23
"Page #1"Symbol 1388 MovieClip Frame 24
"Page #1"Symbol 1388 MovieClip Frame 25
"Page #1"Symbol 1388 MovieClip Frame 26
"Page #1"Symbol 1388 MovieClip Frame 27
"Page #1"Symbol 1388 MovieClip Frame 28
"Page #1"Symbol 1388 MovieClip Frame 29
"Page #1"Symbol 1388 MovieClip Frame 30
"Page #1"Symbol 1388 MovieClip Frame 31
"Page #1"Symbol 1388 MovieClip Frame 32
"Page #1"Symbol 1388 MovieClip Frame 33
"Page #1"Symbol 1388 MovieClip Frame 34
"Page #1"Symbol 1388 MovieClip Frame 35
"Page #1"Symbol 1388 MovieClip Frame 36
"Page #1"Symbol 1388 MovieClip Frame 37
"Page #1"Symbol 1388 MovieClip Frame 38
"Page #1"Symbol 1388 MovieClip Frame 39
"Page #1"Symbol 1388 MovieClip Frame 40
"Page #1"Symbol 1388 MovieClip Frame 41
"Page #1"Symbol 1388 MovieClip Frame 42
"Page #1"Symbol 1388 MovieClip Frame 43
"Page #1"Symbol 1388 MovieClip Frame 44
"Page #1"Symbol 1388 MovieClip Frame 45
"Page #1"Symbol 1388 MovieClip Frame 46
"Page #1"Symbol 1388 MovieClip Frame 47
"Page #1"Symbol 1388 MovieClip Frame 48
"Page #1"Symbol 1388 MovieClip Frame 49
"Page #1"Symbol 1388 MovieClip Frame 50
"Page #1"Symbol 1388 MovieClip Frame 51
"Page #1"Symbol 1388 MovieClip Frame 52
"Page #1"Symbol 1388 MovieClip Frame 53
"Page #1"Symbol 1388 MovieClip Frame 54
"Page #1"Symbol 1388 MovieClip Frame 55
"Page #1"Symbol 1388 MovieClip Frame 56
"Page #1"Symbol 1388 MovieClip Frame 57
"Page #1"Symbol 1388 MovieClip Frame 58
"Page #1"Symbol 1388 MovieClip Frame 59
"Page #1"Symbol 1388 MovieClip Frame 60
"Page #1"Symbol 1388 MovieClip Frame 61
"Page #1"Symbol 1388 MovieClip Frame 62
"Page #1"Symbol 1388 MovieClip Frame 63
"Page #1"Symbol 1388 MovieClip Frame 64
"Page #1"Symbol 1388 MovieClip Frame 65
"Page #1"Symbol 1388 MovieClip Frame 66
"Page #1"Symbol 1388 MovieClip Frame 67
"Page #1"Symbol 1388 MovieClip Frame 68
"Page #1"Symbol 1388 MovieClip Frame 69
"Page #1"Symbol 1388 MovieClip Frame 70
"Page #1"Symbol 1388 MovieClip Frame 71
"Page #1"Symbol 1388 MovieClip Frame 72
"Page #1"Symbol 1388 MovieClip Frame 73
"Page #1"Symbol 1388 MovieClip Frame 74
"Page #1"Symbol 1388 MovieClip Frame 75
"Page #1"Symbol 1388 MovieClip Frame 76
"Page #1"Symbol 1388 MovieClip Frame 77
"Page #1"Symbol 1388 MovieClip Frame 78
"Page #1"Symbol 1388 MovieClip Frame 79
"Page #1"Symbol 1388 MovieClip Frame 80
"Page #1"Symbol 1388 MovieClip Frame 81
"Page #1"Symbol 1388 MovieClip Frame 82
"Page #1"Symbol 1388 MovieClip Frame 83
"Page #1"Symbol 1388 MovieClip Frame 84
"Page #1"Symbol 1388 MovieClip Frame 85
"Page #1"Symbol 1388 MovieClip Frame 125
"Page #1"Symbol 1388 MovieClip Frame 126
"Page #1"Symbol 1388 MovieClip Frame 127
"Page #1"Symbol 1388 MovieClip Frame 128
"Page #1"Symbol 1388 MovieClip Frame 129
"Page #1"Symbol 1388 MovieClip Frame 130
"Page #1"Symbol 1388 MovieClip Frame 131
"Page #1"Symbol 1388 MovieClip Frame 132
"Page #1"Symbol 1388 MovieClip Frame 133
"Page #1"Symbol 1388 MovieClip Frame 134
"Page #1"Symbol 1388 MovieClip Frame 135
"Page #1"Symbol 1388 MovieClip Frame 136
"Page #1"Symbol 1388 MovieClip Frame 137
"Page #1"Symbol 1388 MovieClip Frame 138
"Page #1"Symbol 1388 MovieClip Frame 139
"Page #1"Symbol 1388 MovieClip Frame 140
"Page #1"Symbol 1388 MovieClip Frame 141
"Page #1"Symbol 1388 MovieClip Frame 142
"Page #1"Symbol 1388 MovieClip Frame 143
"Page #1"Symbol 1388 MovieClip Frame 144
"Page #1"Symbol 1388 MovieClip Frame 145
"Page #1"Symbol 1388 MovieClip Frame 146
"Page #1"Symbol 1388 MovieClip Frame 147
"Page #1"Symbol 1388 MovieClip Frame 148
"Page #1"Symbol 1388 MovieClip Frame 149
"Page #1"Symbol 1388 MovieClip Frame 150
"Page #1"Symbol 1388 MovieClip Frame 151
"Page #1"Symbol 1388 MovieClip Frame 152
"Page #1"Symbol 1388 MovieClip Frame 153
"Page #1"Symbol 1388 MovieClip Frame 154
"Page #1"Symbol 1388 MovieClip Frame 155
"Page #1"Symbol 1388 MovieClip Frame 156
"Page #1"Symbol 1388 MovieClip Frame 157
"Page #1"Symbol 1388 MovieClip Frame 158
"Page #1"Symbol 1388 MovieClip Frame 159
"Page #1"Symbol 1388 MovieClip Frame 160
"Page #1"Symbol 1388 MovieClip Frame 161
"Page #1"Symbol 1388 MovieClip Frame 162
"Page #1"Symbol 1388 MovieClip Frame 163
"Page #1"Symbol 1388 MovieClip Frame 164
"Page #1"Symbol 1388 MovieClip Frame 165
"Page #1"Symbol 1388 MovieClip Frame 166
"Page #1"Symbol 1388 MovieClip Frame 167
"Page #1"Symbol 1388 MovieClip Frame 168
"Page #1"Symbol 1388 MovieClip Frame 169
"Page #1"Symbol 1388 MovieClip Frame 170
"Page #1"Symbol 1388 MovieClip Frame 171
"Page #1"Symbol 1388 MovieClip Frame 172
"Page #1"Symbol 1388 MovieClip Frame 173
"Page #1"Symbol 1388 MovieClip Frame 174
"Page #1"Symbol 1388 MovieClip Frame 175
"Page #1"Symbol 1388 MovieClip Frame 176
"Page #1"Symbol 1388 MovieClip Frame 177
"Page #1"Symbol 1388 MovieClip Frame 178
"Page #1"Symbol 1388 MovieClip Frame 179
"Page #1"Symbol 1388 MovieClip Frame 180
"Page #1"Symbol 1388 MovieClip Frame 181
"Page #1"Symbol 1388 MovieClip Frame 182
"Page #1"Symbol 1388 MovieClip Frame 183
"Page #1"Symbol 1388 MovieClip Frame 184
"Page #1"Symbol 1388 MovieClip Frame 185
"Page #1"Symbol 1388 MovieClip Frame 186
"Page #1"Symbol 1388 MovieClip Frame 187
"Page #1"Symbol 1388 MovieClip Frame 188
"Page #1"Symbol 1388 MovieClip Frame 207
"Page #1"Symbol 1388 MovieClip Frame 208
"Page #1"Symbol 1388 MovieClip Frame 209
"Page #1"Symbol 1388 MovieClip Frame 210
"Page #1"Symbol 1388 MovieClip Frame 211
"Page #1"Symbol 1388 MovieClip Frame 212
"Page #1"Symbol 1388 MovieClip Frame 213
"Page #1"Symbol 1388 MovieClip Frame 214
"Page #1"Symbol 1388 MovieClip Frame 215
"Page #1"Symbol 1388 MovieClip Frame 216
"Page #1"Symbol 1388 MovieClip Frame 217
"Page #1"Symbol 1388 MovieClip Frame 218
"Page #1"Symbol 1388 MovieClip Frame 219
"Page #1"Symbol 1388 MovieClip Frame 220
"Page #1"Symbol 1388 MovieClip Frame 221
"Page #1"Symbol 1388 MovieClip Frame 222
"Page #1"Symbol 1388 MovieClip Frame 223
"Page #1"Symbol 1388 MovieClip Frame 224
"Page #1"Symbol 1388 MovieClip Frame 225
"Page #1"Symbol 1388 MovieClip Frame 226
"Page #1"Symbol 1388 MovieClip Frame 227
"Page #1"Symbol 1388 MovieClip Frame 228
"Page #1"Symbol 1388 MovieClip Frame 229
"Page #1"Symbol 1388 MovieClip Frame 230
"Page #1"Symbol 1388 MovieClip Frame 231
"Page #1"Symbol 1388 MovieClip Frame 232
"Page #1"Symbol 1388 MovieClip Frame 233
"Page #1"Symbol 1388 MovieClip Frame 234
"Page #1"Symbol 1388 MovieClip Frame 235
"Page #1"Symbol 1388 MovieClip Frame 236
"Page #1"Symbol 1388 MovieClip Frame 237
"Page #1"Symbol 1388 MovieClip Frame 238
"Page #1"Symbol 1388 MovieClip Frame 239
"Page #1"Symbol 1388 MovieClip Frame 240
"Page #1"Symbol 1388 MovieClip Frame 248
"Page #1"Symbol 1388 MovieClip Frame 249
"Page #1"Symbol 1388 MovieClip Frame 251
"Page #1"Symbol 1388 MovieClip Frame 253
"Page #1"Symbol 1388 MovieClip Frame 254
"Page #1"Symbol 1388 MovieClip Frame 255
"Page #1"Symbol 1388 MovieClip Frame 256
"Page #1"Symbol 1388 MovieClip Frame 257
"Page #1"Symbol 1388 MovieClip Frame 258
"Page #1"Symbol 1388 MovieClip Frame 259
"Page #1"Symbol 1388 MovieClip Frame 260
"Page #1"Symbol 1388 MovieClip Frame 261
"Page #1"Symbol 1388 MovieClip Frame 262
"Page #1"Symbol 1388 MovieClip Frame 263
"Page #1"Symbol 1388 MovieClip Frame 264
"Page #1"Symbol 1388 MovieClip Frame 265
"Page #1"Symbol 1388 MovieClip Frame 266
"Page #1"Symbol 1388 MovieClip Frame 267
"Page #1"Symbol 1388 MovieClip Frame 268
"Page #1"Symbol 1388 MovieClip Frame 269
"Page #1"Symbol 1388 MovieClip Frame 270
"Page #1"Symbol 1388 MovieClip Frame 271
"Page #1"Symbol 1388 MovieClip Frame 272
"Page #1"Symbol 1388 MovieClip Frame 273
"Page #1"Symbol 1388 MovieClip Frame 274
"Page #1"Symbol 1388 MovieClip Frame 275
"Page #1"Symbol 1388 MovieClip Frame 276
"Page #1"Symbol 1388 MovieClip Frame 277
"Page #1"Symbol 1388 MovieClip Frame 278
"Page #1"Symbol 1388 MovieClip Frame 279
"Page #1"Symbol 1388 MovieClip Frame 280
"Page #1"Symbol 1388 MovieClip Frame 281
"Page #1"Symbol 1388 MovieClip Frame 282
"Page #1"Symbol 1388 MovieClip Frame 283
"Page #1"Symbol 1388 MovieClip Frame 284
"Page #1"Symbol 1388 MovieClip Frame 285
"Page #1"Symbol 1388 MovieClip Frame 286
"Page #1"Symbol 1388 MovieClip Frame 287
"Page #1"Symbol 1388 MovieClip Frame 288
"Page #1"Symbol 1388 MovieClip Frame 289
"Page #1"Symbol 1388 MovieClip Frame 290
"Page #1"Symbol 1388 MovieClip Frame 291
"Page #1"Symbol 1388 MovieClip Frame 292
"Page #1"Symbol 1388 MovieClip Frame 293
"Page #1"Symbol 1388 MovieClip Frame 294
"Page #1"Symbol 1388 MovieClip Frame 295
"Page #1"Symbol 1388 MovieClip Frame 296
"Page #1"Symbol 1388 MovieClip Frame 297
"Page #1"Symbol 1388 MovieClip Frame 298
"Page #1"Symbol 1388 MovieClip Frame 299
"Page #1"Symbol 1388 MovieClip Frame 300
"Page #1"Symbol 1388 MovieClip Frame 301
"Page #1"Symbol 1388 MovieClip Frame 302
"Page #1"Symbol 1388 MovieClip Frame 303
"Page #1"Symbol 1388 MovieClip Frame 304
"Page #1"Symbol 1388 MovieClip Frame 305
"Page #1"Symbol 1388 MovieClip Frame 306
"Page #1"Symbol 1388 MovieClip Frame 307
"Page #1"Symbol 1388 MovieClip Frame 308
"Page #1"Symbol 1388 MovieClip Frame 309
"Page #1"Symbol 1388 MovieClip Frame 310
"Page #1"Symbol 1388 MovieClip Frame 311
"Page #1"Symbol 1388 MovieClip Frame 312
"cleanframe"Symbol 1547 MovieClip Frame 2
"cleanframe"Symbol 1562 MovieClip Frame 2
"cleanframe"Symbol 1565 MovieClip Frame 2
"cleanframe"Symbol 1568 MovieClip Frame 2
"cleanframe"Symbol 1571 MovieClip Frame 2
"cleanframe"Symbol 1574 MovieClip Frame 2
"cleanframe"Symbol 1582 MovieClip Frame 2
"cleanframe"Symbol 1585 MovieClip Frame 2
"cleanframe"Symbol 1588 MovieClip Frame 2
"cleanframe"Symbol 1594 MovieClip Frame 2
"cleanframe"Symbol 1603 MovieClip Frame 2
"cleanframe"Symbol 1608 MovieClip Frame 2
"cleanframe"Symbol 1611 MovieClip Frame 2
"expand"Symbol 1653 MovieClip Frame 2
"retract"Symbol 1653 MovieClip Frame 10
"out"Symbol 1664 MovieClip Frame 2
"in"Symbol 1664 MovieClip Frame 9
"fly normal"Symbol 1904 MovieClip Frame 1
"rotate down"Symbol 1904 MovieClip Frame 8
"fly down"Symbol 1904 MovieClip Frame 23
"goback down"Symbol 1904 MovieClip Frame 33
"rotate up"Symbol 1904 MovieClip Frame 47
"fly up"Symbol 1904 MovieClip Frame 59
"goback up"Symbol 1904 MovieClip Frame 73
"land"Symbol 1904 MovieClip Frame 88
"three"Symbol 1927 MovieClip Frame 1
"two"Symbol 1927 MovieClip Frame 10
"one"Symbol 1927 MovieClip Frame 20
"cleanframe"Symbol 2023 MovieClip Frame 94
"dissolve"Symbol 2058 MovieClip Frame 16
"shoot"Symbol 2068 MovieClip Frame 1
"cleanframe"Symbol 2068 MovieClip Frame 7
"cleanframe"Symbol 2071 MovieClip Frame 2
"cleanframe"Symbol 2074 MovieClip Frame 2
"g missiles"Symbol 2105 MovieClip Frame 2
"u missiles"Symbol 2105 MovieClip Frame 49
"health"Symbol 2105 MovieClip Frame 96
"wingman"Symbol 2105 MovieClip Frame 143
"double mg"Symbol 2105 MovieClip Frame 190
"nuke"Symbol 2105 MovieClip Frame 237
"cash"Symbol 2105 MovieClip Frame 284
"shield"Symbol 2105 MovieClip Frame 331
"mines"Symbol 2105 MovieClip Frame 378
"life lost"Symbol 2105 MovieClip Frame 425
"zero"Symbol 2130 MovieClip Frame 1
"one"Symbol 2130 MovieClip Frame 30
"two"Symbol 2130 MovieClip Frame 65
"three"Symbol 2130 MovieClip Frame 99
"four"Symbol 2130 MovieClip Frame 134
"five"Symbol 2130 MovieClip Frame 165
"six"Symbol 2130 MovieClip Frame 194
"seven"Symbol 2130 MovieClip Frame 225
"aight"Symbol 2130 MovieClip Frame 255
"nine"Symbol 2130 MovieClip Frame 284
"void"Symbol 2130 MovieClip Frame 317
"spin"Symbol 2130 MovieClip Frame 320

Dynamic Text Variables

percent_disp1Symbol 757 EditableText"0%"
fpsSymbol 1117 EditableText"12 FPS"
totalFTimeSymbol 1496 EditableText""
totalFTime2Symbol 1497 EditableText""
thetimeSymbol 1526 EditableText""
unguided_poolSymbol 2079 EditableText"0"
mines_poolSymbol 2081 EditableText"0"
guided_poolSymbol 2082 EditableText"0"
nuke_poolSymbol 2083 EditableText"0"
accuracySymbol 2118 EditableText"0%"
hitsSymbol 2122 EditableText"0"
shotsSymbol 2123 EditableText"0"
missesSymbol 2124 EditableText"0"
takedownsSymbol 2126 EditableText"0"
scoreSymbol 2134 EditableText"0"




http://swfchan.com/1/1822/info.shtml
Created: 17/6 -2019 20:08:51 Last modified: 17/6 -2019 20:08:51 Server time: 28/04 -2024 23:50:28