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

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

Well this game changed quickly by Scribetch.swf

This is the info page for
Flash #226397

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


Text
replay

replay

get Jing

get Jing

simple visual communication
created with Jing

ActionScript [AS1/AS2]

Frame 1
csMovieFPS = 10; width = 668; height = 576; fps = 10; styleWrapper = 5; com.techsmith.jing.Main.main(this);
Symbol 29 MovieClip [ReplayOver] Frame 5
stop();
Symbol 35 MovieClip [DownloadOver] Frame 5
stop();
Symbol 20480 MovieClip [__Packages.com.techsmith.ui.Movable] Frame 0
class com.techsmith.ui.Movable extends MovieClip { var _x, _y; function Movable () { super(); } function move(x, y) { _x = x; _y = y; } }
Symbol 20481 MovieClip [__Packages.com.techsmith.events.IEventDispatcher] Frame 0
class com.techsmith.events.IEventDispatcher { function IEventDispatcher () { } }
Symbol 20482 MovieClip [__Packages.com.techsmith.ui.ComponentBase] Frame 0
class com.techsmith.ui.ComponentBase extends com.techsmith.ui.Movable implements com.techsmith.events.IEventDispatcher { var enabled, removeMovieClip, createTextField, _xscale, _yscale, _visible, _alpha, _width, _height, _x, _y; function ComponentBase () { super(); dispatcher = new com.techsmith.events.EventDispatcher(); } static function create(container, name, depth, init) { Object.registerClass("ComponentBase", com.techsmith.ui.ComponentBase); var _local6 = container.attachMovie("ComponentBase", name, depth, init); return(com.techsmith.ui.ComponentBase(_local6)); } function setEnabled(val) { enabled = val; } function init() { } function setSize(w, h) { } function setText(t) { } function size() { } function destroy() { removeAllListeners(); delete dispatcher; removeMovieClip(this); } function onUnload() { destroy(); } function createLabel(id, init, props) { createTextField(id, init.depth, init.x, init.y, init.w, init.h); var _local5 = this[id]; for (var i in props) { _local5[i] = props[i]; } return(_local5); } function setScale(xscale, yscale) { _xscale = xscale; _yscale = yscale; } function setVisible(visible) { _visible = visible; } function setOpacity(percent) { _alpha = percent; } function getDimensions() { return(new com.techsmith.utils.Dimension(_width, _height)); } function getLocation() { return(new com.techsmith.utils.Point(_x, _y)); } function addEventListener(event, scope) { dispatcher.addEventListener(event, scope); } function removeEventListener(event, scope) { dispatcher.removeEventListener(event, scope); } function dispatchEvent(eventObj) { dispatcher.dispatchEvent(eventObj); } function removeEventListeners(event) { dispatcher.removeEventListeners(event); } function removeAllListeners() { dispatcher.removeAllListeners(); } function get width() { return(_width); } function get height() { return(_height); } function get x() { return(_x); } function get y() { return(_y); } var dispatcher = null; }
Symbol 20483 MovieClip [__Packages.com.techsmith.ui.Component] Frame 0
class com.techsmith.ui.Component extends com.techsmith.ui.ComponentBase { var useHandCursor, _width, _height, filters, dispatchEvent; function Component () { super(); com.mosesSupposes.fuse.ZigoEngine.register(com.mosesSupposes.fuse.Fuse, com.mosesSupposes.fuse.FuseFMP, com.mosesSupposes.fuse.PennerEasing); useHandCursor = false; } static function create(container, name, depth, init) { Object.registerClass("Component", com.techsmith.ui.Component); var _local6 = container.attachMovie("Component", name, depth, init); return(com.techsmith.ui.Component(_local6)); } function createRect(source) { return(new flash.geom.Rectangle(0, 0, source._width, source._height)); } function getRect() { return(new flash.geom.Rectangle(0, 0, _width, _height)); } function createShadow(filter) { var _local3 = new Array(); if (filter == null) { filter = new flash.filters.DropShadowFilter(4, 45, 0, 0.8, 8, 8, 1, 3, false, false, false); } _local3.push(filter); filters = _local3; } function animate(fuseSequence, loopSequence) { if (com.mosesSupposes.fuse.ZigoEngine.isTweening(this)) { com.mosesSupposes.fuse.Fuse.close(); } if (loopSequence != null) { loop = loopSequence; } fuse = fuseSequence; fuse.addTarget(this); fuse.addEventListener(com.techsmith.events.Events.ON_COMPLETE, com.techsmith.utils.Delegate.create(this, fuseComplete)); fuse.start(); } function fuseComplete(e) { if (loop) { fuse.start(); } else { destroyAnimation(); } dispatchEvent({type:com.techsmith.events.Events.ANIMATION_COMPLETE, target:this}); } function destroyAnimation() { com.mosesSupposes.fuse.Fuse.close(); fuse.removeAllListeners(); fuse.destroy(); delete fuse; } function destroy() { destroyAnimation(); super.destroy(); } var fuse = null; var loop = false; }
Symbol 20484 MovieClip [__Packages.com.techsmith.ui.ButtonBase] Frame 0
class com.techsmith.ui.ButtonBase extends com.techsmith.ui.Component { var dispatchEvent; function ButtonBase () { super(); } function onRollOver() { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_ROLL_OVER}); } function onPress() { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_PRESS}); } function onRelease() { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE}); } function onReleaseOutside() { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE_OUT}); } function onRollOut() { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_ROLL_OUT}); } }
Symbol 20485 MovieClip [__Packages.com.techsmith.ui.Container] Frame 0
class com.techsmith.ui.Container extends com.techsmith.ui.Component { function Container () { super(); children = new com.techsmith.ui.ComponentCollection(); depthManager = new com.techsmith.ui.managers.DepthManager(); } static function create(container, name, depth, init) { Object.registerClass("Container", com.techsmith.ui.Container); var _local6 = container.attachMovie("Container", name, depth, init); return(com.techsmith.ui.Container(_local6)); } function addChild(component, id, init) { var _local5 = component.create(this, id, depthManager.getNextDepth(), init); if (_local5 instanceof com.techsmith.ui.Container) { com.techsmith.ui.Container(_local5); } else { com.techsmith.ui.Component(_local5); } children.addItem(_local5); return(_local5); } function addChildAt(component, id, depth, init) { var _local6 = component.create(this, id, depth, init); children.addItem(_local6); return(_local6); } function addChildComponent(component) { children.addItem(component); } function addChildComponentAt(component, index) { children.addItemAt(component, index); } function getCollectionIndex(item) { var _local3 = children.getItemIndex(item); if ((_local3 == null) || (_global.isNaN(_local3))) { return(-1); } return(_local3); } function getCollectionIndexById(id) { var _local3 = children.getItemIndexById(id); if ((_local3 == null) || (_global.isNaN(_local3))) { return(-1); } return(_local3); } function getChildren() { return(children); } function getChildAt(index) { return(children.getItemAt(index)); } function getChildById(id) { return(children.getItemById(id)); } function createChildren() { } function destroy() { super.destroy(); var _local3 = children.getIterator(); while (_local3.hasNext()) { var _local4 = com.techsmith.ui.Component(_local3.next()); _local4.destroy(); children.removeItem(_local4); } delete children; } function onUnload() { destroy(); } function getNextDepth() { return(depthManager.getNextDepth()); } var children = null; var depthManager = null; }
Symbol 20486 MovieClip [__Packages.com.mosesSupposes.fuse.FuseKitCommon] Frame 0
class com.mosesSupposes.fuse.FuseKitCommon { static var logOutput; function FuseKitCommon () { } static function _cts() { return("|_tint|_tintPercent|_brightness|_brightOffset|_contrast|_invertColor|_colorReset|_colorTransform|"); } static function _underscoreable() { return(_cts() + "_frame|_x|_y|_xscale|_yscale|_scale|_width|_height|_size|_rotation|_alpha|_visible|"); } static function _cbprops() { return("|skipLevel|cycles|easyfunc|func|scope|args|startfunc|startscope|startargs|updfunc|updscope|updargs|extra1|extra2|"); } static function _fuseprops() { return("|command|label|delay|event|eventparams|target|addTarget|trigger|startAt|ease|easing|seconds|duration|time|"); } static function output(s) { if (typeof(logOutput) == "function") { logOutput(s); } else { trace(s); } } static function error(errorCode) { var _local3 = arguments[1]; var _local4 = arguments[2]; var _local5 = arguments[3]; if (VERBOSE != true) { output(("[FuseKitCommon#" + errorCode) + "]"); return(undefined); } var _local6 = ""; var _local7 = newline; switch (errorCode) { case "001" : _local6 = _local6 + "** ERROR: When using simpleSetup to extend prototypes, you must pass the Shortcuts class. **"; _local6 = _local6 + (_local7 + " import com.mosesSupposes.fuse.*;"); _local6 = _local6 + ((_local7 + " ZigoEngine.simpleSetup(Shortcuts);") + _local7); break; case "002" : _local6 = _local6 + "** ZigoEngine.doShortcut: shortcuts missing. Use the setup commands: import com.mosesSupposes.fuse.*; ZigoEngine.register(Shortcuts); **"; break; case "003" : _local6 = _local6 + ((_local7 + "*** Error: DO NOT use #include \"lmc_tween.as\" with this version of ZigoEngine! ***") + _local7); break; case "004" : _local6 = _local6 + (("** ZigoEngine.doTween - too few arguments [" + _local3) + "]. If you are trying to use Object Syntax without Fuse, pass FuseItem in your register() or simpleSetup() call. **"); break; case "005" : _local6 = _local6 + (((("** ZigoEngine.doTween - missing targets[" + _local3) + "] and/or props[") + _local4) + "] **"); break; case "006" : _local6 = _local6 + (("** Error: easing shortcut string not recognized (\"" + _local3) + "\"). You may need to pass the in PennerEasing class during register or simpleSetup. **"); break; case "007" : _local6 = _local6 + (((("- ZigoEngine: Target locked [" + _local3) + "], ignoring tween call [") + _local4) + "]"); break; case "008" : _local6 = _local6 + "** ZigoEngine: You must register the Shortcuts class in order to use easy string-type callback parsing. **"; break; case "009" : _local6 = _local6 + (("-ZigoEngine: A callback parameter \"" + _local3) + "\" was not recognized."); break; case "010" : _local6 = _local6 + ((("-Engine unable to parse " + ((_local3 == 1) ? "callback[" : (String(_local3) + " callbacks["))) + _local4) + "]. Try using the syntax {scope:this, func:\"myFunction\"}"); break; case "011" : _local6 = _local6 + (((("-ZigoEngine: Callbacks discarded via skipLevel 2 option [" + _local3) + "|") + _local4) + "]."); break; case "012" : _local6 = _local6 + (((((("-Engine set props or ignored no-change tween on: " + _local3) + ", props passed:[") + _local4) + "], endvals passed:[") + _local5) + "]"); break; case "013" : _local6 = _local6 + (((((("-Engine added tween on:\n\ttargets:[" + _local3) + "]\n\tprops:[") + _local4) + "]\n\tendvals:[") + _local5) + "]"); break; case "014" : _local6 = _local6 + "** Error: easing function passed is not usable with this engine. Functions need to follow the Robert Penner model. **"; break; case "101" : _local6 = _local6 + "** ERROR: Fuse simpleSetup was removed in version 2.0! **"; _local6 = _local6 + (_local7 + " You must now use the following commands:"); _local6 = _local6 + ((_local7 + _local7) + "\timport com.mosesSupposes.fuse.*;"); _local6 = _local6 + (_local7 + "\tZigoEngine.simpleSetup(Shortcuts, PennerEasing, Fuse);"); _local6 = _local6 + ((_local7 + "Note that PennerEasing is optional, and FuseFMP is also accepted. (FuseFMP.simpleSetup is run automatically if included.)") + _local7); break; case "102" : _local6 = _local6 + (("** Fuse skipTo label not found: \"" + _local3) + "\" **"); break; case "103" : _local6 = _local6 + (("** Fuse skipTo failed (" + _local3) + ") **"); break; case "104" : _local6 = _local6 + (((("** Fuse command skipTo (" + _local3) + ") ignored - targets the current index (") + _local4) + "). **"); break; case "105" : _local6 = _local6 + "** An unsupported Array method was called on Fuse. **"; break; case "106" : _local6 = _local6 + "** ERROR: You have not set up Fuse correctly. **"; _local6 = _local6 + (_local7 + "You must now use the following commands (PennerEasing is optional)."); _local6 = _local6 + (_local7 + "\timport com.mosesSupposes.fuse.*;"); _local6 = _local6 + ((_local7 + "\tZigoEngine.simpleSetup(Shortcuts, PennerEasing, Fuse);") + _local7); break; case "107" : _local6 = _local6 + "** Fuse :: id not found - Aborting open(). **"; break; case "108" : _local6 = _local6 + "** Fuse.startRecent: No recent Fuse found to start! **"; break; case "109" : _local6 = _local6 + (("** Commands other than \"delay\" are not allowed within groups. Command discarded (\"" + _local3) + "\")"); break; case "110" : _local6 = _local6 + (("** A Fuse.addCommand parameter (\"" + _local3) + "\") is not valid and was discarded. If you are trying to add a function-call try the syntax Fuse.addCommand(this,\"myCallback\",param1,param2); **"); break; case "111" : _local6 = _local6 + (("** A Fuse command parameter failed. (\"" + _local3) + "\") **"); break; case "112" : _local6 = _local6 + "** Fuse: missing com.mosesSupposes.fuse.ZigoEngine! Cannot tween. **"; break; case "113" : _local6 = _local6 + "** FuseItem: A callback has been discarded. Actions with a command may only contain: label, delay, scope, args. **"; break; case "114" : _local6 = _local6 + (("** FuseItem: command (\"" + _local3) + "\") discarded. Commands may not appear within action groups (arrays). **"); break; case "115" : _local6 = _local6 + ((_local3 + " overlapping prop discarded: ") + _local4); break; case "116" : _local6 = _local6 + ("** FuseItem Error: Delays within groups (arrays) and start/update callbacks are not supported when using Fuse without ZigoEngine. Although you need to restructure your Fuse, it should be possible to achieve the same results. **" + _local7); break; case "117" : _local6 = _local6 + (("** " + _local3) + ": infinite cycles are not allowed within Fuses - discarded. **"); break; case "118" : _local6 = _local6 + (("** Fuse Error: No targets in " + _local3) + ((_local4 == true) ? " [Unable to set start props] **" : " [Skipping this action] **")); break; case "119" : _local6 = _local6 + (((("** Fuse warning: " + _local4) + ((_local4 == 1) ? " target missing in " : " targets missing in ")) + _local5) + ((_local3 == true) ? " during setStartProps **" : " **")); break; case "120" : _local6 = _local6 + (((("** " + _local3) + ": conflict with \"") + _local4) + "\". Property might be doubled within a grouped-action array. **"); break; case "121" : _local6 = _local6 + "** Timecode formatting requires \"00:\" formatting (example:\"01:01:33\" yields 61.33 seconds.) **"; break; case "122" : _local6 = _local6 + "** FuseItem: You must register the Shortcuts class in order to use easy string-type callback parsing. **"; break; case "123" : _local6 = _local6 + "** FuseItem unable to target callback. Try using the syntax {scope:this, func:\"myFunction\"} **"; break; case "124" : _local6 = _local6 + (("** Event \"" + _local3) + "\" reserved by Fuse. **"); break; case "125" : _local6 = _local6 + (("** A Fuse event parameter failed in " + _local3) + " **"); break; case "126" : _local6 = _local6 + (((("** " + _local3) + ": trigger:") + _local4) + " ignored - only one trigger is allowed per action **"); break; case "201" : _local6 = _local6 + (("**** FuseFMP cannot initialize argument " + _local3) + " (BitmapFilters cannot be applied to this object type) ****"); break; case "301" : _local6 = _local6 + "** The shortcuts fadeIn or fadeOut only accept 3 arguments: seconds, ease, and delay. **"; } output(_local6); } static var VERSION = "Fuse Kit 2.0 Copyright (c) 2006 Moses Gunesch, MosesSupposes.com under MIT Open Source License"; static var VERBOSE = true; static var ALL = "ALL"; static var ALLCOLOR = "ALLCOLOR"; }
Symbol 20487 MovieClip [__Packages.com.techsmith.ui.managers.DepthManager] Frame 0
class com.techsmith.ui.managers.DepthManager { function DepthManager (startingDepth) { if (startingDepth != null) { currentDepth = startingDepth; } } function getNextDepth() { currentDepth++; return(currentDepth); } static var MAX_DEPTH = 1048675; var currentDepth = 0; }
Symbol 20488 MovieClip [__Packages.com.techsmith.jing.StartScreen] Frame 0
class com.techsmith.jing.StartScreen extends com.techsmith.ui.Component { var background, createEmptyMovieClip, thumbnail, overlay, scanlines, logo, startButton, attachMovie, height, dispatchEvent, __get__styleWrapper; function StartScreen () { super(); background = createEmptyMovieClip("background", 1); thumbnail = com.techsmith.ui.Bitmap.create(this, "thumbnail", 2); overlay = createEmptyMovieClip("overlay", 3); scanlines = createEmptyMovieClip("scanlines", 4); } static function create(container, name, depth, init) { Object.registerClass("StartScreen", com.techsmith.jing.StartScreen); var _local6 = container.attachMovie("StartScreen", name, depth, init); return(com.techsmith.jing.StartScreen(_local6)); } function dispose() { super.destroy(); if (branded) { logo.unloadMovie(); background.unloadMovie(); delete background.onRollOver; delete background; delete logo; } thumbnail.destroy(); startButton.destroy(); delete thumbnail; delete startButton; delete background; delete overlay; delete scanlines; } function init(src, dim) { thumbnail.createBitmap(src); drawBackground(dim.width, dim.height); background.onRelease = com.techsmith.utils.Delegate.create(this, startHandler); background.useHandCursor = false; drawOverlay(dim.width, dim.height); drawScanlines(dim.width, dim.height); startButton = com.techsmith.ui.BasicButton.create(this, "startButton", 5); startButton.init(new com.techsmith.ui.ButtonStyle("StartIcon")); startButton.move((dim.width - startButton._width) / 2, (dim.height - startButton._height) / 2); startButton.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, startHandler)); if (branded) { logo = attachMovie("StartBrandLogo", "logo", 6); logo._x = dim.width - (logo._width + 10); logo._y = dim.height - (logo._height + 10); } } function drawBackground(w, h) { background.beginFill(0); drawFill(background, w, h); } function drawOverlay(w, h) { var _local4 = new flash.geom.Matrix(); _local4.createGradientBox(w + GRADIENT_EXPANSION, height + GRADIENT_EXPANSION, 0, 0, 0); overlay.beginGradientFill("radial", [16777215, 0], [80, 50], [0, 255], _local4, "pad", "rgb"); drawFill(overlay, w, h); } function drawScanlines(w, h) { var _local4 = 0; for ( ; _local4 < h ; _local4++) { if ((_local4 % 4) == 0) { scanlines.beginFill(16777215, 40); drawFill(scanlines, w, 1, new flash.geom.Point(0, _local4)); } } } function drawFill(scope, width, height, location) { if (location == null) { location = {x:0, y:0}; } scope.moveTo(location.x, location.y); scope.lineTo(width + location.x, location.y); scope.lineTo(width + location.x, location.y + height); scope.lineTo(location.x, location.y + height); scope.lineTo(location.x, location.y); scope.endFill(); } function startHandler(e) { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE}); } function set styleWrapper(val) { branded = val; //return(__get__styleWrapper()); } var LOGO_PADDING = 10; var GRADIENT_EXPANSION = 30; var branded = true; }
Symbol 20489 MovieClip [__Packages.com.mosesSupposes.fuse.Fuse] Frame 0
class com.mosesSupposes.fuse.Fuse extends Array implements com.techsmith.events.IEventDispatcher { var dispatcher, _nID, _aDefaultTargs, length, scope, _nIndex, _oDel1, label; function Fuse (action) { super(); dispatcher = new com.techsmith.events.EventDispatcher(); _nID = registerInstance(this); _sState = "stopped"; _aDefaultTargs = new Array(); if (arguments.length > 0) { splice.apply(this, new Array(0, 0).concat(arguments)); } var _local4 = ["concat", "join", "sort", "sortOn"]; for (var i in _local4) { com.mosesSupposes.fuse.Fuse.prototype[_local4[i]] = function () { if (com.mosesSupposes.fuse.Fuse.OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("105"); } }; } } function addEventListener(event, handler) { dispatcher.addEventListener(event, handler); } function removeEventListener(event, handler) { dispatcher.removeEventListener(event, handler); } function dispatchEvent(event) { dispatcher.dispatchEvent(event); } function removeEventListeners(event) { dispatcher.removeEventListeners(event); } function removeAllListeners() { dispatcher.removeAllListeners(); } function destroy() { if (OUTPUT_LEVEL > 1) { com.mosesSupposes.fuse.FuseKitCommon.output(("-Fuse#" + String(_nID)) + " destroy."); } stop(true); splice(0, length); _aDefaultTargs = null; scope = null; _global.ASSetPropFlags(this, null, 0, 7); var _local2 = _nID; for (var i in this) { delete this[i]; } removeInstanceAt(_local2, true); } static function simpleSetup() { com.mosesSupposes.fuse.FuseKitCommon.error("101"); } static function getInstance(idOrLabel) { if (typeof(idOrLabel) == "number") { return(_aInstances[idOrLabel]); } if (typeof(idOrLabel) == "string") { for (var i in _aInstances) { if (com.mosesSupposes.fuse.Fuse(_aInstances[i]).label == idOrLabel) { return(_aInstances[i]); } } } return(null); } static function getInstances(stateFilter, targets) { var _local4 = (stateFilter == null) || (stateFilter.toUpperCase() == "ALL"); if (!(targets instanceof Array)) { targets = arguments.slice(1); } var _local5 = []; for (var i in _aInstances) { var _local6 = _aInstances[i]; if (_aInstances[i] == null) { continue; } if ((_local4 == false) && (_local6.state != stateFilter)) { continue; } var _local7 = targets.length == 0; if (_local7 == false) { if (_local7 == true) { continue; } var _local8 = _local6.getActiveTargets(true); for (var j in targets) { for (var k in _local8) { if (_local8[k] == targets[j]) { _local7 = true; break; } } } } if (_local7 == true) { _local5.unshift(_local6); } } return(_local5); } function get id() { return(_nID); } function get state() { return(_sState); } function get currentIndex() { return(_nIndex); } function get currentLabel() { return(com.mosesSupposes.fuse.FuseItem(this[_nIndex]).getLabel()); } function get target() { return(((_aDefaultTargs.length == 1) ? (_aDefaultTargs[0]) : (_aDefaultTargs))); } function set target(t) { delete _aDefaultTargs; if (t != null) { addTarget(t); } //return(target); } function addTarget(t) { if (_aDefaultTargs == null) { _aDefaultTargs = []; } if (arguments[0] instanceof Array) { arguments = arguments[0]; } for (var i in arguments) { var _local3 = false; for (var j in _aDefaultTargs) { if (arguments[i] == _aDefaultTargs[j]) { _local3 = true; break; } } if (_local3 == false) { _aDefaultTargs.push(arguments[i]); } } } function removeTarget(t) { if ((_aDefaultTargs == null) || (_aDefaultTargs.length == 0)) { return(undefined); } if (arguments[0] instanceof Array) { arguments = arguments[0]; } for (var i in arguments) { for (var j in _aDefaultTargs) { if (arguments[i] == _aDefaultTargs[j]) { _aDefaultTargs.splice(Number(j), 1); } } } } function getActiveTargets(includeDefaults) { if ((_sState != "playing") && (_sState != "paused")) { return([]); } if (includeDefaults == true) { var _local3 = _aDefaultTargs.slice(); } else { var _local3 = []; } return(com.mosesSupposes.fuse.FuseItem(this[_nIndex]).getActiveTargets(_local3)); } function clone() { var _local2 = []; var _local3 = 0; for ( ; _local3 < length ; _local3++) { _local2.push(com.mosesSupposes.fuse.FuseItem(this[_local3]).getInitObj()); } var _local4 = new com.mosesSupposes.fuse.Fuse(); _local4.push.apply(_local4, _local2); _local4.scope = scope; _local4.target = target; return(_local4); } function push() { splice.apply(this, new Array(length, 0).concat(arguments)); return(length); } function pushTween(targets, props, pEnd, seconds, ease, delay, callback) { push({__buildMode:true, tweenargs:arguments}); return(length); } function pop() { var _local2 = com.mosesSupposes.fuse.FuseItem(this[length - 1]).getInitObj(); splice(length - 1, 1); return(_local2); } function unshift() { splice.apply(this, new Array(0, 0).concat(arguments)); return(length); } function shift() { var _local2 = com.mosesSupposes.fuse.FuseItem(this[0]).getInitObj(); splice(0, 1); return(_local2); } function splice(startIndex, deleteCount) { stop(true); var _local5 = Number(arguments.shift()); if (_local5 < 0) { _local5 = length + _local5; } deleteCount = Number(arguments.shift()); var _local6 = new Array(); var _local7 = 0; for ( ; _local7 < arguments.length ; _local7++) { var _local8 = ((arguments[_local7] instanceof com.mosesSupposes.fuse.Fuse) ? (arguments[_local7]) : (new com.mosesSupposes.fuse.FuseItem(_local5 + _local7, arguments[_local7], _nID))); addEventListener("onStop", _local8); addEventListener("evtSetStart", _local8); _local6.push(_local8); } var _local9 = super.splice.apply(this, new Array(_local5, deleteCount).concat(_local6)); for (var j in _local9) { removeEventListener("onStop", _local9[j]); removeEventListener("evtSetStart", _local9[j]); if (_local9[j] instanceof com.mosesSupposes.fuse.Fuse) { com.mosesSupposes.fuse.Fuse(_local9[j]).removeEventListener("onComplete", _oDel1); } else { com.mosesSupposes.fuse.FuseItem(_local9[j]).destroy(); delete this[com.mosesSupposes.fuse.FuseItem(_local9[j])._nItemID]; } } var _local10 = 0; for ( ; _local10 < length ; _local10++) { com.mosesSupposes.fuse.FuseItem(this[_local10])._nItemID = _local10; } } function slice(indexA, indexB) { var _local5 = super.slice(indexA, indexB); var _local6 = new Array(); var _local7 = 0; for ( ; _local7 < arguments.length ; _local7++) { _local6.push(com.mosesSupposes.fuse.FuseItem(this[_local7]).getInitObj()); } return(_local6); } function reverse() { stop(true); super.reverse(); var _local3 = 0; for ( ; _local3 < length ; _local3++) { com.mosesSupposes.fuse.FuseItem(this[_local3])._nItemID = _local3; } } function traceItems(indexA, indexB) { var _local5 = ""; var _local6 = super.slice(indexA, indexB); _local5 = _local5 + ((("-Fuse#" + String(_nID)) + " traceItems:") + "\n----------\n"); var _local7 = 0; for ( ; _local7 < _local6.length ; _local7++) { if (_local6[_local7] instanceof com.mosesSupposes.fuse.Fuse) { _local5 = _local5 + (((((((("-Fuse#" + String(_nID)) + " #") + _nID) + ">Item#") + _local7) + ": [Nested Fuse] ") + _local6[_local7]) + newline); } else { _local5 = _local5 + (_local6[_local7] + newline); } } _local5 = _local5 + "----------"; com.mosesSupposes.fuse.FuseKitCommon.output(_local5); } function toString() { return((((("Fuse#" + String(_nID)) + ((label != undefined) ? ((" \"" + label) + "\"") : "")) + " (contains ") + length) + " items)"); } function setStartProps(trueOrItemIDs) { var _local3 = (arguments.length == 0) || ((trueOrItemIDs === true) || (trueOrItemIDs == com.mosesSupposes.fuse.FuseKitCommon.ALL)); dispatchEvent({target:this, type:"evtSetStart", all:_local3, filter:((trueOrItemIDs instanceof Array) ? (trueOrItemIDs) : (arguments)), curIndex:((state == "playing") ? (_nIndex) : -1), targs:_aDefaultTargs, scope:scope}); } function start(setStart) { close(); stop(true); _sState = "playing"; if (length == 0) { advance(false, true); } if ((setStart != null) && (setStart != false)) { setStartProps.apply(this, arguments); } dispatchEvent({target:this, type:"onStart"}); if (OUTPUT_LEVEL > 1) { com.mosesSupposes.fuse.FuseKitCommon.output(("-Fuse#" + String(_nID)) + " start."); } playCurrentItem(); } function stop() { if (_sState != "stopped") { var _local2 = 0; for ( ; _local2 < length ; _local2++) { if ((_local2 == _nIndex) || (com.mosesSupposes.fuse.FuseItem(this[_local2]).hasTriggerFired() == true)) { com.mosesSupposes.fuse.FuseItem(this[_local2]).stop(); } } } else { arguments[0] = true; } if (this[_nIndex] instanceof com.mosesSupposes.fuse.Fuse) { com.mosesSupposes.fuse.Fuse(this[_nIndex]).removeEventListener("onComplete", _oDel1); } _sState = "stopped"; if (!((arguments[0] === true) && (_sState == "stopped"))) { dispatchEvent({target:this, type:"onStop"}); if (OUTPUT_LEVEL > 1) { com.mosesSupposes.fuse.FuseKitCommon.output(("-Fuse#" + String(_nID)) + " stop."); } } _nIndex = 0; _global.clearInterval(_nDelay); _nTimeCache = (_nDelay = -1); } function skipTo(indexOrLabel) { close(); if (typeof(indexOrLabel) == "string") { var _local3 = -1; var _local4 = 0; for ( ; _local4 < length ; _local4++) { if (com.mosesSupposes.fuse.FuseItem(this[_local4]).getLabel() == String(indexOrLabel)) { _local3 = _local4; break; } } if (_local3 == -1) { if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("102", String(indexOrLabel)); } } } else { var _local3 = Number(indexOrLabel); } if ((_global.isNaN(_local3) == true) || (Math.abs(_local3) >= length)) { if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("103", String(indexOrLabel)); } } if (_local3 < 0) { var _local3 = Math.max(0, length + _local3); } if ((_local3 == _nIndex) && (arguments[1] === true)) { if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("104", String(indexOrLabel), _nIndex); } } if (this[_nIndex] instanceof com.mosesSupposes.fuse.Fuse) { com.mosesSupposes.fuse.Fuse(this[_nIndex]).removeEventListener("onComplete", _oDel1); } com.mosesSupposes.fuse.FuseItem(this[_nIndex]).stop(); _nIndex = _local3; var _local5 = _sState; _sState = "playing"; if (_local5 == "stopped") { dispatchEvent({target:this, type:"onStart"}); } playCurrentItem(); if (OUTPUT_LEVEL > 1) { com.mosesSupposes.fuse.FuseKitCommon.output("skipTo:" + _local3); } } function pause() { if (_sState == "playing") { com.mosesSupposes.fuse.FuseItem(this[_nIndex]).pause(); if (_nTimeCache != -1) { _nTimeCache = _nTimeCache - getTimer(); _global.clearInterval(_nDelay); } _sState = "paused"; if (OUTPUT_LEVEL > 1) { com.mosesSupposes.fuse.FuseKitCommon.output(("-Fuse#" + String(_nID)) + " pause."); } dispatchEvent({target:this, type:"onPause"}); } } function resume() { if (_sState != "paused") { return(undefined); } close(); _sState = "playing"; if (OUTPUT_LEVEL > 1) { com.mosesSupposes.fuse.FuseKitCommon.output(("-Fuse#" + String(_nID)) + " resume."); } dispatchEvent({target:this, type:"onResume"}); if (_nTimeCache != -1) { _global.clearInterval(_nDelay); _nTimeCache = getTimer() + _nTimeCache; _nDelay = _global.setInterval(com.techsmith.utils.Delegate.create(this, playCurrentItem), _nTimeCache, true); } com.mosesSupposes.fuse.FuseItem(this[_nIndex]).pause(true); } function advance(wasTriggered, silentStop) { var _local4 = false; if (_nIndex == (length - 1)) { var _local5 = length - 1; for ( ; _local5 > -1 ; _local5--) { if (com.mosesSupposes.fuse.FuseItem(this[_local5])._nPlaying > -1) { return(undefined); } } _local4 = true; } if ((wasTriggered == true) && (_local4 == false)) { return(undefined); } if (this[_nIndex] instanceof com.mosesSupposes.fuse.Fuse) { com.mosesSupposes.fuse.Fuse(this[_nIndex]).removeEventListener("onComplete", _oDel1); } if ((++_nIndex) >= length) { stop(silentStop); if (OUTPUT_LEVEL > 1) { com.mosesSupposes.fuse.FuseKitCommon.output(("-Fuse#" + String(_nID)) + " complete."); } dispatchEvent({target:this, type:"onComplete"}); if ((autoClear == true) || ((!(autoClear === false)) && (AUTOCLEAR == true))) { destroy(); } return(undefined); } if (OUTPUT_LEVEL > 1) { com.mosesSupposes.fuse.FuseKitCommon.output((("-Fuse#" + String(_nID)) + " advance: ") + _nIndex); } dispatchEvent({target:this, type:"onAdvance"}); playCurrentItem(); } function playCurrentItem(postDelay) { _global.clearInterval(_nDelay); if (!(postDelay === true)) { var _local3 = com.mosesSupposes.fuse.FuseItem(this[_nIndex]).evalDelay(scope) || 0; if (_local3 > 0) { _nTimeCache = getTimer() + (_local3 * 1000); _nDelay = _global.setInterval(com.techsmith.utils.Delegate.create(this, playCurrentItem), _local3 * 1000, true); return(undefined); } } _nTimeCache = (_nDelay = -1); if (this[_nIndex] instanceof com.mosesSupposes.fuse.Fuse) { if (_oDel1 == null) { _oDel1 = com.techsmith.utils.Delegate.create(this, advance); } com.mosesSupposes.fuse.Fuse(this[_nIndex]).addEventListener("onComplete", _oDel1); } var _local4 = com.mosesSupposes.fuse.FuseItem(this[_nIndex]).startItem(_aDefaultTargs, scope); if (OUTPUT_LEVEL > 1) { com.mosesSupposes.fuse.FuseKitCommon.output((("-Fuse#" + String(_nID)) + " props tweened: ") + _local4); } } function evtSetStart(o) { setStartProps.apply(this, o.filter); } function startItem(targs, scope) { if (target == null) { target = targs; } if (scope == null) { } start(); } static function open(fuseOrID) { var _local3 = _global.com.mosesSupposes.fuse.ZigoEngine; if (_local3 == undefined) { com.mosesSupposes.fuse.FuseKitCommon.error("106"); return(null); } _local3.register(com.mosesSupposes.fuse.Fuse, com.mosesSupposes.fuse.FuseItem); if (_oBuildMode == null) { _oBuildMode = {curID:-1, prevID:-1, curGroup:null}; } else if ((_oBuildMode != null) && (_oBuildMode.curID > -1)) { close(); } if (fuseOrID != null) { if (fuseOrID instanceof com.mosesSupposes.fuse.Fuse) { _oBuildMode.curID = fuseOrID.id; } else if (getInstance(fuseOrID) != null) { _oBuildMode.curID = getInstance(fuseOrID).id; } else { com.mosesSupposes.fuse.FuseKitCommon.error("107"); return(null); } } else { _oBuildMode.curID = (new com.mosesSupposes.fuse.Fuse()).id; } _oBuildMode.prevID = _oBuildMode.curID; return(getInstance(_oBuildMode.curID)); } static function openGroup(fuseOrID) { if (!((_oBuildMode != null) && (_oBuildMode.curID > -1))) { open(fuseOrID); } else if (_oBuildMode.curGroup != null) { closeGroup(); } _oBuildMode.curGroup = new Array(); return(getInstance(_oBuildMode.curID)); } static function closeGroup() { if ((_oBuildMode.curGroup == null) || (!((_oBuildMode != null) && (_oBuildMode.curID > -1)))) { return(undefined); } getInstance(_oBuildMode.curID).push(_oBuildMode.curGroup); _oBuildMode.curGroup = null; } static function close() { if (!((_oBuildMode != null) && (_oBuildMode.curID > -1))) { return(undefined); } if (_oBuildMode.curGroup != null) { closeGroup(); } _oBuildMode.curID = -1; } static function closeAndStart(setStart) { if (!((_oBuildMode != null) && (_oBuildMode.curID > -1))) { return(undefined); } var _local3 = getInstance(_oBuildMode.curID); close(); _local3.start.apply(_local3, arguments); } static function startRecent(setStart) { var _local3 = getInstance(_oBuildMode.prevID); if (_local3 != null) { _local3.start.apply(_local3, arguments); } else { com.mosesSupposes.fuse.FuseKitCommon.error("108"); } } static function addCommand(commandOrScope, indexOrFunc, argument) { if (!((_oBuildMode != null) && (_oBuildMode.curID > -1))) { return(undefined); } var _local5 = ((_oBuildMode.curGroup != null) ? (_oBuildMode.curGroup) : (getInstance(_oBuildMode.curID))); if (typeof(commandOrScope) == "string") { if ((_oBuildMode.curGroup != null) && (commandOrScope != "delay")) { com.mosesSupposes.fuse.FuseKitCommon.error("109", String(commandOrScope)); return(undefined); } var _local6 = "|delay|start|stop|pause|resume|skipTo|setStartProps|"; if ((_local6.indexOf(("|" + commandOrScope) + "|") == -1) || (((commandOrScope == "skipTo") || (commandOrScope == "delay")) && (indexOrFunc == undefined))) { if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("110", String(commandOrScope)); } } else { _local5.push({__buildMode:true, command:commandOrScope, commandargs:indexOrFunc}); } } else { _local5.push({__buildMode:true, scope:commandOrScope, func:indexOrFunc, args:arguments.slice(2)}); } } static function addBuildItem(args) { if (!((_oBuildMode != null) && (_oBuildMode.curID > -1))) { return(false); } var _local3 = ((_oBuildMode.curGroup != null) ? (_oBuildMode.curGroup) : (getInstance(_oBuildMode.curID))); if ((args.length == 1) && (typeof(args[0]) == "object")) { _local3.push(args[0]); } else { _local3.push({__buildMode:true, tweenargs:args}); } return(true); } static function registerInstance(s) { if (_aInstances == null) { _aInstances = new Array(); } return(_aInstances.push(s) - 1); } static function removeInstanceAt(id, isDestroyCall) { if (isDestroyCall != true) { com.mosesSupposes.fuse.Fuse(_aInstances[id]).destroy(); } delete _aInstances[id]; } static var registryKey = "fuse"; static var VERSION = com.mosesSupposes.fuse.FuseKitCommon.VERSION; static var OUTPUT_LEVEL = 1; static var AUTOCLEAR = false; var autoClear = false; var _sState = "stopped"; var _nDelay = -1; var _nTimeCache = -1; static var _aInstances = null; static var _oBuildMode = null; }
Symbol 20490 MovieClip [__Packages.com.techsmith.ui.Bitmap] Frame 0
class com.techsmith.ui.Bitmap extends com.techsmith.ui.Component { var source, createEmptyMovieClip, dispatchEvent; function Bitmap () { super(); if (source != undefined) { createBitmap(source); } } static function create(container, name, depth, init) { Object.registerClass("Bitmap", com.techsmith.ui.Bitmap); var _local6 = container.attachMovie("Bitmap", name, depth, init); return(com.techsmith.ui.Bitmap(_local6)); } function createBitmap(bitmapSource, size, plane) { source = bitmapSource; var _local5 = source._width; var _local6 = source._height; width = _local5; height = _local6; bitmap = new flash.display.BitmapData(_local5, _local6, true, 0); var _local7 = new flash.geom.Matrix(); bitmap.draw(source, _local7); bitmapClip = createEmptyMovieClip("bitmapClip", 1); bitmapClip.attachBitmap(bitmap, 1); if (outline) { createOutline(_local5, _local6); } dispatchEvent({target:this, type:com.techsmith.events.Events.COMPLETE}); } function createOutline(w, h) { outlineClip = createEmptyMovieClip("outlineClip", 2); var _local4 = {thickness:0.5, rgb:outlineColor, alpha:100, pixelHinting:false, noScale:"none", capsStyle:"square", jointStyle:"miter", miterLimit:4}; com.techsmith.utils.shapes.Rectangle.draw(outlineClip, undefined, w, h, undefined, _local4, {x:0, y:0}); } function destroy() { outlineClip.removeMovieClip(); bitmap.dispose(); super.destroy(); } static var HORIZONTAL_CONSTRAINT = "horizontal"; static var VERTICAL_CONSTRAINT = "vertical"; var alpha = 30; var gradientFalloff = 0.4; var gradientFade = 5; var outline = false; var outlineColor = 12895428; var bitmap = null; var bitmapClip = null; var outlineClip = null; var width = null; var height = null; }
Symbol 20491 MovieClip [__Packages.com.techsmith.utils.Dimension] Frame 0
class com.techsmith.utils.Dimension { function Dimension (w, h) { if (w != null) { width = w; } if (h != null) { height = h; } } var width = 0; var height = 0; }
Symbol 20492 MovieClip [__Packages.com.techsmith.ui.VolumeControl] Frame 0
class com.techsmith.ui.VolumeControl extends com.techsmith.ui.Component { var backdrop, slider, timerID, _ymouse, _xmouse, localToGlobal, hitTest, dispatchEvent, removeAllListeners; function VolumeControl () { super(); backdrop = com.techsmith.ui.OneStateButton.create(this, "backdrop", 3); backdrop.init("VolumePanel"); trace("VolumePanel"); var _local3 = new com.techsmith.ui.panels.PanelStyle("SliderInsetLeft", "SliderInsetMiddle", "SliderInsetRight"); slider = com.techsmith.ui.Slider.create(this, "slider", 4, {tabChildren:true}); slider.init(new com.techsmith.utils.Dimension(75, 9), _local3, _local3); slider._rotation = -90; if (thumbTabIndex != null) { slider._focusrect = false; slider.thumb.tabIndex = thumbTabIndex; slider.thumb._focusrect = thumbFocusRect; slider.thumb.onSetFocus = com.techsmith.utils.Delegate.create(this, thumbSetFocusHandler); slider.thumb.onKillFocus = com.techsmith.utils.Delegate.create(this, thumbKillFocusHandler); slider.thumb.onKeyDown = com.techsmith.utils.Delegate.create(this, thumbKeyDownHandler); Key.addListener(slider.thumb); } slider.setPosition(50); var _local4 = (backdrop._height - slider._height) / 2; slider.move((backdrop._width - slider._width) / 2, backdrop._height - _local4); backdrop.addEventListener(com.techsmith.events.Events.MOUSE_ROLL_OUT, com.techsmith.utils.Delegate.create(this, mouseoutHandler)); backdrop.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE_OUT, com.techsmith.utils.Delegate.create(this, mouseoutHandler)); slider.addEventListener(com.techsmith.events.Events.PROGRESS, com.techsmith.utils.Delegate.create(this, positionHandler)); timerID = _global.setTimeout(this, "checkActive", 3000); } static function create(container, name, depth, init) { Object.registerClass("VolumeControl", com.techsmith.ui.VolumeControl); var _local6 = container.attachMovie("VolumeControl", name, depth, init); return(com.techsmith.ui.VolumeControl(_local6)); } function setPosition(volume) { slider.setPosition(volume); } function checkActive() { var _local2 = {x:_xmouse, y:_ymouse}; localToGlobal(_local2); var _local3 = hitTest(_local2.x, _local2.y, true); var _local4 = false; if (Selection.getFocus() == (this + ".slider.thumb")) { _local4 = true; } if ((!_local3) && (!_local4)) { destroy(); } } function positionHandler(e) { dispatchEvent({type:VOLUME_EVENT, target:this, volume:e.percent}); } function mouseoutHandler(e) { checkActive(); } function thumbSetFocusHandler(oldfocus) { slider.thumb.createEmptyMovieClip("line_mc", 51); slider.thumb.line_mc.lineStyle(4, 16776960, 100, true, "normal", "none", "miter", 150); slider.thumb.line_mc.moveTo(2, 2); slider.thumb.line_mc.lineTo(2, 6); slider.thumb.line_mc.lineTo(3, 6); slider.thumb.line_mc.lineTo(3, 2); slider.thumb.line_mc.lineTo(2, 2); } function thumbKillFocusHandler(newfocus) { slider.thumb.line_mc.removeMovieClip(); } function thumbKeyDownHandler() { dispatchEvent({type:com.techsmith.events.Events.KEY_DOWN, target:slider.thumb}); } function getVolumeThumb() { return(slider.thumb); } function destroy() { _global.clearTimeout(timerID); backdrop.removeAllListeners(); slider.removeAllListeners(); backdrop.destroy(); slider.destroy(); removeAllListeners(); super.destroy(); } static var VOLUME_EVENT = "volumeEvent"; var thumbTabIndex = null; var thumbFocusRect = null; var line_mc = null; }
Symbol 20493 MovieClip [__Packages.com.techsmith.jing.JingVolumeControl] Frame 0
class com.techsmith.jing.JingVolumeControl extends com.techsmith.ui.VolumeControl { var backdrop, slider, mouseoutHandler, positionHandler, timerID; function JingVolumeControl () { super(); backdrop = com.techsmith.ui.OneStateButton.create(this, "backdrop", 3); backdrop.init("VolumePanel"); var _local3 = new com.techsmith.ui.panels.PanelStyle("SliderInsetLeft", "SliderInsetMiddle", "SliderInsetRight"); slider = com.techsmith.jing.Slider.create(this, "slider", 4, {tabChildren:true}); slider.init(new com.techsmith.utils.Dimension(80, 9), _local3, _local3); slider._rotation = -90; slider.setPosition(80); var _local4 = (backdrop._height - slider._height) / 2; slider.move((backdrop._width - slider._width) / 2, backdrop._height - _local4); backdrop.addEventListener(com.techsmith.events.Events.MOUSE_ROLL_OUT, com.techsmith.utils.Delegate.create(this, mouseoutHandler)); backdrop.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE_OUT, com.techsmith.utils.Delegate.create(this, mouseoutHandler)); slider.addEventListener(com.techsmith.events.Events.PROGRESS, com.techsmith.utils.Delegate.create(this, positionHandler)); timerID = _global.setTimeout(this, "checkActive", 3000); } static function create(container, name, depth, init) { Object.registerClass("VolumeControl", com.techsmith.jing.JingVolumeControl); var _local6 = container.attachMovie("VolumeControl", name, depth, init); return(com.techsmith.jing.JingVolumeControl(_local6)); } static var VOLUME_EVENT = "volumeEvent"; var thumbTabIndex = null; var thumbFocusRect = null; var line_mc = null; }
Symbol 20494 MovieClip [__Packages.com.techsmith.utils.Delegate] Frame 0
class com.techsmith.utils.Delegate { function Delegate () { } static function create(d_scope, d_func) { var addArguments = new Array(); var _local2 = 2; for ( ; _local2 < arguments.length ; _local2++) { addArguments.push(arguments[_local2]); } var _local3 = function () { var _local2 = arguments.concat(addArguments); d_func.apply(d_scope, _local2); }; return(_local3); } }
Symbol 20495 MovieClip [__Packages.com.techsmith.ui.OneStateButton] Frame 0
class com.techsmith.ui.OneStateButton extends com.techsmith.ui.ButtonBase { var graphic, attachMovie; function OneStateButton () { super(); } static function create(container, name, depth, init) { Object.registerClass("OneStateButton", com.techsmith.ui.OneStateButton); var _local6 = container.attachMovie("OneStateButton", name, depth, init); return(com.techsmith.ui.OneStateButton(_local6)); } function init(id) { trace("attch"); graphic = attachMovie(id, "graphic", 3); } }
Symbol 20496 MovieClip [__Packages.com.brooksandrus.utils.Collection] Frame 0
class com.brooksandrus.utils.Collection { function Collection () { } }
Symbol 20497 MovieClip [__Packages.com.techsmith.utils.shapes.Rectangle] Frame 0
class com.techsmith.utils.shapes.Rectangle { function Rectangle () { } static function draw(scope, color, width, height, alpha, lStyle, location) { if (lStyle != null) { scope.lineStyle(lStyle.thickness, lStyle.rgb, lStyle.alpha, lStyle.pixelHinting, lStyle.noScale, lStyle.capsStyle, lStyle.jointStyle, lStyle.miterLimit); } else { scope.lineStyle(undefined); } scope.beginFill(color, alpha); if (location != null) { scope.moveTo(location.x, location.y); scope.lineTo(width + location.x, location.y); scope.lineTo(width + location.x, location.y + height); scope.lineTo(location.x, location.y + height); scope.lineTo(location.x, location.y); } else { scope.moveTo(0, 0); scope.lineTo(width, 0); scope.lineTo(width, height); scope.lineTo(0, height); scope.lineTo(0, 0); } scope.endFill(); } }
Symbol 20498 MovieClip [__Packages.com.mosesSupposes.fuse.FuseFMP] Frame 0
class com.mosesSupposes.fuse.FuseFMP { static var $fclasses, $shortcuts, $gro, $sro; function FuseFMP () { } static function simpleSetup() { initialize(MovieClip.prototype, Button.prototype, TextField.prototype); _global.FuseFMP = com.mosesSupposes.fuse.FuseFMP; for (var i in $fclasses) { _global[i] = $fclasses[i]; } } static function initialize(target) { if ($fclasses == undefined) { $shortcuts = {getFilterName:function (f) { return(com.mosesSupposes.fuse.FuseFMP.getFilterName(f)); }, getFilterIndex:function (f) { return(com.mosesSupposes.fuse.FuseFMP.getFilterIndex(this, f)); }, getFilter:function (f, createNew) { return(com.mosesSupposes.fuse.FuseFMP.getFilter(this, f, createNew)); }, writeFilter:function (f, pObj) { return(com.mosesSupposes.fuse.FuseFMP.writeFilter(this, f, pObj)); }, removeFilter:function (f) { return(com.mosesSupposes.fuse.FuseFMP.removeFilter(this, f)); }, getFilterProp:function (prop, createNew) { return(com.mosesSupposes.fuse.FuseFMP.getFilterProp(this, prop, createNew)); }, setFilterProp:function (prop, v) { com.mosesSupposes.fuse.FuseFMP.setFilterProp(this, prop, v); }, setFilterProps:function (fOrPObj, pObj) { com.mosesSupposes.fuse.FuseFMP.setFilterProps(this, fOrPObj, pObj); }, traceAllFilters:function () { com.mosesSupposes.fuse.FuseFMP.traceAllFilters(); }}; $fclasses = {BevelFilter:flash.filters.BevelFilter, BlurFilter:flash.filters.BlurFilter, ColorMatrixFilter:flash.filters.ColorMatrixFilter, ConvolutionFilter:flash.filters.ConvolutionFilter, DisplacementMapFilter:flash.filters.DisplacementMapFilter, DropShadowFilter:flash.filters.DropShadowFilter, GlowFilter:flash.filters.GlowFilter, GradientBevelFilter:flash.filters.GradientBevelFilter, GradientGlowFilter:flash.filters.GradientGlowFilter}; $gro = {__resolve:function (name) { var _local2 = function () { var _local2 = this; if (_local2.filters != undefined) { var _local3 = name.split("_"); if (_local3[1] == "blur") { _local3[1] = "blurX"; } return(com.mosesSupposes.fuse.FuseFMP.getFilter(this, _local3[0] + "Filter", false)[_local3[1]]); } }; return(_local2); }}; $sro = {__resolve:function (name) { var _local2 = function (val) { var _local3 = this; if (_local3.filters != undefined) { com.mosesSupposes.fuse.FuseFMP.setFilterProp(this, name, val); } }; return(_local2); }}; } if (arguments[0] == null) { return(undefined); } var _local3 = [MovieClip, Button, TextField]; for (var i in arguments) { var _local4 = false; for (var j in _local3) { if ((arguments[i] instanceof _local3[j]) || (arguments[i] == Function(_local3[j]).prototype)) { _local4 = true; break; } } if (!_local4) { com.mosesSupposes.fuse.FuseKitCommon.error("201", i); continue; } for (var $filtername in $fclasses) { var _local5 = new $fclasses[$filtername][undefined](); for (var b in _local5) { if (typeof(_local5[b]) == "function") { continue; } var _local6 = ($filtername.substr(0, -6) + "_") + b; arguments[i].addProperty(_local6, $gro[_local6], $sro[_local6]); _global.ASSetPropFlags(arguments[i], _local6, 3, 1); if (b == "blurX") { _local6 = _local6.slice(0, -1); arguments[i].addProperty(_local6, $gro[_local6], $sro[_local6]); _global.ASSetPropFlags(arguments[i], _local6, 3, 1); } } } for (var s in $shortcuts) { arguments[i][s] = $shortcuts[s]; _global.ASSetPropFlags(arguments[i], s, 7, 1); } } } static function deinitialize() { if ($fclasses == undefined) { return(undefined); } if (arguments.length == 0) { arguments.push(MovieClip.prototype, Button.prototype, TextField.prototype); } for (var i in arguments) { for (var $filtername in $fclasses) { var _local2 = new $fclasses[$filtername][undefined](); for (var b in _local2) { if (typeof(_local2[b]) == "function") { continue; } var _local3 = ($filtername.substr(0, -6) + "_") + b; _global.ASSetPropFlags(arguments[i], _local3, 0, 2); arguments[i].addProperty(_local3, null, null); delete arguments[i][_local3]; } } for (var s in $shortcuts) { _global.ASSetPropFlags(arguments[i], s, 0, 2); delete arguments[i][s]; } } } static function getFilterName($myFilter) { if ($fclasses == undefined) { initialize(null); } for (var a in $fclasses) { if ($myFilter.__proto__ == Function($fclasses[a]).prototype) { return(a); } } return(null); } static function getFilterIndex($obj, $myFilter) { if ($fclasses == undefined) { initialize(null); } $myFilter = $getInstance($myFilter); if ($myFilter === null) { return(-1); } var _local4 = $obj.filters; var _local5 = 0; for ( ; _local5 < _local4.length ; _local5++) { if (_local4[_local5].__proto__ == $myFilter.__proto__) { return(_local5); } } return(-1); } static function getFilter($obj, $myFilter, $createNew) { var _local5 = getFilterIndex($obj, $myFilter); if (_local5 == -1) { if ($createNew != true) { return(null); } _local5 = writeFilter($obj, $myFilter); if (_local5 == -1) { return(null); } } return($obj.filters[_local5]); } static function writeFilter($obj, $myFilter, $propsObj) { if ($fclasses == undefined) { initialize(null); } $myFilter = $getInstance($myFilter); if ($myFilter === null) { return(-1); } var _local5 = $obj.filters; var _local6 = getFilterIndex($obj, $myFilter); if (_local6 == -1) { _local5.push($myFilter); } else { _local5[_local6] = $myFilter; } $obj.filters = _local5; if (typeof($propsObj) == "object") { setFilterProps($obj, $myFilter, $propsObj); } _local6 = getFilterIndex($obj, $myFilter); return(_local6); } static function removeFilter($obj, $myFilter) { if ($fclasses == undefined) { initialize(null); } $myFilter = $getInstance($myFilter); var _local4 = $obj.filters; var _local5 = getFilterIndex($obj, $myFilter); if (_local5 == -1) { return(false); } _local4.splice(_local5, 1); $obj.filters = _local4; return(true); } static function getFilterProp($obj, $filtername, $createNew) { var _local5 = $filtername.split("_"); if (_local5[1] == "blur") { _local5[1] = "blurX"; } return(getFilter($obj, _local5[0] + "Filter", $createNew)[_local5[1]]); } static function setFilterProp($obj, $propname, $val) { if ($fclasses == undefined) { initialize(null); } var _local5 = $propname.split("_"); var _local6 = _local5[0] + "Filter"; if ($fclasses[_local6] == undefined) { return(undefined); } var _local7 = new $fclasses[_local6][undefined](); var _local8 = _local5[1]; var _local9 = $obj.filters.length || 0; while (_local9-- , _local9 > -1) { var _local10 = $obj.filters[_local9]; if (_local10.__proto__ == _local7.__proto__) { _local7 = _local10; break; } } if (_local8 == "blur") { _local7.blurX = $val; _local7.blurY = $val; } else { if (_local8.indexOf("lor") > -1) { if ((typeof($val) == "string") && (_local8.charAt(2) != "l")) { if ($val.charAt(0) == "#") { $val = $val.slice(1); } $val = (($val.charAt(1).toLowerCase() != "x") ? (Number("0x" + $val)) : (Number($val))); } } _local7[_local8] = $val; } if (_local9 == -1) { $obj.filters = [_local7]; } else { var _local11 = $obj.filters; _local11[_local9] = _local7; $obj.filters = _local11; } } static function setFilterProps($obj, $filterOrPropsObj, $propsObj) { if ($fclasses == undefined) { initialize(null); } if (!($obj instanceof Array)) { $obj = [$obj]; } var _local5 = new Object(); if (arguments.length == 3) { for (var i in $obj) { var _local8 = getFilter($obj[i], $filterOrPropsObj, true); if (_local8 == null) { continue; } var _local9 = getFilterName(_local8).substr(0, -6) + "_"; for (var _local6 in $propsObj) { _local5[_local6] = $propsObj[_local6]; } for (var _local6 in _local5) { var _local7 = _local5[_local6]; if (_local6.indexOf(_local9) == 0) { var _local6 = _local6.slice(_local9.length); } if (_local6 == "blur") { flash.filters.BlurFilter(_local8).blurX = Number(_local7); flash.filters.BlurFilter(_local8).blurY = Number(_local7); } else if ((_local6.indexOf("lor") > -1) && ((_local6.charAt(2) != "l") && (typeof(_local7) == "string"))) { if (_local7.charAt(0) == "#") { _local7 = _local7.slice(1); } _local7 = ((_local7.charAt(1).toLowerCase() != "x") ? (Number("0x" + _local7)) : (Number(_local7))); } else { _local8[_local6] = _local7; } } writeFilter($obj[i], _local8); } } else if (typeof($filterOrPropsObj) == "object") { $propsObj = $filterOrPropsObj; for (var _local6 in $propsObj) { var _local10 = _local6.split("_"); var _local11 = _local10[0] + "Filter"; if ($fclasses[_local11] == undefined) { continue; } if (_local5[_local11] == undefined) { _local5[_local11] = {}; } if (_local10[1] == "blur") { flash.filters.BlurFilter(_local5[_local11]).blurX = $propsObj[_local6]; flash.filters.BlurFilter(_local5[_local11]).blurY = $propsObj[_local6]; } else { _local5[_local11][_local10[1]] = $propsObj[_local6]; } } for (var i in $obj) { for (var $fname in _local5) { var _local12 = getFilter($obj[i], $fname, true); if (_local12 == null) { continue; } for (var _local6 in _local5[$fname]) { var _local7 = _local5[$fname][_local6]; if ((_local6.indexOf("lor") > -1) && ((_local6.charAt(2) != "l") && (typeof(_local7) == "string"))) { if (_local7.charAt(0) == "#") { _local7 = _local7.slice(1); } _local7 = ((_local7.charAt(1).toLowerCase() != "x") ? (Number("0x" + _local7)) : (Number(_local7))); } _local12[_local6] = _local7; } writeFilter($obj[i], _local12); } } } } static function getAllShortcuts() { if ($fclasses == undefined) { initialize(null); } var _local2 = []; for (var $filtername in $fclasses) { var _local3 = new $fclasses[$filtername][undefined](); for (var b in _local3) { if (typeof(_local3[b]) == "function") { continue; } _local2.push(($filtername.substr(0, -6) + "_") + b); if (b == "blurX") { _local2.push($filtername.substr(0, -6) + "_blur"); } } } return(_local2); } static function traceAllFilters() { if ($fclasses == undefined) { initialize(null); } var _local2 = "------ FuseFMP filter properties ------\n"; for (var $filtername in $fclasses) { _local2 = _local2 + $filtername; var _local3 = new $fclasses[$filtername][undefined](); for (var b in _local3) { if (typeof(_local3[b]) == "function") { continue; } _local2 = _local2 + ((("\t- " + $filtername.substr(0, -6)) + "_") + b); if (b == "blurX") { _local2 = _local2 + (("\t- " + $filtername.substr(0, -6)) + "_blur"); } } _local2 = _local2 + newline; } com.mosesSupposes.fuse.FuseKitCommon.output(_local2); } static function $getInstance($myFilter) { if ($myFilter instanceof flash.filters.BitmapFilter) { return(flash.filters.BitmapFilter($myFilter)); } if (typeof($myFilter) == "function") { for (var j in $fclasses) { if ($myFilter == $fclasses[j]) { return(new $fclasses[j][undefined]()); } } } if (typeof($myFilter) == "string") { var _local3 = String($myFilter); if (_local3.substr(-6) != "Filter") { _local3 = _local3 + "Filter"; } for (var j in $fclasses) { if (j == _local3) { return(new $fclasses[j][undefined]()); } } } return(null); } static var registryKey = "fuseFMP"; static var VERSION = com.mosesSupposes.fuse.FuseKitCommon.VERSION; }
Symbol 20499 MovieClip [__Packages.com.mosesSupposes.fuse.ZManager] Frame 0
class com.mosesSupposes.fuse.ZManager { var tweens, now; function ZManager () { tweens = {}; numTweens = 0; } function addTween(obj, props, endvals, seconds, ease, delay, callback) { var _local9 = ((callback.skipLevel == undefined) ? 0 : (callback.skipLevel)); var _local10 = ((callback.cycles == undefined) ? 1 : (callback.cycles)); var _local11 = callback.extra1; var _local12 = callback.extra2; var _local13 = []; var _local14 = _global.com.mosesSupposes.fuse.FuseFMP; var _local15 = String(("|" + _local14.getAllShortcuts().join("|")) + "|"); var _local16 = com.mosesSupposes.fuse.FuseKitCommon._cts(); var _local17 = ""; var _local18 = ""; var _local19 = tweens[String(obj.__zigoID__)]; if ((_local19 != undefined) && (com.mosesSupposes.fuse.ZigoEngine.AUTOSTOP == true)) { if (obj._listeners.length > 0) { for (var j in _local19.props) { _local13.unshift(j); } } _local19.numProps = 0; cleanUp(true); } for (var i in props) { var _local20 = props[i]; var _local21 = _local16.indexOf(("|" + _local20) + "|") > -1; var _local22 = _local19.colorProp; if (_local19 != undefined) { if ((_local21 == true) && (_local22 != undefined)) { _local13.unshift(_local22); delete _local19.props[_local22]; delete _local19.colorProp; _local19.numProps--; } else if (_local19.props[_local20] != undefined) { _local13.unshift(_local20); delete _local19[_local20]; _local19.numProps--; } } var _local23 = {c:-1, fmp:-1}; var _local24 = endvals[i]; var _local25 = ((_local9 == 0) && ((seconds + delay) == 0)) || ((_local9 > 0) && (seconds == 0)); var _local26 = false; var _local27 = (_local14 != undefined) && (_local15.indexOf(("|" + _local20) + "|") > -1); if (_local27 == true) { _local23.fmp = _local14; _local23.ps = _local14.getFilterProp(obj, _local20, true); _local23.special = true; } if ((_local21 == true) || ((_local27 == true) && ((_local20.indexOf("lor") > -1) && ((_local20.charAt(2) != "l") && (_local25 == false))))) { if (_local21 == true) { _local23.c = new Color(obj); _local23.ps = _local23.c.getTransform(); if (_local20 != "_colorTransform") { var _local28 = (((_local20 == "_tint") || ((_local20 == "_tintPercent") || (_local20 == "_colorReset"))) ? "tint" : (_local20.slice(1))); var _local29 = null; var _local30 = null; if (_local28 == "tint") { if (typeof(_local24) == "object") { _local30 = _local24.tint; _local29 = ((_global.isNaN(_local24.percent) == true) ? 100 : (_local24.percent)); } else if ((_local20 == "_tintPercent") || (_local20 == "_colorReset")) { var _local31 = com.mosesSupposes.fuse.ZigoEngine.getColorKeysObj(obj).tintPercent; _local29 = ((typeof(_local24) == "string") ? ((_local31 || 0) + Number(_local24)) : Number(_local24)); _local29 = Math.max(0, Math.min(_local29, 100)); if (_local20 == "_colorReset") { _local29 = Math.min(_local31, 100 - _local29); } _local30 = com.mosesSupposes.fuse.ZigoEngine.getColorKeysObj(obj).tint || 0; } else { _local30 = _local24; _local29 = 100; } } else { _local29 = ((typeof(_local24) == "string") ? ((com.mosesSupposes.fuse.ZigoEngine.getColorKeysObj(obj)[_local28] || 0) + Number(_local24)) : (_local24)); } _local24 = com.mosesSupposes.fuse.ZigoEngine.getColorTransObj(_local28, _local29, _local30); } } else { _local23.c = 1; _local23.ps = com.mosesSupposes.fuse.ZigoEngine.getColorTransObj("tint", 100, _local23.ps); _local24 = com.mosesSupposes.fuse.ZigoEngine.getColorTransObj("tint", 100, _local24); } if (_local25 == true) { _local23.c.setTransform(_local24); } else { _local23.ch = {}; for (var j in _local24) { if ((((_local23.c === 1) && (j.charAt(1) == "b")) || (_local24[j] != _local23.ps[j])) && ((_local24[j] != null) && (_global.isNaN(Number(_local24[j])) == false))) { _local23.ch[j] = ((typeof(_local24[j]) == "string") ? (Number(_local24[j])) : (_local24[j] - _local23.ps[j])); if (_global.isNaN(_local23.ch[j]) == true) { _local23.ch[j] = 0; } else if (_local23.ch[j] != 0) { _local26 = true; } } } } } else if (_local20 == "_bezier_") { removeTween(obj, "_x,_y", true); if (_local25 == true) { if ((_local24.x != null) && (_global.isNaN(Number(_local24.x)) == false)) { obj._x = ((typeof(_local24.x) == "string") ? (obj._x + Number(_local24.x)) : (_local24.x)); } if ((_local24.y != null) && (_global.isNaN(Number(_local24.y)) == false)) { obj._y = ((typeof(_local24.y) == "string") ? (obj._y + Number(_local24.y)) : (_local24.y)); } } else { _local23.special = true; _local23.ps = 0; _local23.ch = 1; _local23.bz = {sx:obj._x, sy:obj._y}; if ((_local24.x == null) || (_global.isNaN(Number(_local24.x)))) { _local24.x = _local23.bz.sx; } if ((_local24.y == null) || (_global.isNaN(Number(_local24.y)))) { _local24.y = _local23.bz.sy; } _local23.bz.chx = ((typeof(_local24.x) == "string") ? (Number(_local24.x)) : (_local24.x - _local23.bz.sx)); if (_global.isNaN(_local23.bz.chx) == true) { _local23.bx.chx = 0; } _local23.bz.chy = ((typeof(_local24.y) == "string") ? (Number(_local24.y)) : (_local24.y - _local23.bz.sy)); if (_global.isNaN(_local23.bz.chy) == true) { _local23.bx.chy = 0; } if ((_local24.controlX == null) || (_global.isNaN(Number(_local24.controlX)))) { _local23.bz.ctrlx = _local23.bz.sx + (_local23.bz.chx / 2); } else { _local23.bz.ctrlx = ((typeof(_local24.controlX) == "string") ? (_local23.bz.sx + Number(_local24.controlX)) : (_local24.controlX)); } if ((_local24.controlY == null) || (_global.isNaN(Number(_local24.controlY)))) { _local23.bz.ctrly = _local23.bz.sy + (_local23.bz.chy / 2); } else { _local23.bz.ctrly = ((typeof(_local24.controlY) == "string") ? (_local23.bz.sy + Number(_local24.controlY)) : (_local24.controlY)); } _local23.bz.ctrlx = _local23.bz.ctrlx - _local23.bz.sx; _local23.bz.ctrly = _local23.bz.ctrly - _local23.bz.sy; _local26 = (_local23.bz.chx + _local23.bz.chy) != 0; } } else { if ((_local20 == "_x") || (_local20 == "_y")) { removeTween(obj, "_bezier_", true); } if ((_local20 == "_frame") && (typeof(obj) == "movieclip")) { _local23.ps = obj._currentframe; _local23.special = true; } else if (_local27 == false) { _local23.ps = obj[_local20]; } if (_local25 == true) { _local24 = ((typeof(_local24) == "string") ? (_local23.ps + Number(_local24)) : (_local24)); if (_local27 == true) { _local14.setFilterProp(obj, _local20, _local24); } else { obj[_local20] = _local24; } } else { if ((_local24 == null) || (_global.isNaN(Number(_local24)))) { _local24 = _local23.ps; } _local23.ch = ((typeof(_local24) == "string") ? (Number(_local24)) : (Number(_local24) - _local23.ps)); if (_global.isNaN(_local23.ch) == true) { _local23.ch = 0; } _local26 = _local23.ch != 0; } } if (((_local9 == 0) && ((_local26 == true) || (_local25 == false))) || ((_local26 == true) && (_local25 == false))) { _local23.ts = now + (delay * 1000); _local23.pt = -1; _local23.d = seconds * 1000; _local23.ef = ease; _local23.sf = false; _local23.cycles = _local10; if (_local11 != undefined) { _local23.e1 = _local11; } if (_local12 != undefined) { _local23.e2 = _local12; } if (callback.start != undefined) { _local23.scb = callback.start; } if (callback.upd != undefined) { _local23.ucb = callback.upd; } if (callback.end != undefined) { _local23.ecb = callback.end; } if (tweens[String(obj.__zigoID__)] == undefined) { _local19 = (tweens[String(obj.__zigoID__)] = {numProps:0, locked:false, targ:obj, targID:String(("\"" + ((obj._name != undefined) ? (obj._name) : (obj.toString()))) + "\""), targZID:obj.__zigoID__, props:{}}); numTweens++; } if (_local21 == true) { _local19.colorProp = _local20; } _local19.props[_local20] = _local23; _local19.numProps++; _local17 = (_local20 + ",") + _local17; _local18 = (((typeof(_local24) == "string") ? (("\"" + _local24) + "\"") : (_local24)) + ",") + _local18; } } if ((_local19 == undefined) || (_local19.numProps <= 0)) { cleanUp(); } if ((_local13.length > 0) && (com.mosesSupposes.fuse.ZigoEngine._listeners.length > 0)) { com.mosesSupposes.fuse.ZigoEngine.broadcastMessage("onTweenInterrupt", {target:obj, props:_local13, __zigoID__:obj.__zigoID__}); } if (_local17 == "") { if (_local9 == 2) { if (com.mosesSupposes.fuse.ZigoEngine.OUTPUT_LEVEL == 2) { com.mosesSupposes.fuse.FuseKitCommon.error("011", ((obj._name != undefined) ? (obj._name) : (obj.toString())), props.toString()); } } else { var _local32 = obj._listeners.length > 0; if (_local32 == true) { obj.broadcastMessage("onTweenStart", {target:obj, props:props}); } if (callback.start != undefined) { callback.start.f.apply(callback.start.s, callback.start.a); } if (_local32 == true) { obj.broadcastMessage("onTweenUpdate", {target:obj, props:props}); } if (callback.upd != undefined) { callback.upd.f.apply(callback.upd.s, callback.upd.a); } if (_local32 == true) { obj.broadcastMessage("onTweenEnd", {target:obj, props:props}); } if (callback.end != undefined) { callback.end.f.apply(callback.end.s, callback.end.a); } } cleanUp(); } if (com.mosesSupposes.fuse.ZigoEngine.OUTPUT_LEVEL == 2) { if (_local17 == "") { com.mosesSupposes.fuse.FuseKitCommon.error("012", ((obj._name != undefined) ? (obj._name) : (obj.toString())), props.toString(), endvals.toString()); } else { com.mosesSupposes.fuse.FuseKitCommon.error("013", ((obj._name != undefined) ? (obj._name) : (obj.toString())), _local17.slice(0, -1), _local18.slice(0, -1)); } } return(((_local17 == "") ? null : (_local17.slice(0, -1)))); } function removeTween(targs, props, noInit) { var _local5 = {}; var _local6 = paramsObj(targs, props); if (_local6.none == true) { return(undefined); } var _local7 = _local6.all; var _local8 = _local6.allprops; var _local9 = ((_local7 == true) ? (tweens) : (Object(_local6.tg))); var _local10 = false; for (var j in _local9) { var _local11 = ((_local7 == true) ? (j) : (String(_local9[j].__zigoID__))); var _local12 = tweens[_local11]; var _local13 = ((_local8 == true) ? (_local12.props) : (_local6.props)); for (var i in _local13) { var _local14 = (i == com.mosesSupposes.fuse.FuseKitCommon.ALLCOLOR) && (_local12.colorProp != undefined); if ((_local12.props[i] != undefined) || (_local14 == true)) { if (_local5[_local11] == null) { _local5[_local11] = []; } _local5[_local11].unshift(i); if ((i == _local12.colorProp) || (_local14 == true)) { delete _local12.props[_local12.colorProp]; delete _local12.colorProp; } else { delete _local12.props[i]; } _local12.numProps--; if (_local12.numProps <= 0) { _local10 = true; break; } } } } if (com.mosesSupposes.fuse.ZigoEngine._listeners.length > 0) { for (var k in _local5) { var _local15 = tweens[k].targ; com.mosesSupposes.fuse.ZigoEngine.broadcastMessage("onTweenInterrupt", {target:((typeof(_local15.addProperty) == "function") ? (_local15) : (("[MISSING(\"" + tweens[k].targID) + "\")]")), props:_local5[k], __zigoID__:tweens[k].targZID}); } } if (_local10 == true) { cleanUp(noInit); } } function alterTweens(type, targs, props, pauseFlag, suppressStartEvents) { if (type == "lock") { tweens[String(targs.__zigoID__)].locked = props == true; return(undefined); } var _local7 = paramsObj(targs, props); if (_local7.none == true) { return(undefined); } var _local8 = _local7.all; var _local9 = _local7.allprops; var _local10 = ((_local8 == true) ? (tweens) : (Object(_local7.tg))); var _local11 = 0; for (var j in _local10) { var _local12 = ((_local8 == true) ? (j) : (String(_local10[j].__zigoID__))); var _local13 = tweens[_local12]; var _local14 = ((_local9 == true) ? (_local13.props) : (_local7.props)); if (_local14.ALLCOLOR == true) { _local14[_local13.colorProp] = true; delete _local14.ALLCOLOR; } for (var prop in _local14) { _local11++; var _local15 = _local13.props[prop]; if (type == "rewind") { if (pauseFlag == true) { _local15.pt = now; } _local15.ts = now; if (suppressStartEvents != true) { _local15.sf = false; if (_local15.scb != undefined) { _local15.scb.fired = false; } } } else if (type == "ff") { _local15.pt = -1; _local15.ts = now - _local15.d; } else if (type == "pause") { if (_local15.pt == -1) { _local15.pt = now; } } else if (type == "unpause") { if (_local15.pt != -1) { _local15.ts = now - (_local15.pt - _local15.ts); _local15.pt = -1; } } } } if ((type == "ff") && (_local11 > 0)) { update(); } else if ((type == "rewind") && (_local11 > 0)) { update(true); } } function getStatus(type, targ, param) { if (targ == null) { return(null); } var _local5 = String(targ).toUpperCase() == com.mosesSupposes.fuse.FuseKitCommon.ALL; var _local6 = tweens[String(targ.__zigoID__)]; switch (type) { case "paused" : var _local7 = _local6.props; if (param != null) { if (_local7[String(param)] == undefined) { return(false); } return(_local7[String(param)].pt != -1); } for (var i in _local7) { if (_local7[i].pt != -1) { return(true); } } return(false); case "active" : if (param == null) { return(_local6 != undefined); } if (String(param).toUpperCase() == com.mosesSupposes.fuse.FuseKitCommon.ALLCOLOR) { return(_local6.colorProp != undefined); } return(_local6.props[String(param)] != undefined); case "count" : if (!_local5) { return(_local6.numProps); } var _local8 = 0; for (var i in tweens) { _local8 = _local8 + tweens[i].numProps; } return(_local8); case "locked" : return(_local6.locked); } } function update(force) { var _local3 = {}; var _local4 = {}; var _local5 = {}; var _local6 = {}; var _local7 = {}; var _local8 = {}; var _local9 = false; var _local10 = com.mosesSupposes.fuse.ZigoEngine.ROUND_RESULTS; for (var i in tweens) { var _local11 = tweens[i]; var _local12 = _local11.targ; var _local13 = _local11.props; var _local14 = _local12._listeners.length > 0; if (_local12.__zigoID__ == undefined) { _local9 = true; if (com.mosesSupposes.fuse.ZigoEngine._listeners.length > 0) { var _local15 = []; for (var prop in _local13) { _local15.unshift(prop); } com.mosesSupposes.fuse.ZigoEngine.broadcastMessage("onTweenInterrupt", {target:((typeof(_local12.addProperty) == "function") ? (_local12) : (("[MISSING:" + _local11.targID) + "]")), props:_local15, __zigoID__:_local11.targZID}); } continue; } for (var prop in _local13) { var _local16 = _local13[prop]; if (((_local16.ts > now) || (_local16.pt != -1)) && (force != true)) { continue; } var _local17 = now >= (_local16.ts + _local16.d); if (_local16.c == -1) { if (_local17 == true) { var _local18 = _local16.ps + _local16.ch; if ((_local16.cycles > 1) || (_local16.cycles == 0)) { if (_local16.cycles > 1) { _local16.cycles--; } _local16.ps = _local18; _local16.ch = -_local16.ch; _local16.ts = now; _local17 = false; } } else { var _local18 = _local16.ef(now - _local16.ts, _local16.ps, _local16.ch, _local16.d, _local16.e1, _local16.e2); } if (_global.isNaN(_local18) == false) { if (_local10 == true) { var _local18 = Math.round(Number(_local18)); } if (_local16.special != true) { _local12[prop] = _local18; } else if (_local16.fmp != -1) { _local16.fmp.setFilterProp(_local12, prop, _local18); } else if (prop == "_bezier_") { var _local19 = _local16.bz; _local12._x = _local19.sx + (_local18 * (((2 * (1 - _local18)) * _local19.ctrlx) + (_local18 * _local19.chx))); _local12._y = _local19.sy + (_local18 * (((2 * (1 - _local18)) * _local19.ctrly) + (_local18 * _local19.chy))); } else if (prop == "_frame") { MovieClip(_local12).gotoAndStop(Math.round(_local18)); } } } else { var _local20 = {}; var _local21 = (_local17 == true) && ((_local16.cycles > 1) || (_local16.cycles == 0)); for (var j in _local16.ch) { var _local22 = _local16.ch[j]; if (_local17 == true) { _local20[j] = _local16.ps[j] + _local22; if (_local21 == true) { _local16.ch[j] = -_local22; } } else { _local20[j] = _local16.ef(now - _local16.ts, _local16.ps[j], _local22, _local16.d, _local16.e1, _local16.e2); } if (_global.isNaN(_local20[j]) == false) { if (_local10 == true) { _local20[j] = Math.round(_local20[j]); } if (_local16.fmp == -1) { _local16.c.setTransform(_local20); } else { var _local23 = ((_local20.rb << 16) | (_local20.gb << 8)) | _local20.bb; _local16.fmp.setFilterProp(_local12, prop, _local23); } } } if (_local21 == true) { if (_local16.cycles > 1) { _local16.cycles--; } _local17 = false; _local16.ts = now; _local16.ps = _local20; } } if (_local16.sf == false) { if (_local14 == true) { if (_local6[i] == undefined) { _local6[i] = [_local12, []]; } _local6[i][1].unshift(prop); } _local16.sf = true; } if (_local16.scb.fired == false) { _local3[String(_local16.scb.id)] = _local16.scb; _local16.scb.fired = true; } if (_local14 == true) { if (_local7[i] == undefined) { _local7[i] = [_local12, []]; } _local7[i][1].unshift(prop); } if (_local16.ucb != undefined) { _local4[String(_local16.ucb.id)] = _local16.ucb; } if (_local17 == true) { if (_local14 == true) { if (_local8[i] == undefined) { _local8[i] = [_local12, []]; } _local8[i][1].unshift(prop); } if (_local16.ecb != undefined) { _local5[String(_local16.ecb.id)] = _local16.ecb; } delete _local13[prop]; if (prop == _local11.colorProp) { delete _local11.colorProp; } _local11.numProps--; if (_local11.numProps <= 0) { _local9 = true; } } } } for (var i in _local6) { _local6[i][0].broadcastMessage("onTweenStart", {target:_local6[i][0], props:_local6[i][1]}); } for (var i in _local3) { _local3[i].f.apply(_local3[i].s, _local3[i].a); } for (var i in _local7) { _local7[i][0].broadcastMessage("onTweenUpdate", {target:_local7[i][0], props:_local7[i][1]}); } for (var i in _local4) { _local4[i].f.apply(_local4[i].s, _local4[i].a); } for (var i in _local8) { _local8[i][0].broadcastMessage("onTweenEnd", {target:_local8[i][0], props:_local8[i][1]}); } for (var i in _local5) { _local5[i].f.apply(_local5[i].s, _local5[i].a); } if (_local9) { cleanUp(); } now = getTimer(); } function cleanUp(noInit) { for (var i in tweens) { var _local3 = tweens[i].targ; if ((tweens[i].numProps <= 0) || (_local3.__zigoID__ == undefined)) { if ((_local3 != undefined) && ((_local3.tween == undefined) && (noInit != true))) { com.mosesSupposes.fuse.ZigoEngine.deinitializeTargets(_local3); } delete tweens[i]; numTweens--; } } if (numTweens <= 0) { numTweens = 0; delete tweens; tweens = {}; if (noInit != true) { com.mosesSupposes.fuse.ZigoEngine.__mgrRelay(this, "setup", [true]); } } } function paramsObj(targs, props, endvals) { var _local5 = {}; _local5.all = String(targs).toUpperCase() == com.mosesSupposes.fuse.FuseKitCommon.ALL; _local5.none = targs == null; if (_local5.all == true) { _local5.tg = [null]; } else { _local5.tg = ((targs instanceof Array) ? (targs) : ([targs])); for (var i in _local5.tg) { var _local6 = _local5.tg[i]; if ((_local6 == null) || (!((typeof(_local6) == "object") || (typeof(_local6) == "movieclip")))) { _local5.tg.splice(Number(i), 1); } } } _local5.allprops = props == null; var _local9 = {}; if (_local5.allprops == false) { if ((typeof(props) == "string") && ((String(props).indexOf(" ") > -1) || (String(props).indexOf(",") > -1))) { props = String(props.split(" ").join("")).split(","); } var _local7 = ((props instanceof Array) ? (props.slice()) : ([props])); if (endvals != undefined) { if ((typeof(endvals) == "string") && ((String(endvals).indexOf(" ") > -1) || (String(endvals).indexOf(",") > -1))) { endvals = String(endvals.split(" ").join("")).split(","); } var _local8 = ((endvals instanceof Array) ? (endvals.slice()) : ([endvals])); while (_local8.length < _local7.length) { _local8.push(_local8[_local8.length - 1]); } _local8.splice(_local7.length, _local8.length - _local7.length); } for (var i in _local7) { var _local10 = Number(i); if ((_local7[i] != "_scale") && (_local7[i] != "_size")) { if (_local9[_local7[i]] == undefined) { if (String(_local7[i]).toUpperCase() == com.mosesSupposes.fuse.FuseKitCommon.ALLCOLOR) { _local7[i] = com.mosesSupposes.fuse.FuseKitCommon.ALLCOLOR; } _local9[_local7[i]] = true; } else { _local7.splice(_local10, 1); _local8.splice(_local10, 1); } } else { var _local11 = String(_local7.splice(_local10, 1)[0]); var _local12 = _local8.splice(_local10, 1)[0]; if (_local11 == "_scale") { if (_local9._xscale == undefined) { _local7.splice(_local10, 0, "_xscale"); _local8.splice(_local10, 0, _local12); _local9._xscale = true; _local10++; } if (_local9._yscale == undefined) { _local7.splice(_local10, 0, "_yscale"); _local8.splice(_local10, 0, _local12); _local9._yscale = true; } } if (_local11 == "_size") { if (_local9._width == undefined) { _local7.splice(_local10, 0, "_width"); _local8.splice(_local10, 0, _local12); _local9._width = true; _local10++; } if (_local9._yscale == undefined) { _local7.splice(_local10, 0, "_height"); _local8.splice(_local10, 0, _local12); _local9._height = true; } } } } for (var i in _local7) { if (((_local7[i] == "_xscale") && (_local9._width == true)) || ((_local7[i] == "_yscale") && (_local9._height == true))) { _local7.splice(Number(i), 1); _local8.splice(Number(i), 1); delete _local9[_local7[i]]; } } } _local5.pa = _local7; _local5.va = _local8; _local5.props = _local9; return(_local5); } var numTweens = 0; }
Symbol 20500 MovieClip [__Packages.com.techsmith.utils.Point] Frame 0
class com.techsmith.utils.Point { function Point (x, y) { if (x != null) { this.x = x; } if (y != null) { this.y = y; } } var x = 0; var y = 0; }
Symbol 20501 MovieClip [__Packages.com.techsmith.ui.Slider] Frame 0
class com.techsmith.ui.Slider extends com.techsmith.ui.Component { var dispatchEvent, stopDrag; function Slider () { super(); } static function create(container, name, depth, init) { Object.registerClass("Slider", com.techsmith.ui.Slider); var _local6 = container.attachMovie("Slider", name, depth, init); return(com.techsmith.ui.Slider(_local6)); } function init(dim, trackStyle, clickTrackStyle) { setupThumb(); setupTrack(dim, trackStyle, clickTrackStyle); initThumbPosition(); setupConstraints(); } function setupTrack(dim, trackStyle, clickTrackStyle) { track = com.techsmith.ui.panels.HPanel.create(this, "track", 2); track.init(dim, trackStyle); clickTrack = com.techsmith.ui.SliderTrack.create(this, "clickTrack", 3); clickTrack.init(new com.techsmith.utils.Dimension(dim.width, thumb._height)); clickTrack.addEventListener(com.techsmith.events.Events.MOUSE_PRESS, com.techsmith.utils.Delegate.create(this, trackPressHandler)); clickTrack.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, thumbDragStopHandler)); } function setupThumb() { thumb = com.techsmith.ui.BasicButton.create(this, "thumb", 4); thumb.init(new com.techsmith.ui.ButtonStyle(thumbStyleShortcut, null, false)); thumb.addEventListener(com.techsmith.events.Events.MOUSE_PRESS, com.techsmith.utils.Delegate.create(this, thumbDragStartHandler)); thumb.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, thumbDragStopHandler)); thumb.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE_OUT, com.techsmith.utils.Delegate.create(this, thumbDragStopHandler)); } function initThumbPosition() { track.move(0, (thumb._height - track._height) / 2); var _local2 = track.getDimensions(); var _local3 = thumb.getDimensions(); var _local4 = track.getLocation(); var _local5 = _local3.width / 2; var _local6 = _local4.x - _local5; var _local7 = _local4.y - ((_local3.height - _local2.height) / 2); thumb.move(_local6, _local7); clickTrack.move(_local4.x, _local7); } function setupConstraints() { var _local2 = track.getDimensions(); var _local3 = thumb.getDimensions(); var _local4 = track.getLocation(); var _local5 = _local3.width / 2; var _local6 = _local4.x - _local5; var _local7 = _local4.y - ((_local3.height - _local2.height) / 2); var _local8 = (_local4.x + _local2.width) - _local5; constraints = {left:_local6, top:_local7, right:_local8, bottom:_local7, width:Math.abs(_local6) + _local8, height:Math.abs(_local7) * 2}; } function setSize(dim) { dimensions = dim; track.setSize(dim.width, dim.height); clickTrack.setSize(dim.width, thumb.height); } function trackPressHandler(e) { var _local3 = Math.abs(constraints.left) + Math.abs(constraints.right); var _local4 = (e.percent / 100) * _local3; if (constraints.left < 0) { _local4 = _local4 + constraints.left; } if (_local4 <= constraints.right) { thumb.move(_local4, thumb._y); } thumbDragStartHandler({target:track, type:com.techsmith.events.Events.MOUSE_PRESS}); } function thumbDragStartHandler(e) { if (constraints != null) { dispatchEvent({target:this, type:com.techsmith.events.Events.DRAG_START}); thumb.startDrag(false, constraints.left, constraints.top, constraints.right, constraints.bottom); thumb.onEnterFrame = com.techsmith.utils.Delegate.create(this, dragDispatcher); } } function thumbDragStopHandler(e) { stopDrag(); delete thumb.onEnterFrame; dispatchEvent({target:this, type:com.techsmith.events.Events.DRAG_STOP}); } function setConstraints(percent) { var _local3 = track.getDimensions(); var _local4 = thumb.getDimensions(); var _local5 = track.getLocation(); var _local6 = _local4.width / 2; var _local7 = _local5.x - _local6; var _local8 = _local5.y - ((_local4.height - _local3.height) / 2); var _local9 = (_local5.x + _local3.width) - _local6; constraints.right = _local3.width * (percent / 100); } function dragDispatcher() { var _local2 = thumb._x; if (constraints.left < 0) { _local2 = _local2 + Math.abs(constraints.left); } var _local3 = _local2 / constraints.width; var _local4 = (_local2 / constraints.width) * 100; dispatchEvent({type:com.techsmith.events.Events.PROGRESS, target:this, percent:_local4, fractPercent:_local3}); } function setPosition(percent) { if (percent < 0) { percent = 0; } if (percent > 100) { percent = 100; } var _local3 = Math.abs(constraints.left) + Math.abs(constraints.right); var _local4 = (percent / 100) * _local3; if (constraints.left < 0) { _local4 = _local4 + constraints.left; } thumb.move(_local4, thumb._y); } function getThumb(index) { return(thumb); } var trackBase = null; var track = null; var clickTrack = null; var trackStyle = null; var trackBaseStyle = null; var thumb = null; var thumbStyle = null; var constraints = null; var dimensions = null; var thumbStyleShortcut = "SliderThumb"; }
Symbol 20502 MovieClip [__Packages.com.mosesSupposes.fuse.ZigoEngine] Frame 0
class com.mosesSupposes.fuse.ZigoEngine { static var extensions, updateTime, tweenHolder, instance, updateIntId; function ZigoEngine () { } static function addListener(handler) { AsBroadcaster.initialize(com.mosesSupposes.fuse.ZigoEngine); addListener(handler); } static function removeListener(handler) { } static function isPlaying() { return(_playing); } static function simpleSetup(shortcutsClass) { if (arguments.length > 0) { register.apply(com.mosesSupposes.fuse.ZigoEngine, arguments); } _global.ZigoEngine = com.mosesSupposes.fuse.ZigoEngine; if (extensions.fuse != undefined) { _global.Fuse = extensions.fuse; } if (extensions.fuseFMP != undefined) { extensions.fuseFMP.simpleSetup(); } initialize(MovieClip.prototype, Button.prototype, TextField.prototype); if (extensions.shortcuts == undefined) { com.mosesSupposes.fuse.FuseKitCommon.error("001"); } } static function register(classReference) { if (extensions == undefined) { extensions = {}; } var _local3 = "|fuse|fuseItem|fuseFMP|shortcuts|pennerEasing|"; for (var i in arguments) { var _local4 = arguments[i].registryKey; if ((extensions[_local4] == undefined) && (_local3.indexOf(("|" + _local4) + "|") > -1)) { extensions[_local4] = arguments[i]; if ((_local4 == "fuseFMP") || (_local4 == "shortcuts")) { Object(extensions[_local4]).initialize(); } } } } static function initialize(target) { if (arguments.length > 0) { initializeTargets.apply(com.mosesSupposes.fuse.ZigoEngine, arguments); if (extensions.shortcuts != undefined) { extensions.shortcuts.addShortcutsTo.apply(extensions.shortcuts, arguments); } } } static function deinitialize(target) { if ((arguments.length == 0) || (target == null)) { arguments.push(MovieClip.prototype, Button.prototype, TextField.prototype); } deinitializeTargets.apply(com.mosesSupposes.fuse.ZigoEngine, arguments); if (extensions.shortcuts != undefined) { extensions.shortcuts.removeShortcutsFrom.apply(extensions.shortcuts, arguments); } } static function getUpdateInterval() { return(updateTime); } static function setUpdateInterval(time) { if (_playing) { setup(true); updateTime = time; setup(); } else { updateTime = time; } } static function getControllerDepth() { return(tweenHolder.getDepth()); } static function setControllerDepth(depth) { if ((depth == null) || (_global.isNaN(depth) == true)) { depth = 6789; } if (Object(tweenHolder).proof != null) { tweenHolder.swapDepths(depth); } else { tweenHolder = _root.createEmptyMovieClip("ZigoEnginePulse", depth); } } static function doShortcut(targets, methodName) { if (extensions.shortcuts == undefined) { if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("002"); } return(null); } return(extensions.shortcuts.doShortcut.apply(extensions.shortcuts, arguments)); } static function doTween(targets, props, endvals, seconds, ease, delay, callback) { if (extensions.fuse.addBuildItem(arguments) == true) { return(null); } if ((instance == undefined) || ((Object(tweenHolder).proof == undefined) && (updateTime == undefined))) { if ((MovieClip.prototype.tween != null) && (typeof(_global.$tweenManager) == "object")) { com.mosesSupposes.fuse.FuseKitCommon.error("003"); } instance = new com.mosesSupposes.fuse.ZManager(); _playing = false; } var _local9 = instance.paramsObj(targets, props, endvals); var _local10 = (((_local9.tg[0] == null) || (_local9.tg.length == 0)) ? undefined : (_local9.tg)); if ((_local9.pa == undefined) || ((_local10 == undefined) || (arguments.length < 3))) { if ((extensions.fuseItem != null) && (typeof(_local10[0]) == "object")) { return(extensions.fuseItem.doTween(arguments[0])); } if (OUTPUT_LEVEL > 0) { if (arguments.length < 3) { com.mosesSupposes.fuse.FuseKitCommon.error("004", String(arguments.length)); } else { com.mosesSupposes.fuse.FuseKitCommon.error("005", _local10.toString(), _local9.pa.toString()); } } return(null); } if (_playing != true) { setup(); } if ((seconds == null) || (_global.isNaN(seconds) == true)) { seconds = DURATION || 1; } else if (seconds < 0.01) { seconds = 0; } if ((delay < 0.01) || ((delay == null) || (_global.isNaN(delay) == true))) { delay = 0; } var _local11 = parseCallback(callback, _local10); if (typeof(ease) == "function") { if (typeof(Function(ease).call(null, 1, 1, 1, 1)) == "number") { var _local12 = Function(ease); } else if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("014", ease); } } else if ((ease == null) || (ease == "")) { if (EASING instanceof Function) { var _local12 = Function(EASING); } else if (extensions.pennerEasing != undefined) { ease = EASING; } } if ((typeof(ease) == "string") && (ease != "")) { if (extensions.pennerEasing[ease] != undefined) { var _local12 = extensions.pennerEasing[ease]; } else if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("006", ease); } } else if ((typeof(ease) == "object") && ((ease.ease != null) && (ease.pts != null))) { var _local12 = Function(ease.ease); _local11.extra1 = ease.pts; } if (typeof(_local12) != "function") { var _local12 = function (t, b, c, d) { t = (t / d) - 1; return((c * (((((t * t) * t) * t) * t) + 1)) + b); }; } var _local13 = ""; for (var i in _local10) { var _local14 = _local10[i]; if (_local14.__zigoID__ == null) { initializeTargets(_local14); } else if (instance.getStatus("locked", _local14) == true) { if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("007", ((_local14._name != undefined) ? (_local14._name) : (_local14.toString())), _local9.pa.toString()); } continue; } var _local15 = instance.addTween(_local14, _local9.pa, _local9.va, seconds, _local12, delay, _local11); _local13 = ((_local15 == null) ? "|" : (_local15 + "|")) + _local13; } _local13 = _local13.slice(0, -1); return((((_local13 == "") || (_local13 == "|")) ? null : (_local13))); } static function removeTween(targs, props) { instance.removeTween(targs, props); } static function isTweening(targ, prop) { return(instance.getStatus("active", targ, prop)); } static function getTweens(targ) { return(Number(instance.getStatus("count", targ))); } static function lockTween(targ, setLocked) { instance.alterTweens("lock", targ, setLocked); } static function isTweenLocked(targ) { return(instance.getStatus("locked", targ)); } static function ffTween(targs, props) { instance.alterTweens("ff", targs, props); } static function rewTween(targs, props, pauseFlag, suppressStartEvents) { instance.alterTweens("rewind", targs, props, pauseFlag, suppressStartEvents); } static function isTweenPaused(targ, prop) { return(instance.getStatus("paused", targ, prop)); } static function pauseTween(targs, props) { instance.alterTweens("pause", targs, props); } static function unpauseTween(targs, props) { instance.alterTweens("unpause", targs, props); } static function resumeTween(targs, props) { instance.alterTweens("unpause", targs, props); } static function setColorByKey(targetObj, type, amt, rgb) { new Color(targetObj).setTransform(getColorTransObj(type, amt, rgb)); } static function getColorTransObj(type, amt, rgb) { switch (type) { case "brightness" : var _local5 = 100 - Math.abs(amt); var _local6 = ((amt > 0) ? (255 * (amt / 100)) : 0); return({ra:_local5, rb:_local6, ga:_local5, gb:_local6, ba:_local5, bb:_local6}); case "brightOffset" : return({ra:100, rb:255 * (amt / 100), ga:100, gb:255 * (amt / 100), ba:100, bb:255 * (amt / 100)}); case "contrast" : return({ra:amt, rb:128 - ((128 / 100) * amt), ga:amt, gb:128 - ((128 / 100) * amt), ba:amt, bb:128 - ((128 / 100) * amt)}); case "invertColor" : return({ra:100 - (2 * amt), rb:amt * (255 / 100), ga:100 - (2 * amt), gb:amt * (255 / 100), ba:100 - (2 * amt), bb:amt * (255 / 100)}); case "tint" : if (rgb == null) { break; } if (typeof(rgb) == "string") { if (rgb.charAt(0) == "#") { rgb = rgb.slice(1); } rgb = ((rgb.charAt(1).toLowerCase() != "x") ? ("0x" + rgb) : (rgb)); } var _local7 = Number(rgb); return({ra:100 - amt, rb:(_local7 >> 16) * (amt / 100), ga:100 - amt, gb:((_local7 >> 8) & 255) * (amt / 100), ba:100 - amt, bb:(_local7 & 255) * (amt / 100)}); } return({rb:0, ra:100, gb:0, ga:100, bb:0, ba:100}); } static function getColorKeysObj(targOrTransObj) { var _local3 = ((targOrTransObj.ra != undefined) ? (targOrTransObj) : (new Color(targOrTransObj).getTransform())); var _local4 = {}; var _local5 = (_local3.ra == _local3.ga) && (_local3.ga == _local3.ba); var _local6 = (_local3.rb == _local3.gb) && (_local3.gb == _local3.bb); var _local7 = ((_local5 == true) ? (100 - _local3.ra) : 0); if (_local7 != 0) { var _local8 = 100 / _local7; _local4.tint = (((_local3.rb * _local8) << 16) | ((_local3.gb * _local8) << 8)) | (_local3.bb * _local8); _local4.tintPercent = _local7; var _local9 = _local4.tint.toString(16); var _local10 = 6 - _local9.length; while ((_local10--) > 0) { _local9 = "0" + _local9; } _local4.tintString = "0x" + _local9.toUpperCase(); } if ((_local5 == true) && (_local6 == true)) { if (_local3.ra < 0) { _local4.invertColor = _local3.rb * (100 / 255); } else if ((_local3.ra == 100) && (_local3.rb != 0)) { _local4.brightOffset = _local3.rb * (100 / 255); } if (_local3.ra != 100) { if ((_local3.rb == 0) || ((_local3.rb != 0) && (((255 * ((100 - _local3.ra) / 100)) - _local3.rb) <= 1))) { _local4.brightness = ((_local3.rb != 0) ? (100 - _local3.ra) : (_local3.ra - 100)); } if (((128 - ((128 / 100) * _local3.ra)) - _local3.rb) <= 1) { _local4.contrast = _local3.ra; } } } return(_local4); } static function initializeTargets() { for (var i in arguments) { var _local2 = arguments[i]; if ((_local2 == MovieClip.prototype) || ((_local2 == Button.prototype) || ((_local2 == TextField.prototype) || (_local2 == Object.prototype)))) { if (_local2.oldAddListener == undefined) { if (_local2 == TextField.prototype) { _local2.oldAddListener = _local2.addListener; _global.ASSetPropFlags(_local2, "oldAddListener", 7, 1); } _local2.addListener = function (o) { if (this.__zigoID__ == undefined) { com.mosesSupposes.fuse.ZigoEngine.initializeTargets(this); } if (this instanceof TextField) { Function(this.oldAddListener).call(this, o); } else { this.addListener(o); } }; if (_local2 == MovieClip.prototype) { _global.ASSetPropFlags(_local2, "addListener", 7, 1); } } } else if (_local2.__zigoID__ == undefined) { _local2.__zigoID__ = zigoIDs; _global.ASSetPropFlags(_local2, "__zigoID__", 7, 1); zigoIDs++; if ((_local2._listeners == null) || (_local2.addListener == null)) { AsBroadcaster.initialize(_local2); } } } } static function deinitializeTargets() { for (var i in arguments) { var _local2 = arguments[i]; if (_local2.__zigoID__ != undefined) { _global.ASSetPropFlags(_local2, "__zigoID__,_listeners,broadcastMessage,addListener,removeListener", 0, 2); delete _local2.__zigoID__; delete _local2._listeners; delete _local2.broadcastMessage; delete _local2.addListener; delete _local2.removeListener; } if (_local2.oldAddListener != undefined) { _global.ASSetPropFlags(_local2, "oldAddListener", 0, 2); _local2.addListener = _local2.oldAddListener; delete _local2.oldAddListener; } } } static function __mgrRelay(inst, method, args) { if (inst == instance) { Function(com.mosesSupposes.fuse.ZigoEngine[method]).apply(com.mosesSupposes.fuse.ZigoEngine, args); } } static function setup(deinitFlag) { if (deinitFlag == true) { _playing = false; _global.clearInterval(updateIntId); delete tweenHolder.onEnterFrame; return(undefined); } instance.cleanUp(); _global.clearInterval(updateIntId); delete updateIntId; if ((updateTime != null) && (updateTime > 0)) { updateIntId = _global.setInterval(instance, "update", updateTime); } else { if (Object(tweenHolder).proof == null) { setControllerDepth(6789); Object(tweenHolder).proof = 1; } var _inst = instance; tweenHolder.onEnterFrame = function () { _inst.update.call(_inst); }; } _playing = true; instance.now = getTimer(); } static function parseCallback(callback, targets) { var _local4 = {skipLevel:SKIP_LEVEL, cycles:1}; if ((callback.skipLevel != undefined) && ((typeof(callback.skipLevel) == "number") && (callback.skipLevel != SKIP_LEVEL))) { if ((callback.skipLevel >= 0) && (callback.skipLevel <= 2)) { _local4.skipLevel = callback.skipLevel; } } if (callback.cycles != undefined) { if ((typeof(callback.cycles) == "number") && (callback.cycles > -1)) { _local4.cycles = callback.cycles; } else if (callback.cycles.toUpperCase() == "LOOP") { _local4.cycles = 0; } } if (callback.extra1 != undefined) { _local4.extra1 = callback.extra1; } if (callback.extra2 != undefined) { _local4.extra2 = callback.extra2; } if (callback == undefined) { return(_local4); } var _local5 = []; if (typeof(callback) == "string") { var _local6 = String(callback); } else if (typeof(callback.easyfunc) == "string") { var _local6 = callback.easyfunc; } if ((_local6 != undefined) && ((_local6.indexOf("(") > -1) && (_local6.indexOf(")") > -1))) { if (extensions.shortcuts != undefined) { callback = extensions.shortcuts.parseStringTypeCallback(_local6); } else if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("008"); } } else if ((typeof(callback) == "function") || (typeof(callback) == "string")) { callback = {func:callback}; } for (var i in callback) { var _local7 = i.toLowerCase().indexOf("func"); if (_local7 > -1) { var _local8 = i.slice(0, _local7); var _local9 = callback[i]; var _local10 = callback[_local8 + "args"]; var _local11 = callback[_local8 + "scope"]; if ((typeof(_local9) == "string") && (_local11[_local9] == undefined)) { for (var j in targets) { var _local12 = targets[j]; if (typeof(_local12[_local9]) == "function") { _local11 = _local12; break; } if (typeof(_local12._parent[_local9]) == "function") { _local11 = _local12._parent; break; } } if ((_local11 == undefined) && (_level0[_local9] != undefined)) { _local11 = _level0; } if ((_local11 == undefined) && (_global[_local9] != undefined)) { _local11 = _global; } } if (typeof(_local9) != "function") { if (typeof(_local11[String(_local9)]) == "function") { _local9 = _local11[String(_local9)]; } else { _local9 = eval (String(_local9)); } } if (_local9 == undefined) { _local5.push(String((((((i + ":") + ((typeof(callback[i]) == "string") ? (("\"" + callback[i]) + "\"") : (callback[i]))) + "/") + _local8) + "scope:") + _local11)); } else { if ((_local10 != undefined) && (!(_local10 instanceof Array))) { _local10 = [_local10]; } if (_local8 == "") { _local8 = "end"; } _local4[_local8] = {s:_local11, f:_local9, a:_local10, id:cbTicker++}; if (_local8 == "start") { _local4.start.fired = false; } } } else if (com.mosesSupposes.fuse.FuseKitCommon._cbprops().indexOf(("|" + i) + "|") == -1) { com.mosesSupposes.fuse.FuseKitCommon.error("009", i); } } if ((_local5.length > 0) && (OUTPUT_LEVEL > 0)) { if (OUTPUT_LEVEL > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("010", _local5.length, _local5.toString()); } } return(_local4); } static var VERSION = com.mosesSupposes.fuse.FuseKitCommon.VERSION + ", ZigoEngine based on concepts by Ladislav Zigo, laco.wz.cz/tween"; static var EASING = "easeOutQuint"; static var DURATION = 1; static var ROUND_RESULTS = false; static var OUTPUT_LEVEL = 1; static var AUTOSTOP = false; static var SKIP_LEVEL = 0; static var _playing = false; static var zigoIDs = 0; static var cbTicker = 0; }
Symbol 20503 MovieClip [__Packages.com.mosesSupposes.fuse.FuseItem] Frame 0
class com.mosesSupposes.fuse.FuseItem { static var _ZigoEngine, _aInstances; var _nItemID, _nFuseID, _initObj, _aProfiles, _oElements, _oTemps, _sImage, _aTweens; function FuseItem (id, o, fuseID) { _ZigoEngine = _global.com.mosesSupposes.fuse.ZigoEngine; _nItemID = id; _nFuseID = fuseID; _initObj = o; _aProfiles = []; _oElements = {aEvents:[]}; _oTemps = {}; if (!(o instanceof Array)) { o = [o]; } var _local5 = _global.com.mosesSupposes.fuse.Fuse; _oTemps.outputLevel = ((_local5 != undefined) ? (_local5.OUTPUT_LEVEL) : (_global.com.mosesSupposes.fuse.ZigoEngine.OUTPUT_LEVEL)); if (o.length == 1) { var _local6 = o[0]; var _local7 = ((_local6.action != undefined) ? (_local6.action) : (_local6)); if ((_local7.__buildMode != true) && (_local7.command != undefined)) { _oElements.command = _local7.command; _oElements.scope = _local7.scope; _oElements.args = _local7.args; _sImage = " Elements:[" + ("command" + ((typeof(_local7.command) == "string") ? ((":\"" + _local7.command) + "\", ") : ", ")); if ((_local7.label != undefined) && (typeof(_local7.label) == "string")) { _sImage = _sImage + (("label:\"" + _local7.label) + "\", "); _oElements.label = _local7.label; } if (_local7.delay != undefined) { _sImage = _sImage + "delay, "; _oElements.delay = _local7.delay; } if ((_local7.func != undefined) && (_oTemps.outputLevel > 0)) { com.mosesSupposes.fuse.FuseKitCommon.error("113"); } return; } } _oTemps.sImgS = ""; _oTemps.sImgE = ""; _oTemps.sImgB = ""; _oTemps.afl = 0; _oTemps.ael = 0; _oTemps.twDelayFlag = false; _oTemps.nActions = o.length; _oTemps.fuseProps = com.mosesSupposes.fuse.FuseKitCommon._fuseprops(); _oTemps.cbProps = com.mosesSupposes.fuse.FuseKitCommon._cbprops(); _oTemps.sUP = com.mosesSupposes.fuse.FuseKitCommon._underscoreable(); _oTemps.sCT = com.mosesSupposes.fuse.FuseKitCommon._cts(); _oTemps.bTriggerFound = false; for (var i in o) { var _local8 = o[i]; if ((_local8.label != undefined) && (typeof(_local8.label) == "string")) { _oElements.label = _local8.label; } var _local11 = (typeof(_local8.action) == "object") && (!(_local8.action instanceof Array)); if (_local11 == true) { var _local9 = _local8.action; var _local10 = {delay:_local8.delay, target:_local8.target, addTarget:_local8.addTarget, label:_local8.label, trigger:_local8.trigger}; } else { var _local9 = _local8; } var _local12 = parseProfile(_local9, _local10); if (_local12 != undefined) { _aProfiles.unshift(_local12); } } _sImage = ""; var _local13 = ""; if (_oElements.label != undefined) { _local13 = _local13 + (("label:\"" + _oElements.label) + "\", "); } if (_oTemps.afl > 0) { _local13 = _local13 + ((_oTemps.afl > 1) ? (_oTemps.afl + " callbacks, ") : "callback, "); } if ((_oElements.delay != undefined) || (_oTemps.twDelayFlag == true)) { _local13 = _local13 + "delay, "; } if (_oTemps.bTriggerFound == true) { _local13 = _local13 + "trigger, "; } if (_oTemps.ael > 0) { _local13 = _local13 + ((_oTemps.ael > 1) ? (_oTemps.ael + " events, ") : "event, "); } if (_local13 != "") { _sImage = _sImage + ((" Elements:[" + _local13.slice(0, -2)) + "]"); } if (_oTemps.sImgS != "") { _sImage = _sImage + ((" StartProps:[" + _oTemps.sImgS.slice(0, -2)) + "]"); } if (_oTemps.sImgE != "") { _sImage = _sImage + ((" Props:[" + _oTemps.sImgE.slice(0, -2)) + "]"); } if (_oTemps.sImgB != "") { _sImage = _sImage + ((" Simple Syntax Props:[" + _oTemps.sImgB.slice(0, -1)) + "]"); } delete _oTemps; } static function doTween() { for (var i in arguments) { if (typeof(arguments[i]) == "object") { if (_aInstances == undefined) { _aInstances = new Array(); } var _local2 = new com.mosesSupposes.fuse.FuseItem(_aInstances.length, arguments[i], -1); return(_local2.startItem()); } } } function getLabel() { return(_oElements.label); } function hasTriggerFired() { return(_bTrigger == true); } function getInitObj() { return(_initObj); } function getActiveTargets(targetList) { if (_aTweens.length <= 0) { return(targetList); } var _local3 = false; for (var i in _aTweens) { for (var j in targetList) { if (targetList[j] == _aTweens[i].targ) { _local3 = true; break; } } if (_local3 == false) { targetList.unshift(_aTweens[i].targ); } } return(targetList); } function toString() { return(String((_sID() + ":") + _sImage)); } function evalDelay(scope) { var _local3 = _oElements.delay; if (_local3 instanceof Function) { _local3 = _local3.apply(((_oElements.delayscope != undefined) ? (_oElements.delayscope) : (scope))); } if (typeof(_local3) == "string") { _local3 = parseClock(String(_local3)); } if (_global.isNaN(Number(_local3)) == true) { return(0); } return(Number(_local3)); } function startItem(targs, scope) { _ZigoEngine = _global.com.mosesSupposes.fuse.ZigoEngine; var _local4 = _global.com.mosesSupposes.fuse.Fuse; var _local5 = ((_local4 != undefined) ? (_local4.OUTPUT_LEVEL) : (_ZigoEngine.OUTPUT_LEVEL)); if (_oElements.command != null) { var _local6 = "|start|stop|pause|resume|skipTo|setStartProps|"; var _local7 = _oElements.scope || (scope); var _local8 = ((_oElements.command instanceof Function) ? (String(_oElements.command.apply(_local7))) : (String(_oElements.command))); var _local9 = ((_oElements.args instanceof Function) ? (_oElements.args.apply(_local7)) : (_oElements.args)); if ((_local6.indexOf(("|" + _local8) + "|") == -1) || ((_local8 == "skipTo") && (_local9 == undefined))) { if (_local5 > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("111", _local8); } } else { _nPlaying = 1; if (!(_local9 instanceof Array)) { _local9 = ((_local9 == null) ? ([]) : ([_local9])); } dispatchRequest(String(_local8), _local9); } return(null); } if (_aTweens.length > 0) { stop(); } _ZigoEngine.addListener(this); _nPlaying = 2; var _local10 = null; if (_aProfiles.length > 0) { if (_ZigoEngine == undefined) { com.mosesSupposes.fuse.FuseKitCommon.error("112"); } else { _local10 = doTweens(targs, scope, false); } } _nPlaying = 1; var _local11 = _oElements.aEvents; for (var i in _local11) { if ((_local10 == null) && ((_aTweens.length > 0) && (_local11[i].skipLevel == 2))) { continue; } fireEvents(_local11[i], scope, _local5); } if ((_local10 == null) && ((_aTweens.length <= 0) && (_nPlaying == 1))) { if (_local5 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(((("-" + _sID()) + " no tweens added - item done. [getTimer()=") + getTimer()) + "]"); } complete(); } return(_local10); } function stop() { var _local2 = _nPlaying > -1; _nPlaying = -1; if (_local2 == true) { onStop(); } _ZigoEngine.removeListener(this); } static function removeInstance(id) { com.mosesSupposes.fuse.FuseItem(_aInstances[id]).destroy(); delete _aInstances[id]; } function onStop() { _bStartSet = false; for (var i in _aTweens) { var _local2 = _aTweens[i]; _local2.targ.removeListener(this); _ZigoEngine.removeTween(_local2.targ, _local2.props); delete _aTweens[i]; } delete _aTweens; _bTrigger = false; } function evtSetStart(o) { if ((_sImage.indexOf("StartProps:") == -1) || (o.curIndex == _nItemID)) { return(undefined); } if (o.all != true) { var _local3 = false; for (var i in o.filter) { if ((Number(o.filter[i]) == _nItemID) || (String(o.filter[i]) == _oElements.label)) { _local3 = true; } } if (_local3 == false) { return(undefined); } } doTweens(o.targs, o.scope, true); _bStartSet = true; } function pause(resume) { if (_nPlaying == -1) { return(undefined); } _nPlaying = ((resume == true) ? 1 : 0); for (var i in _aTweens) { var _local3 = _aTweens[i]; var _local4 = _local3.targ; var _local5 = _local3.props; if (resume == true) { var _local6 = []; var _local7 = _aTweens.length; for (var j in _local5) { if (_ZigoEngine.isTweenPaused(_local4, _local5[j]) == false) { _local6.push(_local5[j]); } } if (_local6.length > 0) { onTweenEnd({__zigoID__:_local3.targZID, props:_local6, isResume:true}); } if (_aTweens.length == _local7) { _local4.addListener(this); _ZigoEngine.unpauseTween(_local4, _local3.props); } } else { _local4.removeListener(this); _ZigoEngine.pauseTween(_local4, _local3.props); } } if ((resume == true) && (_aTweens.length <= 0)) { complete(); } else if (resume == true) { _ZigoEngine.addListener(this); } else { _ZigoEngine.removeListener(this); } } function destroy() { var _local2 = _nPlaying > -1; _nPlaying = -1; for (var i in _aTweens) { var _local3 = _aTweens[i]; _local3.targ.removeListener(this); if (_local2 == true) { _ZigoEngine.removeTween(_local3.targ, _local3.props); } delete _aTweens[i]; } for (var j in this) { delete this[j]; } } function dispatchRequest(type, args) { var _local4 = _global.com.mosesSupposes.fuse.Fuse.getInstance(_nFuseID); if ((!(args instanceof Array)) && (args != null)) { args = new Array(args); } Function(_local4[type]).apply(_local4, args); } function _sID() { if (_nFuseID == -1) { var _local2 = "One-off tween "; } else { var _local3 = _global.com.mosesSupposes.fuse.Fuse.getInstance(_nFuseID); var _local2 = "Fuse#" + String(_nFuseID); if (_local3.label != undefined) { _local2 = _local2 + ((":\"" + _local3.label) + "\""); } } var _local2 = _local2 + (">Item#" + String(_nItemID)); if (_oElements.label != undefined) { _local2 = _local2 + ((":\"" + _oElements.label) + "\""); } return(_local2); } function parseProfile(obj, aap) { if (obj.__buildMode == true) { if (obj.command != undefined) { if (obj.command == "delay") { _oElements.delay = obj.commandargs; } else { _oElements.command = obj.command; _oElements.args = obj.commandargs; } } if (obj.func != undefined) { _oTemps.afl++; _oElements.aEvents.unshift({f:obj.func, s:obj.scope, a:obj.args}); } if (obj.tweenargs != undefined) { _oTemps.sImgB = _oTemps.sImgB + (obj.tweenargs[1].toString() + ","); return(obj); } return(null); } var _local7 = {delay:((aap.delay != undefined) ? (aap.delay) : (obj.delay)), ease:obj.ease, seconds:obj.seconds, event:obj.event, eventparams:obj.eventparams, skipLevel:(((typeof(obj.skipLevel) == "number") && ((obj.skipLevel >= 0) && (obj.skipLevel <= 2))) ? (obj.skipLevel) : (_ZigoEngine.SKIP_LEVEL)), oSP:{}, oEP:{}, oAFV:{}}; var _local8 = ((aap.trigger != undefined) ? (aap.trigger) : (obj.trigger)); if (_local8 != undefined) { if (_oTemps.bTriggerFound == false) { _local7.trigger = _local8; _oTemps.bTriggerFound = true; } else if (_oTemps.outputLevel > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("126", _sID(), _local8); } } if (_local7.delay == undefined) { _local7.delay = obj.startAt; } if (_local7.ease == undefined) { _local7.ease = obj.easing; } if (_local7.seconds == undefined) { _local7.seconds = ((obj.duration != undefined) ? (obj.duration) : (obj.time)); } if (aap.target != undefined) { _local7.target = ((aap.target instanceof Array) ? (aap.target) : ([aap.target])); } else if (obj.target != undefined) { _local7.target = ((obj.target instanceof Array) ? (obj.target) : ([obj.target])); } if (obj.addTarget != undefined) { _local7.addTarget = ((obj.addTarget instanceof Array) ? (obj.addTarget) : ([obj.addTarget])); } if (aap.addTarget != undefined) { if (_local7.addTarget == undefined) { _local7.addTarget = ((aap.addTarget instanceof Array) ? (aap.addTarget) : ([aap.addTarget])); } else { _local7.addTarget = ((_local7.addTarget instanceof Array) ? (_local7.addTarget.concat(aap.addTarget)) : (new Array(_local7.addTarget).concat(aap.addTarget))); } } var _local9 = false; for (var _local5 in obj) { var _local10 = obj[_local5]; if (_oTemps.cbProps.indexOf(("|" + _local5) + "|") > -1) { if (_local5 != "skipLevel") { _local7[_local5] = _local10; } continue; } if (_oTemps.fuseProps.indexOf(("|" + _local5) + "|") > -1) { if ((_local5 == "command") && ((_oTemps.nActions > 1) && (_oTemps.outputLevel > 0))) { com.mosesSupposes.fuse.FuseKitCommon.error("114", String(_local10)); } continue; } if (typeof(_local10) == "object") { var _local11 = ((_local10 instanceof Array) ? ([]) : ({})); for (var _local6 in _local10) { _local11[_local6] = _local10[_local6]; } _local10 = _local11; } if (_local5.indexOf("start") == 0) { var _local5 = _local5.slice(6); var _local12 = _local7.oSP; } else { var _local12 = _local7.oEP; } if ((ADD_UNDERSCORES == true) && (_oTemps.sUP.indexOf(("|_" + _local5) + "|") > -1)) { var _local5 = "_" + _local5; } if (_oTemps.sCT.indexOf(("|" + _local5) + "|") > -1) { var _local14 = (_local5 == "_tintPercent") && (_local12.colorProp.p == "_tint"); var _local15 = (_local5 == "_tint") && (_local12.colorProp.p == "_tintPercent"); if ((_local12.colorProp == undefined) || ((_local14 == true) || (_local15 == true))) { if (_local14 == true) { _local12.colorProp = {p:"_tint", v:{tint:_local12.colorProp.v, percent:_local10}}; } else if (_local15 == true) { _local12.colorProp = {p:"_tint", v:{tint:_local10, percent:_local12.colorProp.v}}; } else { _local12.colorProp = {p:_local5, v:_local10}; } _local9 = true; } else if (_oTemps.outputLevel > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("115", _sID(), _local5); } } else if (_local10 != null) { if ((_local12 == _local7.oEP) && (((obj.controlX != undefined) || (obj.controlY != undefined)) && ((_local5.indexOf("control") == 0) || ((_local5 == "_x") || (_local5 == "_y"))))) { if (_local12._bezier_ == undefined) { _local12._bezier_ = {}; } if (_local5.indexOf("control") == 0) { _local12._bezier_[_local5] = _local10; } else { _local12._bezier_[_local5.charAt(1)] = _local10; } } else { _local12[_local5] = _local10; } _local9 = true; } } if ((_local9 == false) && ((_local7.trigger != undefined) || (((_local7.delay != undefined) || (_local7.seconds != undefined)) && (((_local7.startfunc != undefined) || (_local7.updfunc != undefined)) || ((_local7.func != undefined) && (_oTemps.nActions > 1)))))) { if (_ZigoEngine == undefined) { com.mosesSupposes.fuse.FuseKitCommon.error("116"); } else { if (_local7.func != undefined) { _oTemps.afl++; } if (_local7.event != undefined) { _oTemps.ael++; } _local7._doTimer = true; if (_local7.delay != undefined) { _oTemps.twDelayFlag = true; } return(_local7); } } if (_local9 == true) { var _local16 = _local7.oEP.colorProp != undefined; var _local17 = 0; for ( ; _local17 < 2 ; _local17++) { var _local18 = ((_local17 == 0) ? (_local7.oSP) : (_local7.oEP)); var _local19 = ((_local17 == 0) ? (_oTemps.sImgS) : (_oTemps.sImgE)); var _local20 = _local18.colorProp.p; if (_local20 != undefined) { _local18[_local20] = _local18.colorProp.v; delete _local18.colorProp; } if (((_local18._xscale != undefined) || (_local18._scale != undefined)) && ((_local18._width != undefined) || (_local18._size != undefined))) { var _local21 = ((_local18._xscale != undefined) ? "_xscale" : "_scale"); delete _local18[_local21]; if (_oTemps.outputLevel > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("115", _sID(), _local21); } } if (((_local18._yscale != undefined) || (_local18._scale != undefined)) && ((_local18._height != undefined) || (_local18._size != undefined))) { var _local22 = ((_local18._yscale != undefined) ? "_yscale" : "_scale"); delete _local18[_local22]; if (_oTemps.outputLevel > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("115", _sID(), _local22); } } for (var _local5 in _local18) { if (_local19.indexOf(_local5 + ", ") == -1) { _local19 = _local19 + (_local5 + ", "); } if (_local18 == _local7.oSP) { if ((_local7.oEP[_local5] == undefined) && (!((_local5 == _local20) && (_local16 == true)))) { _local7.oAFV[_local5] = true; _local7.oEP[_local5] = []; } } } ((_local17 == 0) ? ((_oTemps.sImgS = _local19)) : ((_oTemps.sImgE = _local19))); } return(_local7); } if ((_local7.delay != undefined) && (_oTemps.nActions == 1)) { _oElements.delay = _local7.delay; _oElements.delayscope = _local7.scope; } if (_local7.event != undefined) { _oTemps.ael++; _oElements.aEvents.unshift({e:_local7.event, s:_local7.scope, ep:_local7.eventparams, skipLevel:_local7.skipLevel}); } var _local23 = _oElements.aEvents.length; if (_local7.easyfunc != undefined) { _oElements.aEvents.push({cb:_local7.easyfunc, s:_local7.scope, skipLevel:_local7.skipLevel}); } if (_local7.func != undefined) { _oElements.aEvents.push({f:_local7.func, s:_local7.scope, a:_local7.args, skipLevel:_local7.skipLevel}); } _oTemps.afl = _oTemps.afl + (_oElements.aEvents.length - _local23); return(undefined); } function doTweens(targs, defaultScope, setStart) { if (_aTweens == null) { _aTweens = []; } var _local5 = _global.com.mosesSupposes.fuse.Fuse; var _local6 = ((_local5 != undefined) ? (_local5.OUTPUT_LEVEL) : (_ZigoEngine.OUTPUT_LEVEL)); var _local7 = ""; var _local8 = 0; if (_aProfiles[0].__buildMode == true) { var _local12 = 0; for ( ; _local12 < _aProfiles.length ; _local12++) { var _local13 = _aProfiles[_local12].tweenargs; if ((_local13[6].cycles === 0) || (_local13[6].cycles.toUpperCase() == "LOOP")) { delete _local13[6].cycles; if (_local6 > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("117", _sID()); } } var _local14 = _ZigoEngine.doTween.apply(_ZigoEngine, _local13); var _local15 = ((_local14 == null) ? ([]) : (_local14.split(","))); if (_local15.length > 0) { _aTweens.push({targ:_local13[0], props:_local15, targZID:_local13[0].__zigoID__}); _local13[0].addListener(this); for (var _local10 in _local15) { if (_local7.indexOf(_local15[_local10] + ",") == -1) { _local7 = _local7 + (_local15[_local10] + ","); } } } if (_local6 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(((((("\n-" + _sID()) + " TWEEN (simple syntax)\n\ttargets:[") + _local13[0]) + "]\n\tprops sent:[") + _local13[1]) + "]"); } } return(((_local7 == "") ? null : (_local7.slice(0, -1)))); } var _local16 = (_bStartSet != true) && ((setStart == true) || (_sImage.indexOf("StartProps:") > -1)); var _local17 = 0; for ( ; _local17 < _aProfiles.length ; _local17++) { var _local18 = _aProfiles[_local17]; var _local19 = defaultScope; if (_local18.scope != undefined) { _local19 = ((_local18.scope instanceof Function) ? (_local18.scope.apply(_local19)) : (_local18.scope)); } if (_local18.event != undefined) { var _local21 = ((_local18.event instanceof Function) ? (_local18.event.apply(_local19)) : (_local18.event)); var _local22 = ((_local18.eventparams instanceof Function) ? (_local18.eventparams.apply(_local19)) : (_local18.eventparams)); if ((_local21 != undefined) && (_local21.length > 0)) { var _local20 = {e:_local21, ep:_local22, s:_local19}; } } var _local23 = ((_local18.skipLevel instanceof Function) ? (_local18.skipLevel.apply(_local19)) : (_local18.skipLevel)); var _local24 = {skipLevel:_local23}; var _local25 = {skipLevel:_local23}; if (_local18.cycles != undefined) { var _local26 = ((_local18.cycles instanceof Function) ? (_local18.cycles.apply(_local19)) : (_local18.cycles)); if (((Number(_local26) == 0) || (String(_local26).toUpperCase() == "LOOP")) && (_local5 != undefined)) { delete _local18.cycles; if (_local6 > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("117", _sID()); } } else { _local24.cycles = (_local25.cycles = _local26); } } var _local27 = ""; if ((_local18.easyfunc != undefined) || ((_local18.func != undefined) || ((_local18.startfunc != undefined) || (_local18.updfunc != undefined)))) { for (var _local9 in _local18) { if (_local9.indexOf("func") > -1) { _local25[_local9] = _local18[_local9]; } else if ((_local9 == "startscope") || ((_local9 == "updscope") || (_local9.indexOf("args") > -1))) { _local25[_local9] = ((_local18[_local9] instanceof Function) ? (Function(_local18[_local9]).apply(_local19)) : (_local18[_local9])); } } if (_local19 != undefined) { if ((_local25.func != undefined) && (_local25.scope == undefined)) { _local25.scope = _local19; } if ((_local25.updfunc != undefined) && (_local25.updscope == undefined)) { _local25.updscope = _local19; } if ((_local25.startfunc != undefined) && (_local25.startscope == undefined)) { _local25.startscope = _local19; } } } for (var _local10 in _local25) { _local27 = _local27 + (((_local10 + ":") + _local25[_local10]) + "|"); } var _local28 = _local18.trigger === true; var _local29; if ((_local28 == false) && (_local18.trigger != undefined)) { _local29 = ((_local18.trigger instanceof Function) ? (_local18.trigger.apply(_local19)) : (_local18.trigger)); if (typeof(_local29) == "string") { _local29 = ((String(_local29).charAt(0) == "-") ? (-parseClock(String(_local29).slice(1))) : (parseClock(String(_local29)))); } if (_global.isNaN(_local29) == true) { _local29 = undefined; } } var _local30 = []; var _local31 = ((_local18.target == undefined) ? (targs) : (_local18.target)); var _local32 = []; var _local33 = false; for (var _local9 in _local31) { var _local34 = _local31[_local9]; _local32 = _local32.concat(((_local34 instanceof Function) ? (_local34.apply(_local19)) : (_local34))); } for (var _local9 in _local18.addTarget) { var _local35 = _local18.addTarget[_local9]; _local32 = _local32.concat(((_local35 instanceof Function) ? (_local35.apply(_local19)) : (_local35))); } for (var _local9 in _local32) { var _local36 = _local32[_local9]; if (_local36 != null) { var _local37 = false; for (var _local10 in _local30) { if (_local30[_local10] == _local36) { _local37 = true; break; } } if (_local37 == false) { _local30.unshift(_local36); } } else { _local33 = true; } } var _local38 = (_local30.length == 0) && (_local18._doTimer != true); var _local39 = (_local18._doTimer == true) && (_local30.length == 0); for ( ; (_local33 == true) || (_local38 == true) ; _local17++) { _local8++; if (_local38 != true) { break; } } if (_local16 == true) { for (var _local9 in _local30) { var _local40 = _local30[_local9]; var _local41 = []; var _local42 = []; if (setStart == true) { for (var q in _local18.oEP) { _global.com.mosesSupposes.fuse.FuseFMP.getFilterProp(_local40, q, true); } } for (var p in _local18.oSP) { var _local43 = _local18.oSP[p]; if (_local43 instanceof Function) { _local43 = _local43.apply(_local19); } if ((_local43 === true) || (_local43 === false)) { _local40[p] = _local43; if (_local18.oAFV[p] == true) { for (var _local11 in _local18.oEP[p]) { if (_local18.oEP[p][_local11].targ == _local40) { _local18.oEP[p].splice(Number(_local11), 1); } } _local18.oEP[p].push({targ:_local40, val:"IGNORE"}); } continue; } if ((_local18.oAFV[p] == true) && ((!((p == "_colorReset") && (_local43 == 100))) && (!((p == "_tintPercent") && (_local43 == 0))))) { if ((p == "_tint") || (p == "_colorTransform")) { var _local44 = _ZigoEngine.getColorTransObj(); } else if ("|_alpha|_contrast|_invertColor|_tintPercent|_xscale|_yscale|_scale|".indexOf(("|" + p) + "|") > -1) { var _local44 = 100; } else if ("|_brightness|_brightOffset|_colorReset|_rotation|".indexOf(("|" + p) + "|") > -1) { var _local44 = 0; } else { var _local45 = _global.com.mosesSupposes.fuse.FuseFMP.getFilterProp(_local40, p, true); if (_local45 != null) { var _local44 = _local45; } else { var _local44 = ((_global.isNaN(_local40[p]) == false) ? _local40[p] : 0); } } for (var _local11 in _local18.oEP[p]) { if (_local18.oEP[p][_local11].targ == _local40) { _local18.oEP[p].splice(Number(_local11), 1); } } _local18.oEP[p].push({targ:_local40, val:_local44}); } if (typeof(_local43) == "object") { var _local46 = ((_local43 instanceof Array) ? ([]) : ({})); for (var _local11 in _local43) { _local46[_local11] = ((_local43[_local11] instanceof Function) ? (Function(_local43[_local11]).apply(_local19)) : (_local43[_local11])); } _local43 = _local46; } _local41.push(p); _local42.push(_local43); } if (_local42.length > 0) { if (_local6 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output((((("-" + _sID()) + " ") + _local40) + " SET STARTS: ") + [("[" + _local41) + "]", ("[" + _local42) + "]"]); } _ZigoEngine.doTween(_local40, _local41, _local42, 0); } } } for ( ; setStart == true ; _local17++) { } var _local50 = false; var _local51 = ((_local39 == false) ? (_local30) : ([0])); for (var _local9 in _local51) { var _local52 = _local18.ease; if (_local52 instanceof Function) { var _local53 = Function(_local52); if (typeof(_local53(1, 1, 1, 1)) != "number") { _local52 = _local53.apply(_local19); } } var _local47 = ((_local18.seconds instanceof Function) ? (_local18.seconds.apply(_local19)) : (_local18.seconds)); if (_local47 != undefined) { if (typeof(_local47) == "string") { _local47 = parseClock(String(_local47)); } if (_global.isNaN(_local47) == true) { _local47 = _ZigoEngine.DURATION || 0; } } var _local48 = ((_local18.delay instanceof Function) ? (_local18.delay.apply(_local19)) : (_local18.delay)); if (typeof(_local48) == "string") { _local48 = parseClock(String(_local48)); } if ((_local48 == null) || (_global.isNaN(_local48) == true)) { _local48 = 0; } if (_local39 == true) { continue; } var _local54 = _local51[_local9]; var _local55 = []; var _local56 = []; var _local57 = 0; for (var p in _local18.oEP) { var _local58 = _local18.oEP[p]; if (_local58 instanceof Function) { _local58 = _local58.apply(_local19); } if ((_local58 === true) || (_local58 === false)) { if (_local49 == undefined) { var _local49 = {}; } _local49[p] = _local58; _local57++; continue; } if (typeof(_local58) == "object") { if (_local58[0].targ != undefined) { for (var _local11 in _local58) { if (_local58[_local11].targ == _local54) { _local58 = _local58[_local11].val; break; } } } else { var _local59 = ((_local58 instanceof Array) ? ([]) : ({})); for (var _local11 in _local58) { _local59[_local11] = ((_local58[_local11] instanceof Function) ? (Function(_local58[_local11]).apply(_local19)) : (_local58[_local11])); } _local58 = _local59; } } if (_local58 != "IGNORE") { _local55.push(p); _local56.push(_local58); } } var _local60 = []; if (_local56.length > 0) { var _local61 = _ZigoEngine.doTween(_local54, _local55, _local56, _local47, _local52, _local48, _local25); if (_local61 != null) { _local60 = _local61.split(","); } if (_local60.length > 0) { var _local62 = {targ:_local54, props:_local60, bools:_local49, targZID:_local54.__zigoID__}; if (_local50 == false) { _local25 = _local24; _local62.event = _local20; var _local49; var _local20 = _local49; _local62.trigger = _local28; } _aTweens.push(_local62); _local54.addListener(this); _local50 = true; } for (var _local10 in _local60) { if (_local7.indexOf(_local60[_local10] + ",") == -1) { _local7 = _local7 + (_local60[_local10] + ","); } } if (_local6 == 3) { var _local63 = _local55.toString(); if (_local60.length > _local55.length) { _local63 = _local63 + (("\n\t[NO-CHANGE PROPS DISCARDED. KEPT:" + _local61) + "]"); } var _local64 = ""; for (var _local10 in _local56) { _local64 = (((typeof(_local56[_local10]) == "string") ? (("\"" + _local56[_local10]) + "\"") : (_local56[_local10])) + ", ") + _local64; } com.mosesSupposes.fuse.FuseKitCommon.output((("\n-" + _sID()) + " TWEEN:\n") + [("\t[getTimer():" + getTimer()) + "] ", "targ: " + _local54, "props: " + _local63, "endVals: " + _local64, "time: " + ((_local47 == undefined) ? (_ZigoEngine.DURATION) : (_local47)), "easing: " + ((_local52 == undefined) ? (_ZigoEngine.EASING) : (_local52)), "delay: " + ((_local48 == undefined) ? 0 : (_local48)), "callbacks: " + ((_local27 == "") ? "(none)" : (_local27))].join("\n\t")); } } } if ((_local47 == undefined) || (_global.isNaN(_local47) == true)) { var _local47 = 0; } var _local65 = _local48 + _local47; if (_local29 != undefined) { if (_local29 < 0) { _local29 = _local29 + _local65; } if ((_local29 > 0) && ((_local65 == 0) || (_local29 < _local65))) { if (_local65 == 0) { if (_local6 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(((((((((("-" + _sID()) + " graft a timed trigger (") + _local29) + " sec). [has callback:") + (_local25 != _local24)) + ", has event:") + (_local20 != undefined)) + ", has booleans:") + (_local49 != undefined)) + "]"); } doTimerTween(null, _local29, 0, true, _local49, _local25, _local20); _local50 = true; } else { if (_local6 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(((("-" + _sID()) + " graft a timed trigger (") + _local29) + " sec)."); } doTimerTween(null, _local29, 0, true); } } else if (_local6 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(((((("-" + _sID()) + " timed trigger discarded: out of range. [") + _local29) + "/") + _local65) + "]"); } } if ((_local50 == false) && ((_local25 != _local24) || ((_local20 != undefined) || (_local49 != undefined)))) { if ((_local23 == 0) && (_local65 > 0)) { if (_local6 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(((((((((("-" + _sID()) + " no props tweened - graft a delay (") + _local65) + " sec). [has callback:") + (_local25 != _local24)) + ", has event:") + (_local20 != undefined)) + ", has booleans:") + (_local49 != undefined)) + "]"); } doTimerTween(_local30, _local47, _local48, _local28, _local49, _local25, _local20); } else { if (_local6 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(((((((("-" + _sID()) + " no props tweened, executing nontween items. [has callback:") + (_local25 != _local24)) + ", has event:") + (_local20 != undefined)) + ", has booleans:") + (_local49 != undefined)) + "]"); } for (var _local9 in _local30) { for (var _local10 in _local49) { _local30[_local9][_local10] = _local49[_local10]; } } if (_local23 < 2) { if (_local25 != undefined) { if (_local25.startfunc != undefined) { fireEvents({f:_local25.startfunc, s:_local25.startscope, a:_local25.startargs}, _local19, _local6); } if (_local25.updfunc != undefined) { fireEvents({f:_local25.updfunc, s:_local25.updscope, a:_local25.updargs}, _local19, _local6); } if ((_local25.startfunc != undefined) || (_local25.easyfunc != undefined)) { fireEvents({f:_local25.func, s:_local25.scope, a:_local25.args, cb:_local25.easyfunc}, _local19, _local6); } } if (_local20 != undefined) { fireEvents(_local20); } } } } } if ((_local8 > 0) && (_local6 > 0)) { if ((_local8 == _aProfiles.length) && (_local7 == "")) { com.mosesSupposes.fuse.FuseKitCommon.error("118", _sID(), setStart); } else { com.mosesSupposes.fuse.FuseKitCommon.error("119", _local16, _local8, _sID()); } } return(((_local7 == "") ? null : (_local7.slice(0, -1)))); } function doTimerTween(actualTargets, duration, delay, trigger, booleans, callback, event) { var _local9 = {__TweenedDelay:0}; _ZigoEngine.initializeTargets(_local9); _aTweens.push({targ:_local9, props:["__TweenedDelay"], trigger:trigger, bools:booleans, event:event, actualTargs:actualTargets, targZID:_local9.__zigoID__}); _ZigoEngine.doTween(_local9, "__TweenedDelay", 1, duration, null, delay, callback); _local9.addListener(this); } function onTweenEnd(o) { if (_nPlaying < 1) { return(undefined); } var _local3 = _global.com.mosesSupposes.fuse.Fuse; var _local4 = ((_local3 != undefined) ? (_local3.OUTPUT_LEVEL) : (_ZigoEngine.OUTPUT_LEVEL)); if (_local4 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(((((((("-" + _sID()) + " onTweenEnd: ") + ((typeof(o.target) == "movieclip") ? (o.target._name) : (typeof(o.target)))) + "[") + o.props) + "] [getTimer()=") + getTimer()) + "]"); } var _local5 = ((!(o.__zigoID__ === undefined)) ? (o.__zigoID__) : (o.target.__zigoID__)); for (var i in _aTweens) { var _local6 = _aTweens[i]; if (_local6.targZID == _local5) { for (var j in o.props) { var _local7 = _local6.props; for (var k in _local7) { var _local8 = _local7[k]; if (_local8 == o.props[j]) { if (_nPlaying == 2) { if (_local4 > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("120", _sID(), _local8); } } _local7.splice(Number(k), 1); if (_local7.length == 0) { if (_local6.event != undefined) { fireEvents(_local6.event, _local6.event.s, _local4); } if (_local8 == "__TweenedDelay") { _ZigoEngine.deinitializeTargets(_local6.targ); delete _local6.targ; for (var m in _local6.bools) { for (var t in _local6.actualTargs) { _local6.actualTargs[t][m] = _local6.bools[m]; } } } else { var _local9 = false; for (var m in _local6.bools) { _local6.targ[m] = _local6.bools[m]; } for (var l in _aTweens) { if ((l != i) && (_aTweens[l].targ == _local6.targ)) { _local9 = true; } } if (_local9 == false) { _local6.targ.removeListener(this); } } if (_local6.trigger == true) { if ((_bTrigger == false) && ((o.isResume != true) && (_aTweens.length > 1))) { _bTrigger = true; if (_local4 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(("-" + _sID()) + " trigger fired!"); } var breakChainInt; breakChainInt = _global.setInterval(function (fi) { _global.clearInterval(breakChainInt); fi.dispatchRequest("advance", [false]); }, 1, this); } } _aTweens.splice(Number(i), 1); } } } } } } if ((_aTweens.length == 0) && ((_nPlaying == 1) && (o.isResume != true))) { complete(_local4); } } function onTweenInterrupt(o) { if (_nPlaying == -1) { return(undefined); } var _local3 = o.__zigoID__; var _local4 = _global.com.mosesSupposes.fuse.Fuse; var _local5 = ((_local4 != undefined) ? (_local4.OUTPUT_LEVEL) : (_ZigoEngine.OUTPUT_LEVEL)); if (_local5 == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(((((((_sID() + " property interrupt caught! ") + o.target) + ",__zigoID__:") + _local3) + "[") + o.props) + "]."); } if ((_local3 == undefined) || (typeof(o.target) != "string")) { onTweenEnd(o); return(undefined); } for (var i in _aTweens) { if (_aTweens[i].targZID == _local3) { _aTweens.splice(Number(i), 1); } } if ((_aTweens.length == 0) && (_nPlaying == 1)) { complete(_local5); } } function complete(outputLevel) { var trigger = _bTrigger; stop(); if (trigger != true) { if (outputLevel == 3) { com.mosesSupposes.fuse.FuseKitCommon.output(("-" + _sID()) + " complete."); } } var breakChainInt; breakChainInt = _global.setInterval(function (fi) { _global.clearInterval(breakChainInt); fi.dispatchRequest("advance", [trigger]); }, 1, this); } function parseClock(str) { if (str.indexOf(":") != 2) { com.mosesSupposes.fuse.FuseKitCommon.error("121"); return(_ZigoEngine.DURATION || 0); } var _local3 = 0; var _local4 = str.split(":"); _local4.reverse(); if ((String(_local4[0]).length == 2) && (_global.isNaN(_local5 = Math.abs(Number(_local4[0]))) == false)) { _local3 = _local3 + (_local5 / 100); } if ((String(_local4[1]).length == 2) && ((_global.isNaN(_local5) == false) && ((_local5 = Math.abs(Number(_local4[1]))) < 60))) { _local3 = _local3 + _local5; } if ((String(_local4[2]).length == 2) && ((_global.isNaN(_local5) == false) && ((_local5 = Math.abs(Number(_local4[2]))) < 60))) { _local3 = _local3 + (_local5 * 60); } if ((String(_local4[3]).length == 2) && ((_global.isNaN(_local5) == false) && ((_local5 = Math.abs(Number(_local4[3]))) < 24))) { _local3 = _local3 + (_local5 * 3600); } return(_local3); } function fireEvents(o, scope, outputLevel) { var _local5 = ((o.s != null) ? (o.s) : (scope)); if (o.e == undefined) { if ((typeof(o.cb) == "string") && (o.cb.length > 0)) { var _local6 = _global.com.mosesSupposes.fuse.Shortcuts.parseStringTypeCallback(o.cb); if (_local6.func != undefined) { fireEvents({s:_local6.scope, f:_local6.func, a:_local6.args}); } else if (outputLevel > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("122"); } } if (o.f == undefined) { return(undefined); } var _local7 = o.f; if ((typeof(o.f) == "string") && (_local5[o.f] == undefined)) { if (_global[o.f] != undefined) { _local7 = _global[o.f]; } if (_level0[o.f] != undefined) { _local7 = _level0[o.f]; } } if (typeof(_local7) != "function") { if (typeof(_local5[o.f]) == "function") { _local7 = _local5[o.f]; } else { _local7 = eval (o.f); } } if (_local7 == undefined) { if (outputLevel > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("123"); } } else { var _local8 = ((o.a instanceof Function) ? (o.a.apply(_local5)) : (o.a)); if ((_local8 != undefined) && (!(_local8 instanceof Array))) { _local8 = [_local8]; } _local7.apply(_local5, _local8); } } else { var _local9 = ((o.e instanceof Function) ? (String(o.e.apply(_local5))) : (String(o.e))); if ((_local9 != "undefined") && (_local9.length > 0)) { if ("|onStart|onStop|onPause|onResume|onAdvance|onComplete|".indexOf(("|" + _local9) + "|") > -1) { if (outputLevel > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("124", _local9); } } else { var _local10 = _global.com.mosesSupposes.fuse.Fuse.getInstance(_nFuseID); var _local11 = ((o.ep instanceof Function) ? (o.ep.apply(_local5)) : (o.ep)); if ((_local11 == null) || (typeof(_local11) != "object")) { _local11 = {}; } _local11.target = _local10; _local11.type = _local9; _local10.dispatchEvent.call(_local10, _local11); } } else if (outputLevel > 0) { com.mosesSupposes.fuse.FuseKitCommon.error("125", _sID()); } } } static var registryKey = "fuseItem"; static var ADD_UNDERSCORES = true; var _nPlaying = -1; var _bStartSet = false; var _bTrigger = false; }
Symbol 20504 MovieClip [__Packages.com.techsmith.events.Events] Frame 0
class com.techsmith.events.Events { function Events () { } static var LOAD_COMPLETE = "xmlLoadComplete"; static var LOAD_ERROR = "xmlLoadError"; static var ON_COMPLETE = "onComplete"; static var ANIMATION_COMPLETE = "animationComplete"; static var MOUSE_ROLL_OVER = "rollOver"; static var MOUSE_RELEASE = "click"; static var MOUSE_PRESS = "press"; static var MOUSE_ROLL_OUT = "rollOut"; static var MOUSE_RELEASE_OUT = "releaseOutside"; static var FOCUS_IN = "focusIn"; static var FOCUS_OUT = "focusOut"; static var COMPLETE = "complete"; static var CHANGE = "change"; static var LOADING = "loading"; static var INIT = "init"; static var TOOLTIP = "tooltipEvent"; static var KEY_ENTER = "enter"; static var KEY_UP = "keyUp"; static var KEY_DOWN = "keyDown"; static var CLOSE = "close"; static var MEDIA_LOADING = "mediaLoading"; static var NS_BUFFER_EMPTY = "bufferEmpty"; static var NS_BUFFER_FULL = "bufferFull"; static var NS_BUFFER_FLUSH = "bufferFlush"; static var NS_SEEK_EXECUTED = "seekExecuted"; static var NS_METADATA = "metadata"; static var NS_CUEPOINT = "cuepoint"; static var MEDIA_EVENT = "cuepointEvent"; static var MEDIA_NAVIGATION = "cuepointNavigation"; static var PROGRESS = "progress"; static var ERROR = "error"; static var STARTED = "started"; static var STOPPED = "finished"; static var STREAM_ERROR = "streamError"; static var SEEK_ERROR = "seekError"; static var SEEK_COMPLETE = "seekComplete"; static var PLAYHEAD_POSITION = "positionChange"; static var CONTROL_STATE_PLAY = "playButtonStateChange"; static var CONTROL_STATE_STOP = "stopButtonStateChange"; static var DRAG_START = "dragStart"; static var DRAG_STOP = "dragStop"; static var ROW_PRESS = "rowPress"; static var ITEM_ROLL_OVER = "itemRollOver"; static var ITEM_ROLL_OUT = "itemRollOut"; static var ENTER_FRAME = "enterFrame"; }
Symbol 20505 MovieClip [__Packages.com.brooksandrus.utils.Iterator] Frame 0
class com.brooksandrus.utils.Iterator { function Iterator () { } }
Symbol 20506 MovieClip [__Packages.com.brooksandrus.utils.IteratorImpl] Frame 0
class com.brooksandrus.utils.IteratorImpl implements com.brooksandrus.utils.Iterator { function IteratorImpl (collection) { this.collection = collection; } function hasNext() { return(cursor < collection.getLength()); } function next() { return(collection.getItemAt(cursor++)); } var collection = null; var cursor = 0; }
Symbol 20507 MovieClip [__Packages.com.brooksandrus.drawing.Rect] Frame 0
class com.brooksandrus.drawing.Rect { function Rect () { } function gdraw(scope, width, height, colors, alphas, ratios, lStyle, location) { var _local10 = new flash.geom.Matrix(); if ((orientation == "top") && (type != "radial")) { var _local11 = 90; var _local12 = (_local11 * Math.PI) / 180; _local10.createGradientBox(width, height, _local12); } setLineStyle(scope, lStyle); scope.beginGradientFill(type, colors, alphas, ratios, _local10); drawFill(scope, width, height, location); } function draw(scope, width, height, color, alpha, lStyle, location) { setLineStyle(scope, lStyle); scope.beginFill(color, alpha); drawFill(scope, width, height, location); } function setLineStyle(scope, lStyle) { if (lStyle != null) { scope.lineStyle(lStyle.thickness, lStyle.rgb, lStyle.alpha, lStyle.pixelHinting, lStyle.noScale, lStyle.capsStyle, lStyle.jointStyle, lStyle.miterLimit); } } function drawFill(scope, width, height, location) { if (location == null) { location = {x:0, y:0}; } scope.moveTo(location.x, location.y); scope.lineTo(width + location.x, location.y); scope.lineTo(width + location.x, location.y + height); scope.lineTo(location.x, location.y + height); scope.lineTo(location.x, location.y); scope.endFill(); } static var LEFT_RIGHT = "left"; static var TOP_BOTTOM = "top"; var type = "linear"; var orientation = TOP_BOTTOM; }
Symbol 20508 MovieClip [__Packages.com.brooksandrus.utils.CollectionImpl] Frame 0
class com.brooksandrus.utils.CollectionImpl implements com.brooksandrus.utils.Collection { function CollectionImpl () { items = []; } function addItem(item) { var _local3 = false; if (item != null) { items.push(item); _local3 = true; } return(_local3); } function itemExists(item) { var _local3 = items.length; var _local4 = 0; for ( ; _local4 < _local3 ; _local4++) { if (item == items[_local4]) { return(true); } } return(false); } function addItemAt(item, index) { var _local4 = false; if (item != null) { items.splice(index, 0, item); _local4 = true; } return(_local4); } function removeItem(item) { var _local3 = false; var _local4 = getItemIndex(item); if (_local4 > -1) { items.splice(_local4, 1); _local3 = true; } return(_local3); } function getItemAt(index) { return(items[index]); } function getItemIndex(item) { var _local3 = items.length; var _local4 = 0; for ( ; _local4 < _local3 ; _local4++) { if (items[_local4] == item) { return(_local4); } } return(-1); } function replaceItemAt(item, index) { var _local4 = false; if ((item != null) && (index < items.length)) { items[index] = item; _local4 = true; } return(_local4); } function getLength() { return(items.length); } function isEmpty() { return(items.length == 0); } function getIterator() { return(new com.brooksandrus.utils.IteratorImpl(this)); } function clear() { items = []; } var items = null; }
Symbol 20509 MovieClip [__Packages.com.techsmith.ui.BasicButton] Frame 0
class com.techsmith.ui.BasicButton extends com.techsmith.ui.ButtonBase { var attachMovie, enabled, dispatchEvent; function BasicButton () { super(); } static function create(container, name, depth, init) { Object.registerClass("BasicButton", com.techsmith.ui.BasicButton); var _local6 = container.attachMovie("BasicButton", name, depth, init); return(com.techsmith.ui.BasicButton(_local6)); } function init(style) { styleObj = style; toggle = style.toggle; if (!toggle) { stateGraphic = attachMovie(styleObj.falseUpSkin, "stateGraphic", 2); } else if (selected) { stateGraphic = attachMovie(styleObj.trueUpSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.falseUpSkin, "stateGraphic", 2); } positionIcon(); } function positionIcon() { stateGraphic._x = graphicx; stateGraphic._y = graphicy; } function setSelected(selected, fireEvent) { if (this.selected == selected) { return(undefined); } this.selected = selected; if (selected) { if (enabled) { stateGraphic = attachMovie(styleObj.trueUpSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.trueDisabledSkin, "stateGraphic", 2); } } else if (enabled) { stateGraphic = attachMovie(styleObj.falseUpSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.falseDisabledSkin, "stateGraphic", 2); } positionIcon(); if (fireEvent) { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE}); } } function onRollOver() { if (!toggle) { stateGraphic = attachMovie(styleObj.falseOverSkin, "stateGraphic", 2); } else if (selected) { stateGraphic = attachMovie(styleObj.trueOverSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.falseOverSkin, "stateGraphic", 2); } positionIcon(); super.onRollOver(); } function onPress() { if (!toggle) { stateGraphic = attachMovie(styleObj.falseDownSkin, "stateGraphic", 2); } else if (selected) { stateGraphic = attachMovie(styleObj.trueDownSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.falseDownSkin, "stateGraphic", 2); } positionIcon(); super.onPress(); } function onRelease() { selected = (selected ? false : true); if (!toggle) { stateGraphic = attachMovie(styleObj.falseOverSkin, "stateGraphic", 2); } else if (selected) { stateGraphic = attachMovie(styleObj.trueOverSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.falseOverSkin, "stateGraphic", 2); } positionIcon(); if (toggle) { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE, selected:selected}); } else { super.onRelease(); } } function onReleaseOutside() { selected = (selected ? false : true); if (!toggle) { stateGraphic = attachMovie(styleObj.falseUpSkin, "stateGraphic", 2); } else if (selected) { stateGraphic = attachMovie(styleObj.trueUpSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.falseUpSkin, "stateGraphic", 2); } positionIcon(); super.onReleaseOutside(); } function onRollOut() { if (!toggle) { stateGraphic = attachMovie(styleObj.falseUpSkin, "stateGraphic", 2); } else if (selected) { stateGraphic = attachMovie(styleObj.trueUpSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.falseUpSkin, "stateGraphic", 2); } positionIcon(); super.onRollOut(); } function setEnabled(enable) { enabled = enable; if (!enable) { if (!toggle) { stateGraphic = attachMovie(styleObj.falseDisabledSkin, "stateGraphic", 2); } else if (selected) { stateGraphic = attachMovie(styleObj.trueDisabledSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.falseDisabledSkin, "stateGraphic", 2); } } else if (enable) { if (!toggle) { stateGraphic = attachMovie(styleObj.trueUpSkin, "stateGraphic", 2); } else if (selected) { stateGraphic = attachMovie(styleObj.trueUpSkin, "stateGraphic", 2); } else { stateGraphic = attachMovie(styleObj.falseUpSkin, "stateGraphic", 2); } } positionIcon(); } function getSelected() { return(selected); } var selected = false; var styleObj = null; var stateGraphic = null; var toggle = false; var graphicy = 0; var graphicx = 0; }
Symbol 20510 MovieClip [__Packages.com.techsmith.ui.panels.PanelStyle] Frame 0
class com.techsmith.ui.panels.PanelStyle { function PanelStyle (tl, tm, tr, cl, cm, cr, bl, bm, br) { TOP_LEFT = tl; TOP_MIDDLE = tm; TOP_RIGHT = tr; CENTER_LEFT = cl; CENTER_MIDDLE = cm; CENTER_RIGHT = cr; BOTTOM_LEFT = bl; BOTTOM_MIDDLE = bm; BOTTOM_RIGHT = br; } var TOP_LEFT = null; var TOP_MIDDLE = null; var TOP_RIGHT = null; var CENTER_LEFT = null; var CENTER_MIDDLE = null; var CENTER_RIGHT = null; var BOTTOM_LEFT = null; var BOTTOM_MIDDLE = null; var BOTTOM_RIGHT = null; }
Symbol 20511 MovieClip [__Packages.com.brooksandrus.ui.ProgressBar] Frame 0
class com.brooksandrus.ui.ProgressBar extends com.techsmith.ui.Component { var base, fill, mask, percentField, createLabel, messageField, _width, _height, percentFormat, messageFormat, height; function ProgressBar () { super(); } static function create(container, name, depth, init) { Object.registerClass("ProgressBar", com.brooksandrus.ui.ProgressBar); var _local6 = container.attachMovie("ProgressBar", name, depth, init); return(com.brooksandrus.ui.ProgressBar(_local6)); } function init(baseDim, baseStyle, baseRect, fillDim, fillStyle, fillRect) { if (baseStyle.CENTER_LEFT != null) { base = com.techsmith.ui.panels.Slice9Panel.create(this, "base", 2); } else if (baseRect == null) { base = com.techsmith.ui.panels.HPanel.create(this, "base", 2); } else { base = com.techsmith.ui.panels.Scale9Panel.create(this, "base", 2); } base.init(baseDim, baseStyle, baseRect); if (fillStyle.CENTER_LEFT != null) { fill = com.techsmith.ui.panels.Slice9Panel.create(this, "fill", 3); mask = com.techsmith.ui.panels.Slice9Panel.create(this, "mask", 4); } else if (fillRect == null) { fill = com.techsmith.ui.panels.HPanel.create(this, "fill", 3); mask = com.techsmith.ui.panels.HPanel.create(this, "mask", 4); } else { fill = com.techsmith.ui.panels.Scale9Panel.create(this, "fill", 3); mask = com.techsmith.ui.panels.Scale9Panel.create(this, "mask", 4); } fill.init(fillDim, fillStyle, fillRect); mask.init(fillDim, fillStyle, fillRect); if (hasMessageField) { percentField = createLabel("percentField", {depth:5, x:0, y:0, w:35, h:20}); messageField = createLabel("messageField", {depth:6, x:0, y:0, w:fillDim.width - 40, h:20}); } layoutPanels(); createFormat(); } function layoutPanels() { var _local2 = com.techsmith.ui.Component(base); var _local3 = com.techsmith.ui.Component(fill); var _local4 = com.techsmith.ui.Component(mask); var _local5 = _width; var _local6 = _height; _local2.move((_local5 - _local2._width) / 2, (_local6 - _local2._height) / 2); var _local7 = _local2._x + ((_local2._width - _local4._width) / 2); var _local8 = _local2._y + ((_local2._height - _local4._height) / 2); _local4.move(_local7, _local8); _local3.move((-_local3._width) + _local7, _local8); _local3.setMask(_local4); if (hasMessageField) { var _local9 = 2; percentField._x = _local2._x + (_local2._width - percentField._width); percentField._y = (_local2._y + _local2._height) + _local9; messageField._x = _local2._x; messageField._y = (_local2._y + _local2._height) + _local9; } } function createFormat() { if (percentFormat == null) { percentFormat = new TextFormat(); percentFormat.font = "Arial"; percentFormat.size = 11; percentFormat.color = textColor; percentFormat.align = "left"; } if (messageFormat == null) { messageFormat = new TextFormat(); messageFormat.font = "Arial"; messageFormat.size = 11; messageFormat.color = textColor; percentFormat.align = "right"; } } function setEventSource(source) { source.addEventListener(com.techsmith.events.Events.PROGRESS, com.techsmith.utils.Delegate.create(this, setProgress)); } function setProgress(e) { var _local3 = com.techsmith.ui.Component(fill); var _local4 = com.techsmith.ui.Component(mask); var _local5 = (e.percent / 100) * _local3.width; _local3.move(_local4._x + (_local5 - _local3._width), _local3._y); if (e.message != null) { message = e.message; } messageField.text = message; percentField.text = e.percent + " % "; messageField.setTextFormat(messageFormat); percentField.setTextFormat(percentFormat); } function showFill(fuse) { if (fuse != null) { com.techsmith.ui.Component(fill).animate(fuse, false); com.techsmith.ui.Component(base).animate(fuse, false); } else { MovieClip(fill)._alpha = 100; MovieClip(base)._alpha = 100; } } function getInnerTrackLocation() { return(new com.techsmith.utils.Point(com.techsmith.ui.Component(mask)._x, com.techsmith.ui.Component(mask)._y)); } function getInnerTrackDimensions() { return(fill.getDimensions()); } function getDimensions() { return(new com.techsmith.utils.Dimension(width, height)); } function get width() { return(com.techsmith.ui.Component(base)._width); } function destroy() { super.destroy(); } var message = "Loading Media"; var textColor = 16777215; var hasMessageField = false; }
Symbol 20512 MovieClip [__Packages.com.techsmith.ui.SliderTrack] Frame 0
class com.techsmith.ui.SliderTrack extends com.techsmith.ui.ButtonBase { var track, createEmptyMovieClip, _width, _xmouse, dispatchEvent; function SliderTrack () { super(); } static function create(container, name, depth, init) { Object.registerClass("SliderTrack", com.techsmith.ui.SliderTrack); var _local6 = container.attachMovie("SliderTrack", name, depth, init); return(com.techsmith.ui.SliderTrack(_local6)); } function init(dim) { track = createEmptyMovieClip("track", 1); var _local3 = new com.brooksandrus.drawing.Rect(); _local3.draw(track, dim.width, dim.height, 16777215, 0); } function onPress() { var _local2 = _xmouse / _width; var _local3 = _local2 * 100; dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_PRESS, percent:_local3, fraction:_local2}); } function onRelease() { var _local2 = _xmouse / _width; var _local3 = _local2 * 100; dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE, percent:_local3, fraction:_local2}); } function onReleaseOutside() { var _local2 = _xmouse / _width; var _local3 = _local2 * 100; dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE, percent:_local3, fraction:_local2}); } }
Symbol 20513 MovieClip [__Packages.com.brooksandrus.ui.ProgressSlider] Frame 0
class com.brooksandrus.ui.ProgressSlider extends com.techsmith.ui.Component { var dispatchEvent, stopDrag, height; function ProgressSlider () { super(); } static function create(container, name, depth, init) { Object.registerClass("ProgressSlider", com.brooksandrus.ui.ProgressSlider); var _local6 = container.attachMovie("ProgressSlider", name, depth, init); return(com.brooksandrus.ui.ProgressSlider(_local6)); } function init(baseDim, baseStyle, baseRect, fillDim, fillStyle, fillRect) { progBar = com.brooksandrus.ui.ProgressBar.create(this, "progBar", 2); progBar.init(baseDim, baseStyle, baseRect, fillDim, fillStyle, fillRect); thumb = com.techsmith.ui.BasicButton.create(this, "thumb", 4); thumb.init(new com.techsmith.ui.ButtonStyle(thumbStyleShortcut, null, false)); thumb.focusManager.enabled = true; if (thumbTabIndex != null) { thumb.tabIndex = thumbTabIndex; } clickTrack = com.techsmith.ui.SliderTrack.create(this, "clickTrack", 3); clickTrack.init(new com.techsmith.utils.Dimension(fillDim.width, thumb.height)); initThumbPosition(); registerListeners(); setupMaxConstraints(); constraints = {}; for (var i in maxConstraints) { constraints[i] = maxConstraints[i]; } } function registerListeners() { clickTrack.addEventListener(com.techsmith.events.Events.MOUSE_PRESS, com.techsmith.utils.Delegate.create(this, trackPressHandler)); clickTrack.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, thumbDragStopHandler)); thumb.addEventListener(com.techsmith.events.Events.MOUSE_PRESS, com.techsmith.utils.Delegate.create(this, thumbDragStartHandler)); thumb.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, thumbDragStopHandler)); thumb.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE_OUT, com.techsmith.utils.Delegate.create(this, thumbDragStopHandler)); if (thumbTabIndex != null) { thumb._focusrect = thumbFocusRect; thumb.onKeyDown = com.techsmith.utils.Delegate.create(this, thumbKeyDownHandler); thumb.onKeyUp = com.techsmith.utils.Delegate.create(this, thumbKeyUpHandler); thumb.onSetFocus = com.techsmith.utils.Delegate.create(this, thumbSetFocusHandler); thumb.onKillFocus = com.techsmith.utils.Delegate.create(this, thumbKillFocusHandler); Key.addListener(thumb); } } function initThumbPosition() { progBar.move(0, (thumb._height - progBar._height) / 2); var _local2 = progBar.getDimensions(); var _local3 = progBar.getInnerTrackDimensions(); var _local4 = progBar.getLocation(); var _local5 = progBar.getInnerTrackLocation(); var _local6 = new com.techsmith.utils.Dimension(_local3.width, _local2.height); var _local7 = new com.techsmith.utils.Point(_local5.x, _local5.y); var _local8 = thumb.getDimensions(); var _local9 = _local8.width / 2; var _local10 = _local7.x - _local9; var _local11 = (_local4.y - ((_local8.height - _local6.height) / 2)) + thumbOffsetY; thumb.move(_local10, _local11); clickTrack.move(_local7.x + progBar.getInnerTrackLocation().x, _local11); } function setupMaxConstraints() { var _local2 = progBar.getDimensions(); var _local3 = progBar.getInnerTrackDimensions(); var _local4 = progBar.getLocation(); var _local5 = progBar.getInnerTrackLocation(); var _local6 = new com.techsmith.utils.Dimension(_local3.width, _local2.height); var _local7 = new com.techsmith.utils.Point(_local5.x, _local5.y); var _local8 = thumb.getDimensions(); var _local9 = _local8.width / 2; var _local10 = _local7.x - _local9; var _local11 = (_local4.y - ((_local8.height - _local6.height) / 2)) + thumbOffsetY; var _local12 = (_local7.x + _local6.width) - _local9; maxConstraints = {left:_local10, top:_local11, right:_local12, bottom:_local11, width:Math.abs(_local10) + _local12, height:Math.abs(_local11) * 2}; } function setConstraints(percent) { var _local3 = thumb.getDimensions().width / 2; var _local4 = progBar.getInnerTrackDimensions().width; var _local5 = progBar.getInnerTrackLocation().x; var _local6 = (percent / 100) * _local4; var _local7 = (_local5 + _local6) - _local3; constraints.right = _local7; } function dragDispatcher() { var _local2 = thumb._x; if (constraints.left < 0) { _local2 = _local2 + Math.abs(constraints.left); } var _local3 = _local2 / constraints.width; var _local4 = (_local2 / constraints.width) * 100; dispatchEvent({type:com.techsmith.events.Events.PROGRESS, target:this, percent:_local4, fractPercent:_local3}); } function setEventSource(source) { source.addEventListener(com.techsmith.events.Events.PROGRESS, com.techsmith.utils.Delegate.create(this, setProgress)); } function setProgress(e) { progBar.setProgress({percent:e.percent}); setConstraints(e.percent); } function setPosition(percent) { var _local3 = Math.abs(constraints.left) + Math.abs(maxConstraints.right); var _local4 = (percent / 100) * _local3; if (constraints.left < 0) { _local4 = _local4 + constraints.left; } thumb.move(_local4, thumb._y); } function trackPressHandler(e) { var _local3 = e.percent; var _local4 = (constraints.right / maxConstraints.right) * 100; if (_local3 > _local4) { return(undefined); } var _local5 = Math.abs(constraints.left) + Math.abs(maxConstraints.right); var _local6 = e.fraction * _local5; if (constraints.left < 0) { _local6 = _local6 + constraints.left; } if (_local6 <= constraints.right) { thumb.move(_local6, thumb._y); } thumbDragStartHandler({target:progBar, type:com.techsmith.events.Events.MOUSE_PRESS}); } function thumbDragStartHandler(e) { if (constraints != null) { dispatchEvent({target:this, type:com.techsmith.events.Events.DRAG_START}); thumb.startDrag(false, constraints.left, constraints.top, constraints.right, constraints.bottom); thumb.onEnterFrame = com.techsmith.utils.Delegate.create(this, dragDispatcher); } } function thumbDragStopHandler(e) { stopDrag(); delete thumb.onEnterFrame; dispatchEvent({target:this, type:com.techsmith.events.Events.DRAG_STOP}); } function get width() { return(progBar.width); } function getDimensions() { return(new com.techsmith.utils.Dimension(width, height)); } function showFill(fuse) { if (fuse != null) { progBar.showFill(fuse); } else { progBar.showFill(); } } function thumbSetFocusHandler(oldfocus) { thumb.createEmptyMovieClip("line_mc", 51); thumb.line_mc.lineStyle(4, 16776960, 100, true, "normal", "none", "miter", 150); thumb.line_mc.moveTo(2, 2); thumb.line_mc.lineTo(2, 6); thumb.line_mc.lineTo(3, 6); thumb.line_mc.lineTo(3, 2); thumb.line_mc.lineTo(2, 2); } function thumbKillFocusHandler() { thumb.line_mc.removeMovieClip(); } function thumbKeyDownHandler() { dispatchEvent({type:com.techsmith.events.Events.KEY_DOWN, target:thumb}); } function thumbKeyUpHandler() { dispatchEvent({type:com.techsmith.events.Events.KEY_UP, target:thumb}); } function getThumb() { return(thumb); } var progBar = null; var clickTrack = null; var thumb = null; var thumbStyle = null; var constraints = null; var dimensions = null; var maxConstraints = null; var thumbStyleShortcut = "SliderThumb"; var thumbOffsetY = 0; var thumbTabIndex = null; var thumbFocusRect = null; }
Symbol 20514 MovieClip [__Packages.com.techsmith.jing.Main] Frame 0
class com.techsmith.jing.Main extends MovieClip { var __proto__, snapshot, previous, _xmouse, _ymouse, hitTest; function Main (scope) { super(); scope.__proto__ = __proto__; scope.__constructor__ = com.techsmith.jing.Main; this=scope;//parameter overwritten if (app == null) { app = com.techsmith.jing.JingApplication.create(scope, "app", 2); app.init(scope); app.addEventListener(com.techsmith.events.Events.STARTED, com.techsmith.utils.Delegate.create(this, pauseHandler)); app.addEventListener(com.techsmith.events.Events.STOPPED, com.techsmith.utils.Delegate.create(this, pauseHandler)); snapshot = {x:-1, y:-1}; previous = {x:-1, y:-1}; intervalID = _global.setInterval(this, "activityCheck", intervalLength); } } function onMouseMove() { checkHover(); } function activityCheck() { if (app.player.dragging) { if (!visible) { setVisible(true); } } else if (initialized) { if ((snapshot.x != previous.x) || (snapshot.y != previous.y)) { if (!visible) { setVisible(true); } } else if (visible) { setVisible(false); } } else if (visible) { setVisible(false); } previous = {x:snapshot.x, y:snapshot.y}; } function setVisible(value) { app.mouseOver(value); visible = value; } function checkHover() { initialized = true; var _local2 = _xmouse; var _local3 = _ymouse; snapshot.x = _local2; snapshot.y = _local3; if ((!visible) && (hitTest(_local2, _local3, true))) { setVisible(true); } } function pauseHandler(e) { _global.clearInterval(intervalID); if (e.type == com.techsmith.events.Events.STARTED) { intervalID = _global.setInterval(this, "activityCheck", intervalLength); } else if (!visible) { setVisible(true); } } static function main() { timeline = new com.techsmith.jing.Main(arguments[0]); } static var timeline = null; var app = null; var autostart = null; var startcolors = null; var showstartscreen = null; var showendscreen = null; var scalemode = null; var styleWrapper = -1; var visible = true; var intervalID = -1; var intervalLength = 2000; var initialized = false; }
Symbol 20515 MovieClip [__Packages.com.techsmith.jing.JingApplication] Frame 0
class com.techsmith.jing.JingApplication extends com.techsmith.ui.Component { var main, fps, contentWidth, _width, contentHeight, _height, actualWidth, actualHeight, progWatcher, createEmptyMovieClip, onEnterFrame, dispatchEvent, end, getURL; function JingApplication () { super(); } static function create(container, name, depth, init) { Object.registerClass("JingApplication", com.techsmith.jing.JingApplication); var _local6 = container.attachMovie("JingApplication", name, depth, init); return(com.techsmith.jing.JingApplication(_local6)); } function init(scope) { main = scope; fps = scope.fps; if (scope.width != null) { contentWidth = scope.width; } else if (scope.containerwidth != null) { contentWidth = scope.containerwidth; } else { contentWidth = _width; } if (scope.height != null) { contentHeight = scope.height; } else if (scope.containerheight != null) { contentHeight = scope.containerheight; } else { contentHeight = _height; } actualWidth = contentWidth; actualHeight = contentHeight; if ((contentWidth > (System.capabilities.screenResolutionX - 150)) || (contentHeight > (System.capabilities.screenResolutionY - 150))) { scaleMode = "showAll"; } if (scope.scalemode != null) { var _local3 = scope.scalemode.toLowerCase(); if (_local3 == "showall") { scaleMode = "showAll"; } else if (_local3 == "noborder") { scaleMode = "noBorder"; } else if (_local3 == "exactfit") { scaleMode = "exactFit"; } else if (_local3 == "noscale") { scaleMode = "noScale"; } } Stage.scaleMode = scaleMode; if (scope.styleWrapper == 6) { branded = false; } if (scope.autostart != null) { autostart = ((scope.autostart == "true") ? true : false); } else { autostart = false; } if (scope.startcolors != null) { var _local4 = scope.startcolors.split(","); var _local5 = _local4.length; var _local6 = 0; for ( ; _local6 < _local5 ; _local6++) { _local4[_local6] = _global.parseInt(_local4[_local6], 16); } if (_local5 == 1) { _local4[1] = _local4[0]; } } var _local7 = true; if ((scope.showstartscreen != null) && (!branded)) { _local7 = ((scope.showstartscreen == "true") ? true : false); } if ((scope.showendscreen != null) && (!branded)) { showend = ((scope.showendscreen == "true") ? true : false); } player = com.techsmith.jing.JingPlayer.create(this, "player", 3); player.init(new com.techsmith.utils.Dimension(contentWidth, controllerHeight), scope, fps); player.scaleMode = scaleMode; player.move(0, contentHeight - controllerHeight); player.addEventListener(com.techsmith.events.Events.STARTED, com.techsmith.utils.Delegate.create(this, pauseHandler)); player.addEventListener(com.techsmith.events.Events.STOPPED, com.techsmith.utils.Delegate.create(this, pauseHandler)); player.addEventListener(com.techsmith.events.Events.COMPLETE, com.techsmith.utils.Delegate.create(this, playbackFinishedHandler)); startSequence(autostart, scope, _local4, _local7); progWatcher = createEmptyMovieClip("progWatcher", 8); progWatcher.onEnterFrame = com.techsmith.utils.Delegate.create(this, progWatcherHandler); onEnterFrame = com.techsmith.utils.Delegate.create(this, enterFrameHandler); } function enterFrameHandler(e) { dispatchEvent({target:this, type:com.techsmith.events.Events.ENTER_FRAME}); } function startSequence(autoStart, scope, startColors, showStart) { if (autoStart) { player.start(); } else if (showStart) { start = com.techsmith.jing.StartScreen.create(main, "start", 4); start.styleWrapper = branded; start._alpha = 0; player._visible = false; start.init(scope, new com.techsmith.utils.Dimension(contentWidth, contentHeight)); start.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, startHandler)); player.setProgress(0); var _local6 = new com.mosesSupposes.fuse.Fuse(); _local6.push({_alpha:100, seconds:1.5, ease:com.mosesSupposes.fuse.PennerEasing.linear, delay:0}); start.animate(_local6); } } function createEndScreen(width, height) { end = com.techsmith.jing.EndScreen.create(this, "end", 4); end.styleWrapper = branded; end.init(new com.techsmith.utils.Dimension(width, height)); end.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, endScreenHandler)); } function mouseOver(over) { if (over) { var _local3 = new com.mosesSupposes.fuse.Fuse(); _local3.push({_alpha:100, seconds:0.5, y:contentHeight - (player.getHeight() + 1), ease:com.mosesSupposes.fuse.PennerEasing.linear, delay:0}); player.animate(_local3, false); } else { var _local4 = new com.mosesSupposes.fuse.Fuse(); _local4.push({_alpha:0, seconds:0.5, y:contentHeight + 1, ease:com.mosesSupposes.fuse.PennerEasing.linear, delay:0}); player.animate(_local4, false); } } function startHandler(e) { start.destroy(); player._visible = true; player.start(); } function endScreenHandler(e) { switch (e.id) { case "download" : getURL("http://www.techsmith.com/redirect.asp?product=jing&target=jingtry", "_blank"); break; case "replay" : replayMedia(); break; case "share" : } } function replayMedia() { if (showend) { destroyEndScreen(); } player.replay(); } function destroyEndScreen() { player.removeEventListener(com.techsmith.events.Events.DRAG_START, dragStartHandler); player.removeEventListener(com.techsmith.events.Events.STARTED, dragStartHandler); end.removeAllListeners(); end.destroy(); } function playbackFinishedHandler(e) { player.addEventListener(com.techsmith.events.Events.DRAG_START, com.techsmith.utils.Delegate.create(this, dragStartHandler)); player.addEventListener(com.techsmith.events.Events.STARTED, com.techsmith.utils.Delegate.create(this, dragStartHandler)); if (showend) { createEndScreen(actualWidth, actualHeight); } } function pauseHandler(e) { dispatchEvent(e); } function dragStartHandler(e) { if (showend) { destroyEndScreen(contentWidth, contentHeight); } } function progWatcherHandler() { var _local2 = (main._framesloaded / main._totalframes) * 100; player.setProgress(_local2); if (_local2 >= 100) { delete progWatcher.onEnterFrame; progWatcher.removeMovieClip(); } } function onUnload() { destroy(); } function destroy() { player.destroy(); start.destroy(); end.destroy(); _global.com.techsmith.jing.Main = null; } var autostart = false; var showend = true; var controllerHeight = 45; var player = null; var start = null; var branded = true; var scaleMode = "noScale"; }
Symbol 20516 MovieClip [__Packages.com.mosesSupposes.fuse.PennerEasing] Frame 0
class com.mosesSupposes.fuse.PennerEasing { function PennerEasing () { } static function linear(t, b, c, d) { return(((c * t) / d) + b); } static function easeInQuad(t, b, c, d) { t = t / d; return(((c * t) * t) + b); } static function easeOutQuad(t, b, c, d) { t = t / d; return((((-c) * t) * (t - 2)) + b); } static function easeInOutQuad(t, b, c, d) { t = t / (d / 2); if (t < 1) { return((((c / 2) * t) * t) + b); } t--; return((((-c) / 2) * ((t * (t - 2)) - 1)) + b); } static function easeInExpo(t, b, c, d) { return(((t == 0) ? (b) : ((c * Math.pow(2, 10 * ((t / d) - 1))) + b))); } static function easeOutExpo(t, b, c, d) { return(((t == d) ? (b + c) : ((c * ((-Math.pow(2, (-10 * t) / d)) + 1)) + b))); } static function easeInOutExpo(t, b, c, d) { if (t == 0) { return(b); } if (t == d) { return(b + c); } t = t / (d / 2); if (t < 1) { return(((c / 2) * Math.pow(2, 10 * (t - 1))) + b); } t--; return(((c / 2) * ((-Math.pow(2, -10 * t)) + 2)) + b); } static function easeOutInExpo(t, b, c, d) { if (t == 0) { return(b); } if (t == d) { return(b + c); } t = t / (d / 2); if (t < 1) { return(((c / 2) * ((-Math.pow(2, -10 * t)) + 1)) + b); } return(((c / 2) * (Math.pow(2, 10 * (t - 2)) + 1)) + b); } static function easeInElastic(t, b, c, d, a, p) { if (t == 0) { return(b); } t = t / d; if (t == 1) { return(b + c); } if (!p) { p = d * 0.3; } if ((!a) || (a < Math.abs(c))) { a = c; var _local8 = p / 4; } else { var _local8 = (p / (2 * Math.PI)) * Math.asin(c / a); } t = t - 1; return((-((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / p))) + b); } static function easeOutElastic(t, b, c, d, a, p) { if (t == 0) { return(b); } t = t / d; if (t == 1) { return(b + c); } if (!p) { p = d * 0.3; } if ((!a) || (a < Math.abs(c))) { a = c; var _local8 = p / 4; } else { var _local8 = (p / (2 * Math.PI)) * Math.asin(c / a); } return((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / p)) + c) + b); } static function easeInOutElastic(t, b, c, d, a, p) { if (t == 0) { return(b); } t = t / (d / 2); if (t == 2) { return(b + c); } if (!p) { p = d * (0.3 * 1.5); } if ((!a) || (a < Math.abs(c))) { a = c; var _local8 = p / 4; } else { var _local8 = (p / (2 * Math.PI)) * Math.asin(c / a); } if (t < 1) { t = t - 1; return((-0.5 * ((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / p))) + b); } t = t - 1; return(((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / p)) * 0.5) + c) + b); } static function easeOutInElastic(t, b, c, d, a, p) { if (t == 0) { return(b); } t = t / (d / 2); if (t == 2) { return(b + c); } if (!p) { p = d * (0.3 * 1.5); } if ((!a) || (a < Math.abs(c))) { a = c; var _local8 = p / 4; } else { var _local8 = (p / (2 * Math.PI)) * Math.asin(c / a); } if (t < 1) { return(((0.5 * ((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / p))) + (c / 2)) + b); } return(((c / 2) + (0.5 * ((a * Math.pow(2, 10 * (t - 2))) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / p)))) + b); } static function easeInBack(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = t / d; return((((c * t) * t) * (((s + 1) * t) - s)) + b); } static function easeOutBack(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = (t / d) - 1; return((c * (((t * t) * (((s + 1) * t) + s)) + 1)) + b); } static function easeInOutBack(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = t / (d / 2); if (t < 1) { s = s * 1.525; return(((c / 2) * ((t * t) * (((s + 1) * t) - s))) + b); } t = t - 2; s = s * 1.525; return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 2)) + b); } static function easeOutInBack(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = t / (d / 2); if (t < 1) { t--; s = s * 1.525; return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 1)) + b); } t--; s = s * 1.525; return(((c / 2) * (((t * t) * (((s + 1) * t) - s)) + 1)) + b); } static function easeOutBounce(t, b, c, d) { t = t / d; if (t < (1 / 2.75)) { return((c * ((7.5625 * t) * t)) + b); } if (t < (2 / 2.75)) { t = t - (1.5 / 2.75); return((c * (((7.5625 * t) * t) + 0.75)) + b); } if (t < (2.5 / 2.75)) { t = t - (2.25 / 2.75); return((c * (((7.5625 * t) * t) + 0.9375)) + b); } t = t - (2.625 / 2.75); return((c * (((7.5625 * t) * t) + 0.984375)) + b); } static function easeInBounce(t, b, c, d) { return((c - easeOutBounce(d - t, 0, c, d)) + b); } static function easeInOutBounce(t, b, c, d) { if (t < (d / 2)) { return((easeInBounce(t * 2, 0, c, d) * 0.5) + b); } return(((easeOutBounce((t * 2) - d, 0, c, d) * 0.5) + (c * 0.5)) + b); } static function easeOutInBounce(t, b, c, d) { if (t < (d / 2)) { return((easeOutBounce(t * 2, 0, c, d) * 0.5) + b); } return(((easeInBounce((t * 2) - d, 0, c, d) * 0.5) + (c * 0.5)) + b); } static function easeInCubic(t, b, c, d) { t = t / d; return((((c * t) * t) * t) + b); } static function easeOutCubic(t, b, c, d) { t = (t / d) - 1; return((c * (((t * t) * t) + 1)) + b); } static function easeInOutCubic(t, b, c, d) { t = t / (d / 2); if (t < 1) { return(((((c / 2) * t) * t) * t) + b); } t = t - 2; return(((c / 2) * (((t * t) * t) + 2)) + b); } static function easeOutInCubic(t, b, c, d) { t = t / (d / 2); t--; return(((c / 2) * (((t * t) * t) + 1)) + b); } static function easeInQuart(t, b, c, d) { t = t / d; return(((((c * t) * t) * t) * t) + b); } static function easeOutQuart(t, b, c, d) { t = (t / d) - 1; return(((-c) * ((((t * t) * t) * t) - 1)) + b); } static function easeInOutQuart(t, b, c, d) { t = t / (d / 2); if (t < 1) { return((((((c / 2) * t) * t) * t) * t) + b); } t = t - 2; return((((-c) / 2) * ((((t * t) * t) * t) - 2)) + b); } static function easeOutInQuart(t, b, c, d) { t = t / (d / 2); if (t < 1) { t--; return((((-c) / 2) * ((((t * t) * t) * t) - 1)) + b); } t--; return(((c / 2) * ((((t * t) * t) * t) + 1)) + b); } static function easeInQuint(t, b, c, d) { t = t / d; return((((((c * t) * t) * t) * t) * t) + b); } static function easeOutQuint(t, b, c, d) { t = (t / d) - 1; return((c * (((((t * t) * t) * t) * t) + 1)) + b); } static function easeInOutQuint(t, b, c, d) { t = t / (d / 2); if (t < 1) { return(((((((c / 2) * t) * t) * t) * t) * t) + b); } t = t - 2; return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b); } static function easeOutInQuint(t, b, c, d) { t = t / (d / 2); t--; return(((c / 2) * (((((t * t) * t) * t) * t) + 1)) + b); } static function easeInSine(t, b, c, d) { return((((-c) * Math.cos((t / d) * (Math.PI / 2))) + c) + b); } static function easeOutSine(t, b, c, d) { return((c * Math.sin((t / d) * (Math.PI / 2))) + b); } static function easeInOutSine(t, b, c, d) { return((((-c) / 2) * (Math.cos((Math.PI * t) / d) - 1)) + b); } static function easeOutInSine(t, b, c, d) { t = t / (d / 2); if (t < 1) { return(((c / 2) * Math.sin((Math.PI * t) / 2)) + b); } t--; return((((-c) / 2) * (Math.cos((Math.PI * t) / 2) - 2)) + b); } static function easeInCirc(t, b, c, d) { t = t / d; return(((-c) * (Math.sqrt(1 - (t * t)) - 1)) + b); } static function easeOutCirc(t, b, c, d) { t = (t / d) - 1; return((c * Math.sqrt(1 - (t * t))) + b); } static function easeInOutCirc(t, b, c, d) { t = t / (d / 2); if (t < 1) { return((((-c) / 2) * (Math.sqrt(1 - (t * t)) - 1)) + b); } t = t - 2; return(((c / 2) * (Math.sqrt(1 - (t * t)) + 1)) + b); } static function easeOutInCirc(t, b, c, d) { t = t / (d / 2); if (t < 1) { t--; return(((c / 2) * Math.sqrt(1 - (t * t))) + b); } t--; return(((c / 2) * (2 - Math.sqrt(1 - (t * t)))) + b); } static var registryKey = "pennerEasing"; }
Symbol 20517 MovieClip [__Packages.com.techsmith.ui.panels.IPanel] Frame 0
class com.techsmith.ui.panels.IPanel { function IPanel () { } }
Symbol 20518 MovieClip [__Packages.com.techsmith.ui.panels.Scale9Panel] Frame 0
class com.techsmith.ui.panels.Scale9Panel extends com.techsmith.ui.Container implements com.techsmith.ui.panels.IPanel { var graphic, attachMovie, depthManager; function Scale9Panel () { super(); } static function create(container, name, depth, init) { Object.registerClass("Scale9Panel", com.techsmith.ui.panels.Scale9Panel); var _local6 = container.attachMovie("Scale9Panel", name, depth, init); return(com.techsmith.ui.panels.Scale9Panel(_local6)); } function init(dim, styles, rectangle) { graphic = attachMovie(styles.TOP_LEFT, "graphic", depthManager.getNextDepth(), {_x:0, _y:0}); graphic.scale9Grid = rectangle; setSize(dim.width, dim.height); } function setSize(width, height) { graphic._width = width; graphic._height = height; } }
Symbol 20519 MovieClip [__Packages.com.techsmith.jing.Slider] Frame 0
class com.techsmith.jing.Slider extends com.techsmith.ui.Slider { var dispatchEvent, stopDrag; function Slider () { super(); } static function create(container, name, depth, init) { Object.registerClass("Slider", com.techsmith.jing.Slider); var _local6 = container.attachMovie("Slider", name, depth, init); return(com.techsmith.jing.Slider(_local6)); } function init(dim, trackStyle, clickTrackStyle) { setupThumb(); setupTrack(dim, trackStyle, clickTrackStyle); initThumbPosition(); setupConstraints(); } function setupTrack(dim, trackStyle, clickTrackStyle) { track = com.techsmith.ui.panels.HPanel.create(this, "track", 2); track.init(dim, trackStyle); clickTrack = com.techsmith.ui.SliderTrack.create(this, "clickTrack", 3); clickTrack.init(new com.techsmith.utils.Dimension(dim.width, thumb._height)); clickTrack.addEventListener(com.techsmith.events.Events.MOUSE_PRESS, com.techsmith.utils.Delegate.create(this, trackPressHandler)); clickTrack.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, thumbDragStopHandler)); } function setupThumb() { thumb = com.techsmith.ui.BasicButton.create(this, "thumb", 4); thumb.init(new com.techsmith.ui.ButtonStyle(thumbStyleShortcut, null, false)); thumb.addEventListener(com.techsmith.events.Events.MOUSE_PRESS, com.techsmith.utils.Delegate.create(this, thumbDragStartHandler)); thumb.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, thumbDragStopHandler)); thumb.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE_OUT, com.techsmith.utils.Delegate.create(this, thumbDragStopHandler)); } function initThumbPosition() { track.move(0, (thumb._height - track._height) / 2); var _local2 = track.getDimensions(); var _local3 = thumb.getDimensions(); var _local4 = track.getLocation(); var _local5 = _local3.width / 2; var _local6 = _local4.x - _local5; var _local7 = _local4.y - ((_local3.height - _local2.height) / 2); thumb.move(_local6, _local7); clickTrack.move(_local4.x, _local7); } function setupConstraints() { var _local2 = track.getDimensions(); var _local3 = thumb.getDimensions(); var _local4 = track.getLocation(); var _local5 = _local3.width / 2; var _local6 = _local4.x - _local5; var _local7 = _local4.y - ((_local3.height - _local2.height) / 2); var _local8 = (_local4.x + _local2.width) - _local5; constraints = {left:_local6, top:_local7, right:_local8, bottom:_local7, width:Math.abs(_local6) + _local8, height:Math.abs(_local7) * 2}; } function setSize(dim) { dimensions = dim; track.setSize(dim.width, dim.height); clickTrack.setSize(dim.width, thumb.height); } function trackPressHandler(e) { var _local3 = Math.abs(constraints.left) + Math.abs(constraints.right); var _local4 = (e.percent / 100) * _local3; if (constraints.left < 0) { _local4 = _local4 + constraints.left; } if (_local4 <= constraints.right) { thumb.move(_local4, thumb._y); } thumbDragStartHandler({target:track, type:com.techsmith.events.Events.MOUSE_PRESS}); } function thumbDragStartHandler(e) { if (constraints != null) { dispatchEvent({target:this, type:com.techsmith.events.Events.DRAG_START}); thumb.startDrag(false, constraints.left, constraints.top, constraints.right, constraints.bottom); thumb.onEnterFrame = com.techsmith.utils.Delegate.create(this, dragDispatcher); } } function thumbDragStopHandler(e) { stopDrag(); delete thumb.onEnterFrame; dispatchEvent({target:this, type:com.techsmith.events.Events.DRAG_STOP}); } function setConstraints(percent) { var _local3 = track.getDimensions(); var _local4 = thumb.getDimensions(); var _local5 = track.getLocation(); var _local6 = _local4.width / 2; var _local7 = _local5.x - _local6; var _local8 = _local5.y - ((_local4.height - _local3.height) / 2); var _local9 = (_local5.x + _local3.width) - _local6; constraints.right = _local3.width * (percent / 100); } function dragDispatcher() { var _local2 = thumb._x; if (constraints.left < 0) { _local2 = _local2 + Math.abs(constraints.left); } var _local3 = _local2 / constraints.width; var _local4 = (_local2 / constraints.width) * 100; dispatchEvent({type:com.techsmith.events.Events.PROGRESS, target:this, percent:_local4, fractPercent:_local3}); } function setPosition(percent) { if (percent < 0) { percent = 0; } if (percent > 100) { percent = 100; } var _local3 = Math.abs(constraints.left) + Math.abs(constraints.right); var _local4 = (percent / 100) * _local3; if (constraints.left < 0) { _local4 = _local4 + constraints.left; } thumb.move(_local4, thumb._y); } function getThumb(index) { return(thumb); } var trackBase = null; var track = null; var clickTrack = null; var trackStyle = null; var trackBaseStyle = null; var thumb = null; var thumbStyle = null; var constraints = null; var dimensions = null; var thumbStyleShortcut = "vSliderThumb"; }
Symbol 20520 MovieClip [__Packages.com.techsmith.jing.EndScreen] Frame 0
class com.techsmith.jing.EndScreen extends com.techsmith.ui.Component { var curtain, createEmptyMovieClip, download, logo, removeAllListeners, f, replay, attachMovie, dispatchEvent, __get__styleWrapper; function EndScreen () { super(); curtain = createEmptyMovieClip("curtain", 1); curtain.onRollOver = com.techsmith.utils.Delegate.create(this, curtainHandler); curtain.useHandCursor = false; } static function create(container, name, depth, init) { Object.registerClass("EndScreen", com.techsmith.jing.EndScreen); var _local6 = container.attachMovie("EndScreen", name, depth, init); return(com.techsmith.jing.EndScreen(_local6)); } function destroy() { super.destroy(); if (branded) { download.removeAllListeners(); download.destroy(); delete curtain.onRollOver; curtain.unloadMovie(); logo.unloadMovie(); delete download; delete logo; delete curtain; removeAllListeners(); } } function fadeToBlack() { f = new com.mosesSupposes.fuse.Fuse(); f.push({_alpha:100, seconds:1.25, ease:com.mosesSupposes.fuse.PennerEasing.linear, delay:0}); f.addTarget(curtain); f.addEventListener(com.techsmith.events.Events.ON_COMPLETE, com.techsmith.utils.Delegate.create(this, curtainCompleteHandler)); f.start(); } function curtainCompleteHandler(e) { f.removeAllListeners(); f.destroy(); delete f; if (branded) { var _local3 = new com.mosesSupposes.fuse.Fuse(); _local3.push({_alpha:100, seconds:1, ease:com.mosesSupposes.fuse.PennerEasing.linear, delay:0}); _local3.addTarget(logo); _local3.addEventListener(com.techsmith.events.Events.ON_COMPLETE, com.techsmith.utils.Delegate.create(this, animationCompleteHandler)); var _local4 = new com.mosesSupposes.fuse.Fuse(); _local4.push({_alpha:100, seconds:0.75, ease:com.mosesSupposes.fuse.PennerEasing.linear, delay:0.9}); _local4.addTarget(download); _local4.addEventListener(com.techsmith.events.Events.ON_COMPLETE, com.techsmith.utils.Delegate.create(this, animationCompleteHandler)); var _local5 = new com.mosesSupposes.fuse.Fuse(); _local5.push({_alpha:100, seconds:0.75, ease:com.mosesSupposes.fuse.PennerEasing.linear, delay:1.5}); _local5.addTarget(replay); _local5.addEventListener(com.techsmith.events.Events.ON_COMPLETE, com.techsmith.utils.Delegate.create(this, animationCompleteHandler)); _local3.start(); _local4.start(); _local5.start(); } else { var _local6 = new com.mosesSupposes.fuse.Fuse(); _local6.push({_alpha:100, seconds:0.75, ease:com.mosesSupposes.fuse.PennerEasing.linear, delay:0}); _local6.addTarget(replay); _local6.addEventListener(com.techsmith.events.Events.ON_COMPLETE, com.techsmith.utils.Delegate.create(this, animationCompleteHandler)); _local6.start(); } } function animationCompleteHandler(e) { var _local3 = com.mosesSupposes.fuse.Fuse(e.target); _local3.removeAllListeners(); _local3.destroy(); } function init(dim) { drawCurtain(dim.width, dim.height); curtain._x = 0; curtain._y = 0; replay = com.techsmith.ui.BasicButton.create(this, "replay", 3); replay.init(new com.techsmith.ui.ButtonStyle("Replay")); replay.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, replayHandler)); curtain._alpha = 0; replay._alpha = 0; if (branded) { logo = attachMovie("EndMessage", "logo", 2); download = com.techsmith.ui.BasicButton.create(this, "download", 4); download.init(new com.techsmith.ui.ButtonStyle("Download")); download.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, downloadHandler)); logo._alpha = 0; download._alpha = 0; var _local3 = scaleSize(dim.width, dim.height); var _local4 = _local3 * 100; var _local5 = HPAD; var _local6 = VPAD; var _local7 = LEFT_OFFSET; if (_local3 != 1) { replay._xscale = _local4; replay._yscale = _local4; download._xscale = _local4; download._yscale = _local4; logo._xscale = _local4; logo._yscale = _local4; _local5 = _local3 * _local5; _local6 = _local3 * _local6; _local7 = _local3 * _local7; } var _local8 = logo._width; var _local9 = (logo._height + _local6) + replay._height; var _local10 = (dim.width - _local8) / 2; var _local11 = (dim.height - _local9) / 2; logo._x = _local10; logo._y = _local11; download._x = logo._x + _local7; download._y = (logo._y + logo._height) + _local6; replay._x = (download._x + replay._width) + _local5; replay._y = download._y; } else { replay._x = (dim.width - replay._width) / 2; replay._y = (dim.height - replay._height) / 2; } fadeToBlack(); } function scaleSize(width, height) { var _local4 = MARGIN * 2; var _local5 = 1; var _local6 = 1; var _local7 = _local4 + logo._width; var _local8 = ((_local4 + logo._height) + replay._height) + VPAD; if (_local7 > width) { _local5 = width / _local7; } if (_local8 > height) { _local6 = height / _local8; } return(Math.min(_local5, _local6)); } function drawCurtain(width, height) { curtain.beginFill(0); drawFill(curtain, width, height); } function drawFill(scope, width, height, location) { if (location == null) { location = {x:0, y:0}; } scope.moveTo(location.x, location.y); scope.lineTo(width + location.x, location.y); scope.lineTo(width + location.x, location.y + height); scope.lineTo(location.x, location.y + height); scope.lineTo(location.x, location.y); scope.endFill(); } function downloadHandler(e) { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE, id:"download"}); } function replayHandler(e) { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE, id:"replay"}); } function curtainHandler() { } function set styleWrapper(val) { branded = val; //return(__get__styleWrapper()); } var MARGIN = 10; var LEFT_OFFSET = 25; var HPAD = 10; var VPAD = 30; var branded = true; }
Symbol 20521 MovieClip [__Packages.com.techsmith.ui.ButtonStyle] Frame 0
class com.techsmith.ui.ButtonStyle { function ButtonStyle (falseSkin, trueSkin, tog) { if (falseSkin != null) { falseUpSkin = falseSkin + "Up"; falseOverSkin = falseSkin + "Over"; falseDownSkin = falseSkin + "Down"; falseDisabledSkin = falseSkin + "Disabled"; } if (trueSkin != null) { trueUpSkin = trueSkin + "Up"; trueOverSkin = trueSkin + "Over"; trueDownSkin = trueSkin + "Down"; trueDisabledSkin = trueSkin + "Disabled"; } if (tog == null) { toggle = false; } else { toggle = tog; } } var falseUpSkin = null; var falseOverSkin = null; var falseDownSkin = null; var falseDisabledSkin = null; var trueUpSkin = null; var trueOverSkin = null; var trueDownSkin = null; var trueDisabledSkin = null; var toggle = null; }
Symbol 20522 MovieClip [__Packages.com.techsmith.ui.panels.HPanel] Frame 0
class com.techsmith.ui.panels.HPanel extends com.techsmith.ui.Container implements com.techsmith.ui.panels.IPanel { var attachMovie, depthManager; function HPanel () { super(); } static function create(container, name, depth, init) { Object.registerClass("HPanel", com.techsmith.ui.panels.HPanel); var _local6 = container.attachMovie("HPanel", name, depth, init); return(com.techsmith.ui.panels.HPanel(_local6)); } function init(dim, styles, rectangle) { left = attachMovie(styles.TOP_LEFT, "left", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); mid = attachMovie(styles.TOP_MIDDLE, "mid", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); right = attachMovie(styles.TOP_RIGHT, "right", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); if ((dim.width == null) || ((dim.width == undefined) || (_global.isNaN(dim.width)))) { setSize(100); } else { setSize(dim.width); } left._visible = true; mid._visible = true; right._visible = true; } function setSize(width, height) { var _local4 = width - (left._width + right._width); mid._x = left._width; mid._width = _local4; right._x = mid._x + _local4; } var left = null; var mid = null; var right = null; }
Symbol 20523 MovieClip [__Packages.com.techsmith.events.EventDispatcher] Frame 0
class com.techsmith.events.EventDispatcher implements com.techsmith.events.IEventDispatcher { function EventDispatcher () { eventStore = new Object(); } function addEventListener(event, scope) { if (!active) { if (eventStore[event] == undefined) { eventStore[event] = []; } var _local4 = eventStore[event].length; var _local5 = _local4 - 1; for ( ; _local5 > -1 ; _local5--) { if (eventStore[event][_local5].scope === scope) { return(undefined); } } eventStore[event].push({event:event, scope:scope}); } else { if (eventStore.addqueue == undefined) { eventStore.addqueue = []; } eventStore.addqueue.push({event:event, scope:scope}); } } function removeEventListener(event, scope) { if (!active) { var _local4 = eventStore[event].length; var _local5 = _local4 - 1; for ( ; _local5 > -1 ; _local5--) { if (eventStore[event][_local5].scope === scope) { eventStore[event].splice(_local5, 1); } } } else { if (eventStore.remqueue == undefined) { eventStore.remqueue = []; } eventStore.remqueue.push({event:event, scope:scope}); } } function removeEventListeners(event) { eventStore[event].splice(0); } function removeAllListeners() { for (var i in eventStore) { if (eventStore[i] instanceof Array) { eventStore[i].splice(0); } } } function dispatchEvent(eventObj) { active = true; var _local3 = eventStore[eventObj.type]; var _local4 = eventStore[eventObj.type].length; var _local5 = 0; for ( ; _local5 < _local4 ; _local5++) { var _local6 = eventStore[eventObj.type][_local5].event; if (_local3[_local5].scope instanceof Function) { _local3[_local5].scope(eventObj); } else { _local3[_local5].scope[_local6].apply(_local3[_local5].scope, [eventObj]); } } active = false; delayQueue(); } function delayQueue() { var _local2 = eventStore.remqueue.length; if (_local2 > 0) { var _local3 = 0; for ( ; _local3 < _local2 ; _local3++) { addEventListener(eventStore.remqueue[_local3].event, eventStore.remqueue[_local3].scope); } eventStore.remqueue.splice(0); } _local2 = eventStore.addqueue.length; if (eventStore.addqueue.length > 0) { var _local4 = 0; for ( ; _local4 < _local2 ; _local4++) { addEventListener(eventStore.addqueue[_local4].event, eventStore.addqueue[_local4].scope); } eventStore.addqueue.splice(0); } } var eventStore = null; var active = false; }
Symbol 20524 MovieClip [__Packages.com.techsmith.jing.TimeDisplay] Frame 0
class com.techsmith.jing.TimeDisplay extends com.techsmith.ui.Component { var createLabel; function TimeDisplay () { super(); formatter = new com.techsmith.utils.TimeFormatter(); label = createLabel("label", {x:0, y:0, w:64, h:20}); label.embedFonts = true; label.antiAliasType = "advanced"; label.selectable = false; } static function create(container, name, depth, init) { Object.registerClass("TimeDisplay", com.techsmith.jing.TimeDisplay); var _local6 = container.attachMovie("TimeDisplay", name, depth, init); return(com.techsmith.jing.TimeDisplay(_local6)); } function init(duration) { this.duration = " / " + formatter.format(duration).substr(1); createFormat(); setTime(0); } function createFormat() { format = new TextFormat(); format.color = 16767795 /* 0xFFDB33 */; format.size = 12; format.font = "EmbeddedHelveticaNeue"; format.align = "right"; } function setTime(time) { label.text = formatter.format(time).substr(1) + duration; label.setTextFormat(format); } var label = null; var duration = null; var formatter = null; var format = null; }
Symbol 20525 MovieClip [__Packages.com.techsmith.utils.TimeFormatter] Frame 0
class com.techsmith.utils.TimeFormatter { static var instance; function TimeFormatter () { } static function getInstance() { if (instance == null) { instance = new com.techsmith.utils.TimeFormatter(); return(instance); } } function format(time, timeFormat) { if (time == 0) { var _local5 = "00"; var _local6 = "00"; var _local8 = "00"; var _local7 = "00"; } else { var _local5 = String(Math.floor(time / (60 * 60))); var _local6 = String(Math.floor((time / 60) % 60)); var _local7 = String(Math.floor(time / 60)); var _local8 = String(Math.floor(time % 60)); if (_local5 < 10) { _local5 = "0" + _local5; } if (_local6 < 10) { _local6 = "0" + _local6; } if (_local7 < 10) { _local7 = "0" + _local7; } if (_local8 < 10) { _local8 = "0" + _local8; } } switch (timeFormat) { case "MM:SS" : var _local4 = (_local7 + ":") + _local8; break; case "MMm SSs" : _local4 = ((_local7 + "m ") + _local8) + "s "; break; case "MM" : _local4 = _local7; break; case "MMm" : _local4 = _local7 + "m "; break; case "SS" : _local4 = _local8; break; case "SSs" : _local4 = _local8 + "s "; break; case "HH:MM" : _local4 = (_local5 + ":") + _local6; break; case "HHh MMm" : _local4 = ((_local5 + "h ") + _local6) + "m "; break; case "HH:MM:SS" : _local4 = (((_local5 + ":") + _local6) + ":") + _local8; break; case "HHh MMm SSs" : _local4 = ((((_local5 + "h ") + _local6) + "m ") + _local8) + "s"; break; default : _local4 = (_local7 + ":") + _local8; } return(_local4); } }
Symbol 20526 MovieClip [__Packages.com.techsmith.ui.ComponentCollection] Frame 0
class com.techsmith.ui.ComponentCollection extends com.brooksandrus.utils.CollectionImpl { var items; function ComponentCollection () { super(); } function addItem(item) { return(super.addItem(item)); } function addItemAt(item, index) { return(super.addItemAt(item, index)); } function getItemAt(index) { return(com.techsmith.ui.Component(super.getItemAt(index))); } function getItemById(id) { var _local3 = items.length; var _local4 = 0; for ( ; _local4 < _local3 ; _local4++) { var _local5 = com.techsmith.ui.Component(items[_local4]); if (_local5._name == id) { return(_local5); } } return(null); } function getItemIndexById(id) { var _local3 = items.length; var _local4 = 0; // unexpected jump _local4 = ("getItemIndexById"+1); if (_local4 < _local3) { if (items[_local4]._name == id) { return(_local4); } return(null); } } function getItemIndex(item) { return(super.getItemIndex(item)); } }
Symbol 20527 MovieClip [__Packages.com.techsmith.jing.JingPlayer] Frame 0
class com.techsmith.jing.JingPlayer extends com.techsmith.ui.Component { var sound, attachMovie, onKeyDown, dispatchEvent; function JingPlayer () { super(); } static function create(container, name, depth, init) { Object.registerClass("JingPlayer", com.techsmith.jing.JingPlayer); var _local6 = container.attachMovie("JingPlayer", name, depth, init); return(com.techsmith.jing.JingPlayer(_local6)); } function init(dim, content, fps) { this.content = content; content.stop(); this.fps = fps; sound = new Sound(content); sound.setVolume(100); layoutApplication(dim); registerListeners(); } function start() { playMedia(); playback.setSelected(false); content.onEnterFrame = com.techsmith.utils.Delegate.create(this, enterFrameHandler); } function replay() { if (Key.ESCAPE && (Stage.displayState != "fullScreen")) { fullscreen.setSelected(false); } playback.setSelected(false); playMedia(); } function setAccessibleProperties(screenreader) { } function getHeight() { return(controlsHeight); } function setProgress(percent) { slider.setProgress({percent:percent}); if (percent == 0) { slider.showFill(); } if (percent == 100) { var _local3 = new com.mosesSupposes.fuse.Fuse(); _local3.push({_alpha:0, seconds:0.5, ease:com.mosesSupposes.fuse.PennerEasing.linear, delay:0}); slider.showFill(_local3); } } function layoutApplication(dim) { background = com.techsmith.ui.panels.HPanel.create(this, "background", 1); background.init(new com.techsmith.utils.Dimension(dim.width, dim.height), new com.techsmith.ui.panels.PanelStyle("BottomLeft", "BottomMiddle", "BottomRight")); background.move(0, 0); playback = com.techsmith.ui.BasicButton.create(this, "playback", 6); playback.init(new com.techsmith.ui.ButtonStyle("Pause", "Play", true)); playback.move(1, 1); playback.setSelected(true); separator1 = attachMovie("Separator", "separator1", 2); slider = com.brooksandrus.ui.ProgressSlider.create(this, "slider", 7); separator2 = attachMovie("Separator", "separator2", 3); time = com.techsmith.jing.TimeDisplay.create(this, "time", 8); time.init(framesToSeconds(content._totalframes)); separator3 = attachMovie("Separator", "separator3", 4); audio = com.techsmith.ui.BasicButton.create(this, "audio", 9); audio.init(new com.techsmith.ui.ButtonStyle("Audio", "AudioMute", true)); separator4 = attachMovie("Separator", "separator4", 5); fullscreen = com.techsmith.ui.BasicButton.create(this, "fullscreen", 10); fullscreen.init(new com.techsmith.ui.ButtonStyle("MaxScreen", "MinScreen", true)); fullscreen.move(dim.width - fullscreen._width, 1); separator4._x = fullscreen._x - separator4._width; separator4._y = 1; audio.move(separator4._x - audio._width, 1); separator3._x = audio._x - separator3._width; separator3._y = 1; separator2._x = separator3._x - 85; separator2._y = 1; var _local3 = (separator2._x + separator2._width) + ((85 - time._width) / 2); var _local4 = (45 - time._height) / 2; time.move(_local3, _local4 + 6); separator1._x = playback._x + playback._width; separator1._y = 1; var _local5 = separator2._x - (separator1._x + separator1._y); var _local6 = 43; var _local7 = new com.techsmith.utils.Dimension(_local5, _local6); var _local8 = new com.techsmith.ui.panels.PanelStyle("LoadFill"); var _local9 = new flash.geom.Rectangle(10, 10, 33, 10); var _local10 = _local7; var _local11 = new com.techsmith.ui.panels.PanelStyle("ProgressFill"); var _local12 = _local9; slider.init(_local7, _local8, _local9, _local10, _local11, _local12); slider.setProgress({percent:100}); slider.move(separator1._x + separator1._width, 1); } function registerListeners() { playback.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, playbackHandler)); playback.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE_OUT, com.techsmith.utils.Delegate.create(this, playbackHandler)); slider.addEventListener(com.techsmith.events.Events.PROGRESS, com.techsmith.utils.Delegate.create(this, progressHandler)); slider.addEventListener(com.techsmith.events.Events.DRAG_START, com.techsmith.utils.Delegate.create(this, dragHandler)); slider.addEventListener(com.techsmith.events.Events.DRAG_STOP, com.techsmith.utils.Delegate.create(this, dragHandler)); audio.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, audioHandler)); audio.addEventListener(com.techsmith.events.Events.MOUSE_ROLL_OVER, com.techsmith.utils.Delegate.create(this, audioOverHandler)); fullscreen.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, fullscreenHandler)); onKeyDown = com.techsmith.utils.Delegate.create(this, keyboardHandler); Key.addListener(this); } function stopMedia() { content.stop(); playing = false; delete content.onEnterFrame; } function playMedia() { content.play(); playing = true; content.onEnterFrame = com.techsmith.utils.Delegate.create(this, enterFrameHandler); } function framesToSeconds(frame) { return(frame / fps); } function updateTime(seconds) { time.setTime(seconds); } function updateSlider(percent) { slider.setPosition(percent * 100); } function keyboardHandler() { if ((Key.getCode() == Key.ESCAPE) && (Stage.displayState == "fullScreen")) { fullscreenHandler(); fullscreen.setSelected(false); } } function playbackHandler(e) { if (e.selected) { stopMedia(); dispatchEvent({target:this, type:com.techsmith.events.Events.STOPPED}); } else { playMedia(); dispatchEvent({target:this, type:com.techsmith.events.Events.STARTED}); } } function fullscreenHandler(e) { if (Stage.displayState == "normal") { var _local3 = System.capabilities.playerType; if ((_local3 != "ActiveX") && (_local3 != "PlugIn")) { Stage.scaleMode = "showAll"; } Stage.displayState = "fullScreen"; dispatchEvent({type:com.techsmith.events.Events.CHANGE, target:this, display:"max"}); } else { Stage.scaleMode = scaleMode; Stage.displayState = "normal"; dispatchEvent({type:com.techsmith.events.Events.CHANGE, target:this, display:"min"}); } } function progressHandler(e) { var _local3 = Math.round(e.fractPercent * content._totalframes) + 1; updateTime(framesToSeconds(_local3)); updateSlider(e.fractPercent); content.gotoAndStop(_local3); } function dragHandler(e) { if (e.type == com.techsmith.events.Events.DRAG_START) { dragging = true; if (playing) { delete content.onEnterFrame; } dispatchEvent(e); } else { dragging = false; if (playing) { content.play(); content.onEnterFrame = com.techsmith.utils.Delegate.create(this, enterFrameHandler); } } } function audioOverHandler(e) { volume = com.techsmith.jing.JingVolumeControl.create(this, "volume", 31, {tabChildren:false, focusrect:false, thumbTabIndex:e.tabIndex, thumbFocusRect:false}); volume.setPosition(sound.getVolume()); volume.addEventListener(com.techsmith.jing.JingVolumeControl.VOLUME_EVENT, com.techsmith.utils.Delegate.create(this, volumeHandler)); var _local3 = new com.techsmith.utils.Point(audio._x, audio._y); var _local4 = audio._x + ((audio._width - volume._width) / 2); volume.move(_local4, _local3.y - (volume._height + 3)); } function volumeHandler(e) { sound.setVolume(e.volume); curVolume = e.volume; if (audio.getSelected() && (e.volume > 1)) { var _local3 = false; audio.setSelected(false); } if ((!audio.getSelected()) && (e.volume <= 1)) { var _local3 = true; audio.setSelected(true); sound.setVolume(0); } } function audioHandler(e) { if (e.selected) { curVolume = sound.getVolume(); sound.setVolume(0); volume.setPosition(0); } else if (curVolume <= 1) { audio.setSelected(true); } else { volume.setPosition(curVolume); sound.setVolume(curVolume); } } function enterFrameHandler() { var _local2 = content._currentframe; var _local3 = content._totalframes; if (_local2 == _local3) { stopMedia(); playback.setSelected(true); dispatchEvent({target:this, type:com.techsmith.events.Events.COMPLETE}); } updateTime(framesToSeconds(_local2)); updateSlider(_local2 / _local3); } var background = null; var playback = null; var slider = null; var separator1 = null; var separator2 = null; var separator3 = null; var separator4 = null; var audio = null; var time = null; var fullscreen = null; var content = null; var scaleMode = "noScale"; var volume = null; var curVolume = 100; var controlsHeight = 45; var fps = 10; var playing = false; var dragging = false; }
Symbol 20528 MovieClip [__Packages.com.techsmith.ui.panels.Slice9Panel] Frame 0
class com.techsmith.ui.panels.Slice9Panel extends com.techsmith.ui.Container implements com.techsmith.ui.panels.IPanel { var attachMovie, depthManager; function Slice9Panel () { super(); } static function create(container, name, depth, init) { Object.registerClass("Slice9Panel", com.techsmith.ui.panels.Slice9Panel); var _local6 = container.attachMovie("Slice9Panel", name, depth, init); return(com.techsmith.ui.panels.Slice9Panel(_local6)); } function init(dim, styles, rectangle) { topLeft = attachMovie(styles.TOP_LEFT, "topLeft", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); topMid = attachMovie(styles.TOP_MIDDLE, "topMid", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); topRight = attachMovie(styles.TOP_RIGHT, "topRight", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); centerLeft = attachMovie(styles.CENTER_LEFT, "centerLeft", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); centerMid = attachMovie(styles.CENTER_MIDDLE, "centerMid", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); centerRight = attachMovie(styles.CENTER_RIGHT, "centerRight", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); bottomLeft = attachMovie(styles.BOTTOM_LEFT, "bottomLeft", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); bottomMid = attachMovie(styles.BOTTOM_MIDDLE, "bottomMid", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); bottomRight = attachMovie(styles.BOTTOM_RIGHT, "bottomRight", depthManager.getNextDepth(), {_x:0, _y:0, _visible:false}); setSize(dim.width, dim.height); topLeft._visible = true; topMid._visible = true; topRight._visible = true; centerLeft._visible = true; centerMid._visible = true; centerRight._visible = true; bottomLeft._visible = true; bottomMid._visible = true; bottomRight._visible = true; } function setSize(width, height) { var _local4 = topLeft._width; var _local5 = topLeft._height; var _local6 = topRight._width; var _local7 = bottomLeft._height; var _local8 = width - (_local4 + _local6); var _local9 = height - (_local5 + _local7); topMid._width = _local8; centerMid._width = _local8; bottomMid._width = _local8; centerLeft._height = _local9; centerMid._height = _local9; centerRight._height = _local9; topLeft._x = horizontalPadding; topLeft._y = verticalPadding; topMid._x = topLeft._x + topLeft._width; topMid._y = verticalPadding; topRight._x = topMid._x + topMid._width; topRight._y = verticalPadding; var _local10 = topLeft._y + topLeft._height; centerLeft._x = horizontalPadding; centerLeft._y = _local10; centerMid._x = centerLeft._x + centerLeft._width; centerMid._y = _local10; centerRight._x = centerMid._x + centerMid._width; centerRight._y = _local10; _local10 = centerLeft._y + centerLeft._height; bottomLeft._x = horizontalPadding; bottomLeft._y = _local10; bottomMid._x = bottomLeft._x + bottomLeft._width; bottomMid._y = _local10; bottomRight._x = bottomMid._x + bottomMid._width; bottomRight._y = _local10; } var horizontalPadding = 0; var verticalPadding = 0; var topLeft = null; var topMid = null; var topRight = null; var centerLeft = null; var centerMid = null; var centerRight = null; var bottomLeft = null; var bottomMid = null; var bottomRight = null; }

Library Items

Symbol 1502 BitmapUsed by:1501
Symbol 1501 GraphicUses:1502Used by:Timeline
Symbol 1 Font [EmbeddedHelveticaNeue]
Symbol 2 MovieClip [VolumeControl]
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip [VolumePanel]Uses:3
Symbol 5 MovieClip [OneStateButton]
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClip [SliderInsetLeft]Uses:6
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClip [SliderInsetMiddle]Uses:8
Symbol 10 MovieClip [SliderInsetRight]
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [vSliderThumbUp]Uses:11
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClip [SliderFill]Uses:13
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [SliderBase]Uses:15
Symbol 17 GraphicUsed by:21 24 26 29 32 38 40
Symbol 18 FontUsed by:19 22 30 36
Symbol 19 TextUses:18Used by:21 26 29
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClip [ReplayDisabled]Uses:17 19 20
Symbol 22 TextUses:18Used by:24
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClip [ReplayDown]Uses:17 22 23
Symbol 25 GraphicUsed by:26 29
Symbol 26 MovieClip [ReplayUp]Uses:17 19 25
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:29 35
Symbol 29 MovieClip [ReplayOver]Uses:17 28 19 25
Symbol 30 TextUses:18Used by:32 35 40
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [DownloadDisabled]Uses:17 30 31
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClip [DownloadOver]Uses:33 28 30 34
Symbol 36 TextUses:18Used by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClip [DownloadDown]Uses:17 36 37
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClip [DownloadUp]Uses:17 30 39
Symbol 41 GraphicUsed by:45
Symbol 42 FontUsed by:43
Symbol 43 TextUses:42Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClip [EndMessage]Uses:41 43 44
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:48
Symbol 48 MovieClip [VideoBug]Uses:47
Symbol 49 GraphicUsed by:53 60 61
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:53 56 61
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClip [StartIconDisabled]Uses:49 51 52
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClip [StartIconDown]Uses:54 51 55
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:60
Symbol 59 GraphicUsed by:60 61
Symbol 60 MovieClip [StartIconOver]Uses:49 58 59
Symbol 61 MovieClip [StartIconUp]Uses:49 51 59
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 MovieClip [StartBrandLogo]Uses:63
Symbol 65 MovieClip [ComponentRect]
Symbol 66 MovieClip [TimeDisplay]
Symbol 67 MovieClip [ProgressBar]
Symbol 68 MovieClip [ProgressSlider]
Symbol 69 MovieClip [Scale9Panel]
Symbol 70 MovieClip [SimpleComponent]
Symbol 71 MovieClip [HPanel]
Symbol 72 MovieClip [BasicButton]
Symbol 73 MovieClip [Slice9Panel]
Symbol 74 MovieClip [StartWidget]
Symbol 75 MovieClip [ImageSlice]
Symbol 76 MovieClip [Label]
Symbol 77 MovieClip [SliderTrack]
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClip [AudioMuteDisabled]Uses:78
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClip [AudioMuteDown]Uses:80
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClip [AudioMuteOver]Uses:82
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClip [AudioMuteUp]Uses:84
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClip [MinScreenDown]Uses:86
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClip [MinScreenDisabled]Uses:88
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClip [MinScreenOver]Uses:90
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClip [MinScreenUp]Uses:92
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClip [MaxScreenDisabled]Uses:94
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClip [MaxScreenDown]Uses:96
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClip [MaxScreenOver]Uses:98
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClip [MaxScreenUp]Uses:100
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClip [ProgressFill]Uses:102
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClip [PauseDisabled]Uses:104
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClip [PauseDown]Uses:106
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClip [PauseOver]Uses:108
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClip [PauseUp]Uses:110
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClip [PlayDisabled]Uses:112
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClip [PlayDown]Uses:114
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClip [AudioDisabled]Uses:116
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClip [AudioDown]Uses:118
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClip [PlayUp]Uses:120
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClip [AudioUp]Uses:122
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClip [AudioOver]Uses:124
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClip [SliderThumbDisabled]Uses:126
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClip [SliderThumbDown]Uses:128
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClip [SliderThumbOver]Uses:130
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClip [SliderThumbUp]Uses:132
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClip [PlayOver]Uses:134
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClip [BottomRight]Uses:136
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClip [BottomLeft]Uses:138
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClip [BottomMiddle]Uses:140
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClip [LoadFill]Uses:142
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClip [Separator]Uses:144
Symbol 146 MovieClip [JingPlayer]
Symbol 147 MovieClip [JingApplication]
Symbol 148 MovieClip [StartScreen]
Symbol 149 MovieClip [EndScreen]
Symbol 150 MovieClip [Bitmap]
Symbol 151 MovieClip [Slider]
Symbol 20480 MovieClip [__Packages.com.techsmith.ui.Movable]
Symbol 20481 MovieClip [__Packages.com.techsmith.events.IEventDispatcher]
Symbol 20482 MovieClip [__Packages.com.techsmith.ui.ComponentBase]
Symbol 20483 MovieClip [__Packages.com.techsmith.ui.Component]
Symbol 20484 MovieClip [__Packages.com.techsmith.ui.ButtonBase]
Symbol 20485 MovieClip [__Packages.com.techsmith.ui.Container]
Symbol 20486 MovieClip [__Packages.com.mosesSupposes.fuse.FuseKitCommon]
Symbol 20487 MovieClip [__Packages.com.techsmith.ui.managers.DepthManager]
Symbol 20488 MovieClip [__Packages.com.techsmith.jing.StartScreen]
Symbol 20489 MovieClip [__Packages.com.mosesSupposes.fuse.Fuse]
Symbol 20490 MovieClip [__Packages.com.techsmith.ui.Bitmap]
Symbol 20491 MovieClip [__Packages.com.techsmith.utils.Dimension]
Symbol 20492 MovieClip [__Packages.com.techsmith.ui.VolumeControl]
Symbol 20493 MovieClip [__Packages.com.techsmith.jing.JingVolumeControl]
Symbol 20494 MovieClip [__Packages.com.techsmith.utils.Delegate]
Symbol 20495 MovieClip [__Packages.com.techsmith.ui.OneStateButton]
Symbol 20496 MovieClip [__Packages.com.brooksandrus.utils.Collection]
Symbol 20497 MovieClip [__Packages.com.techsmith.utils.shapes.Rectangle]
Symbol 20498 MovieClip [__Packages.com.mosesSupposes.fuse.FuseFMP]
Symbol 20499 MovieClip [__Packages.com.mosesSupposes.fuse.ZManager]
Symbol 20500 MovieClip [__Packages.com.techsmith.utils.Point]
Symbol 20501 MovieClip [__Packages.com.techsmith.ui.Slider]
Symbol 20502 MovieClip [__Packages.com.mosesSupposes.fuse.ZigoEngine]
Symbol 20503 MovieClip [__Packages.com.mosesSupposes.fuse.FuseItem]
Symbol 20504 MovieClip [__Packages.com.techsmith.events.Events]
Symbol 20505 MovieClip [__Packages.com.brooksandrus.utils.Iterator]
Symbol 20506 MovieClip [__Packages.com.brooksandrus.utils.IteratorImpl]
Symbol 20507 MovieClip [__Packages.com.brooksandrus.drawing.Rect]
Symbol 20508 MovieClip [__Packages.com.brooksandrus.utils.CollectionImpl]
Symbol 20509 MovieClip [__Packages.com.techsmith.ui.BasicButton]
Symbol 20510 MovieClip [__Packages.com.techsmith.ui.panels.PanelStyle]
Symbol 20511 MovieClip [__Packages.com.brooksandrus.ui.ProgressBar]
Symbol 20512 MovieClip [__Packages.com.techsmith.ui.SliderTrack]
Symbol 20513 MovieClip [__Packages.com.brooksandrus.ui.ProgressSlider]
Symbol 20514 MovieClip [__Packages.com.techsmith.jing.Main]
Symbol 20515 MovieClip [__Packages.com.techsmith.jing.JingApplication]
Symbol 20516 MovieClip [__Packages.com.mosesSupposes.fuse.PennerEasing]
Symbol 20517 MovieClip [__Packages.com.techsmith.ui.panels.IPanel]
Symbol 20518 MovieClip [__Packages.com.techsmith.ui.panels.Scale9Panel]
Symbol 20519 MovieClip [__Packages.com.techsmith.jing.Slider]
Symbol 20520 MovieClip [__Packages.com.techsmith.jing.EndScreen]
Symbol 20521 MovieClip [__Packages.com.techsmith.ui.ButtonStyle]
Symbol 20522 MovieClip [__Packages.com.techsmith.ui.panels.HPanel]
Symbol 20523 MovieClip [__Packages.com.techsmith.events.EventDispatcher]
Symbol 20524 MovieClip [__Packages.com.techsmith.jing.TimeDisplay]
Symbol 20525 MovieClip [__Packages.com.techsmith.utils.TimeFormatter]
Symbol 20526 MovieClip [__Packages.com.techsmith.ui.ComponentCollection]
Symbol 20527 MovieClip [__Packages.com.techsmith.jing.JingPlayer]
Symbol 20528 MovieClip [__Packages.com.techsmith.ui.panels.Slice9Panel]
Symbol 1511 BitmapUsed by:1510 1811 2096 2609 3155 3560 3846 4102 4247 4493 4709 4860 5022 5271 5549 5773 5950 6146 6301
Symbol 1510 GraphicUses:1511Used by:Timeline
Symbol 1516 BitmapUsed by:1515
Symbol 1517 BitmapUsed by:1515
Symbol 1518 BitmapUsed by:1515
Symbol 1519 BitmapUsed by:1515
Symbol 1515 GraphicUses:1516 1517 1518 1519Used by:Timeline
Symbol 1526 BitmapUsed by:1525
Symbol 1525 GraphicUses:1526Used by:Timeline
Symbol 1529 BitmapUsed by:1528
Symbol 1528 GraphicUses:1529Used by:Timeline
Symbol 1534 BitmapUsed by:1533 1717 1849 2200 2724 3252 3626 3913 3972 4124 4310 4524 4740 4886 5049 5327 5584 5803 6168
Symbol 1533 GraphicUses:1534Used by:Timeline
Symbol 1542 BitmapUsed by:1541
Symbol 1541 GraphicUses:1542Used by:Timeline
Symbol 1545 BitmapUsed by:1544
Symbol 1544 GraphicUses:1545Used by:Timeline
Symbol 1548 BitmapUsed by:1547
Symbol 1547 GraphicUses:1548Used by:Timeline
Symbol 1551 BitmapUsed by:1550
Symbol 1550 GraphicUses:1551Used by:Timeline
Symbol 1554 BitmapUsed by:1553 1728 1861 2240 2780 3277 3641 3938 4135 4339 4552 4751 4897 5083 5355 5612 5824 6179
Symbol 1555 BitmapUsed by:1553
Symbol 1553 GraphicUses:1554 1555Used by:Timeline
Symbol 1558 BitmapUsed by:1557
Symbol 1557 GraphicUses:1558Used by:Timeline
Symbol 1564 BitmapUsed by:1563
Symbol 1563 GraphicUses:1564Used by:Timeline
Symbol 1567 BitmapUsed by:1566
Symbol 1566 GraphicUses:1567Used by:Timeline
Symbol 1573 BitmapUsed by:1572 5114
Symbol 1572 GraphicUses:1573Used by:Timeline
Symbol 1579 BitmapUsed by:1578
Symbol 1578 GraphicUses:1579Used by:Timeline
Symbol 1582 BitmapUsed by:1581
Symbol 1583 BitmapUsed by:1581
Symbol 1584 BitmapUsed by:1581
Symbol 1585 BitmapUsed by:1581
Symbol 1581 GraphicUses:1582 1583 1584 1585Used by:Timeline
Symbol 1588 BitmapUsed by:1587
Symbol 1587 GraphicUses:1588Used by:Timeline
Symbol 1591 BitmapUsed by:1590
Symbol 1590 GraphicUses:1591Used by:Timeline
Symbol 1594 BitmapUsed by:1593
Symbol 1593 GraphicUses:1594Used by:Timeline
Symbol 1597 BitmapUsed by:1596
Symbol 1596 GraphicUses:1597Used by:Timeline
Symbol 1600 BitmapUsed by:1599 5145
Symbol 1601 BitmapUsed by:1599
Symbol 1599 GraphicUses:1600 1601Used by:Timeline
Symbol 1604 BitmapUsed by:1603
Symbol 1603 GraphicUses:1604Used by:Timeline
Symbol 1607 BitmapUsed by:1606
Symbol 1606 GraphicUses:1607Used by:Timeline
Symbol 1610 BitmapUsed by:1609
Symbol 1609 GraphicUses:1610Used by:Timeline
Symbol 1613 BitmapUsed by:1612
Symbol 1612 GraphicUses:1613Used by:Timeline
Symbol 1616 BitmapUsed by:1615
Symbol 1617 BitmapUsed by:1615
Symbol 1618 BitmapUsed by:1615
Symbol 1619 BitmapUsed by:1615
Symbol 1615 GraphicUses:1616 1617 1618 1619Used by:Timeline
Symbol 1622 BitmapUsed by:1621
Symbol 1623 BitmapUsed by:1621
Symbol 1624 BitmapUsed by:1621
Symbol 1625 BitmapUsed by:1621
Symbol 1621 GraphicUses:1622 1623 1624 1625Used by:Timeline
Symbol 1628 BitmapUsed by:1627
Symbol 1629 BitmapUsed by:1627
Symbol 1627 GraphicUses:1628 1629Used by:Timeline
Symbol 1637 BitmapUsed by:1636
Symbol 1638 BitmapUsed by:1636
Symbol 1639 BitmapUsed by:1636
Symbol 1640 BitmapUsed by:1636
Symbol 1636 GraphicUses:1637 1638 1639 1640Used by:Timeline
Symbol 1645 BitmapUsed by:1644
Symbol 1646 BitmapUsed by:1644
Symbol 1647 BitmapUsed by:1644
Symbol 1648 BitmapUsed by:1644
Symbol 1644 GraphicUses:1645 1646 1647 1648Used by:Timeline
Symbol 1652 BitmapUsed by:1651
Symbol 1651 GraphicUses:1652Used by:Timeline
Symbol 1655 BitmapUsed by:1654
Symbol 1654 GraphicUses:1655Used by:Timeline
Symbol 1658 BitmapUsed by:1657
Symbol 1657 GraphicUses:1658Used by:Timeline
Symbol 1661 BitmapUsed by:1660
Symbol 1660 GraphicUses:1661Used by:Timeline
Symbol 1664 BitmapUsed by:1663
Symbol 1665 BitmapUsed by:1663
Symbol 1666 BitmapUsed by:1663
Symbol 1667 BitmapUsed by:1663
Symbol 1663 GraphicUses:1664 1665 1666 1667Used by:Timeline
Symbol 1673 BitmapUsed by:1672
Symbol 1674 BitmapUsed by:1672
Symbol 1675 BitmapUsed by:1672
Symbol 1676 BitmapUsed by:1672
Symbol 1672 GraphicUses:1673 1674 1675 1676Used by:Timeline
Symbol 1679 BitmapUsed by:1678
Symbol 1680 BitmapUsed by:1678
Symbol 1681 BitmapUsed by:1678
Symbol 1682 BitmapUsed by:1678
Symbol 1678 GraphicUses:1679 1680 1681 1682Used by:Timeline
Symbol 1690 BitmapUsed by:1689
Symbol 1691 BitmapUsed by:1689
Symbol 1692 BitmapUsed by:1689
Symbol 1693 BitmapUsed by:1689
Symbol 1689 GraphicUses:1690 1691 1692 1693Used by:Timeline
Symbol 1696 BitmapUsed by:1695
Symbol 1695 GraphicUses:1696Used by:Timeline
Symbol 1706 BitmapUsed by:1705
Symbol 1705 GraphicUses:1706Used by:Timeline
Symbol 1717 GraphicUses:1534Used by:Timeline
Symbol 1728 GraphicUses:1554Used by:Timeline
Symbol 1740 BitmapUsed by:1739
Symbol 1739 GraphicUses:1740Used by:Timeline
Symbol 1752 BitmapUsed by:1751
Symbol 1751 GraphicUses:1752Used by:Timeline
Symbol 1764 BitmapUsed by:1763 1961 2400 3725 4012 4170 4392 4634 4797 4950 5170 5450 5678 5880 6074 6232
Symbol 1763 GraphicUses:1764Used by:Timeline
Symbol 1776 BitmapUsed by:1775 1992 2455 3007 3736 4040 4182 4423 4661 4808 4972 5480 5711 5899 6086 6243
Symbol 1775 GraphicUses:1776Used by:Timeline
Symbol 1788 BitmapUsed by:1787 2026 2498 3056 3484 4077 4195 4447 4684 4827 4992 5240 5513 5727 6104 6265
Symbol 1787 GraphicUses:1788Used by:Timeline
Symbol 1800 BitmapUsed by:1799 2066 2553 3106 3523 3805 4091 4228 4468 4698 4839 5011 5255 5533 5750 5939 6135 6282
Symbol 1799 GraphicUses:1800Used by:Timeline
Symbol 1811 GraphicUses:1511Used by:Timeline
Symbol 1823 BitmapUsed by:1822 4113 5303
Symbol 1822 GraphicUses:1823Used by:Timeline
Symbol 1826 BitmapUsed by:1825
Symbol 1825 GraphicUses:1826Used by:Timeline
Symbol 1829 BitmapUsed by:1828
Symbol 1830 BitmapUsed by:1828
Symbol 1831 BitmapUsed by:1828
Symbol 1832 BitmapUsed by:1828
Symbol 1828 GraphicUses:1829 1830 1831 1832Used by:Timeline
Symbol 1835 BitmapUsed by:1834
Symbol 1834 GraphicUses:1835Used by:Timeline
Symbol 1838 BitmapUsed by:1837
Symbol 1837 GraphicUses:1838Used by:Timeline
Symbol 1844 BitmapUsed by:1843
Symbol 1843 GraphicUses:1844Used by:Timeline
Symbol 1847 BitmapUsed by:1846
Symbol 1846 GraphicUses:1847Used by:Timeline
Symbol 1850 BitmapUsed by:1849
Symbol 1849 GraphicUses:1534 1850Used by:Timeline
Symbol 1861 GraphicUses:1554Used by:Timeline
Symbol 1866 BitmapUsed by:1865 4834 5954
Symbol 1865 GraphicUses:1866Used by:Timeline
Symbol 1873 BitmapUsed by:1872
Symbol 1872 GraphicUses:1873Used by:Timeline
Symbol 1876 BitmapUsed by:1875
Symbol 1875 GraphicUses:1876Used by:Timeline
Symbol 1879 BitmapUsed by:1878
Symbol 1880 BitmapUsed by:1878
Symbol 1881 BitmapUsed by:1878
Symbol 1878 GraphicUses:1879 1880 1881Used by:Timeline
Symbol 1884 BitmapUsed by:1883
Symbol 1885 BitmapUsed by:1883
Symbol 1886 BitmapUsed by:1883
Symbol 1883 GraphicUses:1884 1885 1886Used by:Timeline
Symbol 1889 BitmapUsed by:1888
Symbol 1890 BitmapUsed by:1888
Symbol 1891 BitmapUsed by:1888
Symbol 1892 BitmapUsed by:1888
Symbol 1888 GraphicUses:1889 1890 1891 1892Used by:Timeline
Symbol 1895 BitmapUsed by:1894
Symbol 1894 GraphicUses:1895Used by:Timeline
Symbol 1898 BitmapUsed by:1897
Symbol 1897 GraphicUses:1898Used by:Timeline
Symbol 1901 BitmapUsed by:1900
Symbol 1900 GraphicUses:1901Used by:Timeline
Symbol 1904 BitmapUsed by:1903
Symbol 1905 BitmapUsed by:1903
Symbol 1906 BitmapUsed by:1903
Symbol 1903 GraphicUses:1904 1905 1906Used by:Timeline
Symbol 1909 BitmapUsed by:1908
Symbol 1910 BitmapUsed by:1908
Symbol 1911 BitmapUsed by:1908
Symbol 1912 BitmapUsed by:1908
Symbol 1908 GraphicUses:1909 1910 1911 1912Used by:Timeline
Symbol 1915 BitmapUsed by:1914
Symbol 1916 BitmapUsed by:1914
Symbol 1917 BitmapUsed by:1914
Symbol 1918 BitmapUsed by:1914
Symbol 1914 GraphicUses:1915 1916 1917 1918Used by:Timeline
Symbol 1922 BitmapUsed by:1921
Symbol 1921 GraphicUses:1922Used by:Timeline
Symbol 1927 BitmapUsed by:1926
Symbol 1928 BitmapUsed by:1926
Symbol 1929 BitmapUsed by:1926
Symbol 1930 BitmapUsed by:1926
Symbol 1926 GraphicUses:1927 1928 1929 1930Used by:Timeline
Symbol 1933 BitmapUsed by:1932
Symbol 1934 BitmapUsed by:1932
Symbol 1935 BitmapUsed by:1932
Symbol 1932 GraphicUses:1933 1934 1935Used by:Timeline
Symbol 1938 BitmapUsed by:1937
Symbol 1937 GraphicUses:1938Used by:Timeline
Symbol 1941 BitmapUsed by:1940
Symbol 1940 GraphicUses:1941Used by:Timeline
Symbol 1944 BitmapUsed by:1943
Symbol 1945 BitmapUsed by:1943
Symbol 1946 BitmapUsed by:1943
Symbol 1947 BitmapUsed by:1943
Symbol 1943 GraphicUses:1944 1945 1946 1947Used by:Timeline
Symbol 1950 BitmapUsed by:1949
Symbol 1951 BitmapUsed by:1949
Symbol 1952 BitmapUsed by:1949
Symbol 1953 BitmapUsed by:1949
Symbol 1949 GraphicUses:1950 1951 1952 1953Used by:Timeline
Symbol 1956 BitmapUsed by:1955
Symbol 1957 BitmapUsed by:1955
Symbol 1958 BitmapUsed by:1955
Symbol 1959 BitmapUsed by:1955
Symbol 1955 GraphicUses:1956 1957 1958 1959Used by:Timeline
Symbol 1962 BitmapUsed by:1961
Symbol 1961 GraphicUses:1764 1962Used by:Timeline
Symbol 1965 BitmapUsed by:1964
Symbol 1964 GraphicUses:1965Used by:Timeline
Symbol 1968 BitmapUsed by:1967
Symbol 1967 GraphicUses:1968Used by:Timeline
Symbol 1974 BitmapUsed by:1973
Symbol 1973 GraphicUses:1974Used by:Timeline
Symbol 1977 BitmapUsed by:1976
Symbol 1978 BitmapUsed by:1976
Symbol 1979 BitmapUsed by:1976
Symbol 1980 BitmapUsed by:1976
Symbol 1976 GraphicUses:1977 1978 1979 1980Used by:Timeline
Symbol 1983 BitmapUsed by:1982
Symbol 1984 BitmapUsed by:1982
Symbol 1985 BitmapUsed by:1982
Symbol 1982 GraphicUses:1983 1984 1985Used by:Timeline
Symbol 1988 BitmapUsed by:1987
Symbol 1989 BitmapUsed by:1987
Symbol 1990 BitmapUsed by:1987
Symbol 1987 GraphicUses:1988 1989 1990Used by:Timeline
Symbol 1993 BitmapUsed by:1992
Symbol 1992 GraphicUses:1776 1993Used by:Timeline
Symbol 1996 BitmapUsed by:1995
Symbol 1995 GraphicUses:1996Used by:Timeline
Symbol 2002 BitmapUsed by:2001
Symbol 2001 GraphicUses:2002Used by:Timeline
Symbol 2005 BitmapUsed by:2004
Symbol 2006 BitmapUsed by:2004
Symbol 2007 BitmapUsed by:2004
Symbol 2004 GraphicUses:2005 2006 2007Used by:Timeline
Symbol 2010 BitmapUsed by:2009
Symbol 2011 BitmapUsed by:2009
Symbol 2012 BitmapUsed by:2009
Symbol 2013 BitmapUsed by:2009
Symbol 2009 GraphicUses:2010 2011 2012 2013Used by:Timeline
Symbol 2016 BitmapUsed by:2015
Symbol 2017 BitmapUsed by:2015
Symbol 2018 BitmapUsed by:2015
Symbol 2015 GraphicUses:2016 2017 2018Used by:Timeline
Symbol 2022 BitmapUsed by:2021
Symbol 2023 BitmapUsed by:2021
Symbol 2024 BitmapUsed by:2021
Symbol 2021 GraphicUses:2022 2023 2024Used by:Timeline
Symbol 2027 BitmapUsed by:2026
Symbol 2028 BitmapUsed by:2026
Symbol 2026 GraphicUses:2027 1788 2028Used by:Timeline
Symbol 2031 BitmapUsed by:2030
Symbol 2032 BitmapUsed by:2030
Symbol 2033 BitmapUsed by:2030
Symbol 2030 GraphicUses:2031 2032 2033Used by:Timeline
Symbol 2038 BitmapUsed by:2037
Symbol 2039 BitmapUsed by:2037
Symbol 2040 BitmapUsed by:2037
Symbol 2041 BitmapUsed by:2037
Symbol 2037 GraphicUses:2038 2039 2040 2041Used by:Timeline
Symbol 2044 BitmapUsed by:2043
Symbol 2045 BitmapUsed by:2043
Symbol 2046 BitmapUsed by:2043
Symbol 2047 BitmapUsed by:2043
Symbol 2043 GraphicUses:2044 2045 2046 2047Used by:Timeline
Symbol 2050 BitmapUsed by:2049
Symbol 2051 BitmapUsed by:2049
Symbol 2052 BitmapUsed by:2049
Symbol 2053 BitmapUsed by:2049
Symbol 2049 GraphicUses:2050 2051 2052 2053Used by:Timeline
Symbol 2056 BitmapUsed by:2055
Symbol 2057 BitmapUsed by:2055
Symbol 2058 BitmapUsed by:2055
Symbol 2055 GraphicUses:2056 2057 2058Used by:Timeline
Symbol 2061 BitmapUsed by:2060
Symbol 2062 BitmapUsed by:2060
Symbol 2063 BitmapUsed by:2060
Symbol 2064 BitmapUsed by:2060
Symbol 2060 GraphicUses:2061 2062 2063 2064Used by:Timeline
Symbol 2067 BitmapUsed by:2066
Symbol 2066 GraphicUses:1800 2067Used by:Timeline
Symbol 2073 BitmapUsed by:2072
Symbol 2072 GraphicUses:2073Used by:Timeline
Symbol 2077 BitmapUsed by:2076
Symbol 2078 BitmapUsed by:2076
Symbol 2079 BitmapUsed by:2076
Symbol 2080 BitmapUsed by:2076
Symbol 2076 GraphicUses:2077 2078 2079 2080Used by:Timeline
Symbol 2083 BitmapUsed by:2082
Symbol 2084 BitmapUsed by:2082
Symbol 2085 BitmapUsed by:2082
Symbol 2086 BitmapUsed by:2082
Symbol 2082 GraphicUses:2083 2084 2085 2086Used by:Timeline
Symbol 2089 BitmapUsed by:2088
Symbol 2090 BitmapUsed by:2088
Symbol 2091 BitmapUsed by:2088
Symbol 2088 GraphicUses:2089 2090 2091Used by:Timeline
Symbol 2094 BitmapUsed by:2093
Symbol 2093 GraphicUses:2094Used by:Timeline
Symbol 2096 GraphicUses:1511Used by:Timeline
Symbol 2100 BitmapUsed by:2099
Symbol 2101 BitmapUsed by:2099
Symbol 2102 BitmapUsed by:2099
Symbol 2103 BitmapUsed by:2099
Symbol 2099 GraphicUses:2100 2101 2102 2103Used by:Timeline
Symbol 2106 BitmapUsed by:2105
Symbol 2107 BitmapUsed by:2105
Symbol 2108 BitmapUsed by:2105
Symbol 2109 BitmapUsed by:2105
Symbol 2105 GraphicUses:2106 2107 2108 2109Used by:Timeline
Symbol 2112 BitmapUsed by:2111
Symbol 2111 GraphicUses:2112Used by:Timeline
Symbol 2115 BitmapUsed by:2114
Symbol 2116 BitmapUsed by:2114
Symbol 2117 BitmapUsed by:2114
Symbol 2118 BitmapUsed by:2114
Symbol 2114 GraphicUses:2115 2116 2117 2118Used by:Timeline
Symbol 2121 BitmapUsed by:2120
Symbol 2122 BitmapUsed by:2120
Symbol 2123 BitmapUsed by:2120
Symbol 2120 GraphicUses:2121 2122 2123Used by:Timeline
Symbol 2126 BitmapUsed by:2125
Symbol 2127 BitmapUsed by:2125
Symbol 2128 BitmapUsed by:2125
Symbol 2129 BitmapUsed by:2125
Symbol 2125 GraphicUses:2126 2127 2128 2129Used by:Timeline
Symbol 2132 BitmapUsed by:2131
Symbol 2133 BitmapUsed by:2131
Symbol 2134 BitmapUsed by:2131
Symbol 2135 BitmapUsed by:2131
Symbol 2131 GraphicUses:2132 2133 2134 2135Used by:Timeline
Symbol 2138 BitmapUsed by:2137
Symbol 2139 BitmapUsed by:2137
Symbol 2140 BitmapUsed by:2137
Symbol 2141 BitmapUsed by:2137
Symbol 2137 GraphicUses:2138 2139 2140 2141Used by:Timeline
Symbol 2144 BitmapUsed by:2143
Symbol 2145 BitmapUsed by:2143
Symbol 2146 BitmapUsed by:2143
Symbol 2143 GraphicUses:2144 2145 2146Used by:Timeline
Symbol 2149 BitmapUsed by:2148
Symbol 2150 BitmapUsed by:2148
Symbol 2151 BitmapUsed by:2148
Symbol 2152 BitmapUsed by:2148
Symbol 2148 GraphicUses:2149 2150 2151 2152Used by:Timeline
Symbol 2155 BitmapUsed by:2154
Symbol 2156 BitmapUsed by:2154
Symbol 2157 BitmapUsed by:2154
Symbol 2158 BitmapUsed by:2154
Symbol 2154 GraphicUses:2155 2156 2157 2158Used by:Timeline
Symbol 2161 BitmapUsed by:2160
Symbol 2162 BitmapUsed by:2160
Symbol 2163 BitmapUsed by:2160
Symbol 2164 BitmapUsed by:2160
Symbol 2160 GraphicUses:2161 2162 2163 2164Used by:Timeline
Symbol 2167 BitmapUsed by:2166
Symbol 2168 BitmapUsed by:2166
Symbol 2169 BitmapUsed by:2166
Symbol 2166 GraphicUses:2167 2168 2169Used by:Timeline
Symbol 2172 BitmapUsed by:2171
Symbol 2173 BitmapUsed by:2171
Symbol 2174 BitmapUsed by:2171
Symbol 2175 BitmapUsed by:2171
Symbol 2171 GraphicUses:2172 2173 2174 2175Used by:Timeline
Symbol 2178 BitmapUsed by:2177
Symbol 2179 BitmapUsed by:2177
Symbol 2180 BitmapUsed by:2177
Symbol 2181 BitmapUsed by:2177
Symbol 2177 GraphicUses:2178 2179 2180 2181Used by:Timeline
Symbol 2184 BitmapUsed by:2183
Symbol 2185 BitmapUsed by:2183
Symbol 2186 BitmapUsed by:2183
Symbol 2183 GraphicUses:2184 2185 2186Used by:Timeline
Symbol 2189 BitmapUsed by:2188
Symbol 2190 BitmapUsed by:2188
Symbol 2191 BitmapUsed by:2188
Symbol 2192 BitmapUsed by:2188
Symbol 2188 GraphicUses:2189 2190 2191 2192Used by:Timeline
Symbol 2195 BitmapUsed by:2194
Symbol 2196 BitmapUsed by:2194
Symbol 2197 BitmapUsed by:2194
Symbol 2198 BitmapUsed by:2194
Symbol 2194 GraphicUses:2195 2196 2197 2198Used by:Timeline
Symbol 2201 BitmapUsed by:2200
Symbol 2202 BitmapUsed by:2200
Symbol 2200 GraphicUses:1534 2201 2202Used by:Timeline
Symbol 2205 BitmapUsed by:2204
Symbol 2204 GraphicUses:2205Used by:Timeline
Symbol 2208 BitmapUsed by:2207
Symbol 2207 GraphicUses:2208Used by:Timeline
Symbol 2211 BitmapUsed by:2210
Symbol 2210 GraphicUses:2211Used by:Timeline
Symbol 2214 BitmapUsed by:2213
Symbol 2213 GraphicUses:2214Used by:Timeline
Symbol 2217 BitmapUsed by:2216
Symbol 2216 GraphicUses:2217Used by:Timeline
Symbol 2220 BitmapUsed by:2219
Symbol 2219 GraphicUses:2220Used by:Timeline
Symbol 2223 BitmapUsed by:2222
Symbol 2224 BitmapUsed by:2222
Symbol 2225 BitmapUsed by:2222
Symbol 2226 BitmapUsed by:2222
Symbol 2222 GraphicUses:2223 2224 2225 2226Used by:Timeline
Symbol 2229 BitmapUsed by:2228
Symbol 2230 BitmapUsed by:2228
Symbol 2231 BitmapUsed by:2228
Symbol 2232 BitmapUsed by:2228
Symbol 2228 GraphicUses:2229 2230 2231 2232Used by:Timeline
Symbol 2235 BitmapUsed by:2234
Symbol 2236 BitmapUsed by:2234
Symbol 2237 BitmapUsed by:2234
Symbol 2238 BitmapUsed by:2234
Symbol 2234 GraphicUses:2235 2236 2237 2238Used by:Timeline
Symbol 2241 BitmapUsed by:2240
Symbol 2242 BitmapUsed by:2240
Symbol 2240 GraphicUses:1554 2241 2242Used by:Timeline
Symbol 2245 BitmapUsed by:2244
Symbol 2246 BitmapUsed by:2244
Symbol 2247 BitmapUsed by:2244
Symbol 2244 GraphicUses:2245 2246 2247Used by:Timeline
Symbol 2250 BitmapUsed by:2249
Symbol 2251 BitmapUsed by:2249
Symbol 2252 BitmapUsed by:2249
Symbol 2253 BitmapUsed by:2249
Symbol 2249 GraphicUses:2250 2251 2252 2253Used by:Timeline
Symbol 2256 BitmapUsed by:2255
Symbol 2257 BitmapUsed by:2255
Symbol 2258 BitmapUsed by:2255
Symbol 2259 BitmapUsed by:2255
Symbol 2255 GraphicUses:2256 2257 2258 2259Used by:Timeline
Symbol 2262 BitmapUsed by:2261
Symbol 2263 BitmapUsed by:2261
Symbol 2264 BitmapUsed by:2261
Symbol 2265 BitmapUsed by:2261
Symbol 2261 GraphicUses:2262 2263 2264 2265Used by:Timeline
Symbol 2268 BitmapUsed by:2267
Symbol 2269 BitmapUsed by:2267
Symbol 2270 BitmapUsed by:2267
Symbol 2271 BitmapUsed by:2267
Symbol 2267 GraphicUses:2268 2269 2270 2271Used by:Timeline
Symbol 2274 BitmapUsed by:2273
Symbol 2273 GraphicUses:2274Used by:Timeline
Symbol 2277 BitmapUsed by:2276
Symbol 2276 GraphicUses:2277Used by:Timeline
Symbol 2280 BitmapUsed by:2279
Symbol 2281 BitmapUsed by:2279
Symbol 2282 BitmapUsed by:2279
Symbol 2283 BitmapUsed by:2279
Symbol 2279 GraphicUses:2280 2281 2282 2283Used by:Timeline
Symbol 2286 BitmapUsed by:2285
Symbol 2287 BitmapUsed by:2285
Symbol 2288 BitmapUsed by:2285
Symbol 2289 BitmapUsed by:2285
Symbol 2285 GraphicUses:2286 2287 2288 2289Used by:Timeline
Symbol 2292 BitmapUsed by:2291
Symbol 2293 BitmapUsed by:2291
Symbol 2294 BitmapUsed by:2291
Symbol 2295 BitmapUsed by:2291
Symbol 2291 GraphicUses:2292 2293 2294 2295Used by:Timeline
Symbol 2298 BitmapUsed by:2297
Symbol 2299 BitmapUsed by:2297
Symbol 2300 BitmapUsed by:2297
Symbol 2301 BitmapUsed by:2297
Symbol 2297 GraphicUses:2298 2299 2300 2301Used by:Timeline
Symbol 2304 BitmapUsed by:2303
Symbol 2305 BitmapUsed by:2303
Symbol 2306 BitmapUsed by:2303
Symbol 2307 BitmapUsed by:2303
Symbol 2303 GraphicUses:2304 2305 2306 2307Used by:Timeline
Symbol 2310 BitmapUsed by:2309
Symbol 2311 BitmapUsed by:2309
Symbol 2312 BitmapUsed by:2309
Symbol 2313 BitmapUsed by:2309
Symbol 2309 GraphicUses:2310 2311 2312 2313Used by:Timeline
Symbol 2316 BitmapUsed by:2315
Symbol 2315 GraphicUses:2316Used by:Timeline
Symbol 2319 BitmapUsed by:2318
Symbol 2320 BitmapUsed by:2318
Symbol 2321 BitmapUsed by:2318
Symbol 2322 BitmapUsed by:2318
Symbol 2318 GraphicUses:2319 2320 2321 2322Used by:Timeline
Symbol 2325 BitmapUsed by:2324
Symbol 2326 BitmapUsed by:2324
Symbol 2327 BitmapUsed by:2324
Symbol 2324 GraphicUses:2325 2326 2327Used by:Timeline
Symbol 2330 BitmapUsed by:2329
Symbol 2331 BitmapUsed by:2329
Symbol 2332 BitmapUsed by:2329
Symbol 2333 BitmapUsed by:2329
Symbol 2329 GraphicUses:2330 2331 2332 2333Used by:Timeline
Symbol 2336 BitmapUsed by:2335
Symbol 2337 BitmapUsed by:2335
Symbol 2338 BitmapUsed by:2335
Symbol 2335 GraphicUses:2336 2337 2338Used by:Timeline
Symbol 2341 BitmapUsed by:2340
Symbol 2342 BitmapUsed by:2340
Symbol 2343 BitmapUsed by:2340
Symbol 2344 BitmapUsed by:2340
Symbol 2340 GraphicUses:2341 2342 2343 2344Used by:Timeline
Symbol 2347 BitmapUsed by:2346
Symbol 2348 BitmapUsed by:2346
Symbol 2349 BitmapUsed by:2346
Symbol 2346 GraphicUses:2347 2348 2349Used by:Timeline
Symbol 2352 BitmapUsed by:2351
Symbol 2353 BitmapUsed by:2351
Symbol 2354 BitmapUsed by:2351
Symbol 2355 BitmapUsed by:2351
Symbol 2351 GraphicUses:2352 2353 2354 2355Used by:Timeline
Symbol 2358 BitmapUsed by:2357
Symbol 2359 BitmapUsed by:2357
Symbol 2360 BitmapUsed by:2357
Symbol 2361 BitmapUsed by:2357
Symbol 2357 GraphicUses:2358 2359 2360 2361Used by:Timeline
Symbol 2364 BitmapUsed by:2363
Symbol 2365 BitmapUsed by:2363
Symbol 2366 BitmapUsed by:2363
Symbol 2363 GraphicUses:2364 2365 2366Used by:Timeline
Symbol 2369 BitmapUsed by:2368
Symbol 2370 BitmapUsed by:2368
Symbol 2371 BitmapUsed by:2368
Symbol 2372 BitmapUsed by:2368
Symbol 2368 GraphicUses:2369 2370 2371 2372Used by:Timeline
Symbol 2375 BitmapUsed by:2374
Symbol 2376 BitmapUsed by:2374
Symbol 2377 BitmapUsed by:2374
Symbol 2378 BitmapUsed by:2374
Symbol 2374 GraphicUses:2375 2376 2377 2378Used by:Timeline
Symbol 2381 BitmapUsed by:2380
Symbol 2382 BitmapUsed by:2380
Symbol 2383 BitmapUsed by:2380
Symbol 2384 BitmapUsed by:2380
Symbol 2380 GraphicUses:2381 2382 2383 2384Used by:Timeline
Symbol 2387 BitmapUsed by:2386
Symbol 2388 BitmapUsed by:2386
Symbol 2389 BitmapUsed by:2386
Symbol 2386 GraphicUses:2387 2388 2389Used by:Timeline
Symbol 2392 BitmapUsed by:2391
Symbol 2391 GraphicUses:2392Used by:Timeline
Symbol 2395 BitmapUsed by:2394
Symbol 2396 BitmapUsed by:2394
Symbol 2397 BitmapUsed by:2394
Symbol 2398 BitmapUsed by:2394
Symbol 2394 GraphicUses:2395 2396 2397 2398Used by:Timeline
Symbol 2401 BitmapUsed by:2400
Symbol 2402 BitmapUsed by:2400
Symbol 2400 GraphicUses:1764 2401 2402Used by:Timeline
Symbol 2405 BitmapUsed by:2404
Symbol 2406 BitmapUsed by:2404
Symbol 2407 BitmapUsed by:2404
Symbol 2404 GraphicUses:2405 2406 2407Used by:Timeline
Symbol 2410 BitmapUsed by:2409
Symbol 2411 BitmapUsed by:2409
Symbol 2412 BitmapUsed by:2409
Symbol 2413 BitmapUsed by:2409
Symbol 2409 GraphicUses:2410 2411 2412 2413Used by:Timeline
Symbol 2416 BitmapUsed by:2415
Symbol 2417 BitmapUsed by:2415
Symbol 2418 BitmapUsed by:2415
Symbol 2419 BitmapUsed by:2415
Symbol 2415 GraphicUses:2416 2417 2418 2419Used by:Timeline
Symbol 2422 BitmapUsed by:2421
Symbol 2423 BitmapUsed by:2421
Symbol 2424 BitmapUsed by:2421
Symbol 2425 BitmapUsed by:2421
Symbol 2421 GraphicUses:2422 2423 2424 2425Used by:Timeline
Symbol 2428 BitmapUsed by:2427
Symbol 2429 BitmapUsed by:2427
Symbol 2430 BitmapUsed by:2427
Symbol 2431 BitmapUsed by:2427
Symbol 2427 GraphicUses:2428 2429 2430 2431Used by:Timeline
Symbol 2434 BitmapUsed by:2433
Symbol 2435 BitmapUsed by:2433
Symbol 2436 BitmapUsed by:2433
Symbol 2433 GraphicUses:2434 2435 2436Used by:Timeline
Symbol 2439 BitmapUsed by:2438
Symbol 2440 BitmapUsed by:2438
Symbol 2441 BitmapUsed by:2438
Symbol 2442 BitmapUsed by:2438
Symbol 2438 GraphicUses:2439 2440 2441 2442Used by:Timeline
Symbol 2445 BitmapUsed by:2444
Symbol 2446 BitmapUsed by:2444
Symbol 2447 BitmapUsed by:2444
Symbol 2448 BitmapUsed by:2444
Symbol 2444 GraphicUses:2445 2446 2447 2448Used by:Timeline
Symbol 2451 BitmapUsed by:2450
Symbol 2452 BitmapUsed by:2450
Symbol 2453 BitmapUsed by:2450
Symbol 2450 GraphicUses:2451 2452 2453Used by:Timeline
Symbol 2456 BitmapUsed by:2455
Symbol 2455 GraphicUses:1776 2456Used by:Timeline
Symbol 2459 BitmapUsed by:2458
Symbol 2460 BitmapUsed by:2458
Symbol 2461 BitmapUsed by:2458
Symbol 2462 BitmapUsed by:2458
Symbol 2458 GraphicUses:2459 2460 2461 2462Used by:Timeline
Symbol 2465 BitmapUsed by:2464
Symbol 2466 BitmapUsed by:2464
Symbol 2467 BitmapUsed by:2464
Symbol 2464 GraphicUses:2465 2466 2467Used by:Timeline
Symbol 2470 BitmapUsed by:2469
Symbol 2471 BitmapUsed by:2469
Symbol 2472 BitmapUsed by:2469
Symbol 2469 GraphicUses:2470 2471 2472Used by:Timeline
Symbol 2475 BitmapUsed by:2474
Symbol 2476 BitmapUsed by:2474
Symbol 2477 BitmapUsed by:2474
Symbol 2478 BitmapUsed by:2474
Symbol 2474 GraphicUses:2475 2476 2477 2478Used by:Timeline
Symbol 2481 BitmapUsed by:2480
Symbol 2482 BitmapUsed by:2480
Symbol 2483 BitmapUsed by:2480
Symbol 2484 BitmapUsed by:2480
Symbol 2480 GraphicUses:2481 2482 2483 2484Used by:Timeline
Symbol 2487 BitmapUsed by:2486
Symbol 2486 GraphicUses:2487Used by:Timeline
Symbol 2490 BitmapUsed by:2489
Symbol 2489 GraphicUses:2490Used by:Timeline
Symbol 2493 BitmapUsed by:2492
Symbol 2492 GraphicUses:2493Used by:Timeline
Symbol 2496 BitmapUsed by:2495
Symbol 2495 GraphicUses:2496Used by:Timeline
Symbol 2499 BitmapUsed by:2498
Symbol 2498 GraphicUses:1788 2499Used by:Timeline
Symbol 2502 BitmapUsed by:2501
Symbol 2503 BitmapUsed by:2501
Symbol 2504 BitmapUsed by:2501
Symbol 2505 BitmapUsed by:2501
Symbol 2501 GraphicUses:2502 2503 2504 2505Used by:Timeline
Symbol 2508 BitmapUsed by:2507
Symbol 2509 BitmapUsed by:2507
Symbol 2510 BitmapUsed by:2507
Symbol 2511 BitmapUsed by:2507
Symbol 2507 GraphicUses:2508 2509 2510 2511Used by:Timeline
Symbol 2514 BitmapUsed by:2513
Symbol 2515 BitmapUsed by:2513
Symbol 2516 BitmapUsed by:2513
Symbol 2517 BitmapUsed by:2513
Symbol 2513 GraphicUses:2514 2515 2516 2517Used by:Timeline
Symbol 2520 BitmapUsed by:2519
Symbol 2521 BitmapUsed by:2519
Symbol 2522 BitmapUsed by:2519
Symbol 2519 GraphicUses:2520 2521 2522Used by:Timeline
Symbol 2525 BitmapUsed by:2524
Symbol 2526 BitmapUsed by:2524
Symbol 2527 BitmapUsed by:2524
Symbol 2528 BitmapUsed by:2524
Symbol 2524 GraphicUses:2525 2526 2527 2528Used by:Timeline
Symbol 2531 BitmapUsed by:2530
Symbol 2532 BitmapUsed by:2530
Symbol 2533 BitmapUsed by:2530
Symbol 2534 BitmapUsed by:2530
Symbol 2530 GraphicUses:2531 2532 2533 2534Used by:Timeline
Symbol 2537 BitmapUsed by:2536
Symbol 2538 BitmapUsed by:2536
Symbol 2539 BitmapUsed by:2536
Symbol 2540 BitmapUsed by:2536
Symbol 2536 GraphicUses:2537 2538 2539 2540Used by:Timeline
Symbol 2543 BitmapUsed by:2542
Symbol 2544 BitmapUsed by:2542
Symbol 2545 BitmapUsed by:2542
Symbol 2546 BitmapUsed by:2542
Symbol 2542 GraphicUses:2543 2544 2545 2546Used by:Timeline
Symbol 2549 BitmapUsed by:2548
Symbol 2550 BitmapUsed by:2548
Symbol 2551 BitmapUsed by:2548
Symbol 2548 GraphicUses:2549 2550 2551Used by:Timeline
Symbol 2554 BitmapUsed by:2553
Symbol 2555 BitmapUsed by:2553
Symbol 2553 GraphicUses:2554 1800 2555Used by:Timeline
Symbol 2558 BitmapUsed by:2557
Symbol 2559 BitmapUsed by:2557
Symbol 2560 BitmapUsed by:2557
Symbol 2561 BitmapUsed by:2557
Symbol 2557 GraphicUses:2558 2559 2560 2561Used by:Timeline
Symbol 2564 BitmapUsed by:2563
Symbol 2565 BitmapUsed by:2563
Symbol 2566 BitmapUsed by:2563
Symbol 2567 BitmapUsed by:2563
Symbol 2563 GraphicUses:2564 2565 2566 2567Used by:Timeline
Symbol 2570 BitmapUsed by:2569
Symbol 2571 BitmapUsed by:2569
Symbol 2572 BitmapUsed by:2569
Symbol 2573 BitmapUsed by:2569
Symbol 2569 GraphicUses:2570 2571 2572 2573Used by:Timeline
Symbol 2576 BitmapUsed by:2575
Symbol 2577 BitmapUsed by:2575
Symbol 2578 BitmapUsed by:2575
Symbol 2575 GraphicUses:2576 2577 2578Used by:Timeline
Symbol 2581 BitmapUsed by:2580
Symbol 2582 BitmapUsed by:2580
Symbol 2583 BitmapUsed by:2580
Symbol 2584 BitmapUsed by:2580
Symbol 2580 GraphicUses:2581 2582 2583 2584Used by:Timeline
Symbol 2587 BitmapUsed by:2586
Symbol 2588 BitmapUsed by:2586
Symbol 2589 BitmapUsed by:2586
Symbol 2586 GraphicUses:2587 2588 2589Used by:Timeline
Symbol 2592 BitmapUsed by:2591
Symbol 2593 BitmapUsed by:2591
Symbol 2594 BitmapUsed by:2591
Symbol 2595 BitmapUsed by:2591
Symbol 2591 GraphicUses:2592 2593 2594 2595Used by:Timeline
Symbol 2598 BitmapUsed by:2597
Symbol 2599 BitmapUsed by:2597
Symbol 2600 BitmapUsed by:2597
Symbol 2601 BitmapUsed by:2597
Symbol 2597 GraphicUses:2598 2599 2600 2601Used by:Timeline
Symbol 2604 BitmapUsed by:2603
Symbol 2605 BitmapUsed by:2603
Symbol 2606 BitmapUsed by:2603
Symbol 2607 BitmapUsed by:2603
Symbol 2603 GraphicUses:2604 2605 2606 2607Used by:Timeline
Symbol 2610 BitmapUsed by:2609
Symbol 2611 BitmapUsed by:2609
Symbol 2609 GraphicUses:2610 1511 2611Used by:Timeline
Symbol 2614 BitmapUsed by:2613
Symbol 2615 BitmapUsed by:2613
Symbol 2616 BitmapUsed by:2613
Symbol 2613 GraphicUses:2614 2615 2616Used by:Timeline
Symbol 2619 BitmapUsed by:2618
Symbol 2620 BitmapUsed by:2618
Symbol 2621 BitmapUsed by:2618
Symbol 2618 GraphicUses:2619 2620 2621Used by:Timeline
Symbol 2624 BitmapUsed by:2623
Symbol 2625 BitmapUsed by:2623
Symbol 2626 BitmapUsed by:2623
Symbol 2627 BitmapUsed by:2623
Symbol 2623 GraphicUses:2624 2625 2626 2627Used by:Timeline
Symbol 2630 BitmapUsed by:2629
Symbol 2631 BitmapUsed by:2629
Symbol 2632 BitmapUsed by:2629
Symbol 2633 BitmapUsed by:2629
Symbol 2629 GraphicUses:2630 2631 2632 2633Used by:Timeline
Symbol 2636 BitmapUsed by:2635
Symbol 2637 BitmapUsed by:2635
Symbol 2638 BitmapUsed by:2635
Symbol 2639 BitmapUsed by:2635
Symbol 2635 GraphicUses:2636 2637 2638 2639Used by:Timeline
Symbol 2642 BitmapUsed by:2641
Symbol 2643 BitmapUsed by:2641
Symbol 2644 BitmapUsed by:2641
Symbol 2645 BitmapUsed by:2641
Symbol 2641 GraphicUses:2642 2643 2644 2645Used by:Timeline
Symbol 2648 BitmapUsed by:2647
Symbol 2649 BitmapUsed by:2647
Symbol 2650 BitmapUsed by:2647
Symbol 2651 BitmapUsed by:2647
Symbol 2647 GraphicUses:2648 2649 2650 2651Used by:Timeline
Symbol 2654 BitmapUsed by:2653
Symbol 2655 BitmapUsed by:2653
Symbol 2656 BitmapUsed by:2653
Symbol 2653 GraphicUses:2654 2655 2656Used by:Timeline
Symbol 2659 BitmapUsed by:2658
Symbol 2660 BitmapUsed by:2658
Symbol 2661 BitmapUsed by:2658
Symbol 2662 BitmapUsed by:2658
Symbol 2658 GraphicUses:2659 2660 2661 2662Used by:Timeline
Symbol 2665 BitmapUsed by:2664
Symbol 2666 BitmapUsed by:2664
Symbol 2667 BitmapUsed by:2664
Symbol 2668 BitmapUsed by:2664
Symbol 2664 GraphicUses:2665 2666 2667 2668Used by:Timeline
Symbol 2671 BitmapUsed by:2670
Symbol 2672 BitmapUsed by:2670
Symbol 2673 BitmapUsed by:2670
Symbol 2674 BitmapUsed by:2670
Symbol 2670 GraphicUses:2671 2672 2673 2674Used by:Timeline
Symbol 2677 BitmapUsed by:2676
Symbol 2678 BitmapUsed by:2676
Symbol 2679 BitmapUsed by:2676
Symbol 2680 BitmapUsed by:2676
Symbol 2676 GraphicUses:2677 2678 2679 2680Used by:Timeline
Symbol 2683 BitmapUsed by:2682
Symbol 2684 BitmapUsed by:2682
Symbol 2685 BitmapUsed by:2682
Symbol 2686 BitmapUsed by:2682
Symbol 2682 GraphicUses:2683 2684 2685 2686Used by:Timeline
Symbol 2689 BitmapUsed by:2688
Symbol 2690 BitmapUsed by:2688
Symbol 2691 BitmapUsed by:2688
Symbol 2692 BitmapUsed by:2688
Symbol 2688 GraphicUses:2689 2690 2691 2692Used by:Timeline
Symbol 2695 BitmapUsed by:2694
Symbol 2696 BitmapUsed by:2694
Symbol 2697 BitmapUsed by:2694
Symbol 2698 BitmapUsed by:2694
Symbol 2694 GraphicUses:2695 2696 2697 2698Used by:Timeline
Symbol 2701 BitmapUsed by:2700
Symbol 2702 BitmapUsed by:2700
Symbol 2703 BitmapUsed by:2700
Symbol 2704 BitmapUsed by:2700
Symbol 2700 GraphicUses:2701 2702 2703 2704Used by:Timeline
Symbol 2707 BitmapUsed by:2706
Symbol 2708 BitmapUsed by:2706
Symbol 2709 BitmapUsed by:2706
Symbol 2710 BitmapUsed by:2706
Symbol 2706 GraphicUses:2707 2708 2709 2710Used by:Timeline
Symbol 2713 BitmapUsed by:2712
Symbol 2714 BitmapUsed by:2712
Symbol 2715 BitmapUsed by:2712
Symbol 2716 BitmapUsed by:2712
Symbol 2712 GraphicUses:2713 2714 2715 2716Used by:Timeline
Symbol 2719 BitmapUsed by:2718
Symbol 2720 BitmapUsed by:2718
Symbol 2721 BitmapUsed by:2718
Symbol 2722 BitmapUsed by:2718
Symbol 2718 GraphicUses:2719 2720 2721 2722Used by:Timeline
Symbol 2725 BitmapUsed by:2724
Symbol 2726 BitmapUsed by:2724
Symbol 2724 GraphicUses:1534 2725 2726Used by:Timeline
Symbol 2729 BitmapUsed by:2728
Symbol 2730 BitmapUsed by:2728
Symbol 2731 BitmapUsed by:2728
Symbol 2732 BitmapUsed by:2728
Symbol 2728 GraphicUses:2729 2730 2731 2732Used by:Timeline
Symbol 2735 BitmapUsed by:2734
Symbol 2736 BitmapUsed by:2734
Symbol 2737 BitmapUsed by:2734
Symbol 2738 BitmapUsed by:2734
Symbol 2734 GraphicUses:2735 2736 2737 2738Used by:Timeline
Symbol 2741 BitmapUsed by:2740
Symbol 2742 BitmapUsed by:2740
Symbol 2743 BitmapUsed by:2740
Symbol 2744 BitmapUsed by:2740
Symbol 2740 GraphicUses:2741 2742 2743 2744Used by:Timeline
Symbol 2747 BitmapUsed by:2746
Symbol 2748 BitmapUsed by:2746
Symbol 2749 BitmapUsed by:2746
Symbol 2750 BitmapUsed by:2746
Symbol 2746 GraphicUses:2747 2748 2749 2750Used by:Timeline
Symbol 2753 BitmapUsed by:2752
Symbol 2754 BitmapUsed by:2752
Symbol 2755 BitmapUsed by:2752
Symbol 2756 BitmapUsed by:2752
Symbol 2752 GraphicUses:2753 2754 2755 2756Used by:Timeline
Symbol 2759 BitmapUsed by:2758
Symbol 2760 BitmapUsed by:2758
Symbol 2761 BitmapUsed by:2758
Symbol 2762 BitmapUsed by:2758
Symbol 2758 GraphicUses:2759 2760 2761 2762Used by:Timeline
Symbol 2765 BitmapUsed by:2764
Symbol 2766 BitmapUsed by:2764
Symbol 2767 BitmapUsed by:2764
Symbol 2764 GraphicUses:2765 2766 2767Used by:Timeline
Symbol 2770 BitmapUsed by:2769
Symbol 2771 BitmapUsed by:2769
Symbol 2772 BitmapUsed by:2769
Symbol 2773 BitmapUsed by:2769
Symbol 2769 GraphicUses:2770 2771 2772 2773Used by:Timeline
Symbol 2776 BitmapUsed by:2775
Symbol 2777 BitmapUsed by:2775
Symbol 2778 BitmapUsed by:2775
Symbol 2775 GraphicUses:2776 2777 2778Used by:Timeline
Symbol 2781 BitmapUsed by:2780
Symbol 2782 BitmapUsed by:2780
Symbol 2780 GraphicUses:1554 2781 2782Used by:Timeline
Symbol 2785 BitmapUsed by:2784
Symbol 2786 BitmapUsed by:2784
Symbol 2787 BitmapUsed by:2784
Symbol 2788 BitmapUsed by:2784
Symbol 2784 GraphicUses:2785 2786 2787 2788Used by:Timeline
Symbol 2791 BitmapUsed by:2790
Symbol 2792 BitmapUsed by:2790
Symbol 2793 BitmapUsed by:2790
Symbol 2794 BitmapUsed by:2790
Symbol 2790 GraphicUses:2791 2792 2793 2794Used by:Timeline
Symbol 2797 BitmapUsed by:2796
Symbol 2798 BitmapUsed by:2796
Symbol 2799 BitmapUsed by:2796
Symbol 2800 BitmapUsed by:2796
Symbol 2796 GraphicUses:2797 2798 2799 2800Used by:Timeline
Symbol 2803 BitmapUsed by:2802
Symbol 2804 BitmapUsed by:2802
Symbol 2805 BitmapUsed by:2802
Symbol 2806 BitmapUsed by:2802
Symbol 2802 GraphicUses:2803 2804 2805 2806Used by:Timeline
Symbol 2809 BitmapUsed by:2808
Symbol 2810 BitmapUsed by:2808
Symbol 2811 BitmapUsed by:2808
Symbol 2812 BitmapUsed by:2808
Symbol 2808 GraphicUses:2809 2810 2811 2812Used by:Timeline
Symbol 2815 BitmapUsed by:2814
Symbol 2816 BitmapUsed by:2814
Symbol 2817 BitmapUsed by:2814
Symbol 2818 BitmapUsed by:2814
Symbol 2814 GraphicUses:2815 2816 2817 2818Used by:Timeline
Symbol 2821 BitmapUsed by:2820
Symbol 2822 BitmapUsed by:2820
Symbol 2823 BitmapUsed by:2820
Symbol 2820 GraphicUses:2821 2822 2823Used by:Timeline
Symbol 2826 BitmapUsed by:2825
Symbol 2827 BitmapUsed by:2825
Symbol 2828 BitmapUsed by:2825
Symbol 2829 BitmapUsed by:2825
Symbol 2825 GraphicUses:2826 2827 2828 2829Used by:Timeline
Symbol 2832 BitmapUsed by:2831
Symbol 2833 BitmapUsed by:2831
Symbol 2834 BitmapUsed by:2831
Symbol 2835 BitmapUsed by:2831
Symbol 2831 GraphicUses:2832 2833 2834 2835Used by:Timeline
Symbol 2838 BitmapUsed by:2837
Symbol 2839 BitmapUsed by:2837
Symbol 2840 BitmapUsed by:2837
Symbol 2837 GraphicUses:2838 2839 2840Used by:Timeline
Symbol 2843 BitmapUsed by:2842
Symbol 2844 BitmapUsed by:2842
Symbol 2845 BitmapUsed by:2842
Symbol 2846 BitmapUsed by:2842
Symbol 2842 GraphicUses:2843 2844 2845 2846Used by:Timeline
Symbol 2849 BitmapUsed by:2848
Symbol 2850 BitmapUsed by:2848
Symbol 2851 BitmapUsed by:2848
Symbol 2852 BitmapUsed by:2848
Symbol 2848 GraphicUses:2849 2850 2851 2852Used by:Timeline
Symbol 2855 BitmapUsed by:2854
Symbol 2856 BitmapUsed by:2854
Symbol 2857 BitmapUsed by:2854
Symbol 2858 BitmapUsed by:2854
Symbol 2854 GraphicUses:2855 2856 2857 2858Used by:Timeline
Symbol 2861 BitmapUsed by:2860
Symbol 2862 BitmapUsed by:2860
Symbol 2863 BitmapUsed by:2860
Symbol 2860 GraphicUses:2861 2862 2863Used by:Timeline
Symbol 2866 BitmapUsed by:2865
Symbol 2867 BitmapUsed by:2865
Symbol 2868 BitmapUsed by:2865
Symbol 2869 BitmapUsed by:2865
Symbol 2865 GraphicUses:2866 2867 2868 2869Used by:Timeline
Symbol 2872 BitmapUsed by:2871
Symbol 2873 BitmapUsed by:2871
Symbol 2874 BitmapUsed by:2871
Symbol 2871 GraphicUses:2872 2873 2874Used by:Timeline
Symbol 2877 BitmapUsed by:2876
Symbol 2878 BitmapUsed by:2876
Symbol 2879 BitmapUsed by:2876
Symbol 2880 BitmapUsed by:2876
Symbol 2876 GraphicUses:2877 2878 2879 2880Used by:Timeline
Symbol 2883 BitmapUsed by:2882
Symbol 2884 BitmapUsed by:2882
Symbol 2885 BitmapUsed by:2882
Symbol 2882 GraphicUses:2883 2884 2885Used by:Timeline
Symbol 2888 BitmapUsed by:2887
Symbol 2889 BitmapUsed by:2887
Symbol 2890 BitmapUsed by:2887
Symbol 2891 BitmapUsed by:2887
Symbol 2887 GraphicUses:2888 2889 2890 2891Used by:Timeline
Symbol 2894 BitmapUsed by:2893
Symbol 2895 BitmapUsed by:2893
Symbol 2893 GraphicUses:2894 2895Used by:Timeline
Symbol 2898 BitmapUsed by:2897
Symbol 2899 BitmapUsed by:2897
Symbol 2900 BitmapUsed by:2897
Symbol 2901 BitmapUsed by:2897
Symbol 2897 GraphicUses:2898 2899 2900 2901Used by:Timeline
Symbol 2904 BitmapUsed by:2903
Symbol 2905 BitmapUsed by:2903
Symbol 2906 BitmapUsed by:2903
Symbol 2907 BitmapUsed by:2903
Symbol 2903 GraphicUses:2904 2905 2906 2907Used by:Timeline
Symbol 2910 BitmapUsed by:2909
Symbol 2911 BitmapUsed by:2909
Symbol 2912 BitmapUsed by:2909
Symbol 2913 BitmapUsed by:2909
Symbol 2909 GraphicUses:2910 2911 2912 2913Used by:Timeline
Symbol 2916 BitmapUsed by:2915
Symbol 2917 BitmapUsed by:2915
Symbol 2918 BitmapUsed by:2915
Symbol 2919 BitmapUsed by:2915
Symbol 2915 GraphicUses:2916 2917 2918 2919Used by:Timeline
Symbol 2922 BitmapUsed by:2921
Symbol 2923 BitmapUsed by:2921
Symbol 2924 BitmapUsed by:2921
Symbol 2925 BitmapUsed by:2921
Symbol 2921 GraphicUses:2922 2923 2924 2925Used by:Timeline
Symbol 2928 BitmapUsed by:2927
Symbol 2929 BitmapUsed by:2927
Symbol 2930 BitmapUsed by:2927
Symbol 2931 BitmapUsed by:2927
Symbol 2927 GraphicUses:2928 2929 2930 2931Used by:Timeline
Symbol 2934 BitmapUsed by:2933
Symbol 2935 BitmapUsed by:2933
Symbol 2936 BitmapUsed by:2933
Symbol 2937 BitmapUsed by:2933
Symbol 2933 GraphicUses:2934 2935 2936 2937Used by:Timeline
Symbol 2940 BitmapUsed by:2939
Symbol 2941 BitmapUsed by:2939
Symbol 2942 BitmapUsed by:2939
Symbol 2939 GraphicUses:2940 2941 2942Used by:Timeline
Symbol 2945 BitmapUsed by:2944
Symbol 2946 BitmapUsed by:2944
Symbol 2947 BitmapUsed by:2944
Symbol 2948 BitmapUsed by:2944
Symbol 2944 GraphicUses:2945 2946 2947 2948Used by:Timeline
Symbol 2951 BitmapUsed by:2950
Symbol 2952 BitmapUsed by:2950
Symbol 2953 BitmapUsed by:2950
Symbol 2954 BitmapUsed by:2950
Symbol 2950 GraphicUses:2951 2952 2953 2954Used by:Timeline
Symbol 2957 BitmapUsed by:2956
Symbol 2958 BitmapUsed by:2956
Symbol 2959 BitmapUsed by:2956
Symbol 2960 BitmapUsed by:2956
Symbol 2956 GraphicUses:2957 2958 2959 2960Used by:Timeline
Symbol 2963 BitmapUsed by:2962
Symbol 2964 BitmapUsed by:2962
Symbol 2965 BitmapUsed by:2962
Symbol 2966 BitmapUsed by:2962
Symbol 2962 GraphicUses:2963 2964 2965 2966Used by:Timeline
Symbol 2969 BitmapUsed by:2968
Symbol 2970 BitmapUsed by:2968
Symbol 2971 BitmapUsed by:2968
Symbol 2972 BitmapUsed by:2968
Symbol 2968 GraphicUses:2969 2970 2971 2972Used by:Timeline
Symbol 2975 BitmapUsed by:2974
Symbol 2974 GraphicUses:2975Used by:Timeline
Symbol 2978 BitmapUsed by:2977
Symbol 2979 BitmapUsed by:2977
Symbol 2980 BitmapUsed by:2977
Symbol 2981 BitmapUsed by:2977
Symbol 2977 GraphicUses:2978 2979 2980 2981Used by:Timeline
Symbol 2984 BitmapUsed by:2983
Symbol 2985 BitmapUsed by:2983
Symbol 2986 BitmapUsed by:2983
Symbol 2987 BitmapUsed by:2983
Symbol 2983 GraphicUses:2984 2985 2986 2987Used by:Timeline
Symbol 2990 BitmapUsed by:2989
Symbol 2991 BitmapUsed by:2989
Symbol 2992 BitmapUsed by:2989
Symbol 2993 BitmapUsed by:2989
Symbol 2989 GraphicUses:2990 2991 2992 2993Used by:Timeline
Symbol 2996 BitmapUsed by:2995
Symbol 2997 BitmapUsed by:2995
Symbol 2998 BitmapUsed by:2995
Symbol 2999 BitmapUsed by:2995
Symbol 2995 GraphicUses:2996 2997 2998 2999Used by:Timeline
Symbol 3002 BitmapUsed by:3001
Symbol 3003 BitmapUsed by:3001
Symbol 3004 BitmapUsed by:3001
Symbol 3005 BitmapUsed by:3001
Symbol 3001 GraphicUses:3002 3003 3004 3005Used by:Timeline
Symbol 3008 BitmapUsed by:3007
Symbol 3009 BitmapUsed by:3007
Symbol 3007 GraphicUses:1776 3008 3009Used by:Timeline
Symbol 3012 BitmapUsed by:3011
Symbol 3013 BitmapUsed by:3011
Symbol 3014 BitmapUsed by:3011
Symbol 3015 BitmapUsed by:3011
Symbol 3011 GraphicUses:3012 3013 3014 3015Used by:Timeline
Symbol 3018 BitmapUsed by:3017
Symbol 3019 BitmapUsed by:3017
Symbol 3020 BitmapUsed by:3017
Symbol 3021 BitmapUsed by:3017
Symbol 3017 GraphicUses:3018 3019 3020 3021Used by:Timeline
Symbol 3024 BitmapUsed by:3023
Symbol 3025 BitmapUsed by:3023
Symbol 3026 BitmapUsed by:3023
Symbol 3027 BitmapUsed by:3023
Symbol 3023 GraphicUses:3024 3025 3026 3027Used by:Timeline
Symbol 3030 BitmapUsed by:3029
Symbol 3031 BitmapUsed by:3029
Symbol 3032 BitmapUsed by:3029
Symbol 3033 BitmapUsed by:3029
Symbol 3029 GraphicUses:3030 3031 3032 3033Used by:Timeline
Symbol 3036 BitmapUsed by:3035
Symbol 3037 BitmapUsed by:3035
Symbol 3038 BitmapUsed by:3035
Symbol 3039 BitmapUsed by:3035
Symbol 3035 GraphicUses:3036 3037 3038 3039Used by:Timeline
Symbol 3042 BitmapUsed by:3041
Symbol 3043 BitmapUsed by:3041
Symbol 3044 BitmapUsed by:3041
Symbol 3045 BitmapUsed by:3041
Symbol 3041 GraphicUses:3042 3043 3044 3045Used by:Timeline
Symbol 3048 BitmapUsed by:3047
Symbol 3047 GraphicUses:3048Used by:Timeline
Symbol 3051 BitmapUsed by:3050
Symbol 3050 GraphicUses:3051Used by:Timeline
Symbol 3054 BitmapUsed by:3053
Symbol 3053 GraphicUses:3054Used by:Timeline
Symbol 3057 BitmapUsed by:3056
Symbol 3058 BitmapUsed by:3056
Symbol 3056 GraphicUses:1788 3057 3058Used by:Timeline
Symbol 3061 BitmapUsed by:3060
Symbol 3060 GraphicUses:3061Used by:Timeline
Symbol 3064 BitmapUsed by:3063
Symbol 3063 GraphicUses:3064Used by:Timeline
Symbol 3067 BitmapUsed by:3066
Symbol 3068 BitmapUsed by:3066
Symbol 3069 BitmapUsed by:3066
Symbol 3070 BitmapUsed by:3066
Symbol 3066 GraphicUses:3067 3068 3069 3070Used by:Timeline
Symbol 3073 BitmapUsed by:3072
Symbol 3074 BitmapUsed by:3072
Symbol 3075 BitmapUsed by:3072
Symbol 3076 BitmapUsed by:3072
Symbol 3072 GraphicUses:3073 3074 3075 3076Used by:Timeline
Symbol 3079 BitmapUsed by:3078
Symbol 3080 BitmapUsed by:3078
Symbol 3081 BitmapUsed by:3078
Symbol 3078 GraphicUses:3079 3080 3081Used by:Timeline
Symbol 3084 BitmapUsed by:3083
Symbol 3085 BitmapUsed by:3083
Symbol 3086 BitmapUsed by:3083
Symbol 3087 BitmapUsed by:3083
Symbol 3083 GraphicUses:3084 3085 3086 3087Used by:Timeline
Symbol 3090 BitmapUsed by:3089
Symbol 3091 BitmapUsed by:3089
Symbol 3092 BitmapUsed by:3089
Symbol 3093 BitmapUsed by:3089
Symbol 3089 GraphicUses:3090 3091 3092 3093Used by:Timeline
Symbol 3096 BitmapUsed by:3095
Symbol 3097 BitmapUsed by:3095
Symbol 3098 BitmapUsed by:3095
Symbol 3095 GraphicUses:3096 3097 3098Used by:Timeline
Symbol 3101 BitmapUsed by:3100
Symbol 3102 BitmapUsed by:3100
Symbol 3103 BitmapUsed by:3100
Symbol 3104 BitmapUsed by:3100
Symbol 3100 GraphicUses:3101 3102 3103 3104Used by:Timeline
Symbol 3107 BitmapUsed by:3106
Symbol 3106 GraphicUses:1800 3107Used by:Timeline
Symbol 3110 BitmapUsed by:3109
Symbol 3111 BitmapUsed by:3109
Symbol 3112 BitmapUsed by:3109
Symbol 3113 BitmapUsed by:3109
Symbol 3109 GraphicUses:3110 3111 3112 3113Used by:Timeline
Symbol 3116 BitmapUsed by:3115
Symbol 3117 BitmapUsed by:3115
Symbol 3118 BitmapUsed by:3115
Symbol 3119 BitmapUsed by:3115
Symbol 3115 GraphicUses:3116 3117 3118 3119Used by:Timeline
Symbol 3122 BitmapUsed by:3121
Symbol 3121 GraphicUses:3122Used by:Timeline
Symbol 3125 BitmapUsed by:3124
Symbol 3124 GraphicUses:3125Used by:Timeline
Symbol 3128 BitmapUsed by:3127
Symbol 3129 BitmapUsed by:3127
Symbol 3130 BitmapUsed by:3127
Symbol 3131 BitmapUsed by:3127
Symbol 3127 GraphicUses:3128 3129 3130 3131Used by:Timeline
Symbol 3134 BitmapUsed by:3133
Symbol 3135 BitmapUsed by:3133
Symbol 3136 BitmapUsed by:3133
Symbol 3133 GraphicUses:3134 3135 3136Used by:Timeline
Symbol 3139 BitmapUsed by:3138
Symbol 3140 BitmapUsed by:3138
Symbol 3141 BitmapUsed by:3138
Symbol 3138 GraphicUses:3139 3140 3141Used by:Timeline
Symbol 3144 BitmapUsed by:3143
Symbol 3145 BitmapUsed by:3143
Symbol 3146 BitmapUsed by:3143
Symbol 3147 BitmapUsed by:3143
Symbol 3143 GraphicUses:3144 3145 3146 3147Used by:Timeline
Symbol 3150 BitmapUsed by:3149
Symbol 3151 BitmapUsed by:3149
Symbol 3152 BitmapUsed by:3149
Symbol 3153 BitmapUsed by:3149
Symbol 3149 GraphicUses:3150 3151 3152 3153Used by:Timeline
Symbol 3156 BitmapUsed by:3155
Symbol 3157 BitmapUsed by:3155
Symbol 3155 GraphicUses:1511 3156 3157Used by:Timeline
Symbol 3160 BitmapUsed by:3159
Symbol 3159 GraphicUses:3160Used by:Timeline
Symbol 3163 BitmapUsed by:3162
Symbol 3162 GraphicUses:3163Used by:Timeline
Symbol 3166 BitmapUsed by:3165
Symbol 3165 GraphicUses:3166Used by:Timeline
Symbol 3169 BitmapUsed by:3168
Symbol 3168 GraphicUses:3169Used by:Timeline
Symbol 3172 BitmapUsed by:3171
Symbol 3173 BitmapUsed by:3171
Symbol 3174 BitmapUsed by:3171
Symbol 3175 BitmapUsed by:3171
Symbol 3171 GraphicUses:3172 3173 3174 3175Used by:Timeline
Symbol 3178 BitmapUsed by:3177
Symbol 3179 BitmapUsed by:3177
Symbol 3180 BitmapUsed by:3177
Symbol 3181 BitmapUsed by:3177
Symbol 3177 GraphicUses:3178 3179 3180 3181Used by:Timeline
Symbol 3184 BitmapUsed by:3183
Symbol 3183 GraphicUses:3184Used by:Timeline
Symbol 3187 BitmapUsed by:3186
Symbol 3186 GraphicUses:3187Used by:Timeline
Symbol 3190 BitmapUsed by:3189
Symbol 3191 BitmapUsed by:3189
Symbol 3192 BitmapUsed by:3189
Symbol 3193 BitmapUsed by:3189
Symbol 3189 GraphicUses:3190 3191 3192 3193Used by:Timeline
Symbol 3196 BitmapUsed by:3195 4720
Symbol 3197 BitmapUsed by:3195
Symbol 3198 BitmapUsed by:3195
Symbol 3195 GraphicUses:3196 3197 3198Used by:Timeline
Symbol 3201 BitmapUsed by:3200
Symbol 3202 BitmapUsed by:3200
Symbol 3203 BitmapUsed by:3200
Symbol 3204 BitmapUsed by:3200
Symbol 3200 GraphicUses:3201 3202 3203 3204Used by:Timeline
Symbol 3207 BitmapUsed by:3206
Symbol 3208 BitmapUsed by:3206
Symbol 3209 BitmapUsed by:3206
Symbol 3210 BitmapUsed by:3206
Symbol 3206 GraphicUses:3207 3208 3209 3210Used by:Timeline
Symbol 3213 BitmapUsed by:3212
Symbol 3214 BitmapUsed by:3212
Symbol 3215 BitmapUsed by:3212
Symbol 3212 GraphicUses:3213 3214 3215Used by:Timeline
Symbol 3218 BitmapUsed by:3217
Symbol 3219 BitmapUsed by:3217
Symbol 3220 BitmapUsed by:3217
Symbol 3221 BitmapUsed by:3217
Symbol 3217 GraphicUses:3218 3219 3220 3221Used by:Timeline
Symbol 3224 BitmapUsed by:3223
Symbol 3225 BitmapUsed by:3223
Symbol 3226 BitmapUsed by:3223
Symbol 3223 GraphicUses:3224 3225 3226Used by:Timeline
Symbol 3229 BitmapUsed by:3228
Symbol 3230 BitmapUsed by:3228
Symbol 3231 BitmapUsed by:3228
Symbol 3232 BitmapUsed by:3228
Symbol 3228 GraphicUses:3229 3230 3231 3232Used by:Timeline
Symbol 3235 BitmapUsed by:3234
Symbol 3236 BitmapUsed by:3234
Symbol 3237 BitmapUsed by:3234
Symbol 3238 BitmapUsed by:3234
Symbol 3234 GraphicUses:3235 3236 3237 3238Used by:Timeline
Symbol 3241 BitmapUsed by:3240
Symbol 3242 BitmapUsed by:3240
Symbol 3243 BitmapUsed by:3240
Symbol 3244 BitmapUsed by:3240
Symbol 3240 GraphicUses:3241 3242 3243 3244Used by:Timeline
Symbol 3247 BitmapUsed by:3246
Symbol 3248 BitmapUsed by:3246
Symbol 3249 BitmapUsed by:3246
Symbol 3250 BitmapUsed by:3246
Symbol 3246 GraphicUses:3247 3248 3249 3250Used by:Timeline
Symbol 3253 BitmapUsed by:3252
Symbol 3254 BitmapUsed by:3252
Symbol 3252 GraphicUses:1534 3253 3254Used by:Timeline
Symbol 3257 BitmapUsed by:3256
Symbol 3258 BitmapUsed by:3256
Symbol 3259 BitmapUsed by:3256
Symbol 3256 GraphicUses:3257 3258 3259Used by:Timeline
Symbol 3262 BitmapUsed by:3261
Symbol 3261 GraphicUses:3262Used by:Timeline
Symbol 3265 BitmapUsed by:3264
Symbol 3264 GraphicUses:3265Used by:Timeline
Symbol 3268 BitmapUsed by:3267
Symbol 3267 GraphicUses:3268Used by:Timeline
Symbol 3271 BitmapUsed by:3270
Symbol 3270 GraphicUses:3271Used by:Timeline
Symbol 3277 GraphicUses:1554Used by:Timeline
Symbol 3280 BitmapUsed by:3279
Symbol 3279 GraphicUses:3280Used by:Timeline
Symbol 3283 BitmapUsed by:3282
Symbol 3282 GraphicUses:3283Used by:Timeline
Symbol 3286 BitmapUsed by:3285
Symbol 3285 GraphicUses:3286Used by:Timeline
Symbol 3293 BitmapUsed by:3292
Symbol 3294 BitmapUsed by:3292
Symbol 3295 BitmapUsed by:3292
Symbol 3296 BitmapUsed by:3292
Symbol 3292 GraphicUses:3293 3294 3295 3296Used by:Timeline
Symbol 3299 BitmapUsed by:3298
Symbol 3298 GraphicUses:3299Used by:Timeline
Symbol 3302 BitmapUsed by:3301
Symbol 3303 BitmapUsed by:3301
Symbol 3301 GraphicUses:3302 3303Used by:Timeline
Symbol 3311 BitmapUsed by:3310
Symbol 3310 GraphicUses:3311Used by:Timeline
Symbol 3314 BitmapUsed by:3313
Symbol 3315 BitmapUsed by:3313
Symbol 3316 BitmapUsed by:3313
Symbol 3317 BitmapUsed by:3313
Symbol 3313 GraphicUses:3314 3315 3316 3317Used by:Timeline
Symbol 3320 BitmapUsed by:3319
Symbol 3321 BitmapUsed by:3319
Symbol 3322 BitmapUsed by:3319
Symbol 3323 BitmapUsed by:3319
Symbol 3319 GraphicUses:3320 3321 3322 3323Used by:Timeline
Symbol 3326 BitmapUsed by:3325
Symbol 3327 BitmapUsed by:3325
Symbol 3328 BitmapUsed by:3325
Symbol 3329 BitmapUsed by:3325
Symbol 3325 GraphicUses:3326 3327 3328 3329Used by:Timeline
Symbol 3332 BitmapUsed by:3331
Symbol 3333 BitmapUsed by:3331
Symbol 3334 BitmapUsed by:3331
Symbol 3335 BitmapUsed by:3331
Symbol 3331 GraphicUses:3332 3333 3334 3335Used by:Timeline
Symbol 3338 BitmapUsed by:3337
Symbol 3339 BitmapUsed by:3337
Symbol 3340 BitmapUsed by:3337
Symbol 3337 GraphicUses:3338 3339 3340Used by:Timeline
Symbol 3343 BitmapUsed by:3342
Symbol 3344 BitmapUsed by:3342
Symbol 3345 BitmapUsed by:3342
Symbol 3346 BitmapUsed by:3342
Symbol 3342 GraphicUses:3343 3344 3345 3346Used by:Timeline
Symbol 3349 BitmapUsed by:3348
Symbol 3350 BitmapUsed by:3348
Symbol 3351 BitmapUsed by:3348
Symbol 3348 GraphicUses:3349 3350 3351Used by:Timeline
Symbol 3354 BitmapUsed by:3353
Symbol 3355 BitmapUsed by:3353
Symbol 3356 BitmapUsed by:3353
Symbol 3353 GraphicUses:3354 3355 3356Used by:Timeline
Symbol 3359 BitmapUsed by:3358
Symbol 3360 BitmapUsed by:3358
Symbol 3361 BitmapUsed by:3358
Symbol 3362 BitmapUsed by:3358
Symbol 3358 GraphicUses:3359 3360 3361 3362Used by:Timeline
Symbol 3365 BitmapUsed by:3364
Symbol 3366 BitmapUsed by:3364
Symbol 3367 BitmapUsed by:3364
Symbol 3368 BitmapUsed by:3364
Symbol 3364 GraphicUses:3365 3366 3367 3368Used by:Timeline
Symbol 3371 BitmapUsed by:3370
Symbol 3372 BitmapUsed by:3370
Symbol 3373 BitmapUsed by:3370
Symbol 3374 BitmapUsed by:3370
Symbol 3370 GraphicUses:3371 3372 3373 3374Used by:Timeline
Symbol 3377 BitmapUsed by:3376
Symbol 3378 BitmapUsed by:3376
Symbol 3379 BitmapUsed by:3376
Symbol 3380 BitmapUsed by:3376
Symbol 3376 GraphicUses:3377 3378 3379 3380Used by:Timeline
Symbol 3383 BitmapUsed by:3382
Symbol 3384 BitmapUsed by:3382
Symbol 3385 BitmapUsed by:3382
Symbol 3382 GraphicUses:3383 3384 3385Used by:Timeline
Symbol 3388 BitmapUsed by:3387
Symbol 3389 BitmapUsed by:3387
Symbol 3390 BitmapUsed by:3387
Symbol 3391 BitmapUsed by:3387
Symbol 3387 GraphicUses:3388 3389 3390 3391Used by:Timeline
Symbol 3394 BitmapUsed by:3393
Symbol 3395 BitmapUsed by:3393
Symbol 3396 BitmapUsed by:3393
Symbol 3397 BitmapUsed by:3393
Symbol 3393 GraphicUses:3394 3395 3396 3397Used by:Timeline
Symbol 3400 BitmapUsed by:3399
Symbol 3401 BitmapUsed by:3399
Symbol 3402 BitmapUsed by:3399
Symbol 3403 BitmapUsed by:3399
Symbol 3399 GraphicUses:3400 3401 3402 3403Used by:Timeline
Symbol 3406 BitmapUsed by:3405
Symbol 3405 GraphicUses:3406Used by:Timeline
Symbol 3409 BitmapUsed by:3408
Symbol 3408 GraphicUses:3409Used by:Timeline
Symbol 3412 BitmapUsed by:3411
Symbol 3413 BitmapUsed by:3411
Symbol 3414 BitmapUsed by:3411
Symbol 3415 BitmapUsed by:3411
Symbol 3411 GraphicUses:3412 3413 3414 3415Used by:Timeline
Symbol 3418 BitmapUsed by:3417
Symbol 3419 BitmapUsed by:3417
Symbol 3420 BitmapUsed by:3417
Symbol 3421 BitmapUsed by:3417
Symbol 3417 GraphicUses:3418 3419 3420 3421Used by:Timeline
Symbol 3424 BitmapUsed by:3423
Symbol 3425 BitmapUsed by:3423
Symbol 3426 BitmapUsed by:3423
Symbol 3427 BitmapUsed by:3423
Symbol 3423 GraphicUses:3424 3425 3426 3427Used by:Timeline
Symbol 3430 BitmapUsed by:3429
Symbol 3431 BitmapUsed by:3429
Symbol 3432 BitmapUsed by:3429
Symbol 3429 GraphicUses:3430 3431 3432Used by:Timeline
Symbol 3435 BitmapUsed by:3434
Symbol 3434 GraphicUses:3435Used by:Timeline
Symbol 3438 BitmapUsed by:3437
Symbol 3439 BitmapUsed by:3437
Symbol 3440 BitmapUsed by:3437
Symbol 3441 BitmapUsed by:3437
Symbol 3437 GraphicUses:3438 3439 3440 3441Used by:Timeline
Symbol 3444 BitmapUsed by:3443
Symbol 3445 BitmapUsed by:3443
Symbol 3446 BitmapUsed by:3443
Symbol 3447 BitmapUsed by:3443
Symbol 3443 GraphicUses:3444 3445 3446 3447Used by:Timeline
Symbol 3450 BitmapUsed by:3449
Symbol 3451 BitmapUsed by:3449
Symbol 3452 BitmapUsed by:3449
Symbol 3449 GraphicUses:3450 3451 3452Used by:Timeline
Symbol 3455 BitmapUsed by:3454
Symbol 3456 BitmapUsed by:3454
Symbol 3457 BitmapUsed by:3454
Symbol 3458 BitmapUsed by:3454
Symbol 3454 GraphicUses:3455 3456 3457 3458Used by:Timeline
Symbol 3461 BitmapUsed by:3460
Symbol 3462 BitmapUsed by:3460
Symbol 3463 BitmapUsed by:3460
Symbol 3464 BitmapUsed by:3460
Symbol 3460 GraphicUses:3461 3462 3463 3464Used by:Timeline
Symbol 3467 BitmapUsed by:3466
Symbol 3466 GraphicUses:3467Used by:Timeline
Symbol 3470 BitmapUsed by:3469
Symbol 3469 GraphicUses:3470Used by:Timeline
Symbol 3473 BitmapUsed by:3472
Symbol 3472 GraphicUses:3473Used by:Timeline
Symbol 3476 BitmapUsed by:3475
Symbol 3475 GraphicUses:3476Used by:Timeline
Symbol 3479 BitmapUsed by:3478
Symbol 3480 BitmapUsed by:3478
Symbol 3481 BitmapUsed by:3478
Symbol 3482 BitmapUsed by:3478
Symbol 3478 GraphicUses:3479 3480 3481 3482Used by:Timeline
Symbol 3485 BitmapUsed by:3484
Symbol 3484 GraphicUses:1788 3485Used by:Timeline
Symbol 3488 BitmapUsed by:3487
Symbol 3487 GraphicUses:3488Used by:Timeline
Symbol 3491 BitmapUsed by:3490
Symbol 3490 GraphicUses:3491Used by:Timeline
Symbol 3494 BitmapUsed by:3493
Symbol 3495 BitmapUsed by:3493
Symbol 3496 BitmapUsed by:3493
Symbol 3497 BitmapUsed by:3493
Symbol 3493 GraphicUses:3494 3495 3496 3497Used by:Timeline
Symbol 3500 BitmapUsed by:3499
Symbol 3501 BitmapUsed by:3499
Symbol 3502 BitmapUsed by:3499
Symbol 3503 BitmapUsed by:3499
Symbol 3499 GraphicUses:3500 3501 3502 3503Used by:Timeline
Symbol 3506 BitmapUsed by:3505
Symbol 3505 GraphicUses:3506Used by:Timeline
Symbol 3509 BitmapUsed by:3508
Symbol 3510 BitmapUsed by:3508
Symbol 3511 BitmapUsed by:3508
Symbol 3512 BitmapUsed by:3508
Symbol 3508 GraphicUses:3509 3510 3511 3512Used by:Timeline
Symbol 3515 BitmapUsed by:3514
Symbol 3514 GraphicUses:3515Used by:Timeline
Symbol 3518 BitmapUsed by:3517
Symbol 3517 GraphicUses:3518Used by:Timeline
Symbol 3521 BitmapUsed by:3520
Symbol 3520 GraphicUses:3521Used by:Timeline
Symbol 3524 BitmapUsed by:3523
Symbol 3525 BitmapUsed by:3523
Symbol 3523 GraphicUses:1800 3524 3525Used by:Timeline
Symbol 3528 BitmapUsed by:3527
Symbol 3527 GraphicUses:3528Used by:Timeline
Symbol 3531 BitmapUsed by:3530
Symbol 3530 GraphicUses:3531Used by:Timeline
Symbol 3534 BitmapUsed by:3533
Symbol 3533 GraphicUses:3534Used by:Timeline
Symbol 3537 BitmapUsed by:3536
Symbol 3538 BitmapUsed by:3536
Symbol 3539 BitmapUsed by:3536
Symbol 3540 BitmapUsed by:3536
Symbol 3536 GraphicUses:3537 3538 3539 3540Used by:Timeline
Symbol 3543 BitmapUsed by:3542
Symbol 3544 BitmapUsed by:3542
Symbol 3545 BitmapUsed by:3542
Symbol 3546 BitmapUsed by:3542
Symbol 3542 GraphicUses:3543 3544 3545 3546Used by:Timeline
Symbol 3549 BitmapUsed by:3548
Symbol 3548 GraphicUses:3549Used by:Timeline
Symbol 3552 BitmapUsed by:3551
Symbol 3551 GraphicUses:3552Used by:Timeline
Symbol 3555 BitmapUsed by:3554
Symbol 3554 GraphicUses:3555Used by:Timeline
Symbol 3558 BitmapUsed by:3557
Symbol 3557 GraphicUses:3558Used by:Timeline
Symbol 3561 BitmapUsed by:3560
Symbol 3562 BitmapUsed by:3560
Symbol 3560 GraphicUses:1511 3561 3562Used by:Timeline
Symbol 3565 BitmapUsed by:3564
Symbol 3564 GraphicUses:3565Used by:Timeline
Symbol 3568 BitmapUsed by:3567
Symbol 3567 GraphicUses:3568Used by:Timeline
Symbol 3571 BitmapUsed by:3570
Symbol 3570 GraphicUses:3571Used by:Timeline
Symbol 3574 BitmapUsed by:3573
Symbol 3573 GraphicUses:3574Used by:Timeline
Symbol 3577 BitmapUsed by:3576
Symbol 3576 GraphicUses:3577Used by:Timeline
Symbol 3580 BitmapUsed by:3579
Symbol 3579 GraphicUses:3580Used by:Timeline
Symbol 3583 BitmapUsed by:3582
Symbol 3582 GraphicUses:3583Used by:Timeline
Symbol 3586 BitmapUsed by:3585
Symbol 3585 GraphicUses:3586Used by:Timeline
Symbol 3589 BitmapUsed by:3588
Symbol 3588 GraphicUses:3589Used by:Timeline
Symbol 3592 BitmapUsed by:3591 4871 6157
Symbol 3593 BitmapUsed by:3591
Symbol 3594 BitmapUsed by:3591
Symbol 3591 GraphicUses:3592 3593 3594Used by:Timeline
Symbol 3597 BitmapUsed by:3596
Symbol 3598 BitmapUsed by:3596
Symbol 3599 BitmapUsed by:3596
Symbol 3600 BitmapUsed by:3596
Symbol 3596 GraphicUses:3597 3598 3599 3600Used by:Timeline
Symbol 3603 BitmapUsed by:3602
Symbol 3602 GraphicUses:3603Used by:Timeline
Symbol 3606 BitmapUsed by:3605
Symbol 3605 GraphicUses:3606Used by:Timeline
Symbol 3609 BitmapUsed by:3608
Symbol 3608 GraphicUses:3609Used by:Timeline
Symbol 3612 BitmapUsed by:3611
Symbol 3611 GraphicUses:3612Used by:Timeline
Symbol 3615 BitmapUsed by:3614
Symbol 3614 GraphicUses:3615Used by:Timeline
Symbol 3618 BitmapUsed by:3617
Symbol 3617 GraphicUses:3618Used by:Timeline
Symbol 3621 BitmapUsed by:3620
Symbol 3620 GraphicUses:3621Used by:Timeline
Symbol 3624 BitmapUsed by:3623
Symbol 3623 GraphicUses:3624Used by:Timeline
Symbol 3627 BitmapUsed by:3626
Symbol 3628 BitmapUsed by:3626
Symbol 3626 GraphicUses:1534 3627 3628Used by:Timeline
Symbol 3631 BitmapUsed by:3630
Symbol 3630 GraphicUses:3631Used by:Timeline
Symbol 3642 BitmapUsed by:3641
Symbol 3643 BitmapUsed by:3641
Symbol 3644 BitmapUsed by:3641
Symbol 3641 GraphicUses:3642 1554 3643 3644Used by:Timeline
Symbol 3647 BitmapUsed by:3646
Symbol 3646 GraphicUses:3647Used by:Timeline
Symbol 3650 BitmapUsed by:3649
Symbol 3649 GraphicUses:3650Used by:Timeline
Symbol 3657 BitmapUsed by:3656
Symbol 3656 GraphicUses:3657Used by:Timeline
Symbol 3661 BitmapUsed by:3660
Symbol 3662 BitmapUsed by:3660
Symbol 3663 BitmapUsed by:3660
Symbol 3664 BitmapUsed by:3660
Symbol 3660 GraphicUses:3661 3662 3663 3664Used by:Timeline
Symbol 3667 BitmapUsed by:3666
Symbol 3668 BitmapUsed by:3666
Symbol 3669 BitmapUsed by:3666
Symbol 3666 GraphicUses:3667 3668 3669Used by:Timeline
Symbol 3672 BitmapUsed by:3671
Symbol 3671 GraphicUses:3672Used by:Timeline
Symbol 3678 BitmapUsed by:3677
Symbol 3677 GraphicUses:3678Used by:Timeline
Symbol 3681 BitmapUsed by:3680
Symbol 3682 BitmapUsed by:3680
Symbol 3683 BitmapUsed by:3680
Symbol 3684 BitmapUsed by:3680
Symbol 3680 GraphicUses:3681 3682 3683 3684Used by:Timeline
Symbol 3687 BitmapUsed by:3686
Symbol 3688 BitmapUsed by:3686
Symbol 3689 BitmapUsed by:3686
Symbol 3690 BitmapUsed by:3686
Symbol 3686 GraphicUses:3687 3688 3689 3690Used by:Timeline
Symbol 3693 BitmapUsed by:3692
Symbol 3692 GraphicUses:3693Used by:Timeline
Symbol 3696 BitmapUsed by:3695
Symbol 3695 GraphicUses:3696Used by:Timeline
Symbol 3699 BitmapUsed by:3698
Symbol 3698 GraphicUses:3699Used by:Timeline
Symbol 3704 BitmapUsed by:3703
Symbol 3703 GraphicUses:3704Used by:Timeline
Symbol 3708 BitmapUsed by:3707
Symbol 3709 BitmapUsed by:3707
Symbol 3710 BitmapUsed by:3707
Symbol 3707 GraphicUses:3708 3709 3710Used by:Timeline
Symbol 3713 BitmapUsed by:3712
Symbol 3714 BitmapUsed by:3712
Symbol 3715 BitmapUsed by:3712
Symbol 3716 BitmapUsed by:3712
Symbol 3712 GraphicUses:3713 3714 3715 3716Used by:Timeline
Symbol 3719 BitmapUsed by:3718
Symbol 3718 GraphicUses:3719Used by:Timeline
Symbol 3722 BitmapUsed by:3721
Symbol 3721 GraphicUses:3722Used by:Timeline
Symbol 3725 GraphicUses:1764Used by:Timeline
Symbol 3736 GraphicUses:1776Used by:Timeline
Symbol 3740 BitmapUsed by:3739
Symbol 3741 BitmapUsed by:3739
Symbol 3742 BitmapUsed by:3739
Symbol 3739 GraphicUses:3740 3741 3742Used by:Timeline
Symbol 3745 BitmapUsed by:3744
Symbol 3744 GraphicUses:3745Used by:Timeline
Symbol 3748 BitmapUsed by:3747
Symbol 3747 GraphicUses:3748Used by:Timeline
Symbol 3751 BitmapUsed by:3750
Symbol 3750 GraphicUses:3751Used by:Timeline
Symbol 3755 BitmapUsed by:3754
Symbol 3754 GraphicUses:3755Used by:Timeline
Symbol 3758 BitmapUsed by:3757
Symbol 3759 BitmapUsed by:3757
Symbol 3760 BitmapUsed by:3757
Symbol 3761 BitmapUsed by:3757
Symbol 3757 GraphicUses:3758 3759 3760 3761Used by:Timeline
Symbol 3764 BitmapUsed by:3763
Symbol 3765 BitmapUsed by:3763
Symbol 3766 BitmapUsed by:3763
Symbol 3767 BitmapUsed by:3763
Symbol 3763 GraphicUses:3764 3765 3766 3767Used by:Timeline
Symbol 3770 BitmapUsed by:3769
Symbol 3771 BitmapUsed by:3769
Symbol 3772 BitmapUsed by:3769
Symbol 3773 BitmapUsed by:3769
Symbol 3769 GraphicUses:3770 3771 3772 3773Used by:Timeline
Symbol 3778 BitmapUsed by:3777
Symbol 3777 GraphicUses:3778Used by:Timeline
Symbol 3781 BitmapUsed by:3780
Symbol 3782 BitmapUsed by:3780
Symbol 3783 BitmapUsed by:3780
Symbol 3784 BitmapUsed by:3780
Symbol 3780 GraphicUses:3781 3782 3783 3784Used by:Timeline
Symbol 3787 BitmapUsed by:3786
Symbol 3786 GraphicUses:3787Used by:Timeline
Symbol 3790 BitmapUsed by:3789
Symbol 3789 GraphicUses:3790Used by:Timeline
Symbol 3794 BitmapUsed by:3793
Symbol 3795 BitmapUsed by:3793
Symbol 3796 BitmapUsed by:3793
Symbol 3797 BitmapUsed by:3793
Symbol 3793 GraphicUses:3794 3795 3796 3797Used by:Timeline
Symbol 3800 BitmapUsed by:3799
Symbol 3801 BitmapUsed by:3799
Symbol 3802 BitmapUsed by:3799
Symbol 3803 BitmapUsed by:3799
Symbol 3799 GraphicUses:3800 3801 3802 3803Used by:Timeline
Symbol 3806 BitmapUsed by:3805
Symbol 3807 BitmapUsed by:3805
Symbol 3805 GraphicUses:1800 3806 3807Used by:Timeline
Symbol 3810 BitmapUsed by:3809
Symbol 3809 GraphicUses:3810Used by:Timeline
Symbol 3813 BitmapUsed by:3812
Symbol 3814 BitmapUsed by:3812
Symbol 3815 BitmapUsed by:3812
Symbol 3816 BitmapUsed by:3812
Symbol 3812 GraphicUses:3813 3814 3815 3816Used by:Timeline
Symbol 3819 BitmapUsed by:3818
Symbol 3818 GraphicUses:3819Used by:Timeline
Symbol 3822 BitmapUsed by:3821
Symbol 3821 GraphicUses:3822Used by:Timeline
Symbol 3826 BitmapUsed by:3825
Symbol 3825 GraphicUses:3826Used by:Timeline
Symbol 3829 BitmapUsed by:3828
Symbol 3830 BitmapUsed by:3828
Symbol 3831 BitmapUsed by:3828
Symbol 3832 BitmapUsed by:3828
Symbol 3828 GraphicUses:3829 3830 3831 3832Used by:Timeline
Symbol 3835 BitmapUsed by:3834
Symbol 3836 BitmapUsed by:3834
Symbol 3837 BitmapUsed by:3834
Symbol 3838 BitmapUsed by:3834
Symbol 3834 GraphicUses:3835 3836 3837 3838Used by:Timeline
Symbol 3841 BitmapUsed by:3840
Symbol 3842 BitmapUsed by:3840
Symbol 3843 BitmapUsed by:3840
Symbol 3844 BitmapUsed by:3840
Symbol 3840 GraphicUses:3841 3842 3843 3844Used by:Timeline
Symbol 3846 GraphicUses:1511Used by:Timeline
Symbol 3850 BitmapUsed by:3849
Symbol 3849 GraphicUses:3850Used by:Timeline
Symbol 3853 BitmapUsed by:3852
Symbol 3854 BitmapUsed by:3852
Symbol 3855 BitmapUsed by:3852
Symbol 3856 BitmapUsed by:3852
Symbol 3852 GraphicUses:3853 3854 3855 3856Used by:Timeline
Symbol 3859 BitmapUsed by:3858
Symbol 3858 GraphicUses:3859Used by:Timeline
Symbol 3862 BitmapUsed by:3861
Symbol 3861 GraphicUses:3862Used by:Timeline
Symbol 3865 BitmapUsed by:3864
Symbol 3866 BitmapUsed by:3864
Symbol 3867 BitmapUsed by:3864
Symbol 3868 BitmapUsed by:3864
Symbol 3864 GraphicUses:3865 3866 3867 3868Used by:Timeline
Symbol 3871 BitmapUsed by:3870
Symbol 3870 GraphicUses:3871Used by:Timeline
Symbol 3874 BitmapUsed by:3873
Symbol 3873 GraphicUses:3874Used by:Timeline
Symbol 3877 BitmapUsed by:3876
Symbol 3876 GraphicUses:3877Used by:Timeline
Symbol 3880 BitmapUsed by:3879
Symbol 3881 BitmapUsed by:3879
Symbol 3882 BitmapUsed by:3879
Symbol 3879 GraphicUses:3880 3881 3882Used by:Timeline
Symbol 3885 BitmapUsed by:3884
Symbol 3884 GraphicUses:3885Used by:Timeline
Symbol 3888 BitmapUsed by:3887
Symbol 3887 GraphicUses:3888Used by:Timeline
Symbol 3891 BitmapUsed by:3890
Symbol 3890 GraphicUses:3891Used by:Timeline
Symbol 3894 BitmapUsed by:3893
Symbol 3895 BitmapUsed by:3893
Symbol 3896 BitmapUsed by:3893
Symbol 3897 BitmapUsed by:3893
Symbol 3893 GraphicUses:3894 3895 3896 3897Used by:Timeline
Symbol 3900 BitmapUsed by:3899
Symbol 3899 GraphicUses:3900Used by:Timeline
Symbol 3905 BitmapUsed by:3904
Symbol 3906 BitmapUsed by:3904
Symbol 3907 BitmapUsed by:3904
Symbol 3908 BitmapUsed by:3904
Symbol 3904 GraphicUses:3905 3906 3907 3908Used by:Timeline
Symbol 3911 BitmapUsed by:3910
Symbol 3910 GraphicUses:3911Used by:Timeline
Symbol 3913 GraphicUses:1534Used by:Timeline
Symbol 3916 BitmapUsed by:3915
Symbol 3915 GraphicUses:3916Used by:Timeline
Symbol 3919 BitmapUsed by:3918
Symbol 3918 GraphicUses:3919Used by:Timeline
Symbol 3922 BitmapUsed by:3921
Symbol 3921 GraphicUses:3922Used by:Timeline
Symbol 3927 BitmapUsed by:3926
Symbol 3926 GraphicUses:3927Used by:Timeline
Symbol 3929 BitmapUsed by:3928
Symbol 3928 GraphicUses:3929Used by:Timeline
Symbol 3933 BitmapUsed by:3932
Symbol 3932 GraphicUses:3933Used by:Timeline
Symbol 3936 BitmapUsed by:3935
Symbol 3935 GraphicUses:3936Used by:Timeline
Symbol 3938 GraphicUses:1554Used by:Timeline
Symbol 3941 BitmapUsed by:3940
Symbol 3940 GraphicUses:3941Used by:Timeline
Symbol 3944 BitmapUsed by:3943
Symbol 3945 BitmapUsed by:3943
Symbol 3946 BitmapUsed by:3943
Symbol 3947 BitmapUsed by:3943
Symbol 3943 GraphicUses:3944 3945 3946 3947Used by:Timeline
Symbol 3950 BitmapUsed by:3949
Symbol 3949 GraphicUses:3950Used by:Timeline
Symbol 3959 BitmapUsed by:3958
Symbol 3958 GraphicUses:3959Used by:Timeline
Symbol 3970 BitmapUsed by:3969
Symbol 3969 GraphicUses:3970Used by:Timeline
Symbol 3973 BitmapUsed by:3972
Symbol 3974 BitmapUsed by:3972
Symbol 3975 BitmapUsed by:3972
Symbol 3972 GraphicUses:1534 3973 3974 3975Used by:Timeline
Symbol 3978 BitmapUsed by:3977
Symbol 3979 BitmapUsed by:3977
Symbol 3977 GraphicUses:3978 3979Used by:Timeline
Symbol 3982 BitmapUsed by:3981
Symbol 3983 BitmapUsed by:3981
Symbol 3984 BitmapUsed by:3981
Symbol 3985 BitmapUsed by:3981
Symbol 3981 GraphicUses:3982 3983 3984 3985Used by:Timeline
Symbol 3988 BitmapUsed by:3987
Symbol 3989 BitmapUsed by:3987
Symbol 3990 BitmapUsed by:3987
Symbol 3991 BitmapUsed by:3987
Symbol 3987 GraphicUses:3988 3989 3990 3991Used by:Timeline
Symbol 3994 BitmapUsed by:3993
Symbol 3995 BitmapUsed by:3993
Symbol 3996 BitmapUsed by:3993
Symbol 3997 BitmapUsed by:3993
Symbol 3993 GraphicUses:3994 3995 3996 3997Used by:Timeline
Symbol 4000 BitmapUsed by:3999
Symbol 3999 GraphicUses:4000Used by:Timeline
Symbol 4003 BitmapUsed by:4002
Symbol 4002 GraphicUses:4003Used by:Timeline
Symbol 4007 BitmapUsed by:4006
Symbol 4006 GraphicUses:4007Used by:Timeline
Symbol 4010 BitmapUsed by:4009
Symbol 4009 GraphicUses:4010Used by:Timeline
Symbol 4013 BitmapUsed by:4012
Symbol 4014 BitmapUsed by:4012
Symbol 4012 GraphicUses:1764 4013 4014Used by:Timeline
Symbol 4017 BitmapUsed by:4016
Symbol 4016 GraphicUses:4017Used by:Timeline
Symbol 4020 BitmapUsed by:4019
Symbol 4021 BitmapUsed by:4019
Symbol 4022 BitmapUsed by:4019
Symbol 4019 GraphicUses:4020 4021 4022Used by:Timeline
Symbol 4025 BitmapUsed by:4024
Symbol 4026 BitmapUsed by:4024
Symbol 4027 BitmapUsed by:4024
Symbol 4028 BitmapUsed by:4024
Symbol 4024 GraphicUses:4025 4026 4027 4028Used by:Timeline
Symbol 4031 BitmapUsed by:4030
Symbol 4030 GraphicUses:4031Used by:Timeline
Symbol 4038 BitmapUsed by:4037
Symbol 4037 GraphicUses:4038Used by:Timeline
Symbol 4041 BitmapUsed by:4040
Symbol 4042 BitmapUsed by:4040
Symbol 4040 GraphicUses:1776 4041 4042Used by:Timeline
Symbol 4045 BitmapUsed by:4044
Symbol 4046 BitmapUsed by:4044
Symbol 4047 BitmapUsed by:4044
Symbol 4048 BitmapUsed by:4044
Symbol 4044 GraphicUses:4045 4046 4047 4048Used by:Timeline
Symbol 4051 BitmapUsed by:4050
Symbol 4052 BitmapUsed by:4050
Symbol 4053 BitmapUsed by:4050
Symbol 4054 BitmapUsed by:4050
Symbol 4050 GraphicUses:4051 4052 4053 4054Used by:Timeline
Symbol 4057 BitmapUsed by:4056
Symbol 4056 GraphicUses:4057Used by:Timeline
Symbol 4062 BitmapUsed by:4061
Symbol 4061 GraphicUses:4062Used by:Timeline
Symbol 4065 BitmapUsed by:4064
Symbol 4066 BitmapUsed by:4064
Symbol 4067 BitmapUsed by:4064
Symbol 4068 BitmapUsed by:4064
Symbol 4064 GraphicUses:4065 4066 4067 4068Used by:Timeline
Symbol 4071 BitmapUsed by:4070
Symbol 4070 GraphicUses:4071Used by:Timeline
Symbol 4075 BitmapUsed by:4074
Symbol 4074 GraphicUses:4075Used by:Timeline
Symbol 4078 BitmapUsed by:4077
Symbol 4079 BitmapUsed by:4077
Symbol 4077 GraphicUses:1788 4078 4079Used by:Timeline
Symbol 4082 BitmapUsed by:4081
Symbol 4081 GraphicUses:4082Used by:Timeline
Symbol 4091 GraphicUses:1800Used by:Timeline
Symbol 4102 GraphicUses:1511Used by:Timeline
Symbol 4113 GraphicUses:1823Used by:Timeline
Symbol 4124 GraphicUses:1534Used by:Timeline
Symbol 4135 GraphicUses:1554Used by:Timeline
Symbol 4147 BitmapUsed by:4146
Symbol 4146 GraphicUses:4147Used by:Timeline
Symbol 4159 BitmapUsed by:4158
Symbol 4158 GraphicUses:4159Used by:Timeline
Symbol 4171 BitmapUsed by:4170 5556
Symbol 4170 GraphicUses:1764 4171Used by:Timeline
Symbol 4182 GraphicUses:1776Used by:Timeline
Symbol 4187 BitmapUsed by:4186
Symbol 4186 GraphicUses:4187Used by:Timeline
Symbol 4195 GraphicUses:1788Used by:Timeline
Symbol 4199 BitmapUsed by:4198 4245 4579
Symbol 4198 GraphicUses:4199Used by:Timeline
Symbol 4202 BitmapUsed by:4201
Symbol 4201 GraphicUses:4202Used by:Timeline
Symbol 4205 BitmapUsed by:4204
Symbol 4206 BitmapUsed by:4204
Symbol 4207 BitmapUsed by:4204
Symbol 4208 BitmapUsed by:4204
Symbol 4204 GraphicUses:4205 4206 4207 4208Used by:Timeline
Symbol 4211 BitmapUsed by:4210
Symbol 4212 BitmapUsed by:4210
Symbol 4213 BitmapUsed by:4210
Symbol 4214 BitmapUsed by:4210
Symbol 4210 GraphicUses:4211 4212 4213 4214Used by:Timeline
Symbol 4217 BitmapUsed by:4216
Symbol 4216 GraphicUses:4217Used by:Timeline
Symbol 4220 BitmapUsed by:4219
Symbol 4219 GraphicUses:4220Used by:Timeline
Symbol 4223 BitmapUsed by:4222
Symbol 4222 GraphicUses:4223Used by:Timeline
Symbol 4226 BitmapUsed by:4225
Symbol 4225 GraphicUses:4226Used by:Timeline
Symbol 4229 BitmapUsed by:4228
Symbol 4228 GraphicUses:1800 4229Used by:Timeline
Symbol 4232 BitmapUsed by:4231
Symbol 4231 GraphicUses:4232Used by:Timeline
Symbol 4235 BitmapUsed by:4234
Symbol 4234 GraphicUses:4235Used by:Timeline
Symbol 4238 BitmapUsed by:4237
Symbol 4237 GraphicUses:4238Used by:Timeline
Symbol 4245 GraphicUses:4199Used by:Timeline
Symbol 4248 BitmapUsed by:4247
Symbol 4247 GraphicUses:1511 4248Used by:Timeline
Symbol 4251 BitmapUsed by:4250
Symbol 4250 GraphicUses:4251Used by:Timeline
Symbol 4254 BitmapUsed by:4253
Symbol 4255 BitmapUsed by:4253
Symbol 4256 BitmapUsed by:4253
Symbol 4257 BitmapUsed by:4253
Symbol 4253 GraphicUses:4254 4255 4256 4257Used by:Timeline
Symbol 4260 BitmapUsed by:4259
Symbol 4259 GraphicUses:4260Used by:Timeline
Symbol 4263 BitmapUsed by:4262
Symbol 4262 GraphicUses:4263Used by:Timeline
Symbol 4266 BitmapUsed by:4265
Symbol 4265 GraphicUses:4266Used by:Timeline
Symbol 4269 BitmapUsed by:4268
Symbol 4268 GraphicUses:4269Used by:Timeline
Symbol 4272 BitmapUsed by:4271
Symbol 4271 GraphicUses:4272Used by:Timeline
Symbol 4275 BitmapUsed by:4274
Symbol 4274 GraphicUses:4275Used by:Timeline
Symbol 4278 BitmapUsed by:4277
Symbol 4277 GraphicUses:4278Used by:Timeline
Symbol 4281 BitmapUsed by:4280 5561
Symbol 4280 GraphicUses:4281Used by:Timeline
Symbol 4286 BitmapUsed by:4285
Symbol 4285 GraphicUses:4286Used by:Timeline
Symbol 4289 BitmapUsed by:4288
Symbol 4290 BitmapUsed by:4288
Symbol 4291 BitmapUsed by:4288
Symbol 4292 BitmapUsed by:4288
Symbol 4288 GraphicUses:4289 4290 4291 4292Used by:Timeline
Symbol 4295 BitmapUsed by:4294
Symbol 4296 BitmapUsed by:4294
Symbol 4297 BitmapUsed by:4294
Symbol 4298 BitmapUsed by:4294
Symbol 4294 GraphicUses:4295 4296 4297 4298Used by:Timeline
Symbol 4301 BitmapUsed by:4300
Symbol 4300 GraphicUses:4301Used by:Timeline
Symbol 4304 BitmapUsed by:4303
Symbol 4303 GraphicUses:4304Used by:Timeline
Symbol 4307 BitmapUsed by:4306
Symbol 4306 GraphicUses:4307Used by:Timeline
Symbol 4310 GraphicUses:1534Used by:Timeline
Symbol 4314 BitmapUsed by:4313
Symbol 4313 GraphicUses:4314Used by:Timeline
Symbol 4317 BitmapUsed by:4316
Symbol 4318 BitmapUsed by:4316
Symbol 4319 BitmapUsed by:4316
Symbol 4320 BitmapUsed by:4316
Symbol 4316 GraphicUses:4317 4318 4319 4320Used by:Timeline
Symbol 4323 BitmapUsed by:4322
Symbol 4324 BitmapUsed by:4322
Symbol 4325 BitmapUsed by:4322
Symbol 4326 BitmapUsed by:4322
Symbol 4322 GraphicUses:4323 4324 4325 4326Used by:Timeline
Symbol 4329 BitmapUsed by:4328
Symbol 4328 GraphicUses:4329Used by:Timeline
Symbol 4332 BitmapUsed by:4331
Symbol 4331 GraphicUses:4332Used by:Timeline
Symbol 4337 BitmapUsed by:4336
Symbol 4336 GraphicUses:4337Used by:Timeline
Symbol 4340 BitmapUsed by:4339
Symbol 4339 GraphicUses:1554 4340Used by:Timeline
Symbol 4343 BitmapUsed by:4342
Symbol 4344 BitmapUsed by:4342
Symbol 4345 BitmapUsed by:4342
Symbol 4346 BitmapUsed by:4342
Symbol 4342 GraphicUses:4343 4344 4345 4346Used by:Timeline
Symbol 4349 BitmapUsed by:4348
Symbol 4350 BitmapUsed by:4348
Symbol 4351 BitmapUsed by:4348
Symbol 4352 BitmapUsed by:4348
Symbol 4348 GraphicUses:4349 4350 4351 4352Used by:Timeline
Symbol 4355 BitmapUsed by:4354
Symbol 4354 GraphicUses:4355Used by:Timeline
Symbol 4358 BitmapUsed by:4357
Symbol 4357 GraphicUses:4358Used by:Timeline
Symbol 4366 BitmapUsed by:4365
Symbol 4365 GraphicUses:4366Used by:Timeline
Symbol 4378 BitmapUsed by:4377
Symbol 4377 GraphicUses:4378Used by:Timeline
Symbol 4385 BitmapUsed by:4384
Symbol 4386 BitmapUsed by:4384 4420 4498 5025
Symbol 4384 GraphicUses:4385 4386Used by:Timeline
Symbol 4393 BitmapUsed by:4392 4515 4620
Symbol 4392 GraphicUses:1764 4393Used by:Timeline
Symbol 4396 BitmapUsed by:4395
Symbol 4397 BitmapUsed by:4395
Symbol 4398 BitmapUsed by:4395 4442 4527 4937
Symbol 4395 GraphicUses:4396 4397 4398Used by:Timeline
Symbol 4401 BitmapUsed by:4400
Symbol 4400 GraphicUses:4401Used by:Timeline
Symbol 4404 BitmapUsed by:4403
Symbol 4403 GraphicUses:4404Used by:Timeline
Symbol 4407 BitmapUsed by:4406
Symbol 4406 GraphicUses:4407Used by:Timeline
Symbol 4410 BitmapUsed by:4409
Symbol 4411 BitmapUsed by:4409
Symbol 4412 BitmapUsed by:4409
Symbol 4413 BitmapUsed by:4409
Symbol 4409 GraphicUses:4410 4411 4412 4413Used by:Timeline
Symbol 4416 BitmapUsed by:4415
Symbol 4415 GraphicUses:4416Used by:Timeline
Symbol 4421 BitmapUsed by:4420
Symbol 4420 GraphicUses:4421 4386Used by:Timeline
Symbol 4423 GraphicUses:1776Used by:Timeline
Symbol 4428 BitmapUsed by:4427
Symbol 4427 GraphicUses:4428Used by:Timeline
Symbol 4431 BitmapUsed by:4430
Symbol 4430 GraphicUses:4431Used by:Timeline
Symbol 4434 BitmapUsed by:4433
Symbol 4435 BitmapUsed by:4433
Symbol 4436 BitmapUsed by:4433
Symbol 4437 BitmapUsed by:4433
Symbol 4433 GraphicUses:4434 4435 4436 4437Used by:Timeline
Symbol 4440 BitmapUsed by:4439
Symbol 4439 GraphicUses:4440Used by:Timeline
Symbol 4443 BitmapUsed by:4442
Symbol 4442 GraphicUses:4443 4398Used by:Timeline
Symbol 4447 GraphicUses:1788Used by:Timeline
Symbol 4457 BitmapUsed by:4456
Symbol 4456 GraphicUses:4457Used by:Timeline
Symbol 4460 BitmapUsed by:4459
Symbol 4459 GraphicUses:4460Used by:Timeline
Symbol 4464 BitmapUsed by:4463
Symbol 4465 BitmapUsed by:4463
Symbol 4466 BitmapUsed by:4463
Symbol 4467 BitmapUsed by:4463
Symbol 4463 GraphicUses:4464 4465 4466 4467Used by:Timeline
Symbol 4469 BitmapUsed by:4468
Symbol 4468 GraphicUses:1800 4469Used by:Timeline
Symbol 4472 BitmapUsed by:4471
Symbol 4471 GraphicUses:4472Used by:Timeline
Symbol 4475 BitmapUsed by:4474
Symbol 4474 GraphicUses:4475Used by:Timeline
Symbol 4478 BitmapUsed by:4477
Symbol 4477 GraphicUses:4478Used by:Timeline
Symbol 4481 BitmapUsed by:4480
Symbol 4480 GraphicUses:4481Used by:Timeline
Symbol 4484 BitmapUsed by:4483
Symbol 4483 GraphicUses:4484Used by:Timeline
Symbol 4487 BitmapUsed by:4486
Symbol 4486 GraphicUses:4487Used by:Timeline
Symbol 4490 BitmapUsed by:4489
Symbol 4489 GraphicUses:4490Used by:Timeline
Symbol 4493 GraphicUses:1511Used by:Timeline
Symbol 4499 BitmapUsed by:4498
Symbol 4498 GraphicUses:4499 4386Used by:Timeline
Symbol 4507 BitmapUsed by:4506 5792
Symbol 4506 GraphicUses:4507Used by:Timeline
Symbol 4515 GraphicUses:4393Used by:Timeline
Symbol 4519 BitmapUsed by:4518
Symbol 4520 BitmapUsed by:4518
Symbol 4521 BitmapUsed by:4518
Symbol 4522 BitmapUsed by:4518
Symbol 4518 GraphicUses:4519 4520 4521 4522Used by:Timeline
Symbol 4525 BitmapUsed by:4524
Symbol 4524 GraphicUses:1534 4525Used by:Timeline
Symbol 4528 BitmapUsed by:4527
Symbol 4527 GraphicUses:4528 4398Used by:Timeline
Symbol 4532 BitmapUsed by:4531
Symbol 4531 GraphicUses:4532Used by:Timeline
Symbol 4535 BitmapUsed by:4534
Symbol 4534 GraphicUses:4535Used by:Timeline
Symbol 4538 BitmapUsed by:4537
Symbol 4537 GraphicUses:4538Used by:Timeline
Symbol 4543 BitmapUsed by:4542
Symbol 4542 GraphicUses:4543Used by:Timeline
Symbol 4547 BitmapUsed by:4546
Symbol 4548 BitmapUsed by:4546
Symbol 4549 BitmapUsed by:4546
Symbol 4550 BitmapUsed by:4546
Symbol 4546 GraphicUses:4547 4548 4549 4550Used by:Timeline
Symbol 4553 BitmapUsed by:4552
Symbol 4552 GraphicUses:1554 4553Used by:Timeline
Symbol 4556 BitmapUsed by:4555
Symbol 4555 GraphicUses:4556Used by:Timeline
Symbol 4559 BitmapUsed by:4558
Symbol 4558 GraphicUses:4559Used by:Timeline
Symbol 4565 BitmapUsed by:4564
Symbol 4564 GraphicUses:4565Used by:Timeline
Symbol 4568 BitmapUsed by:4567
Symbol 4567 GraphicUses:4568Used by:Timeline
Symbol 4571 BitmapUsed by:4570
Symbol 4570 GraphicUses:4571Used by:Timeline
Symbol 4574 BitmapUsed by:4573
Symbol 4573 GraphicUses:4574Used by:Timeline
Symbol 4579 GraphicUses:4199Used by:Timeline
Symbol 4582 BitmapUsed by:4581
Symbol 4583 BitmapUsed by:4581
Symbol 4584 BitmapUsed by:4581
Symbol 4585 BitmapUsed by:4581
Symbol 4581 GraphicUses:4582 4583 4584 4585Used by:Timeline
Symbol 4588 BitmapUsed by:4587
Symbol 4589 BitmapUsed by:4587
Symbol 4590 BitmapUsed by:4587
Symbol 4591 BitmapUsed by:4587
Symbol 4587 GraphicUses:4588 4589 4590 4591Used by:Timeline
Symbol 4594 BitmapUsed by:4593
Symbol 4593 GraphicUses:4594Used by:Timeline
Symbol 4597 BitmapUsed by:4596
Symbol 4596 GraphicUses:4597Used by:Timeline
Symbol 4600 BitmapUsed by:4599
Symbol 4599 GraphicUses:4600Used by:Timeline
Symbol 4603 BitmapUsed by:4602
Symbol 4604 BitmapUsed by:4602
Symbol 4602 GraphicUses:4603 4604Used by:Timeline
Symbol 4608 BitmapUsed by:4607
Symbol 4607 GraphicUses:4608Used by:Timeline
Symbol 4611 BitmapUsed by:4610
Symbol 4610 GraphicUses:4611Used by:Timeline
Symbol 4614 BitmapUsed by:4613
Symbol 4613 GraphicUses:4614Used by:Timeline
Symbol 4617 BitmapUsed by:4616
Symbol 4616 GraphicUses:4617Used by:Timeline
Symbol 4620 GraphicUses:4393Used by:Timeline
Symbol 4623 BitmapUsed by:4622
Symbol 4624 BitmapUsed by:4622
Symbol 4625 BitmapUsed by:4622
Symbol 4626 BitmapUsed by:4622
Symbol 4622 GraphicUses:4623 4624 4625 4626Used by:Timeline
Symbol 4629 BitmapUsed by:4628
Symbol 4630 BitmapUsed by:4628
Symbol 4631 BitmapUsed by:4628
Symbol 4632 BitmapUsed by:4628
Symbol 4628 GraphicUses:4629 4630 4631 4632Used by:Timeline
Symbol 4635 BitmapUsed by:4634
Symbol 4634 GraphicUses:1764 4635Used by:Timeline
Symbol 4639 BitmapUsed by:4638
Symbol 4638 GraphicUses:4639Used by:Timeline
Symbol 4642 BitmapUsed by:4641
Symbol 4641 GraphicUses:4642Used by:Timeline
Symbol 4645 BitmapUsed by:4644
Symbol 4646 BitmapUsed by:4644
Symbol 4647 BitmapUsed by:4644
Symbol 4648 BitmapUsed by:4644
Symbol 4644 GraphicUses:4645 4646 4647 4648Used by:Timeline
Symbol 4651 BitmapUsed by:4650
Symbol 4650 GraphicUses:4651Used by:Timeline
Symbol 4654 BitmapUsed by:4653
Symbol 4653 GraphicUses:4654Used by:Timeline
Symbol 4657 BitmapUsed by:4656
Symbol 4656 GraphicUses:4657Used by:Timeline
Symbol 4661 GraphicUses:1776Used by:Timeline
Symbol 4670 BitmapUsed by:4669
Symbol 4669 GraphicUses:4670Used by:Timeline
Symbol 4673 BitmapUsed by:4672
Symbol 4674 BitmapUsed by:4672
Symbol 4675 BitmapUsed by:4672
Symbol 4676 BitmapUsed by:4672
Symbol 4672 GraphicUses:4673 4674 4675 4676Used by:Timeline
Symbol 4679 BitmapUsed by:4678
Symbol 4680 BitmapUsed by:4678
Symbol 4681 BitmapUsed by:4678
Symbol 4682 BitmapUsed by:4678
Symbol 4678 GraphicUses:4679 4680 4681 4682Used by:Timeline
Symbol 4685 BitmapUsed by:4684
Symbol 4684 GraphicUses:1788 4685Used by:Timeline
Symbol 4688 BitmapUsed by:4687
Symbol 4687 GraphicUses:4688Used by:Timeline
Symbol 4698 GraphicUses:1800Used by:Timeline
Symbol 4709 GraphicUses:1511Used by:Timeline
Symbol 4720 GraphicUses:3196Used by:Timeline
Symbol 4725 BitmapUsed by:4724
Symbol 4726 BitmapUsed by:4724
Symbol 4727 BitmapUsed by:4724
Symbol 4728 BitmapUsed by:4724
Symbol 4724 GraphicUses:4725 4726 4727 4728Used by:Timeline
Symbol 4731 BitmapUsed by:4730
Symbol 4730 GraphicUses:4731Used by:Timeline
Symbol 4734 BitmapUsed by:4733
Symbol 4733 GraphicUses:4734Used by:Timeline
Symbol 4740 GraphicUses:1534Used by:Timeline
Symbol 4751 GraphicUses:1554Used by:Timeline
Symbol 4763 BitmapUsed by:4762
Symbol 4762 GraphicUses:4763Used by:Timeline
Symbol 4775 BitmapUsed by:4774
Symbol 4774 GraphicUses:4775Used by:Timeline
Symbol 4782 BitmapUsed by:4781
Symbol 4783 BitmapUsed by:4781
Symbol 4781 GraphicUses:4782 4783Used by:Timeline
Symbol 4786 BitmapUsed by:4785
Symbol 4787 BitmapUsed by:4785
Symbol 4788 BitmapUsed by:4785
Symbol 4785 GraphicUses:4786 4787 4788Used by:Timeline
Symbol 4791 BitmapUsed by:4790
Symbol 4790 GraphicUses:4791Used by:Timeline
Symbol 4794 BitmapUsed by:4793
Symbol 4793 GraphicUses:4794Used by:Timeline
Symbol 4797 GraphicUses:1764Used by:Timeline
Symbol 4808 GraphicUses:1776Used by:Timeline
Symbol 4813 BitmapUsed by:4812
Symbol 4814 BitmapUsed by:4812
Symbol 4815 BitmapUsed by:4812
Symbol 4812 GraphicUses:4813 4814 4815Used by:Timeline
Symbol 4818 BitmapUsed by:4817
Symbol 4817 GraphicUses:4818Used by:Timeline
Symbol 4821 BitmapUsed by:4820
Symbol 4820 GraphicUses:4821Used by:Timeline
Symbol 4827 GraphicUses:1788Used by:Timeline
Symbol 4834 GraphicUses:1866Used by:Timeline
Symbol 4839 GraphicUses:1800Used by:Timeline
Symbol 4844 BitmapUsed by:4843
Symbol 4843 GraphicUses:4844Used by:Timeline
Symbol 4847 BitmapUsed by:4846
Symbol 4848 BitmapUsed by:4846
Symbol 4849 BitmapUsed by:4846
Symbol 4846 GraphicUses:4847 4848 4849Used by:Timeline
Symbol 4852 BitmapUsed by:4851
Symbol 4851 GraphicUses:4852Used by:Timeline
Symbol 4855 BitmapUsed by:4854
Symbol 4854 GraphicUses:4855Used by:Timeline
Symbol 4860 GraphicUses:1511Used by:Timeline
Symbol 4871 GraphicUses:3592Used by:Timeline
Symbol 4874 BitmapUsed by:4873
Symbol 4875 BitmapUsed by:4873
Symbol 4876 BitmapUsed by:4873
Symbol 4873 GraphicUses:4874 4875 4876Used by:Timeline
Symbol 4886 GraphicUses:1534Used by:Timeline
Symbol 4897 GraphicUses:1554Used by:Timeline
Symbol 4909 BitmapUsed by:4908
Symbol 4908 GraphicUses:4909Used by:Timeline
Symbol 4918 BitmapUsed by:4917
Symbol 4919 BitmapUsed by:4917
Symbol 4920 BitmapUsed by:4917
Symbol 4921 BitmapUsed by:4917
Symbol 4917 GraphicUses:4918 4919 4920 4921Used by:Timeline
Symbol 4924 BitmapUsed by:4923
Symbol 4923 GraphicUses:4924Used by:Timeline
Symbol 4927 BitmapUsed by:4926
Symbol 4926 GraphicUses:4927Used by:Timeline
Symbol 4930 BitmapUsed by:4929
Symbol 4929 GraphicUses:4930Used by:Timeline
Symbol 4935 BitmapUsed by:4934
Symbol 4934 GraphicUses:4935Used by:Timeline
Symbol 4938 BitmapUsed by:4937
Symbol 4939 BitmapUsed by:4937
Symbol 4937 GraphicUses:4938 4939 4398Used by:Timeline
Symbol 4942 BitmapUsed by:4941
Symbol 4941 GraphicUses:4942Used by:Timeline
Symbol 4945 BitmapUsed by:4944
Symbol 4944 GraphicUses:4945Used by:Timeline
Symbol 4950 GraphicUses:1764Used by:Timeline
Symbol 4953 BitmapUsed by:4952
Symbol 4954 BitmapUsed by:4952
Symbol 4955 BitmapUsed by:4952
Symbol 4956 BitmapUsed by:4952
Symbol 4952 GraphicUses:4953 4954 4955 4956Used by:Timeline
Symbol 4963 BitmapUsed by:4962
Symbol 4962 GraphicUses:4963Used by:Timeline
Symbol 4966 BitmapUsed by:4965
Symbol 4965 GraphicUses:4966Used by:Timeline
Symbol 4969 BitmapUsed by:4968
Symbol 4968 GraphicUses:4969Used by:Timeline
Symbol 4972 GraphicUses:1776Used by:Timeline
Symbol 4979 BitmapUsed by:4978
Symbol 4980 BitmapUsed by:4978
Symbol 4981 BitmapUsed by:4978
Symbol 4982 BitmapUsed by:4978
Symbol 4978 GraphicUses:4979 4980 4981 4982Used by:Timeline
Symbol 4985 BitmapUsed by:4984
Symbol 4984 GraphicUses:4985Used by:Timeline
Symbol 4988 BitmapUsed by:4987
Symbol 4987 GraphicUses:4988Used by:Timeline
Symbol 4992 GraphicUses:1788Used by:Timeline
Symbol 4996 BitmapUsed by:4995
Symbol 4995 GraphicUses:4996Used by:Timeline
Symbol 4999 BitmapUsed by:4998
Symbol 4998 GraphicUses:4999Used by:Timeline
Symbol 5002 BitmapUsed by:5001
Symbol 5001 GraphicUses:5002Used by:Timeline
Symbol 5005 BitmapUsed by:5004
Symbol 5004 GraphicUses:5005Used by:Timeline
Symbol 5011 GraphicUses:1800Used by:Timeline
Symbol 5022 GraphicUses:1511Used by:Timeline
Symbol 5026 BitmapUsed by:5025
Symbol 5025 GraphicUses:5026 4386Used by:Timeline
Symbol 5036 BitmapUsed by:5035
Symbol 5035 GraphicUses:5036Used by:Timeline
Symbol 5042 BitmapUsed by:5041
Symbol 5041 GraphicUses:5042Used by:Timeline
Symbol 5049 GraphicUses:1534Used by:Timeline
Symbol 5054 BitmapUsed by:5053
Symbol 5055 BitmapUsed by:5053
Symbol 5056 BitmapUsed by:5053
Symbol 5057 BitmapUsed by:5053
Symbol 5053 GraphicUses:5054 5055 5056 5057Used by:Timeline
Symbol 5060 BitmapUsed by:5059
Symbol 5061 BitmapUsed by:5059
Symbol 5062 BitmapUsed by:5059
Symbol 5059 GraphicUses:5060 5061 5062Used by:Timeline
Symbol 5065 BitmapUsed by:5064
Symbol 5066 BitmapUsed by:5064
Symbol 5067 BitmapUsed by:5064
Symbol 5068 BitmapUsed by:5064
Symbol 5064 GraphicUses:5065 5066 5067 5068Used by:Timeline
Symbol 5071 BitmapUsed by:5070
Symbol 5070 GraphicUses:5071Used by:Timeline
Symbol 5075 BitmapUsed by:5074
Symbol 5074 GraphicUses:5075Used by:Timeline
Symbol 5078 BitmapUsed by:5077
Symbol 5079 BitmapUsed by:5077
Symbol 5080 BitmapUsed by:5077
Symbol 5081 BitmapUsed by:5077
Symbol 5077 GraphicUses:5078 5079 5080 5081Used by:Timeline
Symbol 5084 BitmapUsed by:5083
Symbol 5083 GraphicUses:1554 5084Used by:Timeline
Symbol 5088 BitmapUsed by:5087
Symbol 5087 GraphicUses:5088Used by:Timeline
Symbol 5091 BitmapUsed by:5090
Symbol 5092 BitmapUsed by:5090
Symbol 5093 BitmapUsed by:5090
Symbol 5094 BitmapUsed by:5090
Symbol 5090 GraphicUses:5091 5092 5093 5094Used by:Timeline
Symbol 5097 BitmapUsed by:5096
Symbol 5096 GraphicUses:5097Used by:Timeline
Symbol 5100 BitmapUsed by:5099
Symbol 5099 GraphicUses:5100Used by:Timeline
Symbol 5103 BitmapUsed by:5102
Symbol 5102 GraphicUses:5103Used by:Timeline
Symbol 5106 BitmapUsed by:5105
Symbol 5105 GraphicUses:5106Used by:Timeline
Symbol 5109 BitmapUsed by:5108
Symbol 5108 GraphicUses:5109Used by:Timeline
Symbol 5112 BitmapUsed by:5111
Symbol 5111 GraphicUses:5112Used by:Timeline
Symbol 5115 BitmapUsed by:5114
Symbol 5114 GraphicUses:1573 5115Used by:Timeline
Symbol 5118 BitmapUsed by:5117
Symbol 5117 GraphicUses:5118Used by:Timeline
Symbol 5121 BitmapUsed by:5120
Symbol 5120 GraphicUses:5121Used by:Timeline
Symbol 5126 BitmapUsed by:5125
Symbol 5127 BitmapUsed by:5125
Symbol 5128 BitmapUsed by:5125
Symbol 5129 BitmapUsed by:5125
Symbol 5125 GraphicUses:5126 5127 5128 5129Used by:Timeline
Symbol 5133 BitmapUsed by:5132
Symbol 5134 BitmapUsed by:5132
Symbol 5132 GraphicUses:5133 5134Used by:Timeline
Symbol 5137 BitmapUsed by:5136
Symbol 5138 BitmapUsed by:5136
Symbol 5139 BitmapUsed by:5136
Symbol 5140 BitmapUsed by:5136
Symbol 5136 GraphicUses:5137 5138 5139 5140Used by:Timeline
Symbol 5143 BitmapUsed by:5142
Symbol 5142 GraphicUses:5143Used by:Timeline
Symbol 5146 BitmapUsed by:5145
Symbol 5147 BitmapUsed by:5145
Symbol 5145 GraphicUses:1600 5146 5147Used by:Timeline
Symbol 5150 BitmapUsed by:5149
Symbol 5149 GraphicUses:5150Used by:Timeline
Symbol 5153 BitmapUsed by:5152
Symbol 5152 GraphicUses:5153Used by:Timeline
Symbol 5156 BitmapUsed by:5155
Symbol 5155 GraphicUses:5156Used by:Timeline
Symbol 5159 BitmapUsed by:5158
Symbol 5158 GraphicUses:5159Used by:Timeline
Symbol 5165 BitmapUsed by:5164
Symbol 5164 GraphicUses:5165Used by:Timeline
Symbol 5168 BitmapUsed by:5167
Symbol 5167 GraphicUses:5168Used by:Timeline
Symbol 5171 BitmapUsed by:5170
Symbol 5172 BitmapUsed by:5170
Symbol 5170 GraphicUses:1764 5171 5172Used by:Timeline
Symbol 5175 BitmapUsed by:5174
Symbol 5174 GraphicUses:5175Used by:Timeline
Symbol 5178 BitmapUsed by:5177
Symbol 5177 GraphicUses:5178Used by:Timeline
Symbol 5181 BitmapUsed by:5180
Symbol 5180 GraphicUses:5181Used by:Timeline
Symbol 5184 BitmapUsed by:5183
Symbol 5183 GraphicUses:5184Used by:Timeline
Symbol 5187 BitmapUsed by:5186
Symbol 5186 GraphicUses:5187Used by:Timeline
Symbol 5190 BitmapUsed by:5189
Symbol 5189 GraphicUses:5190Used by:Timeline
Symbol 5193 BitmapUsed by:5192
Symbol 5192 GraphicUses:5193Used by:Timeline
Symbol 5196 BitmapUsed by:5195
Symbol 5195 GraphicUses:5196Used by:Timeline
Symbol 5199 BitmapUsed by:5198
Symbol 5198 GraphicUses:5199Used by:Timeline
Symbol 5202 BitmapUsed by:5201
Symbol 5203 BitmapUsed by:5201
Symbol 5204 BitmapUsed by:5201
Symbol 5205 BitmapUsed by:5201
Symbol 5201 GraphicUses:5202 5203 5204 5205Used by:Timeline
Symbol 5208 BitmapUsed by:5207
Symbol 5207 GraphicUses:5208Used by:Timeline
Symbol 5211 BitmapUsed by:5210
Symbol 5210 GraphicUses:5211Used by:Timeline
Symbol 5214 BitmapUsed by:5213
Symbol 5213 GraphicUses:5214Used by:Timeline
Symbol 5217 BitmapUsed by:5216
Symbol 5216 GraphicUses:5217Used by:Timeline
Symbol 5220 BitmapUsed by:5219
Symbol 5219 GraphicUses:5220Used by:Timeline
Symbol 5223 BitmapUsed by:5222
Symbol 5222 GraphicUses:5223Used by:Timeline
Symbol 5226 BitmapUsed by:5225
Symbol 5227 BitmapUsed by:5225
Symbol 5228 BitmapUsed by:5225
Symbol 5229 BitmapUsed by:5225
Symbol 5225 GraphicUses:5226 5227 5228 5229Used by:Timeline
Symbol 5232 BitmapUsed by:5231
Symbol 5231 GraphicUses:5232Used by:Timeline
Symbol 5235 BitmapUsed by:5234
Symbol 5236 BitmapUsed by:5234
Symbol 5237 BitmapUsed by:5234
Symbol 5238 BitmapUsed by:5234
Symbol 5234 GraphicUses:5235 5236 5237 5238Used by:Timeline
Symbol 5241 BitmapUsed by:5240
Symbol 5242 BitmapUsed by:5240
Symbol 5240 GraphicUses:1788 5241 5242Used by:Timeline
Symbol 5245 BitmapUsed by:5244
Symbol 5244 GraphicUses:5245Used by:Timeline
Symbol 5255 GraphicUses:1800Used by:Timeline
Symbol 5260 BitmapUsed by:5259
Symbol 5261 BitmapUsed by:5259
Symbol 5262 BitmapUsed by:5259
Symbol 5263 BitmapUsed by:5259
Symbol 5259 GraphicUses:5260 5261 5262 5263Used by:Timeline
Symbol 5271 GraphicUses:1511Used by:Timeline
Symbol 5276 BitmapUsed by:5275
Symbol 5277 BitmapUsed by:5275
Symbol 5278 BitmapUsed by:5275
Symbol 5279 BitmapUsed by:5275
Symbol 5275 GraphicUses:5276 5277 5278 5279Used by:Timeline
Symbol 5282 BitmapUsed by:5281
Symbol 5283 BitmapUsed by:5281
Symbol 5284 BitmapUsed by:5281
Symbol 5285 BitmapUsed by:5281
Symbol 5281 GraphicUses:5282 5283 5284 5285Used by:Timeline
Symbol 5288 BitmapUsed by:5287
Symbol 5287 GraphicUses:5288Used by:Timeline
Symbol 5292 BitmapUsed by:5291
Symbol 5293 BitmapUsed by:5291
Symbol 5294 BitmapUsed by:5291
Symbol 5295 BitmapUsed by:5291
Symbol 5291 GraphicUses:5292 5293 5294 5295Used by:Timeline
Symbol 5298 BitmapUsed by:5297
Symbol 5297 GraphicUses:5298Used by:Timeline
Symbol 5301 BitmapUsed by:5300
Symbol 5300 GraphicUses:5301Used by:Timeline
Symbol 5304 BitmapUsed by:5303
Symbol 5303 GraphicUses:1823 5304Used by:Timeline
Symbol 5307 BitmapUsed by:5306
Symbol 5306 GraphicUses:5307Used by:Timeline
Symbol 5310 BitmapUsed by:5309
Symbol 5309 GraphicUses:5310Used by:Timeline
Symbol 5313 BitmapUsed by:5312
Symbol 5312 GraphicUses:5313Used by:Timeline
Symbol 5316 BitmapUsed by:5315
Symbol 5315 GraphicUses:5316Used by:Timeline
Symbol 5319 BitmapUsed by:5318
Symbol 5318 GraphicUses:5319Used by:Timeline
Symbol 5322 BitmapUsed by:5321
Symbol 5321 GraphicUses:5322Used by:Timeline
Symbol 5328 BitmapUsed by:5327
Symbol 5327 GraphicUses:1534 5328Used by:Timeline
Symbol 5332 BitmapUsed by:5331
Symbol 5331 GraphicUses:5332Used by:Timeline
Symbol 5335 BitmapUsed by:5334
Symbol 5336 BitmapUsed by:5334
Symbol 5334 GraphicUses:5335 5336Used by:Timeline
Symbol 5339 BitmapUsed by:5338
Symbol 5340 BitmapUsed by:5338
Symbol 5338 GraphicUses:5339 5340Used by:Timeline
Symbol 5344 BitmapUsed by:5343
Symbol 5343 GraphicUses:5344Used by:Timeline
Symbol 5347 BitmapUsed by:5346
Symbol 5346 GraphicUses:5347Used by:Timeline
Symbol 5350 BitmapUsed by:5349
Symbol 5349 GraphicUses:5350Used by:Timeline
Symbol 5353 BitmapUsed by:5352
Symbol 5352 GraphicUses:5353Used by:Timeline
Symbol 5356 BitmapUsed by:5355
Symbol 5357 BitmapUsed by:5355
Symbol 5355 GraphicUses:1554 5356 5357Used by:Timeline
Symbol 5360 BitmapUsed by:5359
Symbol 5359 GraphicUses:5360Used by:Timeline
Symbol 5363 BitmapUsed by:5362
Symbol 5362 GraphicUses:5363Used by:Timeline
Symbol 5366 BitmapUsed by:5365
Symbol 5365 GraphicUses:5366Used by:Timeline
Symbol 5369 BitmapUsed by:5368
Symbol 5368 GraphicUses:5369Used by:Timeline
Symbol 5372 BitmapUsed by:5371
Symbol 5371 GraphicUses:5372Used by:Timeline
Symbol 5375 BitmapUsed by:5374
Symbol 5374 GraphicUses:5375Used by:Timeline
Symbol 5378 BitmapUsed by:5377
Symbol 5377 GraphicUses:5378Used by:Timeline
Symbol 5381 BitmapUsed by:5380
Symbol 5380 GraphicUses:5381Used by:Timeline
Symbol 5384 BitmapUsed by:5383
Symbol 5383 GraphicUses:5384Used by:Timeline
Symbol 5387 BitmapUsed by:5386
Symbol 5388 BitmapUsed by:5386
Symbol 5389 BitmapUsed by:5386
Symbol 5390 BitmapUsed by:5386
Symbol 5386 GraphicUses:5387 5388 5389 5390Used by:Timeline
Symbol 5393 BitmapUsed by:5392
Symbol 5392 GraphicUses:5393Used by:Timeline
Symbol 5396 BitmapUsed by:5395
Symbol 5395 GraphicUses:5396Used by:Timeline
Symbol 5399 BitmapUsed by:5398
Symbol 5400 BitmapUsed by:5398
Symbol 5401 BitmapUsed by:5398
Symbol 5402 BitmapUsed by:5398
Symbol 5398 GraphicUses:5399 5400 5401 5402Used by:Timeline
Symbol 5405 BitmapUsed by:5404
Symbol 5406 BitmapUsed by:5404
Symbol 5407 BitmapUsed by:5404
Symbol 5408 BitmapUsed by:5404
Symbol 5404 GraphicUses:5405 5406 5407 5408Used by:Timeline
Symbol 5411 BitmapUsed by:5410
Symbol 5410 GraphicUses:5411Used by:Timeline
Symbol 5415 BitmapUsed by:5414
Symbol 5414 GraphicUses:5415Used by:Timeline
Symbol 5418 BitmapUsed by:5417
Symbol 5417 GraphicUses:5418Used by:Timeline
Symbol 5421 BitmapUsed by:5420
Symbol 5420 GraphicUses:5421Used by:Timeline
Symbol 5424 BitmapUsed by:5423
Symbol 5425 BitmapUsed by:5423
Symbol 5423 GraphicUses:5424 5425Used by:Timeline
Symbol 5428 BitmapUsed by:5427
Symbol 5427 GraphicUses:5428Used by:Timeline
Symbol 5431 BitmapUsed by:5430
Symbol 5430 GraphicUses:5431Used by:Timeline
Symbol 5436 BitmapUsed by:5435
Symbol 5435 GraphicUses:5436Used by:Timeline
Symbol 5439 BitmapUsed by:5438
Symbol 5438 GraphicUses:5439Used by:Timeline
Symbol 5442 BitmapUsed by:5441
Symbol 5441 GraphicUses:5442Used by:Timeline
Symbol 5445 BitmapUsed by:5444
Symbol 5444 GraphicUses:5445Used by:Timeline
Symbol 5448 BitmapUsed by:5447
Symbol 5447 GraphicUses:5448Used by:Timeline
Symbol 5451 BitmapUsed by:5450
Symbol 5450 GraphicUses:1764 5451Used by:Timeline
Symbol 5454 BitmapUsed by:5453
Symbol 5453 GraphicUses:5454Used by:Timeline
Symbol 5457 BitmapUsed by:5456
Symbol 5456 GraphicUses:5457Used by:Timeline
Symbol 5460 BitmapUsed by:5459
Symbol 5459 GraphicUses:5460Used by:Timeline
Symbol 5463 BitmapUsed by:5462
Symbol 5462 GraphicUses:5463Used by:Timeline
Symbol 5466 BitmapUsed by:5465
Symbol 5465 GraphicUses:5466Used by:Timeline
Symbol 5469 BitmapUsed by:5468
Symbol 5468 GraphicUses:5469Used by:Timeline
Symbol 5472 BitmapUsed by:5471
Symbol 5471 GraphicUses:5472Used by:Timeline
Symbol 5475 BitmapUsed by:5474
Symbol 5474 GraphicUses:5475Used by:Timeline
Symbol 5478 BitmapUsed by:5477
Symbol 5477 GraphicUses:5478Used by:Timeline
Symbol 5481 BitmapUsed by:5480
Symbol 5480 GraphicUses:1776 5481Used by:Timeline
Symbol 5486 BitmapUsed by:5485
Symbol 5487 BitmapUsed by:5485
Symbol 5488 BitmapUsed by:5485
Symbol 5489 BitmapUsed by:5485
Symbol 5485 GraphicUses:5486 5487 5488 5489Used by:Timeline
Symbol 5492 BitmapUsed by:5491
Symbol 5493 BitmapUsed by:5491
Symbol 5494 BitmapUsed by:5491
Symbol 5491 GraphicUses:5492 5493 5494Used by:Timeline
Symbol 5497 BitmapUsed by:5496
Symbol 5496 GraphicUses:5497Used by:Timeline
Symbol 5500 BitmapUsed by:5499
Symbol 5499 GraphicUses:5500Used by:Timeline
Symbol 5503 BitmapUsed by:5502
Symbol 5502 GraphicUses:5503Used by:Timeline
Symbol 5506 BitmapUsed by:5505
Symbol 5507 BitmapUsed by:5505
Symbol 5508 BitmapUsed by:5505
Symbol 5505 GraphicUses:5506 5507 5508Used by:Timeline
Symbol 5511 BitmapUsed by:5510
Symbol 5510 GraphicUses:5511Used by:Timeline
Symbol 5514 BitmapUsed by:5513
Symbol 5513 GraphicUses:1788 5514Used by:Timeline
Symbol 5520 BitmapUsed by:5519
Symbol 5519 GraphicUses:5520Used by:Timeline
Symbol 5523 BitmapUsed by:5522
Symbol 5522 GraphicUses:5523Used by:Timeline
Symbol 5526 BitmapUsed by:5525
Symbol 5525 GraphicUses:5526Used by:Timeline
Symbol 5529 BitmapUsed by:5528
Symbol 5528 GraphicUses:5529Used by:Timeline
Symbol 5533 GraphicUses:1800Used by:Timeline
Symbol 5541 BitmapUsed by:5540
Symbol 5542 BitmapUsed by:5540
Symbol 5543 BitmapUsed by:5540
Symbol 5544 BitmapUsed by:5540
Symbol 5540 GraphicUses:5541 5542 5543 5544Used by:Timeline
Symbol 5549 GraphicUses:1511Used by:Timeline
Symbol 5556 GraphicUses:4171Used by:Timeline
Symbol 5561 GraphicUses:4281Used by:Timeline
Symbol 5569 BitmapUsed by:5568
Symbol 5570 BitmapUsed by:5568
Symbol 5571 BitmapUsed by:5568
Symbol 5572 BitmapUsed by:5568
Symbol 5568 GraphicUses:5569 5570 5571 5572Used by:Timeline
Symbol 5575 BitmapUsed by:5574 5584 5602 5626 5637 5681
Symbol 5576 BitmapUsed by:5574
Symbol 5577 BitmapUsed by:5574
Symbol 5574 GraphicUses:5575 5576 5577Used by:Timeline
Symbol 5580 BitmapUsed by:5579 5596 5616 5630 5648 5697
Symbol 5581 BitmapUsed by:5579
Symbol 5579 GraphicUses:5580 5581Used by:Timeline
Symbol 5585 BitmapUsed by:5584
Symbol 5584 GraphicUses:1534 5575 5585Used by:Timeline
Symbol 5588 BitmapUsed by:5587
Symbol 5587 GraphicUses:5588Used by:Timeline
Symbol 5591 BitmapUsed by:5590
Symbol 5590 GraphicUses:5591Used by:Timeline
Symbol 5594 BitmapUsed by:5593
Symbol 5593 GraphicUses:5594Used by:Timeline
Symbol 5597 BitmapUsed by:5596
Symbol 5598 BitmapUsed by:5596
Symbol 5596 GraphicUses:5580 5597 5598Used by:Timeline
Symbol 5603 BitmapUsed by:5602
Symbol 5604 BitmapUsed by:5602
Symbol 5602 GraphicUses:5575 5603 5604Used by:Timeline
Symbol 5607 BitmapUsed by:5606
Symbol 5606 GraphicUses:5607Used by:Timeline
Symbol 5610 BitmapUsed by:5609
Symbol 5609 GraphicUses:5610Used by:Timeline
Symbol 5613 BitmapUsed by:5612
Symbol 5614 BitmapUsed by:5612
Symbol 5612 GraphicUses:1554 5613 5614Used by:Timeline
Symbol 5617 BitmapUsed by:5616
Symbol 5618 BitmapUsed by:5616
Symbol 5616 GraphicUses:5580 5617 5618Used by:Timeline
Symbol 5621 BitmapUsed by:5620
Symbol 5620 GraphicUses:5621Used by:Timeline
Symbol 5624 BitmapUsed by:5623
Symbol 5623 GraphicUses:5624Used by:Timeline
Symbol 5627 BitmapUsed by:5626
Symbol 5628 BitmapUsed by:5626
Symbol 5626 GraphicUses:5575 5627 5628Used by:Timeline
Symbol 5631 BitmapUsed by:5630
Symbol 5632 BitmapUsed by:5630
Symbol 5630 GraphicUses:5580 5631 5632Used by:Timeline
Symbol 5638 BitmapUsed by:5637
Symbol 5639 BitmapUsed by:5637
Symbol 5637 GraphicUses:5575 5638 5639Used by:Timeline
Symbol 5642 BitmapUsed by:5641
Symbol 5641 GraphicUses:5642Used by:Timeline
Symbol 5646 BitmapUsed by:5645
Symbol 5645 GraphicUses:5646Used by:Timeline
Symbol 5649 BitmapUsed by:5648
Symbol 5650 BitmapUsed by:5648
Symbol 5648 GraphicUses:5580 5649 5650Used by:Timeline
Symbol 5653 BitmapUsed by:5652
Symbol 5652 GraphicUses:5653Used by:Timeline
Symbol 5661 BitmapUsed by:5660
Symbol 5660 GraphicUses:5661Used by:Timeline
Symbol 5670 BitmapUsed by:5669
Symbol 5669 GraphicUses:5670Used by:Timeline
Symbol 5673 BitmapUsed by:5672
Symbol 5672 GraphicUses:5673Used by:Timeline
Symbol 5676 BitmapUsed by:5675
Symbol 5675 GraphicUses:5676Used by:Timeline
Symbol 5678 GraphicUses:1764Used by:Timeline
Symbol 5682 BitmapUsed by:5681
Symbol 5683 BitmapUsed by:5681
Symbol 5681 GraphicUses:5682 5575 5683Used by:Timeline
Symbol 5686 BitmapUsed by:5685
Symbol 5687 BitmapUsed by:5685
Symbol 5688 BitmapUsed by:5685
Symbol 5689 BitmapUsed by:5685
Symbol 5685 GraphicUses:5686 5687 5688 5689Used by:Timeline
Symbol 5692 BitmapUsed by:5691
Symbol 5691 GraphicUses:5692Used by:Timeline
Symbol 5695 BitmapUsed by:5694
Symbol 5694 GraphicUses:5695Used by:Timeline
Symbol 5698 BitmapUsed by:5697
Symbol 5699 BitmapUsed by:5697
Symbol 5697 GraphicUses:5698 5699 5580Used by:Timeline
Symbol 5702 BitmapUsed by:5701
Symbol 5701 GraphicUses:5702Used by:Timeline
Symbol 5706 BitmapUsed by:5705
Symbol 5707 BitmapUsed by:5705
Symbol 5708 BitmapUsed by:5705
Symbol 5709 BitmapUsed by:5705
Symbol 5705 GraphicUses:5706 5707 5708 5709Used by:Timeline
Symbol 5712 BitmapUsed by:5711
Symbol 5711 GraphicUses:1776 5712Used by:Timeline
Symbol 5719 BitmapUsed by:5718
Symbol 5718 GraphicUses:5719Used by:Timeline
Symbol 5723 BitmapUsed by:5722
Symbol 5722 GraphicUses:5723Used by:Timeline
Symbol 5727 GraphicUses:1788Used by:Timeline
Symbol 5731 BitmapUsed by:5730
Symbol 5730 GraphicUses:5731Used by:Timeline
Symbol 5734 BitmapUsed by:5733
Symbol 5733 GraphicUses:5734Used by:Timeline
Symbol 5737 BitmapUsed by:5736
Symbol 5736 GraphicUses:5737Used by:Timeline
Symbol 5740 BitmapUsed by:5739
Symbol 5739 GraphicUses:5740Used by:Timeline
Symbol 5743 BitmapUsed by:5742
Symbol 5742 GraphicUses:5743Used by:Timeline
Symbol 5746 BitmapUsed by:5745
Symbol 5745 GraphicUses:5746Used by:Timeline
Symbol 5750 GraphicUses:1800Used by:Timeline
Symbol 5753 BitmapUsed by:5752
Symbol 5754 BitmapUsed by:5752
Symbol 5755 BitmapUsed by:5752
Symbol 5752 GraphicUses:5753 5754 5755Used by:Timeline
Symbol 5762 BitmapUsed by:5761
Symbol 5761 GraphicUses:5762Used by:Timeline
Symbol 5765 BitmapUsed by:5764
Symbol 5764 GraphicUses:5765Used by:Timeline
Symbol 5768 BitmapUsed by:5767
Symbol 5767 GraphicUses:5768Used by:Timeline
Symbol 5771 BitmapUsed by:5770
Symbol 5770 GraphicUses:5771Used by:Timeline
Symbol 5774 BitmapUsed by:5773
Symbol 5773 GraphicUses:1511 5774Used by:Timeline
Symbol 5778 BitmapUsed by:5777
Symbol 5777 GraphicUses:5778Used by:Timeline
Symbol 5781 BitmapUsed by:5780
Symbol 5782 BitmapUsed by:5780
Symbol 5780 GraphicUses:5781 5782Used by:Timeline
Symbol 5785 BitmapUsed by:5784
Symbol 5784 GraphicUses:5785Used by:Timeline
Symbol 5792 GraphicUses:4507Used by:Timeline
Symbol 5803 GraphicUses:1534Used by:Timeline
Symbol 5808 BitmapUsed by:5807
Symbol 5807 GraphicUses:5808Used by:Timeline
Symbol 5811 BitmapUsed by:5810
Symbol 5810 GraphicUses:5811Used by:Timeline
Symbol 5814 BitmapUsed by:5813
Symbol 5813 GraphicUses:5814Used by:Timeline
Symbol 5817 BitmapUsed by:5816
Symbol 5816 GraphicUses:5817Used by:Timeline
Symbol 5820 BitmapUsed by:5819
Symbol 5819 GraphicUses:5820Used by:Timeline
Symbol 5824 GraphicUses:1554Used by:Timeline
Symbol 5828 BitmapUsed by:5827
Symbol 5829 BitmapUsed by:5827
Symbol 5830 BitmapUsed by:5827
Symbol 5827 GraphicUses:5828 5829 5830Used by:Timeline
Symbol 5833 BitmapUsed by:5832
Symbol 5832 GraphicUses:5833Used by:Timeline
Symbol 5836 BitmapUsed by:5835
Symbol 5835 GraphicUses:5836Used by:Timeline
Symbol 5839 BitmapUsed by:5838
Symbol 5838 GraphicUses:5839Used by:Timeline
Symbol 5846 BitmapUsed by:5845
Symbol 5845 GraphicUses:5846Used by:Timeline
Symbol 5850 BitmapUsed by:5849
Symbol 5849 GraphicUses:5850Used by:Timeline
Symbol 5853 BitmapUsed by:5852
Symbol 5854 BitmapUsed by:5852
Symbol 5855 BitmapUsed by:5852
Symbol 5856 BitmapUsed by:5852
Symbol 5852 GraphicUses:5853 5854 5855 5856Used by:Timeline
Symbol 5859 BitmapUsed by:5858
Symbol 5860 BitmapUsed by:5858
Symbol 5861 BitmapUsed by:5858
Symbol 5858 GraphicUses:5859 5860 5861Used by:Timeline
Symbol 5869 BitmapUsed by:5868
Symbol 5868 GraphicUses:5869Used by:Timeline
Symbol 5880 GraphicUses:1764Used by:Timeline
Symbol 5886 BitmapUsed by:5885
Symbol 5885 GraphicUses:5886Used by:Timeline
Symbol 5889 BitmapUsed by:5888
Symbol 5888 GraphicUses:5889Used by:Timeline
Symbol 5892 BitmapUsed by:5891
Symbol 5891 GraphicUses:5892Used by:Timeline
Symbol 5895 BitmapUsed by:5894
Symbol 5894 GraphicUses:5895Used by:Timeline
Symbol 5899 GraphicUses:1776Used by:Timeline
Symbol 5902 BitmapUsed by:5901
Symbol 5901 GraphicUses:5902Used by:Timeline
Symbol 5905 BitmapUsed by:5904
Symbol 5904 GraphicUses:5905Used by:Timeline
Symbol 5908 BitmapUsed by:5907
Symbol 5907 GraphicUses:5908Used by:Timeline
Symbol 5911 BitmapUsed by:5910
Symbol 5910 GraphicUses:5911Used by:Timeline
Symbol 5914 BitmapUsed by:5913
Symbol 5913 GraphicUses:5914Used by:Timeline
Symbol 5922 BitmapUsed by:5921
Symbol 5923 BitmapUsed by:5921
Symbol 5924 BitmapUsed by:5921
Symbol 5925 BitmapUsed by:5921
Symbol 5921 GraphicUses:5922 5923 5924 5925Used by:Timeline
Symbol 5928 BitmapUsed by:5927
Symbol 5927 GraphicUses:5928Used by:Timeline
Symbol 5931 BitmapUsed by:5930
Symbol 5930 GraphicUses:5931Used by:Timeline
Symbol 5939 GraphicUses:1800Used by:Timeline
Symbol 5950 GraphicUses:1511Used by:Timeline
Symbol 5955 BitmapUsed by:5954
Symbol 5954 GraphicUses:5955 1866Used by:Timeline
Symbol 5963 BitmapUsed by:5962
Symbol 5962 GraphicUses:5963Used by:Timeline
Symbol 5966 BitmapUsed by:5965
Symbol 5967 BitmapUsed by:5965
Symbol 5968 BitmapUsed by:5965
Symbol 5969 BitmapUsed by:5965
Symbol 5965 GraphicUses:5966 5967 5968 5969Used by:Timeline
Symbol 5972 BitmapUsed by:5971
Symbol 5973 BitmapUsed by:5971
Symbol 5974 BitmapUsed by:5971
Symbol 5975 BitmapUsed by:5971
Symbol 5971 GraphicUses:5972 5973 5974 5975Used by:Timeline
Symbol 5978 BitmapUsed by:5977
Symbol 5979 BitmapUsed by:5977
Symbol 5980 BitmapUsed by:5977
Symbol 5977 GraphicUses:5978 5979 5980Used by:Timeline
Symbol 5983 BitmapUsed by:5982
Symbol 5982 GraphicUses:5983Used by:Timeline
Symbol 5989 BitmapUsed by:5988
Symbol 5990 BitmapUsed by:5988
Symbol 5988 GraphicUses:5989 5990Used by:Timeline
Symbol 5993 BitmapUsed by:5992
Symbol 5992 GraphicUses:5993Used by:Timeline
Symbol 5996 BitmapUsed by:5995
Symbol 5995 GraphicUses:5996Used by:Timeline
Symbol 5999 BitmapUsed by:5998
Symbol 6000 BitmapUsed by:5998
Symbol 6001 BitmapUsed by:5998
Symbol 6002 BitmapUsed by:5998
Symbol 5998 GraphicUses:5999 6000 6001 6002Used by:Timeline
Symbol 6013 BitmapUsed by:6012
Symbol 6012 GraphicUses:6013Used by:Timeline
Symbol 6015 BitmapUsed by:6014
Symbol 6016 BitmapUsed by:6014
Symbol 6017 BitmapUsed by:6014
Symbol 6018 BitmapUsed by:6014
Symbol 6014 GraphicUses:6015 6016 6017 6018Used by:Timeline
Symbol 6021 BitmapUsed by:6020
Symbol 6022 BitmapUsed by:6020
Symbol 6023 BitmapUsed by:6020
Symbol 6024 BitmapUsed by:6020
Symbol 6020 GraphicUses:6021 6022 6023 6024Used by:Timeline
Symbol 6027 BitmapUsed by:6026
Symbol 6026 GraphicUses:6027Used by:Timeline
Symbol 6030 BitmapUsed by:6029
Symbol 6029 GraphicUses:6030Used by:Timeline
Symbol 6033 BitmapUsed by:6032
Symbol 6032 GraphicUses:6033Used by:Timeline
Symbol 6041 BitmapUsed by:6040
Symbol 6040 GraphicUses:6041Used by:Timeline
Symbol 6044 BitmapUsed by:6043
Symbol 6043 GraphicUses:6044Used by:Timeline
Symbol 6047 BitmapUsed by:6046
Symbol 6048 BitmapUsed by:6046
Symbol 6046 GraphicUses:6047 6048Used by:Timeline
Symbol 6051 BitmapUsed by:6050
Symbol 6050 GraphicUses:6051Used by:Timeline
Symbol 6054 BitmapUsed by:6053
Symbol 6053 GraphicUses:6054Used by:Timeline
Symbol 6063 BitmapUsed by:6062
Symbol 6062 GraphicUses:6063Used by:Timeline
Symbol 6074 GraphicUses:1764Used by:Timeline
Symbol 6087 BitmapUsed by:6086
Symbol 6086 GraphicUses:1776 6087Used by:Timeline
Symbol 6090 BitmapUsed by:6089
Symbol 6089 GraphicUses:6090Used by:Timeline
Symbol 6093 BitmapUsed by:6092
Symbol 6092 GraphicUses:6093Used by:Timeline
Symbol 6102 BitmapUsed by:6101
Symbol 6101 GraphicUses:6102Used by:Timeline
Symbol 6105 BitmapUsed by:6104
Symbol 6106 BitmapUsed by:6104
Symbol 6104 GraphicUses:1788 6105 6106Used by:Timeline
Symbol 6109 BitmapUsed by:6108
Symbol 6110 BitmapUsed by:6108
Symbol 6111 BitmapUsed by:6108
Symbol 6112 BitmapUsed by:6108
Symbol 6108 GraphicUses:6109 6110 6111 6112Used by:Timeline
Symbol 6115 BitmapUsed by:6114
Symbol 6114 GraphicUses:6115Used by:Timeline
Symbol 6118 BitmapUsed by:6117
Symbol 6119 BitmapUsed by:6117
Symbol 6120 BitmapUsed by:6117
Symbol 6121 BitmapUsed by:6117
Symbol 6117 GraphicUses:6118 6119 6120 6121Used by:Timeline
Symbol 6124 BitmapUsed by:6123
Symbol 6125 BitmapUsed by:6123
Symbol 6126 BitmapUsed by:6123
Symbol 6127 BitmapUsed by:6123
Symbol 6123 GraphicUses:6124 6125 6126 6127Used by:Timeline
Symbol 6130 BitmapUsed by:6129
Symbol 6129 GraphicUses:6130Used by:Timeline
Symbol 6135 GraphicUses:1800Used by:Timeline
Symbol 6146 GraphicUses:1511Used by:Timeline
Symbol 6157 GraphicUses:3592Used by:Timeline
Symbol 6168 GraphicUses:1534Used by:Timeline
Symbol 6179 GraphicUses:1554Used by:Timeline
Symbol 6186 BitmapUsed by:6185
Symbol 6185 GraphicUses:6186Used by:Timeline
Symbol 6189 BitmapUsed by:6188
Symbol 6190 BitmapUsed by:6188
Symbol 6191 BitmapUsed by:6188
Symbol 6192 BitmapUsed by:6188
Symbol 6188 GraphicUses:6189 6190 6191 6192Used by:Timeline
Symbol 6195 BitmapUsed by:6194
Symbol 6196 BitmapUsed by:6194
Symbol 6194 GraphicUses:6195 6196Used by:Timeline
Symbol 6199 BitmapUsed by:6198
Symbol 6198 GraphicUses:6199Used by:Timeline
Symbol 6202 BitmapUsed by:6201
Symbol 6203 BitmapUsed by:6201
Symbol 6204 BitmapUsed by:6201
Symbol 6201 GraphicUses:6202 6203 6204Used by:Timeline
Symbol 6207 BitmapUsed by:6206
Symbol 6208 BitmapUsed by:6206
Symbol 6209 BitmapUsed by:6206
Symbol 6206 GraphicUses:6207 6208 6209Used by:Timeline
Symbol 6221 BitmapUsed by:6220
Symbol 6220 GraphicUses:6221Used by:Timeline
Symbol 6232 GraphicUses:1764Used by:Timeline
Symbol 6244 BitmapUsed by:6243
Symbol 6243 GraphicUses:1776 6244Used by:Timeline
Symbol 6247 BitmapUsed by:6246
Symbol 6246 GraphicUses:6247Used by:Timeline
Symbol 6250 BitmapUsed by:6249
Symbol 6249 GraphicUses:6250Used by:Timeline
Symbol 6253 BitmapUsed by:6252
Symbol 6252 GraphicUses:6253Used by:Timeline
Symbol 6256 BitmapUsed by:6255
Symbol 6255 GraphicUses:6256Used by:Timeline
Symbol 6259 BitmapUsed by:6258
Symbol 6258 GraphicUses:6259Used by:Timeline
Symbol 6265 GraphicUses:1788Used by:Timeline
Symbol 6272 BitmapUsed by:6271
Symbol 6271 GraphicUses:6272Used by:Timeline
Symbol 6275 BitmapUsed by:6274
Symbol 6274 GraphicUses:6275Used by:Timeline
Symbol 6278 BitmapUsed by:6277
Symbol 6277 GraphicUses:6278Used by:Timeline
Symbol 6282 GraphicUses:1800Used by:Timeline
Symbol 6287 BitmapUsed by:6286
Symbol 6286 GraphicUses:6287Used by:Timeline
Symbol 6290 BitmapUsed by:6289
Symbol 6289 GraphicUses:6290Used by:Timeline
Symbol 6294 BitmapUsed by:6293
Symbol 6293 GraphicUses:6294Used by:Timeline
Symbol 6297 BitmapUsed by:6296
Symbol 6296 GraphicUses:6297Used by:Timeline
Symbol 6302 BitmapUsed by:6301
Symbol 6301 GraphicUses:1511 6302Used by:Timeline
Symbol 6306 BitmapUsed by:6305
Symbol 6307 BitmapUsed by:6305
Symbol 6308 BitmapUsed by:6305
Symbol 6309 BitmapUsed by:6305
Symbol 6305 GraphicUses:6306 6307 6308 6309Used by:Timeline
Symbol 6312 BitmapUsed by:6311
Symbol 6311 GraphicUses:6312Used by:Timeline
Symbol 6315 BitmapUsed by:6314
Symbol 6314 GraphicUses:6315Used by:Timeline
Symbol 6318 BitmapUsed by:6317
Symbol 6317 GraphicUses:6318Used by:Timeline
Symbol 6321 BitmapUsed by:6320
Symbol 6320 GraphicUses:6321Used by:Timeline
Symbol 6324 BitmapUsed by:6323
Symbol 6323 GraphicUses:6324Used by:Timeline
Symbol 6327 BitmapUsed by:6326
Symbol 6326 GraphicUses:6327Used by:Timeline
Symbol 6330 BitmapUsed by:6329
Symbol 6329 GraphicUses:6330Used by:Timeline
Symbol 6333 BitmapUsed by:6332
Symbol 6334 BitmapUsed by:6332
Symbol 6332 GraphicUses:6333 6334Used by:Timeline
Symbol 6337 BitmapUsed by:6336
Symbol 6336 GraphicUses:6337Used by:Timeline
Symbol 6340 BitmapUsed by:6339
Symbol 6339 GraphicUses:6340Used by:Timeline
Symbol 6344 BitmapUsed by:6343
Symbol 6343 GraphicUses:6344Used by:Timeline
Symbol 6347 BitmapUsed by:6346
Symbol 6346 GraphicUses:6347Used by:Timeline
Symbol 6350 BitmapUsed by:6349
Symbol 6349 GraphicUses:6350Used by:Timeline
Symbol 6354 BitmapUsed by:6353
Symbol 6353 GraphicUses:6354Used by:Timeline
Symbol 6360 BitmapUsed by:6359
Symbol 6361 BitmapUsed by:6359
Symbol 6362 BitmapUsed by:6359
Symbol 6363 BitmapUsed by:6359
Symbol 6359 GraphicUses:6360 6361 6362 6363Used by:Timeline
Symbol 6367 BitmapUsed by:6366
Symbol 6368 BitmapUsed by:6366
Symbol 6369 BitmapUsed by:6366
Symbol 6370 BitmapUsed by:6366
Symbol 6366 GraphicUses:6367 6368 6369 6370Used by:Timeline
Symbol 6415 BitmapUsed by:6414
Symbol 6416 BitmapUsed by:6414
Symbol 6417 BitmapUsed by:6414
Symbol 6418 BitmapUsed by:6414
Symbol 6414 GraphicUses:6415 6416 6417 6418Used by:Timeline
Symbol 6421 BitmapUsed by:6420
Symbol 6422 BitmapUsed by:6420
Symbol 6423 BitmapUsed by:6420
Symbol 6424 BitmapUsed by:6420
Symbol 6420 GraphicUses:6421 6422 6423 6424Used by:Timeline
Streaming Sound 1Used by:Timeline

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "EmbeddedHelveticaNeue"
ExportAssets (56)Timeline Frame 1Symbol 2 as "VolumeControl"
ExportAssets (56)Timeline Frame 1Symbol 4 as "VolumePanel"
ExportAssets (56)Timeline Frame 1Symbol 5 as "OneStateButton"
ExportAssets (56)Timeline Frame 1Symbol 7 as "SliderInsetLeft"
ExportAssets (56)Timeline Frame 1Symbol 9 as "SliderInsetMiddle"
ExportAssets (56)Timeline Frame 1Symbol 10 as "SliderInsetRight"
ExportAssets (56)Timeline Frame 1Symbol 12 as "vSliderThumbUp"
ExportAssets (56)Timeline Frame 1Symbol 14 as "SliderFill"
ExportAssets (56)Timeline Frame 1Symbol 16 as "SliderBase"
ExportAssets (56)Timeline Frame 1Symbol 21 as "ReplayDisabled"
ExportAssets (56)Timeline Frame 1Symbol 24 as "ReplayDown"
ExportAssets (56)Timeline Frame 1Symbol 26 as "ReplayUp"
ExportAssets (56)Timeline Frame 1Symbol 29 as "ReplayOver"
ExportAssets (56)Timeline Frame 1Symbol 32 as "DownloadDisabled"
ExportAssets (56)Timeline Frame 1Symbol 35 as "DownloadOver"
ExportAssets (56)Timeline Frame 1Symbol 38 as "DownloadDown"
ExportAssets (56)Timeline Frame 1Symbol 40 as "DownloadUp"
ExportAssets (56)Timeline Frame 1Symbol 45 as "EndMessage"
ExportAssets (56)Timeline Frame 1Symbol 48 as "VideoBug"
ExportAssets (56)Timeline Frame 1Symbol 53 as "StartIconDisabled"
ExportAssets (56)Timeline Frame 1Symbol 56 as "StartIconDown"
ExportAssets (56)Timeline Frame 1Symbol 60 as "StartIconOver"
ExportAssets (56)Timeline Frame 1Symbol 61 as "StartIconUp"
ExportAssets (56)Timeline Frame 1Symbol 64 as "StartBrandLogo"
ExportAssets (56)Timeline Frame 1Symbol 65 as "ComponentRect"
ExportAssets (56)Timeline Frame 1Symbol 66 as "TimeDisplay"
ExportAssets (56)Timeline Frame 1Symbol 67 as "ProgressBar"
ExportAssets (56)Timeline Frame 1Symbol 68 as "ProgressSlider"
ExportAssets (56)Timeline Frame 1Symbol 69 as "Scale9Panel"
ExportAssets (56)Timeline Frame 1Symbol 70 as "SimpleComponent"
ExportAssets (56)Timeline Frame 1Symbol 71 as "HPanel"
ExportAssets (56)Timeline Frame 1Symbol 72 as "BasicButton"
ExportAssets (56)Timeline Frame 1Symbol 73 as "Slice9Panel"
ExportAssets (56)Timeline Frame 1Symbol 74 as "StartWidget"
ExportAssets (56)Timeline Frame 1Symbol 75 as "ImageSlice"
ExportAssets (56)Timeline Frame 1Symbol 76 as "Label"
ExportAssets (56)Timeline Frame 1Symbol 77 as "SliderTrack"
ExportAssets (56)Timeline Frame 1Symbol 79 as "AudioMuteDisabled"
ExportAssets (56)Timeline Frame 1Symbol 81 as "AudioMuteDown"
ExportAssets (56)Timeline Frame 1Symbol 83 as "AudioMuteOver"
ExportAssets (56)Timeline Frame 1Symbol 85 as "AudioMuteUp"
ExportAssets (56)Timeline Frame 1Symbol 87 as "MinScreenDown"
ExportAssets (56)Timeline Frame 1Symbol 89 as "MinScreenDisabled"
ExportAssets (56)Timeline Frame 1Symbol 91 as "MinScreenOver"
ExportAssets (56)Timeline Frame 1Symbol 93 as "MinScreenUp"
ExportAssets (56)Timeline Frame 1Symbol 95 as "MaxScreenDisabled"
ExportAssets (56)Timeline Frame 1Symbol 97 as "MaxScreenDown"
ExportAssets (56)Timeline Frame 1Symbol 99 as "MaxScreenOver"
ExportAssets (56)Timeline Frame 1Symbol 101 as "MaxScreenUp"
ExportAssets (56)Timeline Frame 1Symbol 103 as "ProgressFill"
ExportAssets (56)Timeline Frame 1Symbol 105 as "PauseDisabled"
ExportAssets (56)Timeline Frame 1Symbol 107 as "PauseDown"
ExportAssets (56)Timeline Frame 1Symbol 109 as "PauseOver"
ExportAssets (56)Timeline Frame 1Symbol 111 as "PauseUp"
ExportAssets (56)Timeline Frame 1Symbol 113 as "PlayDisabled"
ExportAssets (56)Timeline Frame 1Symbol 115 as "PlayDown"
ExportAssets (56)Timeline Frame 1Symbol 117 as "AudioDisabled"
ExportAssets (56)Timeline Frame 1Symbol 119 as "AudioDown"
ExportAssets (56)Timeline Frame 1Symbol 121 as "PlayUp"
ExportAssets (56)Timeline Frame 1Symbol 123 as "AudioUp"
ExportAssets (56)Timeline Frame 1Symbol 125 as "AudioOver"
ExportAssets (56)Timeline Frame 1Symbol 127 as "SliderThumbDisabled"
ExportAssets (56)Timeline Frame 1Symbol 129 as "SliderThumbDown"
ExportAssets (56)Timeline Frame 1Symbol 131 as "SliderThumbOver"
ExportAssets (56)Timeline Frame 1Symbol 133 as "SliderThumbUp"
ExportAssets (56)Timeline Frame 1Symbol 135 as "PlayOver"
ExportAssets (56)Timeline Frame 1Symbol 137 as "BottomRight"
ExportAssets (56)Timeline Frame 1Symbol 139 as "BottomLeft"
ExportAssets (56)Timeline Frame 1Symbol 141 as "BottomMiddle"
ExportAssets (56)Timeline Frame 1Symbol 143 as "LoadFill"
ExportAssets (56)Timeline Frame 1Symbol 145 as "Separator"
ExportAssets (56)Timeline Frame 1Symbol 146 as "JingPlayer"
ExportAssets (56)Timeline Frame 1Symbol 147 as "JingApplication"
ExportAssets (56)Timeline Frame 1Symbol 148 as "StartScreen"
ExportAssets (56)Timeline Frame 1Symbol 149 as "EndScreen"
ExportAssets (56)Timeline Frame 1Symbol 150 as "Bitmap"
ExportAssets (56)Timeline Frame 1Symbol 151 as "Slider"
ExportAssets (56)Timeline Frame 1Symbol 20480 as "__Packages.com.techsmith.ui.Movable"
ExportAssets (56)Timeline Frame 1Symbol 20481 as "__Packages.com.techsmith.events.IEventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 20482 as "__Packages.com.techsmith.ui.ComponentBase"
ExportAssets (56)Timeline Frame 1Symbol 20483 as "__Packages.com.techsmith.ui.Component"
ExportAssets (56)Timeline Frame 1Symbol 20484 as "__Packages.com.techsmith.ui.ButtonBase"
ExportAssets (56)Timeline Frame 1Symbol 20485 as "__Packages.com.techsmith.ui.Container"
ExportAssets (56)Timeline Frame 1Symbol 20486 as "__Packages.com.mosesSupposes.fuse.FuseKitCommon"
ExportAssets (56)Timeline Frame 1Symbol 20487 as "__Packages.com.techsmith.ui.managers.DepthManager"
ExportAssets (56)Timeline Frame 1Symbol 20488 as "__Packages.com.techsmith.jing.StartScreen"
ExportAssets (56)Timeline Frame 1Symbol 20489 as "__Packages.com.mosesSupposes.fuse.Fuse"
ExportAssets (56)Timeline Frame 1Symbol 20490 as "__Packages.com.techsmith.ui.Bitmap"
ExportAssets (56)Timeline Frame 1Symbol 20491 as "__Packages.com.techsmith.utils.Dimension"
ExportAssets (56)Timeline Frame 1Symbol 20492 as "__Packages.com.techsmith.ui.VolumeControl"
ExportAssets (56)Timeline Frame 1Symbol 20493 as "__Packages.com.techsmith.jing.JingVolumeControl"
ExportAssets (56)Timeline Frame 1Symbol 20494 as "__Packages.com.techsmith.utils.Delegate"
ExportAssets (56)Timeline Frame 1Symbol 20495 as "__Packages.com.techsmith.ui.OneStateButton"
ExportAssets (56)Timeline Frame 1Symbol 20496 as "__Packages.com.brooksandrus.utils.Collection"
ExportAssets (56)Timeline Frame 1Symbol 20497 as "__Packages.com.techsmith.utils.shapes.Rectangle"
ExportAssets (56)Timeline Frame 1Symbol 20498 as "__Packages.com.mosesSupposes.fuse.FuseFMP"
ExportAssets (56)Timeline Frame 1Symbol 20499 as "__Packages.com.mosesSupposes.fuse.ZManager"
ExportAssets (56)Timeline Frame 1Symbol 20500 as "__Packages.com.techsmith.utils.Point"
ExportAssets (56)Timeline Frame 1Symbol 20501 as "__Packages.com.techsmith.ui.Slider"
ExportAssets (56)Timeline Frame 1Symbol 20502 as "__Packages.com.mosesSupposes.fuse.ZigoEngine"
ExportAssets (56)Timeline Frame 1Symbol 20503 as "__Packages.com.mosesSupposes.fuse.FuseItem"
ExportAssets (56)Timeline Frame 1Symbol 20504 as "__Packages.com.techsmith.events.Events"
ExportAssets (56)Timeline Frame 1Symbol 20505 as "__Packages.com.brooksandrus.utils.Iterator"
ExportAssets (56)Timeline Frame 1Symbol 20506 as "__Packages.com.brooksandrus.utils.IteratorImpl"
ExportAssets (56)Timeline Frame 1Symbol 20507 as "__Packages.com.brooksandrus.drawing.Rect"
ExportAssets (56)Timeline Frame 1Symbol 20508 as "__Packages.com.brooksandrus.utils.CollectionImpl"
ExportAssets (56)Timeline Frame 1Symbol 20509 as "__Packages.com.techsmith.ui.BasicButton"
ExportAssets (56)Timeline Frame 1Symbol 20510 as "__Packages.com.techsmith.ui.panels.PanelStyle"
ExportAssets (56)Timeline Frame 1Symbol 20511 as "__Packages.com.brooksandrus.ui.ProgressBar"
ExportAssets (56)Timeline Frame 1Symbol 20512 as "__Packages.com.techsmith.ui.SliderTrack"
ExportAssets (56)Timeline Frame 1Symbol 20513 as "__Packages.com.brooksandrus.ui.ProgressSlider"
ExportAssets (56)Timeline Frame 1Symbol 20514 as "__Packages.com.techsmith.jing.Main"
ExportAssets (56)Timeline Frame 1Symbol 20515 as "__Packages.com.techsmith.jing.JingApplication"
ExportAssets (56)Timeline Frame 1Symbol 20516 as "__Packages.com.mosesSupposes.fuse.PennerEasing"
ExportAssets (56)Timeline Frame 1Symbol 20517 as "__Packages.com.techsmith.ui.panels.IPanel"
ExportAssets (56)Timeline Frame 1Symbol 20518 as "__Packages.com.techsmith.ui.panels.Scale9Panel"
ExportAssets (56)Timeline Frame 1Symbol 20519 as "__Packages.com.techsmith.jing.Slider"
ExportAssets (56)Timeline Frame 1Symbol 20520 as "__Packages.com.techsmith.jing.EndScreen"
ExportAssets (56)Timeline Frame 1Symbol 20521 as "__Packages.com.techsmith.ui.ButtonStyle"
ExportAssets (56)Timeline Frame 1Symbol 20522 as "__Packages.com.techsmith.ui.panels.HPanel"
ExportAssets (56)Timeline Frame 1Symbol 20523 as "__Packages.com.techsmith.events.EventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 20524 as "__Packages.com.techsmith.jing.TimeDisplay"
ExportAssets (56)Timeline Frame 1Symbol 20525 as "__Packages.com.techsmith.utils.TimeFormatter"
ExportAssets (56)Timeline Frame 1Symbol 20526 as "__Packages.com.techsmith.ui.ComponentCollection"
ExportAssets (56)Timeline Frame 1Symbol 20527 as "__Packages.com.techsmith.jing.JingPlayer"
ExportAssets (56)Timeline Frame 1Symbol 20528 as "__Packages.com.techsmith.ui.panels.Slice9Panel"
Tag 0x2BC (700)Timeline Frame 115 bytes "TechSmith Jing."




http://swfchan.com/46/226397/info.shtml
Created: 10/10 -2019 03:23:12 Last modified: 10/10 -2019 03:23:12 Server time: 15/05 -2024 07:55:07