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

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

overview-of-firefox3.swf

This is the info page for
Flash #20458

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


Text
The quick & easy way to visually
share your thoughts

Created with

get it now!

get it now

get it now

replay screencast

share

replay screencast

share

ActionScript [AS1/AS2]

Frame 1
csMovieFPS = 10; Stage.scaleMode = "noScale"; width = 988; height = 691; fps = 10; com.techsmith.arcturus.Main.main(this);
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.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 20486 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 20487 MovieClip [__Packages.com.techsmith.arcturus.ArcContextMenu] Frame 0
class com.techsmith.arcturus.ArcContextMenu extends ContextMenu { var hideBuiltInItems; function ArcContextMenu () { super(); hideBuiltInItems(true); var _local3 = new ContextMenuItem("Made with Jing", com.techsmith.utils.Delegate.create(this, arcturusHandler)); var _local4 = new ContextMenuItem("Powered by Screencast.com", com.techsmith.utils.Delegate.create(this, screencastHandler)); var _local5 = new ContextMenuItem("Snagit", com.techsmith.utils.Delegate.create(this, snagitHandler)); var _local6 = new ContextMenuItem("Camtasia Studio", com.techsmith.utils.Delegate.create(this, camtasiaHandler)); _local5.separatorBefore = true; } function arcturusHandler(e) { getURL ("http://www.jingproject.com", "_blank"); } function screencastHandler() { getURL ("http://www.screencast.com/", "_blank"); } function snagitHandler() { getURL ("http://www.techsmith.com/snagit.asp", "_blank"); } function camtasiaHandler() { getURL ("http://www.techsmith.com/camtasia.asp", "_blank"); } }
Symbol 20488 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 20489 MovieClip [__Packages.com.techsmith.arcturus.EndScreen] Frame 0
class com.techsmith.arcturus.EndScreen extends com.techsmith.ui.Component { var background, createEmptyMovieClip, message, _width, getItNow, replay, dispatchEvent; function EndScreen () { super(); createLayout(); registerListeners(); } static function create(container, name, depth, init) { Object.registerClass("EndScreen", com.techsmith.arcturus.EndScreen); var _local6 = container.attachMovie("EndScreen", name, depth, init); return(com.techsmith.arcturus.EndScreen(_local6)); } function createLayout() { background = createEmptyMovieClip("background", 1); var _local2 = 200; var _local3 = 160; var _local4 = new com.brooksandrus.drawing.Rect(); _local4.draw(background, _local2, _local3, 16777215, 0); message = com.techsmith.ui.SimpleComponent.create(this, "message", 2, {id:"EndScreenText"}); message.move((_width - message._width) / 2, 0); getItNow = com.techsmith.ui.BasicButton.create(this, "getItNow", 3); getItNow.init(new com.techsmith.ui.ButtonStyle("GetItNow", null, false)); getItNow.move((_width - getItNow._width) / 2, (message._y + message._height) + 5); replay = com.techsmith.ui.BasicButton.create(this, "replay", 4); replay.init(new com.techsmith.ui.ButtonStyle("Replay", null, false)); replay.move((_width - replay._width) / 2, (getItNow._y + getItNow._height) + 5); } function registerListeners() { getItNow.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, getItHandler)); replay.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, replayHandler)); } function getItHandler(e) { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE, id:"getitnow"}); } function replayHandler(e) { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE, id:"replay"}); } function destroy() { getItNow.removeAllListeners(); replay.removeAllListeners(); super.destroy(); } }
Symbol 20490 MovieClip [__Packages.com.techsmith.arcturus.Main] Frame 0
class com.techsmith.arcturus.Main extends MovieClip { var __proto__; function Main (scope) { super(); scope.__proto__ = __proto__; scope.__constructor__ = com.techsmith.arcturus.Main; this=scope;//parameter overwritten app = com.techsmith.arcturus.ArcturusApplication.create(scope, "app", 2); app.init(scope); } static function main() { if (timeline == null) { timeline = new com.techsmith.arcturus.Main(arguments[0]); } } static var timeline = null; var app = null; var autostart = null; }
Symbol 20491 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 20492 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 20493 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 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.brooksandrus.utils.Collection] Frame 0
class com.brooksandrus.utils.Collection { function Collection () { } }
Symbol 20496 MovieClip [__Packages.com.techsmith.ui.ImageSlice] Frame 0
class com.techsmith.ui.ImageSlice extends com.techsmith.ui.Component { var createEmptyMovieClip, attachMovie; function ImageSlice () { super(); } static function create(container, name, depth, init) { Object.registerClass("ImageSlice", com.techsmith.ui.ImageSlice); var _local6 = container.attachMovie("ImageSlice", name, depth, init); return(com.techsmith.ui.ImageSlice(_local6)); } function createBitmap(src, rect) { if (src instanceof MovieClip) { var _local5 = MovieClip(src)._width; var _local6 = MovieClip(src)._height; var _local4 = 1; } else if (src instanceof flash.display.BitmapData) { var _local5 = flash.display.BitmapData(src).width; var _local6 = flash.display.BitmapData(src).height; var _local4 = 2; } else if (src instanceof com.techsmith.ui.Bitmap) { var _local5 = com.techsmith.ui.Bitmap(src).width; var _local6 = com.techsmith.ui.Bitmap(src).height; var _local4 = 3; } if (rect == null) { rect = new flash.geom.Rectangle(0, (_local6 - pixels) / 2, _local5, pixels); } bitmap = new flash.display.BitmapData(rect.width, rect.height, true, 0); width = rect.width; height = rect.height; if (_local4 == 2) { bitmap.copyPixels(flash.display.BitmapData(src), rect, new flash.geom.Point(0, 0)); } else { tempBmp = new flash.display.BitmapData(_local5, _local6, true, 0); tempBmp.draw(src); bitmap.copyPixels(tempBmp, rect, new flash.geom.Point(0, 0)); tempBmp.dispose(); } bitmapClip = createEmptyMovieClip("bitmapClip", 1); bitmapClip.attachBitmap(bitmap, 1); } function mask(maskID) { maskClip = attachMovie(maskID, "maskClip", 2); bitmapClip.setMask(maskClip); } function setPixels(p) { pixels = p; } function destroy() { bitmapClip.removeMovieClip(); bitmap.dispose(); super.destroy(); } var bitmap = null; var tempBmp = null; var bitmapClip = null; var maskClip = null; var pixels = 50; var width = null; var height = null; }
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.arcturus.StartScreen] Frame 0
class com.techsmith.arcturus.StartScreen extends com.techsmith.ui.Component { var background, createEmptyMovieClip, thumbnail, begin, label, dispatchEvent; function StartScreen () { super(); background = createEmptyMovieClip("background", 1); thumbnail = com.techsmith.ui.BitmapReflectingThumb.create(this, "thumbnail", 2); begin = com.techsmith.ui.StartWidget.create(this, "begin", 3, {pixels:blurHeight}); thumbnail._visible = false; thumbnail.outline = true; thumbnail.gradientFade = 1; } static function create(container, name, depth, init) { Object.registerClass("StartScreen", com.techsmith.arcturus.StartScreen); var _local6 = container.attachMovie("StartScreen", name, depth, init); return(com.techsmith.arcturus.StartScreen(_local6)); } function init(src, dim) { thumbnail.createBitmap(src, 0.45 * dim.width, com.techsmith.ui.Bitmap.HORIZONTAL_CONSTRAINT); thumbnail._visible = true; var _local4 = 1; var _local5 = ((thumbnail._height / 2) - blurHeight) / 2; if (blurHeight >= ((thumbnail.height / 2) - 40)) { blurHeight = (thumbnail.height / 2) - 40; } trace("thumbnail.height: " + thumbnail.height); trace("thumbnail._height: " + thumbnail._height); var _local6 = new flash.geom.Rectangle(_local4, _local5, thumbnail._width - (_local4 * 2), blurHeight); begin.init(thumbnail, com.techsmith.ui.panels.Slice9Panel, new com.techsmith.ui.panels.PanelStyle("BeginBGTL", "BeginBGTM", "BeginBGTR", "BeginBGCL", "BeginBGCM", "BeginBGCR", "BeginBGBL", "BeginBGBM", "BeginBGBR"), _local6); var _local7 = [6974058, 6974058]; var _local8 = [100, 100]; var _local9 = [0, 255]; var _local10 = new com.brooksandrus.drawing.Rect(); _local10.gdraw(background, dim.width, dim.height, _local7, _local8, _local9); var _local11 = thumbnail._height / 4; var _local12 = (dim.width - thumbnail._width) / 2; var _local13 = (dim.height - (_local11 * 3)) / 2; thumbnail.move(_local12, -thumbnail._height); begin.move(_local12 + _local4, thumbnail._y + _local5); var _local14 = new TextFormat(); _local14.font = "Arial"; _local14.align = "left"; _local14.size = 10; _local14.color = 16777215 /* 0xFFFFFF */; _local14.bold = false; label = com.techsmith.ui.Label.create(this, "label", 4, {multiline:false, url:labelIcon, labelPosition:com.techsmith.ui.Label.TEXT_LEFT}); label.setFormat(_local14); label.setText(labelText); label.move(_local12 + (thumbnail._width - label._width), thumbnail._y + (_local11 * 3)); begin.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, beginHandler)); var _local15 = new com.mosesSupposes.fuse.Fuse(); _local15.push({Blur_blur:50, seconds:0, delay:0}); _local15.push({Blur_blur:0, y:_local13, ease:com.mosesSupposes.fuse.PennerEasing.easeInQuart, seconds:0.5, delay:0}); var _local16 = new com.mosesSupposes.fuse.Fuse(); _local16.push({Blur_blur:50, seconds:0, delay:0}); _local16.push({Blur_blur:0, y:_local13 + _local5, ease:com.mosesSupposes.fuse.PennerEasing.easeInQuart, seconds:0.5, delay:0}); var _local17 = new com.mosesSupposes.fuse.Fuse(); _local17.push({Blur_blur:50, seconds:0, delay:0}); _local17.push({Blur_blur:0, y:_local13 + (_local11 * 3), ease:com.mosesSupposes.fuse.PennerEasing.easeInQuart, seconds:0.5, delay:0}); thumbnail.animate(_local15, false); begin.animate(_local16, false); label.animate(_local17, false); } function beginHandler(e) { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE}); } function destroy() { begin.removeAllListeners(); super.destroy(); } var labelIcon = "ArcLogo"; var labelText = "Created with"; var blurHeight = 60; }
Symbol 20502 MovieClip [__Packages.com.techsmith.ui.BlurredPanel] Frame 0
class com.techsmith.ui.BlurredPanel extends com.techsmith.ui.Component { var background, panel; function BlurredPanel () { super(); } static function create(container, name, depth, init) { Object.registerClass("BlurredPanel", com.techsmith.ui.BlurredPanel); var _local6 = container.attachMovie("BlurredPanel", name, depth, init); return(com.techsmith.ui.BlurredPanel(_local6)); } function init(src, panelType, style, rect) { background = com.techsmith.ui.ImageSlice.create(this, "background", 1, {pixels:pixels}); background.createBitmap(src, rect); var _local6 = new com.techsmith.utils.ImageBlur(background); panel = panelType.create(this, "panel", 2); panel.init(new com.techsmith.utils.Dimension(background.width, background.height), style); } var pixels = 50; }
Symbol 20503 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 20504 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()) + "]"));// not popped } 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")));// not popped } } } 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()) + "]"));// not popped } 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 20505 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 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 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 20506 MovieClip [__Packages.com.brooksandrus.utils.Iterator] Frame 0
class com.brooksandrus.utils.Iterator { function Iterator () { } }
Symbol 20507 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 20508 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 20509 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 20510 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 20511 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 20512 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 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 20513 MovieClip [__Packages.com.techsmith.ui.BitmapThumbnail] Frame 0
class com.techsmith.ui.BitmapThumbnail extends com.techsmith.ui.Bitmap { var source, constraintSize, constraintPlane, width, height, outline, createOutline, bitmap, bitmapClip, createEmptyMovieClip, dispatchEvent; function BitmapThumbnail () { super(); if ((source != null) && ((constraintSize != null) && (constraintPlane != null))) { createBitmap(source, constraintSize, constraintPlane); } } static function create(container, name, depth, init) { Object.registerClass("BitmapThumbnail", com.techsmith.ui.BitmapThumbnail); var _local6 = container.attachMovie("BitmapThumbnail", name, depth, init); return(com.techsmith.ui.BitmapThumbnail(_local6)); } function createBitmap(bitmapSource, size, plane) { source = bitmapSource; constraintSize = size; constraintPlane = plane; var _local5 = source._width; var _local6 = source._height; if (constraintPlane == com.techsmith.ui.Bitmap.HORIZONTAL_CONSTRAINT) { var _local7 = size / _local5; } else { var _local7 = size / _local6; } var _local8 = _local5 * _local7; var _local9 = _local6 * _local7; width = _local8; height = _local9; if (outline) { createOutline(_local8, _local9); } var _local10 = new flash.geom.Matrix(); _local10.scale(_local7, _local7); bitmap = new flash.display.BitmapData(_local8, _local9, true, 0); bitmap.draw(source, _local10); bitmapClip = createEmptyMovieClip("bitmapClip", 1); bitmapClip.attachBitmap(bitmap, 1); dispatchEvent({target:this, type:com.techsmith.events.Events.COMPLETE}); } }
Symbol 20514 MovieClip [__Packages.com.techsmith.arcturus.ArcturusPlayer] Frame 0
class com.techsmith.arcturus.ArcturusPlayer extends com.techsmith.ui.Component { var sound, attachMovie, dispatchEvent; function ArcturusPlayer () { super(); } static function create(container, name, depth, init) { Object.registerClass("ArcturusPlayer", com.techsmith.arcturus.ArcturusPlayer); var _local6 = container.attachMovie("ArcturusPlayer", name, depth, init); return(com.techsmith.arcturus.ArcturusPlayer(_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 layoutApplication(dim) { background = com.techsmith.ui.panels.HPanel.create(this, "background", 1); background.init(new com.techsmith.utils.Dimension(dim.width, controlsHeight), new com.techsmith.ui.panels.PanelStyle("BottomLeft", "BottomMiddle", "BottomRight")); background.move(0, 0); playback = com.techsmith.ui.BasicButton.create(this, "playback", 2); playback.init(new com.techsmith.ui.ButtonStyle("Pause", "Play", true)); playback.move(background._x + margin, background._y + ((background._height - playback._height) / 2)); playback.setSelected(true); slider = com.brooksandrus.ui.ProgressSlider.create(this, "slider", 3); separator = attachMovie("Separator", "separator", 4); audio = com.techsmith.ui.BasicButton.create(this, "audio", 5); audio.init(new com.techsmith.ui.ButtonStyle("AudioIcon", "AudioIconSelected", true)); time = com.techsmith.arcturus.TimeDisplay.create(this, "time", 6); time.init(framesToSeconds(content._totalframes)); time.move(dim.width - (margin + time._width), background._y + ((background._height - time._height) / 2)); audio.move(time._x - (audio._width + padding), Math.round(background._y + ((background._height - audio._height) / 2))); separator._x = audio._x - (separator._width + padding); separator._y = Math.round(background._y + ((background._height - separator._height) / 2)); var _local3 = Math.round(separator._x - ((playback._x + playback._width) + (padding * 4))); var _local4 = 2; var _local5 = new com.techsmith.utils.Dimension(_local3, _local4); var _local6 = new com.techsmith.ui.panels.PanelStyle("SliderBase"); var _local7 = new flash.geom.Rectangle(0.5, 0.5, 8, 2); var _local8 = _local5; var _local9 = new com.techsmith.ui.panels.PanelStyle("SliderFill"); var _local10 = _local7; slider.init(_local5, _local6, _local7, _local8, _local9, _local10); slider.setProgress({percent:100}); var _local11 = Math.round((playback._x + playback._width) + (padding * 2)); var _local12 = background._y + ((background._height - slider.height) / 2); slider.move(_local11, _local12); } 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)); } function playbackHandler(e) { if (e.selected) { stopMedia(); } else { playMedia(); dispatchEvent({target:this, type:com.techsmith.events.Events.STARTED}); } } function stopMedia() { content.stop(); isPlaying = false; delete content.onEnterFrame; } function playMedia() { content.play(); isPlaying = true; content.onEnterFrame = com.techsmith.utils.Delegate.create(this, enterFrameHandler); } function replay() { playback.setSelected(false); playMedia(); } function setAccessibleProperties(screenreader) { } function setProgress(percent) { slider.setProgress({percent:percent}); } function progressHandler(e) { var _local3 = Math.round(e.fractPercent * content._totalframes); if (_local3 == 0) { _local3 = 1; } updateTime(framesToSeconds(_local3)); updateSlider(e.fractPercent); content.gotoAndStop(_local3); } function dragHandler(e) { if (e.type == com.techsmith.events.Events.DRAG_START) { if (isPlaying) { delete content.onEnterFrame; } dispatchEvent(e); } else if (isPlaying) { content.play(); content.onEnterFrame = com.techsmith.utils.Delegate.create(this, enterFrameHandler); } } function audioHandler(e) { if (e.selected) { sound.setVolume(0); } else { sound.setVolume(100); } } 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); } function framesToSeconds(frame) { return(frame / fps); } function updateTime(seconds) { time.setTime(seconds); } function updateSlider(percent) { slider.setPosition(percent * 100); } var background = null; var playback = null; var slider = null; var separator = null; var audio = null; var time = null; var content = null; var margin = 5; var padding = 5; var controlsHeight = 18; var fps = 0; var isPlaying = false; }
Symbol 20515 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 20516 MovieClip [__Packages.com.techsmith.ui.BitmapReflectingThumb] Frame 0
class com.techsmith.ui.BitmapReflectingThumb extends com.techsmith.ui.Bitmap { var source, constraintSize, constraintPlane, outline, gradientFade, width, height, dispatchEvent; function BitmapReflectingThumb () { super(); if ((source != undefined) && ((constraintSize != undefined) && (constraintPlane != undefined))) { createBitmap(source, constraintSize, constraintPlane); } } static function create(container, name, depth, init) { Object.registerClass("BitmapReflectingThumb", com.techsmith.ui.BitmapReflectingThumb); var _local6 = container.attachMovie("BitmapReflectingThumb", name, depth, init); return(com.techsmith.ui.BitmapReflectingThumb(_local6)); } function createBitmap(bitmapSource, size, plane) { source = bitmapSource; constraintSize = size; constraintPlane = plane; thumbnail = com.techsmith.ui.BitmapThumbnail.create(this, "thumbnail", 2); mirror = com.techsmith.ui.BitmapReflection.create(this, "mirror", 1); if (outline) { thumbnail.outline = true; } mirror.gradientFade = gradientFade; thumbnail.addEventListener(com.techsmith.events.Events.COMPLETE, com.techsmith.utils.Delegate.create(this, thumbnailCompleteHandler)); mirror.addEventListener(com.techsmith.events.Events.COMPLETE, com.techsmith.utils.Delegate.create(this, mirrorCompleteHandler)); thumbnail.createBitmap(source, constraintSize, constraintPlane); } function thumbnailCompleteHandler(e) { mirror.createBitmap(thumbnail, constraintSize, constraintPlane); } function mirrorCompleteHandler(e) { var _local3 = thumbnail.getDimensions(); var _local4 = thumbnail.getLocation(); mirror.move(_local4.x, _local4.y + _local3.height); thumbnail.removeAllListeners(); mirror.removeAllListeners(); width = thumbnail._width; height = thumbnail._height + mirror._height; dispatchEvent({target:this, type:com.techsmith.events.Events.COMPLETE}); } function destroy() { thumbnail.destroy(); mirror.destroy(); super.destroy(); } var thumbnail = null; var mirror = null; }
Symbol 20517 MovieClip [__Packages.com.techsmith.utils.ImageBlur] Frame 0
class com.techsmith.utils.ImageBlur { function ImageBlur (src) { blur(src); } function blur(src) { if (src instanceof MovieClip) { var _local3 = MovieClip(src).filters; _local3.push(new flash.filters.BlurFilter(4, 4, 3)); MovieClip(src).filters = _local3; } else if (src instanceof flash.display.BitmapData) { } } }
Symbol 20518 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)); 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)); } 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); 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); 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)); } var progBar = null; var clickTrack = null; var thumb = null; var thumbStyle = null; var constraints = null; var dimensions = null; var maxConstraints = null; var thumbStyleShortcut = "SliderThumb"; }
Symbol 20519 MovieClip [__Packages.com.techsmith.arcturus.TimeDisplay] Frame 0
class com.techsmith.arcturus.TimeDisplay extends com.techsmith.ui.Component { var createLabel; function TimeDisplay () { super(); formatter = com.techsmith.utils.TimeFormatter.getInstance(); label = createLabel("label", {x:0, y:0, w:60, h:16}); label.embedFonts = true; label.antiAliasType = "advanced"; label.selectable = false; } static function create(container, name, depth, init) { Object.registerClass("TimeDisplay", com.techsmith.arcturus.TimeDisplay); var _local6 = container.attachMovie("TimeDisplay", name, depth, init); return(com.techsmith.arcturus.TimeDisplay(_local6)); } function init(duration) { this.duration = " / " + formatter.format(duration); createFormat(); setTime(0); } function createFormat() { format = new TextFormat(); format.color = 16777215 /* 0xFFFFFF */; format.size = 10; format.font = "dinot"; format.align = "right"; } function setTime(time) { label.text = formatter.format(time) + duration; label.setTextFormat(format); } var label = null; var duration = null; var formatter = null; var format = null; }
Symbol 20520 MovieClip [__Packages.com.techsmith.ui.BitmapReflection] Frame 0
class com.techsmith.ui.BitmapReflection extends com.techsmith.ui.Bitmap { var source, constraintSize, constraintPlane, width, height, createEmptyMovieClip, alphaBitmap, tempBitmap, bitmap, reflection, alpha, dispatchEvent, gradientFalloff, gradientFade; function BitmapReflection () { super(); if ((source != undefined) && ((constraintSize != undefined) && (constraintPlane != undefined))) { createBitmap(source, constraintSize, constraintPlane); } } static function create(container, name, depth, init) { Object.registerClass("BitmapReflection", com.techsmith.ui.BitmapReflection); var _local6 = container.attachMovie("BitmapReflection", name, depth, init); return(com.techsmith.ui.BitmapReflection(_local6)); } function createBitmap(bitmapSource, size, plane) { source = bitmapSource; constraintSize = size; constraintPlane = plane; var _local5 = source._width; var _local6 = source._height; if (constraintPlane == com.techsmith.ui.Bitmap.HORIZONTAL_CONSTRAINT) { var _local7 = size / _local5; } else { var _local7 = size / _local6; } var _local8 = _local5 * _local7; var _local9 = _local6 * _local7; width = _local8; height = _local9; var _local10 = new flash.geom.Rectangle(0, 0, _local8, _local9); var _local11 = new flash.geom.Matrix(); _local11.scale(_local7, _local7); var _local12 = createEmptyMovieClip("alphaMovie", 100); createShape(_local10, _local12); alphaBitmap = new flash.display.BitmapData(_local8, _local9, true, 0); alphaBitmap.fillRect(_local10, 0); alphaBitmap.draw(_local12, new flash.geom.Matrix()); tempBitmap = new flash.display.BitmapData(_local8, _local9, true, 0); tempBitmap.fillRect(_local10, 0); tempBitmap.draw(source, _local11); bitmap = new flash.display.BitmapData(_local8, _local9, true, 0); bitmap.fillRect(_local10, 0); bitmap.copyPixels(tempBitmap, _local10, new flash.geom.Point(), alphaBitmap, new flash.geom.Point(), true); _local12.removeMovieClip(); alphaBitmap.dispose(); tempBitmap.dispose(); reflection = createEmptyMovieClip("reflection", 1); reflection.attachBitmap(bitmap, 1); _local11 = new flash.geom.Matrix(); _local11.d = -1; reflection.transform.matrix = _local11; reflection._y = _local9; reflection._alpha = alpha; dispatchEvent({target:this, type:com.techsmith.events.Events.COMPLETE}); } function createShape(rect, target) { var _local4 = new flash.geom.Matrix(); _local4.createGradientBox(rect.width, rect.height * gradientFalloff, Math.PI / 2, 0, rect.height * (1 - gradientFalloff)); fillShape(target, rect, _local4); } function fillShape(target, rect, matrix) { target.beginGradientFill("linear", [16777215, 16777215], [gradientFade, 100], [0, 255], matrix); target.moveTo(rect.x, rect.y); target.lineTo(rect.width, rect.y); target.lineTo(rect.width, rect.height); target.lineTo(rect.x, rect.height); target.endFill(); } function createRect(source) { return(new flash.geom.Rectangle(0, 0, source._width, source._height)); } function destroy() { alphaBitmap.dispose(); tempBitmap.dispose(); reflection.removeMovieClip(); super.destroy(); } }
Symbol 20521 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 20522 MovieClip [__Packages.com.techsmith.ui.SimpleComponent] Frame 0
class com.techsmith.ui.SimpleComponent extends com.techsmith.ui.Component { var id, display, attachMovie; function SimpleComponent () { super(); if (id != null) { init(id); } } static function create(container, name, depth, init) { Object.registerClass("SimpleComponent", com.techsmith.ui.SimpleComponent); var _local6 = container.attachMovie("SimpleComponent", name, depth, init); return(com.techsmith.ui.SimpleComponent(_local6)); } function init(linkageId) { display = attachMovie(linkageId, "display", 1); } }
Symbol 20523 MovieClip [__Packages.com.techsmith.ui.panels.IPanel] Frame 0
class com.techsmith.ui.panels.IPanel { function IPanel () { } }
Symbol 20524 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 20525 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 20526 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 20527 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 20528 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 20529 MovieClip [__Packages.com.techsmith.ui.StartWidget] Frame 0
class com.techsmith.ui.StartWidget extends com.techsmith.ui.BlurredPanel { var orb, panel, dispatchEvent; function StartWidget () { super(); } static function create(container, name, depth, init) { Object.registerClass("StartWidget", com.techsmith.ui.StartWidget); var _local6 = container.attachMovie("StartWidget", name, depth, init); return(com.techsmith.ui.StartWidget(_local6)); } function init(src, panelType, style, rect) { super.init(src, panelType, style, rect); orb = com.techsmith.ui.BasicButton.create(this, "orb", 4); orb.init(new com.techsmith.ui.ButtonStyle("BeginOrb", null, false)); var _local7 = (com.techsmith.ui.Component(panel)._width - orb._width) / 2; var _local8 = (com.techsmith.ui.Component(panel)._height - orb._height) / 2; orb.move(_local7, _local8); orb.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, orbHandler)); } function orbHandler(e) { dispatchEvent({target:this, type:com.techsmith.events.Events.MOUSE_RELEASE}); } function destroy() { orb.removeAllListeners(); super.destroy(); } var padding = 5; }
Symbol 20530 MovieClip [__Packages.com.techsmith.ui.Label] Frame 0
class com.techsmith.ui.Label extends com.techsmith.ui.Component { var createLabel, attachMovie; function Label () { super(); addIcon(); var _local3 = 100; if (icon != undefined) { _local3 = 100 - icon._width; } var _local4 = {wordWrap:wordWrap, multiline:multiline, html:html, selectable:selectable}; for (var i in textProps) { _local4[i] = textProps[i]; } label = createLabel("label", {depth:1, x:0, y:0, w:_local3, h:20}, _local4); format = setDefaultFormat(); layoutLabel(); } static function create(container, name, depth, init) { Object.registerClass("Label", com.techsmith.ui.Label); var _local6 = container.attachMovie("Label", name, depth, init); return(com.techsmith.ui.Label(_local6)); } function addIcon() { icon = attachMovie(url, "icon", 2); } function layoutLabel() { if (icon == undefined) { var _local2 = new com.techsmith.utils.Point(0, 0); } else { if (labelPosition == TEXT_RIGHT) { var _local2 = new com.techsmith.utils.Point(icon._width + padding, 0); var _local3 = new com.techsmith.utils.Point(0, 0); } else { var _local2 = new com.techsmith.utils.Point(0, 0); var _local3 = new com.techsmith.utils.Point(label._width + padding, 0); } var _local4 = icon._height; var _local5 = label._height; var _local6 = Math.abs((_local4 - _local5) / 2); if (_local4 > _local5) { _local2.y = _local6; } else { _local3.y = _local6; } } icon._x = _local3.x; icon._y = _local3.y; label._x = _local2.x; label._y = _local2.y; } function setFormat(f) { if (!html) { format = f; if (f.color != undefined) { color = String(f.color); } } else { var _local3 = new TextFormat(); var _local4 = color; var _local5 = storedFormat.font; var _local6 = storedFormat.size; for (var i in f) { if (i == "color") { _local4 = f.color.toString(); color = _local4; } else if (i == "font") { _local5 = f.font; } else if (i == "size") { _local6 = f.size; } else { _local3[i] = f[i]; } } storedFormat = f; htmlFontProps = ((((("<font color='#" + _local4) + "' face='") + _local5) + "' size='") + _local6) + "'>"; format = _local3; } } function setDefaultFormat() { storedFormat = new TextFormat(); storedFormat.font = font; storedFormat.align = align; storedFormat.size = size; storedFormat.color = _global.parseInt(color, 16); storedFormat.bold = bold; var _local2 = new TextFormat(); if (!html) { _local2.align = storedFormat.align; _local2.size = storedFormat.size; _local2.font = storedFormat.font; _local2.bold = storedFormat.bold; _local2.color = storedFormat.color; } else { htmlFontProps = ("<font color='#" + color) + "' face='Arial' size='14'>"; } return(_local2); } function getFormattedHtml(s) { return((htmlFontProps + s) + "</font>"); } function measureText(s) { if (autoSize) { if (multiline) { var _local3 = format.getTextExtent(s, label._width); label._height = _local3.textFieldHeight; } else { var _local3 = format.getTextExtent(s); label._width = _local3.textFieldWidth + 1; label._height = _local3.textFieldHeight; } } } function setText(s) { text = s; measureText(s); if (label.html) { label.htmlText = getFormattedHtml(s); } else { label.text = s; } label.setTextFormat(format); layoutLabel(); } function setSize(w, h) { var _local4 = w; if (icon != undefined) { _local4 = w - (icon._width + padding); } label._width = _local4; label._height = h; measureText(text); } function setTextFieldSize(w, h) { label._width = w; label._height = h; } function setAutoSize(f) { autoSize = f; } function setMultiline(f) { multiline = f; label.multline = f; } static var TEXT_LEFT = 1; static var TEXT_RIGHT = 2; var labelPosition = TEXT_RIGHT; var icon = null; var url = null; var label = null; var format = null; var textProps = null; var text = ""; var html = false; var wordWrap = true; var selectable = false; var multiline = true; var color = "000000"; var size = 14; var font = "Arial"; var align = "left"; var bold = false; var storedFormat = null; var htmlFontProps = null; var autoSize = true; var padding = 5; }
Symbol 20531 MovieClip [__Packages.com.techsmith.arcturus.ArcturusApplication] Frame 0
class com.techsmith.arcturus.ArcturusApplication extends MovieClip { var main, contentWidth, contentHeight, fps, progWatcher, createEmptyMovieClip, endbackdrop, end, getURL; function ArcturusApplication () { super(); } static function create(container, name, depth, init) { Object.registerClass("ArcturusApplication", com.techsmith.arcturus.ArcturusApplication); var _local6 = container.attachMovie("ArcturusApplication", name, depth, init); return(com.techsmith.arcturus.ArcturusApplication(_local6)); } function init(scope) { main = scope; contentWidth = scope.width; contentHeight = scope.height; fps = scope.fps; if (scope.autostart != null) { autostart = ((scope.autostart == "true") ? true : false); } else { autostart = false; } player = com.techsmith.arcturus.ArcturusPlayer.create(this, "player", 2); player.init(new com.techsmith.utils.Dimension(contentWidth, contentHeight), scope, fps); player.move(0, contentHeight); player.addEventListener(com.techsmith.events.Events.COMPLETE, com.techsmith.utils.Delegate.create(this, playbackFinishedHandler)); startSequence(autostart, scope); progWatcher = createEmptyMovieClip("progWatcher", 8); progWatcher.onEnterFrame = com.techsmith.utils.Delegate.create(this, progWatcherHandler); main.menu = new com.techsmith.arcturus.ArcContextMenu(); } function startSequence(autoStart, scope) { if (autoStart) { player.start(); } else { start = com.techsmith.arcturus.StartScreen.create(this, "start", 3); start.init(scope, new com.techsmith.utils.Dimension(contentWidth, contentHeight + 18)); start.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, startHandler)); player.setProgress(0); } } function createEndScreen() { endbackdrop = createEmptyMovieClip("endbackdrop", 3); var _local2 = [0, 3355443]; var _local3 = [80, 80]; var _local4 = [255, 255]; var _local5 = new com.brooksandrus.drawing.Rect(); _local5.gdraw(endbackdrop, contentWidth, contentHeight, _local2, _local3, _local4); end = com.techsmith.arcturus.EndScreen.create(this, "end", 4); var _local6 = contentWidth; var _local7 = contentHeight; if (_local6 > 400) { _local6 = 400; } if (_local7 > 320) { _local7 = 320; } var _local8 = Math.min((_local6 / end._width) * 100, (_local7 / end._height) * 100); end._xscale = _local8; end._yscale = _local8; end.move((contentWidth - end._width) / 2, (contentHeight - end._height) / 2); end.addEventListener(com.techsmith.events.Events.MOUSE_RELEASE, com.techsmith.utils.Delegate.create(this, endScreenHandler)); } function startHandler(e) { start.destroy(); player.start(); } function endScreenHandler(e) { switch (e.id) { case "getitnow" : getURL("http://www.techsmith.com/redirect.asp?product=jing&target=jingtry", "_blank"); break; case "replay" : replayMedia(); break; case "share" : } } function replayMedia() { destroyEndScreen(); player.replay(); } function destroyEndScreen() { player.removeEventListener(com.techsmith.events.Events.DRAG_START, dragStartHandler); player.removeEventListener(com.techsmith.events.Events.STARTED, dragStartHandler); end.removeAllListeners(); endbackdrop.removeMovieClip(); 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)); createEndScreen(); } function dragStartHandler(e) { destroyEndScreen(); } function progWatcherHandler() { var _local2 = (main._framesloaded / main._totalframes) * 100; player.setProgress(_local2); if (_local2 >= 100) { delete progWatcher.onEnterFrame; progWatcher.removeMovieClip(); } } var autostart = false; var player = null; var start = null; }
Symbol 20532 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 20533 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 [dinot]
Symbol 2 GraphicUsed by:9
Symbol 3 FontUsed by:4
Symbol 4 TextUses:3Used by:9
Symbol 5 FontUsed by:6 29 35 40 65 70 72 75
Symbol 6 TextUses:5Used by:9
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [ArcLogo]Uses:7Used by:9
Symbol 9 MovieClip [EndScreenText]Uses:2 4 6 8
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClip [BeginBGTR]Uses:10
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClip [BeginBGTM]Uses:12
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClip [BeginBGTL]Uses:14
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClip [BeginBGCR]Uses:16
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClip [BeginBGCM]Uses:18
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClip [BeginBGCL]Uses:20
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClip [BeginBGBR]Uses:22
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClip [BeginBGBM]Uses:24
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClip [BeginBGBL]Uses:26
Symbol 28 GraphicUsed by:33 42 78 79
Symbol 29 TextUses:5Used by:33
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:33 66 73 78 79
Symbol 32 GraphicUsed by:33 78
Symbol 33 MovieClip [GetItNowDisabled]Uses:28 29 31 32
Symbol 34 GraphicUsed by:38 73
Symbol 35 TextUses:5Used by:38
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClip [ArcLogo2]Uses:36Used by:38 41 42
Symbol 38 MovieClip [GetItNowDown]Uses:34 35 37
Symbol 39 GraphicUsed by:41 66
Symbol 40 TextUses:5Used by:41 42
Symbol 41 MovieClip [GetItNowOver]Uses:39 40 37
Symbol 42 MovieClip [GetItNowUp]Uses:28 40 37
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:48 50 77 81 82
Symbol 45 GraphicUsed by:48
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:48 50 52 55
Symbol 48 MovieClip [BeginOrbUp]Uses:44 45 47
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClip [BeginOrbOver]Uses:44 49 47
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClip [BeginOrbDown]Uses:51 47
Symbol 53 GraphicUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClip [BeginOrbDisabled]Uses:53 47 54
Symbol 56 MovieClip [ArcturusApplication]
Symbol 57 MovieClip [ProgressBar]
Symbol 58 MovieClip [ProgressSlider]
Symbol 59 MovieClip [Scale9Panel]
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClip [SliderFill]Uses:60
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClip [SliderBase]Uses:62
Symbol 64 MovieClip [ArcturusPlayer]
Symbol 65 TextUses:5Used by:66 78 79
Symbol 66 MovieClip [ReplayOver]Uses:39 65 31
Symbol 67 GraphicUsed by:71
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:71 77 81 82
Symbol 70 TextUses:5Used by:71
Symbol 71 MovieClip [ShareDown]Uses:67 69 70
Symbol 72 TextUses:5Used by:73
Symbol 73 MovieClip [ReplayDown]Uses:34 72 31
Symbol 74 GraphicUsed by:77 82
Symbol 75 TextUses:5Used by:77 81 82
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClip [ShareDisabled]Uses:44 74 69 75 76
Symbol 78 MovieClip [ReplayDisabled]Uses:28 65 31 32
Symbol 79 MovieClip [ReplayUp]Uses:28 65 31
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClip [ShareOver]Uses:44 80 69 75
Symbol 82 MovieClip [ShareUp]Uses:44 74 69 75
Symbol 83 MovieClip [EndScreen]
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClip [AudioIconSelectedDisabled]Uses:84
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClip [AudioIconSelectedDown]Uses:86
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClip [AudioIconSelectedOver]Uses:88
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClip [AudioIconSelectedUp]Uses:90
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClip [AudioIconDisabled]Uses:92
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClip [AudioIconDown]Uses:94
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClip [AudioIconOver]Uses:96
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClip [AudioIconUp]Uses:98
Symbol 100 MovieClip [StartScreen]
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClip [PlayOver]Uses:101
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClip [PlayUp]Uses:103
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClip [PlayDown]Uses:105
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClip [PlayDisabled]Uses:107
Symbol 109 GraphicUsed by:110 111 112 113
Symbol 110 MovieClip [SliderThumbDisabled]Uses:109
Symbol 111 MovieClip [SliderThumbDown]Uses:109
Symbol 112 MovieClip [SliderThumbOver]Uses:109
Symbol 113 MovieClip [SliderThumbUp]Uses:109
Symbol 114 MovieClip [TimeDisplay]
Symbol 115 MovieClip [SimpleComponent]
Symbol 116 MovieClip [HPanel]
Symbol 117 MovieClip [BasicButton]
Symbol 118 MovieClip [Slice9Panel]
Symbol 119 MovieClip [StartWidget]
Symbol 120 MovieClip [ImageSlice]
Symbol 121 MovieClip [BitmapThumbnail]
Symbol 122 MovieClip [BitmapReflection]
Symbol 123 MovieClip [BitmapReflectingThumb]
Symbol 124 MovieClip [Label]
Symbol 125 MovieClip [SliderTrack]
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClip [PauseDisabled]Uses:126
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClip [PauseDown]Uses:128
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClip [PauseOver]Uses:130
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClip [PauseUp]Uses:132
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:136
Symbol 136 MovieClip [Separator]Uses:135
Symbol 137 GraphicUsed by:138 141
Symbol 138 MovieClip [BottomMiddle]Uses:137
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClip [BottomRight]Uses:139
Symbol 141 MovieClip [BottomLeft]Uses:137
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClip [GinShadow]Uses:142
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.mosesSupposes.fuse.FuseKitCommon]
Symbol 20486 MovieClip [__Packages.com.techsmith.ui.Container]
Symbol 20487 MovieClip [__Packages.com.techsmith.arcturus.ArcContextMenu]
Symbol 20488 MovieClip [__Packages.com.techsmith.ui.managers.DepthManager]
Symbol 20489 MovieClip [__Packages.com.techsmith.arcturus.EndScreen]
Symbol 20490 MovieClip [__Packages.com.techsmith.arcturus.Main]
Symbol 20491 MovieClip [__Packages.com.mosesSupposes.fuse.Fuse]
Symbol 20492 MovieClip [__Packages.com.techsmith.ui.Bitmap]
Symbol 20493 MovieClip [__Packages.com.techsmith.utils.Dimension]
Symbol 20494 MovieClip [__Packages.com.techsmith.utils.Delegate]
Symbol 20495 MovieClip [__Packages.com.brooksandrus.utils.Collection]
Symbol 20496 MovieClip [__Packages.com.techsmith.ui.ImageSlice]
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.arcturus.StartScreen]
Symbol 20502 MovieClip [__Packages.com.techsmith.ui.BlurredPanel]
Symbol 20503 MovieClip [__Packages.com.mosesSupposes.fuse.ZigoEngine]
Symbol 20504 MovieClip [__Packages.com.mosesSupposes.fuse.FuseItem]
Symbol 20505 MovieClip [__Packages.com.techsmith.events.Events]
Symbol 20506 MovieClip [__Packages.com.brooksandrus.utils.Iterator]
Symbol 20507 MovieClip [__Packages.com.brooksandrus.utils.IteratorImpl]
Symbol 20508 MovieClip [__Packages.com.brooksandrus.drawing.Rect]
Symbol 20509 MovieClip [__Packages.com.brooksandrus.utils.CollectionImpl]
Symbol 20510 MovieClip [__Packages.com.techsmith.ui.BasicButton]
Symbol 20511 MovieClip [__Packages.com.techsmith.ui.panels.PanelStyle]
Symbol 20512 MovieClip [__Packages.com.brooksandrus.ui.ProgressBar]
Symbol 20513 MovieClip [__Packages.com.techsmith.ui.BitmapThumbnail]
Symbol 20514 MovieClip [__Packages.com.techsmith.arcturus.ArcturusPlayer]
Symbol 20515 MovieClip [__Packages.com.techsmith.ui.SliderTrack]
Symbol 20516 MovieClip [__Packages.com.techsmith.ui.BitmapReflectingThumb]
Symbol 20517 MovieClip [__Packages.com.techsmith.utils.ImageBlur]
Symbol 20518 MovieClip [__Packages.com.brooksandrus.ui.ProgressSlider]
Symbol 20519 MovieClip [__Packages.com.techsmith.arcturus.TimeDisplay]
Symbol 20520 MovieClip [__Packages.com.techsmith.ui.BitmapReflection]
Symbol 20521 MovieClip [__Packages.com.mosesSupposes.fuse.PennerEasing]
Symbol 20522 MovieClip [__Packages.com.techsmith.ui.SimpleComponent]
Symbol 20523 MovieClip [__Packages.com.techsmith.ui.panels.IPanel]
Symbol 20524 MovieClip [__Packages.com.techsmith.ui.panels.Scale9Panel]
Symbol 20525 MovieClip [__Packages.com.techsmith.ui.panels.HPanel]
Symbol 20526 MovieClip [__Packages.com.techsmith.ui.ButtonStyle]
Symbol 20527 MovieClip [__Packages.com.techsmith.events.EventDispatcher]
Symbol 20528 MovieClip [__Packages.com.techsmith.utils.TimeFormatter]
Symbol 20529 MovieClip [__Packages.com.techsmith.ui.StartWidget]
Symbol 20530 MovieClip [__Packages.com.techsmith.ui.Label]
Symbol 20531 MovieClip [__Packages.com.techsmith.arcturus.ArcturusApplication]
Symbol 20532 MovieClip [__Packages.com.techsmith.ui.ComponentCollection]
Symbol 20533 MovieClip [__Packages.com.techsmith.ui.panels.Slice9Panel]
Symbol 1573 BitmapUsed by:1572
Symbol 1574 BitmapUsed by:1572 1576 5540
Symbol 1572 GraphicUses:1573 1574Used by:Timeline
Symbol 1577 BitmapUsed by:1576
Symbol 1576 GraphicUses:1577 1574Used by:Timeline
Symbol 1580 BitmapUsed by:1579
Symbol 1579 GraphicUses:1580Used by:Timeline
Symbol 1583 BitmapUsed by:1582
Symbol 1582 GraphicUses:1583Used by:Timeline
Symbol 1586 BitmapUsed by:1585
Symbol 1585 GraphicUses:1586Used by:Timeline
Symbol 1590 BitmapUsed by:1589
Symbol 1589 GraphicUses:1590Used by:Timeline
Symbol 1593 BitmapUsed by:1592
Symbol 1592 GraphicUses:1593Used by:Timeline
Symbol 1596 BitmapUsed by:1595
Symbol 1595 GraphicUses:1596Used by:Timeline
Symbol 1599 BitmapUsed by:1598
Symbol 1598 GraphicUses:1599Used by:Timeline
Symbol 1621 BitmapUsed by:1620
Symbol 1620 GraphicUses:1621Used by:Timeline
Symbol 1625 BitmapUsed by:1624
Symbol 1624 GraphicUses:1625Used by:Timeline
Symbol 1628 BitmapUsed by:1627
Symbol 1627 GraphicUses:1628Used by:Timeline
Symbol 1631 BitmapUsed by:1630
Symbol 1630 GraphicUses:1631Used by:Timeline
Symbol 1634 BitmapUsed by:1633
Symbol 1633 GraphicUses:1634Used by:Timeline
Symbol 1637 BitmapUsed by:1636
Symbol 1636 GraphicUses:1637Used by:Timeline
Symbol 1640 BitmapUsed by:1639
Symbol 1639 GraphicUses:1640Used by:Timeline
Symbol 1643 BitmapUsed by:1642 1667
Symbol 1642 GraphicUses:1643Used by:Timeline
Symbol 1646 BitmapUsed by:1645
Symbol 1645 GraphicUses:1646Used by:Timeline
Symbol 1649 BitmapUsed by:1648
Symbol 1648 GraphicUses:1649Used by:Timeline
Symbol 1652 BitmapUsed by:1651
Symbol 1653 BitmapUsed by:1651
Symbol 1654 BitmapUsed by:1651
Symbol 1655 BitmapUsed by:1651
Symbol 1651 GraphicUses:1652 1653 1654 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 1663 GraphicUses:1664Used by:Timeline
Symbol 1667 GraphicUses:1643Used by:Timeline
Symbol 1670 BitmapUsed by:1669
Symbol 1669 GraphicUses:1670Used by:Timeline
Symbol 1673 BitmapUsed by:1672
Symbol 1672 GraphicUses:1673Used by:Timeline
Symbol 1676 BitmapUsed by:1675
Symbol 1677 BitmapUsed by:1675
Symbol 1678 BitmapUsed by:1675
Symbol 1679 BitmapUsed by:1675
Symbol 1675 GraphicUses:1676 1677 1678 1679Used by:Timeline
Symbol 1682 BitmapUsed by:1681
Symbol 1681 GraphicUses:1682Used by:Timeline
Symbol 1685 BitmapUsed by:1684
Symbol 1684 GraphicUses:1685Used by:Timeline
Symbol 1688 BitmapUsed by:1687
Symbol 1687 GraphicUses:1688Used by:Timeline
Symbol 1691 BitmapUsed by:1690
Symbol 1690 GraphicUses:1691Used by:Timeline
Symbol 1694 BitmapUsed by:1693
Symbol 1693 GraphicUses:1694Used by:Timeline
Symbol 1697 BitmapUsed by:1696
Symbol 1696 GraphicUses:1697Used by:Timeline
Symbol 1700 BitmapUsed by:1699
Symbol 1699 GraphicUses:1700Used by:Timeline
Symbol 1703 BitmapUsed by:1702
Symbol 1702 GraphicUses:1703Used by:Timeline
Symbol 1706 BitmapUsed by:1705
Symbol 1705 GraphicUses:1706Used by:Timeline
Symbol 1730 BitmapUsed by:1729
Symbol 1729 GraphicUses:1730Used by:Timeline
Symbol 1733 BitmapUsed by:1732
Symbol 1734 BitmapUsed by:1732
Symbol 1735 BitmapUsed by:1732
Symbol 1732 GraphicUses:1733 1734 1735Used by:Timeline
Symbol 1739 BitmapUsed by:1738
Symbol 1738 GraphicUses:1739Used by:Timeline
Symbol 1742 BitmapUsed by:1741
Symbol 1741 GraphicUses:1742Used by:Timeline
Symbol 1745 BitmapUsed by:1744
Symbol 1744 GraphicUses:1745Used by:Timeline
Symbol 1766 BitmapUsed by:1765
Symbol 1767 BitmapUsed by:1765
Symbol 1768 BitmapUsed by:1765
Symbol 1769 BitmapUsed by:1765
Symbol 1765 GraphicUses:1766 1767 1768 1769Used by:Timeline
Symbol 1772 BitmapUsed by:1771
Symbol 1773 BitmapUsed by:1771
Symbol 1774 BitmapUsed by:1771
Symbol 1775 BitmapUsed by:1771
Symbol 1771 GraphicUses:1772 1773 1774 1775Used by:Timeline
Symbol 1778 BitmapUsed by:1777
Symbol 1779 BitmapUsed by:1777
Symbol 1780 BitmapUsed by:1777
Symbol 1781 BitmapUsed by:1777
Symbol 1777 GraphicUses:1778 1779 1780 1781Used by:Timeline
Symbol 1784 BitmapUsed by:1783
Symbol 1785 BitmapUsed by:1783
Symbol 1786 BitmapUsed by:1783
Symbol 1787 BitmapUsed by:1783
Symbol 1783 GraphicUses:1784 1785 1786 1787Used by:Timeline
Symbol 1790 BitmapUsed by:1789
Symbol 1791 BitmapUsed by:1789
Symbol 1792 BitmapUsed by:1789
Symbol 1793 BitmapUsed by:1789
Symbol 1789 GraphicUses:1790 1791 1792 1793Used by:Timeline
Symbol 1796 BitmapUsed by:1795
Symbol 1797 BitmapUsed by:1795
Symbol 1798 BitmapUsed by:1795
Symbol 1795 GraphicUses:1796 1797 1798Used by:Timeline
Symbol 1802 BitmapUsed by:1801
Symbol 1803 BitmapUsed by:1801
Symbol 1804 BitmapUsed by:1801
Symbol 1805 BitmapUsed by:1801
Symbol 1801 GraphicUses:1802 1803 1804 1805Used by:Timeline
Symbol 1812 BitmapUsed by:1811 1826 1838 1851 1863 1877 1889 1901 1919 1982 1994 2922 2940 2962
Symbol 1811 GraphicUses:1812Used by:Timeline
Symbol 1819 BitmapUsed by:1818 1832 1844 1857 1870 1882 1895 1907 1988 2001 2021 2770 2811 2835 2873 2934 2950 2973 3182 3195 3207 3220 5648 5708 5734 6303 6333 6369 6388 6422
Symbol 1818 GraphicUses:1819Used by:Timeline
Symbol 1826 GraphicUses:1812Used by:Timeline
Symbol 1832 GraphicUses:1819Used by:Timeline
Symbol 1838 GraphicUses:1812Used by:Timeline
Symbol 1844 GraphicUses:1819Used by:Timeline
Symbol 1851 GraphicUses:1812Used by:Timeline
Symbol 1857 GraphicUses:1819Used by:Timeline
Symbol 1863 GraphicUses:1812Used by:Timeline
Symbol 1870 GraphicUses:1819Used by:Timeline
Symbol 1877 GraphicUses:1812Used by:Timeline
Symbol 1882 GraphicUses:1819Used by:Timeline
Symbol 1889 GraphicUses:1812Used by:Timeline
Symbol 1895 GraphicUses:1819Used by:Timeline
Symbol 1901 GraphicUses:1812Used by:Timeline
Symbol 1907 GraphicUses:1819Used by:Timeline
Symbol 1912 BitmapUsed by:1911
Symbol 1913 BitmapUsed by:1911
Symbol 1914 BitmapUsed by:1911
Symbol 1915 BitmapUsed by:1911
Symbol 1911 GraphicUses:1912 1913 1914 1915Used by:Timeline
Symbol 1919 GraphicUses:1812Used by:Timeline
Symbol 1925 BitmapUsed by:1924
Symbol 1926 BitmapUsed by:1924
Symbol 1927 BitmapUsed by:1924
Symbol 1928 BitmapUsed by:1924
Symbol 1924 GraphicUses:1925 1926 1927 1928Used by:Timeline
Symbol 1933 BitmapUsed by:1932
Symbol 1932 GraphicUses:1933Used by:Timeline
Symbol 1936 BitmapUsed by:1935
Symbol 1937 BitmapUsed by:1935
Symbol 1938 BitmapUsed by:1935
Symbol 1939 BitmapUsed by:1935
Symbol 1935 GraphicUses:1936 1937 1938 1939Used by:Timeline
Symbol 1942 BitmapUsed by:1941
Symbol 1941 GraphicUses:1942Used by:Timeline
Symbol 1945 BitmapUsed by:1944
Symbol 1946 BitmapUsed by:1944
Symbol 1947 BitmapUsed by:1944
Symbol 1948 BitmapUsed by:1944
Symbol 1944 GraphicUses:1945 1946 1947 1948Used by:Timeline
Symbol 1952 BitmapUsed by:1951
Symbol 1953 BitmapUsed by:1951
Symbol 1954 BitmapUsed by:1951
Symbol 1951 GraphicUses:1952 1953 1954Used by:Timeline
Symbol 1958 BitmapUsed by:1957
Symbol 1959 BitmapUsed by:1957
Symbol 1960 BitmapUsed by:1957
Symbol 1957 GraphicUses:1958 1959 1960Used by:Timeline
Symbol 1966 BitmapUsed by:1965
Symbol 1965 GraphicUses:1966Used by:Timeline
Symbol 1969 BitmapUsed by:1968
Symbol 1970 BitmapUsed by:1968
Symbol 1971 BitmapUsed by:1968
Symbol 1972 BitmapUsed by:1968
Symbol 1968 GraphicUses:1969 1970 1971 1972Used by:Timeline
Symbol 1975 BitmapUsed by:1974
Symbol 1976 BitmapUsed by:1974
Symbol 1974 GraphicUses:1975 1976Used by:Timeline
Symbol 1982 GraphicUses:1812Used by:Timeline
Symbol 1988 GraphicUses:1819Used by:Timeline
Symbol 1994 GraphicUses:1812Used by:Timeline
Symbol 2001 GraphicUses:1819Used by:Timeline
Symbol 2007 BitmapUsed by:2006
Symbol 2006 GraphicUses:2007Used by:Timeline
Symbol 2010 BitmapUsed by:2009
Symbol 2011 BitmapUsed by:2009 4117
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 2015 GraphicUses:2016Used by:Timeline
Symbol 2021 GraphicUses:1819Used by:Timeline
Symbol 2029 BitmapUsed by:2028
Symbol 2030 BitmapUsed by:2028
Symbol 2031 BitmapUsed by:2028
Symbol 2032 BitmapUsed by:2028
Symbol 2028 GraphicUses:2029 2030 2031 2032Used by:Timeline
Symbol 2035 BitmapUsed by:2034
Symbol 2036 BitmapUsed by:2034
Symbol 2037 BitmapUsed by:2034
Symbol 2038 BitmapUsed by:2034 3847 4123 4646 5107
Symbol 2034 GraphicUses:2035 2036 2037 2038Used by:Timeline
Symbol 2041 BitmapUsed by:2040
Symbol 2042 BitmapUsed by:2040
Symbol 2043 BitmapUsed by:2040
Symbol 2044 BitmapUsed by:2040
Symbol 2040 GraphicUses:2041 2042 2043 2044Used by:Timeline
Symbol 2047 BitmapUsed by:2046 3855
Symbol 2048 BitmapUsed by:2046
Symbol 2046 GraphicUses:2047 2048Used by:Timeline
Symbol 2051 BitmapUsed by:2050
Symbol 2052 BitmapUsed by:2050
Symbol 2053 BitmapUsed by:2050
Symbol 2054 BitmapUsed by:2050
Symbol 2050 GraphicUses:2051 2052 2053 2054Used by:Timeline
Symbol 2057 BitmapUsed by:2056
Symbol 2058 BitmapUsed by:2056
Symbol 2059 BitmapUsed by:2056
Symbol 2060 BitmapUsed by:2056
Symbol 2056 GraphicUses:2057 2058 2059 2060Used by:Timeline
Symbol 2063 BitmapUsed by:2062
Symbol 2064 BitmapUsed by:2062
Symbol 2065 BitmapUsed by:2062
Symbol 2062 GraphicUses:2063 2064 2065Used by:Timeline
Symbol 2068 BitmapUsed by:2067
Symbol 2069 BitmapUsed by:2067
Symbol 2070 BitmapUsed by:2067
Symbol 2067 GraphicUses:2068 2069 2070Used by:Timeline
Symbol 2074 BitmapUsed by:2073
Symbol 2075 BitmapUsed by:2073
Symbol 2076 BitmapUsed by:2073
Symbol 2073 GraphicUses:2074 2075 2076Used by:Timeline
Symbol 2079 BitmapUsed by:2078
Symbol 2078 GraphicUses:2079Used by:Timeline
Symbol 2082 BitmapUsed by:2081
Symbol 2081 GraphicUses:2082Used by:Timeline
Symbol 2085 BitmapUsed by:2084
Symbol 2086 BitmapUsed by:2084
Symbol 2087 BitmapUsed by:2084
Symbol 2084 GraphicUses:2085 2086 2087Used by:Timeline
Symbol 2090 BitmapUsed by:2089
Symbol 2091 BitmapUsed by:2089
Symbol 2092 BitmapUsed by:2089
Symbol 2093 BitmapUsed by:2089
Symbol 2089 GraphicUses:2090 2091 2092 2093Used by:Timeline
Symbol 2096 BitmapUsed by:2095 3858
Symbol 2095 GraphicUses:2096Used by:Timeline
Symbol 2099 BitmapUsed by:2098
Symbol 2100 BitmapUsed by:2098
Symbol 2101 BitmapUsed by:2098
Symbol 2098 GraphicUses:2099 2100 2101Used by:Timeline
Symbol 2104 BitmapUsed by:2103
Symbol 2105 BitmapUsed by:2103 4143
Symbol 2106 BitmapUsed by:2103
Symbol 2103 GraphicUses:2104 2105 2106Used by:Timeline
Symbol 2109 BitmapUsed by:2108
Symbol 2110 BitmapUsed by:2108 3894 5843
Symbol 2111 BitmapUsed by:2108
Symbol 2112 BitmapUsed by:2108
Symbol 2108 GraphicUses:2109 2110 2111 2112Used by:Timeline
Symbol 2115 BitmapUsed by:2114 3899 4657 4945
Symbol 2116 BitmapUsed by:2114 3899 4657 4945
Symbol 2117 BitmapUsed by:2114 3899 4657 4945
Symbol 2118 BitmapUsed by:2114 3899 4657 4945
Symbol 2114 GraphicUses:2115 2116 2117 2118Used by:Timeline
Symbol 2123 BitmapUsed by:2122 2316
Symbol 2122 GraphicUses:2123Used by:Timeline
Symbol 2126 BitmapUsed by:2125 2319
Symbol 2125 GraphicUses:2126Used by:Timeline
Symbol 2129 BitmapUsed by:2128 2322 2873 3028
Symbol 2128 GraphicUses:2129Used by:Timeline
Symbol 2132 BitmapUsed by:2131 2325
Symbol 2131 GraphicUses:2132Used by:Timeline
Symbol 2135 BitmapUsed by:2134 2328 2713 2880
Symbol 2134 GraphicUses:2135Used by:Timeline
Symbol 2141 BitmapUsed by:2140
Symbol 2140 GraphicUses:2141Used by:Timeline
Symbol 2144 BitmapUsed by:2143
Symbol 2143 GraphicUses:2144Used by:Timeline
Symbol 2147 BitmapUsed by:2146 2741
Symbol 2148 BitmapUsed by:2146 2741
Symbol 2149 BitmapUsed by:2146 2741
Symbol 2150 BitmapUsed by:2146 2741
Symbol 2146 GraphicUses:2147 2148 2149 2150Used by:Timeline
Symbol 2153 BitmapUsed by:2152
Symbol 2154 BitmapUsed by:2152
Symbol 2155 BitmapUsed by:2152
Symbol 2156 BitmapUsed by:2152
Symbol 2152 GraphicUses:2153 2154 2155 2156Used by:Timeline
Symbol 2159 BitmapUsed by:2158
Symbol 2160 BitmapUsed by:2158
Symbol 2161 BitmapUsed by:2158
Symbol 2162 BitmapUsed by:2158
Symbol 2158 GraphicUses:2159 2160 2161 2162Used by:Timeline
Symbol 2165 BitmapUsed by:2164 2749 3073
Symbol 2166 BitmapUsed by:2164 2749 3073
Symbol 2167 BitmapUsed by:2164 2749 3073
Symbol 2168 BitmapUsed by:2164 2749 3073
Symbol 2164 GraphicUses:2165 2166 2167 2168Used by:Timeline
Symbol 2171 BitmapUsed by:2170
Symbol 2172 BitmapUsed by:2170 2910
Symbol 2170 GraphicUses:2171 2172Used by:Timeline
Symbol 2175 BitmapUsed by:2174
Symbol 2176 BitmapUsed by:2174 2914
Symbol 2174 GraphicUses:2175 2176Used by:Timeline
Symbol 2179 BitmapUsed by:2178
Symbol 2178 GraphicUses:2179Used by:Timeline
Symbol 2183 BitmapUsed by:2182
Symbol 2182 GraphicUses:2183Used by:Timeline
Symbol 2186 BitmapUsed by:2185
Symbol 2185 GraphicUses:2186Used by:Timeline
Symbol 2189 BitmapUsed by:2188
Symbol 2188 GraphicUses:2189Used by:Timeline
Symbol 2192 BitmapUsed by:2191
Symbol 2193 BitmapUsed by:2191 2924
Symbol 2191 GraphicUses:2192 2193Used by:Timeline
Symbol 2196 BitmapUsed by:2195
Symbol 2197 BitmapUsed by:2195 2680
Symbol 2195 GraphicUses:2196 2197Used by:Timeline
Symbol 2200 BitmapUsed by:2199
Symbol 2201 BitmapUsed by:2199
Symbol 2199 GraphicUses:2200 2201Used by:Timeline
Symbol 2204 BitmapUsed by:2203 2394 2592 2781 2931
Symbol 2203 GraphicUses:2204Used 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 2221 BitmapUsed by:2220 2940
Symbol 2220 GraphicUses:2221Used by:Timeline
Symbol 2224 BitmapUsed by:2223 2942
Symbol 2223 GraphicUses:2224Used by:Timeline
Symbol 2227 BitmapUsed by:2226 2944
Symbol 2226 GraphicUses:2227Used by:Timeline
Symbol 2230 BitmapUsed by:2229 2802 2946
Symbol 2229 GraphicUses:2230Used by:Timeline
Symbol 2233 BitmapUsed by:2232 2618 2804 2948
Symbol 2232 GraphicUses:2233Used by:Timeline
Symbol 2239 BitmapUsed by:2238
Symbol 2238 GraphicUses:2239Used by:Timeline
Symbol 2242 BitmapUsed by:2241
Symbol 2243 BitmapUsed by:2241
Symbol 2241 GraphicUses:2242 2243Used by:Timeline
Symbol 2246 BitmapUsed by:2245
Symbol 2247 BitmapUsed by:2245 2813
Symbol 2245 GraphicUses:2246 2247Used by:Timeline
Symbol 2250 BitmapUsed by:2249
Symbol 2251 BitmapUsed by:2249 2962
Symbol 2249 GraphicUses:2250 2251Used by:Timeline
Symbol 2254 BitmapUsed by:2253
Symbol 2255 BitmapUsed by:2253
Symbol 2253 GraphicUses:2254 2255Used by:Timeline
Symbol 2258 BitmapUsed by:2257
Symbol 2259 BitmapUsed by:2257 2824
Symbol 2257 GraphicUses:2258 2259Used by:Timeline
Symbol 2262 BitmapUsed by:2261
Symbol 2263 BitmapUsed by:2261 2659 2827 2968
Symbol 2261 GraphicUses:2262 2263Used by:Timeline
Symbol 2266 BitmapUsed by:2265
Symbol 2265 GraphicUses:2266Used by:Timeline
Symbol 2270 BitmapUsed by:2269
Symbol 2271 BitmapUsed by:2269
Symbol 2272 BitmapUsed by:2269
Symbol 2273 BitmapUsed by:2269
Symbol 2269 GraphicUses:2270 2271 2272 2273Used by:Timeline
Symbol 2278 BitmapUsed by:2277
Symbol 2279 BitmapUsed by:2277 2484 2985
Symbol 2277 GraphicUses:2278 2279Used by:Timeline
Symbol 2282 BitmapUsed by:2281
Symbol 2283 BitmapUsed by:2281 2987
Symbol 2281 GraphicUses:2282 2283Used by:Timeline
Symbol 2286 BitmapUsed by:2285
Symbol 2287 BitmapUsed by:2285
Symbol 2285 GraphicUses:2286 2287Used by:Timeline
Symbol 2290 BitmapUsed by:2289
Symbol 2291 BitmapUsed by:2289 2492 2686 2846 2992
Symbol 2289 GraphicUses:2290 2291Used by:Timeline
Symbol 2294 BitmapUsed by:2293
Symbol 2295 BitmapUsed by:2293 2494 2688 2849 2994
Symbol 2293 GraphicUses: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 2305 BitmapUsed by:2304
Symbol 2304 GraphicUses:2305Used by:Timeline
Symbol 2308 BitmapUsed by:2307
Symbol 2309 BitmapUsed by:2307
Symbol 2310 BitmapUsed by:2307
Symbol 2311 BitmapUsed by:2307
Symbol 2307 GraphicUses:2308 2309 2310 2311Used by:Timeline
Symbol 2314 BitmapUsed by:2313
Symbol 2313 GraphicUses:2314Used by:Timeline
Symbol 2317 BitmapUsed by:2316
Symbol 2316 GraphicUses:2317 2123Used by:Timeline
Symbol 2320 BitmapUsed by:2319
Symbol 2319 GraphicUses:2320 2126Used by:Timeline
Symbol 2323 BitmapUsed by:2322
Symbol 2322 GraphicUses:2323 2129Used by:Timeline
Symbol 2326 BitmapUsed by:2325
Symbol 2325 GraphicUses:2326 2132Used by:Timeline
Symbol 2329 BitmapUsed by:2328
Symbol 2328 GraphicUses:2329 2135Used by:Timeline
Symbol 2332 BitmapUsed by:2331
Symbol 2331 GraphicUses:2332Used by:Timeline
Symbol 2335 BitmapUsed by:2334
Symbol 2336 BitmapUsed by:2334
Symbol 2337 BitmapUsed by:2334
Symbol 2338 BitmapUsed by:2334
Symbol 2334 GraphicUses:2335 2336 2337 2338Used by:Timeline
Symbol 2344 BitmapUsed by:2343
Symbol 2345 BitmapUsed by:2343
Symbol 2346 BitmapUsed by:2343
Symbol 2347 BitmapUsed by:2343
Symbol 2343 GraphicUses:2344 2345 2346 2347Used 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 2357 GraphicUses:2358 2359Used by:Timeline
Symbol 2362 BitmapUsed by:2361
Symbol 2363 BitmapUsed by:2361
Symbol 2361 GraphicUses:2362 2363Used by:Timeline
Symbol 2366 BitmapUsed by:2365
Symbol 2365 GraphicUses:2366Used by:Timeline
Symbol 2369 BitmapUsed by:2368
Symbol 2368 GraphicUses:2369Used by:Timeline
Symbol 2372 BitmapUsed by:2371
Symbol 2371 GraphicUses:2372Used by:Timeline
Symbol 2375 BitmapUsed by:2374
Symbol 2374 GraphicUses:2375Used by:Timeline
Symbol 2378 BitmapUsed by:2377
Symbol 2377 GraphicUses:2378Used by:Timeline
Symbol 2382 BitmapUsed by:2381
Symbol 2383 BitmapUsed by:2381
Symbol 2384 BitmapUsed by:2381
Symbol 2385 BitmapUsed by:2381
Symbol 2381 GraphicUses:2382 2383 2384 2385Used by:Timeline
Symbol 2388 BitmapUsed by:2387
Symbol 2389 BitmapUsed by:2387 2590 2776 2929
Symbol 2387 GraphicUses:2388 2389Used by:Timeline
Symbol 2392 BitmapUsed by:2391 2778
Symbol 2391 GraphicUses:2392Used by:Timeline
Symbol 2394 GraphicUses:2204Used by:Timeline
Symbol 2402 BitmapUsed by:2401
Symbol 2401 GraphicUses:2402Used by:Timeline
Symbol 2405 BitmapUsed by:2404
Symbol 2404 GraphicUses:2405Used by:Timeline
Symbol 2408 BitmapUsed by:2407
Symbol 2407 GraphicUses:2408Used by:Timeline
Symbol 2411 BitmapUsed by:2410
Symbol 2410 GraphicUses:2411Used by:Timeline
Symbol 2414 BitmapUsed by:2413
Symbol 2413 GraphicUses:2414Used by:Timeline
Symbol 2417 BitmapUsed by:2416
Symbol 2418 BitmapUsed by:2416
Symbol 2419 BitmapUsed by:2416
Symbol 2420 BitmapUsed by:2416
Symbol 2416 GraphicUses:2417 2418 2419 2420Used by:Timeline
Symbol 2423 BitmapUsed by:2422
Symbol 2424 BitmapUsed by:2422
Symbol 2425 BitmapUsed by:2422
Symbol 2422 GraphicUses:2423 2424 2425Used by:Timeline
Symbol 2428 BitmapUsed by:2427
Symbol 2429 BitmapUsed by:2427
Symbol 2430 BitmapUsed by:2427
Symbol 2427 GraphicUses:2428 2429 2430Used by:Timeline
Symbol 2433 BitmapUsed by:2432
Symbol 2434 BitmapUsed by:2432
Symbol 2435 BitmapUsed by:2432
Symbol 2432 GraphicUses:2433 2434 2435Used by:Timeline
Symbol 2438 BitmapUsed by:2437
Symbol 2437 GraphicUses:2438Used by:Timeline
Symbol 2441 BitmapUsed by:2440
Symbol 2442 BitmapUsed by:2440
Symbol 2440 GraphicUses: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 2454 BitmapUsed by:2450
Symbol 2450 GraphicUses:2451 2452 2453 2454Used by:Timeline
Symbol 2457 BitmapUsed by:2456
Symbol 2458 BitmapUsed by:2456
Symbol 2456 GraphicUses:2457 2458Used by:Timeline
Symbol 2461 BitmapUsed by:2460
Symbol 2462 BitmapUsed by:2460
Symbol 2460 GraphicUses: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 2469 GraphicUses:2470 2471Used by:Timeline
Symbol 2474 BitmapUsed by:2473
Symbol 2475 BitmapUsed by:2473
Symbol 2473 GraphicUses:2474 2475Used by:Timeline
Symbol 2478 BitmapUsed by:2477
Symbol 2479 BitmapUsed by:2477
Symbol 2477 GraphicUses:2478 2479Used by:Timeline
Symbol 2482 BitmapUsed by:2481
Symbol 2481 GraphicUses:2482Used by:Timeline
Symbol 2484 GraphicUses:2279Used by:Timeline
Symbol 2487 BitmapUsed by:2486
Symbol 2486 GraphicUses:2487Used by:Timeline
Symbol 2490 BitmapUsed by:2489 2682 2842
Symbol 2489 GraphicUses:2490Used by:Timeline
Symbol 2492 GraphicUses:2291Used by:Timeline
Symbol 2495 BitmapUsed by:2494
Symbol 2494 GraphicUses:2495 2295Used by:Timeline
Symbol 2498 BitmapUsed by:2497
Symbol 2499 BitmapUsed by:2497
Symbol 2500 BitmapUsed by:2497
Symbol 2497 GraphicUses:2498 2499 2500Used by:Timeline
Symbol 2503 BitmapUsed by:2502
Symbol 2504 BitmapUsed by:2502
Symbol 2505 BitmapUsed by:2502
Symbol 2506 BitmapUsed by:2502
Symbol 2502 GraphicUses:2503 2504 2505 2506Used by:Timeline
Symbol 2510 BitmapUsed by:2509
Symbol 2511 BitmapUsed by:2509
Symbol 2512 BitmapUsed by:2509
Symbol 2509 GraphicUses:2510 2511 2512Used by:Timeline
Symbol 2515 BitmapUsed by:2514
Symbol 2514 GraphicUses:2515Used by:Timeline
Symbol 2518 BitmapUsed by:2517
Symbol 2519 BitmapUsed by:2517
Symbol 2520 BitmapUsed by:2517
Symbol 2517 GraphicUses:2518 2519 2520Used by:Timeline
Symbol 2523 BitmapUsed by:2522
Symbol 2524 BitmapUsed by:2522
Symbol 2525 BitmapUsed by:2522
Symbol 2522 GraphicUses:2523 2524 2525Used by:Timeline
Symbol 2528 BitmapUsed by:2527
Symbol 2527 GraphicUses:2528Used by:Timeline
Symbol 2531 BitmapUsed by:2530
Symbol 2530 GraphicUses:2531Used by:Timeline
Symbol 2534 BitmapUsed by:2533
Symbol 2535 BitmapUsed by:2533
Symbol 2536 BitmapUsed by:2533
Symbol 2537 BitmapUsed by:2533
Symbol 2533 GraphicUses:2534 2535 2536 2537Used by:Timeline
Symbol 2540 BitmapUsed by:2539
Symbol 2541 BitmapUsed by:2539
Symbol 2542 BitmapUsed by:2539
Symbol 2543 BitmapUsed by:2539
Symbol 2539 GraphicUses:2540 2541 2542 2543Used by:Timeline
Symbol 2546 BitmapUsed by:2545
Symbol 2547 BitmapUsed by:2545
Symbol 2548 BitmapUsed by:2545
Symbol 2549 BitmapUsed by:2545
Symbol 2545 GraphicUses:2546 2547 2548 2549Used by:Timeline
Symbol 2553 BitmapUsed by:2552
Symbol 2554 BitmapUsed by:2552
Symbol 2555 BitmapUsed by:2552
Symbol 2552 GraphicUses:2553 2554 2555Used by:Timeline
Symbol 2561 BitmapUsed by:2560
Symbol 2562 BitmapUsed by:2560
Symbol 2563 BitmapUsed by:2560
Symbol 2560 GraphicUses:2561 2562 2563Used by:Timeline
Symbol 2567 BitmapUsed by:2566
Symbol 2566 GraphicUses:2567Used by:Timeline
Symbol 2570 BitmapUsed by:2569
Symbol 2569 GraphicUses:2570Used by:Timeline
Symbol 2573 BitmapUsed by:2572
Symbol 2572 GraphicUses:2573Used by:Timeline
Symbol 2580 BitmapUsed by:2579
Symbol 2581 BitmapUsed by:2579
Symbol 2582 BitmapUsed by:2579
Symbol 2583 BitmapUsed by:2579
Symbol 2579 GraphicUses:2580 2581 2582 2583Used by:Timeline
Symbol 2586 BitmapUsed by:2585
Symbol 2587 BitmapUsed by:2585
Symbol 2588 BitmapUsed by:2585
Symbol 2585 GraphicUses:2586 2587 2588Used by:Timeline
Symbol 2590 GraphicUses:2389Used by:Timeline
Symbol 2593 BitmapUsed by:2592
Symbol 2594 BitmapUsed by:2592
Symbol 2592 GraphicUses:2593 2594 2204Used by:Timeline
Symbol 2601 BitmapUsed by:2600
Symbol 2600 GraphicUses:2601Used by:Timeline
Symbol 2604 BitmapUsed by:2603
Symbol 2603 GraphicUses:2604Used by:Timeline
Symbol 2607 BitmapUsed by:2606
Symbol 2608 BitmapUsed by:2606
Symbol 2606 GraphicUses:2607 2608Used by:Timeline
Symbol 2611 BitmapUsed by:2610
Symbol 2612 BitmapUsed by:2610 2800
Symbol 2610 GraphicUses:2611 2612Used by:Timeline
Symbol 2615 BitmapUsed by:2614
Symbol 2616 BitmapUsed by:2614
Symbol 2614 GraphicUses:2615 2616Used by:Timeline
Symbol 2619 BitmapUsed by:2618
Symbol 2618 GraphicUses:2619 2233Used by:Timeline
Symbol 2622 BitmapUsed by:2621
Symbol 2621 GraphicUses:2622Used by:Timeline
Symbol 2625 BitmapUsed by:2624
Symbol 2624 GraphicUses:2625Used by:Timeline
Symbol 2628 BitmapUsed by:2627
Symbol 2629 BitmapUsed by:2627
Symbol 2630 BitmapUsed by:2627
Symbol 2631 BitmapUsed by:2627
Symbol 2627 GraphicUses:2628 2629 2630 2631Used by:Timeline
Symbol 2634 BitmapUsed by:2633
Symbol 2635 BitmapUsed by:2633
Symbol 2636 BitmapUsed by:2633
Symbol 2637 BitmapUsed by:2633
Symbol 2633 GraphicUses:2634 2635 2636 2637Used by:Timeline
Symbol 2640 BitmapUsed by:2639
Symbol 2639 GraphicUses:2640Used by:Timeline
Symbol 2644 BitmapUsed by:2643
Symbol 2645 BitmapUsed by:2643
Symbol 2646 BitmapUsed by:2643
Symbol 2647 BitmapUsed by:2643
Symbol 2643 GraphicUses:2644 2645 2646 2647Used by:Timeline
Symbol 2650 BitmapUsed by:2649
Symbol 2651 BitmapUsed by:2649
Symbol 2649 GraphicUses:2650 2651Used by:Timeline
Symbol 2654 BitmapUsed by:2653
Symbol 2655 BitmapUsed by:2653
Symbol 2656 BitmapUsed by:2653
Symbol 2657 BitmapUsed by:2653
Symbol 2653 GraphicUses:2654 2655 2656 2657Used by:Timeline
Symbol 2660 BitmapUsed by:2659
Symbol 2659 GraphicUses:2660 2263Used by:Timeline
Symbol 2665 BitmapUsed by:2664
Symbol 2664 GraphicUses:2665Used by:Timeline
Symbol 2668 BitmapUsed by:2667
Symbol 2669 BitmapUsed by:2667
Symbol 2670 BitmapUsed by:2667
Symbol 2671 BitmapUsed by:2667
Symbol 2667 GraphicUses:2668 2669 2670 2671Used by:Timeline
Symbol 2674 BitmapUsed by:2673
Symbol 2673 GraphicUses:2674Used by:Timeline
Symbol 2678 BitmapUsed by:2677
Symbol 2677 GraphicUses:2678Used by:Timeline
Symbol 2680 GraphicUses:2197Used by:Timeline
Symbol 2683 BitmapUsed by:2682
Symbol 2684 BitmapUsed by:2682
Symbol 2682 GraphicUses:2683 2684 2490Used by:Timeline
Symbol 2686 GraphicUses:2291Used by:Timeline
Symbol 2688 GraphicUses:2295Used by:Timeline
Symbol 2693 BitmapUsed by:2692
Symbol 2692 GraphicUses:2693Used by:Timeline
Symbol 2696 BitmapUsed by:2695
Symbol 2695 GraphicUses:2696Used by:Timeline
Symbol 2699 BitmapUsed by:2698
Symbol 2698 GraphicUses:2699Used by:Timeline
Symbol 2702 BitmapUsed by:2701
Symbol 2701 GraphicUses:2702Used by:Timeline
Symbol 2705 BitmapUsed by:2704
Symbol 2704 GraphicUses:2705Used by:Timeline
Symbol 2708 BitmapUsed by:2707
Symbol 2709 BitmapUsed by:2707
Symbol 2710 BitmapUsed by:2707
Symbol 2711 BitmapUsed by:2707
Symbol 2707 GraphicUses:2708 2709 2710 2711Used by:Timeline
Symbol 2713 GraphicUses:2135Used by:Timeline
Symbol 2716 BitmapUsed by:2715
Symbol 2715 GraphicUses:2716Used by:Timeline
Symbol 2719 BitmapUsed by:2718
Symbol 2718 GraphicUses:2719Used by:Timeline
Symbol 2722 BitmapUsed by:2721
Symbol 2723 BitmapUsed by:2721
Symbol 2724 BitmapUsed by:2721
Symbol 2721 GraphicUses:2722 2723 2724Used by:Timeline
Symbol 2727 BitmapUsed by:2726
Symbol 2728 BitmapUsed by:2726
Symbol 2729 BitmapUsed by:2726
Symbol 2730 BitmapUsed by:2726
Symbol 2726 GraphicUses:2727 2728 2729 2730Used by:Timeline
Symbol 2733 BitmapUsed by:2732
Symbol 2732 GraphicUses:2733Used by:Timeline
Symbol 2736 BitmapUsed by:2735
Symbol 2737 BitmapUsed by:2735
Symbol 2738 BitmapUsed by:2735
Symbol 2739 BitmapUsed by:2735
Symbol 2735 GraphicUses:2736 2737 2738 2739Used by:Timeline
Symbol 2741 GraphicUses:2147 2148 2149 2150Used by:Timeline
Symbol 2744 BitmapUsed by:2743
Symbol 2745 BitmapUsed by:2743
Symbol 2746 BitmapUsed by:2743
Symbol 2747 BitmapUsed by:2743
Symbol 2743 GraphicUses:2744 2745 2746 2747Used by:Timeline
Symbol 2749 GraphicUses:2165 2166 2167 2168Used by:Timeline
Symbol 2752 BitmapUsed by:2751
Symbol 2753 BitmapUsed by:2751
Symbol 2754 BitmapUsed by:2751
Symbol 2755 BitmapUsed by:2751
Symbol 2751 GraphicUses:2752 2753 2754 2755Used by:Timeline
Symbol 2758 BitmapUsed by:2757 3075
Symbol 2759 BitmapUsed by:2757 3075
Symbol 2760 BitmapUsed by:2757 3075
Symbol 2761 BitmapUsed by:2757 3075
Symbol 2757 GraphicUses:2758 2759 2760 2761Used by:Timeline
Symbol 2764 BitmapUsed by:2763 3232 5661 5692 5718 6240 6284 6319 6353 6380 6405
Symbol 2763 GraphicUses:2764Used by:Timeline
Symbol 2771 BitmapUsed by:2770
Symbol 2770 GraphicUses:1819 2771Used by:Timeline
Symbol 2774 BitmapUsed by:2773
Symbol 2773 GraphicUses:2774Used by:Timeline
Symbol 2776 GraphicUses:2389Used by:Timeline
Symbol 2779 BitmapUsed by:2778
Symbol 2778 GraphicUses:2779 2392Used by:Timeline
Symbol 2782 BitmapUsed by:2781
Symbol 2781 GraphicUses:2782 2204Used by:Timeline
Symbol 2786 BitmapUsed by:2785 2788 5615
Symbol 2785 GraphicUses:2786Used by:Timeline
Symbol 2788 GraphicUses:2786Used by:Timeline
Symbol 2791 BitmapUsed by:2790
Symbol 2790 GraphicUses:2791Used by:Timeline
Symbol 2795 BitmapUsed by:2794
Symbol 2794 GraphicUses:2795Used by:Timeline
Symbol 2798 BitmapUsed by:2797
Symbol 2797 GraphicUses:2798Used by:Timeline
Symbol 2800 GraphicUses:2612Used by:Timeline
Symbol 2802 GraphicUses:2230Used by:Timeline
Symbol 2805 BitmapUsed by:2804
Symbol 2804 GraphicUses:2805 2233Used by:Timeline
Symbol 2811 GraphicUses:1819Used by:Timeline
Symbol 2814 BitmapUsed by:2813
Symbol 2813 GraphicUses:2814 2247Used by:Timeline
Symbol 2817 BitmapUsed by:2816
Symbol 2818 BitmapUsed by:2816
Symbol 2816 GraphicUses:2817 2818Used by:Timeline
Symbol 2821 BitmapUsed by:2820
Symbol 2822 BitmapUsed by:2820
Symbol 2820 GraphicUses:2821 2822Used by:Timeline
Symbol 2825 BitmapUsed by:2824
Symbol 2824 GraphicUses:2825 2259Used by:Timeline
Symbol 2828 BitmapUsed by:2827
Symbol 2827 GraphicUses:2828 2263Used by:Timeline
Symbol 2835 GraphicUses:1819Used 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 2842 GraphicUses:2843 2844 2490Used by:Timeline
Symbol 2847 BitmapUsed by:2846
Symbol 2846 GraphicUses:2847 2291Used by:Timeline
Symbol 2850 BitmapUsed by:2849
Symbol 2849 GraphicUses:2850 2295Used by:Timeline
Symbol 2853 BitmapUsed by:2852
Symbol 2852 GraphicUses:2853Used by:Timeline
Symbol 2856 BitmapUsed by:2855
Symbol 2855 GraphicUses:2856Used by:Timeline
Symbol 2859 BitmapUsed by:2858
Symbol 2858 GraphicUses:2859Used by:Timeline
Symbol 2862 BitmapUsed by:2861
Symbol 2861 GraphicUses:2862Used by:Timeline
Symbol 2865 BitmapUsed by:2864
Symbol 2864 GraphicUses:2865Used by:Timeline
Symbol 2868 BitmapUsed by:2867
Symbol 2867 GraphicUses:2868Used by:Timeline
Symbol 2871 BitmapUsed by:2870
Symbol 2870 GraphicUses:2871Used by:Timeline
Symbol 2873 GraphicUses:1819 2129Used by:Timeline
Symbol 2876 BitmapUsed by:2875
Symbol 2877 BitmapUsed by:2875
Symbol 2878 BitmapUsed by:2875 3030
Symbol 2875 GraphicUses:2876 2877 2878Used by:Timeline
Symbol 2880 GraphicUses:2135Used by:Timeline
Symbol 2888 BitmapUsed by:2887
Symbol 2889 BitmapUsed by:2887 4581
Symbol 2890 BitmapUsed by:2887
Symbol 2891 BitmapUsed by:2887 4581
Symbol 2887 GraphicUses:2888 2889 2890 2891Used by:Timeline
Symbol 2894 BitmapUsed by:2893
Symbol 2895 BitmapUsed by:2893
Symbol 2896 BitmapUsed by:2893
Symbol 2897 BitmapUsed by:2893
Symbol 2893 GraphicUses:2894 2895 2896 2897Used by:Timeline
Symbol 2900 BitmapUsed by:2899
Symbol 2901 BitmapUsed by:2899
Symbol 2902 BitmapUsed by:2899
Symbol 2899 GraphicUses:2900 2901 2902Used by:Timeline
Symbol 2905 BitmapUsed by:2904
Symbol 2906 BitmapUsed by:2904
Symbol 2907 BitmapUsed by:2904
Symbol 2908 BitmapUsed by:2904
Symbol 2904 GraphicUses:2905 2906 2907 2908Used by:Timeline
Symbol 2911 BitmapUsed by:2910
Symbol 2912 BitmapUsed by:2910
Symbol 2910 GraphicUses:2911 2912 2172Used by:Timeline
Symbol 2915 BitmapUsed by:2914
Symbol 2916 BitmapUsed by:2914
Symbol 2914 GraphicUses:2915 2916 2176Used by:Timeline
Symbol 2922 GraphicUses:1812Used by:Timeline
Symbol 2924 GraphicUses:2193Used by:Timeline
Symbol 2927 BitmapUsed by:2926
Symbol 2926 GraphicUses:2927Used by:Timeline
Symbol 2929 GraphicUses:2389Used by:Timeline
Symbol 2931 GraphicUses:2204Used by:Timeline
Symbol 2934 GraphicUses:1819Used by:Timeline
Symbol 2940 GraphicUses:1812 2221Used by:Timeline
Symbol 2942 GraphicUses:2224Used by:Timeline
Symbol 2944 GraphicUses:2227Used by:Timeline
Symbol 2946 GraphicUses:2230Used by:Timeline
Symbol 2948 GraphicUses:2233Used by:Timeline
Symbol 2950 GraphicUses:1819Used 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 2962 GraphicUses:1812 2251Used by:Timeline
Symbol 2965 BitmapUsed by:2964
Symbol 2966 BitmapUsed by:2964
Symbol 2964 GraphicUses:2965 2966Used by:Timeline
Symbol 2969 BitmapUsed by:2968
Symbol 2968 GraphicUses:2969 2263Used by:Timeline
Symbol 2973 GraphicUses:1819Used by:Timeline
Symbol 2976 BitmapUsed by:2975
Symbol 2977 BitmapUsed by:2975
Symbol 2978 BitmapUsed by:2975
Symbol 2979 BitmapUsed by:2975
Symbol 2975 GraphicUses:2976 2977 2978 2979Used by:Timeline
Symbol 2982 BitmapUsed by:2981
Symbol 2981 GraphicUses:2982Used by:Timeline
Symbol 2985 GraphicUses:2279Used by:Timeline
Symbol 2987 GraphicUses:2283Used by:Timeline
Symbol 2990 BitmapUsed by:2989
Symbol 2989 GraphicUses:2990Used by:Timeline
Symbol 2992 GraphicUses:2291Used by:Timeline
Symbol 2994 GraphicUses:2295Used by:Timeline
Symbol 2998 BitmapUsed by:2997
Symbol 2997 GraphicUses:2998Used by:Timeline
Symbol 3001 BitmapUsed by:3000
Symbol 3002 BitmapUsed by:3000
Symbol 3003 BitmapUsed by:3000
Symbol 3004 BitmapUsed by:3000
Symbol 3000 GraphicUses:3001 3002 3003 3004Used by:Timeline
Symbol 3007 BitmapUsed by:3006 3162 4616
Symbol 3008 BitmapUsed by:3006
Symbol 3006 GraphicUses:3007 3008Used by:Timeline
Symbol 3011 BitmapUsed by:3010
Symbol 3012 BitmapUsed by:3010
Symbol 3013 BitmapUsed by:3010
Symbol 3014 BitmapUsed by:3010
Symbol 3010 GraphicUses:3011 3012 3013 3014Used by:Timeline
Symbol 3017 BitmapUsed by:3016
Symbol 3018 BitmapUsed by:3016
Symbol 3019 BitmapUsed by:3016
Symbol 3020 BitmapUsed by:3016
Symbol 3016 GraphicUses:3017 3018 3019 3020Used by:Timeline
Symbol 3023 BitmapUsed by:3022
Symbol 3024 BitmapUsed by:3022
Symbol 3025 BitmapUsed by:3022
Symbol 3026 BitmapUsed by:3022
Symbol 3022 GraphicUses:3023 3024 3025 3026Used by:Timeline
Symbol 3028 GraphicUses:2129Used by:Timeline
Symbol 3031 BitmapUsed by:3030
Symbol 3030 GraphicUses:3031 2878Used by:Timeline
Symbol 3034 BitmapUsed by:3033
Symbol 3035 BitmapUsed by:3033
Symbol 3036 BitmapUsed by:3033
Symbol 3037 BitmapUsed by:3033
Symbol 3033 GraphicUses:3034 3035 3036 3037Used by:Timeline
Symbol 3040 BitmapUsed by:3039
Symbol 3041 BitmapUsed by:3039
Symbol 3042 BitmapUsed by:3039
Symbol 3043 BitmapUsed by:3039
Symbol 3039 GraphicUses:3040 3041 3042 3043Used by:Timeline
Symbol 3046 BitmapUsed by:3045
Symbol 3047 BitmapUsed by:3045
Symbol 3048 BitmapUsed by:3045
Symbol 3049 BitmapUsed by:3045
Symbol 3045 GraphicUses:3046 3047 3048 3049Used by:Timeline
Symbol 3052 BitmapUsed by:3051
Symbol 3053 BitmapUsed by:3051
Symbol 3054 BitmapUsed by:3051
Symbol 3055 BitmapUsed by:3051
Symbol 3051 GraphicUses:3052 3053 3054 3055Used by:Timeline
Symbol 3060 BitmapUsed by:3059 3176 3189 3201 3214
Symbol 3059 GraphicUses:3060Used by:Timeline
Symbol 3063 BitmapUsed by:3062
Symbol 3064 BitmapUsed by:3062
Symbol 3065 BitmapUsed by:3062
Symbol 3062 GraphicUses:3063 3064 3065Used by:Timeline
Symbol 3068 BitmapUsed by:3067
Symbol 3069 BitmapUsed by:3067
Symbol 3070 BitmapUsed by:3067
Symbol 3071 BitmapUsed by:3067
Symbol 3067 GraphicUses:3068 3069 3070 3071Used by:Timeline
Symbol 3073 GraphicUses:2165 2166 2167 2168Used by:Timeline
Symbol 3075 GraphicUses:2758 2759 2760 2761Used by:Timeline
Symbol 3078 BitmapUsed by:3077
Symbol 3079 BitmapUsed by:3077
Symbol 3080 BitmapUsed by:3077
Symbol 3081 BitmapUsed by:3077
Symbol 3077 GraphicUses:3078 3079 3080 3081Used by:Timeline
Symbol 3084 BitmapUsed by:3083
Symbol 3085 BitmapUsed by:3083
Symbol 3086 BitmapUsed by:3083
Symbol 3083 GraphicUses:3084 3085 3086Used by:Timeline
Symbol 3089 BitmapUsed by:3088
Symbol 3090 BitmapUsed by:3088
Symbol 3091 BitmapUsed by:3088
Symbol 3092 BitmapUsed by:3088
Symbol 3088 GraphicUses:3089 3090 3091 3092Used by:Timeline
Symbol 3095 BitmapUsed by:3094
Symbol 3096 BitmapUsed by:3094
Symbol 3097 BitmapUsed by:3094
Symbol 3098 BitmapUsed by:3094
Symbol 3094 GraphicUses:3095 3096 3097 3098Used by:Timeline
Symbol 3117 BitmapUsed by:3116
Symbol 3116 GraphicUses:3117Used by:Timeline
Symbol 3120 BitmapUsed by:3119
Symbol 3121 BitmapUsed by:3119
Symbol 3122 BitmapUsed by:3119
Symbol 3123 BitmapUsed by:3119
Symbol 3119 GraphicUses:3120 3121 3122 3123Used by:Timeline
Symbol 3139 BitmapUsed by:3138
Symbol 3140 BitmapUsed by:3138
Symbol 3141 BitmapUsed by:3138
Symbol 3142 BitmapUsed by:3138
Symbol 3138 GraphicUses:3139 3140 3141 3142Used by:Timeline
Symbol 3145 BitmapUsed by:3144
Symbol 3146 BitmapUsed by:3144
Symbol 3147 BitmapUsed by:3144
Symbol 3148 BitmapUsed by:3144
Symbol 3144 GraphicUses:3145 3146 3147 3148Used by:Timeline
Symbol 3151 BitmapUsed by:3150
Symbol 3152 BitmapUsed by:3150
Symbol 3153 BitmapUsed by:3150
Symbol 3154 BitmapUsed by:3150
Symbol 3150 GraphicUses:3151 3152 3153 3154Used by:Timeline
Symbol 3157 BitmapUsed by:3156
Symbol 3158 BitmapUsed by:3156
Symbol 3159 BitmapUsed by:3156
Symbol 3160 BitmapUsed by:3156
Symbol 3156 GraphicUses:3157 3158 3159 3160Used by:Timeline
Symbol 3163 BitmapUsed by:3162
Symbol 3162 GraphicUses:3007 3163Used by:Timeline
Symbol 3166 BitmapUsed by:3165
Symbol 3165 GraphicUses:3166Used by:Timeline
Symbol 3169 BitmapUsed by:3168
Symbol 3170 BitmapUsed by:3168
Symbol 3168 GraphicUses:3169 3170Used by:Timeline
Symbol 3176 GraphicUses:3060Used by:Timeline
Symbol 3182 GraphicUses:1819Used by:Timeline
Symbol 3189 GraphicUses:3060Used by:Timeline
Symbol 3195 GraphicUses:1819Used by:Timeline
Symbol 3201 GraphicUses:3060Used by:Timeline
Symbol 3207 GraphicUses:1819Used by:Timeline
Symbol 3214 GraphicUses:3060Used by:Timeline
Symbol 3220 GraphicUses:1819Used by:Timeline
Symbol 3224 BitmapUsed by:3223
Symbol 3225 BitmapUsed by:3223
Symbol 3226 BitmapUsed by:3223
Symbol 3227 BitmapUsed by:3223
Symbol 3223 GraphicUses:3224 3225 3226 3227Used by:Timeline
Symbol 3232 GraphicUses:2764Used by:Timeline
Symbol 3238 BitmapUsed by:3237
Symbol 3239 BitmapUsed by:3237
Symbol 3240 BitmapUsed by:3237
Symbol 3241 BitmapUsed by:3237
Symbol 3237 GraphicUses:3238 3239 3240 3241Used by:Timeline
Symbol 3252 BitmapUsed by:3251
Symbol 3251 GraphicUses:3252Used by:Timeline
Symbol 3255 BitmapUsed by:3254
Symbol 3254 GraphicUses:3255Used by:Timeline
Symbol 3258 BitmapUsed by:3257
Symbol 3257 GraphicUses:3258Used by:Timeline
Symbol 3261 BitmapUsed by:3260
Symbol 3260 GraphicUses:3261Used by:Timeline
Symbol 3265 BitmapUsed by:3264
Symbol 3264 GraphicUses:3265Used by:Timeline
Symbol 3290 BitmapUsed by:3289
Symbol 3289 GraphicUses:3290Used by:Timeline
Symbol 3293 BitmapUsed by:3292 3325
Symbol 3292 GraphicUses:3293Used by:Timeline
Symbol 3296 BitmapUsed by:3295
Symbol 3295 GraphicUses:3296Used by:Timeline
Symbol 3299 BitmapUsed by:3298
Symbol 3298 GraphicUses:3299Used by:Timeline
Symbol 3305 BitmapUsed by:3304
Symbol 3304 GraphicUses:3305Used by:Timeline
Symbol 3308 BitmapUsed by:3307
Symbol 3307 GraphicUses:3308Used by:Timeline
Symbol 3311 BitmapUsed by:3310
Symbol 3310 GraphicUses:3311Used by:Timeline
Symbol 3314 BitmapUsed by:3313
Symbol 3313 GraphicUses:3314Used by:Timeline
Symbol 3317 BitmapUsed by:3316
Symbol 3316 GraphicUses:3317Used by:Timeline
Symbol 3323 BitmapUsed by:3322
Symbol 3322 GraphicUses:3323Used by:Timeline
Symbol 3325 GraphicUses:3293Used by:Timeline
Symbol 3328 BitmapUsed by:3327
Symbol 3327 GraphicUses:3328Used by:Timeline
Symbol 3331 BitmapUsed by:3330
Symbol 3330 GraphicUses:3331Used by:Timeline
Symbol 3334 BitmapUsed by:3333
Symbol 3333 GraphicUses:3334Used by:Timeline
Symbol 3337 BitmapUsed by:3336
Symbol 3336 GraphicUses:3337Used by:Timeline
Symbol 3340 BitmapUsed by:3339
Symbol 3339 GraphicUses:3340Used by:Timeline
Symbol 3343 BitmapUsed by:3342
Symbol 3342 GraphicUses:3343Used by:Timeline
Symbol 3348 BitmapUsed by:3347
Symbol 3347 GraphicUses:3348Used by:Timeline
Symbol 3351 BitmapUsed by:3350
Symbol 3350 GraphicUses:3351Used by:Timeline
Symbol 3354 BitmapUsed by:3353
Symbol 3353 GraphicUses:3354Used by:Timeline
Symbol 3357 BitmapUsed by:3356
Symbol 3356 GraphicUses:3357Used by:Timeline
Symbol 3360 BitmapUsed by:3359
Symbol 3359 GraphicUses:3360Used by:Timeline
Symbol 3363 BitmapUsed by:3362
Symbol 3362 GraphicUses:3363Used by:Timeline
Symbol 3383 BitmapUsed by:3382
Symbol 3382 GraphicUses:3383Used by:Timeline
Symbol 3393 BitmapUsed by:3392
Symbol 3392 GraphicUses:3393Used by:Timeline
Symbol 3398 BitmapUsed by:3397
Symbol 3397 GraphicUses:3398Used by:Timeline
Symbol 3401 BitmapUsed by:3400
Symbol 3400 GraphicUses:3401Used by:Timeline
Symbol 3404 BitmapUsed by:3403
Symbol 3403 GraphicUses:3404Used by:Timeline
Symbol 3407 BitmapUsed by:3406
Symbol 3406 GraphicUses:3407Used by:Timeline
Symbol 3410 BitmapUsed by:3409
Symbol 3409 GraphicUses:3410Used by:Timeline
Symbol 3417 BitmapUsed by:3416
Symbol 3418 BitmapUsed by:3416
Symbol 3419 BitmapUsed by:3416
Symbol 3420 BitmapUsed by:3416
Symbol 3416 GraphicUses:3417 3418 3419 3420Used by:Timeline
Symbol 3425 BitmapUsed by:3424
Symbol 3426 BitmapUsed by:3424
Symbol 3427 BitmapUsed by:3424
Symbol 3428 BitmapUsed by:3424
Symbol 3424 GraphicUses:3425 3426 3427 3428Used by:Timeline
Symbol 3431 BitmapUsed by:3430
Symbol 3432 BitmapUsed by:3430
Symbol 3433 BitmapUsed by:3430
Symbol 3434 BitmapUsed by:3430
Symbol 3430 GraphicUses:3431 3432 3433 3434Used by:Timeline
Symbol 3439 BitmapUsed by:3438
Symbol 3438 GraphicUses:3439Used by:Timeline
Symbol 3442 BitmapUsed by:3441
Symbol 3441 GraphicUses:3442Used by:Timeline
Symbol 3445 BitmapUsed by:3444
Symbol 3444 GraphicUses:3445Used by:Timeline
Symbol 3448 BitmapUsed by:3447
Symbol 3447 GraphicUses:3448Used by:Timeline
Symbol 3451 BitmapUsed by:3450
Symbol 3452 BitmapUsed by:3450
Symbol 3453 BitmapUsed by:3450
Symbol 3454 BitmapUsed by:3450
Symbol 3450 GraphicUses:3451 3452 3453 3454Used by:Timeline
Symbol 3457 BitmapUsed by:3456
Symbol 3456 GraphicUses:3457Used by:Timeline
Symbol 3460 BitmapUsed by:3459
Symbol 3459 GraphicUses:3460Used by:Timeline
Symbol 3463 BitmapUsed by:3462
Symbol 3464 BitmapUsed by:3462
Symbol 3462 GraphicUses: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 3483 BitmapUsed by:3482
Symbol 3482 GraphicUses:3483Used by:Timeline
Symbol 3486 BitmapUsed by:3485
Symbol 3485 GraphicUses:3486Used by:Timeline
Symbol 3489 BitmapUsed by:3488
Symbol 3488 GraphicUses:3489Used by:Timeline
Symbol 3500 BitmapUsed by:3499
Symbol 3499 GraphicUses:3500Used by:Timeline
Symbol 3503 BitmapUsed by:3502
Symbol 3502 GraphicUses:3503Used by:Timeline
Symbol 3506 BitmapUsed by:3505
Symbol 3505 GraphicUses:3506Used by:Timeline
Symbol 3512 BitmapUsed by:3511
Symbol 3511 GraphicUses:3512Used by:Timeline
Symbol 3515 BitmapUsed by:3514
Symbol 3516 BitmapUsed by:3514
Symbol 3517 BitmapUsed by:3514
Symbol 3518 BitmapUsed by:3514
Symbol 3514 GraphicUses:3515 3516 3517 3518Used by:Timeline
Symbol 3521 BitmapUsed by:3520
Symbol 3520 GraphicUses:3521Used by:Timeline
Symbol 3534 BitmapUsed by:3533
Symbol 3533 GraphicUses:3534Used by:Timeline
Symbol 3543 BitmapUsed by:3542
Symbol 3542 GraphicUses:3543Used by:Timeline
Symbol 3546 BitmapUsed by:3545
Symbol 3545 GraphicUses:3546Used by:Timeline
Symbol 3549 BitmapUsed by:3548
Symbol 3548 GraphicUses:3549Used by:Timeline
Symbol 3552 BitmapUsed by:3551
Symbol 3553 BitmapUsed by:3551
Symbol 3554 BitmapUsed by:3551
Symbol 3555 BitmapUsed by:3551
Symbol 3551 GraphicUses:3552 3553 3554 3555Used by:Timeline
Symbol 3558 BitmapUsed by:3557
Symbol 3557 GraphicUses:3558Used by:Timeline
Symbol 3561 BitmapUsed by:3560
Symbol 3560 GraphicUses:3561Used by:Timeline
Symbol 3564 BitmapUsed by:3563
Symbol 3563 GraphicUses:3564Used by:Timeline
Symbol 3567 BitmapUsed by:3566
Symbol 3566 GraphicUses:3567Used by:Timeline
Symbol 3570 BitmapUsed by:3569
Symbol 3569 GraphicUses:3570Used by:Timeline
Symbol 3573 BitmapUsed by:3572
Symbol 3572 GraphicUses:3573Used by:Timeline
Symbol 3576 BitmapUsed by:3575
Symbol 3575 GraphicUses:3576Used by:Timeline
Symbol 3584 BitmapUsed by:3583
Symbol 3583 GraphicUses:3584Used by:Timeline
Symbol 3587 BitmapUsed by:3586
Symbol 3586 GraphicUses:3587Used by:Timeline
Symbol 3590 BitmapUsed by:3589
Symbol 3589 GraphicUses:3590Used by:Timeline
Symbol 3595 BitmapUsed by:3594
Symbol 3594 GraphicUses:3595Used by:Timeline
Symbol 3598 BitmapUsed by:3597
Symbol 3597 GraphicUses:3598Used by:Timeline
Symbol 3601 BitmapUsed by:3600
Symbol 3600 GraphicUses:3601Used by:Timeline
Symbol 3604 BitmapUsed by:3603
Symbol 3605 BitmapUsed by:3603
Symbol 3606 BitmapUsed by:3603
Symbol 3607 BitmapUsed by:3603
Symbol 3603 GraphicUses:3604 3605 3606 3607Used by:Timeline
Symbol 3610 BitmapUsed by:3609
Symbol 3609 GraphicUses:3610Used by:Timeline
Symbol 3613 BitmapUsed by:3612
Symbol 3614 BitmapUsed by:3612
Symbol 3615 BitmapUsed by:3612
Symbol 3616 BitmapUsed by:3612
Symbol 3612 GraphicUses:3613 3614 3615 3616Used by:Timeline
Symbol 3619 BitmapUsed by:3618
Symbol 3620 BitmapUsed by:3618
Symbol 3621 BitmapUsed by:3618
Symbol 3622 BitmapUsed by:3618
Symbol 3618 GraphicUses:3619 3620 3621 3622Used by:Timeline
Symbol 3625 BitmapUsed by:3624
Symbol 3626 BitmapUsed by:3624
Symbol 3627 BitmapUsed by:3624
Symbol 3628 BitmapUsed by:3624
Symbol 3624 GraphicUses:3625 3626 3627 3628Used by:Timeline
Symbol 3631 BitmapUsed by:3630
Symbol 3630 GraphicUses:3631Used by:Timeline
Symbol 3637 BitmapUsed by:3636
Symbol 3636 GraphicUses:3637Used by:Timeline
Symbol 3640 BitmapUsed by:3639
Symbol 3639 GraphicUses:3640Used by:Timeline
Symbol 3643 BitmapUsed by:3642
Symbol 3642 GraphicUses:3643Used 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 3653 BitmapUsed by:3652
Symbol 3654 BitmapUsed by:3652
Symbol 3655 BitmapUsed by:3652
Symbol 3656 BitmapUsed by:3652
Symbol 3652 GraphicUses:3653 3654 3655 3656Used by:Timeline
Symbol 3659 BitmapUsed by:3658
Symbol 3658 GraphicUses:3659Used by:Timeline
Symbol 3663 BitmapUsed by:3662
Symbol 3662 GraphicUses:3663Used by:Timeline
Symbol 3666 BitmapUsed by:3665
Symbol 3665 GraphicUses:3666Used by:Timeline
Symbol 3669 BitmapUsed by:3668
Symbol 3668 GraphicUses:3669Used by:Timeline
Symbol 3672 BitmapUsed by:3671
Symbol 3671 GraphicUses:3672Used by:Timeline
Symbol 3675 BitmapUsed by:3674
Symbol 3674 GraphicUses:3675Used by:Timeline
Symbol 3678 BitmapUsed by:3677
Symbol 3677 GraphicUses:3678Used by:Timeline
Symbol 3681 BitmapUsed by:3680
Symbol 3680 GraphicUses:3681Used by:Timeline
Symbol 3690 BitmapUsed by:3689
Symbol 3689 GraphicUses: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 3702 BitmapUsed by:3701
Symbol 3701 GraphicUses:3702Used by:Timeline
Symbol 3705 BitmapUsed by:3704
Symbol 3704 GraphicUses:3705Used by:Timeline
Symbol 3710 BitmapUsed by:3709
Symbol 3709 GraphicUses:3710Used by:Timeline
Symbol 3713 BitmapUsed by:3712
Symbol 3712 GraphicUses:3713Used by:Timeline
Symbol 3718 BitmapUsed by:3717
Symbol 3717 GraphicUses:3718Used by:Timeline
Symbol 3721 BitmapUsed by:3720
Symbol 3720 GraphicUses:3721Used by:Timeline
Symbol 3724 BitmapUsed by:3723
Symbol 3723 GraphicUses:3724Used by:Timeline
Symbol 3727 BitmapUsed by:3726
Symbol 3726 GraphicUses:3727Used by:Timeline
Symbol 3730 BitmapUsed by:3729
Symbol 3729 GraphicUses:3730Used by:Timeline
Symbol 3733 BitmapUsed by:3732
Symbol 3732 GraphicUses:3733Used by:Timeline
Symbol 3736 BitmapUsed by:3735
Symbol 3737 BitmapUsed by:3735 6339
Symbol 3735 GraphicUses:3736 3737Used by:Timeline
Symbol 3740 BitmapUsed by:3739
Symbol 3739 GraphicUses:3740Used by:Timeline
Symbol 3743 BitmapUsed by:3742
Symbol 3742 GraphicUses:3743Used by:Timeline
Symbol 3746 BitmapUsed by:3745
Symbol 3745 GraphicUses:3746Used by:Timeline
Symbol 3749 BitmapUsed by:3748
Symbol 3748 GraphicUses:3749Used by:Timeline
Symbol 3752 BitmapUsed by:3751
Symbol 3751 GraphicUses:3752Used by:Timeline
Symbol 3755 BitmapUsed by:3754
Symbol 3754 GraphicUses:3755Used by:Timeline
Symbol 3758 BitmapUsed by:3757
Symbol 3757 GraphicUses:3758Used by:Timeline
Symbol 3761 BitmapUsed by:3760
Symbol 3760 GraphicUses:3761Used by:Timeline
Symbol 3764 BitmapUsed by:3763
Symbol 3763 GraphicUses:3764Used by:Timeline
Symbol 3768 BitmapUsed by:3767
Symbol 3767 GraphicUses:3768Used by:Timeline
Symbol 3771 BitmapUsed by:3770
Symbol 3772 BitmapUsed by:3770
Symbol 3773 BitmapUsed by:3770
Symbol 3774 BitmapUsed by:3770
Symbol 3770 GraphicUses:3771 3772 3773 3774Used by:Timeline
Symbol 3777 BitmapUsed by:3776
Symbol 3778 BitmapUsed by:3776
Symbol 3779 BitmapUsed by:3776
Symbol 3780 BitmapUsed by:3776
Symbol 3776 GraphicUses:3777 3778 3779 3780Used by:Timeline
Symbol 3783 BitmapUsed by:3782
Symbol 3782 GraphicUses:3783Used by:Timeline
Symbol 3786 BitmapUsed by:3785
Symbol 3785 GraphicUses:3786Used by:Timeline
Symbol 3799 BitmapUsed by:3798
Symbol 3800 BitmapUsed by:3798
Symbol 3801 BitmapUsed by:3798
Symbol 3802 BitmapUsed by:3798
Symbol 3798 GraphicUses:3799 3800 3801 3802Used by:Timeline
Symbol 3806 BitmapUsed by:3805
Symbol 3807 BitmapUsed by:3805
Symbol 3808 BitmapUsed by:3805
Symbol 3809 BitmapUsed by:3805
Symbol 3805 GraphicUses:3806 3807 3808 3809Used by:Timeline
Symbol 3812 BitmapUsed by:3811
Symbol 3813 BitmapUsed by:3811
Symbol 3814 BitmapUsed by:3811
Symbol 3815 BitmapUsed by:3811
Symbol 3811 GraphicUses:3812 3813 3814 3815Used by:Timeline
Symbol 3818 BitmapUsed by:3817
Symbol 3817 GraphicUses:3818Used by:Timeline
Symbol 3821 BitmapUsed by:3820
Symbol 3822 BitmapUsed by:3820
Symbol 3823 BitmapUsed by:3820
Symbol 3824 BitmapUsed by:3820
Symbol 3820 GraphicUses:3821 3822 3823 3824Used by:Timeline
Symbol 3827 BitmapUsed by:3826
Symbol 3828 BitmapUsed by:3826
Symbol 3829 BitmapUsed by:3826
Symbol 3830 BitmapUsed by:3826
Symbol 3826 GraphicUses:3827 3828 3829 3830Used 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 3842 BitmapUsed by:3841
Symbol 3843 BitmapUsed by:3841
Symbol 3844 BitmapUsed by:3841
Symbol 3845 BitmapUsed by:3841
Symbol 3841 GraphicUses:3842 3843 3844 3845Used by:Timeline
Symbol 3848 BitmapUsed by:3847
Symbol 3849 BitmapUsed by:3847
Symbol 3850 BitmapUsed by:3847
Symbol 3847 GraphicUses:3848 3849 3850 2038Used by:Timeline
Symbol 3853 BitmapUsed by:3852 4931
Symbol 3852 GraphicUses:3853Used by:Timeline
Symbol 3856 BitmapUsed by:3855
Symbol 3855 GraphicUses:2047 3856Used by:Timeline
Symbol 3859 BitmapUsed by:3858
Symbol 3858 GraphicUses:2096 3859Used by:Timeline
Symbol 3862 BitmapUsed by:3861 4137
Symbol 3861 GraphicUses:3862Used by:Timeline
Symbol 3865 BitmapUsed by:3864
Symbol 3864 GraphicUses:3865Used by:Timeline
Symbol 3868 BitmapUsed by:3867
Symbol 3869 BitmapUsed by:3867
Symbol 3867 GraphicUses:3868 3869Used by:Timeline
Symbol 3873 BitmapUsed by:3872
Symbol 3874 BitmapUsed by:3872
Symbol 3875 BitmapUsed by:3872
Symbol 3876 BitmapUsed by:3872
Symbol 3872 GraphicUses:3873 3874 3875 3876Used by:Timeline
Symbol 3879 BitmapUsed by:3878
Symbol 3880 BitmapUsed by:3878
Symbol 3881 BitmapUsed by:3878
Symbol 3882 BitmapUsed by:3878
Symbol 3878 GraphicUses:3879 3880 3881 3882Used by:Timeline
Symbol 3885 BitmapUsed by:3884 4131
Symbol 3884 GraphicUses:3885Used by:Timeline
Symbol 3888 BitmapUsed by:3887
Symbol 3889 BitmapUsed by:3887
Symbol 3887 GraphicUses:3888 3889Used by:Timeline
Symbol 3892 BitmapUsed by:3891
Symbol 3891 GraphicUses:3892Used by:Timeline
Symbol 3895 BitmapUsed by:3894
Symbol 3896 BitmapUsed by:3894
Symbol 3897 BitmapUsed by:3894
Symbol 3894 GraphicUses:3895 2110 3896 3897Used by:Timeline
Symbol 3899 GraphicUses:2115 2116 2117 2118Used by:Timeline
Symbol 3905 BitmapUsed by:3904 3934 3960
Symbol 3904 GraphicUses:3905Used by:Timeline
Symbol 3909 BitmapUsed by:3908
Symbol 3908 GraphicUses:3909Used by:Timeline
Symbol 3912 BitmapUsed by:3911
Symbol 3911 GraphicUses:3912Used by:Timeline
Symbol 3915 BitmapUsed by:3914
Symbol 3914 GraphicUses:3915Used by:Timeline
Symbol 3918 BitmapUsed by:3917
Symbol 3919 BitmapUsed by:3917 3949
Symbol 3917 GraphicUses:3918 3919Used by:Timeline
Symbol 3923 BitmapUsed by:3922
Symbol 3922 GraphicUses:3923Used by:Timeline
Symbol 3926 BitmapUsed by:3925
Symbol 3925 GraphicUses:3926Used by:Timeline
Symbol 3929 BitmapUsed by:3928
Symbol 3928 GraphicUses:3929Used by:Timeline
Symbol 3932 BitmapUsed by:3931
Symbol 3931 GraphicUses:3932Used by:Timeline
Symbol 3935 BitmapUsed by:3934
Symbol 3934 GraphicUses:3935 3905Used by:Timeline
Symbol 3938 BitmapUsed by:3937
Symbol 3937 GraphicUses:3938Used by:Timeline
Symbol 3941 BitmapUsed by:3940
Symbol 3940 GraphicUses:3941Used by:Timeline
Symbol 3944 BitmapUsed by:3943
Symbol 3943 GraphicUses:3944Used by:Timeline
Symbol 3947 BitmapUsed by:3946
Symbol 3946 GraphicUses:3947Used by:Timeline
Symbol 3950 BitmapUsed by:3949
Symbol 3949 GraphicUses:3950 3919Used by:Timeline
Symbol 3953 BitmapUsed by:3952
Symbol 3952 GraphicUses:3953Used by:Timeline
Symbol 3956 BitmapUsed by:3955
Symbol 3955 GraphicUses:3956Used by:Timeline
Symbol 3960 GraphicUses:3905Used by:Timeline
Symbol 3964 BitmapUsed by:3963
Symbol 3965 BitmapUsed by:3963
Symbol 3966 BitmapUsed by:3963
Symbol 3967 BitmapUsed by:3963
Symbol 3963 GraphicUses:3964 3965 3966 3967Used by:Timeline
Symbol 3970 BitmapUsed by:3969
Symbol 3971 BitmapUsed by:3969
Symbol 3972 BitmapUsed by:3969
Symbol 3973 BitmapUsed by:3969
Symbol 3969 GraphicUses:3970 3971 3972 3973Used by:Timeline
Symbol 3976 BitmapUsed by:3975
Symbol 3977 BitmapUsed by:3975
Symbol 3978 BitmapUsed by:3975
Symbol 3979 BitmapUsed by:3975
Symbol 3975 GraphicUses:3976 3977 3978 3979Used by:Timeline
Symbol 3984 BitmapUsed by:3983
Symbol 3983 GraphicUses:3984Used by:Timeline
Symbol 3987 BitmapUsed by:3986
Symbol 3986 GraphicUses:3987Used by:Timeline
Symbol 3990 BitmapUsed by:3989
Symbol 3989 GraphicUses:3990Used by:Timeline
Symbol 3993 BitmapUsed by:3992
Symbol 3992 GraphicUses:3993Used by:Timeline
Symbol 3996 BitmapUsed by:3995
Symbol 3995 GraphicUses:3996Used by:Timeline
Symbol 3999 BitmapUsed by:3998
Symbol 3998 GraphicUses:3999Used by:Timeline
Symbol 4002 BitmapUsed by:4001
Symbol 4001 GraphicUses:4002Used by:Timeline
Symbol 4005 BitmapUsed by:4004
Symbol 4004 GraphicUses:4005Used by:Timeline
Symbol 4008 BitmapUsed by:4007
Symbol 4007 GraphicUses:4008Used by:Timeline
Symbol 4011 BitmapUsed by:4010
Symbol 4010 GraphicUses:4011Used by:Timeline
Symbol 4014 BitmapUsed by:4013
Symbol 4013 GraphicUses:4014Used by:Timeline
Symbol 4017 BitmapUsed by:4016
Symbol 4016 GraphicUses:4017Used by:Timeline
Symbol 4020 BitmapUsed by:4019
Symbol 4019 GraphicUses:4020Used by:Timeline
Symbol 4023 BitmapUsed by:4022
Symbol 4022 GraphicUses:4023Used by:Timeline
Symbol 4026 BitmapUsed by:4025
Symbol 4025 GraphicUses:4026Used by:Timeline
Symbol 4029 BitmapUsed by:4028
Symbol 4028 GraphicUses:4029Used by:Timeline
Symbol 4032 BitmapUsed by:4031
Symbol 4031 GraphicUses:4032Used by:Timeline
Symbol 4035 BitmapUsed by:4034
Symbol 4034 GraphicUses:4035Used by:Timeline
Symbol 4038 BitmapUsed by:4037
Symbol 4037 GraphicUses:4038Used by:Timeline
Symbol 4041 BitmapUsed by:4040
Symbol 4040 GraphicUses:4041Used by:Timeline
Symbol 4044 BitmapUsed by:4043
Symbol 4043 GraphicUses:4044Used by:Timeline
Symbol 4047 BitmapUsed by:4046
Symbol 4046 GraphicUses:4047Used by:Timeline
Symbol 4050 BitmapUsed by:4049
Symbol 4051 BitmapUsed by:4049
Symbol 4052 BitmapUsed by:4049
Symbol 4053 BitmapUsed by:4049
Symbol 4049 GraphicUses:4050 4051 4052 4053Used by:Timeline
Symbol 4056 BitmapUsed by:4055
Symbol 4055 GraphicUses:4056Used by:Timeline
Symbol 4059 BitmapUsed by:4058
Symbol 4058 GraphicUses:4059Used by:Timeline
Symbol 4062 BitmapUsed by:4061
Symbol 4061 GraphicUses:4062Used by:Timeline
Symbol 4065 BitmapUsed by:4064
Symbol 4064 GraphicUses:4065Used by:Timeline
Symbol 4068 BitmapUsed by:4067
Symbol 4067 GraphicUses:4068Used by:Timeline
Symbol 4071 BitmapUsed by:4070
Symbol 4070 GraphicUses:4071Used by:Timeline
Symbol 4075 BitmapUsed by:4074
Symbol 4076 BitmapUsed by:4074
Symbol 4077 BitmapUsed by:4074
Symbol 4078 BitmapUsed by:4074
Symbol 4074 GraphicUses:4075 4076 4077 4078Used by:Timeline
Symbol 4087 BitmapUsed by:4086
Symbol 4088 BitmapUsed by:4086
Symbol 4089 BitmapUsed by:4086
Symbol 4090 BitmapUsed by:4086
Symbol 4086 GraphicUses:4087 4088 4089 4090Used by:Timeline
Symbol 4093 BitmapUsed by:4092
Symbol 4094 BitmapUsed by:4092
Symbol 4095 BitmapUsed by:4092
Symbol 4096 BitmapUsed by:4092
Symbol 4092 GraphicUses:4093 4094 4095 4096Used by:Timeline
Symbol 4099 BitmapUsed by:4098
Symbol 4100 BitmapUsed by:4098
Symbol 4101 BitmapUsed by:4098
Symbol 4102 BitmapUsed by:4098
Symbol 4098 GraphicUses:4099 4100 4101 4102Used by:Timeline
Symbol 4105 BitmapUsed by:4104
Symbol 4106 BitmapUsed by:4104
Symbol 4107 BitmapUsed by:4104
Symbol 4104 GraphicUses:4105 4106 4107Used by:Timeline
Symbol 4110 BitmapUsed by:4109
Symbol 4111 BitmapUsed by:4109
Symbol 4112 BitmapUsed by:4109
Symbol 4113 BitmapUsed by:4109
Symbol 4109 GraphicUses:4110 4111 4112 4113Used by:Timeline
Symbol 4118 BitmapUsed by:4117
Symbol 4119 BitmapUsed by:4117
Symbol 4120 BitmapUsed by:4117
Symbol 4117 GraphicUses:4118 2011 4119 4120Used by:Timeline
Symbol 4124 BitmapUsed by:4123
Symbol 4125 BitmapUsed by:4123
Symbol 4126 BitmapUsed by:4123
Symbol 4123 GraphicUses:4124 4125 4126 2038Used by:Timeline
Symbol 4129 BitmapUsed by:4128
Symbol 4128 GraphicUses:4129Used by:Timeline
Symbol 4132 BitmapUsed by:4131 4150
Symbol 4131 GraphicUses:3885 4132Used by:Timeline
Symbol 4135 BitmapUsed by:4134
Symbol 4134 GraphicUses:4135Used by:Timeline
Symbol 4137 GraphicUses:3862Used by:Timeline
Symbol 4140 BitmapUsed by:4139
Symbol 4141 BitmapUsed by:4139 4153
Symbol 4139 GraphicUses:4140 4141Used by:Timeline
Symbol 4144 BitmapUsed by:4143
Symbol 4143 GraphicUses:2105 4144Used by:Timeline
Symbol 4147 BitmapUsed by:4146
Symbol 4148 BitmapUsed by:4146
Symbol 4146 GraphicUses:4147 4148Used by:Timeline
Symbol 4151 BitmapUsed by:4150
Symbol 4150 GraphicUses:4151 4132Used by:Timeline
Symbol 4154 BitmapUsed by:4153
Symbol 4153 GraphicUses:4154 4141Used by:Timeline
Symbol 4157 BitmapUsed by:4156
Symbol 4158 BitmapUsed by:4156
Symbol 4159 BitmapUsed by:4156
Symbol 4160 BitmapUsed by:4156
Symbol 4156 GraphicUses:4157 4158 4159 4160Used by:Timeline
Symbol 4163 BitmapUsed by:4162
Symbol 4164 BitmapUsed by:4162
Symbol 4165 BitmapUsed by:4162
Symbol 4166 BitmapUsed by:4162
Symbol 4162 GraphicUses:4163 4164 4165 4166Used by:Timeline
Symbol 4169 BitmapUsed by:4168
Symbol 4170 BitmapUsed by:4168
Symbol 4171 BitmapUsed by:4168
Symbol 4172 BitmapUsed by:4168
Symbol 4168 GraphicUses:4169 4170 4171 4172Used by:Timeline
Symbol 4175 BitmapUsed by:4174
Symbol 4176 BitmapUsed by:4174
Symbol 4177 BitmapUsed by:4174
Symbol 4178 BitmapUsed by:4174
Symbol 4174 GraphicUses:4175 4176 4177 4178Used by:Timeline
Symbol 4200 BitmapUsed by:4199
Symbol 4199 GraphicUses:4200Used by:Timeline
Symbol 4203 BitmapUsed by:4202
Symbol 4202 GraphicUses:4203Used by:Timeline
Symbol 4206 BitmapUsed by:4205
Symbol 4205 GraphicUses:4206Used by:Timeline
Symbol 4209 BitmapUsed by:4208
Symbol 4208 GraphicUses:4209Used by:Timeline
Symbol 4212 BitmapUsed by:4211
Symbol 4211 GraphicUses:4212Used by:Timeline
Symbol 4215 BitmapUsed by:4214
Symbol 4214 GraphicUses:4215Used by:Timeline
Symbol 4218 BitmapUsed by:4217
Symbol 4217 GraphicUses:4218Used by:Timeline
Symbol 4221 BitmapUsed by:4220
Symbol 4220 GraphicUses:4221Used by:Timeline
Symbol 4224 BitmapUsed by:4223 4248 4269
Symbol 4225 BitmapUsed by:4223
Symbol 4226 BitmapUsed by:4223
Symbol 4223 GraphicUses:4224 4225 4226Used by:Timeline
Symbol 4229 BitmapUsed by:4228
Symbol 4228 GraphicUses:4229Used by:Timeline
Symbol 4232 BitmapUsed by:4231
Symbol 4231 GraphicUses:4232Used by:Timeline
Symbol 4235 BitmapUsed by:4234 4252
Symbol 4236 BitmapUsed by:4234
Symbol 4237 BitmapUsed by:4234
Symbol 4234 GraphicUses:4235 4236 4237Used by:Timeline
Symbol 4240 BitmapUsed by:4239
Symbol 4239 GraphicUses:4240Used by:Timeline
Symbol 4243 BitmapUsed by:4242
Symbol 4242 GraphicUses:4243Used by:Timeline
Symbol 4246 BitmapUsed by:4245
Symbol 4245 GraphicUses:4246Used by:Timeline
Symbol 4249 BitmapUsed by:4248
Symbol 4250 BitmapUsed by:4248
Symbol 4248 GraphicUses:4224 4249 4250Used by:Timeline
Symbol 4253 BitmapUsed by:4252
Symbol 4254 BitmapUsed by:4252
Symbol 4252 GraphicUses:4235 4253 4254Used by:Timeline
Symbol 4257 BitmapUsed by:4256
Symbol 4256 GraphicUses:4257Used by:Timeline
Symbol 4260 BitmapUsed by:4259
Symbol 4259 GraphicUses:4260Used by:Timeline
Symbol 4264 BitmapUsed by:4263
Symbol 4263 GraphicUses:4264Used by:Timeline
Symbol 4267 BitmapUsed by:4266
Symbol 4266 GraphicUses:4267Used by:Timeline
Symbol 4270 BitmapUsed by:4269
Symbol 4271 BitmapUsed by:4269
Symbol 4269 GraphicUses:4224 4270 4271Used by:Timeline
Symbol 4274 BitmapUsed by:4273
Symbol 4273 GraphicUses:4274Used by:Timeline
Symbol 4281 BitmapUsed by:4280
Symbol 4282 BitmapUsed by:4280
Symbol 4283 BitmapUsed by:4280
Symbol 4284 BitmapUsed by:4280
Symbol 4280 GraphicUses:4281 4282 4283 4284Used by:Timeline
Symbol 4289 BitmapUsed by:4288
Symbol 4288 GraphicUses:4289Used by:Timeline
Symbol 4292 BitmapUsed by:4291
Symbol 4293 BitmapUsed by:4291
Symbol 4294 BitmapUsed by:4291
Symbol 4291 GraphicUses:4292 4293 4294Used by:Timeline
Symbol 4297 BitmapUsed by:4296
Symbol 4296 GraphicUses:4297Used by:Timeline
Symbol 4300 BitmapUsed by:4299
Symbol 4299 GraphicUses:4300Used by:Timeline
Symbol 4303 BitmapUsed by:4302
Symbol 4302 GraphicUses:4303Used by:Timeline
Symbol 4306 BitmapUsed by:4305
Symbol 4305 GraphicUses:4306Used by:Timeline
Symbol 4309 BitmapUsed by:4308
Symbol 4308 GraphicUses:4309Used by:Timeline
Symbol 4312 BitmapUsed by:4311
Symbol 4311 GraphicUses:4312Used by:Timeline
Symbol 4315 BitmapUsed by:4314
Symbol 4314 GraphicUses:4315Used by:Timeline
Symbol 4320 BitmapUsed by:4319
Symbol 4319 GraphicUses:4320Used by:Timeline
Symbol 4323 BitmapUsed by:4322
Symbol 4322 GraphicUses:4323Used by:Timeline
Symbol 4326 BitmapUsed by:4325
Symbol 4325 GraphicUses: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 4335 BitmapUsed by:4334
Symbol 4334 GraphicUses:4335Used by:Timeline
Symbol 4338 BitmapUsed by:4337
Symbol 4337 GraphicUses:4338Used by:Timeline
Symbol 4341 BitmapUsed by:4340
Symbol 4340 GraphicUses:4341Used by:Timeline
Symbol 4344 BitmapUsed by:4343
Symbol 4343 GraphicUses:4344Used by:Timeline
Symbol 4347 BitmapUsed by:4346
Symbol 4346 GraphicUses:4347Used by:Timeline
Symbol 4350 BitmapUsed by:4349
Symbol 4349 GraphicUses:4350Used by:Timeline
Symbol 4354 BitmapUsed by:4353
Symbol 4353 GraphicUses:4354Used by:Timeline
Symbol 4357 BitmapUsed by:4356
Symbol 4356 GraphicUses:4357Used by:Timeline
Symbol 4360 BitmapUsed by:4359
Symbol 4359 GraphicUses:4360Used by:Timeline
Symbol 4366 BitmapUsed by:4365
Symbol 4365 GraphicUses:4366Used by:Timeline
Symbol 4369 BitmapUsed by:4368
Symbol 4368 GraphicUses:4369Used by:Timeline
Symbol 4372 BitmapUsed by:4371
Symbol 4371 GraphicUses:4372Used by:Timeline
Symbol 4375 BitmapUsed by:4374
Symbol 4374 GraphicUses:4375Used by:Timeline
Symbol 4378 BitmapUsed by:4377
Symbol 4377 GraphicUses:4378Used by:Timeline
Symbol 4386 BitmapUsed by:4385 4388 4392
Symbol 4385 GraphicUses:4386Used by:Timeline
Symbol 4388 GraphicUses:4386Used by:Timeline
Symbol 4392 GraphicUses:4386Used by:Timeline
Symbol 4400 BitmapUsed by:4399
Symbol 4399 GraphicUses:4400Used by:Timeline
Symbol 4409 BitmapUsed by:4408
Symbol 4408 GraphicUses:4409Used by:Timeline
Symbol 4413 BitmapUsed by:4412
Symbol 4412 GraphicUses:4413Used by:Timeline
Symbol 4416 BitmapUsed by:4415
Symbol 4415 GraphicUses:4416Used by:Timeline
Symbol 4419 BitmapUsed by:4418
Symbol 4418 GraphicUses:4419Used by:Timeline
Symbol 4422 BitmapUsed by:4421
Symbol 4421 GraphicUses:4422Used by:Timeline
Symbol 4425 BitmapUsed by:4424
Symbol 4424 GraphicUses:4425Used 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 4433 GraphicUses:4434Used by:Timeline
Symbol 4437 BitmapUsed by:4436
Symbol 4436 GraphicUses:4437Used by:Timeline
Symbol 4440 BitmapUsed by:4439
Symbol 4439 GraphicUses:4440Used by:Timeline
Symbol 4448 BitmapUsed by:4447
Symbol 4447 GraphicUses:4448Used by:Timeline
Symbol 4512 BitmapUsed by:4511
Symbol 4511 GraphicUses:4512Used by:Timeline
Symbol 4515 BitmapUsed by:4514
Symbol 4514 GraphicUses:4515Used by:Timeline
Symbol 4520 BitmapUsed by:4519
Symbol 4519 GraphicUses:4520Used by:Timeline
Symbol 4523 BitmapUsed by:4522
Symbol 4522 GraphicUses:4523Used by:Timeline
Symbol 4526 BitmapUsed by:4525
Symbol 4525 GraphicUses:4526Used by:Timeline
Symbol 4531 BitmapUsed by:4530
Symbol 4530 GraphicUses:4531Used by:Timeline
Symbol 4534 BitmapUsed by:4533
Symbol 4533 GraphicUses:4534Used by:Timeline
Symbol 4537 BitmapUsed by:4536
Symbol 4536 GraphicUses:4537Used by:Timeline
Symbol 4541 BitmapUsed by:4540
Symbol 4540 GraphicUses:4541Used by:Timeline
Symbol 4545 BitmapUsed by:4544
Symbol 4546 BitmapUsed by:4544
Symbol 4547 BitmapUsed by:4544
Symbol 4548 BitmapUsed by:4544
Symbol 4544 GraphicUses:4545 4546 4547 4548Used by:Timeline
Symbol 4582 BitmapUsed by:4581
Symbol 4583 BitmapUsed by:4581
Symbol 4581 GraphicUses:4582 2889 4583 2891Used by:Timeline
Symbol 4586 BitmapUsed by:4585
Symbol 4587 BitmapUsed by:4585
Symbol 4588 BitmapUsed by:4585
Symbol 4589 BitmapUsed by:4585
Symbol 4585 GraphicUses:4586 4587 4588 4589Used by:Timeline
Symbol 4592 BitmapUsed by:4591
Symbol 4593 BitmapUsed by:4591
Symbol 4594 BitmapUsed by:4591
Symbol 4595 BitmapUsed by:4591
Symbol 4591 GraphicUses:4592 4593 4594 4595Used by:Timeline
Symbol 4598 BitmapUsed by:4597
Symbol 4597 GraphicUses:4598Used by:Timeline
Symbol 4601 BitmapUsed by:4600
Symbol 4600 GraphicUses:4601Used by:Timeline
Symbol 4605 BitmapUsed by:4604
Symbol 4606 BitmapUsed by:4604
Symbol 4607 BitmapUsed by:4604
Symbol 4608 BitmapUsed by:4604
Symbol 4604 GraphicUses:4605 4606 4607 4608Used by:Timeline
Symbol 4611 BitmapUsed by:4610
Symbol 4612 BitmapUsed by:4610
Symbol 4613 BitmapUsed by:4610
Symbol 4614 BitmapUsed by:4610
Symbol 4610 GraphicUses:4611 4612 4613 4614Used by:Timeline
Symbol 4617 BitmapUsed by:4616
Symbol 4616 GraphicUses:3007 4617Used by:Timeline
Symbol 4622 BitmapUsed by:4621
Symbol 4621 GraphicUses:4622Used by:Timeline
Symbol 4625 BitmapUsed by:4624
Symbol 4624 GraphicUses:4625Used by:Timeline
Symbol 4628 BitmapUsed by:4627
Symbol 4627 GraphicUses:4628Used by:Timeline
Symbol 4631 BitmapUsed by:4630
Symbol 4632 BitmapUsed by:4630
Symbol 4630 GraphicUses:4631 4632Used by:Timeline
Symbol 4635 BitmapUsed by:4634
Symbol 4636 BitmapUsed by:4634
Symbol 4637 BitmapUsed by:4634
Symbol 4638 BitmapUsed by:4634
Symbol 4634 GraphicUses:4635 4636 4637 4638Used by:Timeline
Symbol 4641 BitmapUsed by:4640
Symbol 4642 BitmapUsed by:4640
Symbol 4643 BitmapUsed by:4640
Symbol 4644 BitmapUsed by:4640
Symbol 4640 GraphicUses:4641 4642 4643 4644Used by:Timeline
Symbol 4647 BitmapUsed by:4646
Symbol 4648 BitmapUsed by:4646
Symbol 4649 BitmapUsed by:4646
Symbol 4646 GraphicUses:4647 4648 4649 2038Used by:Timeline
Symbol 4652 BitmapUsed by:4651
Symbol 4653 BitmapUsed by:4651
Symbol 4654 BitmapUsed by:4651
Symbol 4655 BitmapUsed by:4651
Symbol 4651 GraphicUses:4652 4653 4654 4655Used by:Timeline
Symbol 4657 GraphicUses:2115 2116 2117 2118Used by:Timeline
Symbol 4661 BitmapUsed by:4660
Symbol 4662 BitmapUsed by:4660 5119
Symbol 4663 BitmapUsed by:4660 5119
Symbol 4664 BitmapUsed by:4660 5119
Symbol 4660 GraphicUses:4661 4662 4663 4664Used by:Timeline
Symbol 4693 BitmapUsed by:4692
Symbol 4694 BitmapUsed by:4692
Symbol 4695 BitmapUsed by:4692
Symbol 4696 BitmapUsed by:4692
Symbol 4692 GraphicUses:4693 4694 4695 4696Used by:Timeline
Symbol 4699 BitmapUsed by:4698
Symbol 4698 GraphicUses:4699Used by:Timeline
Symbol 4702 BitmapUsed by:4701
Symbol 4701 GraphicUses:4702Used by:Timeline
Symbol 4705 BitmapUsed by:4704
Symbol 4704 GraphicUses:4705Used by:Timeline
Symbol 4708 BitmapUsed by:4707
Symbol 4707 GraphicUses:4708Used by:Timeline
Symbol 4711 BitmapUsed by:4710
Symbol 4710 GraphicUses:4711Used by:Timeline
Symbol 4714 BitmapUsed by:4713
Symbol 4713 GraphicUses:4714Used by:Timeline
Symbol 4717 BitmapUsed by:4716
Symbol 4716 GraphicUses:4717Used by:Timeline
Symbol 4720 BitmapUsed by:4719
Symbol 4719 GraphicUses:4720Used by:Timeline
Symbol 4723 BitmapUsed by:4722
Symbol 4722 GraphicUses:4723Used by:Timeline
Symbol 4801 BitmapUsed by:4800
Symbol 4800 GraphicUses:4801Used by:Timeline
Symbol 4804 BitmapUsed by:4803
Symbol 4805 BitmapUsed by:4803
Symbol 4803 GraphicUses:4804 4805Used by:Timeline
Symbol 4808 BitmapUsed by:4807
Symbol 4807 GraphicUses:4808Used by:Timeline
Symbol 4811 BitmapUsed by:4810
Symbol 4810 GraphicUses:4811Used by:Timeline
Symbol 4814 BitmapUsed by:4813
Symbol 4813 GraphicUses:4814Used by:Timeline
Symbol 4817 BitmapUsed by:4816
Symbol 4816 GraphicUses:4817Used by:Timeline
Symbol 4820 BitmapUsed by:4819 5224
Symbol 4821 BitmapUsed by:4819
Symbol 4819 GraphicUses:4820 4821Used by:Timeline
Symbol 4824 BitmapUsed by:4823
Symbol 4825 BitmapUsed by:4823
Symbol 4823 GraphicUses:4824 4825Used by:Timeline
Symbol 4828 BitmapUsed by:4827
Symbol 4829 BitmapUsed by:4827
Symbol 4827 GraphicUses:4828 4829Used by:Timeline
Symbol 4832 BitmapUsed by:4831
Symbol 4831 GraphicUses:4832Used by:Timeline
Symbol 4835 BitmapUsed by:4834
Symbol 4834 GraphicUses:4835Used by:Timeline
Symbol 4838 BitmapUsed by:4837
Symbol 4837 GraphicUses:4838Used by:Timeline
Symbol 4842 BitmapUsed by:4841
Symbol 4841 GraphicUses:4842Used by:Timeline
Symbol 4845 BitmapUsed by:4844
Symbol 4844 GraphicUses:4845Used by:Timeline
Symbol 4848 BitmapUsed by:4847
Symbol 4847 GraphicUses:4848Used by:Timeline
Symbol 4851 BitmapUsed by:4850
Symbol 4850 GraphicUses:4851Used by:Timeline
Symbol 4854 BitmapUsed by:4853
Symbol 4853 GraphicUses:4854Used by:Timeline
Symbol 4864 BitmapUsed by:4863
Symbol 4863 GraphicUses:4864Used by:Timeline
Symbol 4868 BitmapUsed by:4867
Symbol 4867 GraphicUses:4868Used by:Timeline
Symbol 4876 BitmapUsed by:4875
Symbol 4875 GraphicUses:4876Used by:Timeline
Symbol 4879 BitmapUsed by:4878
Symbol 4878 GraphicUses:4879Used by:Timeline
Symbol 4882 BitmapUsed by:4881
Symbol 4881 GraphicUses:4882Used by:Timeline
Symbol 4885 BitmapUsed by:4884
Symbol 4884 GraphicUses:4885Used by:Timeline
Symbol 4888 BitmapUsed by:4887
Symbol 4887 GraphicUses:4888Used by:Timeline
Symbol 4892 BitmapUsed by:4891
Symbol 4891 GraphicUses:4892Used by:Timeline
Symbol 4895 BitmapUsed by:4894
Symbol 4896 BitmapUsed by:4894
Symbol 4897 BitmapUsed by:4894
Symbol 4898 BitmapUsed by:4894
Symbol 4894 GraphicUses:4895 4896 4897 4898Used by:Timeline
Symbol 4920 BitmapUsed by:4919
Symbol 4921 BitmapUsed by:4919
Symbol 4922 BitmapUsed by:4919
Symbol 4923 BitmapUsed by:4919
Symbol 4919 GraphicUses:4920 4921 4922 4923Used by:Timeline
Symbol 4926 BitmapUsed by:4925
Symbol 4927 BitmapUsed by:4925
Symbol 4928 BitmapUsed by:4925
Symbol 4929 BitmapUsed by:4925
Symbol 4925 GraphicUses:4926 4927 4928 4929Used by:Timeline
Symbol 4932 BitmapUsed by:4931
Symbol 4931 GraphicUses:3853 4932Used by:Timeline
Symbol 4935 BitmapUsed by:4934
Symbol 4936 BitmapUsed by:4934
Symbol 4937 BitmapUsed by:4934
Symbol 4934 GraphicUses:4935 4936 4937Used by:Timeline
Symbol 4940 BitmapUsed by:4939
Symbol 4941 BitmapUsed by:4939
Symbol 4942 BitmapUsed by:4939
Symbol 4943 BitmapUsed by:4939
Symbol 4939 GraphicUses:4940 4941 4942 4943Used by:Timeline
Symbol 4945 GraphicUses:2115 2116 2117 2118Used by:Timeline
Symbol 4951 BitmapUsed by:4950
Symbol 4950 GraphicUses:4951Used by:Timeline
Symbol 4954 BitmapUsed by:4953
Symbol 4953 GraphicUses:4954Used by:Timeline
Symbol 4959 BitmapUsed by:4958 5058
Symbol 4960 BitmapUsed by:4958 5058
Symbol 4961 BitmapUsed by:4958
Symbol 4962 BitmapUsed by:4958 5058
Symbol 4958 GraphicUses:4959 4960 4961 4962Used by:Timeline
Symbol 4965 BitmapUsed by:4964
Symbol 4966 BitmapUsed by:4964 5061
Symbol 4967 BitmapUsed by:4964
Symbol 4968 BitmapUsed by:4964 5061
Symbol 4964 GraphicUses:4965 4966 4967 4968Used by:Timeline
Symbol 4984 BitmapUsed by:4983
Symbol 4985 BitmapUsed by:4983
Symbol 4986 BitmapUsed by:4983
Symbol 4987 BitmapUsed by:4983
Symbol 4983 GraphicUses:4984 4985 4986 4987Used by:Timeline
Symbol 4990 BitmapUsed by:4989
Symbol 4991 BitmapUsed by:4989
Symbol 4992 BitmapUsed by:4989
Symbol 4993 BitmapUsed by:4989
Symbol 4989 GraphicUses:4990 4991 4992 4993Used by:Timeline
Symbol 4996 BitmapUsed by:4995
Symbol 4997 BitmapUsed by:4995
Symbol 4998 BitmapUsed by:4995
Symbol 4999 BitmapUsed by:4995
Symbol 4995 GraphicUses:4996 4997 4998 4999Used by:Timeline
Symbol 5048 BitmapUsed by:5047
Symbol 5047 GraphicUses:5048Used by:Timeline
Symbol 5051 BitmapUsed by:5050
Symbol 5050 GraphicUses:5051Used by:Timeline
Symbol 5054 BitmapUsed by:5053
Symbol 5053 GraphicUses:5054Used by:Timeline
Symbol 5059 BitmapUsed by:5058
Symbol 5058 GraphicUses:4959 4960 5059 4962Used by:Timeline
Symbol 5062 BitmapUsed by:5061
Symbol 5063 BitmapUsed by:5061
Symbol 5061 GraphicUses:5062 4966 5063 4968Used by:Timeline
Symbol 5072 BitmapUsed by:5071
Symbol 5071 GraphicUses:5072Used by:Timeline
Symbol 5075 BitmapUsed by:5074
Symbol 5076 BitmapUsed by:5074
Symbol 5074 GraphicUses:5075 5076Used by:Timeline
Symbol 5079 BitmapUsed by:5078
Symbol 5080 BitmapUsed by:5078
Symbol 5078 GraphicUses:5079 5080Used by:Timeline
Symbol 5083 BitmapUsed by:5082
Symbol 5082 GraphicUses:5083Used by:Timeline
Symbol 5086 BitmapUsed by:5085
Symbol 5085 GraphicUses:5086Used by:Timeline
Symbol 5089 BitmapUsed by:5088
Symbol 5088 GraphicUses:5089Used by:Timeline
Symbol 5092 BitmapUsed by:5091
Symbol 5091 GraphicUses:5092Used by:Timeline
Symbol 5095 BitmapUsed by:5094
Symbol 5094 GraphicUses:5095Used by:Timeline
Symbol 5098 BitmapUsed by:5097
Symbol 5097 GraphicUses:5098Used by:Timeline
Symbol 5101 BitmapUsed by:5100
Symbol 5100 GraphicUses:5101Used by:Timeline
Symbol 5105 BitmapUsed by:5104
Symbol 5104 GraphicUses:5105Used by:Timeline
Symbol 5108 BitmapUsed by:5107
Symbol 5109 BitmapUsed by:5107
Symbol 5107 GraphicUses:5108 5109 2038Used by:Timeline
Symbol 5112 BitmapUsed by:5111
Symbol 5113 BitmapUsed by:5111
Symbol 5111 GraphicUses:5112 5113Used by:Timeline
Symbol 5116 BitmapUsed by:5115
Symbol 5117 BitmapUsed by:5115
Symbol 5115 GraphicUses:5116 5117Used by:Timeline
Symbol 5120 BitmapUsed by:5119
Symbol 5119 GraphicUses:5120 4662 4663 4664Used by:Timeline
Symbol 5123 BitmapUsed by:5122
Symbol 5122 GraphicUses:5123Used by:Timeline
Symbol 5126 BitmapUsed by:5125
Symbol 5125 GraphicUses:5126Used by:Timeline
Symbol 5131 BitmapUsed by:5130
Symbol 5130 GraphicUses:5131Used by:Timeline
Symbol 5134 BitmapUsed by:5133
Symbol 5133 GraphicUses:5134Used by:Timeline
Symbol 5137 BitmapUsed by:5136
Symbol 5136 GraphicUses:5137Used by:Timeline
Symbol 5141 BitmapUsed by:5140
Symbol 5140 GraphicUses:5141Used by:Timeline
Symbol 5144 BitmapUsed by:5143
Symbol 5143 GraphicUses:5144Used by:Timeline
Symbol 5147 BitmapUsed by:5146
Symbol 5146 GraphicUses:5147Used by:Timeline
Symbol 5152 BitmapUsed by:5151
Symbol 5151 GraphicUses:5152Used by:Timeline
Symbol 5175 BitmapUsed by:5174
Symbol 5174 GraphicUses:5175Used by:Timeline
Symbol 5190 BitmapUsed by:5189
Symbol 5189 GraphicUses:5190Used by:Timeline
Symbol 5193 BitmapUsed by:5192 5224
Symbol 5194 BitmapUsed by:5192
Symbol 5192 GraphicUses:5193 5194Used by:Timeline
Symbol 5197 BitmapUsed by:5196
Symbol 5198 BitmapUsed by:5196
Symbol 5199 BitmapUsed by:5196
Symbol 5200 BitmapUsed by:5196
Symbol 5196 GraphicUses:5197 5198 5199 5200Used by:Timeline
Symbol 5205 BitmapUsed by:5204
Symbol 5206 BitmapUsed by:5204
Symbol 5207 BitmapUsed by:5204
Symbol 5208 BitmapUsed by:5204
Symbol 5204 GraphicUses:5205 5206 5207 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 5222 BitmapUsed by:5221
Symbol 5221 GraphicUses:5222Used by:Timeline
Symbol 5224 GraphicUses:5193 4820Used by:Timeline
Symbol 5227 BitmapUsed by:5226
Symbol 5226 GraphicUses:5227Used by:Timeline
Symbol 5232 BitmapUsed by:5231
Symbol 5231 GraphicUses:5232Used by:Timeline
Symbol 5235 BitmapUsed by:5234
Symbol 5234 GraphicUses:5235Used by:Timeline
Symbol 5238 BitmapUsed by:5237
Symbol 5237 GraphicUses:5238Used by:Timeline
Symbol 5241 BitmapUsed by:5240
Symbol 5240 GraphicUses:5241Used by:Timeline
Symbol 5244 BitmapUsed by:5243
Symbol 5243 GraphicUses:5244Used by:Timeline
Symbol 5247 BitmapUsed by:5246
Symbol 5246 GraphicUses:5247Used by:Timeline
Symbol 5250 BitmapUsed by:5249
Symbol 5249 GraphicUses:5250Used by:Timeline
Symbol 5253 BitmapUsed by:5252
Symbol 5252 GraphicUses:5253Used by:Timeline
Symbol 5256 BitmapUsed by:5255
Symbol 5255 GraphicUses:5256Used by:Timeline
Symbol 5259 BitmapUsed by:5258
Symbol 5258 GraphicUses:5259Used by:Timeline
Symbol 5262 BitmapUsed by:5261
Symbol 5261 GraphicUses:5262Used by:Timeline
Symbol 5265 BitmapUsed by:5264
Symbol 5264 GraphicUses:5265Used by:Timeline
Symbol 5268 BitmapUsed by:5267
Symbol 5267 GraphicUses:5268Used by:Timeline
Symbol 5271 BitmapUsed by:5270
Symbol 5270 GraphicUses:5271Used by:Timeline
Symbol 5274 BitmapUsed by:5273
Symbol 5273 GraphicUses:5274Used by:Timeline
Symbol 5277 BitmapUsed by:5276
Symbol 5276 GraphicUses:5277Used by:Timeline
Symbol 5280 BitmapUsed by:5279
Symbol 5279 GraphicUses:5280Used by:Timeline
Symbol 5283 BitmapUsed by:5282
Symbol 5282 GraphicUses:5283Used by:Timeline
Symbol 5286 BitmapUsed by:5285
Symbol 5285 GraphicUses:5286Used by:Timeline
Symbol 5289 BitmapUsed by:5288
Symbol 5288 GraphicUses:5289Used by:Timeline
Symbol 5292 BitmapUsed by:5291
Symbol 5291 GraphicUses:5292Used by:Timeline
Symbol 5295 BitmapUsed by:5294
Symbol 5294 GraphicUses:5295Used by:Timeline
Symbol 5301 BitmapUsed by:5300
Symbol 5300 GraphicUses:5301Used by:Timeline
Symbol 5306 BitmapUsed by:5305
Symbol 5305 GraphicUses:5306Used by:Timeline
Symbol 5309 BitmapUsed by:5308
Symbol 5308 GraphicUses:5309Used by:Timeline
Symbol 5317 BitmapUsed by:5316
Symbol 5318 BitmapUsed by:5316
Symbol 5319 BitmapUsed by:5316
Symbol 5320 BitmapUsed by:5316
Symbol 5316 GraphicUses:5317 5318 5319 5320Used by:Timeline
Symbol 5323 BitmapUsed by:5322
Symbol 5324 BitmapUsed by:5322
Symbol 5325 BitmapUsed by:5322
Symbol 5326 BitmapUsed by:5322
Symbol 5322 GraphicUses:5323 5324 5325 5326Used by:Timeline
Symbol 5329 BitmapUsed by:5328
Symbol 5330 BitmapUsed by:5328
Symbol 5331 BitmapUsed by:5328
Symbol 5332 BitmapUsed by:5328
Symbol 5328 GraphicUses:5329 5330 5331 5332Used by:Timeline
Symbol 5335 BitmapUsed by:5334
Symbol 5336 BitmapUsed by:5334
Symbol 5337 BitmapUsed by:5334
Symbol 5338 BitmapUsed by:5334
Symbol 5334 GraphicUses:5335 5336 5337 5338Used by:Timeline
Symbol 5343 BitmapUsed by:5342
Symbol 5342 GraphicUses:5343Used by:Timeline
Symbol 5346 BitmapUsed by:5345
Symbol 5347 BitmapUsed by:5345
Symbol 5345 GraphicUses:5346 5347Used by:Timeline
Symbol 5350 BitmapUsed by:5349
Symbol 5351 BitmapUsed by:5349
Symbol 5349 GraphicUses:5350 5351Used by:Timeline
Symbol 5356 BitmapUsed by:5355
Symbol 5355 GraphicUses:5356Used by:Timeline
Symbol 5359 BitmapUsed by:5358
Symbol 5358 GraphicUses:5359Used by:Timeline
Symbol 5362 BitmapUsed by:5361
Symbol 5361 GraphicUses:5362Used by:Timeline
Symbol 5365 BitmapUsed by:5364
Symbol 5366 BitmapUsed by:5364
Symbol 5364 GraphicUses:5365 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 5382 BitmapUsed by:5381
Symbol 5381 GraphicUses:5382Used by:Timeline
Symbol 5385 BitmapUsed by:5384
Symbol 5384 GraphicUses:5385Used by:Timeline
Symbol 5388 BitmapUsed by:5387
Symbol 5387 GraphicUses:5388Used by:Timeline
Symbol 5391 BitmapUsed by:5390
Symbol 5390 GraphicUses:5391Used by:Timeline
Symbol 5394 BitmapUsed by:5393
Symbol 5393 GraphicUses:5394Used by:Timeline
Symbol 5397 BitmapUsed by:5396
Symbol 5396 GraphicUses:5397Used by:Timeline
Symbol 5400 BitmapUsed by:5399
Symbol 5399 GraphicUses:5400Used by:Timeline
Symbol 5406 BitmapUsed by:5405
Symbol 5405 GraphicUses:5406Used by:Timeline
Symbol 5409 BitmapUsed by:5408
Symbol 5408 GraphicUses:5409Used by:Timeline
Symbol 5412 BitmapUsed by:5411
Symbol 5411 GraphicUses:5412Used by:Timeline
Symbol 5418 BitmapUsed by:5417
Symbol 5419 BitmapUsed by:5417
Symbol 5420 BitmapUsed by:5417
Symbol 5421 BitmapUsed by:5417
Symbol 5417 GraphicUses:5418 5419 5420 5421Used by:Timeline
Symbol 5424 BitmapUsed by:5423
Symbol 5425 BitmapUsed by:5423
Symbol 5426 BitmapUsed by:5423
Symbol 5427 BitmapUsed by:5423
Symbol 5423 GraphicUses:5424 5425 5426 5427Used by:Timeline
Symbol 5430 BitmapUsed by:5429
Symbol 5431 BitmapUsed by:5429
Symbol 5432 BitmapUsed by:5429
Symbol 5433 BitmapUsed by:5429
Symbol 5429 GraphicUses:5430 5431 5432 5433Used 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 5445 BitmapUsed by:5444
Symbol 5444 GraphicUses:5445Used by:Timeline
Symbol 5450 BitmapUsed by:5449
Symbol 5451 BitmapUsed by:5449
Symbol 5452 BitmapUsed by:5449
Symbol 5453 BitmapUsed by:5449
Symbol 5449 GraphicUses:5450 5451 5452 5453Used by:Timeline
Symbol 5459 BitmapUsed by:5458
Symbol 5460 BitmapUsed by:5458
Symbol 5461 BitmapUsed by:5458 6213
Symbol 5462 BitmapUsed by:5458
Symbol 5458 GraphicUses:5459 5460 5461 5462Used by:Timeline
Symbol 5468 BitmapUsed by:5467
Symbol 5469 BitmapUsed by:5467
Symbol 5470 BitmapUsed by:5467
Symbol 5467 GraphicUses:5468 5469 5470Used by:Timeline
Symbol 5476 BitmapUsed by:5475
Symbol 5477 BitmapUsed by:5475
Symbol 5478 BitmapUsed by:5475
Symbol 5475 GraphicUses:5476 5477 5478Used by:Timeline
Symbol 5488 BitmapUsed by:5487
Symbol 5489 BitmapUsed by:5487
Symbol 5490 BitmapUsed by:5487 5866
Symbol 5487 GraphicUses:5488 5489 5490Used by:Timeline
Symbol 5497 BitmapUsed by:5496
Symbol 5498 BitmapUsed by:5496
Symbol 5496 GraphicUses:5497 5498Used by:Timeline
Symbol 5501 BitmapUsed by:5500
Symbol 5502 BitmapUsed by:5500
Symbol 5503 BitmapUsed by:5500
Symbol 5504 BitmapUsed by:5500
Symbol 5500 GraphicUses:5501 5502 5503 5504Used by:Timeline
Symbol 5507 BitmapUsed by:5506
Symbol 5508 BitmapUsed by:5506
Symbol 5506 GraphicUses:5507 5508Used by:Timeline
Symbol 5511 BitmapUsed by:5510
Symbol 5510 GraphicUses:5511Used by:Timeline
Symbol 5514 BitmapUsed by:5513
Symbol 5515 BitmapUsed by:5513
Symbol 5516 BitmapUsed by:5513
Symbol 5513 GraphicUses:5514 5515 5516Used by:Timeline
Symbol 5519 BitmapUsed by:5518
Symbol 5520 BitmapUsed by:5518
Symbol 5521 BitmapUsed by:5518
Symbol 5522 BitmapUsed by:5518
Symbol 5518 GraphicUses:5519 5520 5521 5522Used by:Timeline
Symbol 5525 BitmapUsed by:5524
Symbol 5524 GraphicUses:5525Used by:Timeline
Symbol 5530 BitmapUsed by:5529
Symbol 5531 BitmapUsed by:5529
Symbol 5532 BitmapUsed by:5529
Symbol 5529 GraphicUses:5530 5531 5532Used by:Timeline
Symbol 5535 BitmapUsed by:5534
Symbol 5534 GraphicUses:5535Used by:Timeline
Symbol 5538 BitmapUsed by:5537
Symbol 5537 GraphicUses:5538Used by:Timeline
Symbol 5541 BitmapUsed by:5540
Symbol 5540 GraphicUses:1574 5541Used by:Timeline
Symbol 5544 BitmapUsed by:5543
Symbol 5545 BitmapUsed by:5543
Symbol 5543 GraphicUses:5544 5545Used by:Timeline
Symbol 5550 BitmapUsed by:5549
Symbol 5549 GraphicUses:5550Used by:Timeline
Symbol 5553 BitmapUsed by:5552
Symbol 5554 BitmapUsed by:5552
Symbol 5555 BitmapUsed by:5552
Symbol 5552 GraphicUses:5553 5554 5555Used by:Timeline
Symbol 5558 BitmapUsed by:5557
Symbol 5557 GraphicUses:5558Used by:Timeline
Symbol 5561 BitmapUsed by:5560
Symbol 5560 GraphicUses:5561Used by:Timeline
Symbol 5564 BitmapUsed by:5563
Symbol 5563 GraphicUses:5564Used by:Timeline
Symbol 5567 BitmapUsed by:5566
Symbol 5568 BitmapUsed by:5566
Symbol 5569 BitmapUsed by:5566
Symbol 5566 GraphicUses:5567 5568 5569Used by:Timeline
Symbol 5572 BitmapUsed by:5571
Symbol 5573 BitmapUsed by:5571
Symbol 5574 BitmapUsed by:5571
Symbol 5575 BitmapUsed by:5571
Symbol 5571 GraphicUses:5572 5573 5574 5575Used by:Timeline
Symbol 5578 BitmapUsed by:5577
Symbol 5577 GraphicUses:5578Used by:Timeline
Symbol 5581 BitmapUsed by:5580
Symbol 5580 GraphicUses:5581Used by:Timeline
Symbol 5584 BitmapUsed by:5583
Symbol 5585 BitmapUsed by:5583
Symbol 5586 BitmapUsed by:5583
Symbol 5583 GraphicUses:5584 5585 5586Used by:Timeline
Symbol 5591 BitmapUsed by:5590
Symbol 5592 BitmapUsed by:5590
Symbol 5593 BitmapUsed by:5590
Symbol 5594 BitmapUsed by:5590
Symbol 5590 GraphicUses:5591 5592 5593 5594Used by:Timeline
Symbol 5597 BitmapUsed by:5596
Symbol 5596 GraphicUses:5597Used by:Timeline
Symbol 5600 BitmapUsed by:5599
Symbol 5601 BitmapUsed by:5599
Symbol 5602 BitmapUsed by:5599
Symbol 5599 GraphicUses:5600 5601 5602Used by:Timeline
Symbol 5608 BitmapUsed by:5607
Symbol 5609 BitmapUsed by:5607
Symbol 5610 BitmapUsed by:5607
Symbol 5607 GraphicUses:5608 5609 5610Used by:Timeline
Symbol 5616 BitmapUsed by:5615
Symbol 5617 BitmapUsed by:5615
Symbol 5615 GraphicUses:5616 5617 2786Used 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 5629 BitmapUsed by:5626
Symbol 5626 GraphicUses:5627 5628 5629Used by:Timeline
Symbol 5636 BitmapUsed by:5635
Symbol 5637 BitmapUsed by:5635
Symbol 5638 BitmapUsed by:5635
Symbol 5635 GraphicUses:5636 5637 5638Used by:Timeline
Symbol 5643 BitmapUsed by:5642
Symbol 5644 BitmapUsed by:5642
Symbol 5645 BitmapUsed by:5642
Symbol 5642 GraphicUses:5643 5644 5645Used by:Timeline
Symbol 5648 GraphicUses:1819Used by:Timeline
Symbol 5652 BitmapUsed by:5651
Symbol 5651 GraphicUses:5652Used by:Timeline
Symbol 5655 BitmapUsed by:5654
Symbol 5656 BitmapUsed by:5654
Symbol 5657 BitmapUsed by:5654
Symbol 5654 GraphicUses:5655 5656 5657Used by:Timeline
Symbol 5661 GraphicUses:2764Used by:Timeline
Symbol 5664 BitmapUsed by:5663
Symbol 5665 BitmapUsed by:5663
Symbol 5663 GraphicUses:5664 5665Used by:Timeline
Symbol 5671 BitmapUsed by:5670
Symbol 5670 GraphicUses:5671Used by:Timeline
Symbol 5674 BitmapUsed by:5673
Symbol 5675 BitmapUsed by:5673
Symbol 5676 BitmapUsed by:5673
Symbol 5673 GraphicUses:5674 5675 5676Used by:Timeline
Symbol 5679 BitmapUsed by:5678
Symbol 5678 GraphicUses:5679Used by:Timeline
Symbol 5682 BitmapUsed by:5681
Symbol 5681 GraphicUses:5682Used by:Timeline
Symbol 5685 BitmapUsed by:5684
Symbol 5684 GraphicUses:5685Used by:Timeline
Symbol 5688 BitmapUsed by:5687
Symbol 5689 BitmapUsed by:5687
Symbol 5690 BitmapUsed by:5687
Symbol 5687 GraphicUses:5688 5689 5690Used by:Timeline
Symbol 5692 GraphicUses:2764Used by:Timeline
Symbol 5695 BitmapUsed by:5694
Symbol 5694 GraphicUses:5695Used by:Timeline
Symbol 5698 BitmapUsed by:5697
Symbol 5697 GraphicUses:5698Used by:Timeline
Symbol 5701 BitmapUsed by:5700
Symbol 5702 BitmapUsed by:5700
Symbol 5703 BitmapUsed by:5700
Symbol 5700 GraphicUses:5701 5702 5703Used by:Timeline
Symbol 5706 BitmapUsed by:5705
Symbol 5705 GraphicUses:5706Used by:Timeline
Symbol 5709 BitmapUsed by:5708
Symbol 5708 GraphicUses:5709 1819Used by:Timeline
Symbol 5713 BitmapUsed by:5712
Symbol 5714 BitmapUsed by:5712
Symbol 5712 GraphicUses:5713 5714Used by:Timeline
Symbol 5719 BitmapUsed by:5718
Symbol 5720 BitmapUsed by:5718
Symbol 5718 GraphicUses:5719 5720 2764Used by:Timeline
Symbol 5723 BitmapUsed by:5722
Symbol 5724 BitmapUsed by:5722
Symbol 5725 BitmapUsed by:5722
Symbol 5722 GraphicUses:5723 5724 5725Used by:Timeline
Symbol 5731 BitmapUsed by:5730
Symbol 5732 BitmapUsed by:5730
Symbol 5730 GraphicUses:5731 5732Used by:Timeline
Symbol 5734 GraphicUses:1819Used by:Timeline
Symbol 5737 BitmapUsed by:5736
Symbol 5738 BitmapUsed by:5736
Symbol 5739 BitmapUsed by:5736
Symbol 5740 BitmapUsed by:5736
Symbol 5736 GraphicUses:5737 5738 5739 5740Used by:Timeline
Symbol 5743 BitmapUsed by:5742
Symbol 5744 BitmapUsed by:5742
Symbol 5745 BitmapUsed by:5742
Symbol 5746 BitmapUsed by:5742
Symbol 5742 GraphicUses:5743 5744 5745 5746Used by:Timeline
Symbol 5749 BitmapUsed by:5748
Symbol 5750 BitmapUsed by:5748
Symbol 5751 BitmapUsed by:5748
Symbol 5748 GraphicUses:5749 5750 5751Used by:Timeline
Symbol 5757 BitmapUsed by:5756
Symbol 5758 BitmapUsed by:5756
Symbol 5756 GraphicUses:5757 5758Used by:Timeline
Symbol 5764 BitmapUsed by:5763
Symbol 5765 BitmapUsed by:5763
Symbol 5766 BitmapUsed by:5763
Symbol 5763 GraphicUses:5764 5765 5766Used by:Timeline
Symbol 5769 BitmapUsed by:5768
Symbol 5770 BitmapUsed by:5768
Symbol 5771 BitmapUsed by:5768
Symbol 5772 BitmapUsed by:5768
Symbol 5768 GraphicUses:5769 5770 5771 5772Used by:Timeline
Symbol 5775 BitmapUsed by:5774
Symbol 5776 BitmapUsed by:5774
Symbol 5777 BitmapUsed by:5774
Symbol 5778 BitmapUsed by:5774
Symbol 5774 GraphicUses:5775 5776 5777 5778Used by:Timeline
Symbol 5781 BitmapUsed by:5780
Symbol 5782 BitmapUsed by:5780
Symbol 5783 BitmapUsed by:5780
Symbol 5780 GraphicUses:5781 5782 5783Used by:Timeline
Symbol 5786 BitmapUsed by:5785
Symbol 5787 BitmapUsed by:5785
Symbol 5788 BitmapUsed by:5785
Symbol 5785 GraphicUses:5786 5787 5788Used by:Timeline
Symbol 5791 BitmapUsed by:5790
Symbol 5790 GraphicUses:5791Used by:Timeline
Symbol 5794 BitmapUsed by:5793
Symbol 5795 BitmapUsed by:5793
Symbol 5796 BitmapUsed by:5793
Symbol 5797 BitmapUsed by:5793
Symbol 5793 GraphicUses:5794 5795 5796 5797Used by:Timeline
Symbol 5800 BitmapUsed by:5799
Symbol 5799 GraphicUses:5800Used by:Timeline
Symbol 5803 BitmapUsed by:5802
Symbol 5804 BitmapUsed by:5802
Symbol 5805 BitmapUsed by:5802
Symbol 5802 GraphicUses:5803 5804 5805Used by:Timeline
Symbol 5810 BitmapUsed by:5809
Symbol 5811 BitmapUsed by:5809
Symbol 5812 BitmapUsed by:5809
Symbol 5813 BitmapUsed by:5809
Symbol 5809 GraphicUses:5810 5811 5812 5813Used by:Timeline
Symbol 5816 BitmapUsed by:5815
Symbol 5817 BitmapUsed by:5815
Symbol 5818 BitmapUsed by:5815
Symbol 5819 BitmapUsed by:5815
Symbol 5815 GraphicUses:5816 5817 5818 5819Used by:Timeline
Symbol 5823 BitmapUsed by:5822
Symbol 5824 BitmapUsed by:5822
Symbol 5825 BitmapUsed by:5822
Symbol 5826 BitmapUsed by:5822
Symbol 5822 GraphicUses:5823 5824 5825 5826Used by:Timeline
Symbol 5830 BitmapUsed by:5829
Symbol 5831 BitmapUsed by:5829
Symbol 5829 GraphicUses:5830 5831Used by:Timeline
Symbol 5834 BitmapUsed by:5833
Symbol 5835 BitmapUsed by:5833
Symbol 5833 GraphicUses:5834 5835Used by:Timeline
Symbol 5838 BitmapUsed by:5837
Symbol 5839 BitmapUsed by:5837
Symbol 5840 BitmapUsed by:5837
Symbol 5841 BitmapUsed by:5837
Symbol 5837 GraphicUses:5838 5839 5840 5841Used by:Timeline
Symbol 5844 BitmapUsed by:5843
Symbol 5845 BitmapUsed by:5843
Symbol 5843 GraphicUses:5844 2110 5845Used by:Timeline
Symbol 5853 BitmapUsed by:5852
Symbol 5852 GraphicUses:5853Used by:Timeline
Symbol 5866 GraphicUses:5490Used by:Timeline
Symbol 5881 BitmapUsed by:5880
Symbol 5880 GraphicUses:5881Used by:Timeline
Symbol 5891 BitmapUsed by:5890
Symbol 5890 GraphicUses:5891Used by:Timeline
Symbol 5906 BitmapUsed by:5905
Symbol 5907 BitmapUsed by:5905
Symbol 5908 BitmapUsed by:5905
Symbol 5909 BitmapUsed by:5905
Symbol 5905 GraphicUses:5906 5907 5908 5909Used by:Timeline
Symbol 5918 BitmapUsed by:5917
Symbol 5917 GraphicUses:5918Used by:Timeline
Symbol 5927 BitmapUsed by:5926
Symbol 5926 GraphicUses:5927Used by:Timeline
Symbol 5930 BitmapUsed by:5929
Symbol 5929 GraphicUses:5930Used by:Timeline
Symbol 5933 BitmapUsed by:5932
Symbol 5932 GraphicUses:5933Used by:Timeline
Symbol 5936 BitmapUsed by:5935
Symbol 5935 GraphicUses:5936Used by:Timeline
Symbol 5939 BitmapUsed by:5938
Symbol 5938 GraphicUses:5939Used by:Timeline
Symbol 5942 BitmapUsed by:5941
Symbol 5941 GraphicUses:5942Used by:Timeline
Symbol 5945 BitmapUsed by:5944
Symbol 5946 BitmapUsed by:5944
Symbol 5944 GraphicUses:5945 5946Used by:Timeline
Symbol 5949 BitmapUsed by:5948
Symbol 5948 GraphicUses:5949Used by:Timeline
Symbol 5955 BitmapUsed by:5954
Symbol 5954 GraphicUses:5955Used by:Timeline
Symbol 5958 BitmapUsed by:5957
Symbol 5957 GraphicUses:5958Used by:Timeline
Symbol 5961 BitmapUsed by:5960
Symbol 5962 BitmapUsed by:5960
Symbol 5960 GraphicUses:5961 5962Used by:Timeline
Symbol 5965 BitmapUsed by:5964
Symbol 5964 GraphicUses:5965Used by:Timeline
Symbol 5968 BitmapUsed by:5967
Symbol 5967 GraphicUses:5968Used by:Timeline
Symbol 5971 BitmapUsed by:5970
Symbol 5970 GraphicUses:5971Used by:Timeline
Symbol 5974 BitmapUsed by:5973
Symbol 5975 BitmapUsed by:5973
Symbol 5973 GraphicUses:5974 5975Used by:Timeline
Symbol 5978 BitmapUsed by:5977
Symbol 5977 GraphicUses:5978Used by:Timeline
Symbol 5982 BitmapUsed by:5981
Symbol 5981 GraphicUses:5982Used by:Timeline
Symbol 5985 BitmapUsed by:5984
Symbol 5984 GraphicUses:5985Used by:Timeline
Symbol 5988 BitmapUsed by:5987
Symbol 5987 GraphicUses:5988Used by:Timeline
Symbol 5991 BitmapUsed by:5990
Symbol 5990 GraphicUses:5991Used by:Timeline
Symbol 5994 BitmapUsed by:5993
Symbol 5993 GraphicUses:5994Used by:Timeline
Symbol 5997 BitmapUsed by:5996
Symbol 5998 BitmapUsed by:5996
Symbol 5996 GraphicUses:5997 5998Used by:Timeline
Symbol 6005 BitmapUsed by:6004
Symbol 6006 BitmapUsed by:6004
Symbol 6007 BitmapUsed by:6004
Symbol 6008 BitmapUsed by:6004
Symbol 6004 GraphicUses:6005 6006 6007 6008Used by:Timeline
Symbol 6020 BitmapUsed by:6019
Symbol 6021 BitmapUsed by:6019
Symbol 6022 BitmapUsed by:6019
Symbol 6023 BitmapUsed by:6019
Symbol 6019 GraphicUses:6020 6021 6022 6023Used by:Timeline
Symbol 6027 BitmapUsed by:6026
Symbol 6026 GraphicUses:6027Used by:Timeline
Symbol 6031 BitmapUsed by:6030
Symbol 6032 BitmapUsed by:6030
Symbol 6033 BitmapUsed by:6030
Symbol 6034 BitmapUsed by:6030
Symbol 6030 GraphicUses:6031 6032 6033 6034Used by:Timeline
Symbol 6037 BitmapUsed by:6036
Symbol 6038 BitmapUsed by:6036
Symbol 6039 BitmapUsed by:6036
Symbol 6040 BitmapUsed by:6036
Symbol 6036 GraphicUses:6037 6038 6039 6040Used by:Timeline
Symbol 6043 BitmapUsed by:6042
Symbol 6044 BitmapUsed by:6042
Symbol 6045 BitmapUsed by:6042
Symbol 6046 BitmapUsed by:6042
Symbol 6042 GraphicUses:6043 6044 6045 6046Used by:Timeline
Symbol 6049 BitmapUsed by:6048
Symbol 6048 GraphicUses:6049Used by:Timeline
Symbol 6055 BitmapUsed by:6054
Symbol 6056 BitmapUsed by:6054
Symbol 6057 BitmapUsed by:6054
Symbol 6058 BitmapUsed by:6054
Symbol 6054 GraphicUses:6055 6056 6057 6058Used by:Timeline
Symbol 6062 BitmapUsed by:6061
Symbol 6063 BitmapUsed by:6061
Symbol 6064 BitmapUsed by:6061
Symbol 6065 BitmapUsed by:6061
Symbol 6061 GraphicUses:6062 6063 6064 6065Used by:Timeline
Symbol 6068 BitmapUsed by:6067
Symbol 6069 BitmapUsed by:6067
Symbol 6067 GraphicUses:6068 6069Used by:Timeline
Symbol 6072 BitmapUsed by:6071
Symbol 6073 BitmapUsed by:6071
Symbol 6071 GraphicUses:6072 6073Used by:Timeline
Symbol 6077 BitmapUsed by:6076
Symbol 6078 BitmapUsed by:6076
Symbol 6079 BitmapUsed by:6076
Symbol 6076 GraphicUses:6077 6078 6079Used by:Timeline
Symbol 6082 BitmapUsed by:6081
Symbol 6083 BitmapUsed by:6081
Symbol 6081 GraphicUses:6082 6083Used by:Timeline
Symbol 6086 BitmapUsed by:6085
Symbol 6087 BitmapUsed by:6085
Symbol 6085 GraphicUses:6086 6087Used by:Timeline
Symbol 6090 BitmapUsed by:6089
Symbol 6091 BitmapUsed by:6089
Symbol 6092 BitmapUsed by:6089
Symbol 6093 BitmapUsed by:6089
Symbol 6089 GraphicUses:6090 6091 6092 6093Used by:Timeline
Symbol 6096 BitmapUsed by:6095
Symbol 6097 BitmapUsed by:6095
Symbol 6098 BitmapUsed by:6095 6293
Symbol 6095 GraphicUses:6096 6097 6098Used by:Timeline
Symbol 6101 BitmapUsed by:6100
Symbol 6102 BitmapUsed by:6100
Symbol 6103 BitmapUsed by:6100
Symbol 6100 GraphicUses:6101 6102 6103Used by:Timeline
Symbol 6106 BitmapUsed by:6105
Symbol 6107 BitmapUsed by:6105
Symbol 6105 GraphicUses:6106 6107Used by:Timeline
Symbol 6110 BitmapUsed by:6109
Symbol 6111 BitmapUsed by:6109
Symbol 6112 BitmapUsed by:6109
Symbol 6109 GraphicUses: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 6117 GraphicUses:6118 6119Used by:Timeline
Symbol 6122 BitmapUsed by:6121
Symbol 6123 BitmapUsed by:6121
Symbol 6121 GraphicUses:6122 6123Used by:Timeline
Symbol 6126 BitmapUsed by:6125
Symbol 6127 BitmapUsed by:6125
Symbol 6125 GraphicUses:6126 6127Used by:Timeline
Symbol 6130 BitmapUsed by:6129
Symbol 6131 BitmapUsed by:6129
Symbol 6129 GraphicUses:6130 6131Used by:Timeline
Symbol 6134 BitmapUsed by:6133
Symbol 6135 BitmapUsed by:6133
Symbol 6133 GraphicUses:6134 6135Used by:Timeline
Symbol 6138 BitmapUsed by:6137
Symbol 6137 GraphicUses:6138Used by:Timeline
Symbol 6141 BitmapUsed by:6140
Symbol 6140 GraphicUses:6141Used by:Timeline
Symbol 6144 BitmapUsed by:6143
Symbol 6143 GraphicUses:6144Used by:Timeline
Symbol 6147 BitmapUsed by:6146
Symbol 6146 GraphicUses:6147Used by:Timeline
Symbol 6150 BitmapUsed by:6149
Symbol 6149 GraphicUses:6150Used by:Timeline
Symbol 6153 BitmapUsed by:6152
Symbol 6154 BitmapUsed by:6152
Symbol 6155 BitmapUsed by:6152
Symbol 6156 BitmapUsed by:6152
Symbol 6152 GraphicUses:6153 6154 6155 6156Used by:Timeline
Symbol 6164 BitmapUsed by:6163
Symbol 6165 BitmapUsed by:6163
Symbol 6166 BitmapUsed by:6163
Symbol 6167 BitmapUsed by:6163
Symbol 6163 GraphicUses:6164 6165 6166 6167Used by:Timeline
Symbol 6170 BitmapUsed by:6169
Symbol 6171 BitmapUsed by:6169
Symbol 6172 BitmapUsed by:6169
Symbol 6173 BitmapUsed by:6169
Symbol 6169 GraphicUses:6170 6171 6172 6173Used by:Timeline
Symbol 6181 BitmapUsed by:6180
Symbol 6182 BitmapUsed by:6180
Symbol 6183 BitmapUsed by:6180
Symbol 6184 BitmapUsed by:6180
Symbol 6180 GraphicUses:6181 6182 6183 6184Used by:Timeline
Symbol 6187 BitmapUsed by:6186
Symbol 6188 BitmapUsed by:6186
Symbol 6189 BitmapUsed by:6186
Symbol 6190 BitmapUsed by:6186
Symbol 6186 GraphicUses:6187 6188 6189 6190Used by:Timeline
Symbol 6195 BitmapUsed by:6194
Symbol 6194 GraphicUses:6195Used by:Timeline
Symbol 6198 BitmapUsed by:6197
Symbol 6199 BitmapUsed by:6197
Symbol 6197 GraphicUses:6198 6199Used by:Timeline
Symbol 6202 BitmapUsed by:6201
Symbol 6201 GraphicUses:6202Used by:Timeline
Symbol 6205 BitmapUsed by:6204
Symbol 6204 GraphicUses:6205Used by:Timeline
Symbol 6208 BitmapUsed by:6207
Symbol 6207 GraphicUses:6208Used by:Timeline
Symbol 6211 BitmapUsed by:6210
Symbol 6210 GraphicUses:6211Used by:Timeline
Symbol 6214 BitmapUsed by:6213
Symbol 6215 BitmapUsed by:6213
Symbol 6213 GraphicUses:6214 5461 6215Used by:Timeline
Symbol 6218 BitmapUsed by:6217
Symbol 6219 BitmapUsed by:6217
Symbol 6220 BitmapUsed by:6217
Symbol 6217 GraphicUses:6218 6219 6220Used by:Timeline
Symbol 6223 BitmapUsed by:6222 6305
Symbol 6222 GraphicUses:6223Used by:Timeline
Symbol 6226 BitmapUsed by:6225
Symbol 6227 BitmapUsed by:6225
Symbol 6228 BitmapUsed by:6225
Symbol 6229 BitmapUsed by:6225
Symbol 6225 GraphicUses:6226 6227 6228 6229Used by:Timeline
Symbol 6232 BitmapUsed by:6231
Symbol 6233 BitmapUsed by:6231
Symbol 6234 BitmapUsed by:6231
Symbol 6235 BitmapUsed by:6231
Symbol 6231 GraphicUses:6232 6233 6234 6235Used by:Timeline
Symbol 6240 GraphicUses:2764Used by:Timeline
Symbol 6243 BitmapUsed by:6242
Symbol 6242 GraphicUses:6243Used by:Timeline
Symbol 6246 BitmapUsed by:6245 6248
Symbol 6245 GraphicUses:6246Used by:Timeline
Symbol 6248 GraphicUses:6246Used by:Timeline
Symbol 6251 BitmapUsed by:6250
Symbol 6250 GraphicUses:6251Used by:Timeline
Symbol 6257 BitmapUsed by:6256
Symbol 6256 GraphicUses:6257Used by:Timeline
Symbol 6260 BitmapUsed by:6259
Symbol 6259 GraphicUses:6260Used by:Timeline
Symbol 6263 BitmapUsed by:6262
Symbol 6262 GraphicUses:6263Used by:Timeline
Symbol 6267 BitmapUsed by:6266
Symbol 6266 GraphicUses:6267Used by:Timeline
Symbol 6271 BitmapUsed by:6270
Symbol 6272 BitmapUsed by:6270
Symbol 6273 BitmapUsed by:6270
Symbol 6270 GraphicUses:6271 6272 6273Used by:Timeline
Symbol 6276 BitmapUsed by:6275
Symbol 6275 GraphicUses:6276Used by:Timeline
Symbol 6279 BitmapUsed by:6278
Symbol 6278 GraphicUses:6279Used by:Timeline
Symbol 6282 BitmapUsed by:6281
Symbol 6281 GraphicUses:6282Used by:Timeline
Symbol 6285 BitmapUsed by:6284
Symbol 6284 GraphicUses:2764 6285Used by:Timeline
Symbol 6288 BitmapUsed by:6287
Symbol 6289 BitmapUsed by:6287
Symbol 6290 BitmapUsed by:6287
Symbol 6291 BitmapUsed by:6287
Symbol 6287 GraphicUses:6288 6289 6290 6291Used by:Timeline
Symbol 6294 BitmapUsed by:6293
Symbol 6293 GraphicUses:6294 6098Used by:Timeline
Symbol 6297 BitmapUsed by:6296
Symbol 6298 BitmapUsed by:6296
Symbol 6299 BitmapUsed by:6296
Symbol 6300 BitmapUsed by:6296
Symbol 6296 GraphicUses:6297 6298 6299 6300Used by:Timeline
Symbol 6303 GraphicUses:1819Used by:Timeline
Symbol 6305 GraphicUses:6223Used by:Timeline
Symbol 6308 BitmapUsed by:6307
Symbol 6307 GraphicUses:6308Used by:Timeline
Symbol 6311 BitmapUsed by:6310
Symbol 6312 BitmapUsed by:6310
Symbol 6313 BitmapUsed by:6310
Symbol 6314 BitmapUsed by:6310
Symbol 6310 GraphicUses:6311 6312 6313 6314Used by:Timeline
Symbol 6317 BitmapUsed by:6316
Symbol 6316 GraphicUses:6317Used by:Timeline
Symbol 6320 BitmapUsed by:6319
Symbol 6321 BitmapUsed by:6319
Symbol 6319 GraphicUses:2764 6320 6321Used by:Timeline
Symbol 6324 BitmapUsed by:6323
Symbol 6323 GraphicUses:6324Used by:Timeline
Symbol 6328 BitmapUsed by:6327
Symbol 6327 GraphicUses:6328Used by:Timeline
Symbol 6331 BitmapUsed by:6330
Symbol 6330 GraphicUses:6331Used by:Timeline
Symbol 6334 BitmapUsed by:6333
Symbol 6333 GraphicUses:1819 6334Used by:Timeline
Symbol 6337 BitmapUsed by:6336
Symbol 6336 GraphicUses:6337Used by:Timeline
Symbol 6340 BitmapUsed by:6339
Symbol 6339 GraphicUses:6340 3737Used by:Timeline
Symbol 6343 BitmapUsed by:6342
Symbol 6344 BitmapUsed by:6342
Symbol 6342 GraphicUses:6343 6344Used by:Timeline
Symbol 6347 BitmapUsed by:6346
Symbol 6348 BitmapUsed by:6346
Symbol 6346 GraphicUses:6347 6348Used by:Timeline
Symbol 6351 BitmapUsed by:6350
Symbol 6350 GraphicUses:6351Used by:Timeline
Symbol 6354 BitmapUsed by:6353
Symbol 6353 GraphicUses:2764 6354Used by:Timeline
Symbol 6357 BitmapUsed by:6356
Symbol 6356 GraphicUses:6357Used by:Timeline
Symbol 6360 BitmapUsed by:6359
Symbol 6359 GraphicUses:6360Used by:Timeline
Symbol 6363 BitmapUsed by:6362
Symbol 6362 GraphicUses:6363Used by:Timeline
Symbol 6366 BitmapUsed by:6365
Symbol 6365 GraphicUses:6366Used by:Timeline
Symbol 6369 GraphicUses:1819Used by:Timeline
Symbol 6375 BitmapUsed by:6374
Symbol 6376 BitmapUsed by:6374
Symbol 6377 BitmapUsed by:6374
Symbol 6378 BitmapUsed by:6374
Symbol 6374 GraphicUses:6375 6376 6377 6378Used by:Timeline
Symbol 6380 GraphicUses:2764Used by:Timeline
Symbol 6386 BitmapUsed by:6385
Symbol 6385 GraphicUses:6386Used by:Timeline
Symbol 6389 BitmapUsed by:6388
Symbol 6388 GraphicUses:1819 6389Used by:Timeline
Symbol 6392 BitmapUsed by:6391
Symbol 6391 GraphicUses:6392Used by:Timeline
Symbol 6395 BitmapUsed by:6394
Symbol 6396 BitmapUsed by:6394
Symbol 6397 BitmapUsed by:6394
Symbol 6394 GraphicUses:6395 6396 6397Used by:Timeline
Symbol 6400 BitmapUsed by:6399
Symbol 6399 GraphicUses:6400Used by:Timeline
Symbol 6403 BitmapUsed by:6402
Symbol 6402 GraphicUses:6403Used by:Timeline
Symbol 6406 BitmapUsed by:6405
Symbol 6407 BitmapUsed by:6405
Symbol 6405 GraphicUses:6406 2764 6407Used by:Timeline
Symbol 6410 BitmapUsed by:6409
Symbol 6409 GraphicUses:6410Used by:Timeline
Symbol 6414 BitmapUsed by:6413
Symbol 6413 GraphicUses:6414Used by:Timeline
Symbol 6417 BitmapUsed by:6416
Symbol 6416 GraphicUses:6417Used by:Timeline
Symbol 6420 BitmapUsed by:6419
Symbol 6419 GraphicUses:6420Used by:Timeline
Symbol 6422 GraphicUses:1819Used by:Timeline
Symbol 6426 BitmapUsed by:6425
Symbol 6425 GraphicUses:6426Used by:Timeline
Symbol 6429 BitmapUsed by:6428
Symbol 6430 BitmapUsed by:6428
Symbol 6431 BitmapUsed by:6428
Symbol 6432 BitmapUsed by:6428
Symbol 6428 GraphicUses:6429 6430 6431 6432Used by:Timeline
Symbol 6435 BitmapUsed by:6434
Symbol 6436 BitmapUsed by:6434
Symbol 6437 BitmapUsed by:6434
Symbol 6438 BitmapUsed by:6434
Symbol 6434 GraphicUses:6435 6436 6437 6438Used by:Timeline
Symbol 6441 BitmapUsed by:6440
Symbol 6442 BitmapUsed by:6440
Symbol 6440 GraphicUses:6441 6442Used by:Timeline
Symbol 6445 BitmapUsed by:6444
Symbol 6444 GraphicUses:6445Used by:Timeline
Symbol 6487 BitmapUsed by:6486
Symbol 6486 GraphicUses:6487Used by:Timeline
Symbol 6490 BitmapUsed by:6489
Symbol 6489 GraphicUses:6490Used by:Timeline
Symbol 6493 BitmapUsed by:6492
Symbol 6492 GraphicUses:6493Used by:Timeline
Symbol 6497 BitmapUsed by:6496
Symbol 6496 GraphicUses:6497Used by:Timeline
Symbol 6500 BitmapUsed by:6499
Symbol 6501 BitmapUsed by:6499
Symbol 6499 GraphicUses:6500 6501Used by:Timeline
Symbol 6504 BitmapUsed by:6503
Symbol 6505 BitmapUsed by:6503
Symbol 6503 GraphicUses:6504 6505Used by:Timeline
Symbol 6509 BitmapUsed by:6508
Symbol 6508 GraphicUses:6509Used by:Timeline
Symbol 6512 BitmapUsed by:6511
Symbol 6511 GraphicUses:6512Used by:Timeline
Streaming Sound 1Used by:Timeline

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "dinot"
ExportAssets (56)Timeline Frame 1Symbol 8 as "ArcLogo"
ExportAssets (56)Timeline Frame 1Symbol 9 as "EndScreenText"
ExportAssets (56)Timeline Frame 1Symbol 11 as "BeginBGTR"
ExportAssets (56)Timeline Frame 1Symbol 13 as "BeginBGTM"
ExportAssets (56)Timeline Frame 1Symbol 15 as "BeginBGTL"
ExportAssets (56)Timeline Frame 1Symbol 17 as "BeginBGCR"
ExportAssets (56)Timeline Frame 1Symbol 19 as "BeginBGCM"
ExportAssets (56)Timeline Frame 1Symbol 21 as "BeginBGCL"
ExportAssets (56)Timeline Frame 1Symbol 23 as "BeginBGBR"
ExportAssets (56)Timeline Frame 1Symbol 25 as "BeginBGBM"
ExportAssets (56)Timeline Frame 1Symbol 27 as "BeginBGBL"
ExportAssets (56)Timeline Frame 1Symbol 33 as "GetItNowDisabled"
ExportAssets (56)Timeline Frame 1Symbol 37 as "ArcLogo2"
ExportAssets (56)Timeline Frame 1Symbol 38 as "GetItNowDown"
ExportAssets (56)Timeline Frame 1Symbol 41 as "GetItNowOver"
ExportAssets (56)Timeline Frame 1Symbol 42 as "GetItNowUp"
ExportAssets (56)Timeline Frame 1Symbol 48 as "BeginOrbUp"
ExportAssets (56)Timeline Frame 1Symbol 50 as "BeginOrbOver"
ExportAssets (56)Timeline Frame 1Symbol 52 as "BeginOrbDown"
ExportAssets (56)Timeline Frame 1Symbol 55 as "BeginOrbDisabled"
ExportAssets (56)Timeline Frame 1Symbol 56 as "ArcturusApplication"
ExportAssets (56)Timeline Frame 1Symbol 57 as "ProgressBar"
ExportAssets (56)Timeline Frame 1Symbol 58 as "ProgressSlider"
ExportAssets (56)Timeline Frame 1Symbol 59 as "Scale9Panel"
ExportAssets (56)Timeline Frame 1Symbol 61 as "SliderFill"
ExportAssets (56)Timeline Frame 1Symbol 63 as "SliderBase"
ExportAssets (56)Timeline Frame 1Symbol 64 as "ArcturusPlayer"
ExportAssets (56)Timeline Frame 1Symbol 66 as "ReplayOver"
ExportAssets (56)Timeline Frame 1Symbol 71 as "ShareDown"
ExportAssets (56)Timeline Frame 1Symbol 73 as "ReplayDown"
ExportAssets (56)Timeline Frame 1Symbol 77 as "ShareDisabled"
ExportAssets (56)Timeline Frame 1Symbol 78 as "ReplayDisabled"
ExportAssets (56)Timeline Frame 1Symbol 79 as "ReplayUp"
ExportAssets (56)Timeline Frame 1Symbol 81 as "ShareOver"
ExportAssets (56)Timeline Frame 1Symbol 82 as "ShareUp"
ExportAssets (56)Timeline Frame 1Symbol 83 as "EndScreen"
ExportAssets (56)Timeline Frame 1Symbol 85 as "AudioIconSelectedDisabled"
ExportAssets (56)Timeline Frame 1Symbol 87 as "AudioIconSelectedDown"
ExportAssets (56)Timeline Frame 1Symbol 89 as "AudioIconSelectedOver"
ExportAssets (56)Timeline Frame 1Symbol 91 as "AudioIconSelectedUp"
ExportAssets (56)Timeline Frame 1Symbol 93 as "AudioIconDisabled"
ExportAssets (56)Timeline Frame 1Symbol 95 as "AudioIconDown"
ExportAssets (56)Timeline Frame 1Symbol 97 as "AudioIconOver"
ExportAssets (56)Timeline Frame 1Symbol 99 as "AudioIconUp"
ExportAssets (56)Timeline Frame 1Symbol 100 as "StartScreen"
ExportAssets (56)Timeline Frame 1Symbol 102 as "PlayOver"
ExportAssets (56)Timeline Frame 1Symbol 104 as "PlayUp"
ExportAssets (56)Timeline Frame 1Symbol 106 as "PlayDown"
ExportAssets (56)Timeline Frame 1Symbol 108 as "PlayDisabled"
ExportAssets (56)Timeline Frame 1Symbol 110 as "SliderThumbDisabled"
ExportAssets (56)Timeline Frame 1Symbol 111 as "SliderThumbDown"
ExportAssets (56)Timeline Frame 1Symbol 112 as "SliderThumbOver"
ExportAssets (56)Timeline Frame 1Symbol 113 as "SliderThumbUp"
ExportAssets (56)Timeline Frame 1Symbol 114 as "TimeDisplay"
ExportAssets (56)Timeline Frame 1Symbol 115 as "SimpleComponent"
ExportAssets (56)Timeline Frame 1Symbol 116 as "HPanel"
ExportAssets (56)Timeline Frame 1Symbol 117 as "BasicButton"
ExportAssets (56)Timeline Frame 1Symbol 118 as "Slice9Panel"
ExportAssets (56)Timeline Frame 1Symbol 119 as "StartWidget"
ExportAssets (56)Timeline Frame 1Symbol 120 as "ImageSlice"
ExportAssets (56)Timeline Frame 1Symbol 121 as "BitmapThumbnail"
ExportAssets (56)Timeline Frame 1Symbol 122 as "BitmapReflection"
ExportAssets (56)Timeline Frame 1Symbol 123 as "BitmapReflectingThumb"
ExportAssets (56)Timeline Frame 1Symbol 124 as "Label"
ExportAssets (56)Timeline Frame 1Symbol 125 as "SliderTrack"
ExportAssets (56)Timeline Frame 1Symbol 127 as "PauseDisabled"
ExportAssets (56)Timeline Frame 1Symbol 129 as "PauseDown"
ExportAssets (56)Timeline Frame 1Symbol 131 as "PauseOver"
ExportAssets (56)Timeline Frame 1Symbol 133 as "PauseUp"
ExportAssets (56)Timeline Frame 1Symbol 136 as "Separator"
ExportAssets (56)Timeline Frame 1Symbol 138 as "BottomMiddle"
ExportAssets (56)Timeline Frame 1Symbol 140 as "BottomRight"
ExportAssets (56)Timeline Frame 1Symbol 141 as "BottomLeft"
ExportAssets (56)Timeline Frame 1Symbol 143 as "GinShadow"
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.mosesSupposes.fuse.FuseKitCommon"
ExportAssets (56)Timeline Frame 1Symbol 20486 as "__Packages.com.techsmith.ui.Container"
ExportAssets (56)Timeline Frame 1Symbol 20487 as "__Packages.com.techsmith.arcturus.ArcContextMenu"
ExportAssets (56)Timeline Frame 1Symbol 20488 as "__Packages.com.techsmith.ui.managers.DepthManager"
ExportAssets (56)Timeline Frame 1Symbol 20489 as "__Packages.com.techsmith.arcturus.EndScreen"
ExportAssets (56)Timeline Frame 1Symbol 20490 as "__Packages.com.techsmith.arcturus.Main"
ExportAssets (56)Timeline Frame 1Symbol 20491 as "__Packages.com.mosesSupposes.fuse.Fuse"
ExportAssets (56)Timeline Frame 1Symbol 20492 as "__Packages.com.techsmith.ui.Bitmap"
ExportAssets (56)Timeline Frame 1Symbol 20493 as "__Packages.com.techsmith.utils.Dimension"
ExportAssets (56)Timeline Frame 1Symbol 20494 as "__Packages.com.techsmith.utils.Delegate"
ExportAssets (56)Timeline Frame 1Symbol 20495 as "__Packages.com.brooksandrus.utils.Collection"
ExportAssets (56)Timeline Frame 1Symbol 20496 as "__Packages.com.techsmith.ui.ImageSlice"
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.arcturus.StartScreen"
ExportAssets (56)Timeline Frame 1Symbol 20502 as "__Packages.com.techsmith.ui.BlurredPanel"
ExportAssets (56)Timeline Frame 1Symbol 20503 as "__Packages.com.mosesSupposes.fuse.ZigoEngine"
ExportAssets (56)Timeline Frame 1Symbol 20504 as "__Packages.com.mosesSupposes.fuse.FuseItem"
ExportAssets (56)Timeline Frame 1Symbol 20505 as "__Packages.com.techsmith.events.Events"
ExportAssets (56)Timeline Frame 1Symbol 20506 as "__Packages.com.brooksandrus.utils.Iterator"
ExportAssets (56)Timeline Frame 1Symbol 20507 as "__Packages.com.brooksandrus.utils.IteratorImpl"
ExportAssets (56)Timeline Frame 1Symbol 20508 as "__Packages.com.brooksandrus.drawing.Rect"
ExportAssets (56)Timeline Frame 1Symbol 20509 as "__Packages.com.brooksandrus.utils.CollectionImpl"
ExportAssets (56)Timeline Frame 1Symbol 20510 as "__Packages.com.techsmith.ui.BasicButton"
ExportAssets (56)Timeline Frame 1Symbol 20511 as "__Packages.com.techsmith.ui.panels.PanelStyle"
ExportAssets (56)Timeline Frame 1Symbol 20512 as "__Packages.com.brooksandrus.ui.ProgressBar"
ExportAssets (56)Timeline Frame 1Symbol 20513 as "__Packages.com.techsmith.ui.BitmapThumbnail"
ExportAssets (56)Timeline Frame 1Symbol 20514 as "__Packages.com.techsmith.arcturus.ArcturusPlayer"
ExportAssets (56)Timeline Frame 1Symbol 20515 as "__Packages.com.techsmith.ui.SliderTrack"
ExportAssets (56)Timeline Frame 1Symbol 20516 as "__Packages.com.techsmith.ui.BitmapReflectingThumb"
ExportAssets (56)Timeline Frame 1Symbol 20517 as "__Packages.com.techsmith.utils.ImageBlur"
ExportAssets (56)Timeline Frame 1Symbol 20518 as "__Packages.com.brooksandrus.ui.ProgressSlider"
ExportAssets (56)Timeline Frame 1Symbol 20519 as "__Packages.com.techsmith.arcturus.TimeDisplay"
ExportAssets (56)Timeline Frame 1Symbol 20520 as "__Packages.com.techsmith.ui.BitmapReflection"
ExportAssets (56)Timeline Frame 1Symbol 20521 as "__Packages.com.mosesSupposes.fuse.PennerEasing"
ExportAssets (56)Timeline Frame 1Symbol 20522 as "__Packages.com.techsmith.ui.SimpleComponent"
ExportAssets (56)Timeline Frame 1Symbol 20523 as "__Packages.com.techsmith.ui.panels.IPanel"
ExportAssets (56)Timeline Frame 1Symbol 20524 as "__Packages.com.techsmith.ui.panels.Scale9Panel"
ExportAssets (56)Timeline Frame 1Symbol 20525 as "__Packages.com.techsmith.ui.panels.HPanel"
ExportAssets (56)Timeline Frame 1Symbol 20526 as "__Packages.com.techsmith.ui.ButtonStyle"
ExportAssets (56)Timeline Frame 1Symbol 20527 as "__Packages.com.techsmith.events.EventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 20528 as "__Packages.com.techsmith.utils.TimeFormatter"
ExportAssets (56)Timeline Frame 1Symbol 20529 as "__Packages.com.techsmith.ui.StartWidget"
ExportAssets (56)Timeline Frame 1Symbol 20530 as "__Packages.com.techsmith.ui.Label"
ExportAssets (56)Timeline Frame 1Symbol 20531 as "__Packages.com.techsmith.arcturus.ArcturusApplication"
ExportAssets (56)Timeline Frame 1Symbol 20532 as "__Packages.com.techsmith.ui.ComponentCollection"
ExportAssets (56)Timeline Frame 1Symbol 20533 as "__Packages.com.techsmith.ui.panels.Slice9Panel"




http://swfchan.com/5/20458/info.shtml
Created: 29/5 -2019 05:03:33 Last modified: 29/5 -2019 05:03:33 Server time: 04/05 -2024 11:21:54