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

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

Happy Holidays 201X - pixel animated music video.swf

This is the info page for
Flash #128540

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


Text
insert coin

credit 1

2010  holiday card

braNDissimo.com

Dance Party!

Dance Party!

REPLAY!

REPLAY!

Music Loop

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
com.greensock.TweenLite.to(preloaderCover, 1, {_alpha:0}); com.greensock.TweenLite.to(preloader, 1, {_alpha:0});
Frame 1865
function attachDanceParty() { var _local2 = _root.attachMovie("DanceParty1", "dp", 100); _local2._x = 361; _local2._y = 257; _local2._xscale = 400; _local2._yscale = 400; } function toggleButtons(b) { _root.replay_btn.enabled = b; _root.dance_btn.enabled = b; } dance_btn.onRelease = function () { trace("click"); attachDanceParty(); toggleButtons(false); }; replay_btn.onRelease = function () { gotoAndPlay ("restart"); };
Frame 3016
stop();
Frame 3020
gotoAndPlay ("pacman");
Symbol 195 MovieClip [DanceParty1] Frame 1
function changeChar(d) { var _local5 = pos; var _local1 = pos + d; var _local2 = 0.5; if (_local1 == 0) { toggleBtn(left_btn, false); } else { toggleBtn(left_btn, true); } if (_local1 == posMax) { toggleBtn(right_btn, false); } else { toggleBtn(right_btn, true); } com.greensock.TweenLite.to(chars, _local2, {_x:startX - (_local1 * charWidth), ease:com.greensock.easing.Sine.easeOut}); pos = _local1; } function toggleBtn(btn, b) { btn.enabled = b; if (b) { btn._alpha = 100; } else { btn._alpha = 30; } } var pos = 0; var posMax = 18; var startX = -62; var charWidth = 122; toggleBtn(left_btn, false); left_btn.onRelease = function () { changeChar(-1); }; right_btn.onRelease = function () { changeChar(1); }; close_btn.onRelease = function () { _root.toggleButtons(true); removeMovieClip(this._parent); };
Symbol 195 MovieClip [DanceParty1] Frame 62
this.gotoAndPlay(2);
Symbol 224 MovieClip Frame 1
if (_level0.getBytesLoaded() != _level0.getBytesTotal()) { _level0.stop(); progress_bar._xscale = Math.ceil((_level0.getBytesLoaded() / _level0.getBytesTotal()) * 100); } else { _level0.play(); }
Symbol 386 MovieClip [__Packages.com.greensock.core.TweenCore] Frame 0
class com.greensock.core.TweenCore { static var _classInitted; var vars, cachedDuration, cachedTotalDuration, _delay, cachedTimeScale, active, cachedTotalTime, cachedTime, data, gc, initted, cacheIsDirty, cachedPaused, cachedReversed, _rawPrevTime, cachedStartTime, timeline, cachedOrphan, cachedPauseTime; function TweenCore (duration, vars) { this.vars = vars || ({}); cachedDuration = (cachedTotalDuration = duration || 0); _delay = Number(this.vars.delay) || 0; cachedTimeScale = this.vars.timeScale || 1; active = Boolean(((duration == 0) && (_delay == 0)) && (this.vars.immediateRender != false)); cachedTotalTime = (cachedTime = 0); data = this.vars.data; gc = (initted = (cacheIsDirty = (cachedPaused = (cachedReversed = false)))); _rawPrevTime = -1; if (!_classInitted) { if ((com.greensock.TweenLite.rootFrame == undefined) && (com.greensock.TweenLite.initClass != undefined)) { com.greensock.TweenLite.initClass(); _classInitted = true; } else { return; } } var _local2 = ((this.vars.timeline instanceof com.greensock.core.SimpleTimeline) ? (this.vars.timeline) : (((this.vars.useFrames == true) ? (com.greensock.TweenLite.rootFramesTimeline) : (com.greensock.TweenLite.rootTimeline)))); cachedStartTime = _local2.cachedTotalTime + _delay; _local2.addChild(this); if (this.vars.reversed) { cachedReversed = true; } if (this.vars.paused) { paused = (true); } } function play() { reversed = (false); paused = (false); } function pause() { paused = (true); } function resume() { paused = (false); } function restart(includeDelay, suppressEvents) { reversed = (false); paused = (false); setTotalTime((includeDelay ? (-_delay) : 0), Boolean(suppressEvents != false)); } function reverse(forceResume) { reversed = (true); if (forceResume != false) { paused = (false); } else if (gc) { setEnabled(true, false); } } function renderTime(time, suppressEvents, force) { } function complete(skipRender, suppressEvents) { if (!skipRender) { renderTime(totalDuration, suppressEvents, false); return(undefined); } if (timeline.autoRemoveChildren) { setEnabled(false, false); } else { active = false; } if (!suppressEvents) { if ((vars.onComplete && (cachedTotalTime >= cachedTotalDuration)) && (!cachedReversed)) { vars.onComplete.apply(vars.onCompleteScope, vars.onCompleteParams); } else if ((cachedReversed && (cachedTotalTime == 0)) && (vars.onReverseComplete)) { vars.onReverseComplete.apply(vars.onReverseCompleteScope, vars.onReverseCompleteParams); } } } function invalidate() { } function setEnabled(enabled, ignoreTimeline) { gc = !enabled; if (enabled) { active = Boolean(((!cachedPaused) && (cachedTotalTime > 0)) && (cachedTotalTime < cachedTotalDuration)); if ((ignoreTimeline != true) && (cachedOrphan)) { timeline.addChild(this); } } else { active = false; if ((ignoreTimeline != true) && (!cachedOrphan)) { timeline.remove(this, true); } } return(false); } function kill() { setEnabled(false, false); } function setDirtyCache(includeSelf) { var _local2 = ((includeSelf != false) ? this : (timeline)); while (_local2) { _local2.cacheIsDirty = true; _local2 = _local2.timeline; } } function setTotalTime(time, suppressEvents) { if (timeline) { var _local3 = ((cachedPauseTime || (cachedPauseTime == 0)) ? (cachedPauseTime) : (timeline.cachedTotalTime)); if (cachedReversed) { var _local4 = (cacheIsDirty ? (totalDuration) : (cachedTotalDuration)); cachedStartTime = _local3 - ((_local4 - time) / cachedTimeScale); } else { cachedStartTime = _local3 - (time / cachedTimeScale); } if (!timeline.cacheIsDirty) { setDirtyCache(false); } if (cachedTotalTime != time) { renderTime(time, suppressEvents, false); } } } function get delay() { return(_delay); } function set delay(n) { startTime = startTime + (n - _delay); _delay = n; //return(delay); } function get duration() { return(cachedDuration); } function set duration(n) { cachedDuration = (cachedTotalDuration = n); setDirtyCache(false); //return(duration); } function get totalDuration() { return(cachedTotalDuration); } function set totalDuration(n) { duration = (n); //return(totalDuration); } function get currentTime() { return(cachedTime); } function set currentTime(n) { setTotalTime(n, false); //return(currentTime); } function get totalTime() { return(cachedTotalTime); } function set totalTime(n) { setTotalTime(n, false); //return(totalTime); } function get startTime() { return(cachedStartTime); } function set startTime(n) { var _local2 = Boolean((timeline != undefined) && ((n != cachedStartTime) || (gc))); cachedStartTime = n; if (_local2) { timeline.addChild(this); } //return(startTime); } function get reversed() { return(cachedReversed); } function set reversed(b) { if (b != cachedReversed) { cachedReversed = b; setTotalTime(cachedTotalTime, true); } //return(reversed); } function get paused() { return(cachedPaused); } function set paused(b) { if ((b != cachedPaused) && (timeline)) { if (b) { cachedPauseTime = timeline.rawTime; } else { cachedStartTime = cachedStartTime + (timeline.__get__rawTime() - cachedPauseTime); cachedPauseTime = NaN; setDirtyCache(false); } cachedPaused = b; active = Boolean(((!cachedPaused) && (cachedTotalTime > 0)) && (cachedTotalTime < cachedTotalDuration)); } if ((!b) && (gc)) { setTotalTime(cachedTotalTime, false); setEnabled(true, false); } //return(paused); } static var version = 1.392; }
Symbol 387 MovieClip [__Packages.com.greensock.core.SimpleTimeline] Frame 0
class com.greensock.core.SimpleTimeline extends com.greensock.core.TweenCore { var _firstChild, _lastChild, cachedTotalTime, cachedTime; function SimpleTimeline (vars) { super(0, vars); } function addChild(tween) { if ((!tween.cachedOrphan) && (tween.timeline != undefined)) { tween.timeline.remove(tween, true); } tween.timeline = this; if (tween.gc) { tween.setEnabled(true, true); } if (_firstChild) { _firstChild.prevNode = tween; } tween.nextNode = _firstChild; _firstChild = tween; tween.prevNode = undefined; tween.cachedOrphan = false; } function remove(tween, skipDisable) { if (tween.cachedOrphan) { return(undefined); } if (skipDisable != true) { tween.setEnabled(false, true); } if (tween.nextNode) { tween.nextNode.prevNode = tween.prevNode; } else if (_lastChild == tween) { _lastChild = tween.prevNode; } if (tween.prevNode) { tween.prevNode.nextNode = tween.nextNode; } else if (_firstChild == tween) { _firstChild = tween.nextNode; } tween.cachedOrphan = true; } function renderTime(time, suppressEvents, force) { var _local2 = _firstChild; var _local4; var _local5; cachedTotalTime = time; cachedTime = time; while (_local2) { _local5 = _local2.nextNode; if (_local2.active || (((time >= _local2.cachedStartTime) && (!_local2.cachedPaused)) && (!_local2.gc))) { if (!_local2.cachedReversed) { _local2.renderTime((time - _local2.cachedStartTime) * _local2.cachedTimeScale, suppressEvents, false); } else { _local4 = (_local2.cacheIsDirty ? (_local2.__get__totalDuration()) : (_local2.cachedTotalDuration)); _local2.renderTime(_local4 - ((time - _local2.cachedStartTime) * _local2.cachedTimeScale), suppressEvents, false); } } _local2 = _local5; } } function get rawTime() { return(cachedTotalTime); } }
Symbol 388 MovieClip [__Packages.com.greensock.TweenLite] Frame 0
class com.greensock.TweenLite extends com.greensock.core.TweenCore { static var _timingClip, overwriteManager, rootFrame, rootTimeline, rootFramesTimeline, onPluginEvent; var ratio, target, _targetID, vars, cachedTimeScale, propTweenLookup, _ease, _overwrite, active, cachedPT1, _notifyPluginsOfEnabled, _hasPlugins, _hasUpdate, _overwrittenProps, initted, cachedTime, cachedDuration, cachedTotalTime, _rawPrevTime, cachedReversed, cachedPaused, gc, complete; function TweenLite (target, duration, vars) { super(duration, vars); if (_timingClip.onEnterFrame != updateAll) { jumpStart(_root); } ratio = 0; this.target = target; _targetID = getID(target, true); if ((this.vars.timeScale != undefined) && (this.target instanceof com.greensock.core.TweenCore)) { cachedTimeScale = 1; } propTweenLookup = {}; _ease = defaultEase; _overwrite = (((vars.overwrite == undefined) || ((!overwriteManager.enabled) && (vars.overwrite > 1))) ? (overwriteManager.mode) : (Number(vars.overwrite))); var _local5 = masterList[_targetID].tweens; if (_local5.length == 0) { _local5[0] = this; } else if (_overwrite == 1) { var _local4 = _local5.length; while (_local4-- , _local4 > -1) { if (!_local5[_local4].gc) { _local5[_local4].setEnabled(false, false); } } masterList[_targetID].tweens = [this]; } else { _local5[_local5.length] = this; } if (active || (this.vars.immediateRender)) { renderTime(0, false, true); } } static function initClass() { rootFrame = 0; rootTimeline = new com.greensock.core.SimpleTimeline(null); rootFramesTimeline = new com.greensock.core.SimpleTimeline(null); rootTimeline.autoRemoveChildren = (rootFramesTimeline.autoRemoveChildren = true); rootTimeline.cachedStartTime = getTimer() * 0.001; rootTimeline.cachedTotalTime = (rootFramesTimeline.cachedTotalTime = 0); rootFramesTimeline.cachedStartTime = rootFrame; if (overwriteManager == undefined) { overwriteManager = {mode:1, enabled:false}; } } function init() { if (vars.onInit) { vars.onInit.apply(null, vars.onInitParams); } var _local2; var _local5; var _local3; var _local6; var _local7; if (typeof(vars.ease) == "function") { _ease = vars.ease; } if (vars.easeParams != undefined) { vars.proxiedEase = _ease; _ease = easeProxy; } cachedPT1 = undefined; propTweenLookup = {}; for (_local2 in vars) { if (_reservedProps[_local2] && (!((_local2 == "timeScale") && (target instanceof com.greensock.core.TweenCore)))) { } else if (plugins[_local2] && ((_local3 = new plugins[_local2]()).onInitTween(target, vars[_local2], this))) { cachedPT1 = new com.greensock.core.PropTween(_local3, "changeFactor", 0, 1, ((_local3.overwriteProps.length == 1) ? (_local3.overwriteProps[0]) : "_MULTIPLE_"), true, cachedPT1); if (cachedPT1.name == "_MULTIPLE_") { _local5 = _local3.overwriteProps.length; while (_local5-- , _local5 > -1) { propTweenLookup[_local3.overwriteProps[_local5]] = cachedPT1; } } else { propTweenLookup[cachedPT1.name] = cachedPT1; } if (_local3.priority) { cachedPT1.priority = _local3.priority; _local6 = true; } if (_local3.onDisable || (_local3.onEnable)) { _notifyPluginsOfEnabled = true; } _hasPlugins = true; } else { cachedPT1 = new com.greensock.core.PropTween(target, _local2, Number(target[_local2]), ((typeof(vars[_local2]) == "number") ? (Number(vars[_local2]) - target[_local2]) : (Number(vars[_local2]))), _local2, false, cachedPT1); propTweenLookup[_local2] = cachedPT1; } } if (_local6) { onPluginEvent("onInit", this); } if (vars.runBackwards) { var _local4 = cachedPT1; while (_local4) { _local4.start = _local4.start + _local4.change; _local4.change = -_local4.change; _local4 = _local4.nextNode; } } _hasUpdate = Boolean(typeof(vars.onUpdate) == "function"); if (_overwrittenProps) { killVars(_overwrittenProps); if (cachedPT1 == undefined) { setEnabled(false, false); } } if ((((_overwrite > 1) && (cachedPT1)) && (_local7 = masterList[_targetID].tweens)) && (_local7.length > 1)) { if (overwriteManager.manageOverwrites(this, propTweenLookup, _local7, _overwrite)) { init(); } } initted = true; } function renderTime(time, suppressEvents, force) { var _local4; var _local5 = cachedTime; if (time >= cachedDuration) { cachedTotalTime = (cachedTime = cachedDuration); ratio = 1; _local4 = true; if (cachedDuration == 0) { if (((time == 0) || (_rawPrevTime < 0)) && (_rawPrevTime != time)) { force = true; } _rawPrevTime = time; } } else if (time <= 0) { cachedTotalTime = (cachedTime = (ratio = 0)); if (time < 0) { active = false; if (cachedDuration == 0) { if (_rawPrevTime > 0) { force = true; _local4 = true; } _rawPrevTime = time; } } if (cachedReversed && (_local5 != 0)) { _local4 = true; } } else { cachedTotalTime = (cachedTime = time); ratio = _ease(time, 0, 1, cachedDuration); } if ((cachedTime == _local5) && (!force)) { return(undefined); } if (!initted) { init(); if ((!_local4) && (cachedTime)) { ratio = _ease(cachedTime, 0, 1, cachedDuration); } } if ((!active) && (!cachedPaused)) { active = true; } if ((((_local5 == 0) && (vars.onStart)) && (cachedTime != 0)) && (!suppressEvents)) { vars.onStart.apply(vars.onStartScope, vars.onStartParams); } var _local2 = cachedPT1; while (_local2) { _local2.target[_local2.property] = _local2.start + (ratio * _local2.change); _local2 = _local2.nextNode; } if (_hasUpdate && (!suppressEvents)) { vars.onUpdate.apply(vars.onUpdateScope, vars.onUpdateParams); } if (_local4 && (!gc)) { if (_hasPlugins && (cachedPT1)) { onPluginEvent("onComplete", this); } complete(true, suppressEvents); } } function killVars(vars, permanent) { if (_overwrittenProps == undefined) { _overwrittenProps = {}; } var _local3; var _local2; var _local5; for (_local3 in vars) { if (propTweenLookup[_local3]) { _local2 = propTweenLookup[_local3]; if (_local2.isPlugin && (_local2.name == "_MULTIPLE_")) { _local2.target.killProps(vars); if (_local2.target.overwriteProps.length == 0) { _local2.name = ""; } if ((_local3 != _local2.target.propName) || (_local2.name == "")) { delete propTweenLookup[_local3]; } } if (_local2.name != "_MULTIPLE_") { if (_local2.nextNode) { _local2.nextNode.prevNode = _local2.prevNode; } if (_local2.prevNode) { _local2.prevNode.nextNode = _local2.nextNode; } else if (cachedPT1 == _local2) { cachedPT1 = _local2.nextNode; } if (_local2.isPlugin && (_local2.target.onDisable)) { _local2.target.onDisable(); if (_local2.target.activeDisable) { _local5 = true; } } delete propTweenLookup[_local3]; } } if ((permanent != false) && (vars != _overwrittenProps)) { _overwrittenProps[_local3] = 1; } } return(_local5); } function invalidate() { if (_notifyPluginsOfEnabled) { onPluginEvent("onDisable", this); } cachedPT1 = undefined; _overwrittenProps = undefined; _hasUpdate = (initted = (active = (_notifyPluginsOfEnabled = false))); propTweenLookup = {}; } function setEnabled(enabled, ignoreTimeline) { if (enabled) { var _local3 = masterList[_targetID].tweens; if (_local3) { _local3[_local3.length] = this; } else { masterList[_targetID] = {target:target, tweens:[this]}; } } super.setEnabled(enabled, ignoreTimeline); if (_notifyPluginsOfEnabled && (cachedPT1)) { return(onPluginEvent((enabled ? "onEnable" : "onDisable"), this)); } return(false); } function easeProxy(t, b, c, d) { return(vars.proxiedEase.apply(null, arguments.concat(vars.easeParams))); } static function to(target, duration, vars) { return(new com.greensock.TweenLite(target, duration, vars)); } static function from(target, duration, vars) { vars.runBackwards = true; if (vars.immediateRender != false) { vars.immediateRender = true; } return(new com.greensock.TweenLite(target, duration, vars)); } static function delayedCall(delay, onComplete, onCompleteParams, onCompleteScope, useFrames) { return(new com.greensock.TweenLite(onComplete, 0, {delay:delay, onComplete:onComplete, onCompleteParams:onCompleteParams, onCompleteScope:onCompleteScope, immediateRender:false, useFrames:useFrames, overwrite:0})); } static function updateAll() { rootTimeline.renderTime(((getTimer() * 0.001) - rootTimeline.cachedStartTime) * rootTimeline.cachedTimeScale, false, false); rootFrame++; rootFramesTimeline.renderTime((rootFrame - rootFramesTimeline.cachedStartTime) * rootFramesTimeline.cachedTimeScale, false, false); if (!(rootFrame % 60)) { var _local3 = masterList; var _local2; var _local1; for (var _local4 in _local3) { _local1 = _local3[_local4].tweens; _local2 = _local1.length; while (_local2-- , _local2 > -1) { if (_local1[_local2].gc) { _local1.splice(_local2, 1); } } if (_local1.length == 0) { delete _local3[_local4]; } } } } static function killTweensOf(target, complete, vars) { var _local6 = getID(target, true); var _local4 = masterList[_local6].tweens; var _local3; var _local1; if (_local4 != undefined) { _local3 = _local4.length; while (_local3-- , _local3 > -1) { _local1 = _local4[_local3]; if (!_local1.gc) { if (complete == true) { _local1.complete(false, false); } if (vars != undefined) { _local1.killVars(vars); } if ((vars == undefined) || ((_local1.cachedPT1 == undefined) && (_local1.initted))) { _local1.setEnabled(false, false); } } } if (vars == undefined) { delete masterList[_local6]; } } } static function getID(target, lookup) { var _local2; if (lookup) { var _local1 = masterList; if (typeof(target) == "movieclip") { if (_local1[String(target)] != undefined) { return(String(target)); } _local2 = String(target); masterList[_local2] = {target:target, tweens:[]}; return(_local2); } for (var _local3 in _local1) { if (_local1[_local3].target == target) { return(_local3); } } } _cnt++; _local2 = "t" + _cnt; masterList[_local2] = {target:target, tweens:[]}; return(_local2); } static function easeOut(t, b, c, d) { t = t / d; return((-1 * t) * (t - 2)); } static function findSubloadedSWF(mc) { for (var _local3 in mc) { if (typeof(mc[_local3]) == "movieclip") { if ((mc[_local3]._url != _root._url) && (mc[_local3].getBytesLoaded() != undefined)) { return(mc[_local3]); } if (findSubloadedSWF(mc[_local3]) != undefined) { return(findSubloadedSWF(mc[_local3])); } } } return(undefined); } static function jumpStart(root) { if (_timingClip != undefined) { _timingClip.removeMovieClip(); } var _local2 = ((root.getBytesLoaded() == undefined) ? (findSubloadedSWF(root)) : (root)); var _local1 = 999; while (_local2.getInstanceAtDepth(_local1) != undefined) { _local1++; } _timingClip = _local2.createEmptyMovieClip("__tweenLite" + String(version).split(".").join("_"), _local1); _timingClip.onEnterFrame = updateAll; to({}, 0, {}); rootTimeline.cachedTime = (rootTimeline.cachedTotalTime = ((getTimer() * 0.001) - rootTimeline.cachedStartTime) * rootTimeline.cachedTimeScale); } static var version = 11.42; static var plugins = {}; static var killDelayedCallsTo = killTweensOf; static var defaultEase = easeOut; static var masterList = {}; static var _cnt = -16000; static var _reservedProps = {ease:1, delay:1, overwrite:1, onComplete:1, onCompleteParams:1, useFrames:1, runBackwards:1, startAt:1, onUpdate:1, onUpdateParams:1, roundProps:1, onStart:1, onStartParams:1, onReverseComplete:1, onReverseCompleteParams:1, onRepeat:1, onRepeatParams:1, proxiedEase:1, easeParams:1, yoyo:1, onCompleteListener:1, onUpdateListener:1, onStartListener:1, orientToBezier:1, timeScale:1, immediateRender:1, repeat:1, repeatDelay:1, timeline:1, data:1, paused:1}; }
Symbol 389 MovieClip [__Packages.com.greensock.core.PropTween] Frame 0
class com.greensock.core.PropTween { var target, property, start, change, name, isPlugin, nextNode, priority; function PropTween (target, property, start, change, name, isPlugin, nextNode, priority) { this.target = target; this.property = property; this.start = start; this.change = change; this.name = name; this.isPlugin = isPlugin; if (nextNode) { nextNode.prevNode = this; this.nextNode = nextNode; } this.priority = priority || 0; } }
Symbol 390 MovieClip [__Packages.com.greensock.easing.Sine] Frame 0
class com.greensock.easing.Sine { function Sine () { } static function easeIn(t, b, c, d) { return((((-c) * Math.cos((t / d) * _HALF_PI)) + c) + b); } static function easeOut(t, b, c, d) { return((c * Math.sin((t / d) * _HALF_PI)) + b); } static function easeInOut(t, b, c, d) { return((((-c) * 0.5) * (Math.cos((Math.PI * t) / d) - 1)) + b); } static var _HALF_PI = (Math.PI/2); }

Library Items

Symbol 1 GraphicUsed by:9 188 195 221  Timeline
Symbol 2 GraphicUsed by:195  Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:195
Symbol 5 GraphicUsed by:9
Symbol 6 GraphicUsed by:9
Symbol 7 GraphicUsed by:9
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:1 5 6 7 8Used by:195
Symbol 10 GraphicUsed by:195
Symbol 11 GraphicUsed by:15  Timeline
Symbol 12 GraphicUsed by:15  Timeline
Symbol 13 GraphicUsed by:15  Timeline
Symbol 14 GraphicUsed by:15  Timeline
Symbol 15 MovieClipUses:11 12 13 14Used by:185
Symbol 16 GraphicUsed by:23  Timeline
Symbol 17 GraphicUsed by:23  Timeline
Symbol 18 GraphicUsed by:23  Timeline
Symbol 19 GraphicUsed by:23  Timeline
Symbol 20 GraphicUsed by:23  Timeline
Symbol 21 GraphicUsed by:23  Timeline
Symbol 22 GraphicUsed by:23  Timeline
Symbol 23 MovieClipUses:16 17 18 19 20 21 22Used by:185
Symbol 24 GraphicUsed by:27  Timeline
Symbol 25 GraphicUsed by:27  Timeline
Symbol 26 GraphicUsed by:27  Timeline
Symbol 27 MovieClipUses:24 25 26Used by:185
Symbol 28 GraphicUsed by:30  Timeline
Symbol 29 GraphicUsed by:30  Timeline
Symbol 30 MovieClipUses:28 29Used by:185
Symbol 31 GraphicUsed by:40  Timeline
Symbol 32 GraphicUsed by:40  Timeline
Symbol 33 GraphicUsed by:40  Timeline
Symbol 34 GraphicUsed by:40  Timeline
Symbol 35 GraphicUsed by:40  Timeline
Symbol 36 GraphicUsed by:40  Timeline
Symbol 37 GraphicUsed by:40  Timeline
Symbol 38 GraphicUsed by:40  Timeline
Symbol 39 GraphicUsed by:40  Timeline
Symbol 40 MovieClipUses:31 32 33 34 35 36 37 38 39Used by:185
Symbol 41 GraphicUsed by:48  Timeline
Symbol 42 GraphicUsed by:48  Timeline
Symbol 43 GraphicUsed by:48  Timeline
Symbol 44 GraphicUsed by:48  Timeline
Symbol 45 GraphicUsed by:48  Timeline
Symbol 46 GraphicUsed by:48  Timeline
Symbol 47 GraphicUsed by:48  Timeline
Symbol 48 MovieClipUses:41 42 43 44 45 46 47Used by:185
Symbol 49 GraphicUsed by:53  Timeline
Symbol 50 GraphicUsed by:53  Timeline
Symbol 51 GraphicUsed by:53  Timeline
Symbol 52 GraphicUsed by:53  Timeline
Symbol 53 MovieClipUses:49 50 51 52Used by:185
Symbol 54 GraphicUsed by:68  Timeline
Symbol 55 GraphicUsed by:68  Timeline
Symbol 56 GraphicUsed by:68  Timeline
Symbol 57 GraphicUsed by:68  Timeline
Symbol 58 GraphicUsed by:68  Timeline
Symbol 59 GraphicUsed by:68  Timeline
Symbol 60 GraphicUsed by:68  Timeline
Symbol 61 GraphicUsed by:68  Timeline
Symbol 62 GraphicUsed by:68  Timeline
Symbol 63 GraphicUsed by:68  Timeline
Symbol 64 GraphicUsed by:68  Timeline
Symbol 65 GraphicUsed by:68  Timeline
Symbol 66 GraphicUsed by:68  Timeline
Symbol 67 GraphicUsed by:68  Timeline
Symbol 68 MovieClipUses:54 55 56 57 58 59 60 61 62 63 64 65 66 67Used by:185
Symbol 69 GraphicUsed by:77  Timeline
Symbol 70 GraphicUsed by:77  Timeline
Symbol 71 GraphicUsed by:77  Timeline
Symbol 72 GraphicUsed by:77  Timeline
Symbol 73 GraphicUsed by:77  Timeline
Symbol 74 GraphicUsed by:77  Timeline
Symbol 75 GraphicUsed by:77  Timeline
Symbol 76 GraphicUsed by:77  Timeline
Symbol 77 MovieClipUses:69 70 71 72 73 74 75 76Used by:185
Symbol 78 GraphicUsed by:84  Timeline
Symbol 79 GraphicUsed by:84  Timeline
Symbol 80 GraphicUsed by:84  Timeline
Symbol 81 GraphicUsed by:84  Timeline
Symbol 82 GraphicUsed by:84  Timeline
Symbol 83 GraphicUsed by:84  Timeline
Symbol 84 MovieClipUses:78 79 80 81 82 83Used by:185
Symbol 85 GraphicUsed by:95  Timeline
Symbol 86 GraphicUsed by:95  Timeline
Symbol 87 GraphicUsed by:95  Timeline
Symbol 88 GraphicUsed by:95  Timeline
Symbol 89 GraphicUsed by:95  Timeline
Symbol 90 GraphicUsed by:95  Timeline
Symbol 91 GraphicUsed by:95  Timeline
Symbol 92 GraphicUsed by:95  Timeline
Symbol 93 GraphicUsed by:95  Timeline
Symbol 94 GraphicUsed by:95  Timeline
Symbol 95 MovieClipUses:85 86 87 88 89 90 91 92 93 94Used by:185
Symbol 96 GraphicUsed by:104  Timeline
Symbol 97 GraphicUsed by:104  Timeline
Symbol 98 GraphicUsed by:104  Timeline
Symbol 99 GraphicUsed by:104  Timeline
Symbol 100 GraphicUsed by:104  Timeline
Symbol 101 GraphicUsed by:104  Timeline
Symbol 102 GraphicUsed by:104  Timeline
Symbol 103 GraphicUsed by:104  Timeline
Symbol 104 MovieClipUses:96 97 98 99 100 101 102 103Used by:185
Symbol 105 GraphicUsed by:108  Timeline
Symbol 106 GraphicUsed by:108  Timeline
Symbol 107 GraphicUsed by:108  Timeline
Symbol 108 MovieClipUses:105 106 107Used by:185
Symbol 109 GraphicUsed by:145  Timeline
Symbol 110 GraphicUsed by:145  Timeline
Symbol 111 GraphicUsed by:145  Timeline
Symbol 112 GraphicUsed by:145  Timeline
Symbol 113 GraphicUsed by:145  Timeline
Symbol 114 GraphicUsed by:145  Timeline
Symbol 115 GraphicUsed by:145  Timeline
Symbol 116 GraphicUsed by:145  Timeline
Symbol 117 GraphicUsed by:145  Timeline
Symbol 118 GraphicUsed by:145  Timeline
Symbol 119 GraphicUsed by:145  Timeline
Symbol 120 GraphicUsed by:145  Timeline
Symbol 121 GraphicUsed by:145  Timeline
Symbol 122 GraphicUsed by:145  Timeline
Symbol 123 GraphicUsed by:145  Timeline
Symbol 124 GraphicUsed by:145  Timeline
Symbol 125 GraphicUsed by:145  Timeline
Symbol 126 GraphicUsed by:145  Timeline
Symbol 127 GraphicUsed by:145  Timeline
Symbol 128 GraphicUsed by:145  Timeline
Symbol 129 GraphicUsed by:145  Timeline
Symbol 130 GraphicUsed by:145  Timeline
Symbol 131 GraphicUsed by:145  Timeline
Symbol 132 GraphicUsed by:145  Timeline
Symbol 133 GraphicUsed by:145  Timeline
Symbol 134 GraphicUsed by:145  Timeline
Symbol 135 GraphicUsed by:145  Timeline
Symbol 136 GraphicUsed by:145  Timeline
Symbol 137 GraphicUsed by:145  Timeline
Symbol 138 GraphicUsed by:145  Timeline
Symbol 139 GraphicUsed by:145  Timeline
Symbol 140 GraphicUsed by:145  Timeline
Symbol 141 GraphicUsed by:145  Timeline
Symbol 142 GraphicUsed by:145  Timeline
Symbol 143 GraphicUsed by:145  Timeline
Symbol 144 GraphicUsed by:145  Timeline
Symbol 145 MovieClipUses:109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144Used by:185
Symbol 146 GraphicUsed by:150  Timeline
Symbol 147 GraphicUsed by:150  Timeline
Symbol 148 GraphicUsed by:150  Timeline
Symbol 149 GraphicUsed by:150  Timeline
Symbol 150 MovieClipUses:146 147 148 149Used by:185
Symbol 151 GraphicUsed by:167  Timeline
Symbol 152 GraphicUsed by:167  Timeline
Symbol 153 GraphicUsed by:167  Timeline
Symbol 154 GraphicUsed by:167  Timeline
Symbol 155 GraphicUsed by:167  Timeline
Symbol 156 GraphicUsed by:167  Timeline
Symbol 157 GraphicUsed by:167  Timeline
Symbol 158 GraphicUsed by:167  Timeline
Symbol 159 GraphicUsed by:167  Timeline
Symbol 160 GraphicUsed by:167  Timeline
Symbol 161 GraphicUsed by:167  Timeline
Symbol 162 GraphicUsed by:167  Timeline
Symbol 163 GraphicUsed by:167  Timeline
Symbol 164 GraphicUsed by:167  Timeline
Symbol 165 GraphicUsed by:167  Timeline
Symbol 166 GraphicUsed by:167  Timeline
Symbol 167 MovieClipUses:151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166Used by:185
Symbol 168 GraphicUsed by:172  Timeline
Symbol 169 GraphicUsed by:172  Timeline
Symbol 170 GraphicUsed by:172  Timeline
Symbol 171 GraphicUsed by:172  Timeline
Symbol 172 MovieClipUses:168 169 170 171Used by:185
Symbol 173 GraphicUsed by:177  Timeline
Symbol 174 GraphicUsed by:177  Timeline
Symbol 175 GraphicUsed by:177  Timeline
Symbol 176 GraphicUsed by:177  Timeline
Symbol 177 MovieClipUses:173 174 175 176Used by:185
Symbol 178 GraphicUsed by:184  Timeline
Symbol 179 GraphicUsed by:184  Timeline
Symbol 180 GraphicUsed by:184  Timeline
Symbol 181 GraphicUsed by:184  Timeline
Symbol 182 GraphicUsed by:184  Timeline
Symbol 183 GraphicUsed by:184  Timeline
Symbol 184 MovieClipUses:178 179 180 181 182 183Used by:185
Symbol 185 MovieClipUses:15 23 27 30 40 48 53 68 77 84 95 104 108 145 150 167 172 177 184Used by:195
Symbol 186 GraphicUsed by:188
Symbol 187 GraphicUsed by:188
Symbol 188 ButtonUses:186 187 1Used by:195
Symbol 189 GraphicUsed by:192
Symbol 190 GraphicUsed by:192
Symbol 191 GraphicUsed by:192
Symbol 192 ButtonUses:189 190 191Used by:195
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:195  Timeline
Symbol 195 MovieClip [DanceParty1]Uses:1 2 4 9 10 185 188 192 194
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:Timeline
Symbol 198 GraphicUsed by:209
Symbol 199 GraphicUsed by:209
Symbol 200 GraphicUsed by:209
Symbol 201 GraphicUsed by:209
Symbol 202 GraphicUsed by:209
Symbol 203 GraphicUsed by:209
Symbol 204 GraphicUsed by:209
Symbol 205 GraphicUsed by:209
Symbol 206 GraphicUsed by:209
Symbol 207 GraphicUsed by:209
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:198 199 200 201 202 203 204 205 206 207 208Used by:Timeline
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:Timeline
Symbol 212 FontUsed by:213 215 216 375 376 377 380 381
Symbol 213 TextUses:212Used by:214
Symbol 214 MovieClipUses:213Used by:Timeline
Symbol 215 TextUses:212Used by:Timeline
Symbol 216 TextUses:212Used by:217
Symbol 217 MovieClipUses:216Used by:Timeline
Symbol 218 GraphicUsed by:Timeline
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 MovieClipUses:1Used by:Timeline
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:224
Symbol 224 MovieClipUses:223Used by:Timeline
Symbol 386 MovieClip [__Packages.com.greensock.core.TweenCore]
Symbol 387 MovieClip [__Packages.com.greensock.core.SimpleTimeline]
Symbol 388 MovieClip [__Packages.com.greensock.TweenLite]
Symbol 389 MovieClip [__Packages.com.greensock.core.PropTween]
Symbol 390 MovieClip [__Packages.com.greensock.easing.Sine]
Symbol 225 GraphicUsed by:Timeline
Symbol 226 GraphicUsed by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 GraphicUsed by:Timeline
Symbol 230 GraphicUsed by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 GraphicUsed by:Timeline
Symbol 234 GraphicUsed by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 GraphicUsed by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 GraphicUsed by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 GraphicUsed by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 GraphicUsed by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 GraphicUsed by:Timeline
Symbol 255 GraphicUsed by:Timeline
Symbol 256 GraphicUsed by:Timeline
Symbol 257 GraphicUsed by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 GraphicUsed by:Timeline
Symbol 261 GraphicUsed by:Timeline
Symbol 262 GraphicUsed by:Timeline
Symbol 263 GraphicUsed by:Timeline
Symbol 264 GraphicUsed by:Timeline
Symbol 265 GraphicUsed by:Timeline
Symbol 266 GraphicUsed by:Timeline
Symbol 267 GraphicUsed by:Timeline
Symbol 268 GraphicUsed by:Timeline
Symbol 269 GraphicUsed by:Timeline
Symbol 270 GraphicUsed by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 GraphicUsed by:Timeline
Symbol 273 GraphicUsed by:Timeline
Symbol 274 GraphicUsed by:Timeline
Symbol 275 GraphicUsed by:Timeline
Symbol 276 GraphicUsed by:Timeline
Symbol 277 GraphicUsed by:Timeline
Symbol 278 GraphicUsed by:Timeline
Symbol 279 GraphicUsed by:Timeline
Symbol 280 GraphicUsed by:Timeline
Symbol 281 GraphicUsed by:Timeline
Symbol 282 GraphicUsed by:Timeline
Symbol 283 GraphicUsed by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 GraphicUsed by:Timeline
Symbol 286 GraphicUsed by:Timeline
Symbol 287 GraphicUsed by:Timeline
Symbol 288 GraphicUsed by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 GraphicUsed by:Timeline
Symbol 291 GraphicUsed by:Timeline
Symbol 292 GraphicUsed by:Timeline
Symbol 293 GraphicUsed by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 GraphicUsed by:Timeline
Symbol 297 GraphicUsed by:Timeline
Symbol 298 GraphicUsed by:Timeline
Symbol 299 GraphicUsed by:Timeline
Symbol 300 GraphicUsed by:Timeline
Symbol 301 GraphicUsed by:Timeline
Symbol 302 GraphicUsed by:Timeline
Symbol 303 GraphicUsed by:Timeline
Symbol 304 GraphicUsed by:Timeline
Symbol 305 GraphicUsed by:Timeline
Symbol 306 GraphicUsed by:Timeline
Symbol 307 GraphicUsed by:Timeline
Symbol 308 GraphicUsed by:Timeline
Symbol 309 GraphicUsed by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:311Used by:Timeline
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:313Used by:Timeline
Symbol 315 GraphicUsed by:Timeline
Symbol 316 GraphicUsed by:Timeline
Symbol 317 GraphicUsed by:Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 GraphicUsed by:331
Symbol 320 GraphicUsed by:331
Symbol 321 GraphicUsed by:331
Symbol 322 GraphicUsed by:331
Symbol 323 GraphicUsed by:331
Symbol 324 GraphicUsed by:331
Symbol 325 GraphicUsed by:331
Symbol 326 GraphicUsed by:331
Symbol 327 GraphicUsed by:331
Symbol 328 GraphicUsed by:331
Symbol 329 GraphicUsed by:331
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:319 320 321 322 323 324 325 326 327 328 329 330Used by:Timeline
Symbol 332 GraphicUsed by:Timeline
Symbol 333 GraphicUsed by:Timeline
Symbol 334 GraphicUsed by:Timeline
Symbol 335 GraphicUsed by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 GraphicUsed by:Timeline
Symbol 338 GraphicUsed by:Timeline
Symbol 339 GraphicUsed by:Timeline
Symbol 340 GraphicUsed by:Timeline
Symbol 341 GraphicUsed by:Timeline
Symbol 342 GraphicUsed by:Timeline
Symbol 343 GraphicUsed by:Timeline
Symbol 344 GraphicUsed by:Timeline
Symbol 345 GraphicUsed by:Timeline
Symbol 346 GraphicUsed by:Timeline
Symbol 347 GraphicUsed by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 GraphicUsed by:Timeline
Symbol 351 GraphicUsed by:Timeline
Symbol 352 GraphicUsed by:Timeline
Symbol 353 GraphicUsed by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:Timeline
Symbol 356 GraphicUsed by:Timeline
Symbol 357 GraphicUsed by:Timeline
Symbol 358 GraphicUsed by:Timeline
Symbol 359 GraphicUsed by:Timeline
Symbol 360 GraphicUsed by:Timeline
Symbol 361 GraphicUsed by:Timeline
Symbol 362 GraphicUsed by:Timeline
Symbol 363 GraphicUsed by:Timeline
Symbol 364 GraphicUsed by:Timeline
Symbol 365 GraphicUsed by:Timeline
Symbol 366 GraphicUsed by:Timeline
Symbol 367 GraphicUsed by:Timeline
Symbol 368 GraphicUsed by:Timeline
Symbol 369 GraphicUsed by:Timeline
Symbol 370 GraphicUsed by:Timeline
Symbol 371 GraphicUsed by:Timeline
Symbol 372 BitmapUsed by:373
Symbol 373 GraphicUses:372Used by:Timeline
Symbol 374 FontUsed by:375 384
Symbol 375 TextUses:212 374Used by:Timeline
Symbol 376 TextUses:212Used by:379
Symbol 377 TextUses:212Used by:379
Symbol 378 GraphicUsed by:379
Symbol 379 ButtonUses:376 377 378Used by:Timeline
Symbol 380 TextUses:212Used by:383
Symbol 381 TextUses:212Used by:383
Symbol 382 GraphicUsed by:383
Symbol 383 ButtonUses:380 381 382Used by:Timeline
Symbol 384 TextUses:374Used by:385
Symbol 385 MovieClipUses:384 SS2Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 385 MovieClip

Instance Names

"preloaderCover"Frame 1Symbol 221 MovieClip
"preloader"Frame 1Symbol 224 MovieClip
"dance_btn"Frame 1865Symbol 379 Button
"replay_btn"Frame 1865Symbol 383 Button
"chars"Symbol 195 MovieClip [DanceParty1] Frame 1Symbol 185 MovieClip
"left_btn"Symbol 195 MovieClip [DanceParty1] Frame 1Symbol 188 Button
"right_btn"Symbol 195 MovieClip [DanceParty1] Frame 1Symbol 188 Button
"close_btn"Symbol 195 MovieClip [DanceParty1] Frame 1Symbol 192 Button
"progress_bar"Symbol 224 MovieClip Frame 1Symbol 223 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS1/AS2.
SWFMetaData (77)Timeline Frame 11284 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmln ..."
ExportAssets (56)Timeline Frame 1Symbol 195 as "DanceParty1"
ExportAssets (56)Timeline Frame 1Symbol 386 as "__Packages.com.greensock.core.TweenCore"
ExportAssets (56)Timeline Frame 1Symbol 387 as "__Packages.com.greensock.core.SimpleTimeline"
ExportAssets (56)Timeline Frame 1Symbol 388 as "__Packages.com.greensock.TweenLite"
ExportAssets (56)Timeline Frame 1Symbol 389 as "__Packages.com.greensock.core.PropTween"
ExportAssets (56)Timeline Frame 1Symbol 390 as "__Packages.com.greensock.easing.Sine"

Labels

"pacman"Frame 63
"theEnd"Frame 1844
"restart"Frame 3017




http://swfchan.com/26/128540/info.shtml
Created: 24/2 -2019 01:36:42 Last modified: 24/2 -2019 01:36:42 Server time: 28/04 -2024 08:01:15