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

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

Cute-Bratz-Kissing.swf

This is the info page for
Flash #125435

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


Text
0

%

intro music

pause

pause

Time

<p align="left"></p><p align="left"></p>

Score

More Games

More Games

Try
Again

Game Over

Game Over

Time Over

Time Over

Next
Level

Congratulations

Clap
music

<p align="left"></p><p align="left"></p>

<

1

2

3

4

5

6

7

8

9

10

11

12

0

12
11
10
9
8
7
6
5
4
3
2
1
0

<p align="left"></p><p align="left"></p>

congrats
music

You won the game

Play Again

ActionScript [AS1/AS2]

Frame 1
var loadper = 0;
Frame 2
if (_framesloaded == _totalframes) { gotoAndPlay (4); } else { setProperty(_root.bar, _xscale , (int(_root.getBytesLoaded() / 1000) / int(_root.getBytesTotal() / 1000)) * 100); loadper = int(((_root.getBytesLoaded() / 1000) / (_root.getBytesTotal() / 1000)) * 100); }
Frame 3
gotoAndPlay (2);
Frame 4
_global.Behaviors.Sound.gameoverins.stop("gameover"); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss");
Instance of Symbol 14 MovieClip [ComboBox] in Frame 4
//component parameters onClipEvent (construct) { editable = false; rowCount = 5; restrict = "\"\""; enabled = true; visible = true; minHeight = 0; minWidth = 0; } //component parameters onClipEvent (construct) { editable = false; rowCount = 5; restrict = ""; enabled = true; visible = true; minHeight = 0; minWidth = 0; } onClipEvent (load) { _parent.gamelevel = 1; this.dataProvider = [1, 2, 3, 4, 5]; } onClipEvent (load) { function __f_change(eventObj) { _parent.gamelevel = this.selectedItem; } this.addEventListener("change", __f_change); }
Frame 8
stop();
Frame 17
stop();
Symbol 14 MovieClip [ComboBox] Frame 1
#initclip 29 Object.registerClass("ComboBox", mx.controls.ComboBox); #endinitclip stop();
Symbol 16 Button
on (release) { getURL ("http://www.dressupmix.com/?flash_Bratzkiss", "_blank"); }
Symbol 31 Button
on (release) { getURL ("http://www.dressupmix.com/?flash_Bratzkiss", "_blank"); }
Symbol 1427 MovieClip [__Packages.mx.core.UIObject] Frame 0
class mx.core.UIObject extends MovieClip { var _width, _height, _x, _y, _parent, _minHeight, _minWidth, _visible, dispatchEvent, _xscale, _yscale, methodTable, onEnterFrame, tfList, __width, __height, moveTo, lineTo, createTextField, attachMovie, buildDepthTable, findNextAvailableDepth, idNames, childrenCreated, _name, createAccessibilityImplementation, _endInit, validateNow, hasOwnProperty, initProperties, stylecache, className, ignoreClassStyleDeclaration, _tf, fontFamily, fontSize, color, marginLeft, marginRight, fontStyle, fontWeight, textAlign, textIndent, textDecoration, embedFonts, styleName, enabled; function UIObject () { super(); constructObject(); } function get width() { return(_width); } function get height() { return(_height); } function get left() { return(_x); } function get x() { return(_x); } function get top() { return(_y); } function get y() { return(_y); } function get right() { return(_parent.width - (_x + width)); } function get bottom() { return(_parent.height - (_y + height)); } function getMinHeight(Void) { return(_minHeight); } function setMinHeight(h) { _minHeight = h; } function get minHeight() { return(getMinHeight()); } function set minHeight(h) { setMinHeight(h); //return(minHeight); } function getMinWidth(Void) { return(_minWidth); } function setMinWidth(w) { _minWidth = w; } function get minWidth() { return(getMinWidth()); } function set minWidth(w) { setMinWidth(w); //return(minWidth); } function setVisible(x, noEvent) { if (x != _visible) { _visible = x; if (noEvent != true) { dispatchEvent({type:(x ? "reveal" : "hide")}); } } } function get visible() { return(_visible); } function set visible(x) { setVisible(x, false); //return(visible); } function get scaleX() { return(_xscale); } function set scaleX(x) { _xscale = x; //return(scaleX); } function get scaleY() { return(_yscale); } function set scaleY(y) { _yscale = y; //return(scaleY); } function doLater(obj, fn) { if (methodTable == undefined) { methodTable = new Array(); } methodTable.push({obj:obj, fn:fn}); onEnterFrame = doLaterDispatcher; } function doLaterDispatcher(Void) { delete onEnterFrame; if (invalidateFlag) { redraw(); } var _local3 = methodTable; methodTable = new Array(); if (_local3.length > 0) { var _local2; while (_local2 = _local3.shift() , _local2 != undefined) { _local2.obj[_local2.fn](); } } } function cancelAllDoLaters(Void) { delete onEnterFrame; methodTable = new Array(); } function invalidate(Void) { invalidateFlag = true; onEnterFrame = doLaterDispatcher; } function invalidateStyle(Void) { invalidate(); } function redraw(bAlways) { if (invalidateFlag || (bAlways)) { invalidateFlag = false; var _local2; for (_local2 in tfList) { tfList[_local2].draw(); } draw(); dispatchEvent({type:"draw"}); } } function draw(Void) { } function move(x, y, noEvent) { var _local3 = _x; var _local2 = _y; _x = x; _y = y; if (noEvent != true) { dispatchEvent({type:"move", oldX:_local3, oldY:_local2}); } } function setSize(w, h, noEvent) { var _local3 = __width; var _local2 = __height; __width = w; __height = h; size(); if (noEvent != true) { dispatchEvent({type:"resize", oldWidth:_local3, oldHeight:_local2}); } } function size(Void) { _width = __width; _height = __height; } function drawRect(x1, y1, x2, y2) { moveTo(x1, y1); lineTo(x2, y1); lineTo(x2, y2); lineTo(x1, y2); lineTo(x1, y1); } function createLabel(name, depth, text) { createTextField(name, depth, 0, 0, 0, 0); var _local2 = this[name]; _local2._color = textColorList; _local2._visible = false; _local2.__text = text; if (tfList == undefined) { tfList = new Object(); } tfList[name] = _local2; _local2.invalidateStyle(); invalidate(); _local2.styleName = this; return(_local2); } function createObject(linkageName, id, depth, initobj) { return(attachMovie(linkageName, id, depth, initobj)); } function createClassObject(className, id, depth, initobj) { var _local3 = className.symbolName == undefined; if (_local3) { Object.registerClass(className.symbolOwner.symbolName, className); } var _local4 = mx.core.UIObject(createObject(className.symbolOwner.symbolName, id, depth, initobj)); if (_local3) { Object.registerClass(className.symbolOwner.symbolName, className.symbolOwner); } return(_local4); } function createEmptyObject(id, depth) { return(createClassObject(mx.core.UIObject, id, depth)); } function destroyObject(id) { var _local2 = this[id]; if (_local2.getDepth() < 0) { var _local4 = buildDepthTable(); var _local5 = findNextAvailableDepth(0, _local4, "up"); var _local3 = _local5; _local2.swapDepths(_local3); } _local2.removeMovieClip(); delete this[id]; } function getSkinIDName(tag) { return(idNames[tag]); } function setSkin(tag, linkageName, initObj) { if (_global.skinRegistry[linkageName] == undefined) { mx.skins.SkinElement.registerElement(linkageName, mx.skins.SkinElement); } return(createObject(linkageName, getSkinIDName(tag), tag, initObj)); } function createSkin(tag) { var _local2 = getSkinIDName(tag); createEmptyObject(_local2, tag); return(this[_local2]); } function createChildren(Void) { } function _createChildren(Void) { createChildren(); childrenCreated = true; } function constructObject(Void) { if (_name == undefined) { return(undefined); } init(); _createChildren(); createAccessibilityImplementation(); _endInit(); if (validateNow) { redraw(true); } else { invalidate(); } } function initFromClipParameters(Void) { var _local4 = false; var _local2; for (_local2 in clipParameters) { if (hasOwnProperty(_local2)) { _local4 = true; this["def_" + _local2] = this[_local2]; delete this[_local2]; } } if (_local4) { for (_local2 in clipParameters) { var _local3 = this["def_" + _local2]; if (_local3 != undefined) { this[_local2] = _local3; } } } } function init(Void) { __width = _width; __height = _height; if (initProperties == undefined) { initFromClipParameters(); } else { initProperties(); } if (_global.cascadingStyles == true) { stylecache = new Object(); } } function getClassStyleDeclaration(Void) { var _local4 = this; var _local3 = className; while (_local3 != undefined) { if (ignoreClassStyleDeclaration[_local3] == undefined) { if (_global.styles[_local3] != undefined) { return(_global.styles[_local3]); } } _local4 = _local4.__proto__; _local3 = _local4.className; } } function setColor(color) { } function __getTextFormat(tf, bAll) { var _local8 = stylecache.tf; if (_local8 != undefined) { var _local3; for (_local3 in mx.styles.StyleManager.TextFormatStyleProps) { if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local3])) { if (tf[_local3] == undefined) { tf[_local3] = _local8[_local3]; } } } return(false); } var _local6 = false; for (var _local3 in mx.styles.StyleManager.TextFormatStyleProps) { if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local3])) { if (tf[_local3] == undefined) { var _local5 = _tf[_local3]; if (_local5 != undefined) { tf[_local3] = _local5; } else if ((_local3 == "font") && (fontFamily != undefined)) { tf[_local3] = fontFamily; } else if ((_local3 == "size") && (fontSize != undefined)) { tf[_local3] = fontSize; } else if ((_local3 == "color") && (color != undefined)) { tf[_local3] = color; } else if ((_local3 == "leftMargin") && (marginLeft != undefined)) { tf[_local3] = marginLeft; } else if ((_local3 == "rightMargin") && (marginRight != undefined)) { tf[_local3] = marginRight; } else if ((_local3 == "italic") && (fontStyle != undefined)) { tf[_local3] = fontStyle == _local3; } else if ((_local3 == "bold") && (fontWeight != undefined)) { tf[_local3] = fontWeight == _local3; } else if ((_local3 == "align") && (textAlign != undefined)) { tf[_local3] = textAlign; } else if ((_local3 == "indent") && (textIndent != undefined)) { tf[_local3] = textIndent; } else if ((_local3 == "underline") && (textDecoration != undefined)) { tf[_local3] = textDecoration == _local3; } else if ((_local3 == "embedFonts") && (embedFonts != undefined)) { tf[_local3] = embedFonts; } else { _local6 = true; } } } } if (_local6) { var _local9 = styleName; if (_local9 != undefined) { if (typeof(_local9) != "string") { _local6 = _local9.__getTextFormat(tf, true, this); } else if (_global.styles[_local9] != undefined) { _local6 = _global.styles[_local9].__getTextFormat(tf, true, this); } } } if (_local6) { var _local10 = getClassStyleDeclaration(); if (_local10 != undefined) { _local6 = _local10.__getTextFormat(tf, true, this); } } if (_local6) { if (_global.cascadingStyles) { if (_parent != undefined) { _local6 = _parent.__getTextFormat(tf, false); } } } if (_local6) { _local6 = _global.style.__getTextFormat(tf, true, this); } return(_local6); } function _getTextFormat(Void) { var _local2 = stylecache.tf; if (_local2 != undefined) { return(_local2); } _local2 = new TextFormat(); __getTextFormat(_local2, true); stylecache.tf = _local2; if (enabled == false) { var _local3 = getStyle("disabledColor"); _local2.color = _local3; } return(_local2); } function getStyleName(Void) { var _local2 = styleName; if (_local2 != undefined) { if (typeof(_local2) != "string") { return(_local2.getStyleName()); } return(_local2); } if (_parent != undefined) { return(_parent.getStyleName()); } return(undefined); } function getStyle(styleProp) { var _local3; _global.getStyleCounter++; if (this[styleProp] != undefined) { return(this[styleProp]); } var _local6 = styleName; if (_local6 != undefined) { if (typeof(_local6) != "string") { _local3 = _local6.getStyle(styleProp); } else { var _local7 = _global.styles[_local6]; _local3 = _local7.getStyle(styleProp); } } if (_local3 != undefined) { return(_local3); } var _local7 = getClassStyleDeclaration(); if (_local7 != undefined) { _local3 = _local7[styleProp]; } if (_local3 != undefined) { return(_local3); } if (_global.cascadingStyles) { if (mx.styles.StyleManager.isInheritingStyle(styleProp) || (mx.styles.StyleManager.isColorStyle(styleProp))) { var _local5 = stylecache; if (_local5 != undefined) { if (_local5[styleProp] != undefined) { return(_local5[styleProp]); } } if (_parent != undefined) { _local3 = _parent.getStyle(styleProp); } else { _local3 = _global.style[styleProp]; } if (_local5 != undefined) { _local5[styleProp] = _local3; } return(_local3); } } if (_local3 == undefined) { _local3 = _global.style[styleProp]; } return(_local3); } static function mergeClipParameters(o, p) { for (var _local3 in p) { o[_local3] = p[_local3]; } return(true); } static var symbolName = "UIObject"; static var symbolOwner = mx.core.UIObject; static var version = "2.0.2.127"; static var textColorList = {color:1, disabledColor:1}; var invalidateFlag = false; var lineWidth = 1; var lineColor = 0; var tabEnabled = false; var clipParameters = {visible:1, minHeight:1, minWidth:1, maxHeight:1, maxWidth:1, preferredHeight:1, preferredWidth:1}; }
Symbol 1428 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 1429 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 1430 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 1431 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 1432 MovieClip [__Packages.mx.core.UIComponent] Frame 0
class mx.core.UIComponent extends mx.core.UIObject { var __width, __height, invalidate, stylecache, removeEventListener, dispatchEvent, drawFocus, addEventListener, _xscale, _yscale, _focusrect, watch, enabled; function UIComponent () { super(); } function get width() { return(__width); } function get height() { return(__height); } function setVisible(x, noEvent) { super.setVisible(x, noEvent); } function enabledChanged(id, oldValue, newValue) { setEnabled(newValue); invalidate(); delete stylecache.tf; return(newValue); } function setEnabled(enabled) { invalidate(); } function getFocus() { var selFocus = Selection.getFocus(); return(((selFocus === null) ? null : (eval (selFocus)))); } function setFocus() { Selection.setFocus(this); } function getFocusManager() { var _local2 = this; while (_local2 != undefined) { if (_local2.focusManager != undefined) { return(_local2.focusManager); } _local2 = _local2._parent; } return(undefined); } function onKillFocus(newFocus) { removeEventListener("keyDown", this); removeEventListener("keyUp", this); dispatchEvent({type:"focusOut"}); drawFocus(false); } function onSetFocus(oldFocus) { addEventListener("keyDown", this); addEventListener("keyUp", this); dispatchEvent({type:"focusIn"}); if (getFocusManager().bDrawFocus != false) { drawFocus(true); } } function findFocusInChildren(o) { if (o.focusTextField != undefined) { return(o.focusTextField); } if (o.tabEnabled == true) { return(o); } return(undefined); } function findFocusFromObject(o) { if (o.tabEnabled != true) { if (o._parent == undefined) { return(undefined); } if (o._parent.tabEnabled == true) { o = o._parent; } else if (o._parent.tabChildren) { o = findFocusInChildren(o._parent); } else { o = findFocusFromObject(o._parent); } } return(o); } function pressFocus() { var _local3 = findFocusFromObject(this); var _local2 = getFocus(); if (_local3 != _local2) { _local2.drawFocus(false); if (getFocusManager().bDrawFocus != false) { _local3.drawFocus(true); } } } function releaseFocus() { var _local2 = findFocusFromObject(this); if (_local2 != getFocus()) { _local2.setFocus(); } } function isParent(o) { while (o != undefined) { if (o == this) { return(true); } o = o._parent; } return(false); } function size() { } function init() { super.init(); _xscale = 100; _yscale = 100; _focusrect = _global.useFocusRect == false; watch("enabled", enabledChanged); if (enabled == false) { setEnabled(false); } } function dispatchValueChangedEvent(value) { dispatchEvent({type:"valueChanged", value:value}); } static var symbolName = "UIComponent"; static var symbolOwner = mx.core.UIComponent; static var version = "2.0.2.127"; static var kStretch = 5000; var focusEnabled = true; var tabEnabled = true; var origBorderStyles = {themeColor:16711680}; var clipParameters = {}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.core.UIComponent.prototype.clipParameters, mx.core.UIObject.prototype.clipParameters); }
Symbol 1433 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 _local3 = function (Void) { return(this["get" + p]()); }; if (setter) { _local2 = function (val) { this["set" + p](val); }; } obj.addProperty(propName, _local3, _local2); } function setDataProvider(dP) { if (__vPosition != 0) { setVPosition(0); } clearSelected(); __dataProvider.removeEventListener(this); __dataProvider = dP; dP.addEventListener("modelChanged", this); dP.addView(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 1434 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 get restrict() { return(text_mc.__get__restrict()); } function set restrict(w) { text_mc.__set__restrict(w); //return(restrict); } 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); } function get tabIndex() { return(text_mc.__get__tabIndex()); } function set tabIndex(w) { text_mc.__set__tabIndex(w); //return(tabIndex); } 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.2.127"; 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 1435 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 1436 MovieClip [__Packages.mx.skins.RectBorder] Frame 0
class mx.skins.RectBorder extends mx.skins.Border { var __width, __height, offset, __borderMetrics; function RectBorder () { super(); } function get width() { return(__width); } function get height() { return(__height); } function init(Void) { super.init(); } function draw(Void) { size(); } function getBorderMetrics(Void) { var _local2 = offset; if (__borderMetrics == undefined) { __borderMetrics = {left:_local2, top:_local2, right:_local2, bottom:_local2}; } else { __borderMetrics.left = _local2; __borderMetrics.top = _local2; __borderMetrics.right = _local2; __borderMetrics.bottom = _local2; } return(__borderMetrics); } function get borderMetrics() { return(getBorderMetrics()); } function drawBorder(Void) { } function size(Void) { drawBorder(); } function setColor(Void) { drawBorder(); } static var symbolName = "RectBorder"; static var symbolOwner = mx.skins.RectBorder; static var version = "2.0.2.127"; var className = "RectBorder"; var borderStyleName = "borderStyle"; var borderColorName = "borderColor"; var shadowColorName = "shadowColor"; var highlightColorName = "highlightColor"; var buttonColorName = "buttonColor"; var backgroundColorName = "backgroundColor"; }
Symbol 1437 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, getStyle, bind, updateModel, _getTextFormat, enabled; 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) { label.type = (((__editable == true) || (enable == false)) ? "input" : "dynamic"); label.selectable = enable; 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.2.127"; 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 1438 MovieClip [__Packages.mx.controls.SimpleButton] Frame 0
class mx.controls.SimpleButton extends mx.core.UIComponent { static var emphasizedStyleDeclaration; var preset, boundingBox_mc, useHandCursor, skinName, linkLength, iconName, destroyObject, __width, _width, __height, _height, __emphaticStyleName, styleName, enabled, invalidate, pressFocus, dispatchEvent, autoRepeat, interval, getStyle, releaseFocus, createLabel, invalidateStyle; function SimpleButton () { super(); } function init(Void) { super.init(); if (preset == undefined) { boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } useHandCursor = false; } function createChildren(Void) { if (preset != undefined) { var _local2 = this[idNames[preset]]; this[refNames[preset]] = _local2; skinName = _local2; if (falseOverSkin.length == 0) { rolloverSkin = fus; } if (falseOverIcon.length == 0) { rolloverIcon = fui; } initializing = false; } else if (__state == true) { setStateVar(true); } else { if (falseOverSkin.length == 0) { rolloverSkin = fus; } if (falseOverIcon.length == 0) { rolloverIcon = fui; } } } function setIcon(tag, linkageName) { return(setSkin(tag + 8, linkageName)); } function changeIcon(tag, linkageName) { linkLength = linkageName.length; var _local2 = stateNames[tag] + "Icon"; this[_local2] = linkageName; this[idNames[tag + 8]] = _local2; setStateVar(getState()); } function changeSkin(tag, linkageName) { var _local2 = stateNames[tag] + "Skin"; this[_local2] = linkageName; this[idNames[tag]] = _local2; setStateVar(getState()); } function viewIcon(varName) { var _local4 = varName + "Icon"; var _local3 = this[_local4]; if (typeof(_local3) == "string") { var _local5 = _local3; if (__emphasized) { if (this[_local3 + "Emphasized"].length > 0) { _local3 = _local3 + "Emphasized"; } } if (this[_local3].length == 0) { return(undefined); } _local3 = setIcon(tagMap[_local5], this[_local3]); if ((_local3 == undefined) && (_global.isLivePreview)) { _local3 = setIcon(0, "ButtonIcon"); } this[_local4] = _local3; } iconName._visible = false; iconName = _local3; iconName._visible = true; } function removeIcons() { var _local3 = 0; while (_local3 < 2) { var _local2 = 8; while (_local2 < 16) { destroyObject(idNames[_local2]); this[stateNames[_local2 - 8] + "Icon"] = ""; _local2++; } _local3++; } refresh(); } function setSkin(tag, linkageName, initobj) { var _local3 = super.setSkin(tag, linkageName, ((initobj != undefined) ? (initobj) : ({styleName:this}))); calcSize(tag, _local3); return(_local3); } function calcSize(Void) { __width = _width; __height = _height; } function viewSkin(varName, initObj) { var _local3 = varName + "Skin"; var _local2 = this[_local3]; if (typeof(_local2) == "string") { var _local4 = _local2; if (__emphasized) { if (this[_local2 + "Emphasized"].length > 0) { _local2 = _local2 + "Emphasized"; } } if (this[_local2].length == 0) { return(undefined); } _local2 = setSkin(tagMap[_local4], this[_local2], ((initObj != undefined) ? (initObj) : ({styleName:this}))); this[_local3] = _local2; } skinName._visible = false; skinName = _local2; skinName._visible = true; } function showEmphasized(e) { if (e && (!__emphatic)) { if (emphasizedStyleDeclaration != undefined) { __emphaticStyleName = styleName; styleName = emphasizedStyleDeclaration; } __emphatic = true; } else { if (__emphatic) { styleName = __emphaticStyleName; } __emphatic = false; } } function refresh(Void) { var _local2 = getState(); if (enabled == false) { viewIcon("disabled"); viewSkin("disabled"); } else { viewSkin(phase); viewIcon(phase); } setView(phase == "down"); iconName.enabled = enabled; } function setView(offset) { if (iconName == undefined) { return(undefined); } var _local2 = (offset ? (btnOffset) : 0); iconName._x = ((__width - iconName._width) / 2) + _local2; iconName._y = ((__height - iconName._height) / 2) + _local2; } function setStateVar(state) { if (state) { if (trueOverSkin.length == 0) { rolloverSkin = tus; } else { rolloverSkin = trs; } if (trueOverIcon.length == 0) { rolloverIcon = tui; } else { rolloverIcon = tri; } upSkin = tus; downSkin = tds; disabledSkin = dts; upIcon = tui; downIcon = tdi; disabledIcon = dti; } else { if (falseOverSkin.length == 0) { rolloverSkin = fus; } else { rolloverSkin = frs; } if (falseOverIcon.length == 0) { rolloverIcon = fui; } else { rolloverIcon = fri; } upSkin = fus; downSkin = fds; disabledSkin = dfs; upIcon = fui; downIcon = fdi; disabledIcon = dfi; } __state = state; } function setState(state) { if (state != __state) { setStateVar(state); invalidate(); } } function size(Void) { refresh(); } function draw(Void) { if (initializing) { initializing = false; skinName.visible = true; iconName.visible = true; } size(); } function getState(Void) { return(__state); } function setToggle(val) { __toggle = val; if (__toggle == false) { setState(false); } } function getToggle(Void) { return(__toggle); } function set toggle(val) { setToggle(val); //return(toggle); } function get toggle() { return(getToggle()); } function set value(val) { setSelected(val); //return(value); } function get value() { return(getSelected()); } function set selected(val) { setSelected(val); //return(selected); } function get selected() { return(getSelected()); } function setSelected(val) { if (__toggle) { setState(val); } else { setState((initializing ? (val) : (__state))); } } function getSelected() { return(__state); } function setEnabled(val) { if (enabled != val) { super.setEnabled(val); invalidate(); } } function onPress(Void) { pressFocus(); phase = "down"; refresh(); dispatchEvent({type:"buttonDown"}); if (autoRepeat) { interval = setInterval(this, "onPressDelay", getStyle("repeatDelay")); } } function onPressDelay(Void) { dispatchEvent({type:"buttonDown"}); if (autoRepeat) { clearInterval(interval); interval = setInterval(this, "onPressRepeat", getStyle("repeatInterval")); } } function onPressRepeat(Void) { dispatchEvent({type:"buttonDown"}); updateAfterEvent(); } function onRelease(Void) { releaseFocus(); phase = "rollover"; if (interval != undefined) { clearInterval(interval); delete interval; } if (getToggle()) { setState(!getState()); } else { refresh(); } dispatchEvent({type:"click"}); } function onDragOut(Void) { phase = "up"; refresh(); dispatchEvent({type:"buttonDragOut"}); } function onDragOver(Void) { if (phase != "up") { onPress(); return(undefined); } phase = "down"; refresh(); } function onReleaseOutside(Void) { releaseFocus(); phase = "up"; if (interval != undefined) { clearInterval(interval); delete interval; } } function onRollOver(Void) { phase = "rollover"; refresh(); } function onRollOut(Void) { phase = "up"; refresh(); } function getLabel(Void) { return(fui.text); } function setLabel(val) { if (typeof(fui) == "string") { createLabel("fui", 8, val); fui.styleName = this; } else { fui.text = val; } var _local4 = fui._getTextFormat(); var _local2 = _local4.getTextExtent2(val); fui._width = _local2.width + 5; fui._height = _local2.height + 5; iconName = fui; setView(__state); } function get emphasized() { return(__emphasized); } function set emphasized(val) { __emphasized = val; var _local2 = 0; while (_local2 < 8) { this[idNames[_local2]] = stateNames[_local2] + "Skin"; if (typeof(this[idNames[_local2 + 8]]) == "movieclip") { this[idNames[_local2 + 8]] = stateNames[_local2] + "Icon"; } _local2++; } showEmphasized(__emphasized); setStateVar(__state); invalidateStyle(); //return(emphasized); } function keyDown(e) { if (e.code == 32) { onPress(); } } function keyUp(e) { if (e.code == 32) { onRelease(); } } function onKillFocus(newFocus) { super.onKillFocus(); if (phase != "up") { phase = "up"; refresh(); } } static var symbolName = "SimpleButton"; static var symbolOwner = mx.controls.SimpleButton; static var version = "2.0.2.127"; var className = "SimpleButton"; var style3dInset = 4; var btnOffset = 1; var __toggle = false; var __state = false; var __emphasized = false; var __emphatic = false; static var falseUp = 0; static var falseDown = 1; static var falseOver = 2; static var falseDisabled = 3; static var trueUp = 4; static var trueDown = 5; static var trueOver = 6; static var trueDisabled = 7; var falseUpSkin = "SimpleButtonUp"; var falseDownSkin = "SimpleButtonIn"; var falseOverSkin = ""; var falseDisabledSkin = "SimpleButtonUp"; var trueUpSkin = "SimpleButtonIn"; var trueDownSkin = ""; var trueOverSkin = ""; var trueDisabledSkin = "SimpleButtonIn"; var falseUpIcon = ""; var falseDownIcon = ""; var falseOverIcon = ""; var falseDisabledIcon = ""; var trueUpIcon = ""; var trueDownIcon = ""; var trueOverIcon = ""; var trueDisabledIcon = ""; var phase = "up"; var fui = "falseUpIcon"; var fus = "falseUpSkin"; var fdi = "falseDownIcon"; var fds = "falseDownSkin"; var frs = "falseOverSkin"; var fri = "falseOverIcon"; var dfi = "falseDisabledIcon"; var dfs = "falseDisabledSkin"; var tui = "trueUpIcon"; var tus = "trueUpSkin"; var tdi = "trueDownIcon"; var tds = "trueDownSkin"; var trs = "trueOverSkin"; var tri = "trueOverIcon"; var dts = "trueDisabledSkin"; var dti = "trueDisabledIcon"; var rolloverSkin = mx.controls.SimpleButton.prototype.frs; var rolloverIcon = mx.controls.SimpleButton.prototype.fri; var upSkin = mx.controls.SimpleButton.prototype.fus; var downSkin = mx.controls.SimpleButton.prototype.fds; var disabledSkin = mx.controls.SimpleButton.prototype.dfs; var upIcon = mx.controls.SimpleButton.prototype.fui; var downIcon = mx.controls.SimpleButton.prototype.fdi; var disabledIcon = mx.controls.SimpleButton.prototype.dfi; var initializing = true; var idNames = ["fus", "fds", "frs", "dfs", "tus", "tds", "trs", "dts", "fui", "fdi", "fri", "dfi", "tui", "tdi", "tri", "dti"]; var stateNames = ["falseUp", "falseDown", "falseOver", "falseDisabled", "trueUp", "trueDown", "trueOver", "trueDisabled"]; var refNames = ["upSkin", "downSkin", "rolloverSkin", "disabledSkin"]; var tagMap = {falseUpSkin:0, falseDownSkin:1, falseOverSkin:2, falseDisabledSkin:3, trueUpSkin:4, trueDownSkin:5, trueOverSkin:6, trueDisabledSkin:7, falseUpIcon:0, falseDownIcon:1, falseOverIcon:2, falseDisabledIcon:3, trueUpIcon:4, trueDownIcon:5, trueOverIcon:6, trueDisabledIcon:7}; }
Symbol 1439 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, owner, __set__visible, height, localToGlobal, __selectedIndexOnDropdown, __initialSelectedIndexOnDropdown, __get__height, getStyle, _parent, width, __dataProvider, selected, dispatchEvent; 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) { var _local3 = this.owner; var _local4 = new Object(); _local4.x = _local3._root._xmouse; _local4.y = _local3._root._ymouse; _local3._root.localToGlobal(_local4); if (_local3.hitTest(_local4.x, _local4.y, false)) { } else if ((!this.wrapDownArrowButton) && (this.owner.downArrow_mc.hitTest(_root._xmouse, _root._ymouse, false))) { } else { _local3.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; if (v != undefined) { 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; owner.dispatchEvent({type:"open", target:owner}); } function tweenEndHide(value) { _y = value; __set__visible(false); owner.dispatchEvent({type:"close", target:owner}); } function displayDropdown(show) { if (show == _showingDropdown) { return(undefined); } var _local3 = new Object(); _local3.x = 0; _local3.y = height; localToGlobal(_local3); if (show) { __selectedIndexOnDropdown = selectedIndex; __initialSelectedIndexOnDropdown = selectedIndex; getDropdown(); var _local2 = __dropdown; _local2.isPressed = true; _local2.rowCount = rowCount; _local2.visible = show; _local2._parent.globalToLocal(_local3); _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 _local6 = _local2.selectedIndex; if (_local6 == undefined) { _local6 = 0; } var _local4 = _local2.vPosition; _local4 = _local6 - 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 { __dropdown._parent.globalToLocal(_local3); delete __dropdown.dragScrolling; __dropdown.onTweenEnd = tweenEndHide; __dropdown.tween = new mx.effects.Tween(__dropdown, __dropdown._y, _local3.y - __dropdown.height, getStyle("openDuration")); if (__initialSelectedIndexOnDropdown != selectedIndex) { dispatchChangeEvent(undefined, __initialSelectedIndexOnDropdown, selectedIndex); } } var _local9 = getStyle("openEasing"); if (_local9 != undefined) { __dropdown.tween.easingEquation = _local9; } _showingDropdown = show; } 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); dispatchChangeEvent(undefined, __selectedIndexOnDropdown, selectedIndex); } 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; var _local3 = _local2.selectedIndex; obj.target = _local2; if (this == owner.text_mc) { _local2.selectedIndex = undefined; _local2.dispatchChangeEvent(obj, -1, -2); } else { _local2.selectedIndex = selectedIndex; if (!_local2._showingDropdown) { _local2.dispatchChangeEvent(obj, _local3, _local2.selectedIndex); } else if (!_local2.bInKeyDown) { _local2.displayDropdown(false); } } } 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; } } function dispatchChangeEvent(obj, prevValue, newValue) { var _local2; if (prevValue != newValue) { if ((obj != undefined) && (obj.type == "change")) { _local2 = obj; } else { _local2 = {type:"change"}; } dispatchEvent(_local2); } } static var symbolName = "ComboBox"; static var symbolOwner = mx.controls.ComboBox; static var version = "2.0.2.127"; 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 1440 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; } var _local5 = parent._root; if (_local5 == undefined) { _local5 = _root; } while (parent != _local5) { parent = parent._parent; } initobj.popUp = true; var _local4 = parent.createClassChildAtDepth(className, ((broadcastOutsideEvents || (modal)) ? (mx.managers.DepthManager.kTopmost) : (mx.managers.DepthManager.kTop)), initobj); var _local2 = _root; var _local6 = _local2.focusManager != undefined; while (_local2._parent != undefined) { _local2 = _local2._parent._root; if (_local2.focusManager != undefined) { _local6 = true; break; } } if (_local6) { _local4.createObject("FocusManager", "focusManager", -1); if (_local4._visible == false) { mx.managers.SystemManager.deactivate(_local4); } } if (modal) { createModalWindow(parent, _local4, broadcastOutsideEvents); } else { if (broadcastOutsideEvents) { _local4.mouseListener = new Object(); _local4.mouseListener.owner = _local4; _local4.mouseListener.onMouseDown = mixins.onMouseDown; Mouse.addListener(_local4.mouseListener); } _local4.deletePopUp = mixins.deletePopUp; } return(_local4); } function onPress(Void) { var _local3 = popUp._root; if (_local3 == undefined) { _local3 = _root; } if (popUp.hitTest(_local3._xmouse, _local3._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) { var _local3 = owner._root; if (_local3 == undefined) { _local3 = _root; } var _local4 = new Object(); _local4.x = _local3._xmouse; _local4.y = _local3._ymouse; _local3.localToGlobal(_local4); if (owner.hitTest(_local4.x, _local4.y, false)) { } else { owner.mouseDownOutsideHandler(owner); } } static var version = "2.0.2.127"; static var mixins = undefined; }
Symbol 1441 MovieClip [__Packages.mx.managers.DepthManager] Frame 0
class mx.managers.DepthManager { var _childCounter, createClassObject, createObject, _parent, swapDepths, _topmost, getDepth; function DepthManager () { MovieClip.prototype.createClassChildAtDepth = createClassChildAtDepth; MovieClip.prototype.createChildAtDepth = createChildAtDepth; MovieClip.prototype.setDepthTo = setDepthTo; MovieClip.prototype.setDepthAbove = setDepthAbove; MovieClip.prototype.setDepthBelow = setDepthBelow; MovieClip.prototype.findNextAvailableDepth = findNextAvailableDepth; MovieClip.prototype.shuffleDepths = shuffleDepths; MovieClip.prototype.getDepthByFlag = getDepthByFlag; MovieClip.prototype.buildDepthTable = buildDepthTable; _global.ASSetPropFlags(MovieClip.prototype, "createClassChildAtDepth", 1); _global.ASSetPropFlags(MovieClip.prototype, "createChildAtDepth", 1); _global.ASSetPropFlags(MovieClip.prototype, "setDepthTo", 1); _global.ASSetPropFlags(MovieClip.prototype, "setDepthAbove", 1); _global.ASSetPropFlags(MovieClip.prototype, "setDepthBelow", 1); _global.ASSetPropFlags(MovieClip.prototype, "findNextAvailableDepth", 1); _global.ASSetPropFlags(MovieClip.prototype, "shuffleDepths", 1); _global.ASSetPropFlags(MovieClip.prototype, "getDepthByFlag", 1); _global.ASSetPropFlags(MovieClip.prototype, "buildDepthTable", 1); } static function sortFunction(a, b) { if (a.getDepth() > b.getDepth()) { return(1); } return(-1); } static function test(depth) { if (depth == reservedDepth) { return(false); } return(true); } static function createClassObjectAtDepth(className, depthSpace, initObj) { var _local1; switch (depthSpace) { case kCursor : _local1 = holder.createClassChildAtDepth(className, kTopmost, initObj); break; case kTooltip : _local1 = holder.createClassChildAtDepth(className, kTop, initObj); break; } return(_local1); } static function createObjectAtDepth(linkageName, depthSpace, initObj) { var _local1; switch (depthSpace) { case kCursor : _local1 = holder.createChildAtDepth(linkageName, kTopmost, initObj); break; case kTooltip : _local1 = holder.createChildAtDepth(linkageName, kTop, initObj); break; } return(_local1); } function createClassChildAtDepth(className, depthFlag, initObj) { if (_childCounter == undefined) { _childCounter = 0; } var _local3 = buildDepthTable(); var _local2 = getDepthByFlag(depthFlag, _local3); var _local5 = "down"; if (depthFlag == kBottom) { _local5 = "up"; } var _local6; if (_local3[_local2] != undefined) { _local6 = _local2; _local2 = findNextAvailableDepth(_local2, _local3, _local5); } var _local4 = createClassObject(className, "depthChild" + (_childCounter++), _local2, initObj); if (_local6 != undefined) { _local3[_local2] = _local4; shuffleDepths(_local4, _local6, _local3, _local5); } if (depthFlag == kTopmost) { _local4._topmost = true; } return(_local4); } function createChildAtDepth(linkageName, depthFlag, initObj) { if (_childCounter == undefined) { _childCounter = 0; } var _local3 = buildDepthTable(); var _local2 = getDepthByFlag(depthFlag, _local3); var _local5 = "down"; if (depthFlag == kBottom) { _local5 = "up"; } var _local6; if (_local3[_local2] != undefined) { _local6 = _local2; _local2 = findNextAvailableDepth(_local2, _local3, _local5); } var _local4 = createObject(linkageName, "depthChild" + (_childCounter++), _local2, initObj); if (_local6 != undefined) { _local3[_local2] = _local4; shuffleDepths(_local4, _local6, _local3, _local5); } if (depthFlag == kTopmost) { _local4._topmost = true; } return(_local4); } function setDepthTo(depthFlag) { var _local2 = _parent.buildDepthTable(); var _local3 = _parent.getDepthByFlag(depthFlag, _local2); if (_local2[_local3] != undefined) { shuffleDepths(MovieClip(this), _local3, _local2, undefined); } else { swapDepths(_local3); } if (depthFlag == kTopmost) { _topmost = true; } else { delete _topmost; } } function setDepthAbove(targetInstance) { if (targetInstance._parent != _parent) { return(undefined); } var _local2 = targetInstance.getDepth() + 1; var _local3 = _parent.buildDepthTable(); if ((_local3[_local2] != undefined) && (getDepth() < _local2)) { _local2 = _local2 - 1; } if (_local2 > highestDepth) { _local2 = highestDepth; } if (_local2 == highestDepth) { _parent.shuffleDepths(this, _local2, _local3, "down"); } else if (_local3[_local2] != undefined) { _parent.shuffleDepths(this, _local2, _local3, undefined); } else { swapDepths(_local2); } } function setDepthBelow(targetInstance) { if (targetInstance._parent != _parent) { return(undefined); } var _local6 = targetInstance.getDepth() - 1; var _local3 = _parent.buildDepthTable(); if ((_local3[_local6] != undefined) && (getDepth() > _local6)) { _local6 = _local6 + 1; } var _local4 = lowestDepth + numberOfAuthortimeLayers; var _local5; for (_local5 in _local3) { var _local2 = _local3[_local5]; if (_local2._parent != undefined) { _local4 = Math.min(_local4, _local2.getDepth()); } } if (_local6 < _local4) { _local6 = _local4; } if (_local6 == _local4) { _parent.shuffleDepths(this, _local6, _local3, "up"); } else if (_local3[_local6] != undefined) { _parent.shuffleDepths(this, _local6, _local3, undefined); } else { swapDepths(_local6); } } function findNextAvailableDepth(targetDepth, depthTable, direction) { var _local5 = lowestDepth + numberOfAuthortimeLayers; if (targetDepth < _local5) { targetDepth = _local5; } if (depthTable[targetDepth] == undefined) { return(targetDepth); } var _local1 = targetDepth; var _local2 = targetDepth; if (direction == "down") { while (depthTable[_local2] != undefined) { _local2--; } return(_local2); } while (depthTable[_local1] != undefined) { _local1++; } return(_local1); } function shuffleDepths(subject, targetDepth, depthTable, direction) { var _local9 = lowestDepth + numberOfAuthortimeLayers; var _local8 = _local9; var _local5; for (_local5 in depthTable) { var _local7 = depthTable[_local5]; if (_local7._parent != undefined) { _local9 = Math.min(_local9, _local7.getDepth()); } } if (direction == undefined) { if (subject.getDepth() > targetDepth) { direction = "up"; } else { direction = "down"; } } var _local1 = new Array(); for (_local5 in depthTable) { var _local7 = depthTable[_local5]; if (_local7._parent != undefined) { _local1.push(_local7); } } _local1.sort(sortFunction); if (direction == "up") { var _local3; var _local11; do { if (_local1.length <= 0) { break; } _local3 = _local1.pop(); } while (_local3 != subject); do { if (_local1.length <= 0) { break; } _local11 = subject.getDepth(); _local3 = _local1.pop(); var _local4 = _local3.getDepth(); if (_local11 > (_local4 + 1)) { if (_local4 >= 0) { subject.swapDepths(_local4 + 1); } else if ((_local11 > _local8) && (_local4 < _local8)) { subject.swapDepths(_local8); } } subject.swapDepths(_local3); } while (_local4 != targetDepth); } else if (direction == "down") { var _local3; do { if (_local1.length <= 0) { break; } _local3 = _local1.shift(); } while (_local3 != subject); do { if (_local1.length <= 0) { break; } var _local11 = _local3.getDepth(); _local3 = _local1.shift(); var _local4 = _local3.getDepth(); if ((_local11 < (_local4 - 1)) && (_local4 > 0)) { subject.swapDepths(_local4 - 1); } subject.swapDepths(_local3); } while (_local4 != targetDepth); } } function getDepthByFlag(depthFlag, depthTable) { var _local2 = 0; if ((depthFlag == kTop) || (depthFlag == kNotopmost)) { var _local5 = 0; var _local7 = false; var _local8; for (_local8 in depthTable) { var _local9 = depthTable[_local8]; var _local3 = typeof(_local9); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local9.__getTextFormat != undefined))) { if (_local9.getDepth() <= highestDepth) { if (!_local9._topmost) { _local2 = Math.max(_local2, _local9.getDepth()); } else if (!_local7) { _local5 = _local9.getDepth(); _local7 = true; } else { _local5 = Math.min(_local5, _local9.getDepth()); } } } } _local2 = _local2 + 20; if (_local7) { if (_local2 >= _local5) { _local2 = _local5 - 1; } } } else if (depthFlag == kBottom) { for (var _local8 in depthTable) { var _local9 = depthTable[_local8]; var _local3 = typeof(_local9); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local9.__getTextFormat != undefined))) { if (_local9.getDepth() <= highestDepth) { _local2 = Math.min(_local2, _local9.getDepth()); } } } _local2 = _local2 - 20; } else if (depthFlag == kTopmost) { for (var _local8 in depthTable) { var _local9 = depthTable[_local8]; var _local3 = typeof(_local9); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local9.__getTextFormat != undefined))) { if (_local9.getDepth() <= highestDepth) { _local2 = Math.max(_local2, _local9.getDepth()); } } } _local2 = _local2 + 100; } if (_local2 >= highestDepth) { _local2 = highestDepth; } var _local6 = lowestDepth + numberOfAuthortimeLayers; for (var _local9 in depthTable) { var _local4 = depthTable[_local9]; if (_local4._parent != undefined) { _local6 = Math.min(_local6, _local4.getDepth()); } } if (_local2 <= _local6) { _local2 = _local6; } return(_local2); } function buildDepthTable(Void) { var _local5 = new Array(); var _local4; for (_local4 in this) { var _local2 = this[_local4]; var _local3 = typeof(_local2); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local2.__getTextFormat != undefined))) { if (_local2._parent == this) { _local5[_local2.getDepth()] = _local2; } } } return(_local5); } static var reservedDepth = 1048575; static var highestDepth = 1048574; static var lowestDepth = -16383; static var numberOfAuthortimeLayers = 383; static var kCursor = 101; static var kTooltip = 102; static var kTop = 201; static var kBottom = 202; static var kTopmost = 203; static var kNotopmost = 204; static var holder = _root.createEmptyMovieClip("reserved", reservedDepth); static var __depthManager = new mx.managers.DepthManager(); }
Symbol 1442 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 1443 MovieClip [__Packages.mx.events.EventDispatcher] Frame 0
class mx.events.EventDispatcher { function EventDispatcher () { } static function _removeEventListener(queue, event, handler) { if (queue != undefined) { var _local4 = queue.length; var _local1; _local1 = 0; while (_local1 < _local4) { var _local2 = queue[_local1]; if (_local2 == handler) { queue.splice(_local1, 1); return(undefined); } _local1++; } } } static function initialize(object) { if (_fEventDispatcher == undefined) { _fEventDispatcher = new mx.events.EventDispatcher(); } object.addEventListener = _fEventDispatcher.addEventListener; object.removeEventListener = _fEventDispatcher.removeEventListener; object.dispatchEvent = _fEventDispatcher.dispatchEvent; object.dispatchQueue = _fEventDispatcher.dispatchQueue; } function dispatchQueue(queueObj, eventObj) { var _local7 = "__q_" + eventObj.type; var _local4 = queueObj[_local7]; if (_local4 != undefined) { var _local5; for (_local5 in _local4) { var _local1 = _local4[_local5]; var _local3 = typeof(_local1); if ((_local3 == "object") || (_local3 == "movieclip")) { if (_local1.handleEvent != undefined) { _local1.handleEvent(eventObj); } if (_local1[eventObj.type] != undefined) { if (exceptions[eventObj.type] == undefined) { _local1[eventObj.type](eventObj); } } } else { _local1.apply(queueObj, [eventObj]); } } } } function dispatchEvent(eventObj) { if (eventObj.target == undefined) { eventObj.target = this; } this[eventObj.type + "Handler"](eventObj); dispatchQueue(this, eventObj); } function addEventListener(event, handler) { var _local3 = "__q_" + event; if (this[_local3] == undefined) { this[_local3] = new Array(); } _global.ASSetPropFlags(this, _local3, 1); _removeEventListener(this[_local3], event, handler); this[_local3].push(handler); } function removeEventListener(event, handler) { var _local2 = "__q_" + event; _removeEventListener(this[_local2], event, handler); } static var _fEventDispatcher = undefined; static var exceptions = {move:1, draw:1, load:1}; }
Symbol 1444 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.2.127"; var className = "View"; static var childNameBase = "_child"; var hasBeenLayedOut = false; var _loadExternalClass = "UIComponent"; }
Symbol 1445 MovieClip [__Packages.mx.core.ExternalContent] Frame 0
class mx.core.ExternalContent { var createObject, numChildren, prepList, doLater, loadList, dispatchEvent, loadedList, childLoaded; function ExternalContent () { } function loadExternal(url, placeholderClassName, instanceName, depth, initProps) { var _local2; _local2 = createObject(placeholderClassName, instanceName, depth, initProps); this[mx.core.View.childNameBase + numChildren] = _local2; if (prepList == undefined) { prepList = new Object(); } prepList[instanceName] = {obj:_local2, url:url, complete:false, initProps:initProps}; prepareToLoadMovie(_local2); return(_local2); } function prepareToLoadMovie(obj) { obj.unloadMovie(); doLater(this, "waitForUnload"); } function waitForUnload() { var _local3; for (_local3 in prepList) { var _local2 = prepList[_local3]; if (_local2.obj.getBytesTotal() == 0) { if (loadList == undefined) { loadList = new Object(); } loadList[_local3] = _local2; _local2.obj.loadMovie(_local2.url); delete prepList[_local3]; doLater(this, "checkLoadProgress"); } else { doLater(this, "waitForUnload"); } } } function checkLoadProgress() { var _local8 = false; var _local3; for (_local3 in loadList) { var _local2 = loadList[_local3]; _local2.loaded = _local2.obj.getBytesLoaded(); _local2.total = _local2.obj.getBytesTotal(); if (_local2.total > 0) { _local2.obj._visible = false; dispatchEvent({type:"progress", target:_local2.obj, current:_local2.loaded, total:_local2.total}); if (_local2.loaded == _local2.total) { if (loadedList == undefined) { loadedList = new Object(); } loadedList[_local3] = _local2; delete loadList[_local3]; doLater(this, "contentLoaded"); } } else if (_local2.total == -1) { if (_local2.failedOnce != undefined) { _local2.failedOnce++; if (_local2.failedOnce > 3) { dispatchEvent({type:"complete", target:_local2.obj, current:_local2.loaded, total:_local2.total}); delete loadList[_local3]; } } else { _local2.failedOnce = 0; } } _local8 = true; } if (_local8) { doLater(this, "checkLoadProgress"); } } function contentLoaded() { var _local4; for (_local4 in loadedList) { var _local2 = loadedList[_local4]; _local2.obj._visible = true; _local2.obj._complete = true; var _local3; for (_local3 in _local2.initProps) { _local2.obj[_local3] = _local2.initProps[_local3]; } childLoaded(_local2.obj); dispatchEvent({type:"complete", target:_local2.obj, current:_local2.loaded, total:_local2.total}); delete loadedList[_local4]; } } function convertToUIObject(obj) { if (obj.setSize == undefined) { var _local2 = mx.core.UIObject.prototype; obj.addProperty("width", _local2.__get__width, null); obj.addProperty("height", _local2.__get__height, null); obj.addProperty("left", _local2.__get__left, null); obj.addProperty("x", _local2.__get__x, null); obj.addProperty("top", _local2.__get__top, null); obj.addProperty("y", _local2.__get__y, null); obj.addProperty("right", _local2.__get__right, null); obj.addProperty("bottom", _local2.__get__bottom, null); obj.addProperty("visible", _local2.__get__visible, _local2.__set__visible); obj.move = mx.core.UIObject.prototype.move; obj.setSize = mx.core.UIObject.prototype.setSize; obj.size = mx.core.UIObject.prototype.size; mx.events.UIEventDispatcher.initialize(obj); } } static function enableExternalContent() { } static function classConstruct() { var _local1 = mx.core.View.prototype; var _local2 = mx.core.ExternalContent.prototype; _local1.loadExternal = _local2.loadExternal; _local1.prepareToLoadMovie = _local2.prepareToLoadMovie; _local1.waitForUnload = _local2.waitForUnload; _local1.checkLoadProgress = _local2.checkLoadProgress; _local1.contentLoaded = _local2.contentLoaded; _local1.convertToUIObject = _local2.convertToUIObject; return(true); } static var classConstructed = classConstruct(); static var ViewDependency = mx.core.View; }
Symbol 1446 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 1447 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 _local4 = Math.ceil((((__width - _local3.left) - _local3.right) - widthPadding) / colWidth); if ((__hScrollPolicy == "on") || ((_local4 < colCount) && (__hScrollPolicy == "auto"))) { if ((hScroller == undefined) || (specialHScrollCase)) { delete specialHScrollCase; hScroller = mx.controls.scrollClasses.ScrollBar(createObject("HScrollBar", "hSB", 1001)); hScroller.__set__lineScrollSize(20); hScroller.scrollHandler = scrollProxy; hScroller.__set__scrollPosition(__hPosition); scrollAreaChanged = true; } if ((((numberOfCols != colCount) || (columnWidth != colWidth)) || (viewableColumns != _local4)) || (scrollAreaChanged)) { hScroller.setScrollProperties(_local4, 0, colCount - _local4); viewableColumns = _local4; numberOfCols = colCount; columnWidth = colWidth; } } else if (((__hScrollPolicy == "auto") || (__hScrollPolicy == "off")) && (hScroller != undefined)) { hScroller.removeMovieClip(); delete hScroller; scrollAreaChanged = true; } if (heightPadding == undefined) { heightPadding = 0; } var _local5 = Math.ceil((((__height - _local3.top) - _local3.bottom) - heightPadding) / rwHeight); var _local8 = (((__height - _local3.top) - _local3.bottom) % rwHeight) != 0; if ((__vScrollPolicy == "on") || ((_local5 < (rwCount + _local8)) && (__vScrollPolicy == "auto"))) { if (vScroller == undefined) { vScroller = mx.controls.scrollClasses.ScrollBar(createObject("VScrollBar", "vSB", 1002)); vScroller.scrollHandler = scrollProxy; vScroller.__set__scrollPosition(__vPosition); scrollAreaChanged = true; rowH = 0; } if ((((rowC != rwCount) || (rowH != rwHeight)) || ((viewableRows + _local8) != (_local5 + oldRndUp))) || (scrollAreaChanged)) { vScroller.setScrollProperties(_local5, 0, (rwCount - _local5) + _local8); viewableRows = _local5; 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 = mx.controls.scrollClasses.ScrollBar(createObject("FHScrollBar", "hSB", 1001)); specialHScrollCase = true; } _local2.bottom = _local3.bottom; if (hScroller != undefined) { _local2.bottom = _local2.bottom + hScroller.minHeight; } return(_local2); } function doLayout(Void) { var _local10 = __get__width(); var _local8 = __get__height(); delete invLayout; var _local3 = (__viewMetrics = getViewMetrics()); var _local2 = _local3.left; var _local9 = _local3.right; var _local5 = _local3.top; var _local11 = _local3.bottom; var _local7 = hScroller; var _local6 = vScroller; _local7.setSize((_local10 - _local2) - _local9, _local7.minHeight + 0); _local7.move(_local2, _local8 - _local11); _local6.setSize(_local6.minWidth + 0, (_local8 - _local5) - _local11); _local6.move(_local10 - _local9, _local5); var _local4 = mask_mc; _local4._width = (_local10 - _local2) - _local9; _local4._height = (_local8 - _local5) - _local11; _local4._x = _local2; _local4._y = _local5; } function createChild(id, name, props) { var _local2 = super.createChild(id, name, props); return(_local2); } function init(Void) { super.init(); __viewMetrics = new Object(); if (_global.__SVMouseWheelManager == undefined) { var _local4 = (_global.__SVMouseWheelManager = new Object()); _local4.onMouseWheel = __onMouseWheel; Mouse.addListener(_local4); } } function __onMouseWheel(delta, scrollTarget) { var _local4 = scrollTarget; var _local1; while (_local4 != undefined) { if (_local4 instanceof mx.core.ScrollView) { _local1 = _local4; } _local4 = _local4._parent; } if (_local1 != undefined) { _local4 = ((delta <= 0) ? 1 : -1); var _local2 = _local1.vScroller.lineScrollSize; if (_local2 == undefined) { _local2 = 0; } _local2 = Math.max(Math.abs(delta), _local2); var _local3 = _local1.vPosition + (_local2 * _local4); _local1.vPosition = Math.max(0, Math.min(_local3, _local1.maxVPosition)); _local1.dispatchEvent({type:"scroll", direction:"vertical", position:_local1.vPosition}); } } function createChildren(Void) { super.createChildren(); if (mask_mc == undefined) { mask_mc = createObject("BoundingBox", "mask_mc", MASK_DEPTH); } mask_mc._visible = false; } function invalidate(Void) { super.invalidate(); } function draw(Void) { size(); } function size(Void) { super.size(); } function scrollProxy(docObj) { _parent.onScroll(docObj); } function onScroll(docObj) { var _local3 = docObj.target; var _local2 = _local3.scrollPosition; if (_local3 == vScroller) { var _local4 = "vertical"; var _local5 = "__vPosition"; } else { var _local4 = "horizontal"; var _local5 = "__hPosition"; } this[_local5] = _local2; dispatchEvent({type:"scroll", direction:_local4, position:_local2}); } function setEnabled(v) { vScroller.enabled = (hScroller.enabled = v); } function childLoaded(obj) { super.childLoaded(obj); obj.setMask(mask_mc); } static var symbolName = "ScrollView"; static var symbolOwner = mx.core.ScrollView; static var version = "2.0.2.127"; 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 1448 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 1449 MovieClip [__Packages.mx.skins.CustomBorder] Frame 0
class mx.skins.CustomBorder extends mx.skins.Border { var __width, __height, l_mc, setSkin, minHeight, minWidth, m_mc, r_mc; function CustomBorder () { super(); } function get width() { return(__width); } function get height() { return(__height); } function init(Void) { super.init(); } function createChildren(Void) { } function draw(Void) { if (l_mc == undefined) { var _local2 = setSkin(tagL, leftSkin); if (horizontal) { minHeight = l_mc._height; minWidth = l_mc._width; } else { minHeight = l_mc._height; minWidth = l_mc._width; } } if (m_mc == undefined) { setSkin(tagM, middleSkin); if (horizontal) { minHeight = m_mc._height; minWidth = minWidth + m_mc._width; } else { minHeight = minHeight + m_mc._height; minWidth = m_mc._width; } } if (r_mc == undefined) { setSkin(tagR, rightSkin); if (horizontal) { minHeight = r_mc._height; minWidth = minWidth + r_mc._width; } else { minHeight = minHeight + r_mc._height; minWidth = r_mc._width; } } size(); } function size(Void) { l_mc.move(0, 0); if (horizontal) { r_mc.move(width - r_mc.width, 0); m_mc.move(l_mc.width, 0); m_mc.setSize(r_mc.x - m_mc.x, m_mc.height); } else { r_mc.move(0, height - r_mc.height, 0); m_mc.move(0, l_mc.height); m_mc.setSize(m_mc.width, r_mc.y - m_mc.y); } } static var symbolName = "CustomBorder"; static var symbolOwner = mx.skins.CustomBorder; static var version = "2.0.2.127"; 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 1450 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 1451 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 1452 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, wasKeySelected, changeFlag, clearSelected, selectItem, lastSelected, 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 getPropertiesOf(obj) { var _local2 = obj.getID(); 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, allowChangeEvent) { 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; } if (allowChangeEvent == undefined) { allowChangeEvent = wasKeySelected; } 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 (allowChangeEvent) { 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(); if (_local4 == undefined) { _local4 = 0; } 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 1453 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(MovieClip(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(MovieClip(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"; var className = "List"; static var version = "2.0.2.127"; var clipParameters = {rowHeight:1, enabled:1, visible:1, labels:1}; var scrollDepth = 1; var __vScrollPolicy = "on"; var autoHScrollAble = false; }
Symbol 1454 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) { endTween(); } 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 108 Button
on (press) { gotoAndPlay ("gameplay"); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound("clicksnd"); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop("mussnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("oversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 112 MovieClip Frame 1
if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_introins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.introins = new Sound(this._parent.BS_introins); } else { this.createEmptyMovieClip("_introins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.introins = new Sound(this.BS_introins); } _global.Behaviors.Sound.introins.attachSound("introsnd"); _global.Behaviors.Sound.introins.start(0, 10000); } else { _global.Behaviors.Sound.introins.stop("introsnd"); } if (this._parent.maingame._currentframe == 62) { _global.Behaviors.Sound.introins.stop("introsnd"); }
Symbol 112 MovieClip Frame 4
stop();
Symbol 117 Button
on (release) { stopAllSounds(); gotoAndStop (2); }
Symbol 121 Button
on (release) { gotoAndStop (1); }
Symbol 122 MovieClip Frame 1
if (this._parent.maingame._currentframe == 21) { _global.Behaviors.Sound.introins.stop("introsnd"); } else { this._parent.introsnd.gotoAndPlay(1); } this._parent.maingame.congratsmusic.gotoAndPlay(1); this._parent.maingame.clapmusic.gotoAndPlay(1); stop();
Symbol 122 MovieClip Frame 2
stop(); stopAllSounds();
Symbol 127 Button
on (release) { if (_parent.muteBtn._currentframe == 1) { _parent["bgSnd" + _parent.levelNum].snd.start(0, 10000); } gotoAndStop (1); }
Symbol 128 MovieClip Frame 1
stop();
Symbol 132 Button
on (release) { stopAllSounds(); pause_mc.gotoAndStop(2); }
Symbol 139 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 5
stop();
Symbol 291 MovieClip Frame 4
stop();
Symbol 313 MovieClip Frame 221
gotoAndPlay (48);
Symbol 323 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 2
stop(); _global.Behaviors.Sound.kissins.stop("kiss");
Symbol 323 MovieClip Frame 3
stop(); if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_kissins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.kissins = new Sound(this._parent.BS_kissins); } else { this.createEmptyMovieClip("_kissins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.kissins = new Sound(this.BS_kissins); } _global.Behaviors.Sound.kissins.attachSound("kiss"); _global.Behaviors.Sound.kissins.start(0, 10000); } else { _global.Behaviors.Sound.kissins.stop("kiss"); }
Symbol 323 MovieClip Frame 4
stop();
Symbol 364 MovieClip Frame 5
stop();
Symbol 439 MovieClip Frame 4
stop();
Symbol 473 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 2
stop(); _global.Behaviors.Sound.kissins.stop("kiss");
Symbol 473 MovieClip Frame 3
stop(); if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_kissins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.kissins = new Sound(this._parent.BS_kissins); } else { this.createEmptyMovieClip("_kissins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.kissins = new Sound(this.BS_kissins); } _global.Behaviors.Sound.kissins.attachSound("kiss"); _global.Behaviors.Sound.kissins.start(0, 10000); } else { _global.Behaviors.Sound.kissins.stop("kiss"); }
Symbol 473 MovieClip Frame 4
stop();
Symbol 503 MovieClip Frame 28
this._parent.gotoAndStop("a2");
Symbol 535 MovieClip Frame 68
this._parent.gotoAndStop("a3");
Symbol 542 MovieClip Frame 40
this._parent.gotoAndStop("a4");
Symbol 549 MovieClip Frame 25
this._parent.gotoAndStop("a1");
Symbol 561 MovieClip Frame 29
_parent._parent.gotoAndStop("gameover1");
Symbol 562 MovieClip Frame 1
stop();
Symbol 562 MovieClip Frame 5
if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this._parent.BS_gameoverins); } else { this.createEmptyMovieClip("_gameoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this.BS_gameoverins); } _global.Behaviors.Sound.gameoverins.attachSound("gameover"); _global.Behaviors.Sound.gameoverins.start(0, 1); } else { _global.Behaviors.Sound.gameoverins.stop("gameover"); }
Symbol 568 Button
on (release) { getURL ("http://www.dressupmix.com/?flash_Bratzkiss", "_blank"); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound("clicksnd"); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop("mussnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("oversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 580 Button
on (release) { this._parent._parent.parisSwim_mc.enabled = true; this._parent._parent.parisSwim_mc.gotoAndStop(1); this._parent._parent.gotoAndStop("level1"); _global.Behaviors.Sound.gameover2ins.stop("gameover2"); _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound("clicksnd"); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop("mussnd"); } } on (rollOver) { if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("oversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 585 MovieClip Frame 5
stop();
Symbol 589 MovieClip Frame 5
stop();
Symbol 591 Button
on (release) { this._parent._parent.parisSwim_mc.enabled = true; this._parent._parent.parisSwim_mc.gotoAndStop(1); this._parent._parent.gotoAndStop("level2"); _global.Behaviors.Sound.gameover2ins.stop("gameover2"); _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound("clicksnd"); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop("mussnd"); } } on (rollOver) { if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("oversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 595 MovieClip Frame 5
stop();
Symbol 597 MovieClip Frame 1
if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clapins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clapins = new Sound(this._parent.BS_clapins); } else { this.createEmptyMovieClip("_clapins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clapins = new Sound(this.BS_clapins); } _global.Behaviors.Sound.clapins.attachSound("clapsnd"); _global.Behaviors.Sound.clapins.start(0, 2); } else { _global.Behaviors.Sound.clapins.stop("clapsnd"); }
Symbol 597 MovieClip Frame 4
stop();
Symbol 643 MovieClip Frame 51
stop();
Symbol 650 MovieClip Frame 30
this._parent.gotoAndStop("a2");
Symbol 815 MovieClip Frame 55
this._parent.gotoAndStop("a3");
Symbol 887 MovieClip Frame 29
this._parent.gotoAndStop("a4");
Symbol 932 MovieClip Frame 56
this._parent.gotoAndStop("a5");
Symbol 943 MovieClip Frame 100
this._parent.gotoAndStop("a6");
Symbol 944 MovieClip Frame 187
this._parent.gotoAndStop("a7");
Symbol 945 MovieClip Frame 18
this._parent.gotoAndStop("a1");
Symbol 981 MovieClip Frame 31
_parent._parent.gotoAndStop("gameover2");
Symbol 994 MovieClip Frame 30
_parent._parent.gotoAndStop("gameover2");
Symbol 995 MovieClip Frame 1
stop();
Symbol 995 MovieClip Frame 8
if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this._parent.BS_gameoverins); } else { this.createEmptyMovieClip("_gameoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this.BS_gameoverins); } _global.Behaviors.Sound.gameoverins.attachSound("gameover"); _global.Behaviors.Sound.gameoverins.start(0, 1); } else { _global.Behaviors.Sound.gameoverins.stop("gameover"); }
Symbol 995 MovieClip Frame 9
if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this._parent.BS_gameoverins); } else { this.createEmptyMovieClip("_gameoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this.BS_gameoverins); } _global.Behaviors.Sound.gameoverins.attachSound("gameover"); _global.Behaviors.Sound.gameoverins.start(0, 1); } else { _global.Behaviors.Sound.gameoverins.stop("gameover"); }
Symbol 1039 MovieClip Frame 4
stop();
Symbol 1040 MovieClip Frame 4
stop();
Symbol 1064 MovieClip Frame 1
stop();
Symbol 1064 MovieClip Frame 2
stop(); _global.Behaviors.Sound.kissins.stop("kiss");
Symbol 1064 MovieClip Frame 3
stop(); if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_kissins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.kissins = new Sound(this._parent.BS_kissins); } else { this.createEmptyMovieClip("_kissins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.kissins = new Sound(this.BS_kissins); } _global.Behaviors.Sound.kissins.attachSound("kiss"); _global.Behaviors.Sound.kissins.start(0, 10000); } else { _global.Behaviors.Sound.kissins.stop("kiss"); }
Symbol 1064 MovieClip Frame 4
stop();
Symbol 1067 Button
on (release) { this._parent._parent.parisSwim_mc.enabled = true; this._parent._parent.parisSwim_mc.gotoAndStop(1); this._parent._parent.gotoAndStop("level2"); _global.Behaviors.Sound.gameover2ins.stop("gameover2"); _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound("clicksnd"); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop("mussnd"); } } on (rollOver) { if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("oversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 1069 MovieClip Frame 5
stop();
Symbol 1071 MovieClip Frame 5
stop();
Symbol 1072 Button
on (release) { this._parent._parent.parisSwim_mc.enabled = true; this._parent._parent.parisSwim_mc.gotoAndStop(1); this._parent._parent.gotoAndStop("level3"); _global.Behaviors.Sound.gameover2ins.stop("gameover2"); _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound("clicksnd"); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop("mussnd"); } } on (rollOver) { if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("oversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 1080 MovieClip Frame 5
stop();
Symbol 1126 MovieClip Frame 45
this._parent.gotoAndStop("a2");
Symbol 1128 MovieClip Frame 23
this._parent.gotoAndStop("a3");
Symbol 1163 MovieClip Frame 56
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_dingins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.dingins = new Sound(this._parent.BS_dingins); } else { this.createEmptyMovieClip("_dingins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.dingins = new Sound(this.BS_dingins); } _global.Behaviors.Sound.dingins.attachSound("ding"); _global.Behaviors.Sound.dingins.start(0, 1); } else { _global.Behaviors.Sound.dingins.stop("ding"); }
Symbol 1163 MovieClip Frame 68
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_openins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this._parent.BS_openins); } else { this.createEmptyMovieClip("_openins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this.BS_openins); } _global.Behaviors.Sound.openins.attachSound("open"); _global.Behaviors.Sound.openins.start(0, 1); } else { _global.Behaviors.Sound.openins.stop("open"); }
Symbol 1163 MovieClip Frame 71
this._parent.gotoAndStop("a4");
Symbol 1178 MovieClip Frame 52
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_openins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this._parent.BS_openins); } else { this.createEmptyMovieClip("_openins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this.BS_openins); } _global.Behaviors.Sound.openins.attachSound("open"); _global.Behaviors.Sound.openins.start(0, 1); } else { _global.Behaviors.Sound.openins.stop("open"); }
Symbol 1178 MovieClip Frame 64
this._parent.gotoAndStop("a5");
Symbol 1210 MovieClip Frame 67
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_dingins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.dingins = new Sound(this._parent.BS_dingins); } else { this.createEmptyMovieClip("_dingins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.dingins = new Sound(this.BS_dingins); } _global.Behaviors.Sound.dingins.attachSound("ding"); _global.Behaviors.Sound.dingins.start(0, 1); } else { _global.Behaviors.Sound.dingins.stop("ding"); }
Symbol 1210 MovieClip Frame 72
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_openins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this._parent.BS_openins); } else { this.createEmptyMovieClip("_openins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this.BS_openins); } _global.Behaviors.Sound.openins.attachSound("open"); _global.Behaviors.Sound.openins.start(0, 1); } else { _global.Behaviors.Sound.openins.stop("open"); }
Symbol 1210 MovieClip Frame 75
this._parent.gotoAndStop("a6");
Symbol 1217 MovieClip Frame 61
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_openins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this._parent.BS_openins); } else { this.createEmptyMovieClip("_openins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this.BS_openins); } _global.Behaviors.Sound.openins.attachSound("open"); _global.Behaviors.Sound.openins.start(0, 1); } else { _global.Behaviors.Sound.openins.stop("open"); }
Symbol 1217 MovieClip Frame 70
this._parent.gotoAndStop("a7");
Symbol 1230 MovieClip Frame 63
this._parent.gotoAndStop("a8");
Symbol 1232 MovieClip Frame 23
this._parent.gotoAndStop("a9");
Symbol 1245 MovieClip Frame 86
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_dingins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.dingins = new Sound(this._parent.BS_dingins); } else { this.createEmptyMovieClip("_dingins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.dingins = new Sound(this.BS_dingins); } _global.Behaviors.Sound.dingins.attachSound("ding"); _global.Behaviors.Sound.dingins.start(0, 1); } else { _global.Behaviors.Sound.dingins.stop("ding"); }
Symbol 1245 MovieClip Frame 91
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_openins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this._parent.BS_openins); } else { this.createEmptyMovieClip("_openins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this.BS_openins); } _global.Behaviors.Sound.openins.attachSound("open"); _global.Behaviors.Sound.openins.start(0, 1); } else { _global.Behaviors.Sound.openins.stop("open"); }
Symbol 1245 MovieClip Frame 94
this._parent.gotoAndStop("a10");
Symbol 1251 MovieClip Frame 61
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_openins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this._parent.BS_openins); } else { this.createEmptyMovieClip("_openins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this.BS_openins); } _global.Behaviors.Sound.openins.attachSound("open"); _global.Behaviors.Sound.openins.start(0, 1); } else { _global.Behaviors.Sound.openins.stop("open"); }
Symbol 1251 MovieClip Frame 72
this._parent.gotoAndStop("a11");
Symbol 1262 MovieClip Frame 50
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_dingins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.dingins = new Sound(this._parent.BS_dingins); } else { this.createEmptyMovieClip("_dingins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.dingins = new Sound(this.BS_dingins); } _global.Behaviors.Sound.dingins.attachSound("ding"); _global.Behaviors.Sound.dingins.start(0, 1); } else { _global.Behaviors.Sound.dingins.stop("ding"); }
Symbol 1262 MovieClip Frame 58
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_openins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this._parent.BS_openins); } else { this.createEmptyMovieClip("_openins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this.BS_openins); } _global.Behaviors.Sound.openins.attachSound("open"); _global.Behaviors.Sound.openins.start(0, 1); } else { _global.Behaviors.Sound.openins.stop("open"); }
Symbol 1262 MovieClip Frame 61
this._parent.gotoAndStop("a12");
Symbol 1276 MovieClip Frame 52
if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_openins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this._parent.BS_openins); } else { this.createEmptyMovieClip("_openins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.openins = new Sound(this.BS_openins); } _global.Behaviors.Sound.openins.attachSound("open"); _global.Behaviors.Sound.openins.start(0, 1); } else { _global.Behaviors.Sound.openins.stop("open"); }
Symbol 1276 MovieClip Frame 64
this._parent.gotoAndStop("a13");
Symbol 1285 MovieClip Frame 51
this._parent.gotoAndStop("a1"); _global.Behaviors.Sound.liftins.stop("lift");
Symbol 1300 MovieClip Frame 36
_parent._parent.gotoAndStop("gameover3");
Symbol 1326 MovieClip Frame 36
_parent._parent.gotoAndStop("gameover3");
Symbol 1351 MovieClip Frame 41
_parent._parent.gotoAndStop("gameover3");
Symbol 1352 MovieClip Frame 1
stop(); if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_liftins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.liftins = new Sound(this._parent.BS_liftins); } else { this.createEmptyMovieClip("_liftins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.liftins = new Sound(this.BS_liftins); } _global.Behaviors.Sound.liftins.attachSound("lift"); _global.Behaviors.Sound.liftins.start(0, 1000); } else { _global.Behaviors.Sound.liftins.stop("lift"); }
Symbol 1352 MovieClip Frame 14
if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this._parent.BS_gameoverins); } else { this.createEmptyMovieClip("_gameoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this.BS_gameoverins); } _global.Behaviors.Sound.gameoverins.attachSound("gameover"); _global.Behaviors.Sound.gameoverins.start(0, 1); } else { _global.Behaviors.Sound.gameoverins.stop("gameover"); } _global.Behaviors.Sound.liftins.stop("lift"); _global.Behaviors.Sound.openins.stop("open"); _global.Behaviors.Sound.dingins.stop("ding");
Symbol 1352 MovieClip Frame 15
if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this._parent.BS_gameoverins); } else { this.createEmptyMovieClip("_gameoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this.BS_gameoverins); } _global.Behaviors.Sound.gameoverins.attachSound("gameover"); _global.Behaviors.Sound.gameoverins.start(0, 1); } else { _global.Behaviors.Sound.gameoverins.stop("gameover"); } _global.Behaviors.Sound.liftins.stop("lift"); _global.Behaviors.Sound.openins.stop("open"); _global.Behaviors.Sound.dingins.stop("ding");
Symbol 1352 MovieClip Frame 16
if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this._parent.BS_gameoverins); } else { this.createEmptyMovieClip("_gameoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameoverins = new Sound(this.BS_gameoverins); } _global.Behaviors.Sound.gameoverins.attachSound("gameover"); _global.Behaviors.Sound.gameoverins.start(0, 1); } else { _global.Behaviors.Sound.gameoverins.stop("gameover"); } _global.Behaviors.Sound.liftins.stop("lift"); _global.Behaviors.Sound.openins.stop("open"); _global.Behaviors.Sound.dingins.stop("ding");
Symbol 1399 MovieClip Frame 4
stop();
Symbol 1400 MovieClip Frame 4
stop();
Symbol 1408 MovieClip Frame 1
stop();
Symbol 1408 MovieClip Frame 2
stop(); _global.Behaviors.Sound.kissins.stop("kiss");
Symbol 1408 MovieClip Frame 3
stop(); if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_kissins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.kissins = new Sound(this._parent.BS_kissins); } else { this.createEmptyMovieClip("_kissins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.kissins = new Sound(this.BS_kissins); } _global.Behaviors.Sound.kissins.attachSound("kiss"); _global.Behaviors.Sound.kissins.start(0, 10000); } else { _global.Behaviors.Sound.kissins.stop("kiss"); }
Symbol 1408 MovieClip Frame 4
stop();
Symbol 1411 Button
on (release) { this._parent._parent.swimChars_mc.gotoAndStop(1); this._parent._parent.parisSwim_mc.enabled = true; this._parent._parent.parisSwim_mc.gotoAndStop(1); this._parent._parent.gotoAndStop("level3"); _global.Behaviors.Sound.gameover2ins.stop("gameover2"); _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound("clicksnd"); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop("mussnd"); } } on (rollOver) { if (this._parent._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("oversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 1413 MovieClip Frame 5
stop();
Symbol 1415 MovieClip Frame 5
stop();
Symbol 1417 MovieClip Frame 1
if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_cangratsins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.cangratsins = new Sound(this._parent.BS_cangratsins); } else { this.createEmptyMovieClip("_cangratsins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.cangratsins = new Sound(this.BS_cangratsins); } _global.Behaviors.Sound.cangratsins.attachSound("cangratssnd"); _global.Behaviors.Sound.cangratsins.start(0, 10000); } else { _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); }
Symbol 1417 MovieClip Frame 4
stop();
Symbol 1423 MovieClip Frame 1
stop(); var levelNum = _parent.gamelevel; var score = 0; var totalScore = 0; var targetScore1 = 500; var targetScore2 = 800; var targetScore3 = 1000; var loadCnt = (targetScore / 100); var levelfirst = (targetScore1 / 100); var levelsecond = (targetScore2 / 100); var levelthird = (targetScore3 / 100); gotoAndStop("lev" + levelNum);
Instance of Symbol 128 MovieClip "pause_mc" in Symbol 1423 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(32) && (space == true)) { space = false; if (_currentframe == 1) { trace("IN---1"); gotoAndStop (2); stopAllSounds(); } else if (_currentframe == 2) { stopAllSounds(); trace("IN---2"); gotoAndStop (1); if (_parent.muteBtn._currentframe == 1) { _parent["bgSnd" + _parent.levelNum].snd.start(0, 10000); } } } if (!Key.isDown(32)) { space = true; } }
Symbol 1423 MovieClip Frame 2
function countDown() { secNum--; trace(secNum); outPutText_txt.text = secNum; if (secNum == 0) { clearInterval(timerNum); trace("Finished"); outPutText_txt.text = "Over"; gotoAndStop ("timeup1"); parisSwim_mc.enabled = false; } } function kissFun5(num) { if (num == 1) { kissing = true; parisSwim_mc.gotoAndStop("kiss"); } else { kissing = false; parisSwim_mc.gotoAndStop("idle"); } } var secNum = 100; var timerNum; outPutText_txt.text = secNum; this.enabled = false; timerNum = setInterval(countDown, 1000); stop(); var score = 0; score_txt.text = 0; beachChars_mc.gotoAndStop(1); var kissing = false; bgSnd5.snd.start(0, 10000); clearInterval(interval); var myTime = 0; var endTimes = 0; var interval = setInterval(timer, 1000); times = "00:00"; time_txt.text = times; swimChars_mc.gotoAndStop(1); parisSwim_mc.onPress = function () { kissFun5(1); }; parisSwim_mc.onRelease = function () { kissFun5(0); }; parisSwim_mc.onReleaseOutside = function () { kissFun5(0); }; parisSwim_mc.onEnterFrame = function () { if (kissing == true) { score_txt.text = score++; var _local3 = Math.round(score / levelfirst); loadMc.gotoAndStop(_local3); if (score >= targetScore1) { clearInterval(interval); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; gotoAndStop ("levelup1"); _global.Behaviors.Sound.kissins.stop("kiss"); } if (swimChars_mc._currentframe == 3) { if (muteBtn._currentframe == 1) { endSnd.snd.start(0, 1); } clearInterval(interval); this.gotoAndStop("idle"); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; swimChars_mc.gotoAndStop(5); parisSwim_mc.gotoAndStop(4); } } }; _global.Behaviors.Sound.gameoverins.stop("gameover"); _global.Behaviors.Sound.gameover2ins.stop("gameover2"); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8;
Symbol 1423 MovieClip Frame 4
clearInterval(timerNum); totalScore = score; Pallete.gameScore_txt.text = totalScore; _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8; _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameover2ins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this._parent.BS_gameover2ins); } else { this.createEmptyMovieClip("_gameover2ins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this.BS_gameover2ins); } _global.Behaviors.Sound.gameover2ins.attachSound("gameover2"); _global.Behaviors.Sound.gameover2ins.start(0, 1); } else { _global.Behaviors.Sound.gameover2ins.stop("gameover2"); }
Symbol 1423 MovieClip Frame 5
clearInterval(timerNum); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8; _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameover2ins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this._parent.BS_gameover2ins); } else { this.createEmptyMovieClip("_gameover2ins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this.BS_gameover2ins); } _global.Behaviors.Sound.gameover2ins.attachSound("gameover2"); _global.Behaviors.Sound.gameover2ins.start(0, 1); } else { _global.Behaviors.Sound.gameover2ins.stop("gameover2"); }
Symbol 1423 MovieClip Frame 13
stop(); clearInterval(timerNum); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8; trace(levelNum); gotoAndStop("level" + levelNum);
Symbol 1423 MovieClip Frame 14
clearInterval(timerNum); _global.Behaviors.Sound.gameoverins.stop("gameover"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8;
Symbol 1423 MovieClip Frame 18
function countDown() { secNum--; trace(secNum); outPutText_txt.text = secNum; if (secNum == 0) { clearInterval(timerNum); trace("Finished"); outPutText_txt.text = "Over"; gotoAndStop ("timeup2"); parisSwim_mc.enabled = false; } } function kissFun5(num) { if (num == 1) { kissing = true; parisSwim_mc.gotoAndStop("kiss"); } else { kissing = false; parisSwim_mc.gotoAndStop("idle"); } } var secNum = 120; var timerNum; outPutText_txt.text = secNum; this.enabled = false; timerNum = setInterval(countDown, 1000); stop(); var score = 0; score_txt.text = 0; beachChars_mc.gotoAndStop(1); var kissing = false; bgSnd5.snd.start(0, 10000); clearInterval(interval); var myTime = 0; var endTimes = 0; var interval = setInterval(timer, 1000); times = "00:00"; time_txt.text = times; swimChars_mc.gotoAndStop(1); parisSwim_mc.onPress = function () { kissFun5(1); }; parisSwim_mc.onRelease = function () { kissFun5(0); }; parisSwim_mc.onReleaseOutside = function () { kissFun5(0); }; parisSwim_mc.onEnterFrame = function () { if (kissing == true) { score_txt.text = score++; var _local3 = Math.round(score / levelsecond); loadMc.gotoAndStop(_local3); if (score >= targetScore2) { clearInterval(interval); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; gotoAndStop ("levelup2"); _global.Behaviors.Sound.kissins.stop("kiss"); } if (swimChars_mc._currentframe == 3) { if (muteBtn._currentframe == 1) { endSnd.snd.start(0, 1); } clearInterval(interval); this.gotoAndStop("idle"); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; swimChars_mc.gotoAndStop(8); parisSwim_mc.gotoAndStop(4); } if (swimChars_mc._currentframe == 6) { if (muteBtn._currentframe == 1) { endSnd.snd.start(0, 1); } clearInterval(interval); this.gotoAndStop("idle"); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; swimChars_mc.gotoAndStop(9); parisSwim_mc.gotoAndStop(4); } } }; _global.Behaviors.Sound.gameoverins.stop("gameover"); _global.Behaviors.Sound.gameover2ins.stop("gameover2"); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8;
Symbol 1423 MovieClip Frame 23
clearInterval(timerNum); totalScore = score; Pallete.gameScore_txt.text = totalScore; _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8; _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameover2ins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this._parent.BS_gameover2ins); } else { this.createEmptyMovieClip("_gameover2ins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this.BS_gameover2ins); } _global.Behaviors.Sound.gameover2ins.attachSound("gameover2"); _global.Behaviors.Sound.gameover2ins.start(0, 1); } else { _global.Behaviors.Sound.gameover2ins.stop("gameover2"); }
Symbol 1423 MovieClip Frame 24
clearInterval(timerNum); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8; _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameover2ins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this._parent.BS_gameover2ins); } else { this.createEmptyMovieClip("_gameover2ins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this.BS_gameover2ins); } _global.Behaviors.Sound.gameover2ins.attachSound("gameover2"); _global.Behaviors.Sound.gameover2ins.start(0, 1); } else { _global.Behaviors.Sound.gameover2ins.stop("gameover2"); }
Symbol 1423 MovieClip Frame 29
stop(); clearInterval(timerNum); _global.Behaviors.Sound.gameoverins.stop("gameover"); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8;
Symbol 1423 MovieClip Frame 30
stop(); clearInterval(timerNum); _global.Behaviors.Sound.gameoverins.stop("gameover"); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8;
Symbol 1423 MovieClip Frame 33
function countDown() { secNum--; trace(secNum); outPutText_txt.text = secNum; if (secNum == 0) { clearInterval(timerNum); trace("Finished"); outPutText_txt.text = "Over"; gotoAndStop ("timeup3"); parisSwim_mc.enabled = false; } } function kissFun5(num) { if (num == 1) { kissing = true; parisSwim_mc.gotoAndStop("kiss"); } else { kissing = false; parisSwim_mc.gotoAndStop("idle"); } } var secNum = 180; var timerNum; outPutText_txt.text = secNum; this.enabled = false; timerNum = setInterval(countDown, 1000); stop(); var score = 0; score_txt.text = 0; beachChars_mc.gotoAndStop(1); var kissing = false; bgSnd5.snd.start(0, 10000); clearInterval(interval); var myTime = 0; var endTimes = 0; var interval = setInterval(timer, 1000); times = "00:00"; time_txt.text = times; swimChars_mc.gotoAndStop(1); parisSwim_mc.onPress = function () { kissFun5(1); }; parisSwim_mc.onRelease = function () { kissFun5(0); }; parisSwim_mc.onReleaseOutside = function () { kissFun5(0); }; parisSwim_mc.onEnterFrame = function () { if (kissing == true) { score_txt.text = score++; var _local3 = Math.round(score / levelthird); loadMc.gotoAndStop(_local3); if (score >= targetScore3) { clearInterval(interval); delete parisSwim_mc.onEnterFrame; gotoAndStop ("congrats"); _global.Behaviors.Sound.kissins.stop("kiss"); } if (swimChars_mc._currentframe == 2) { if (muteBtn._currentframe == 1) { endSnd.snd.start(0, 1); } clearInterval(interval); this.gotoAndStop("idle"); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; swimChars_mc.gotoAndStop(14); parisSwim_mc.gotoAndStop(4); } if (swimChars_mc._currentframe == 4) { if (muteBtn._currentframe == 1) { endSnd.snd.start(0, 1); } clearInterval(interval); this.gotoAndStop("idle"); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; swimChars_mc.gotoAndStop(15); parisSwim_mc.gotoAndStop(4); } if (swimChars_mc._currentframe == 6) { if (muteBtn._currentframe == 1) { endSnd.snd.start(0, 1); } clearInterval(interval); this.gotoAndStop("idle"); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; swimChars_mc.gotoAndStop(16); parisSwim_mc.gotoAndStop(4); } if (swimChars_mc._currentframe == 8) { if (muteBtn._currentframe == 1) { endSnd.snd.start(0, 1); } clearInterval(interval); this.gotoAndStop("idle"); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; swimChars_mc.gotoAndStop(14); parisSwim_mc.gotoAndStop(4); } if (swimChars_mc._currentframe == 10) { if (muteBtn._currentframe == 1) { endSnd.snd.start(0, 1); } clearInterval(interval); this.gotoAndStop("idle"); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; swimChars_mc.gotoAndStop(16); parisSwim_mc.gotoAndStop(4); } if (swimChars_mc._currentframe == 12) { if (muteBtn._currentframe == 1) { endSnd.snd.start(0, 1); } clearInterval(interval); this.gotoAndStop("idle"); delete parisSwim_mc.onEnterFrame; parisSwim_mc.enabled = false; swimChars_mc.gotoAndStop(15); parisSwim_mc.gotoAndStop(4); } } }; _global.Behaviors.Sound.gameoverins.stop("gameover"); _global.Behaviors.Sound.gameover2ins.stop("gameover2"); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8;
Symbol 1423 MovieClip Frame 40
clearInterval(timerNum); totalScore = score; Pallete.gameScore_txt.text = totalScore; _global.Behaviors.Sound.liftins.stop("lift"); _global.Behaviors.Sound.openins.stop("open"); _global.Behaviors.Sound.dingins.stop("ding"); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8; _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameover2ins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this._parent.BS_gameover2ins); } else { this.createEmptyMovieClip("_gameover2ins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this.BS_gameover2ins); } _global.Behaviors.Sound.gameover2ins.attachSound("gameover2"); _global.Behaviors.Sound.gameover2ins.start(0, 1); } else { _global.Behaviors.Sound.gameover2ins.stop("gameover2"); }
Symbol 1423 MovieClip Frame 41
clearInterval(timerNum); _global.Behaviors.Sound.liftins.stop("lift"); _global.Behaviors.Sound.openins.stop("open"); _global.Behaviors.Sound.dingins.stop("ding"); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8; _global.Behaviors.Sound.gameoverins.stop("gameover"); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_gameover2ins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this._parent.BS_gameover2ins); } else { this.createEmptyMovieClip("_gameover2ins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.gameover2ins = new Sound(this.BS_gameover2ins); } _global.Behaviors.Sound.gameover2ins.attachSound("gameover2"); _global.Behaviors.Sound.gameover2ins.start(0, 1); } else { _global.Behaviors.Sound.gameover2ins.stop("gameover2"); }
Symbol 1423 MovieClip Frame 45
stop(); clearInterval(timerNum); _global.Behaviors.Sound.gameoverins.stop("gameover"); _global.Behaviors.Sound.cangratsins.stop("cangratssnd"); _global.Behaviors.Sound.clapins.stop("clapsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.mainmenu._x = 6.9; this._parent.mainmenu._y = 502.8; _global.Behaviors.Sound.liftins.stop("lift"); _global.Behaviors.Sound.openins.stop("open"); _global.Behaviors.Sound.dingins.stop("ding");
Symbol 1423 MovieClip Frame 48
stop(); clearInterval(timerNum); _global.Behaviors.Sound.introins.stop("introsnd"); _global.Behaviors.Sound.kissins.stop("kiss"); this._parent.playagain._x = 430.9; this._parent.playagain._y = 359.6; totalScore = score; Pallete.gameScore_txt.text = totalScore; _global.Behaviors.Sound.liftins.stop("lift"); _global.Behaviors.Sound.openins.stop("open"); _global.Behaviors.Sound.dingins.stop("ding"); _global.Behaviors.Sound.gameover2ins.stop("gameover2"); _global.Behaviors.Sound.gameoverins.stop("gameover");
Symbol 1426 Button
on (release) { stopAllSounds(); gotoAndPlay (4); this.introsnd.gotoAndPlay(1); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound("clicksnd"); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop("mussnd"); } } on (rollOver) { if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("oversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }

Library Items

Symbol 1 Sound [lift]
Symbol 2 Sound [open]
Symbol 3 Sound [ding]
Symbol 4 Sound [kiss]
Symbol 5 Sound [gameover]
Symbol 6 Sound [cangratssnd]
Symbol 7 Sound [introsnd]
Symbol 8 Sound [gameover2]
Symbol 9 Sound [clapsnd]
Symbol 10 Sound [clicksnd]
Symbol 11 Sound [oversnd]
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClip [BoundingBox]Uses:12Used by:14
Symbol 14 MovieClip [ComboBox]Uses:13Used by:Timeline
Symbol 15 GraphicUsed by:16  Timeline
Symbol 16 ButtonUses:15Used by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 FontUsed by:21 22
Symbol 21 EditableTextUses:20Used by:Timeline
Symbol 22 TextUses:20Used by:Timeline
Symbol 23 GraphicUsed by:31
Symbol 24 GraphicUsed by:28 31
Symbol 25 GraphicUsed by:31
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:26 24 27Used by:31
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:23 24 25 28 29 30Used by:Timeline
Symbol 1427 MovieClip [__Packages.mx.core.UIObject]
Symbol 1428 MovieClip [__Packages.mx.skins.SkinElement]
Symbol 1429 MovieClip [__Packages.mx.styles.CSSTextStyles]
Symbol 1430 MovieClip [__Packages.mx.styles.CSSStyleDeclaration]
Symbol 1431 MovieClip [__Packages.mx.styles.StyleManager]
Symbol 1432 MovieClip [__Packages.mx.core.UIComponent]
Symbol 1433 MovieClip [__Packages.mx.controls.listclasses.DataSelector]
Symbol 1434 MovieClip [__Packages.mx.controls.ComboBase]
Symbol 1435 MovieClip [__Packages.mx.skins.Border]
Symbol 1436 MovieClip [__Packages.mx.skins.RectBorder]
Symbol 1437 MovieClip [__Packages.mx.controls.TextInput]
Symbol 1438 MovieClip [__Packages.mx.controls.SimpleButton]
Symbol 1439 MovieClip [__Packages.mx.controls.ComboBox]
Symbol 1440 MovieClip [__Packages.mx.managers.PopUpManager]
Symbol 1441 MovieClip [__Packages.mx.managers.DepthManager]
Symbol 1442 MovieClip [__Packages.mx.managers.SystemManager]
Symbol 1443 MovieClip [__Packages.mx.events.EventDispatcher]
Symbol 1444 MovieClip [__Packages.mx.core.View]
Symbol 1445 MovieClip [__Packages.mx.core.ExternalContent]
Symbol 1446 MovieClip [__Packages.mx.events.UIEventDispatcher]
Symbol 1447 MovieClip [__Packages.mx.core.ScrollView]
Symbol 1448 MovieClip [__Packages.mx.controls.scrollClasses.ScrollBar]
Symbol 1449 MovieClip [__Packages.mx.skins.CustomBorder]
Symbol 1450 MovieClip [__Packages.mx.controls.scrollClasses.ScrollThumb]
Symbol 1451 MovieClip [__Packages.mx.controls.listclasses.DataProvider]
Symbol 1452 MovieClip [__Packages.mx.controls.listclasses.ScrollSelectList]
Symbol 1453 MovieClip [__Packages.mx.controls.List]
Symbol 1454 MovieClip [__Packages.mx.effects.Tween]
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:98
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:98
Symbol 37 GraphicUsed by:98
Symbol 38 GraphicUsed by:74 266 345
Symbol 39 GraphicUsed by:40 205 241 454
Symbol 40 MovieClipUses:39Used by:74
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:74
Symbol 43 GraphicUsed by:44 206 242 327 381 455
Symbol 44 MovieClipUses:43Used by:74
Symbol 45 GraphicUsed by:74
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:74
Symbol 48 GraphicUsed by:74
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:74
Symbol 51 GraphicUsed by:74
Symbol 52 GraphicUsed by:63
Symbol 53 GraphicUsed by:63
Symbol 54 GraphicUsed by:63
Symbol 55 GraphicUsed by:63
Symbol 56 GraphicUsed by:63
Symbol 57 GraphicUsed by:63
Symbol 58 GraphicUsed by:63
Symbol 59 GraphicUsed by:63
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:52 53 54 55 56 57 58 59 60 61 62Used by:74
Symbol 64 GraphicUsed by:65 217 463
Symbol 65 MovieClipUses:64Used by:74
Symbol 66 GraphicUsed by:72 264 343
Symbol 67 GraphicUsed by:72
Symbol 68 GraphicUsed by:72
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:66 67 68 69 70 71Used by:74
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:38 40 42 44 45 47 48 50 51 63 65 72 73Used by:96
Symbol 75 GraphicUsed by:94
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:94
Symbol 78 GraphicUsed by:88
Symbol 79 GraphicUsed by:88
Symbol 80 GraphicUsed by:88
Symbol 81 GraphicUsed by:88
Symbol 82 GraphicUsed by:88
Symbol 83 GraphicUsed by:88
Symbol 84 GraphicUsed by:88
Symbol 85 GraphicUsed by:88
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:78 79 80 81 82 83 84 85 86 87Used by:94
Symbol 89 GraphicUsed by:92
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:89 90 91Used by:94
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:75 77 88 92 93Used by:96
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:74 94 95Used by:97
Symbol 97 MovieClipUses:96Used by:98 377 594
Symbol 98 MovieClipUses:34 36 37 97Used by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 GraphicUsed by:102 108 568
Symbol 102 MovieClipUses:101Used by:105 108 141
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105
Symbol 105 MovieClipUses:102 104Used by:108
Symbol 106 GraphicUsed by:107 108
Symbol 107 MovieClipUses:106Used by:108
Symbol 108 ButtonUses:105 102 107 101 106Used by:Timeline
Symbol 109 GraphicUsed by:112 597 1417
Symbol 110 FontUsed by:111 596 1416
Symbol 111 TextUses:110Used by:112
Symbol 112 MovieClipUses:109 111Used by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:117
Symbol 115 GraphicUsed by:116 117 121
Symbol 116 MovieClipUses:115Used by:117 121
Symbol 117 ButtonUses:114 116 115Used by:122
Symbol 118 GraphicUsed by:121
Symbol 119 GraphicUsed by:120 121
Symbol 120 MovieClipUses:119Used by:121
Symbol 121 ButtonUses:118 116 120 115 119Used by:122
Symbol 122 MovieClipUses:117 121Used by:Timeline
Symbol 123 FontUsed by:124 125 142 563 1065 1066 1409 1410
Symbol 124 TextUses:123Used by:128
Symbol 125 TextUses:123Used by:127
Symbol 126 GraphicUsed by:127
Symbol 127 ButtonUses:125 126Used by:128
Symbol 128 MovieClipUses:124 127Used by:1423
Symbol 129 GraphicUsed by:130 132
Symbol 130 MovieClipUses:129Used by:132
Symbol 131 GraphicUsed by:132
Symbol 132 ButtonUses:130 131 129Used by:1423
Symbol 133 GraphicUsed by:139
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:139
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:139
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:133 135 137 138Used by:1423
Symbol 140 GraphicUsed by:141 568
Symbol 141 MovieClipUses:140 102Used by:568 1423
Symbol 142 EditableTextUses:123Used by:1423
Symbol 143 FontUsed by:144 564
Symbol 144 TextUses:143Used by:1423
Symbol 145 GraphicUsed by:1423
Symbol 146 GraphicUsed by:156
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:149
Symbol 149 MovieClipUses:148Used by:156
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:156
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:156 1423
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:156
Symbol 156 MovieClipUses:146 149 151 153 155Used by:1423
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:1423
Symbol 159 GraphicUsed by:1423
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:1423
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:1423
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:1423
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:584 588 1423
Symbol 168 GraphicUsed by:169 170 640 641
Symbol 169 MovieClipUses:168Used by:170
Symbol 170 MovieClipUses:168 169Used by:1423
Symbol 171 GraphicUsed by:176
Symbol 172 GraphicUsed by:176
Symbol 173 GraphicUsed by:176
Symbol 174 GraphicUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:171 172 173 174 175Used by:177
Symbol 177 MovieClipUses:176Used by:1423
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:180
Symbol 180 MovieClipUses:179Used by:181
Symbol 181 MovieClipUses:180Used by:1423
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:1423
Symbol 184 GraphicUsed by:207
Symbol 185 GraphicUsed by:195
Symbol 186 GraphicUsed by:195
Symbol 187 GraphicUsed by:195
Symbol 188 GraphicUsed by:195
Symbol 189 GraphicUsed by:195
Symbol 190 GraphicUsed by:195
Symbol 191 GraphicUsed by:195
Symbol 192 GraphicUsed by:195
Symbol 193 GraphicUsed by:195
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:185 186 187 188 189 190 191 192 193 194Used by:207
Symbol 196 GraphicUsed by:204 1383
Symbol 197 GraphicUsed by:204 401 1383
Symbol 198 GraphicUsed by:204
Symbol 199 GraphicUsed by:204
Symbol 200 GraphicUsed by:204 1383
Symbol 201 GraphicUsed by:204
Symbol 202 GraphicUsed by:204
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:196 197 198 199 200 201 202 203Used by:207
Symbol 205 MovieClipUses:39Used by:207 322
Symbol 206 MovieClipUses:43Used by:207 322
Symbol 207 MovieClipUses:184 195 204 205 206Used by:237
Symbol 208 GraphicUsed by:235
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:215 322
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:215 322
Symbol 213 GraphicUsed by:215
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:210 212 213 214Used by:235
Symbol 216 GraphicUsed by:235
Symbol 217 MovieClipUses:64Used by:235 322
Symbol 218 GraphicUsed by:229
Symbol 219 GraphicUsed by:229
Symbol 220 GraphicUsed by:229
Symbol 221 GraphicUsed by:229
Symbol 222 GraphicUsed by:229
Symbol 223 GraphicUsed by:229
Symbol 224 GraphicUsed by:229
Symbol 225 GraphicUsed by:229
Symbol 226 GraphicUsed by:229
Symbol 227 GraphicUsed by:229 679 970 1119 1297
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:218 219 220 221 222 223 224 225 226 227 228Used by:235
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:235
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:235 322
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:208 215 216 217 229 231 233 234Used by:237
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:207 235 236Used by:239 323
Symbol 238 GraphicUsed by:323
Symbol 239 MovieClipUses:237Used by:240 290
Symbol 240 MovieClipUses:239Used by:288
Symbol 241 MovieClipUses:39Used by:266
Symbol 242 MovieClipUses:43Used by:266
Symbol 243 GraphicUsed by:266 345
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:266 322
Symbol 246 GraphicUsed by:266
Symbol 247 GraphicUsed by:257
Symbol 248 GraphicUsed by:257
Symbol 249 GraphicUsed by:257
Symbol 250 GraphicUsed by:257
Symbol 251 GraphicUsed by:257
Symbol 252 GraphicUsed by:257
Symbol 253 GraphicUsed by:257
Symbol 254 GraphicUsed by:257
Symbol 255 GraphicUsed by:257
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:247 248 249 250 251 252 253 254 255 256Used by:266
Symbol 258 GraphicUsed by:259 342 430
Symbol 259 MovieClipUses:258Used by:266
Symbol 260 GraphicUsed by:264 343
Symbol 261 GraphicUsed by:264 343
Symbol 262 GraphicUsed by:264 343
Symbol 263 GraphicUsed by:264 343
Symbol 264 MovieClipUses:66 260 261 262 263Used by:266
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:38 241 242 243 245 246 257 259 264 265Used by:286
Symbol 267 GraphicUsed by:285
Symbol 268 GraphicUsed by:269 347
Symbol 269 MovieClipUses:268Used by:285
Symbol 270 GraphicUsed by:280
Symbol 271 GraphicUsed by:280
Symbol 272 GraphicUsed by:280
Symbol 273 GraphicUsed by:280
Symbol 274 GraphicUsed by:280
Symbol 275 GraphicUsed by:280
Symbol 276 GraphicUsed by:280
Symbol 277 GraphicUsed by:280
Symbol 278 GraphicUsed by:280
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:270 271 272 273 274 275 276 277 278 279Used by:285
Symbol 281 GraphicUsed by:284 360
Symbol 282 GraphicUsed by:284
Symbol 283 GraphicUsed by:284 360
Symbol 284 MovieClipUses:281 282 283Used by:285
Symbol 285 MovieClipUses:267 269 280 284Used by:286
Symbol 286 MovieClipUses:266 285Used by:287 289
Symbol 287 MovieClipUses:286Used by:288
Symbol 288 MovieClipUses:240 287Used by:323
Symbol 289 MovieClipUses:286Used by:291
Symbol 290 MovieClipUses:239Used by:291
Symbol 291 MovieClipUses:289 290Used by:323
Symbol 292 GraphicUsed by:298 302 303
Symbol 293 ShapeTweeningUsed by:298
Symbol 294 GraphicUsed by:298
Symbol 295 ShapeTweeningUsed by:298
Symbol 296 GraphicUsed by:298
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:292 293 294 295 296 297Used by:304
Symbol 299 ShapeTweeningUsed by:302
Symbol 300 GraphicUsed by:302
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:292 299 300 301Used by:304
Symbol 303 MovieClipUses:292Used by:304
Symbol 304 MovieClipUses:298 302 303Used by:305
Symbol 305 MovieClipUses:304Used by:306
Symbol 306 MovieClipUses:305Used by:307
Symbol 307 MovieClipUses:306Used by:323
Symbol 308 MovieClipUsed by:313
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:311
Symbol 311 MovieClipUses:310Used by:313
Symbol 312 MovieClipUsed by:313
Symbol 313 MovieClipUses:308 311 312Used by:323
Symbol 314 GraphicUsed by:322
Symbol 315 GraphicUsed by:322
Symbol 316 GraphicUsed by:322
Symbol 317 GraphicUsed by:322
Symbol 318 GraphicUsed by:322
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:319Used by:322
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:210 205 206 212 314 315 245 316 217 317 233 318 320 321Used by:323
Symbol 323 MovieClipUses:237 238 288 291 307 313 322Used by:324
Symbol 324 MovieClipUses:323Used by:364 473
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:345
Symbol 327 MovieClipUses:43Used by:345
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:345
Symbol 330 GraphicUsed by:345
Symbol 331 GraphicUsed by:341
Symbol 332 GraphicUsed by:341
Symbol 333 GraphicUsed by:341
Symbol 334 GraphicUsed by:341
Symbol 335 GraphicUsed by:341
Symbol 336 GraphicUsed by:341
Symbol 337 GraphicUsed by:341
Symbol 338 GraphicUsed by:341
Symbol 339 GraphicUsed by:341
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:331 332 333 334 335 336 337 338 339 340Used by:345
Symbol 342 MovieClipUses:258Used by:345
Symbol 343 MovieClipUses:66 260 261 262 263Used by:345
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:38 326 327 243 329 330 341 342 343 344Used by:362
Symbol 346 GraphicUsed by:361
Symbol 347 MovieClipUses:268Used by:361
Symbol 348 GraphicUsed by:358
Symbol 349 GraphicUsed by:358
Symbol 350 GraphicUsed by:358
Symbol 351 GraphicUsed by:358
Symbol 352 GraphicUsed by:358
Symbol 353 GraphicUsed by:358
Symbol 354 GraphicUsed by:358
Symbol 355 GraphicUsed by:358
Symbol 356 GraphicUsed by:358
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:348 349 350 351 352 353 354 355 356 357Used by:361
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:281 359 283Used by:361
Symbol 361 MovieClipUses:346 347 358 360Used by:362
Symbol 362 MovieClipUses:345 361Used by:363
Symbol 363 MovieClipUses:362Used by:364
Symbol 364 MovieClipUses:324 363Used by:473
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:365Used by:367
Symbol 367 MovieClipUses:366Used by:373
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:370
Symbol 370 MovieClipUses:369Used by:373
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:371Used by:373
Symbol 373 MovieClipUses:367 370 372Used by:374
Symbol 374 MovieClipUses:373Used by:375
Symbol 375 MovieClipUses:374Used by:376
Symbol 376 MovieClipUses:375Used by:473 1064 1408
Symbol 377 MovieClipUses:97Used by:439
Symbol 378 GraphicUsed by:402
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:379Used by:402
Symbol 381 MovieClipUses:43Used by:402
Symbol 382 GraphicUsed by:392
Symbol 383 GraphicUsed by:392
Symbol 384 GraphicUsed by:392
Symbol 385 GraphicUsed by:392
Symbol 386 GraphicUsed by:392
Symbol 387 GraphicUsed by:392
Symbol 388 GraphicUsed by:392
Symbol 389 GraphicUsed by:392
Symbol 390 GraphicUsed by:392
Symbol 391 GraphicUsed by:392
Symbol 392 MovieClipUses:382 383 384 385 386 387 388 389 390 391Used by:402
Symbol 393 GraphicUsed by:401
Symbol 394 GraphicUsed by:401
Symbol 395 GraphicUsed by:401
Symbol 396 GraphicUsed by:401
Symbol 397 GraphicUsed by:401
Symbol 398 GraphicUsed by:401
Symbol 399 GraphicUsed by:401
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:393 197 394 395 396 397 398 399 400Used by:402
Symbol 402 MovieClipUses:378 380 381 392 401Used by:436
Symbol 403 GraphicUsed by:404
Symbol 404 MovieClipUses:403Used by:435
Symbol 405 GraphicUsed by:435
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:406Used by:435
Symbol 408 GraphicUsed by:435
Symbol 409 GraphicUsed by:418
Symbol 410 GraphicUsed by:418
Symbol 411 GraphicUsed by:418
Symbol 412 GraphicUsed by:418
Symbol 413 GraphicUsed by:418
Symbol 414 GraphicUsed by:418
Symbol 415 GraphicUsed by:418
Symbol 416 GraphicUsed by:418
Symbol 417 GraphicUsed by:418
Symbol 418 MovieClipUses:409 410 411 412 413 414 415 416 417Used by:435
Symbol 419 GraphicUsed by:429
Symbol 420 GraphicUsed by:429
Symbol 421 GraphicUsed by:429
Symbol 422 GraphicUsed by:429
Symbol 423 GraphicUsed by:429
Symbol 424 GraphicUsed by:429
Symbol 425 GraphicUsed by:429
Symbol 426 GraphicUsed by:429
Symbol 427 GraphicUsed by:429
Symbol 428 GraphicUsed by:429
Symbol 429 MovieClipUses:419 420 421 422 423 424 425 426 427 428Used by:435
Symbol 430 MovieClipUses:258Used by:435
Symbol 431 GraphicUsed by:432
Symbol 432 MovieClipUses:431Used by:435
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:433Used by:435
Symbol 435 MovieClipUses:404 405 407 408 418 429 430 432 434Used by:436
Symbol 436 MovieClipUses:402 435Used by:437
Symbol 437 MovieClipUses:436Used by:438
Symbol 438 MovieClipUses:437Used by:439
Symbol 439 MovieClipUses:377 438Used by:473
Symbol 440 GraphicUsed by:441
Symbol 441 MovieClipUses:440Used by:442
Symbol 442 MovieClipUses:441Used by:448
Symbol 443 GraphicUsed by:444
Symbol 444 MovieClipUses:443Used by:445
Symbol 445 MovieClipUses:444Used by:448
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClipUses:446Used by:448
Symbol 448 MovieClipUses:442 445 447Used by:449
Symbol 449 MovieClipUses:448Used by:450
Symbol 450 MovieClipUses:449Used by:451
Symbol 451 MovieClipUses:450Used by:473 1064 1408
Symbol 452 GraphicUsed by:453
Symbol 453 MovieClipUses:452Used by:471
Symbol 454 MovieClipUses:39Used by:471
Symbol 455 MovieClipUses:43Used by:471
Symbol 456 GraphicUsed by:457
Symbol 457 MovieClipUses:456Used by:471
Symbol 458 GraphicUsed by:471
Symbol 459 GraphicUsed by:471
Symbol 460 GraphicUsed by:461
Symbol 461 MovieClipUses:460Used by:471
Symbol 462 GraphicUsed by:471
Symbol 463 MovieClipUses:64Used by:471
Symbol 464 GraphicUsed by:471
Symbol 465 GraphicUsed by:466
Symbol 466 MovieClipUses:465Used by:471
Symbol 467 GraphicUsed by:471
Symbol 468 GraphicUsed by:469
Symbol 469 MovieClipUses:468Used by:471
Symbol 470 GraphicUsed by:471
Symbol 471 MovieClipUses:453 454 455 457 458 459 461 462 463 464 466 467 469 470Used by:472
Symbol 472 MovieClipUses:471Used by:473 584 588
Symbol 473 MovieClipUses:324 364 376 439 451 472Used by:1423
Symbol 474 GraphicUsed by:503
Symbol 475 GraphicUsed by:486 1363
Symbol 476 GraphicUsed by:486 1363
Symbol 477 GraphicUsed by:486
Symbol 478 GraphicUsed by:486
Symbol 479 GraphicUsed by:486
Symbol 480 GraphicUsed by:486
Symbol 481 GraphicUsed by:486
Symbol 482 GraphicUsed by:486
Symbol 483 GraphicUsed by:486
Symbol 484 GraphicUsed by:486 1363
Symbol 485 GraphicUsed by:486 1363
Symbol 486 MovieClipUses:475 476 477 478 479 480 481 482 483 484 485Used by:503 542 559
Symbol 487 GraphicUsed by:503
Symbol 488 GraphicUsed by:503
Symbol 489 GraphicUsed by:490
Symbol 490 MovieClipUses:489Used by:503 535 542 549 559
Symbol 491 GraphicUsed by:492
Symbol 492 MovieClipUses:491Used by:503 535 542 549 559
Symbol 493 GraphicUsed by:503
Symbol 494 GraphicUsed by:495
Symbol 495 MovieClipUses:494Used by:503 535 542 549 559
Symbol 496 GraphicUsed by:503 535
Symbol 497 GraphicUsed by:498 554
Symbol 498 MovieClipUses:497Used by:503 535 542 549
Symbol 499 GraphicUsed by:503 535 542 549
Symbol 500 GraphicUsed by:501
Symbol 501 MovieClipUses:500Used by:503 535 542 549
Symbol 502 GraphicUsed by:503 535 542 549
Symbol 503 MovieClipUses:474 486 487 488 490 492 493 495 496 498 499 501 502Used by:562
Symbol 504 GraphicUsed by:535
Symbol 505 GraphicUsed by:535
Symbol 506 GraphicUsed by:535
Symbol 507 GraphicUsed by:535
Symbol 508 GraphicUsed by:535
Symbol 509 GraphicUsed by:535
Symbol 510 GraphicUsed by:535
Symbol 511 GraphicUsed by:535
Symbol 512 GraphicUsed by:535
Symbol 513 GraphicUsed by:535
Symbol 514 GraphicUsed by:535
Symbol 515 GraphicUsed by:535
Symbol 516 GraphicUsed by:535
Symbol 517 GraphicUsed by:535
Symbol 518 GraphicUsed by:535 549
Symbol 519 GraphicUsed by:535
Symbol 520 GraphicUsed by:535
Symbol 521 GraphicUsed by:535 549
Symbol 522 GraphicUsed by:535
Symbol 523 GraphicUsed by:535
Symbol 524 GraphicUsed by:535
Symbol 525 GraphicUsed by:535 542 549
Symbol 526 GraphicUsed by:535
Symbol 527 GraphicUsed by:535
Symbol 528 GraphicUsed by:535
Symbol 529 GraphicUsed by:535
Symbol 530 GraphicUsed by:535
Symbol 531 GraphicUsed by:535
Symbol 532 GraphicUsed by:535
Symbol 533 GraphicUsed by:535
Symbol 534 GraphicUsed by:535 542
Symbol 535 MovieClipUses:504 490 505 492 495 506 498 499 501 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 502 528 529 530 496 531 532 533 534Used by:562
Symbol 536 GraphicUsed by:542 549
Symbol 537 GraphicUsed by:542
Symbol 538 GraphicUsed by:542
Symbol 539 GraphicUsed by:542
Symbol 540 GraphicUsed by:542
Symbol 541 GraphicUsed by:542
Symbol 542 MovieClipUses:536 490 537 486 538 492 539 495 525 498 499 501 534 540 541 502Used by:562
Symbol 543 GraphicUsed by:549
Symbol 544 GraphicUsed by:549
Symbol 545 GraphicUsed by:549
Symbol 546 GraphicUsed by:549
Symbol 547 GraphicUsed by:549
Symbol 548 GraphicUsed by:549
Symbol 549 MovieClipUses:536 490 543 492 495 544 498 499 501 502 545 546 518 525 547 548 521Used by:562
Symbol 550 GraphicUsed by:559
Symbol 551 GraphicUsed by:559
Symbol 552 GraphicUsed by:559
Symbol 553 GraphicUsed by:559
Symbol 554 MovieClipUses:497Used by:559
Symbol 555 GraphicUsed by:559
Symbol 556 GraphicUsed by:557
Symbol 557 MovieClipUses:556Used by:559
Symbol 558 GraphicUsed by:559
Symbol 559 MovieClipUses:550 490 551 486 552 492 495 553 554 555 557 558Used by:561
Symbol 560 GraphicUsed by:561
Symbol 561 MovieClipUses:559 560Used by:562
Symbol 562 MovieClipUses:503 535 542 549 561Used by:1423
Symbol 563 EditableTextUses:123Used by:1423
Symbol 564 TextUses:143Used by:1423
Symbol 565 FontUsed by:566 567
Symbol 566 TextUses:565Used by:568
Symbol 567 TextUses:565Used by:568
Symbol 568 ButtonUses:141 566 567 140 101Used by:1423
Symbol 569 GraphicUsed by:584 588 594 1068 1070 1079 1412 1414
Symbol 570 GraphicUsed by:575
Symbol 571 MovieClipUsed by:575
Symbol 572 GraphicUsed by:573
Symbol 573 MovieClipUses:572Used by:575
Symbol 574 GraphicUsed by:575
Symbol 575 MovieClipUses:570 571 573 574Used by:584 588 594 1068 1070 1079 1412 1414
Symbol 576 GraphicUsed by:577 580 591 1067 1072 1411 1426
Symbol 577 MovieClipUses:576Used by:580 591 594 1067 1072 1079 1411 1420 1426
Symbol 578 FontUsed by:579 590
Symbol 579 TextUses:578Used by:580 1067 1411
Symbol 580 ButtonUses:577 579 576Used by:584 588
Symbol 581 FontUsed by:582 583 586 587
Symbol 582 TextUses:581Used by:584 1068 1412
Symbol 583 TextUses:581Used by:584 1068 1412
Symbol 584 MovieClipUses:569 575 167 472 580 582 583Used by:585
Symbol 585 MovieClipUses:584Used by:1423
Symbol 586 TextUses:581Used by:588 1070 1414
Symbol 587 TextUses:581Used by:588 1070 1414
Symbol 588 MovieClipUses:569 575 167 472 580 586 587Used by:589
Symbol 589 MovieClipUses:588Used by:1423
Symbol 590 TextUses:578Used by:591 1072
Symbol 591 ButtonUses:577 590 576Used by:594
Symbol 592 FontUsed by:593
Symbol 593 TextUses:592Used by:594 1079 1423
Symbol 594 MovieClipUses:569 575 591 577 593 97Used by:595
Symbol 595 MovieClipUses:594Used by:1423
Symbol 596 TextUses:110Used by:597
Symbol 597 MovieClipUses:109 596Used by:1423
Symbol 598 GraphicUsed by:605
Symbol 599 GraphicUsed by:600
Symbol 600 MovieClipUses:599Used by:605
Symbol 601 GraphicUsed by:602
Symbol 602 MovieClipUses:601Used by:605
Symbol 603 GraphicUsed by:604
Symbol 604 MovieClipUses:603Used by:605
Symbol 605 MovieClipUses:598 600 602 604Used by:629
Symbol 606 GraphicUsed by:629
Symbol 607 GraphicUsed by:610 611
Symbol 608 GraphicUsed by:609
Symbol 609 MovieClipUses:608Used by:610 611
Symbol 610 MovieClipUses:607 609Used by:629
Symbol 611 MovieClipUses:607 609Used by:629
Symbol 612 GraphicUsed by:629
Symbol 613 GraphicUsed by:615
Symbol 614 GraphicUsed by:615
Symbol 615 MovieClipUses:613 614Used by:629
Symbol 616 GraphicUsed by:617 618 619 620
Symbol 617 MovieClipUses:616Used by:629
Symbol 618 MovieClipUses:616Used by:629
Symbol 619 MovieClipUses:616Used by:629
Symbol 620 MovieClipUses:616Used by:629
Symbol 621 GraphicUsed by:629
Symbol 622 GraphicUsed by:625
Symbol 623 GraphicUsed by:625
Symbol 624 GraphicUsed by:625
Symbol 625 MovieClipUses:622 623 624Used by:629
Symbol 626 GraphicUsed by:629
Symbol 627 GraphicUsed by:628
Symbol 628 MovieClipUses:627Used by:629
Symbol 629 MovieClipUses:605 606 610 611 612 615 617 618 619 620 621 625 626 628Used by:1423
Symbol 630 GraphicUsed by:1423
Symbol 631 GraphicUsed by:632
Symbol 632 MovieClipUses:631Used by:1423
Symbol 633 GraphicUsed by:634
Symbol 634 MovieClipUses:633Used by:1423
Symbol 635 GraphicUsed by:636
Symbol 636 MovieClipUses:635Used by:1423
Symbol 637 GraphicUsed by:1423
Symbol 638 GraphicUsed by:639
Symbol 639 MovieClipUses:638Used by:1423
Symbol 640 MovieClipUses:168Used by:641
Symbol 641 MovieClipUses:168 640Used by:1423
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:642Used by:1423
Symbol 644 GraphicUsed by:1423
Symbol 645 GraphicUsed by:646
Symbol 646 MovieClipUses:645Used by:1423
Symbol 647 GraphicUsed by:648
Symbol 648 MovieClipUses:647Used by:1423
Symbol 649 GraphicUsed by:650
Symbol 650 MovieClipUses:649Used by:995
Symbol 651 GraphicUsed by:815
Symbol 652 GraphicUsed by:653
Symbol 653 MovieClipUses:652Used by:658
Symbol 654 GraphicUsed by:655
Symbol 655 MovieClipUses:654Used by:658
Symbol 656 GraphicUsed by:658
Symbol 657 GraphicUsed by:658
Symbol 658 MovieClipUses:653 655 656 657Used by:659
Symbol 659 MovieClipUses:658Used by:814 886 931
Symbol 660 GraphicUsed by:661
Symbol 661 MovieClipUses:660Used by:814 886 931
Symbol 662 GraphicUsed by:814 886 931
Symbol 663 GraphicUsed by:664
Symbol 664 MovieClipUses:663Used by:814 886 931
Symbol 665 GraphicUsed by:666
Symbol 666 MovieClipUses:665Used by:814 886 931
Symbol 667 GraphicUsed by:814 886 931 976
Symbol 668 GraphicUsed by:683
Symbol 669 GraphicUsed by:679
Symbol 670 GraphicUsed by:679
Symbol 671 GraphicUsed by:679
Symbol 672 GraphicUsed by:679
Symbol 673 GraphicUsed by:679
Symbol 674 GraphicUsed by:679
Symbol 675 GraphicUsed by:679
Symbol 676 GraphicUsed by:679
Symbol 677 GraphicUsed by:679
Symbol 678 GraphicUsed by:679
Symbol 679 MovieClipUses:669 670 671 672 673 674 675 676 677 227 678Used by:683 814 886 931
Symbol 680 GraphicUsed by:681
Symbol 681 MovieClipUses:680Used by:683 814 886 931
Symbol 682 GraphicUsed by:683
Symbol 683 MovieClipUses:668 679 681 682Used by:814 886 931
Symbol 684 GraphicUsed by:814
Symbol 685 GraphicUsed by:687
Symbol 686 GraphicUsed by:687
Symbol 687 MovieClipUses:685 686Used by:814 886 931
Symbol 688 GraphicUsed by:689
Symbol 689 MovieClipUses:688Used by:814 886 931
Symbol 690 GraphicUsed by:814
Symbol 691 GraphicUsed by:814
Symbol 692 GraphicUsed by:693
Symbol 693 MovieClipUses:692Used by:814 886 931
Symbol 694 GraphicUsed by:695
Symbol 695 MovieClipUses:694Used by:814 886 931
Symbol 696 GraphicUsed by:814 886 931
Symbol 697 GraphicUsed by:814
Symbol 698 GraphicUsed by:814 886 931
Symbol 699 GraphicUsed by:814
Symbol 700 GraphicUsed by:814
Symbol 701 GraphicUsed by:814
Symbol 702 GraphicUsed by:814 886 931
Symbol 703 GraphicUsed by:704
Symbol 704 MovieClipUses:703Used by:814 886 931
Symbol 705 GraphicUsed by:814
Symbol 706 GraphicUsed by:814 886 931
Symbol 707 GraphicUsed by:814
Symbol 708 GraphicUsed by:814
Symbol 709 GraphicUsed by:814
Symbol 710 GraphicUsed by:814 886 931
Symbol 711 GraphicUsed by:814
Symbol 712 GraphicUsed by:814 886 931
Symbol 713 GraphicUsed by:814
Symbol 714 GraphicUsed by:814 886 931
Symbol 715 GraphicUsed by:814
Symbol 716 GraphicUsed by:814 931
Symbol 717 GraphicUsed by:814
Symbol 718 GraphicUsed by:814
Symbol 719 GraphicUsed by:814
Symbol 720 GraphicUsed by:814 886 931
Symbol 721 GraphicUsed by:814
Symbol 722 GraphicUsed by:814 886 931
Symbol 723 GraphicUsed by:814
Symbol 724 GraphicUsed by:814
Symbol 725 GraphicUsed by:814
Symbol 726 GraphicUsed by:814 886
Symbol 727 GraphicUsed by:814
Symbol 728 GraphicUsed by:814 886 931
Symbol 729 GraphicUsed by:814
Symbol 730 GraphicUsed by:814 886 931
Symbol 731 GraphicUsed by:814
Symbol 732 GraphicUsed by:814
Symbol 733 GraphicUsed by:814
Symbol 734 GraphicUsed by:814
Symbol 735 GraphicUsed by:814
Symbol 736 GraphicUsed by:814
Symbol 737 GraphicUsed by:814
Symbol 738 GraphicUsed by:814
Symbol 739 GraphicUsed by:814
Symbol 740 GraphicUsed by:814
Symbol 741 GraphicUsed by:814
Symbol 742 GraphicUsed by:814
Symbol 743 GraphicUsed by:814
Symbol 744 GraphicUsed by:814 886 931
Symbol 745 GraphicUsed by:814
Symbol 746 GraphicUsed by:814
Symbol 747 GraphicUsed by:814
Symbol 748 GraphicUsed by:814
Symbol 749 GraphicUsed by:814
Symbol 750 GraphicUsed by:814
Symbol 751 GraphicUsed by:814
Symbol 752 GraphicUsed by:814
Symbol 753 GraphicUsed by:814
Symbol 754 GraphicUsed by:814
Symbol 755 GraphicUsed by:814
Symbol 756 GraphicUsed by:814
Symbol 757 GraphicUsed by:814
Symbol 758 GraphicUsed by:814
Symbol 759 GraphicUsed by:814
Symbol 760 GraphicUsed by:814
Symbol 761 GraphicUsed by:814
Symbol 762 GraphicUsed by:814
Symbol 763 GraphicUsed by:814
Symbol 764 GraphicUsed by:814
Symbol 765 GraphicUsed by:814
Symbol 766 GraphicUsed by:814
Symbol 767 GraphicUsed by:814
Symbol 768 GraphicUsed by:814
Symbol 769 GraphicUsed by:814
Symbol 770 GraphicUsed by:814
Symbol 771 GraphicUsed by:814
Symbol 772 GraphicUsed by:814
Symbol 773 GraphicUsed by:814
Symbol 774 GraphicUsed by:814
Symbol 775 GraphicUsed by:814
Symbol 776 GraphicUsed by:814
Symbol 777 GraphicUsed by:814
Symbol 778 GraphicUsed by:814
Symbol 779 GraphicUsed by:814
Symbol 780 GraphicUsed by:814
Symbol 781 GraphicUsed by:814
Symbol 782 GraphicUsed by:814
Symbol 783 GraphicUsed by:814
Symbol 784 GraphicUsed by:814
Symbol 785 GraphicUsed by:814
Symbol 786 GraphicUsed by:814
Symbol 787 GraphicUsed by:814
Symbol 788 GraphicUsed by:814
Symbol 789 GraphicUsed by:814
Symbol 790 GraphicUsed by:814
Symbol 791 GraphicUsed by:814
Symbol 792 GraphicUsed by:814
Symbol 793 GraphicUsed by:814
Symbol 794 GraphicUsed by:814
Symbol 795 GraphicUsed by:814
Symbol 796 GraphicUsed by:814
Symbol 797 GraphicUsed by:814
Symbol 798 GraphicUsed by:814
Symbol 799 GraphicUsed by:814
Symbol 800 GraphicUsed by:814
Symbol 801 GraphicUsed by:814
Symbol 802 GraphicUsed by:814
Symbol 803 GraphicUsed by:814
Symbol 804 GraphicUsed by:814
Symbol 805 GraphicUsed by:814
Symbol 806 GraphicUsed by:814
Symbol 807 GraphicUsed by:814
Symbol 808 GraphicUsed by:814
Symbol 809 GraphicUsed by:814
Symbol 810 GraphicUsed by:814
Symbol 811 GraphicUsed by:814
Symbol 812 GraphicUsed by:814
Symbol 813 GraphicUsed by:814
Symbol 814 MovieClipUses:659 661 662 664 666 667 683 684 687 689 690 679 691 693 695 696 697 698 699 700 701 702 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 681 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813Used by:815
Symbol 815 MovieClipUses:651 814Used by:995
Symbol 816 GraphicUsed by:886
Symbol 817 GraphicUsed by:886
Symbol 818 GraphicUsed by:886
Symbol 819 GraphicUsed by:886
Symbol 820 GraphicUsed by:886
Symbol 821 GraphicUsed by:886
Symbol 822 GraphicUsed by:886
Symbol 823 GraphicUsed by:886
Symbol 824 GraphicUsed by:886
Symbol 825 GraphicUsed by:886
Symbol 826 GraphicUsed by:886
Symbol 827 GraphicUsed by:886
Symbol 828 GraphicUsed by:886
Symbol 829 GraphicUsed by:886
Symbol 830 GraphicUsed by:886
Symbol 831 GraphicUsed by:886
Symbol 832 GraphicUsed by:886
Symbol 833 GraphicUsed by:886
Symbol 834 GraphicUsed by:886
Symbol 835 GraphicUsed by:886
Symbol 836 GraphicUsed by:886
Symbol 837 GraphicUsed by:886
Symbol 838 GraphicUsed by:886
Symbol 839 GraphicUsed by:886
Symbol 840 GraphicUsed by:886
Symbol 841 GraphicUsed by:886
Symbol 842 GraphicUsed by:886
Symbol 843 GraphicUsed by:886
Symbol 844 GraphicUsed by:886
Symbol 845 GraphicUsed by:886
Symbol 846 GraphicUsed by:886
Symbol 847 GraphicUsed by:886
Symbol 848 GraphicUsed by:886
Symbol 849 GraphicUsed by:886
Symbol 850 GraphicUsed by:886
Symbol 851 GraphicUsed by:886
Symbol 852 GraphicUsed by:886
Symbol 853 GraphicUsed by:886
Symbol 854 GraphicUsed by:886
Symbol 855 GraphicUsed by:886
Symbol 856 GraphicUsed by:886
Symbol 857 GraphicUsed by:886
Symbol 858 GraphicUsed by:886
Symbol 859 GraphicUsed by:886
Symbol 860 GraphicUsed by:886
Symbol 861 GraphicUsed by:886
Symbol 862 GraphicUsed by:886
Symbol 863 GraphicUsed by:886
Symbol 864 GraphicUsed by:886
Symbol 865 GraphicUsed by:886
Symbol 866 GraphicUsed by:886
Symbol 867 GraphicUsed by:886
Symbol 868 GraphicUsed by:886
Symbol 869 GraphicUsed by:886
Symbol 870 GraphicUsed by:886
Symbol 871 GraphicUsed by:886
Symbol 872 GraphicUsed by:886
Symbol 873 GraphicUsed by:886
Symbol 874 GraphicUsed by:886
Symbol 875 GraphicUsed by:886
Symbol 876 GraphicUsed by:886
Symbol 877 GraphicUsed by:886
Symbol 878 GraphicUsed by:886
Symbol 879 GraphicUsed by:886
Symbol 880 GraphicUsed by:886
Symbol 881 GraphicUsed by:886
Symbol 882 GraphicUsed by:886
Symbol 883 GraphicUsed by:886
Symbol 884 GraphicUsed by:886
Symbol 885 GraphicUsed by:886
Symbol 886 MovieClipUses:659 661 714 664 666 816 679 817 681 818 819 693 695 820 821 822 823 720 824 722 825 826 827 726 828 728 829 730 830 662 831 696 832 698 833 834 835 702 704 836 706 837 838 839 840 841 842 710 744 843 844 845 712 846 667 683 847 687 689 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 885Used by:887
Symbol 887 MovieClipUses:886Used by:995
Symbol 888 GraphicUsed by:931
Symbol 889 GraphicUsed by:931
Symbol 890 GraphicUsed by:931
Symbol 891 GraphicUsed by:931
Symbol 892 GraphicUsed by:931
Symbol 893 GraphicUsed by:931
Symbol 894 GraphicUsed by:931
Symbol 895 GraphicUsed by:931
Symbol 896 GraphicUsed by:931
Symbol 897 GraphicUsed by:931
Symbol 898 GraphicUsed by:931
Symbol 899 GraphicUsed by:931
Symbol 900 GraphicUsed by:931
Symbol 901 GraphicUsed by:931
Symbol 902 GraphicUsed by:931
Symbol 903 GraphicUsed by:931
Symbol 904 GraphicUsed by:931
Symbol 905 GraphicUsed by:931
Symbol 906 GraphicUsed by:931
Symbol 907 GraphicUsed by:931
Symbol 908 GraphicUsed by:931
Symbol 909 GraphicUsed by:931
Symbol 910 GraphicUsed by:931
Symbol 911 GraphicUsed by:931
Symbol 912 GraphicUsed by:931
Symbol 913 GraphicUsed by:931
Symbol 914 GraphicUsed by:931
Symbol 915 GraphicUsed by:931
Symbol 916 GraphicUsed by:931
Symbol 917 GraphicUsed by:931
Symbol 918 GraphicUsed by:931
Symbol 919 GraphicUsed by:931
Symbol 920 GraphicUsed by:931
Symbol 921 GraphicUsed by:931
Symbol 922 GraphicUsed by:931
Symbol 923 GraphicUsed by:931
Symbol 924 GraphicUsed by:931
Symbol 925 GraphicUsed by:931
Symbol 926 GraphicUsed by:931
Symbol 927 GraphicUsed by:931
Symbol 928 GraphicUsed by:931
Symbol 929 GraphicUsed by:931
Symbol 930 GraphicUsed by:931
Symbol 931 MovieClipUses:659 661 710 664 666 744 679 888 681 889 687 689 890 891 693 695 712 892 667 683 893 894 714 895 896 897 898 899 720 900 722 901 902 903 904 905 728 906 730 907 662 908 696 909 698 910 911 912 702 704 913 706 914 915 916 917 918 919 716 920 921 922 923 924 925 926 927 928 929 930Used by:932
Symbol 932 MovieClipUses:931Used by:995
Symbol 933 GraphicUsed by:943 944 945
Symbol 934 GraphicUsed by:941
Symbol 935 GraphicUsed by:941
Symbol 936 GraphicUsed by:941
Symbol 937 GraphicUsed by:941
Symbol 938 GraphicUsed by:941
Symbol 939 GraphicUsed by:941
Symbol 940 GraphicUsed by:941
Symbol 941 MovieClipUses:934 935 936 937 938 939 940Used by:943 944 945
Symbol 942 GraphicUsed by:943 944 945
Symbol 943 MovieClipUses:933 941 942Used by:995
Symbol 944 MovieClipUses:933 941 942Used by:995
Symbol 945 MovieClipUses:933 941 942Used by:995
Symbol 946 GraphicUsed by:947
Symbol 947 MovieClipUses:946Used by:952
Symbol 948 GraphicUsed by:949
Symbol 949 MovieClipUses:948Used by:952
Symbol 950 GraphicUsed by:952
Symbol 951 GraphicUsed by:952
Symbol 952 MovieClipUses:947 949 950 951Used by:953
Symbol 953 MovieClipUses:952Used by:980
Symbol 954 GraphicUsed by:980
Symbol 955 GraphicUsed by:956
Symbol 956 MovieClipUses:955Used by:980
Symbol 957 GraphicUsed by:958
Symbol 958 MovieClipUses:957Used by:980
Symbol 959 GraphicUsed by:975
Symbol 960 GraphicUsed by:970
Symbol 961 GraphicUsed by:970
Symbol 962 GraphicUsed by:970
Symbol 963 GraphicUsed by:970
Symbol 964 GraphicUsed by:970
Symbol 965 GraphicUsed by:970
Symbol 966 GraphicUsed by:970
Symbol 967 GraphicUsed by:970
Symbol 968 GraphicUsed by:970
Symbol 969 GraphicUsed by:970
Symbol 970 MovieClipUses:960 961 962 963 964 965 966 967 968 227 969Used by:975
Symbol 971 GraphicUsed by:975
Symbol 972 GraphicUsed by:973
Symbol 973 MovieClipUses:972Used by:975
Symbol 974 GraphicUsed by:975
Symbol 975 MovieClipUses:959 970 971 973 974Used by:976
Symbol 976 MovieClipUses:667 975Used by:980
Symbol 977 GraphicUsed by:980
Symbol 978 GraphicUsed by:979
Symbol 979 MovieClipUses:978Used by:980
Symbol 980 MovieClipUses:953 954 956 958 976 977 979Used by:981
Symbol 981 MovieClipUses:980Used by:995
Symbol 982 GraphicUsed by:983
Symbol 983 MovieClipUses:982Used by:995
Symbol 984 GraphicUsed by:993
Symbol 985 GraphicUsed by:991
Symbol 986 GraphicUsed by:991
Symbol 987 GraphicUsed by:991
Symbol 988 GraphicUsed by:991
Symbol 989 GraphicUsed by:991
Symbol 990 GraphicUsed by:991
Symbol 991 MovieClipUses:985 986 987 988 989 990Used by:993
Symbol 992 GraphicUsed by:993
Symbol 993 MovieClipUses:984 991 992Used by:994
Symbol 994 MovieClipUses:993Used by:995
Symbol 995 MovieClipUses:650 815 887 932 943 944 945 981 983 994Used by:1423
Symbol 996 GraphicUsed by:1018
Symbol 997 GraphicUsed by:1005 1049
Symbol 998 GraphicUsed by:1005
Symbol 999 GraphicUsed by:1005
Symbol 1000 GraphicUsed by:1005
Symbol 1001 GraphicUsed by:1005
Symbol 1002 GraphicUsed by:1005
Symbol 1003 GraphicUsed by:1005
Symbol 1004 GraphicUsed by:1005
Symbol 1005 MovieClipUses:997 998 999 1000 1001 1002 1003 1004Used by:1018
Symbol 1006 GraphicUsed by:1018
Symbol 1007 GraphicUsed by:1016 1060
Symbol 1008 GraphicUsed by:1016 1060
Symbol 1009 GraphicUsed by:1016
Symbol 1010 GraphicUsed by:1016
Symbol 1011 GraphicUsed by:1016
Symbol 1012 GraphicUsed by:1016
Symbol 1013 GraphicUsed by:1016
Symbol 1014 GraphicUsed by:1016
Symbol 1015 GraphicUsed by:1016 1060
Symbol 1016 MovieClipUses:1007 1008 1009 1010 1011 1012 1013 1014 1015Used by:1018
Symbol 1017 GraphicUsed by:1018
Symbol 1018 MovieClipUses:996 1005 1006 1016 1017Used by:1020
Symbol 1019 GraphicUsed by:1020
Symbol 1020 MovieClipUses:1018 1019Used by:1021 1064
Symbol 1021 MovieClipUses:1020Used by:1039 1040
Symbol 1022 GraphicUsed by:1038
Symbol 1023 GraphicUsed by:1024
Symbol 1024 MovieClipUses:1023Used by:1038 1079
Symbol 1025 GraphicUsed by:1038
Symbol 1026 GraphicUsed by:1027
Symbol 1027 MovieClipUses:1026Used by:1038 1079
Symbol 1028 GraphicUsed by:1038
Symbol 1029 GraphicUsed by:1030
Symbol 1030 MovieClipUses:1029Used by:1038 1079
Symbol 1031 GraphicUsed by:1038
Symbol 1032 GraphicUsed by:1033
Symbol 1033 MovieClipUses:1032Used by:1038 1079
Symbol 1034 GraphicUsed by:1038
Symbol 1035 GraphicUsed by:1036
Symbol 1036 MovieClipUses:1035Used by:1038 1079
Symbol 1037 GraphicUsed by:1038
Symbol 1038 MovieClipUses:1022 1024 1025 1027 1028 1030 1031 1033 1034 1036 1037Used by:1039 1040
Symbol 1039 MovieClipUses:1021 1038Used by:1064
Symbol 1040 MovieClipUses:1038 1021Used by:1064
Symbol 1041 GraphicUsed by:1062
Symbol 1042 GraphicUsed by:1049
Symbol 1043 GraphicUsed by:1049
Symbol 1044 GraphicUsed by:1049
Symbol 1045 GraphicUsed by:1049
Symbol 1046 GraphicUsed by:1049
Symbol 1047 GraphicUsed by:1049
Symbol 1048 GraphicUsed by:1049
Symbol 1049 MovieClipUses:997 1042 1043 1044 1045 1046 1047 1048Used by:1062
Symbol 1050 GraphicUsed by:1062
Symbol 1051 GraphicUsed by:1052
Symbol 1052 MovieClipUses:1051Used by:1062
Symbol 1053 GraphicUsed by:1062
Symbol 1054 GraphicUsed by:1060
Symbol 1055 GraphicUsed by:1060
Symbol 1056 GraphicUsed by:1060
Symbol 1057 GraphicUsed by:1060
Symbol 1058 GraphicUsed by:1060
Symbol 1059 GraphicUsed by:1060
Symbol 1060 MovieClipUses:1007 1008 1054 1055 1056 1057 1058 1059 1015Used by:1062
Symbol 1061 GraphicUsed by:1062
Symbol 1062 MovieClipUses:1041 1049 1050 1052 1053 1060 1061Used by:1063 1068 1070
Symbol 1063 MovieClipUses:1062Used by:1064
Symbol 1064 MovieClipUses:1020 1039 376 1040 451 1063Used by:1423
Symbol 1065 EditableTextUses:123Used by:1423
Symbol 1066 EditableTextUses:123Used by:1423
Symbol 1067 ButtonUses:577 579 576Used by:1068 1070
Symbol 1068 MovieClipUses:569 575 1067 582 583 1062Used by:1069
Symbol 1069 MovieClipUses:1068Used by:1423
Symbol 1070 MovieClipUses:569 575 1067 586 587 1062Used by:1071
Symbol 1071 MovieClipUses:1070Used by:1423
Symbol 1072 ButtonUses:577 590 576Used by:1079
Symbol 1073 GraphicUsed by:1079
Symbol 1074 GraphicUsed by:1079
Symbol 1075 GraphicUsed by:1079
Symbol 1076 GraphicUsed by:1079
Symbol 1077 GraphicUsed by:1079
Symbol 1078 GraphicUsed by:1079
Symbol 1079 MovieClipUses:569 575 1072 577 593 1073 1024 1074 1027 1075 1030 1076 1033 1077 1036 1078Used by:1080
Symbol 1080 MovieClipUses:1079Used by:1423
Symbol 1081 GraphicUsed by:1423
Symbol 1082 GraphicUsed by:1083
Symbol 1083 MovieClipUses:1082Used by:1084
Symbol 1084 MovieClipUses:1083Used by:1423
Symbol 1085 GraphicUsed by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1086 GraphicUsed by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1087 GraphicUsed by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1088 GraphicUsed by:1126 1128 1163 1210 1230 1232 1245 1285 1300
Symbol 1089 GraphicUsed by:1090
Symbol 1090 MovieClipUses:1089Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1091 FontUsed by:1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1107
Symbol 1092 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1093 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1094 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1095 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1096 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1097 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1098 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1099 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1100 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1101 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1102 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1103 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1104 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1105 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1106 GraphicUsed by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1107 TextUses:1091Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351
Symbol 1108 GraphicUsed by:1126
Symbol 1109 GraphicUsed by:1119
Symbol 1110 GraphicUsed by:1119
Symbol 1111 GraphicUsed by:1119
Symbol 1112 GraphicUsed by:1119
Symbol 1113 GraphicUsed by:1119
Symbol 1114 GraphicUsed by:1119
Symbol 1115 GraphicUsed by:1119
Symbol 1116 GraphicUsed by:1119
Symbol 1117 GraphicUsed by:1119
Symbol 1118 GraphicUsed by:1119
Symbol 1119 MovieClipUses:1109 1110 1111 1112 1113 1114 1115 1116 1117 227 1118Used by:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1326 1351
Symbol 1120 GraphicUsed by:1126
Symbol 1121 GraphicUsed by:1126
Symbol 1122 GraphicUsed by:1126
Symbol 1123 GraphicUsed by:1126
Symbol 1124 GraphicUsed by:1126
Symbol 1125 GraphicUsed by:1126
Symbol 1126 MovieClipUses:1085 1086 1087 1088 1090 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1119 1120 1121 1122 1123 1124 1125Used by:1352
Symbol 1127 GraphicUsed by:1128
Symbol 1128 MovieClipUses:1085 1086 1087 1088 1090 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1127 1119Used by:1352
Symbol 1129 GraphicUsed by:1163
Symbol 1130 GraphicUsed by:1163
Symbol 1131 GraphicUsed by:1163
Symbol 1132 GraphicUsed by:1163
Symbol 1133 GraphicUsed by:1163
Symbol 1134 GraphicUsed by:1163
Symbol 1135 GraphicUsed by:1163
Symbol 1136 GraphicUsed by:1163
Symbol 1137 GraphicUsed by:1138
Symbol 1138 MovieClipUses:1137Used by:1163 1178 1210 1217 1230 1245 1251 1262 1276 1285 1326 1351
Symbol 1139 GraphicUsed by:1163
Symbol 1140 GraphicUsed by:1163
Symbol 1141 GraphicUsed by:1163 1178 1210 1217 1230 1245 1251 1262 1276 1285 1326 1351
Symbol 1142 GraphicUsed by:1143
Symbol 1143 MovieClipUses:1142Used by:1163 1178 1210 1262 1276 1285 1326
Symbol 1144 GraphicUsed by:1163
Symbol 1145 GraphicUsed by:1153 1162 1309 1318
Symbol 1146 GraphicUsed by:1153
Symbol 1147 GraphicUsed by:1153
Symbol 1148 GraphicUsed by:1153
Symbol 1149 GraphicUsed by:1153
Symbol 1150 GraphicUsed by:1153
Symbol 1151 GraphicUsed by:1153
Symbol 1152 GraphicUsed by:1153
Symbol 1153 MovieClipUses:1145 1146 1147 1148 1149 1150 1151 1152Used by:1163 1178 1210 1262 1276 1285
Symbol 1154 GraphicUsed by:1163
Symbol 1155 GraphicUsed by:1162
Symbol 1156 GraphicUsed by:1162
Symbol 1157 GraphicUsed by:1162
Symbol 1158 GraphicUsed by:1162
Symbol 1159 GraphicUsed by:1162
Symbol 1160 GraphicUsed by:1162
Symbol 1161 GraphicUsed by:1162
Symbol 1162 MovieClipUses:1145 1155 1156 1157 1158 1159 1160 1161Used by:1163 1178 1210 1262 1276 1285
Symbol 1163 MovieClipUses:1085 1086 1087 1088 1090 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1129 1119 1130 1131 1132 1133 1134 1135 1136 1138 1139 1140 1141 1143 1144 1153 1154 1162Used by:1352
Symbol 1164 GraphicUsed by:1178
Symbol 1165 GraphicUsed by:1178
Symbol 1166 GraphicUsed by:1178 1210 1262 1276 1326
Symbol 1167 GraphicUsed by:1178 1210 1326
Symbol 1168 GraphicUsed by:1178
Symbol 1169 GraphicUsed by:1178
Symbol 1170 GraphicUsed by:1178
Symbol 1171 GraphicUsed by:1178
Symbol 1172 GraphicUsed by:1178
Symbol 1173 GraphicUsed by:1178
Symbol 1174 GraphicUsed by:1178
Symbol 1175 GraphicUsed by:1178
Symbol 1176 GraphicUsed by:1178
Symbol 1177 GraphicUsed by:1178
Symbol 1178 MovieClipUses:1141 1143 1164 1153 1165 1162 1085 1086 1087 1166 1090 1092 1093 1094 1095 1167 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1168 1119 1169 1170 1171 1172 1173 1174 1175 1176 1177Used by:1352
Symbol 1179 GraphicUsed by:1210
Symbol 1180 GraphicUsed by:1210
Symbol 1181 GraphicUsed by:1210
Symbol 1182 GraphicUsed by:1210
Symbol 1183 GraphicUsed by:1210
Symbol 1184 GraphicUsed by:1210
Symbol 1185 GraphicUsed by:1186
Symbol 1186 MovieClipUses:1185Used by:1210 1217 1230 1245 1251 1262 1351
Symbol 1187 GraphicUsed by:1188
Symbol 1188 MovieClipUses:1187Used by:1210 1217 1230 1245 1251 1262 1351
Symbol 1189 GraphicUsed by:1210
Symbol 1190 GraphicUsed by:1198 1207 1335 1344
Symbol 1191 GraphicUsed by:1198
Symbol 1192 GraphicUsed by:1198
Symbol 1193 GraphicUsed by:1198
Symbol 1194 GraphicUsed by:1198
Symbol 1195 GraphicUsed by:1198
Symbol 1196 GraphicUsed by:1198
Symbol 1197 GraphicUsed by:1198
Symbol 1198 MovieClipUses:1190 1191 1192 1193 1194 1195 1196 1197Used by:1210 1217 1230 1245 1251 1262
Symbol 1199 GraphicUsed by:1210
Symbol 1200 GraphicUsed by:1207
Symbol 1201 GraphicUsed by:1207
Symbol 1202 GraphicUsed by:1207
Symbol 1203 GraphicUsed by:1207
Symbol 1204 GraphicUsed by:1207
Symbol 1205 GraphicUsed by:1207
Symbol 1206 GraphicUsed by:1207
Symbol 1207 MovieClipUses:1190 1200 1201 1202 1203 1204 1205 1206Used by:1210 1217 1230 1245 1251 1262
Symbol 1208 GraphicUsed by:1210
Symbol 1209 GraphicUsed by:1210 1217 1230 1245 1251 1262 1351
Symbol 1210 MovieClipUses:1141 1143 1179 1153 1180 1162 1085 1086 1087 1166 1090 1092 1093 1094 1095 1167 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1181 1119 1182 1088 1183 1184 1186 1188 1189 1198 1199 1207 1208 1209Used by:1352
Symbol 1211 GraphicUsed by:1217
Symbol 1212 GraphicUsed by:1217
Symbol 1213 GraphicUsed by:1217
Symbol 1214 GraphicUsed by:1217 1230 1245 1251 1262 1351
Symbol 1215 GraphicUsed by:1217
Symbol 1216 GraphicUsed by:1217
Symbol 1217 MovieClipUses:1141 1186 1188 1211 1198 1212 1207 1213 1085 1086 1087 1214 1090 1092 1093 1094 1095 1096 1097 1098 1209 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1215 1119 1216Used by:1352
Symbol 1218 GraphicUsed by:1230
Symbol 1219 GraphicUsed by:1230
Symbol 1220 GraphicUsed by:1230
Symbol 1221 GraphicUsed by:1230
Symbol 1222 GraphicUsed by:1230
Symbol 1223 GraphicUsed by:1230
Symbol 1224 GraphicUsed by:1230
Symbol 1225 GraphicUsed by:1230
Symbol 1226 GraphicUsed by:1230
Symbol 1227 GraphicUsed by:1230
Symbol 1228 GraphicUsed by:1230
Symbol 1229 GraphicUsed by:1230
Symbol 1230 MovieClipUses:1141 1186 1188 1218 1198 1219 1207 1220 1085 1086 1087 1214 1090 1092 1093 1094 1095 1096 1097 1098 1209 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1221 1119 1222 1088 1223 1224 1225 1226 1227 1228 1229Used by:1352
Symbol 1231 GraphicUsed by:1232
Symbol 1232 MovieClipUses:1085 1086 1087 1088 1090 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1231 1119Used by:1352
Symbol 1233 GraphicUsed by:1245
Symbol 1234 GraphicUsed by:1245
Symbol 1235 GraphicUsed by:1245
Symbol 1236 GraphicUsed by:1245
Symbol 1237 GraphicUsed by:1245
Symbol 1238 GraphicUsed by:1245
Symbol 1239 GraphicUsed by:1245
Symbol 1240 GraphicUsed by:1245
Symbol 1241 GraphicUsed by:1245
Symbol 1242 GraphicUsed by:1245
Symbol 1243 GraphicUsed by:1245
Symbol 1244 GraphicUsed by:1245
Symbol 1245 MovieClipUses:1085 1086 1087 1088 1090 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1233 1119 1234 1235 1236 1237 1238 1239 1214 1209 1240 1241 1141 1186 1188 1242 1198 1243 1207 1244 1138Used by:1352
Symbol 1246 GraphicUsed by:1251
Symbol 1247 GraphicUsed by:1251
Symbol 1248 GraphicUsed by:1251
Symbol 1249 GraphicUsed by:1251
Symbol 1250 GraphicUsed by:1251
Symbol 1251 MovieClipUses:1141 1186 1188 1246 1198 1247 1207 1248 1085 1086 1087 1214 1090 1092 1093 1094 1095 1096 1097 1098 1209 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1249 1119 1250Used by:1352
Symbol 1252 GraphicUsed by:1262
Symbol 1253 GraphicUsed by:1262
Symbol 1254 GraphicUsed by:1262
Symbol 1255 GraphicUsed by:1262
Symbol 1256 GraphicUsed by:1262
Symbol 1257 GraphicUsed by:1262 1276
Symbol 1258 GraphicUsed by:1262
Symbol 1259 GraphicUsed by:1262
Symbol 1260 GraphicUsed by:1262
Symbol 1261 GraphicUsed by:1262
Symbol 1262 MovieClipUses:1141 1186 1188 1252 1198 1253 1207 1254 1085 1086 1087 1214 1090 1092 1093 1094 1095 1096 1097 1098 1209 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1255 1119 1256 1166 1257 1258 1259 1143 1260 1153 1261 1162Used by:1352
Symbol 1263 GraphicUsed by:1276
Symbol 1264 GraphicUsed by:1276
Symbol 1265 GraphicUsed by:1276
Symbol 1266 GraphicUsed by:1276
Symbol 1267 GraphicUsed by:1276
Symbol 1268 GraphicUsed by:1276
Symbol 1269 GraphicUsed by:1276
Symbol 1270 GraphicUsed by:1276
Symbol 1271 GraphicUsed by:1276
Symbol 1272 GraphicUsed by:1276
Symbol 1273 GraphicUsed by:1276
Symbol 1274 GraphicUsed by:1276
Symbol 1275 GraphicUsed by:1276
Symbol 1276 MovieClipUses:1141 1143 1263 1153 1264 1162 1085 1086 1087 1166 1090 1092 1093 1094 1095 1257 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1265 1119 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275Used by:1352
Symbol 1277 GraphicUsed by:1285
Symbol 1278 GraphicUsed by:1285
Symbol 1279 GraphicUsed by:1285
Symbol 1280 GraphicUsed by:1285
Symbol 1281 GraphicUsed by:1285
Symbol 1282 GraphicUsed by:1285
Symbol 1283 GraphicUsed by:1285
Symbol 1284 GraphicUsed by:1285
Symbol 1285 MovieClipUses:1141 1143 1277 1153 1278 1162 1085 1086 1087 1088 1090 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1279 1119 1280 1281 1282 1283 1284Used by:1352
Symbol 1286 GraphicUsed by:1299
Symbol 1287 GraphicUsed by:1297
Symbol 1288 GraphicUsed by:1297
Symbol 1289 GraphicUsed by:1297
Symbol 1290 GraphicUsed by:1297
Symbol 1291 GraphicUsed by:1297
Symbol 1292 GraphicUsed by:1297
Symbol 1293 GraphicUsed by:1297
Symbol 1294 GraphicUsed by:1297
Symbol 1295 GraphicUsed by:1297
Symbol 1296 GraphicUsed by:1297
Symbol 1297 MovieClipUses:1287 1288 1289 1290 1291 1292 1293 1294 1295 227 1296Used by:1299
Symbol 1298 GraphicUsed by:1299
Symbol 1299 MovieClipUses:1286 1297 1298Used by:1300
Symbol 1300 MovieClipUses:1085 1086 1087 1088 1090 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1299Used by:1352
Symbol 1301 GraphicUsed by:1319
Symbol 1302 GraphicUsed by:1309
Symbol 1303 GraphicUsed by:1309
Symbol 1304 GraphicUsed by:1309
Symbol 1305 GraphicUsed by:1309
Symbol 1306 GraphicUsed by:1309
Symbol 1307 GraphicUsed by:1309
Symbol 1308 GraphicUsed by:1309
Symbol 1309 MovieClipUses:1145 1302 1303 1304 1305 1306 1307 1308Used by:1319
Symbol 1310 GraphicUsed by:1319
Symbol 1311 GraphicUsed by:1318
Symbol 1312 GraphicUsed by:1318
Symbol 1313 GraphicUsed by:1318
Symbol 1314 GraphicUsed by:1318
Symbol 1315 GraphicUsed by:1318
Symbol 1316 GraphicUsed by:1318
Symbol 1317 GraphicUsed by:1318
Symbol 1318 MovieClipUses:1145 1311 1312 1313 1314 1315 1316 1317Used by:1319
Symbol 1319 MovieClipUses:1301 1309 1310 1318Used by:1326
Symbol 1320 GraphicUsed by:1326
Symbol 1321 GraphicUsed by:1326
Symbol 1322 GraphicUsed by:1326
Symbol 1323 GraphicUsed by:1326
Symbol 1324 GraphicUsed by:1326
Symbol 1325 GraphicUsed by:1326
Symbol 1326 MovieClipUses:1141 1143 1319 1085 1086 1087 1166 1090 1092 1093 1094 1095 1167 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1320 1119 1321 1322 1323 1324 1325Used by:1352
Symbol 1327 GraphicUsed by:1346
Symbol 1328 GraphicUsed by:1335
Symbol 1329 GraphicUsed by:1335
Symbol 1330 GraphicUsed by:1335
Symbol 1331 GraphicUsed by:1335
Symbol 1332 GraphicUsed by:1335
Symbol 1333 GraphicUsed by:1335
Symbol 1334 GraphicUsed by:1335
Symbol 1335 MovieClipUses:1190 1328 1329 1330 1331 1332 1333 1334Used by:1346
Symbol 1336 GraphicUsed by:1346
Symbol 1337 GraphicUsed by:1344
Symbol 1338 GraphicUsed by:1344
Symbol 1339 GraphicUsed by:1344
Symbol 1340 GraphicUsed by:1344
Symbol 1341 GraphicUsed by:1344
Symbol 1342 GraphicUsed by:1344
Symbol 1343 GraphicUsed by:1344
Symbol 1344 MovieClipUses:1190 1337 1338 1339 1340 1341 1342 1343Used by:1346
Symbol 1345 GraphicUsed by:1346
Symbol 1346 MovieClipUses:1327 1335 1336 1344 1345Used by:1351
Symbol 1347 GraphicUsed by:1351
Symbol 1348 GraphicUsed by:1351
Symbol 1349 GraphicUsed by:1351
Symbol 1350 GraphicUsed by:1351
Symbol 1351 MovieClipUses:1141 1186 1188 1346 1085 1086 1087 1214 1090 1092 1093 1094 1095 1096 1097 1098 1209 1099 1100 1101 1102 1103 1104 1105 1106 1107 1138 1347 1119 1348 1349 1350Used by:1352
Symbol 1352 MovieClipUses:1126 1128 1163 1178 1210 1217 1230 1232 1245 1251 1262 1276 1285 1300 1326 1351Used by:1423
Symbol 1353 GraphicUsed by:1354
Symbol 1354 MovieClipUses:1353Used by:1385 1398 1406
Symbol 1355 GraphicUsed by:1385
Symbol 1356 GraphicUsed by:1363
Symbol 1357 GraphicUsed by:1363
Symbol 1358 GraphicUsed by:1363
Symbol 1359 GraphicUsed by:1363
Symbol 1360 GraphicUsed by:1363
Symbol 1361 GraphicUsed by:1363
Symbol 1362 GraphicUsed by:1363
Symbol 1363 MovieClipUses:475 476 1356 1357 1358 1359 1360 1361 1362 484 485Used by:1385 1398 1406
Symbol 1364 GraphicUsed by:1365
Symbol 1365 MovieClipUses:1364Used by:1385 1398 1406
Symbol 1366 GraphicUsed by:1385
Symbol 1367 GraphicUsed by:1377
Symbol 1368 GraphicUsed by:1377
Symbol 1369 GraphicUsed by:1377
Symbol 1370 GraphicUsed by:1377
Symbol 1371 GraphicUsed by:1377
Symbol 1372 GraphicUsed by:1377
Symbol 1373 GraphicUsed by:1377
Symbol 1374 GraphicUsed by:1377
Symbol 1375 GraphicUsed by:1377
Symbol 1376 GraphicUsed by:1377
Symbol 1377 MovieClipUses:1367 1368 1369 1370 1371 1372 1373 1374 1375 1376Used by:1385 1406
Symbol 1378 GraphicUsed by:1383
Symbol 1379 GraphicUsed by:1383
Symbol 1380 GraphicUsed by:1383
Symbol 1381 GraphicUsed by:1383
Symbol 1382 GraphicUsed by:1383
Symbol 1383 MovieClipUses:196 197 1378 1379 200 1380 1381 1382Used by:1385 1406
Symbol 1384 GraphicUsed by:1385
Symbol 1385 MovieClipUses:1354 1355 1363 1365 1366 1377 1383 1384Used by:1386 1408
Symbol 1386 MovieClipUses:1385Used by:1399 1400
Symbol 1387 GraphicUsed by:1398
Symbol 1388 GraphicUsed by:1389
Symbol 1389 MovieClipUses:1388Used by:1398
Symbol 1390 GraphicUsed by:1391
Symbol 1391 MovieClipUses:1390Used by:1398
Symbol 1392 GraphicUsed by:1398
Symbol 1393 GraphicUsed by:1398
Symbol 1394 GraphicUsed by:1395
Symbol 1395 MovieClipUses:1394Used by:1398
Symbol 1396 GraphicUsed by:1397
Symbol 1397 MovieClipUses:1396Used by:1398
Symbol 1398 MovieClipUses:1354 1387 1363 1389 1391 1392 1365 1393 1395 1397Used by:1399 1400 1423
Symbol 1399 MovieClipUses:1386 1398Used by:1408
Symbol 1400 MovieClipUses:1398 1386Used by:1408
Symbol 1401 GraphicUsed by:1406
Symbol 1402 GraphicUsed by:1406
Symbol 1403 GraphicUsed by:1406
Symbol 1404 GraphicUsed by:1406
Symbol 1405 GraphicUsed by:1406
Symbol 1406 MovieClipUses:1401 1377 1383 1402 1354 1403 1363 1404 1365 1405Used by:1407
Symbol 1407 MovieClipUses:1406Used by:1408 1412 1414
Symbol 1408 MovieClipUses:1385 1399 376 1400 451 1407Used by:1423
Symbol 1409 EditableTextUses:123Used by:1423
Symbol 1410 EditableTextUses:123Used by:1423
Symbol 1411 ButtonUses:577 579 576Used by:1412 1414
Symbol 1412 MovieClipUses:569 575 1411 582 583 1407Used by:1413
Symbol 1413 MovieClipUses:1412Used by:1423
Symbol 1414 MovieClipUses:569 575 1411 586 587 1407Used by:1415
Symbol 1415 MovieClipUses:1414Used by:1423
Symbol 1416 TextUses:110Used by:1417
Symbol 1417 MovieClipUses:109 1416Used by:1423
Symbol 1418 GraphicUsed by:1420
Symbol 1419 GraphicUsed by:1420
Symbol 1420 MovieClipUses:1418 1419 577Used by:1423
Symbol 1421 FontUsed by:1422
Symbol 1422 TextUses:1421Used by:1423
Symbol 1423 MovieClipUses:128 132 139 141 142 144 145 156 158 159 161 163 165 153 167 170 177 181 183 473 562 563 564 568 585 589 595 597 629 630 632 634 636 637 639 641 643 644 646 648 995 1064 1065 1066 1069 1071 1080 1081 1084 1352 1408 1409 1410 1413 1415 1417 1420 593 1398 1422Used by:Timeline
Symbol 1424 FontUsed by:1425
Symbol 1425 TextUses:1424Used by:1426
Symbol 1426 ButtonUses:577 1425 576Used by:Timeline

Instance Names

"bar"Frame 1Symbol 19 MovieClip
"introsnd"Frame 4Symbol 112 MovieClip
"mussnd"Frame 4Symbol 122 MovieClip
"maingame"Frame 12Symbol 1423 MovieClip
"playagain"Frame 12Symbol 1426 Button
"boundingBox_mc"Symbol 14 MovieClip [ComboBox] Frame 1Symbol 13 MovieClip [BoundingBox]
"anim2"Symbol 323 MovieClip Frame 3Symbol 307 MovieClip
"anim2"Symbol 323 MovieClip Frame 3Symbol 307 MovieClip
"parisSwim_mc"Symbol 324 MovieClip Frame 1Symbol 323 MovieClip
"anim2"Symbol 473 MovieClip Frame 3Symbol 376 MovieClip
"anim2"Symbol 473 MovieClip Frame 3Symbol 376 MovieClip
"anim2"Symbol 473 MovieClip Frame 3Symbol 451 MovieClip
"anim2"Symbol 1064 MovieClip Frame 3Symbol 376 MovieClip
"anim2"Symbol 1064 MovieClip Frame 3Symbol 376 MovieClip
"anim2"Symbol 1064 MovieClip Frame 3Symbol 451 MovieClip
"anim2"Symbol 1408 MovieClip Frame 3Symbol 376 MovieClip
"anim2"Symbol 1408 MovieClip Frame 3Symbol 376 MovieClip
"anim2"Symbol 1408 MovieClip Frame 3Symbol 451 MovieClip
"pause_mc"Symbol 1423 MovieClip Frame 1Symbol 128 MovieClip
"pauseBut"Symbol 1423 MovieClip Frame 1Symbol 132 Button
"loadMc"Symbol 1423 MovieClip Frame 1Symbol 139 MovieClip
"outPutText_txt"Symbol 1423 MovieClip Frame 1Symbol 142 EditableText
"parisSwim_mc"Symbol 1423 MovieClip Frame 2Symbol 473 MovieClip
"swimChars_mc"Symbol 1423 MovieClip Frame 2Symbol 562 MovieClip
"score_txt"Symbol 1423 MovieClip Frame 2Symbol 563 EditableText
"mainmenu"Symbol 1423 MovieClip Frame 2Symbol 568 Button
"clapmusic"Symbol 1423 MovieClip Frame 14Symbol 597 MovieClip
"star"Symbol 1423 MovieClip Frame 18Symbol 643 MovieClip
"star"Symbol 1423 MovieClip Frame 18Symbol 643 MovieClip
"star"Symbol 1423 MovieClip Frame 18Symbol 643 MovieClip
"star"Symbol 1423 MovieClip Frame 18Symbol 643 MovieClip
"swimChars_mc"Symbol 1423 MovieClip Frame 18Symbol 995 MovieClip
"parisSwim_mc"Symbol 1423 MovieClip Frame 18Symbol 1064 MovieClip
"loadMc"Symbol 1423 MovieClip Frame 18Symbol 139 MovieClip
"mainmenu"Symbol 1423 MovieClip Frame 18Symbol 568 Button
"outPutText_txt"Symbol 1423 MovieClip Frame 18Symbol 1065 EditableText
"score_txt"Symbol 1423 MovieClip Frame 18Symbol 1066 EditableText
"clapmusic"Symbol 1423 MovieClip Frame 30Symbol 597 MovieClip
"swimChars_mc"Symbol 1423 MovieClip Frame 33Symbol 1352 MovieClip
"parisSwim_mc"Symbol 1423 MovieClip Frame 33Symbol 1408 MovieClip
"loadMc"Symbol 1423 MovieClip Frame 33Symbol 139 MovieClip
"mainmenu"Symbol 1423 MovieClip Frame 33Symbol 568 Button
"outPutText_txt"Symbol 1423 MovieClip Frame 33Symbol 1409 EditableText
"score_txt"Symbol 1423 MovieClip Frame 33Symbol 1410 EditableText
"clapmusic"Symbol 1423 MovieClip Frame 48Symbol 597 MovieClip
"congratsmusic"Symbol 1423 MovieClip Frame 48Symbol 1417 MovieClip
"mainmenu"Symbol 1423 MovieClip Frame 48Symbol 568 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "lift"
ExportAssets (56)Timeline Frame 1Symbol 2 as "open"
ExportAssets (56)Timeline Frame 1Symbol 3 as "ding"
ExportAssets (56)Timeline Frame 1Symbol 4 as "kiss"
ExportAssets (56)Timeline Frame 1Symbol 5 as "gameover"
ExportAssets (56)Timeline Frame 1Symbol 6 as "cangratssnd"
ExportAssets (56)Timeline Frame 1Symbol 7 as "introsnd"
ExportAssets (56)Timeline Frame 1Symbol 8 as "gameover2"
ExportAssets (56)Timeline Frame 1Symbol 9 as "clapsnd"
ExportAssets (56)Timeline Frame 1Symbol 10 as "clicksnd"
ExportAssets (56)Timeline Frame 1Symbol 11 as "oversnd"
ExportAssets (56)Timeline Frame 1Symbol 13 as "BoundingBox"
ExportAssets (56)Timeline Frame 1Symbol 14 as "ComboBox"
ExportAssets (56)Timeline Frame 1Symbol 1427 as "__Packages.mx.core.UIObject"
ExportAssets (56)Timeline Frame 1Symbol 1428 as "__Packages.mx.skins.SkinElement"
ExportAssets (56)Timeline Frame 1Symbol 1429 as "__Packages.mx.styles.CSSTextStyles"
ExportAssets (56)Timeline Frame 1Symbol 1430 as "__Packages.mx.styles.CSSStyleDeclaration"
ExportAssets (56)Timeline Frame 1Symbol 1431 as "__Packages.mx.styles.StyleManager"
ExportAssets (56)Timeline Frame 1Symbol 1432 as "__Packages.mx.core.UIComponent"
ExportAssets (56)Timeline Frame 1Symbol 1433 as "__Packages.mx.controls.listclasses.DataSelector"
ExportAssets (56)Timeline Frame 1Symbol 1434 as "__Packages.mx.controls.ComboBase"
ExportAssets (56)Timeline Frame 1Symbol 1435 as "__Packages.mx.skins.Border"
ExportAssets (56)Timeline Frame 1Symbol 1436 as "__Packages.mx.skins.RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 1437 as "__Packages.mx.controls.TextInput"
ExportAssets (56)Timeline Frame 1Symbol 1438 as "__Packages.mx.controls.SimpleButton"
ExportAssets (56)Timeline Frame 1Symbol 1439 as "__Packages.mx.controls.ComboBox"
ExportAssets (56)Timeline Frame 1Symbol 1440 as "__Packages.mx.managers.PopUpManager"
ExportAssets (56)Timeline Frame 1Symbol 1441 as "__Packages.mx.managers.DepthManager"
ExportAssets (56)Timeline Frame 1Symbol 1442 as "__Packages.mx.managers.SystemManager"
ExportAssets (56)Timeline Frame 1Symbol 1443 as "__Packages.mx.events.EventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 1444 as "__Packages.mx.core.View"
ExportAssets (56)Timeline Frame 1Symbol 1445 as "__Packages.mx.core.ExternalContent"
ExportAssets (56)Timeline Frame 1Symbol 1446 as "__Packages.mx.events.UIEventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 1447 as "__Packages.mx.core.ScrollView"
ExportAssets (56)Timeline Frame 1Symbol 1448 as "__Packages.mx.controls.scrollClasses.ScrollBar"
ExportAssets (56)Timeline Frame 1Symbol 1449 as "__Packages.mx.skins.CustomBorder"
ExportAssets (56)Timeline Frame 1Symbol 1450 as "__Packages.mx.controls.scrollClasses.ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 1451 as "__Packages.mx.controls.listclasses.DataProvider"
ExportAssets (56)Timeline Frame 1Symbol 1452 as "__Packages.mx.controls.listclasses.ScrollSelectList"
ExportAssets (56)Timeline Frame 1Symbol 1453 as "__Packages.mx.controls.List"
ExportAssets (56)Timeline Frame 1Symbol 1454 as "__Packages.mx.effects.Tween"

Labels

"intro"Frame 4
"gameplay"Frame 15
"idle"Symbol 323 MovieClip Frame 2
"kiss"Symbol 323 MovieClip Frame 3
"idle"Symbol 473 MovieClip Frame 2
"kiss"Symbol 473 MovieClip Frame 3
"a1"Symbol 562 MovieClip Frame 1
"a2"Symbol 562 MovieClip Frame 2
"a3"Symbol 562 MovieClip Frame 3
"a4"Symbol 562 MovieClip Frame 4
"a1"Symbol 995 MovieClip Frame 1
"a2"Symbol 995 MovieClip Frame 2
"a3"Symbol 995 MovieClip Frame 3
"a4"Symbol 995 MovieClip Frame 4
"a5"Symbol 995 MovieClip Frame 5
"a6"Symbol 995 MovieClip Frame 6
"a7"Symbol 995 MovieClip Frame 7
"idle"Symbol 1064 MovieClip Frame 2
"kiss"Symbol 1064 MovieClip Frame 3
"a1"Symbol 1352 MovieClip Frame 1
"a2"Symbol 1352 MovieClip Frame 2
"a3"Symbol 1352 MovieClip Frame 3
"a4"Symbol 1352 MovieClip Frame 4
"a5"Symbol 1352 MovieClip Frame 5
"a6"Symbol 1352 MovieClip Frame 6
"a7"Symbol 1352 MovieClip Frame 7
"a8"Symbol 1352 MovieClip Frame 8
"a9"Symbol 1352 MovieClip Frame 9
"a10"Symbol 1352 MovieClip Frame 10
"a11"Symbol 1352 MovieClip Frame 11
"a12"Symbol 1352 MovieClip Frame 12
"a13"Symbol 1352 MovieClip Frame 13
"idle"Symbol 1408 MovieClip Frame 2
"kiss"Symbol 1408 MovieClip Frame 3
"level1"Symbol 1423 MovieClip Frame 2
"gameover1"Symbol 1423 MovieClip Frame 4
"timeup1"Symbol 1423 MovieClip Frame 5
"lev1"Symbol 1423 MovieClip Frame 13
"levelup1"Symbol 1423 MovieClip Frame 14
"level2"Symbol 1423 MovieClip Frame 18
"gameover2"Symbol 1423 MovieClip Frame 23
"timeup2"Symbol 1423 MovieClip Frame 24
"lev2"Symbol 1423 MovieClip Frame 29
"levelup2"Symbol 1423 MovieClip Frame 30
"level3"Symbol 1423 MovieClip Frame 33
"gameover3"Symbol 1423 MovieClip Frame 40
"timeup3"Symbol 1423 MovieClip Frame 41
"lev3"Symbol 1423 MovieClip Frame 45
"congrats"Symbol 1423 MovieClip Frame 48

Dynamic Text Variables

loadperSymbol 21 EditableText"0"




http://swfchan.com/26/125435/info.shtml
Created: 28/2 -2019 05:15:02 Last modified: 28/2 -2019 05:15:02 Server time: 26/04 -2024 12:35:00