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

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

Cold-Flu-Invasion.swf

This is the info page for
Flash #114106

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


Text
LOADING...

CRAP

<p align="center"><font face="Impact" size="10" color="#000000" letterSpacing="0.000000" kerning="1">1</font></p>

TRY AGAIN

TRY AGAIN

SUBMIT

SUBMIT

SUBMIT

MAIN MENU

MAIN MENU

Game Over

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Aenean convallis mi condimentum ligula scelerisque
semper. Ut ac metus mauris. Quisque eget dui lacus, vel
congue neque. Maecenas ullamcorper, eros vitae
bibendum dictum, urna augue bibendum urna, sed
mattis eros neque eu turpis. Morbi eu magna sit ame.

PLAY AGAIN

PLAY AGAIN

Game complete

Congratulations! You have successfully completed the game.
Making sure all those people get their drops is a tough job, but you
made it look so easy. Come back for the next invasion!
Press the PLAY AGAIN button to begin a new game.

<p align="center"><font face="HarvestItal Regular" size="17" color="#ffffff" letterSpacing="0.000000" kerning="1">Level points: &nbsp;3453223</font></p>

<p align="center"><font face="HarvestItal Regular" size="17" color="#ffffff" letterSpacing="0.000000" kerning="1">Total points: &nbsp;3453223</font></p>

Unlucky!

Looks like the cold finally got to you too!
This isn't as easy as it looks but I think you just need some
practice. Don't give up! These people need you and their HALLS!
It's a pep talk in every drop!™

DON'T TRY HARDER. DO HARDER!

GET THROUGH IT!

YOU CAN DO IT AND YOU KNOW IT!

GET BACK IN THERE CHAMP!

PLAY GAME

PLAY GAME

Welcome!

It is good that you are here. We really need some help! There
is a nasty cold and flu invasion going around and we need
your help getting HALLS drops to all the poor sick customers.
It's a pep talk in every drop!™
Will you stand up to the challenge?
Click PLAY when you are ready to begin.

NEXT LEVEL

NEXT LEVEL

<p align="center"><font face="Year2000Boogie" size="56" color="#ffffff" letterSpacing="0.000000" kerning="1">Level x completed</font></p>

You were wonderful at helping those people but it is
not over yet! Will you stay and help us?

LET'S HEAR YOUR BATTLE CRY

IMPRESS YOURSELF TODAY!

KEEP YOUR CHIN UP!

YOU'VE SURVIVED TOUGHER!

MARCH FORWARD!

PLAY

<p align="center"><font face="Year2000Boogie" size="56" color="#ffffff" letterSpacing="0.000000" kerning="1">Level 1</font></p>

The cold and flu invasion is aproaching.
Give away as many HALLS drops as possible.

GO FOR IT!

BE UNSTOPPABLE!

DON'T WAIT TO GET STARTED!

DON'T WASTE A PRECIOUS MINUTE!

NOTHING YOU CAN'T HANDLE!

To see what color HALLS drops is inside
each drawer, all you have to do is move
your mouse cursor over it to see what is
inside.

Next

Next

1

2

To toss a HALLS drop to a sick customer,
just click the left mouse button on the
drawer that contains the drop they want
and then click on the customer. If you
give a customer the wrong drop then
they will approach the counter even
faster.

Previous

Previous

F
L
U

M
E
T
E
R

When customers start sneezing and
coughing by the counter, your thermometer
in the lower left will rise and you will move
slower. If the thermometer reaches the top,
you won't be able to throw any drops and
the game will end.
Also if you leave 5 customers waiting at one
time then you will have to repeat the level.

REFILL

REFILL

If you see a red light on the counter that
means that you are out of drops in that
drawer. To refill the drawer just click on
the refill button and then the drawer you
want to refill.

- Halls Recycler - If you picked up the wrong drop just drop it
in the Halls recycler.

- Hourglass       - This item will make the customers move
slower for 20 seconds.

- X-Ray Eye       - Grabbing this item will make all the drawers
transparent for 15 seconds.

- Lightning Bolt  - When you grab this, you will move twice as
fast for 30 seconds.

- Medikit          - It will make the flu meter drop down to zero.

- Antiflu Candy - Heals every customer on stage.

Exit

Exit

seconds
to survive!

<p align="right"><font face="Year2000Boogie" size="40" color="#ffffff" letterSpacing="0.000000" kerning="1">200</font></p><p align="right"></p>

secconds
left!

<p align="right"><font face="Year2000Boogie" size="40" color="#ffffff" letterSpacing="0.000000" kerning="1">200</font></p><p align="right"></p>

Last 15
seconds!

You are sick!
Eat halls.

Empty drawer!
Refill it.

TUTORIAL

<p align="center"><font face="HarvestItal Regular" size="60" color="#0e729c" letterSpacing="0.000000" kerning="1">35872</font></p>

SCORE:

<p align="center"><font face="HarvestItal Regular" size="60" color="#0e729c" letterSpacing="0.000000" kerning="1">15:00</font></p>

TIME TO SURVIVE:

F
L
U

M
E
T
E
R

CENTER

REFILL

REFILL

ActionScript [AS3]

Section 1
//PropTween (com.greensock.core.PropTween) package com.greensock.core { public class PropTween { public var priority:int; public var start:Number; public var prevNode:PropTween; public var change:Number; public var target:Object; public var name:String; public var property:String; public var nextNode:PropTween; public var isPlugin:Boolean; public function PropTween(_arg1:Object, _arg2:String, _arg3:Number, _arg4:Number, _arg5:String, _arg6:Boolean, _arg7:PropTween=null, _arg8:int=0){ this.target = _arg1; this.property = _arg2; this.start = _arg3; this.change = _arg4; this.name = _arg5; this.isPlugin = _arg6; if (_arg7){ _arg7.prevNode = this; this.nextNode = _arg7; }; this.priority = _arg8; } } }//package com.greensock.core
Section 2
//SimpleTimeline (com.greensock.core.SimpleTimeline) package com.greensock.core { public class SimpleTimeline extends TweenCore { public var autoRemoveChildren:Boolean; protected var _lastChild:TweenCore; protected var _firstChild:TweenCore; public function SimpleTimeline(_arg1:Object=null){ super(0, _arg1); } override public function renderTime(_arg1:Number, _arg2:Boolean=false, _arg3:Boolean=false):void{ var _local5:Number; var _local6:TweenCore; var _local4:TweenCore = _firstChild; this.cachedTotalTime = _arg1; this.cachedTime = _arg1; while (_local4) { _local6 = _local4.nextNode; if (((_local4.active) || ((((((_arg1 >= _local4.cachedStartTime)) && (!(_local4.cachedPaused)))) && (!(_local4.gc)))))){ if (!_local4.cachedReversed){ _local4.renderTime(((_arg1 - _local4.cachedStartTime) * _local4.cachedTimeScale), _arg2, false); } else { _local5 = (_local4.cacheIsDirty) ? _local4.totalDuration : _local4.cachedTotalDuration; _local4.renderTime((_local5 - ((_arg1 - _local4.cachedStartTime) * _local4.cachedTimeScale)), _arg2, false); }; }; _local4 = _local6; }; } public function addChild(_arg1:TweenCore):void{ if (((!(_arg1.gc)) && (_arg1.timeline))){ _arg1.timeline.remove(_arg1, true); }; _arg1.timeline = this; if (_arg1.gc){ _arg1.setEnabled(true, true); }; if (_firstChild){ _firstChild.prevNode = _arg1; }; _arg1.nextNode = _firstChild; _firstChild = _arg1; _arg1.prevNode = null; } public function remove(_arg1:TweenCore, _arg2:Boolean=false):void{ if (((!(_arg1.gc)) && (!(_arg2)))){ _arg1.setEnabled(false, true); }; if (_arg1.nextNode){ _arg1.nextNode.prevNode = _arg1.prevNode; } else { if (_lastChild == _arg1){ _lastChild = _arg1.prevNode; }; }; if (_arg1.prevNode){ _arg1.prevNode.nextNode = _arg1.nextNode; } else { if (_firstChild == _arg1){ _firstChild = _arg1.nextNode; }; }; } public function get rawTime():Number{ return (this.cachedTotalTime); } } }//package com.greensock.core
Section 3
//TweenCore (com.greensock.core.TweenCore) package com.greensock.core { import com.greensock.*; public class TweenCore { public var initted:Boolean; protected var _hasUpdate:Boolean; public var active:Boolean; protected var _delay:Number; public var cachedTime:Number; public var cachedReversed:Boolean; public var nextNode:TweenCore; protected var _rawPrevTime:Number;// = -1 public var vars:Object; public var cachedTotalTime:Number; public var timeline:SimpleTimeline; public var data; public var cachedStartTime:Number; public var prevNode:TweenCore; public var cachedDuration:Number; public var gc:Boolean; protected var _pauseTime:Number; public var cacheIsDirty:Boolean; public var cachedPaused:Boolean; public var cachedTimeScale:Number; public var cachedTotalDuration:Number; public static const version:Number = 1.13; protected static var _classInitted:Boolean; public function TweenCore(_arg1:Number=0, _arg2:Object=null){ this.vars = ((_arg2) || ({})); this.cachedDuration = (this.cachedTotalDuration = ((_arg1) || (0))); _delay = ((this.vars.delay) || (0)); this.cachedTimeScale = ((this.vars.timeScale) || (1)); this.active = Boolean((((((_arg1 == 0)) && ((_delay == 0)))) && (!((this.vars.immediateRender == false))))); this.cachedTotalTime = (this.cachedTime = 0); this.data = this.vars.data; if (!_classInitted){ if (isNaN(TweenLite.rootFrame)){ TweenLite.initClass(); _classInitted = true; } else { return; }; }; var _local3:SimpleTimeline = ((this.vars.timeline is SimpleTimeline)) ? this.vars.timeline : (this.vars.useFrames) ? TweenLite.rootFramesTimeline : TweenLite.rootTimeline; this.cachedStartTime = (_local3.cachedTotalTime + _delay); _local3.addChild(this); if (this.vars.reversed){ this.cachedReversed = true; }; if (this.vars.paused){ this.paused = true; }; } public function renderTime(_arg1:Number, _arg2:Boolean=false, _arg3:Boolean=false):void{ } public function get delay():Number{ return (_delay); } public function get duration():Number{ return (this.cachedDuration); } public function restart(_arg1:Boolean=false, _arg2:Boolean=true):void{ this.reversed = false; this.paused = false; this.setTotalTime((_arg1) ? -(_delay) : 0, _arg2); } public function set reversed(_arg1:Boolean):void{ if (_arg1 != this.cachedReversed){ this.cachedReversed = _arg1; setTotalTime(this.cachedTotalTime, true); }; } public function set startTime(_arg1:Number):void{ var _local2:Boolean = Boolean(((!((this.timeline == null))) && (((!((_arg1 == this.cachedStartTime))) || (this.gc))))); this.cachedStartTime = _arg1; if (_local2){ this.timeline.addChild(this); }; } public function set delay(_arg1:Number):void{ this.startTime = (this.startTime + (_arg1 - _delay)); _delay = _arg1; } public function resume():void{ this.paused = false; } public function get paused():Boolean{ return (this.cachedPaused); } public function play():void{ this.reversed = false; this.paused = false; } public function set duration(_arg1:Number):void{ this.cachedDuration = (this.cachedTotalDuration = _arg1); setDirtyCache(false); } public function complete(_arg1:Boolean=false, _arg2:Boolean=false):void{ if (!_arg1){ renderTime(this.cachedTotalDuration, _arg2, false); return; }; if (this.timeline.autoRemoveChildren){ this.setEnabled(false, false); } else { this.active = false; }; if (!_arg2){ if (((((this.vars.onComplete) && ((this.cachedTotalTime == this.cachedTotalDuration)))) && (!(this.cachedReversed)))){ this.vars.onComplete.apply(null, this.vars.onCompleteParams); } else { if (((((this.cachedReversed) && ((this.cachedTotalTime == 0)))) && (this.vars.onReverseComplete))){ this.vars.onReverseComplete.apply(null, this.vars.onReverseCompleteParams); }; }; }; } public function invalidate():void{ } public function get totalTime():Number{ return (this.cachedTotalTime); } public function get reversed():Boolean{ return (this.cachedReversed); } public function get startTime():Number{ return (this.cachedStartTime); } public function set currentTime(_arg1:Number):void{ setTotalTime(_arg1, false); } protected function setDirtyCache(_arg1:Boolean=true):void{ var _local2:TweenCore = (_arg1) ? this : this.timeline; while (_local2) { _local2.cacheIsDirty = true; _local2 = _local2.timeline; }; } public function reverse(_arg1:Boolean=true):void{ this.reversed = true; if (_arg1){ this.paused = false; } else { if (this.gc){ this.setEnabled(true, false); }; }; } public function set paused(_arg1:Boolean):void{ if (((!((_arg1 == this.cachedPaused))) && (this.timeline))){ if (_arg1){ _pauseTime = this.timeline.rawTime; } else { this.cachedStartTime = (this.cachedStartTime + (this.timeline.rawTime - _pauseTime)); _pauseTime = NaN; setDirtyCache(false); }; this.cachedPaused = _arg1; this.active = Boolean(((((!(this.cachedPaused)) && ((this.cachedTotalTime > 0)))) && ((this.cachedTotalTime < this.cachedTotalDuration)))); }; if (((!(_arg1)) && (this.gc))){ this.setTotalTime(this.cachedTotalTime, false); this.setEnabled(true, false); }; } public function kill():void{ setEnabled(false, false); } public function set totalTime(_arg1:Number):void{ setTotalTime(_arg1, false); } public function get currentTime():Number{ return (this.cachedTime); } protected function setTotalTime(_arg1:Number, _arg2:Boolean=false):void{ var _local3:Number; var _local4:Number; if (this.timeline){ _local3 = (((_pauseTime) || ((_pauseTime == 0)))) ? _pauseTime : this.timeline.cachedTotalTime; if (this.cachedReversed){ _local4 = (this.cacheIsDirty) ? this.totalDuration : this.cachedTotalDuration; this.cachedStartTime = (_local3 - ((_local4 - _arg1) / this.cachedTimeScale)); } else { this.cachedStartTime = (_local3 - (_arg1 / this.cachedTimeScale)); }; if (!this.timeline.cacheIsDirty){ setDirtyCache(false); }; if (this.cachedTotalTime != _arg1){ renderTime(_arg1, _arg2, false); }; }; } public function pause():void{ this.paused = true; } public function set totalDuration(_arg1:Number):void{ this.duration = _arg1; } public function get totalDuration():Number{ return (this.cachedTotalDuration); } public function setEnabled(_arg1:Boolean, _arg2:Boolean=false):Boolean{ if (_arg1){ this.active = Boolean(((((!(this.cachedPaused)) && ((this.cachedTotalTime > 0)))) && ((this.cachedTotalTime < this.cachedTotalDuration)))); if (((!(_arg2)) && (this.gc))){ this.timeline.addChild(this); }; } else { this.active = false; if (!_arg2){ this.timeline.remove(this, true); }; }; this.gc = !(_arg1); return (false); } } }//package com.greensock.core
Section 4
//Linear (com.greensock.easing.Linear) package com.greensock.easing { public class Linear { public static const power:uint = 0; public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return ((((_arg3 * _arg1) / _arg4) + _arg2)); } public static function easeIn(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return ((((_arg3 * _arg1) / _arg4) + _arg2)); } public static function easeNone(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return ((((_arg3 * _arg1) / _arg4) + _arg2)); } public static function easeInOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return ((((_arg3 * _arg1) / _arg4) + _arg2)); } } }//package com.greensock.easing
Section 5
//TweenLite (com.greensock.TweenLite) package com.greensock { import flash.display.*; import flash.events.*; import com.greensock.core.*; import flash.utils.*; public class TweenLite extends TweenCore { protected var _hasPlugins:Boolean; public var propTweenLookup:Object; public var cachedPT1:PropTween; protected var _overwrite:uint; protected var _ease:Function; public var target:Object; public var ratio:Number;// = 0 protected var _overwrittenProps:Object; protected var _notifyPluginsOfEnabled:Boolean; public static const version:Number = 11.131; public static var rootTimeline:SimpleTimeline; public static var fastEaseLookup:Dictionary = new Dictionary(false); public static var onPluginEvent:Function; public static var rootFramesTimeline:SimpleTimeline; public static var defaultEase:Function = TweenLite.easeOut; public static var plugins:Object = {}; public static var masterList:Dictionary = new Dictionary(false); public static var overwriteManager:Object; public static var rootFrame:Number; public static var killDelayedCallsTo:Function = TweenLite.killTweensOf; private static var _shape:Shape = new Shape(); protected static var _reservedProps:Object = {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, onReverseCompleteListener:1, onRepeatListener:1, orientToBezier:1, timeScale:1, immediateRender:1, repeat:1, repeatDelay:1, timeline:1, data:1, paused:1}; public function TweenLite(_arg1:Object, _arg2:Number, _arg3:Object){ var _local5:TweenLite; super(_arg2, _arg3); this.target = _arg1; if ((((this.target is TweenCore)) && (("timeScale" in this.vars)))){ this.cachedTimeScale = 1; }; propTweenLookup = {}; _ease = defaultEase; _overwrite = (((!((Number(_arg3.overwrite) > -1))) || (((!(overwriteManager.enabled)) && ((_arg3.overwrite > 1)))))) ? overwriteManager.mode : int(_arg3.overwrite); var _local4:Array = masterList[_arg1]; if (!_local4){ masterList[_arg1] = [this]; } else { if (_overwrite == 1){ for each (_local5 in _local4) { if (!_local5.gc){ _local5.setEnabled(false, false); }; }; masterList[_arg1] = [this]; } else { _local4[_local4.length] = this; }; }; if (((this.active) || (this.vars.immediateRender))){ renderTime(0, false, true); }; } protected function easeProxy(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return (this.vars.proxiedEase.apply(null, arguments.concat(this.vars.easeParams))); } override public function renderTime(_arg1:Number, _arg2:Boolean=false, _arg3:Boolean=false):void{ var _local4:Boolean; var _local5:Number = this.cachedTime; if (_arg1 >= this.cachedDuration){ this.cachedTotalTime = (this.cachedTime = this.cachedDuration); this.ratio = 1; _local4 = true; if (this.cachedDuration == 0){ if ((((((_arg1 == 0)) || ((_rawPrevTime < 0)))) && (!((_rawPrevTime == _arg1))))){ _arg3 = true; }; _rawPrevTime = _arg1; }; } else { if (_arg1 <= 0){ this.cachedTotalTime = (this.cachedTime = (this.ratio = 0)); if (_arg1 < 0){ this.active = false; if (this.cachedDuration == 0){ if (_rawPrevTime > 0){ _arg3 = true; _local4 = true; }; _rawPrevTime = _arg1; }; }; if (((this.cachedReversed) && (!((_local5 == 0))))){ _local4 = true; }; } else { this.cachedTotalTime = (this.cachedTime = _arg1); this.ratio = _ease(_arg1, 0, 1, this.cachedDuration); }; }; if ((((this.cachedTime == _local5)) && (!(_arg3)))){ return; }; if (!this.initted){ init(); if (((!(_local4)) && (this.cachedTime))){ this.ratio = _ease(this.cachedTime, 0, 1, this.cachedDuration); }; }; if (((!(this.active)) && (!(this.cachedPaused)))){ this.active = true; }; if ((((((((_local5 == 0)) && (this.vars.onStart))) && (!((this.cachedTime == 0))))) && (!(_arg2)))){ this.vars.onStart.apply(null, this.vars.onStartParams); }; var _local6:PropTween = this.cachedPT1; while (_local6) { _local6.target[_local6.property] = (_local6.start + (this.ratio * _local6.change)); _local6 = _local6.nextNode; }; if (((_hasUpdate) && (!(_arg2)))){ this.vars.onUpdate.apply(null, this.vars.onUpdateParams); }; if (_local4){ if (((_hasPlugins) && (this.cachedPT1))){ onPluginEvent("onComplete", this); }; complete(true, _arg2); }; } override public function setEnabled(_arg1:Boolean, _arg2:Boolean=false):Boolean{ var _local3:Array; if (_arg1){ _local3 = TweenLite.masterList[this.target]; if (!_local3){ TweenLite.masterList[this.target] = [this]; } else { _local3[_local3.length] = this; }; }; super.setEnabled(_arg1, _arg2); if (((_notifyPluginsOfEnabled) && (this.cachedPT1))){ return (onPluginEvent((_arg1) ? "onEnable" : "onDisable", this)); }; return (false); } protected function init():void{ var _local1:String; var _local2:int; var _local3:*; var _local4:Boolean; var _local5:Array; var _local6:PropTween; if (typeof(this.vars.ease) == "function"){ _ease = this.vars.ease; }; if (this.vars.easeParams){ this.vars.proxiedEase = _ease; _ease = easeProxy; }; this.cachedPT1 = null; this.propTweenLookup = {}; for (_local1 in this.vars) { if ((((_local1 in _reservedProps)) && (!((((_local1 == "timeScale")) && ((this.target is TweenCore))))))){ } else { if ((((_local1 in plugins)) && (new ((plugins[_local1] as Class)).onInitTween(this.target, this.vars[_local1], this)))){ this.cachedPT1 = new PropTween(_local3, "changeFactor", 0, 1, ((_local3.overwriteProps.length)==1) ? _local3.overwriteProps[0] : "_MULTIPLE_", true, this.cachedPT1); if (this.cachedPT1.name == "_MULTIPLE_"){ _local2 = _local3.overwriteProps.length; while (_local2--) { this.propTweenLookup[_local3.overwriteProps[_local2]] = this.cachedPT1; }; } else { this.propTweenLookup[this.cachedPT1.name] = this.cachedPT1; }; if (_local3.priority){ this.cachedPT1.priority = _local3.priority; _local4 = true; }; if (((_local3.onDisable) || (_local3.onEnable))){ _notifyPluginsOfEnabled = true; }; _hasPlugins = true; } else { this.cachedPT1 = new PropTween(this.target, _local1, Number(this.target[_local1]), ((typeof(this.vars[_local1]))=="number") ? (Number(this.vars[_local1]) - this.target[_local1]) : Number(this.vars[_local1]), _local1, false, this.cachedPT1); this.propTweenLookup[_local1] = this.cachedPT1; }; }; }; if (_local4){ onPluginEvent("onInit", this); }; if (this.vars.runBackwards){ _local6 = this.cachedPT1; while (_local6) { _local6.start = (_local6.start + _local6.change); _local6.change = -(_local6.change); _local6 = _local6.nextNode; }; }; _hasUpdate = Boolean(!((this.vars.onUpdate == null))); if (_overwrittenProps){ killVars(_overwrittenProps); if (this.cachedPT1 == null){ this.setEnabled(false, false); }; }; if ((((((((_overwrite > 1)) && (this.cachedPT1))) && (masterList[this.target]))) && ((_local5.length > 1)))){ if (overwriteManager.manageOverwrites(this, this.propTweenLookup, _local5, _overwrite)){ init(); }; }; this.initted = true; } public function killVars(_arg1:Object, _arg2:Boolean=true):Boolean{ var _local3:String; var _local4:PropTween; var _local5:Boolean; if (_overwrittenProps == null){ _overwrittenProps = {}; }; for (_local3 in _arg1) { if ((_local3 in propTweenLookup)){ _local4 = propTweenLookup[_local3]; if (((_local4.isPlugin) && ((_local4.name == "_MULTIPLE_")))){ _local4.target.killProps(_arg1); if (_local4.target.overwriteProps.length == 0){ _local4.name = ""; }; }; if (_local4.name != "_MULTIPLE_"){ if (_local4.nextNode){ _local4.nextNode.prevNode = _local4.prevNode; }; if (_local4.prevNode){ _local4.prevNode.nextNode = _local4.nextNode; } else { if (this.cachedPT1 == _local4){ this.cachedPT1 = _local4.nextNode; }; }; if (((_local4.isPlugin) && (_local4.target.onDisable))){ _local4.target.onDisable(); if (_local4.target.activeDisable){ _local5 = true; }; }; delete propTweenLookup[_local3]; }; }; if (_arg2){ _overwrittenProps[_local3] = 1; }; }; return (_local5); } override public function invalidate():void{ if (((_notifyPluginsOfEnabled) && (this.cachedPT1))){ onPluginEvent("onDisable", this); }; this.cachedPT1 = null; _overwrittenProps = null; _hasUpdate = (this.initted = (this.active = (_notifyPluginsOfEnabled = false))); this.propTweenLookup = {}; } public static function initClass():void{ rootFrame = 0; rootTimeline = new SimpleTimeline(null); rootFramesTimeline = new SimpleTimeline(null); rootTimeline.cachedStartTime = (getTimer() * 0.001); rootFramesTimeline.cachedStartTime = rootFrame; rootTimeline.autoRemoveChildren = true; rootFramesTimeline.autoRemoveChildren = true; _shape.addEventListener(Event.ENTER_FRAME, updateAll, false, 0, true); if (overwriteManager == null){ overwriteManager = {mode:1, enabled:false}; }; } public static function killTweensOf(_arg1:Object, _arg2:Boolean=false):void{ var _local3:Array; var _local4:int; if ((_arg1 in masterList)){ _local3 = masterList[_arg1]; _local4 = _local3.length; while (_local4--) { if (!TweenLite(_local3[_local4]).gc){ if (_arg2){ TweenLite(_local3[_local4]).complete(false, false); } else { TweenLite(_local3[_local4]).setEnabled(false, false); }; }; }; delete masterList[_arg1]; }; } public static function from(_arg1:Object, _arg2:Number, _arg3:Object):TweenLite{ _arg3.runBackwards = true; if (!("immediateRender" in _arg3)){ _arg3.immediateRender = true; }; return (new TweenLite(_arg1, _arg2, _arg3)); } protected static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (1 - (_arg1 / _arg4)); return ((1 - (_arg1 * _arg1))); } public static function delayedCall(_arg1:Number, _arg2:Function, _arg3:Array=null, _arg4:Boolean=false):TweenLite{ return (new TweenLite(_arg2, 0, {delay:_arg1, onComplete:_arg2, onCompleteParams:_arg3, immediateRender:false, useFrames:_arg4, overwrite:0})); } protected static function updateAll(_arg1:Event=null):void{ var _local2:Dictionary; var _local3:Object; var _local4:Array; var _local5:int; rootTimeline.renderTime((((getTimer() * 0.001) - rootTimeline.cachedStartTime) * rootTimeline.cachedTimeScale), false, false); rootFrame++; rootFramesTimeline.renderTime(((rootFrame - rootFramesTimeline.cachedStartTime) * rootFramesTimeline.cachedTimeScale), false, false); if (!(rootFrame % 60)){ _local2 = masterList; for (_local3 in _local2) { _local4 = _local2[_local3]; _local5 = _local4.length; while (_local5--) { if (TweenLite(_local4[_local5]).gc){ _local4.splice(_local5, 1); }; }; if (_local4.length == 0){ delete _local2[_local3]; }; }; }; } public static function to(_arg1:Object, _arg2:Number, _arg3:Object):TweenLite{ return (new TweenLite(_arg1, _arg2, _arg3)); } } }//package com.greensock
Section 6
//SWFProfiler (com.lia.utils.SWFProfiler) package com.lia.utils { import flash.display.*; import flash.events.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; public class SWFProfiler { private static var started:Boolean = false; public static var memList:Array = []; public static var history:int = 60; private static var itvTime:int; public static var minMem:Number; public static var fpsList:Array = []; private static var frameCount:int; private static var totalCount:int; private static var inited:Boolean = false; public static var minFps:Number; public static var maxMem:Number; public static var refreshRate:Number = 1; private static var displayed:Boolean = false; public static var maxFps:Number; private static var currentTime:int; private static var frame:Sprite; private static var ci:ContextMenuItem; private static var content:ProfilerContent; private static var initTime:int; private static var stage:Stage; private static function addEvent(_arg1:EventDispatcher, _arg2:String, _arg3:Function):void{ _arg1.addEventListener(_arg2, _arg3, false, 0, true); } public static function show():void{ ci.caption = "Hide Profiler"; displayed = true; stage.addChild(content); updateDisplay(); } public static function stop():void{ if (!started){ return; }; started = false; removeEvent(frame, Event.ENTER_FRAME, draw); } public static function get averageFps():Number{ return ((totalCount / runningTime)); } public static function init(_arg1:Stage, _arg2:InteractiveObject):void{ if (inited){ return; }; inited = true; stage = _arg1; content = new ProfilerContent(); frame = new Sprite(); minFps = Number.MAX_VALUE; maxFps = Number.MIN_VALUE; minMem = Number.MAX_VALUE; maxMem = Number.MIN_VALUE; var _local3:ContextMenu = new ContextMenu(); _local3.hideBuiltInItems(); ci = new ContextMenuItem("Show Profiler", true); _local3.customItems = [ci]; _arg2.contextMenu = _local3; addEvent(ci, ContextMenuEvent.MENU_ITEM_SELECT, onSelect); start(); } public static function get currentMem():Number{ return (((System.totalMemory / 0x0400) / 0x0400)); } private static function get runningTime():Number{ return (((currentTime - initTime) / 1000)); } private static function get intervalTime():Number{ return (((currentTime - itvTime) / 1000)); } private static function updateDisplay():void{ updateMinMax(); content.update(runningTime, minFps, maxFps, minMem, maxMem, currentFps, currentMem, averageFps, fpsList, memList, history); } private static function onSelect(_arg1:ContextMenuEvent):void{ if (!displayed){ show(); } else { hide(); }; } public static function get currentFps():Number{ return ((frameCount / intervalTime)); } public static function hide():void{ ci.caption = "Show Profiler"; displayed = false; stage.removeChild(content); } private static function draw(_arg1:Event=null):void{ currentTime = getTimer(); frameCount++; totalCount++; if (intervalTime >= refreshRate){ if (displayed){ updateDisplay(); } else { updateMinMax(); }; fpsList.unshift(currentFps); memList.unshift(currentMem); if (fpsList.length > history){ fpsList.pop(); }; if (memList.length > history){ memList.pop(); }; itvTime = currentTime; frameCount = 0; }; } public static function gc():void{ try { new LocalConnection().connect("foo"); new LocalConnection().connect("foo"); } catch(e:Error) { }; } public static function start():void{ if (started){ return; }; started = true; initTime = (itvTime = getTimer()); totalCount = (frameCount = 0); addEvent(frame, Event.ENTER_FRAME, draw); } private static function updateMinMax():void{ if (!(currentFps > 0)){ return; }; minFps = Math.min(currentFps, minFps); maxFps = Math.max(currentFps, maxFps); minMem = Math.min(currentMem, minMem); maxMem = Math.max(currentMem, maxMem); } private static function removeEvent(_arg1:EventDispatcher, _arg2:String, _arg3:Function):void{ _arg1.removeEventListener(_arg2, _arg3); } } }//package com.lia.utils import flash.text.*; import flash.display.*; import flash.events.*; class ProfilerContent extends Sprite { private var maxFpsTxtBx:TextField; private var minMemTxtBx:TextField; private var fps:Shape; private var box:Shape; private var minFpsTxtBx:TextField; private var maxMemTxtBx:TextField; private var infoTxtBx:TextField; private var mb:Shape; private function ProfilerContent():void{ fps = new Shape(); mb = new Shape(); box = new Shape(); this.mouseChildren = false; this.mouseEnabled = false; fps.x = 65; fps.y = 45; mb.x = 65; mb.y = 90; var _local1:TextFormat = new TextFormat("_sans", 9, 0xAAAAAA); infoTxtBx = new TextField(); infoTxtBx.autoSize = TextFieldAutoSize.LEFT; infoTxtBx.defaultTextFormat = new TextFormat("_sans", 11, 0xCCCCCC); infoTxtBx.y = 98; minFpsTxtBx = new TextField(); minFpsTxtBx.autoSize = TextFieldAutoSize.LEFT; minFpsTxtBx.defaultTextFormat = _local1; minFpsTxtBx.x = 7; minFpsTxtBx.y = 37; maxFpsTxtBx = new TextField(); maxFpsTxtBx.autoSize = TextFieldAutoSize.LEFT; maxFpsTxtBx.defaultTextFormat = _local1; maxFpsTxtBx.x = 7; maxFpsTxtBx.y = 5; minMemTxtBx = new TextField(); minMemTxtBx.autoSize = TextFieldAutoSize.LEFT; minMemTxtBx.defaultTextFormat = _local1; minMemTxtBx.x = 7; minMemTxtBx.y = 83; maxMemTxtBx = new TextField(); maxMemTxtBx.autoSize = TextFieldAutoSize.LEFT; maxMemTxtBx.defaultTextFormat = _local1; maxMemTxtBx.x = 7; maxMemTxtBx.y = 50; addChild(box); addChild(infoTxtBx); addChild(minFpsTxtBx); addChild(maxFpsTxtBx); addChild(minMemTxtBx); addChild(maxMemTxtBx); addChild(fps); addChild(mb); this.addEventListener(Event.ADDED_TO_STAGE, added, false, 0, true); this.addEventListener(Event.REMOVED_FROM_STAGE, removed, false, 0, true); } private function added(_arg1:Event):void{ resize(); stage.addEventListener(Event.RESIZE, resize, false, 0, true); } private function removed(_arg1:Event):void{ stage.removeEventListener(Event.RESIZE, resize); } private function resize(_arg1:Event=null):void{ var _local2:Graphics = box.graphics; _local2.clear(); _local2.beginFill(0, 0.9); _local2.drawRect(0, 0, stage.stageWidth, 120); _local2.lineStyle(1, 0xFFFFFF, 0.2); _local2.moveTo(65, 45); _local2.lineTo(65, 10); _local2.moveTo(65, 45); _local2.lineTo((stage.stageWidth - 15), 45); _local2.moveTo(65, 90); _local2.lineTo(65, 55); _local2.moveTo(65, 90); _local2.lineTo((stage.stageWidth - 15), 90); _local2.endFill(); infoTxtBx.x = ((stage.stageWidth - infoTxtBx.width) - 20); } public function update(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number, _arg6:Number, _arg7:Number, _arg8:Number, _arg9:Array, _arg10:Array, _arg11:int):void{ var _local19:Number; if (_arg1 >= 1){ minFpsTxtBx.text = (_arg2.toFixed(3) + " Fps"); maxFpsTxtBx.text = (_arg3.toFixed(3) + " Fps"); minMemTxtBx.text = (_arg4.toFixed(3) + " Mb"); maxMemTxtBx.text = (_arg5.toFixed(3) + " Mb"); }; infoTxtBx.text = (((((("Current Fps " + _arg6.toFixed(3)) + " | Average Fps ") + _arg8.toFixed(3)) + " | Memory Used ") + _arg7.toFixed(3)) + " Mb"); infoTxtBx.x = ((stage.stageWidth - infoTxtBx.width) - 20); var _local12:Graphics = fps.graphics; _local12.clear(); _local12.lineStyle(1, 0x33FF00, 0.7); var _local13:int; var _local14:int = _arg9.length; var _local15 = 35; var _local16:int = (stage.stageWidth - 80); var _local17:Number = (_local16 / (_arg11 - 1)); var _local18:Number = (_arg3 - _arg2); _local13 = 0; while (_local13 < _local14) { _local19 = ((_arg9[_local13] - _arg2) / _local18); if (_local13 == 0){ _local12.moveTo(0, (-(_local19) * _local15)); } else { _local12.lineTo((_local13 * _local17), (-(_local19) * _local15)); }; _local13++; }; _local12 = mb.graphics; _local12.clear(); _local12.lineStyle(1, 26367, 0.7); _local13 = 0; _local14 = _arg10.length; _local18 = (_arg5 - _arg4); _local13 = 0; while (_local13 < _local14) { _local19 = ((_arg10[_local13] - _arg4) / _local18); if (_local13 == 0){ _local12.moveTo(0, (-(_local19) * _local15)); } else { _local12.lineTo((_local13 * _local17), (-(_local19) * _local15)); }; _local13++; }; } }
Section 7
//BezierSegment (fl.motion.BezierSegment) package fl.motion { import flash.geom.*; public class BezierSegment { public var a:Point; public var c:Point; public var b:Point; public var d:Point; public function BezierSegment(_arg1:Point, _arg2:Point, _arg3:Point, _arg4:Point){ this.a = _arg1; this.b = _arg2; this.c = _arg3; this.d = _arg4; } public function getValue(_arg1:Number):Point{ var _local2:Number = this.a.x; var _local3:Number = (((((_arg1 * _arg1) * (this.d.x - _local2)) + ((3 * (1 - _arg1)) * ((_arg1 * (this.c.x - _local2)) + ((1 - _arg1) * (this.b.x - _local2))))) * _arg1) + _local2); var _local4:Number = this.a.y; var _local5:Number = (((((_arg1 * _arg1) * (this.d.y - _local4)) + ((3 * (1 - _arg1)) * ((_arg1 * (this.c.y - _local4)) + ((1 - _arg1) * (this.b.y - _local4))))) * _arg1) + _local4); return (new Point(_local3, _local5)); } public function getYForX(_arg1:Number, _arg2:Array=null):Number{ var _local6:Number; if (this.a.x < this.d.x){ if (_arg1 <= (this.a.x + 1E-16)){ return (this.a.y); }; if (_arg1 >= (this.d.x - 1E-16)){ return (this.d.y); }; } else { if (_arg1 >= (this.a.x + 1E-16)){ return (this.a.y); }; if (_arg1 <= (this.d.x - 1E-16)){ return (this.d.y); }; }; if (!_arg2){ _arg2 = getCubicCoefficients(this.a.x, this.b.x, this.c.x, this.d.x); }; var _local3:Array = getCubicRoots(_arg2[0], _arg2[1], _arg2[2], (_arg2[3] - _arg1)); var _local4:Number = NaN; if (_local3.length == 0){ _local4 = 0; } else { if (_local3.length == 1){ _local4 = _local3[0]; } else { for each (_local6 in _local3) { if ((((0 <= _local6)) && ((_local6 <= 1)))){ _local4 = _local6; break; }; }; }; }; if (isNaN(_local4)){ return (NaN); }; var _local5:Number = getSingleValue(_local4, this.a.y, this.b.y, this.c.y, this.d.y); return (_local5); } public static function getCubicCoefficients(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Array{ return ([(((-(_arg1) + (3 * _arg2)) - (3 * _arg3)) + _arg4), (((3 * _arg1) - (6 * _arg2)) + (3 * _arg3)), ((-3 * _arg1) + (3 * _arg2)), _arg1]); } public static function getSingleValue(_arg1:Number, _arg2:Number=0, _arg3:Number=0, _arg4:Number=0, _arg5:Number=0):Number{ return ((((((_arg1 * _arg1) * (_arg5 - _arg2)) + ((3 * (1 - _arg1)) * ((_arg1 * (_arg4 - _arg2)) + ((1 - _arg1) * (_arg3 - _arg2))))) * _arg1) + _arg2)); } public static function getCubicRoots(_arg1:Number=0, _arg2:Number=0, _arg3:Number=0, _arg4:Number=0):Array{ var _local9:Number; var _local10:Number; var _local11:Number; var _local12:Number; var _local13:Number; var _local14:Number; var _local15:int; var _local16:Number; if (!_arg1){ return (BezierSegment.getQuadraticRoots(_arg2, _arg3, _arg4)); }; if (_arg1 != 1){ _arg2 = (_arg2 / _arg1); _arg3 = (_arg3 / _arg1); _arg4 = (_arg4 / _arg1); }; var _local5:Number = (((_arg2 * _arg2) - (3 * _arg3)) / 9); var _local6:Number = (((((_arg2 * _arg2) - (3 * _arg3)) / 9) * _local5) * _local5); var _local7:Number = ((((((2 * _arg2) * _arg2) * _arg2) - ((9 * _arg2) * _arg3)) + (27 * _arg4)) / 54); var _local8:Number = (_local6 - (_local7 * _local7)); if (_local8 >= 0){ if (!_local5){ return ([0]); }; _local9 = Math.acos((_local7 / Math.sqrt(_local6))); _local10 = Math.sqrt(_local5); _local11 = (((-2 * _local10) * Math.cos((_local9 / 3))) - (_arg2 / 3)); _local12 = (((-2 * _local10) * Math.cos(((_local9 + (2 * Math.PI)) / 3))) - (_arg2 / 3)); _local13 = (((-2 * _local10) * Math.cos(((_local9 + (4 * Math.PI)) / 3))) - (_arg2 / 3)); return ([_local11, _local12, _local13]); //unresolved jump }; _local14 = Math.pow((Math.sqrt(-(_local8)) + Math.abs(_local7)), (1 / 3)); _local15 = ((_local7)>0) ? 1 : ((_local7 < 0)) ? -1 : 0; _local16 = ((-(_local15) * (_local14 + (_local5 / _local14))) - (_arg2 / 3)); return ([_local16]); } public static function getQuadraticRoots(_arg1:Number, _arg2:Number, _arg3:Number):Array{ var _local7:Number; var _local4:Array = []; if (!_arg1){ if (!_arg2){ return ([]); }; _local4[0] = (-(_arg3) / _arg2); return (_local4); }; var _local5:Number = ((_arg2 * _arg2) - ((4 * _arg1) * _arg3)); var _local6:int = ((_local5)>0) ? 1 : ((_local5 < 0)) ? -1 : 0; if (_local6 < 0){ return ([]); }; if (!_local6){ _local4[0] = (-(_arg2) / (2 * _arg1)); } else { _local4[0] = (_local4[1] = (-(_arg2) / (2 * _arg1))); _local7 = (Math.sqrt(_local5) / (2 * _arg1)); _local4[0] = (_local4[0] - _local7); _local4[1] = (_local4[1] + _local7); }; return (_local4); } } }//package fl.motion
Section 8
//__NFF_crap_4 (halls_fla.__NFF_crap_4) package halls_fla { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class __NFF_crap_4 extends MovieClip { public function __NFF_crap_4(){ addFrameScript(0, frame1); } function frame1(){ stop(); visible = false; } } }//package halls_fla
Section 9
//Drawer_back_762 (halls_fla.Drawer_back_762) package halls_fla { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class Drawer_back_762 extends MovieClip { public function Drawer_back_762(){ addFrameScript(18, frame19, 28, frame29); } function frame29(){ gotoAndPlay("red"); } function frame19(){ gotoAndStop(1); } } }//package halls_fla
Section 10
//interface_hud_preloader_2 (halls_fla.interface_hud_preloader_2) package halls_fla { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class interface_hud_preloader_2 extends MovieClip { public function interface_hud_preloader_2(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halls_fla
Section 11
//popUp_tutorial_content_587 (halls_fla.popUp_tutorial_content_587) package halls_fla { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class popUp_tutorial_content_587 extends MovieClip { public var lockEnabled_false$gotoAndStopParent_t2$:button_tutorial_arrowNext; public var playGrandparent_true$_1:button_tutorial_arrowExit; public var game_:MovieClip; public var lockEnabled_false$gotoAndStopParent_t4$_2:button_tutorial_arrowPrev; public var lockEnabled_false$gotoAndStopParent_t3$_2:button_tutorial_arrowPrev; public var lockEnabled_false$gotoAndStopParent_t2$_2:button_tutorial_arrowPrev; public var lockEnabled_false$gotoAndStopParent_t1$_2:button_tutorial_arrowPrev; public var playGrandparent_true$:button_tutorial_X; public var lockEnabled_false$gotoAndStopParent_t5$:button_tutorial_arrowNext; public var lockEnabled_false$gotoAndStopParent_t4$:button_tutorial_arrowNext; public var lockEnabled_false$gotoAndStopParent_t3$:button_tutorial_arrowNext; public function popUp_tutorial_content_587(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halls_fla
Section 12
//FrameworkLoader (pl.fabrykagier.framework.elements.loader.FrameworkLoader) package pl.fabrykagier.framework.elements.loader { import flash.display.*; import flash.events.*; import pl.fabrykagier.framework.main.*; import pl.fabrykagier.framework.events.*; import flash.net.*; public class FrameworkLoader extends GameObject { private var selfLoad:Boolean; private var swfLoader:Loader; private var selfReference:DisplayObject; public static var FRAMEWORK_COMPLETE_EVENT:String = "loadIsComplete"; public static var FRAMEWORK_PROGRESS_EVENT:String = "loaderIsLoading"; public static var LOADER_PARAMETER_PERCENTS_ROUNDED:String = "percentsRounded"; public function FrameworkLoader(_arg1:Boolean=false, _arg2:String="", _arg3:DisplayObject=null):void{ var _local4:URLRequest; super(); selfLoad = _arg1; if (_arg1){ selfReference = _arg3; selfReference.loaderInfo.addEventListener(IOErrorEvent.IO_ERROR, IOHandler); } else { swfLoader = new Loader(); _local4 = new URLRequest(_arg2); swfLoader.load(_local4); }; addEventListener(Event.ENTER_FRAME, onLoaderProgress); } public function getContent():DisplayObject{ if (!selfLoad){ return (swfLoader.contentLoaderInfo.content); }; return (selfReference.loaderInfo.content); } private function IOHandler(_arg1:IOErrorEvent):void{ } private function onComplete():void{ dispatchEvent(new FrameworkEvent(FRAMEWORK_COMPLETE_EVENT)); removeEventListener(Event.ENTER_FRAME, onLoaderProgress); } public function getLoader():LoaderInfo{ if (!selfLoad){ return (swfLoader.contentLoaderInfo); }; return (selfReference.loaderInfo); } private function onLoaderProgress(_arg1:Event):void{ var _local3:Number; var _local4:Number; var _local2:FrameworkEvent = new FrameworkEvent(FRAMEWORK_PROGRESS_EVENT); if (selfLoad){ _local3 = selfReference.loaderInfo.bytesTotal; _local4 = selfReference.loaderInfo.bytesLoaded; } else { _local3 = swfLoader.contentLoaderInfo.bytesTotal; _local4 = swfLoader.contentLoaderInfo.bytesLoaded; }; if (_local3 == 0){ return; }; _local2.addParameter("selfLoad", selfLoad); _local2.addParameter("bytesTotal", _local3); _local2.addParameter("bytesLoaded", _local4); _local2.addParameter("percents", ((_local4 / _local3) * 100)); _local2.addParameter("percentsRounded", Math.floor(((_local4 / _local3) * 100))); if (selfLoad){ _local2.addParameter("framesLoaded", MovieClip(selfReference).framesLoaded); }; dispatchEvent(_local2); if (_local4 == _local3){ onComplete(); }; } } }//package pl.fabrykagier.framework.elements.loader
Section 13
//FrameworkError (pl.fabrykagier.framework.error.FrameworkError) package pl.fabrykagier.framework.error { public class FrameworkError extends Error { public static var LIST_NOOBJECT:String = "Can't find object with specific parameters"; public static var SM_NOOBJECT:String = "Object with this name dosen't exist."; public static var SO_NAME:String = "FlashCookies Error: First you have to call static method 'init' and set object name."; public static var LANGUAGE_TEXTFIELD_ERROR:String = "When you use LanguageObject you must have text field named 'languageField' in root directory of linkaged object"; public static var LANGUAGE_INSTANCENAME_ERROR:String = "When you use LanguageObject you must type instance name of linkaged object"; public static var SM_NONAME:String = "Can't find 'name' variable in parameteres object."; public static var CANT_FIND_STAGE:String = "Can't find stage object."; public static var CANT_FIND_PARENT:String = "Can't find object parent."; public static var XML_IO_ERROR:String = "XML IO Error. Probably xml file doesn't exist."; public static var LANGUAGE_EMPTY_POLL:String = "Elements doesn't exist in xml language file."; public static var COUNTER:String = "You can't use two kind of counter in one time."; public static var SO_ID:String = "ID already set to "; public static var EXTERNAL_NOT_AVAILABLE:String = "External Interface is not available!"; public static var LOADER_NULL:String = "Reference to loaded DisplayObject is null."; public static var LIST_WRONGTYPE:String = "Wrong type of object. You can use this method only when object type is "; public static var XML_HAS_NO_CHILDREN:String = "XML node hasn't got any children."; public static var XML_SECURITY_ERROR:String = "XML Security Error. Probably xml is on other server, try use crossdomain file."; public static var DESTRUCTOR_ERROR:String = "You must implements destructor method!"; public static var SO_NAME_EMPTY:String = "FlashCookies Error: Object name must have at least one letter."; public function FrameworkError(_arg1:String){ super(_arg1); } } }//package pl.fabrykagier.framework.error
Section 14
//FrameworkEvent (pl.fabrykagier.framework.events.FrameworkEvent) package pl.fabrykagier.framework.events { import flash.events.*; public class FrameworkEvent extends Event { private var parametersArray:Array; public function FrameworkEvent(_arg1:String, _arg2:Boolean=false, _arg3:Boolean=false, _arg4:Array=null){ parametersArray = new Array(); if (_arg4){ parametersArray = _arg4; }; super(_arg1, _arg2, _arg3); } public function addParameter(_arg1:String, _arg2):void{ parametersArray[_arg1] = _arg2; } public function getParameter(_arg1:String){ return (parametersArray[_arg1]); } } }//package pl.fabrykagier.framework.events
Section 15
//DocumentClass (pl.fabrykagier.framework.main.DocumentClass) package pl.fabrykagier.framework.main { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import flash.media.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.halls.UI.*; import pl.fabrykagier.framework.events.*; import com.lia.utils.*; import pl.fabrykagier.framework.elements.loader.*; import flash.ui.*; public class DocumentClass extends MovieClip { private var _parameters:Array; private var lockedButtons:Boolean; private var _stats:GameStats; private var _delayedGoto:String;// = "" public var goto_tutorial$:button_Title_tutorial; public var game_:HallsManager; private var _music:SoundObject; public var hud_:HUD; private var _titleMusic:Boolean; private var _api:HallsCandystandApiBridge; private var functionReference:Array; public var goto_welcome$:button_playTitle; public var progress_mc:MovieClip; private var _tutorialPopup:Boolean; private var floader:FrameworkLoader; private static var instance_:DocumentClass; public function DocumentClass(){ _parameters = []; _stats = new GameStats(); functionReference = []; addFrameScript(7, frame8, 24, frame25, 109, frame110, 110, frame111, 125, frame126, 138, frame139, 153, frame154, 157, frame158, 215, frame216, 236, frame237, 242, frame243); instance_ = this; super(); this.tabEnabled = false; this.tabChildren = false; this.contextMenu = new ContextMenu(); this.contextMenu.hideBuiltInItems(); _api = new HallsCandystandApiBridge(this, "h4sF05cX4d", "1.0.0"); SWFProfiler.init(this.stage, this); } function frame110(){ stop(); this.unlockButtons(); } function frame111(){ reset(); } protected function delayedGoTo():void{ if (_delayedGoto != ""){ this.gotoAndPlay(_delayedGoto); }; delayedGoto = ""; } function frame158(){ stop(); } function frame154(){ this.gotoAndPlay("titleIn"); } public function registerFunction(_arg1:Function, _arg2:String, _arg3:Array=null):void{ functionReference[_arg2] = _arg1; functionReference[(_arg2 + "_params")] = _arg3; } public function unlockButtons():void{ lockedButtons = false; } public function get stats():GameStats{ return (_stats); } function frame237(){ delayedGoTo(); } public function addParameterToFunction(_arg1:String, _arg2):void{ functionReference[(_arg1 + "_params")] = [_arg2]; } function frame243(){ this.gotoAndPlay("titleIn"); } function frame126(){ delayedGoTo(); } private function onProgress(_arg1:FrameworkEvent):void{ MovieClip(this.getChildByName("progress_mc")).gotoAndStop(int(_arg1.getParameter(FrameworkLoader.LOADER_PARAMETER_PERCENTS_ROUNDED))); } private function onComplete(_arg1:Event):void{ gotoAndPlay("preloaderOut"); } protected function startPreloading():void{ this.stop(); floader = new FrameworkLoader(true, "", this); floader.addEventListener(FrameworkLoader.FRAMEWORK_PROGRESS_EVENT, onProgress); floader.addEventListener(FrameworkLoader.FRAMEWORK_COMPLETE_EVENT, onComplete); } public function set stats(_arg1:GameStats):void{ _stats = _arg1; } private function onErrorSecurity(_arg1:SecurityErrorEvent):void{ } public function set delayedGoto(_arg1:String):void{ _delayedGoto = _arg1; } public function reset():void{ this.stats = new GameStats(); } function frame139(){ stop(); this.unlockButtons(); tutorialPopup = true; } protected function swapMusic():void{ if (_music != null){ _music.fadeOut(2); }; _titleMusic = !(_titleMusic); if (_titleMusic){ _music = SoundManager.playSound({name:"titleMusic", loops:9999, transform:new SoundTransform(0)}); } else { _music = SoundManager.playSound({name:"gameMusic", loops:9999, transform:new SoundTransform(0)}); }; _music.fadeIn(3); } public function lockButtons():void{ lockedButtons = true; } function frame216(){ this.stop(); HallsManager(game_).showPopup(); } public function set tutorialPopup(_arg1:Boolean):void{ _tutorialPopup = _arg1; } private function onError(_arg1:IOErrorEvent):void{ } public function get parameters():Array{ return (_parameters); } function frame8(){ startPreloading(); } public function get tutorialPopup():Boolean{ return (_tutorialPopup); } function frame25(){ swapMusic(); } public function get areButtonsLocked():Boolean{ return (lockedButtons); } public function callRegisteredFunction(_arg1:String):void{ if (functionReference[_arg1]){ functionReference[_arg1].apply(null, functionReference[(_arg1 + "_params")]); }; } public function onSetLanguage():void{ } public static function get getInstance():DocumentClass{ return (instance_); } } }//package pl.fabrykagier.framework.main
Section 16
//GameObject (pl.fabrykagier.framework.main.GameObject) package pl.fabrykagier.framework.main { import flash.display.*; import flash.events.*; public class GameObject extends MovieClip { private var listenerArray:Array; private var _state:String; private var automaticRemoveListeners:Boolean;// = true private var arrayIndex:Array; public static var STATE_STOP:String = "stop"; public static var STATE_PLAY:String = "play"; public static var STATE_PAUSE:String = "pause"; public function GameObject():void{ _state = STATE_STOP; listenerArray = new Array(); arrayIndex = new Array(); super(); initObject(); } protected function onRemoved():void{ } override public function stop():void{ _state = STATE_STOP; super.stop(); } override public function gotoAndPlay(_arg1:Object, _arg2:String=null):void{ _state = STATE_PLAY; super.gotoAndPlay(_arg1, _arg2); } override public function removeEventListener(_arg1:String, _arg2:Function, _arg3:Boolean=false):void{ super.removeEventListener(_arg1, _arg2, _arg3); listenerArray.splice(arrayIndex[_arg1], 1); } public function get automaticRemove():Boolean{ return (automaticRemoveListeners); } override public function addEventListener(_arg1:String, _arg2:Function, _arg3:Boolean=false, _arg4:int=0, _arg5:Boolean=false):void{ if (!hasEventListener(_arg1)){ arrayIndex[_arg1] = (listenerArray.push(new Array(_arg1, _arg2, _arg3, _arg4, _arg5)) - 1); super.addEventListener(_arg1, _arg2, _arg3, _arg4, _arg5); }; } override public function gotoAndStop(_arg1:Object, _arg2:String=null):void{ _state = STATE_PLAY; super.gotoAndStop(_arg1, _arg2); } public function get state():String{ return (_state); } public function removeListeners():void{ var _local1:Array; for each (_local1 in listenerArray) { removeEventListener(_local1[0], _local1[1], _local1[2]); }; listenerArray = new Array(); arrayIndex = new Array(); } public function set automaticRemove(_arg1:Boolean):void{ if (((!(automaticRemoveListeners)) && (_arg1))){ addEventListener(Event.REMOVED_FROM_STAGE, callDestructor); }; if (((automaticRemoveListeners) && (!(_arg1)))){ removeEventListener(Event.REMOVED_FROM_STAGE, callDestructor); }; automaticRemoveListeners = _arg1; } public function get listenersNumber():int{ return (listenerArray.length); } public function resume():void{ if (_state == STATE_PAUSE){ _state = STATE_PLAY; super.play(); }; } public function initObject():void{ super.addEventListener(Event.REMOVED_FROM_STAGE, callDestructor); } override public function play():void{ _state = STATE_PLAY; super.play(); } public function get grandparent():DisplayObject{ return (parent.parent); } private function callDestructor(_arg1:Event):void{ onRemoved(); super.removeEventListener(Event.REMOVED_FROM_STAGE, callDestructor); if (automaticRemoveListeners){ removeListeners(); }; } public function traceListeners():void{ var _local1:Array; for each (_local1 in listenerArray) { }; } public function pause():void{ _state = STATE_PAUSE; super.stop(); } } }//package pl.fabrykagier.framework.main
Section 17
//SoundManager (pl.fabrykagier.framework.media.SoundManager) package pl.fabrykagier.framework.media { import flash.media.*; import pl.fabrykagier.framework.error.*; import flash.utils.*; import flash.net.*; public class SoundManager { private static var muteMode:Boolean; private static var nextIndex:int = 0; public static var soundsObjects:Array = new Array(); private static var staticMuteArray:Array = new Array(); public static function get muteArray():Array{ return (staticMuteArray); } public static function getSoundByName(_arg1:String):SoundObject{ var _local2:String; for (_local2 in soundsObjects) { if (SoundObject(soundsObjects[_local2]).soundName == _arg1){ return (SoundObject(soundsObjects[_local2])); }; }; return (null); } public static function initMute():void{ var _local2:String; var _local1:SharedObject = SharedObject.getLocal("muteArray"); for (_local2 in _local1.data) { staticMuteArray[_local2] = _local1.data[_local2]; }; } public static function muteOff(_arg1:Object):void{ if (!_arg1["group"]){ _arg1["group"] = "default"; }; var _local2:SharedObject = SharedObject.getLocal("muteArray"); _local2.data[_arg1["group"]] = false; staticMuteArray[_arg1["group"]] = false; _local2.flush(10); playPausedGroup(_arg1); muteMode = false; } public static function muteOn(_arg1:Object):void{ if (!_arg1["group"]){ _arg1["group"] = "default"; }; var _local2:SharedObject = SharedObject.getLocal("muteArray"); _local2.data[_arg1["group"]] = true; staticMuteArray[_arg1["group"]] = true; _local2.flush(10); stopGroup(_arg1); muteMode = true; } public static function get mute():Boolean{ return (muteMode); } public static function refresh():void{ var _local2:int; var _local1:int; while (_local1 < soundsObjects.length) { _local2 = 0; while (_local2 < soundsObjects.length) { if (_local1 == _local2){ } else { if (((SoundObject(soundsObjects[_local1])) && ((SoundObject(soundsObjects[_local1]).soundName == SoundObject(soundsObjects[_local2]).soundName)))){ soundsObjects.splice(_local2, 1); }; }; _local2++; }; _local1++; }; } public static function playPausedGroup(_arg1:Object):void{ var _local2:SoundObject; for each (_local2 in soundsObjects) { if (_local2.group == _arg1["group"]){ _local2.setVolume(1); }; }; } public static function stopAllSounds():void{ var _local1:int; while (_local1 < soundsObjects.length) { SoundObject(soundsObjects[_local1]).setVolume(0); _local1++; }; } private static function checkSound(_arg1:String):Boolean{ var _local2:String; for (_local2 in soundsObjects) { if (SoundObject(soundsObjects[_local2]).soundName == _arg1){ return (true); }; }; return (false); } private static function getSoundByID(_arg1:int):SoundObject{ var _local2:String; for (_local2 in soundsObjects) { if (SoundObject(soundsObjects[_local2]).id == _arg1){ return (SoundObject(soundsObjects[_local2])); }; }; return (null); } public static function stopGroup(_arg1:Object):void{ var _local2:SoundObject; for each (_local2 in soundsObjects) { if (_local2.group == _arg1["group"]){ _local2.setVolume(0); }; }; } public static function playPausedSound():void{ var _local1:int; while (_local1 < soundsObjects.length) { SoundObject(soundsObjects[_local1]).setVolume(1); _local1++; }; } public static function addSound(_arg1:Object):SoundObject{ var SoundClass:Class; var parameters = _arg1; if (!parameters["name"]){ throw (new FrameworkError(FrameworkError.SM_NONAME)); }; try { SoundClass = (getDefinitionByName(parameters["name"]) as Class); } catch(e:Error) { return (null); }; var obj:SoundObject = new (SoundClass); if (((!((obj.bytesLoaded == obj.bytesTotal))) || ((obj.bytesTotal == 0)))){ return (null); }; obj.id = nextIndex; obj.soundName = parameters["name"]; obj.group = parameters["group"]; soundsObjects.push(obj); nextIndex++; if (parameters["pause"] === true){ obj.pause = true; } else { obj.pause = false; }; return (obj); } public static function stopSound(_arg1:Object):void{ var _local2:SoundObject; if (_arg1["name"]){ _local2 = getSoundByName(_arg1["name"]); }; if (_arg1["id"]){ _local2 = getSoundByID(_arg1["id"]); }; if (_local2){ _local2.stop(); }; } public static function playRandomSound(_arg1:Array, _arg2:Object):SoundObject{ _arg2.name = _arg1[int((_arg1.length * Math.random()))]; return (playSound(_arg2)); } public static function playSound(_arg1:Object):SoundObject{ var _local2:SoundObject; if (!_arg1["name"]){ return (null); }; if (!_arg1["startTime"]){ _arg1["startTime"] = 0; }; if (!_arg1["loops"]){ _arg1["loops"] = 0; }; if (!_arg1["transform"]){ _arg1["transform"] = null; }; if (!_arg1["group"]){ _arg1["group"] = "default"; }; if (muteArray[_arg1["group"]]){ _arg1["transform"] = new SoundTransform(0); }; if (_arg1["duplicate"] !== true){ if (checkSound(_arg1["name"])){ _local2 = getSoundByName(_arg1["name"]); if (_local2.state != SoundObject.STATE_PLAY){ _local2.play(_arg1["startTime"], _arg1["loops"], _arg1["transform"]); }; } else { _local2 = addSound(_arg1); if (_local2 == null){ return (null); }; if (_local2.state != SoundObject.STATE_PLAY){ _local2.play(_arg1["startTime"], _arg1["loops"], _arg1["transform"]); }; }; } else { _local2 = addSound(_arg1); if (_local2 == null){ return (null); }; _local2.play(_arg1["startTime"], _arg1["loops"], _arg1["transform"]); }; if (_arg1["pause"] === true){ _local2.pause = true; } else { _local2.pause = false; }; return (_local2); } } }//package pl.fabrykagier.framework.media
Section 18
//SoundObject (pl.fabrykagier.framework.media.SoundObject) package pl.fabrykagier.framework.media { import flash.events.*; import com.greensock.*; import flash.media.*; import pl.fabrykagier.framework.events.*; import pl.fabrykagier.framework.error.*; public class SoundObject extends Sound { private var pauseMode:Boolean; private var state_:String; private var locked:Boolean; private var name:String; private var loops:int; private var sndTransform:SoundTransform; private var id_:int;// = -1 private var pauseTime:int; private var myChannel:SoundChannel; private var toAddListener:Boolean; public var group:String; public static var STATE_PAUSE:String = "state_is_pause"; public static var STATE_END:String = "sound_is_end"; public static var PARAMETER_SOUND_NAME:String = "sound_complete"; public static var STATE_STOP:String = "sound_is_stop"; public static var SOUND_COMPLETE:String = "sound_complete"; public static var STATE_PLAY:String = "sound_is_play"; public function SoundObject(){ state_ = STATE_STOP; } public function fadeIn(_arg1:Number):void{ if (SoundManager.muteArray[group]){ return; }; TweenLite.to(this, _arg1, {volume:1}); } public function stop():void{ state_ = STATE_STOP; if (pauseMode){ pauseSound(); }; if (myChannel){ myChannel.stop(); }; } public function set volume(_arg1:Number):void{ if (myChannel){ myChannel.soundTransform = new SoundTransform(_arg1); }; } public function get soundName():String{ return (name); } override public function play(_arg1:Number=0, _arg2:int=0, _arg3:SoundTransform=null):SoundChannel{ state_ = STATE_PLAY; this.loops = _arg2; this.sndTransform = _arg3; myChannel = super.play(_arg1, _arg2, _arg3); if (myChannel){ myChannel.addEventListener(Event.SOUND_COMPLETE, onComplete); }; return (myChannel); } public function get state():String{ return (state_); } public function set lock(_arg1:Boolean):void{ locked = _arg1; } public function get volume():Number{ if (myChannel){ return (myChannel.soundTransform.volume); }; return (0); } public function get id():int{ return (id_); } public function setVolume(_arg1:Number):void{ TweenLite.killTweensOf(this, true); this.volume = _arg1; } public function get lock():Boolean{ return (locked); } public function set pause(_arg1:Boolean):void{ pauseMode = _arg1; } public function resume():void{ if (pauseMode){ state_ = STATE_PLAY; play(pauseTime, loops, sndTransform); }; } public function fadeOut(_arg1:Number):void{ if (SoundManager.muteArray[group]){ stop(); return; }; TweenLite.to(this, _arg1, {volume:0, onComplete:stop}); } public function set soundName(_arg1:String):void{ name = _arg1; } public function addListener(_arg1:Function, _arg2:Boolean=false, _arg3:int=0, _arg4:Boolean=false):void{ } public function get pause():Boolean{ return (pauseMode); } private function onComplete(_arg1:Event):void{ dispatchEvent(new FrameworkEvent("SOUND_COMPLETE")); var _local2:FrameworkEvent = new FrameworkEvent(SOUND_COMPLETE); _local2.addParameter(PARAMETER_SOUND_NAME, this.name); dispatchEvent(_local2); state_ = STATE_STOP; } private function pauseSound():void{ state_ = STATE_PAUSE; pauseTime = myChannel.position; } public function set id(_arg1:int):void{ if (id_ == -1){ id_ = _arg1; } else { throw (new FrameworkError(FrameworkError.SO_ID)); }; } } }//package pl.fabrykagier.framework.media
Section 19
//DelayedGotoButton (pl.fabrykagier.framework.ui.graphical.buttons.DelayedGotoButton) package pl.fabrykagier.framework.ui.graphical.buttons { import pl.fabrykagier.framework.media.*; import flash.events.*; import pl.fabrykagier.framework.main.*; import pl.fabrykagier.framework.utils.*; import pl.fabrykagier.framework.error.*; public class DelayedGotoButton extends GotoButton { override protected function onClick(_arg1:MouseEvent):void{ var _local3:Array; var _local4:Array; var _local5:String; if (DocumentClass.getInstance.areButtonsLocked){ return; }; SoundManager.playSound({name:"clickSound", loops:1}); var _local2:ParametersObject = new ParametersObject(this.name); if (_local2.getValue("goto") != null){ if (DocumentClass.getInstance != null){ DocumentClass.getInstance.delayedGoto = _local2.getValue("goto"); } else { new FrameworkError(FrameworkError.CANT_FIND_STAGE); }; }; if (_local2.getValue("call") != null){ if (_local2.getValue("callParameter") != null){ DocumentClass.getInstance.addParameterToFunction(_local2.getValue("call"), _local2.getValue("callParameter")); }; DocumentClass.getInstance.callRegisteredFunction(_local2.getValue("call")); }; if (_local2.getValue("lockEnabled") != "false"){ DocumentClass.getInstance.lockButtons(); }; DocumentClass.getInstance.play(); if (_local2.getValue("parameter") != null){ _local3 = this.name.split("$"); for each (_local5 in _local3) { _local4 = _local5.split("_"); if (_local4[0] == "parameter"){ if (_local4.length > 2){ DocumentClass.getInstance.parameters[_local4[1]] = _local4[2]; } else { new FrameworkError(("Can't find parameter for button: " + this.name)); }; }; }; }; } } }//package pl.fabrykagier.framework.ui.graphical.buttons
Section 20
//GotoButton (pl.fabrykagier.framework.ui.graphical.buttons.GotoButton) package pl.fabrykagier.framework.ui.graphical.buttons { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import pl.fabrykagier.framework.main.*; import pl.fabrykagier.framework.utils.*; import pl.fabrykagier.framework.error.*; import pl.fabrykagier.framework.ui.graphical.*; public class GotoButton extends InterfaceButton { public function GotoButton(){ buttonMode = true; } override protected function onClick(_arg1:MouseEvent):void{ var _local3:Array; var _local4:Array; var _local5:String; if (DocumentClass.getInstance.areButtonsLocked){ return; }; SoundManager.playSound({name:"clickSound", loops:1}); var _local2:ParametersObject = new ParametersObject(this.name); if (_local2.getValue("playStage") != null){ if (DocumentClass.getInstance != null){ DocumentClass.getInstance.play(); } else { new FrameworkError(FrameworkError.CANT_FIND_STAGE); }; }; if (_local2.getValue("playParent") != null){ if (parent != null){ MovieClip(parent).play(); } else { new FrameworkError(FrameworkError.CANT_FIND_PARENT); }; }; if (_local2.getValue("playGrandparent") != null){ if (((!((parent == null))) && (!((parent.parent == null))))){ MovieClip(parent.parent).play(); } else { new FrameworkError(FrameworkError.CANT_FIND_PARENT); }; }; if (_local2.getValue("gotoAndStopStage") != null){ if (DocumentClass.getInstance != null){ DocumentClass.getInstance.gotoAndStop(_local2.getValue("gotoAndStopStage")); } else { new FrameworkError(FrameworkError.CANT_FIND_STAGE); }; } else { if (_local2.getValue("gotoAndPlayStage") != null){ if (DocumentClass.getInstance != null){ DocumentClass.getInstance.gotoAndPlay(_local2.getValue("gotoAndPlayStage")); } else { new FrameworkError(FrameworkError.CANT_FIND_STAGE); }; } else { if (_local2.getValue("gotoAndStopParent") != null){ if (parent != null){ MovieClip(parent).gotoAndStop(_local2.getValue("gotoAndStopParent")); } else { new FrameworkError(FrameworkError.CANT_FIND_PARENT); }; } else { if (_local2.getValue("gotoAndPlayParent") != null){ if (parent != null){ MovieClip(parent).gotoAndPlay(_local2.getValue("gotoAndPlayParent")); } else { new FrameworkError(FrameworkError.CANT_FIND_PARENT); }; }; }; }; }; if (_local2.getValue("call") != null){ if (_local2.getValue("callParameter") != null){ DocumentClass.getInstance.addParameterToFunction(_local2.getValue("call"), _local2.getValue("callParameter")); }; DocumentClass.getInstance.callRegisteredFunction(_local2.getValue("call")); }; if (_local2.getValue("lockEnabled") != "false"){ DocumentClass.getInstance.lockButtons(); }; if (_local2.getValue("parameter") != null){ _local3 = this.name.split("$"); for each (_local5 in _local3) { _local4 = _local5.split("_"); if (_local4[0] == "parameter"){ if (_local4.length > 2){ DocumentClass.getInstance.parameters[_local4[1]] = _local4[2]; } else { new FrameworkError(("Can't find parameter for button: " + this.name)); }; }; }; }; } } }//package pl.fabrykagier.framework.ui.graphical.buttons
Section 21
//MutteButton (pl.fabrykagier.framework.ui.graphical.buttons.MutteButton) package pl.fabrykagier.framework.ui.graphical.buttons { import pl.fabrykagier.framework.media.*; import flash.events.*; import pl.fabrykagier.framework.ui.graphical.*; public class MutteButton extends InterfaceButton { public function MutteButton(){ buttonMode = true; changeLabels(); gotoAndStop(mouseOutLabel); } override protected function onClick(_arg1:MouseEvent):void{ if (SoundManager.mute){ SoundManager.muteOff({group:"default"}); } else { SoundManager.muteOn({group:"default"}); }; changeLabels(); gotoAndStop(mouseOverLabel); } protected function changeLabels():void{ if (SoundManager.mute){ mouseDownLabel = "click_on"; mouseOverLabel = "on_on"; mouseOutLabel = "off_on"; } else { mouseDownLabel = "click_off"; mouseOverLabel = "on_off"; mouseOutLabel = "off_off"; }; } } }//package pl.fabrykagier.framework.ui.graphical.buttons
Section 22
//InterfaceButton (pl.fabrykagier.framework.ui.graphical.InterfaceButton) package pl.fabrykagier.framework.ui.graphical { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import pl.fabrykagier.framework.main.*; public class InterfaceButton extends MovieClip { protected var mouseOn:Boolean; protected var mouseOutLabel:String;// = "off" protected var mouseDownLabel:String;// = "click" protected var mouseOverLabel:String;// = "on" public function InterfaceButton(){ useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); mouseChildren = false; addEventListener(MouseEvent.MOUSE_DOWN, onButtonDown); addEventListener(MouseEvent.MOUSE_UP, onButtonUp); addEventListener(MouseEvent.MOUSE_OVER, onButtonOver); addEventListener(MouseEvent.MOUSE_OUT, onButtonOut); buttonMode = true; this.focusRect = false; } protected function onButtonOver(_arg1:MouseEvent):void{ mouseOn = true; if (DocumentClass.getInstance.areButtonsLocked){ return; }; SoundManager.playSound({name:"rollOverSound", loops:1, duplicate:true}); gotoAndPlay(mouseOverLabel); } protected function onClick(_arg1:MouseEvent):void{ if (DocumentClass.getInstance.areButtonsLocked){ return; }; SoundManager.playSound({name:"clickSound", loops:1}); } protected function onButtonUp(_arg1:MouseEvent):void{ gotoAndStop(mouseOverLabel); } protected function onButtonDown(_arg1:MouseEvent):void{ gotoAndStop(mouseDownLabel); } protected function onButtonOut(_arg1:MouseEvent):void{ mouseOn = false; if (DocumentClass.getInstance.areButtonsLocked){ return; }; gotoAndStop(mouseOutLabel); } } }//package pl.fabrykagier.framework.ui.graphical
Section 23
//PopupAnimation (pl.fabrykagier.framework.ui.graphical.PopupAnimation) package pl.fabrykagier.framework.ui.graphical { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import pl.fabrykagier.framework.main.*; public class PopupAnimation extends MovieClip { private var _initLock:Boolean;// = true private var _data:Object; public static const ON_REMOVE:String = "on_remove"; public static const ON_PLACE:String = "on_place"; public function PopupAnimation(){ SoundManager.playSound({name:"whoosh", loops:1}); this.addEventListener(Event.ADDED_TO_STAGE, initHandler); } public function get initLock():Boolean{ return (_initLock); } protected function onPlace(_arg1:Boolean=true):void{ stop(); if (_arg1){ unLockButtons(); }; dispatchEvent(new Event(ON_PLACE)); } public function get data():Object{ return (_data); } protected function selfRemove(_arg1:Boolean=true):void{ this.stop(); if (this.parent){ this.parent.removeChild(this); }; if (_arg1){ unLockButtons(); }; dispatchEvent(new Event(ON_REMOVE)); } protected function lockButtons():void{ DocumentClass.getInstance.lockButtons(); } private function initHandler(_arg1:Event):void{ this.removeEventListener(Event.ADDED_TO_STAGE, initHandler); if (_initLock){ lockButtons(); }; } public function set data(_arg1:Object):void{ _data = _arg1; } public function set initLock(_arg1:Boolean):void{ _initLock = _arg1; } protected static function unLockButtons():void{ DocumentClass.getInstance.unlockButtons(); } } }//package pl.fabrykagier.framework.ui.graphical
Section 24
//Path (pl.fabrykagier.framework.utils.ai.Path) package pl.fabrykagier.framework.utils.ai { public class Path { private var meta:PathElement; private var tab:Array; private var tablePath:Array; private var _maxWidth:Number; private var start:PathElement; private var _maxHight:Number; private var elements:Array; public function Path(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Array){ var _local7:Number; var _local8:Number; var _local11:Number; var _local12:Boolean; super(); var _local6:Number = 0; var _local9:Boolean; this._maxHight = _arg5.length; this._maxWidth = _arg5[0].length; this.tab = new Array(); this.tablePath = new Array(); var _local10:Number = 0; while (_local10 < this._maxHight) { tab[_local10] = new Array(); _local11 = 0; while (_local11 < this._maxWidth) { _local12 = true; if (!_arg5[_local10][_local11]){ _local12 = false; }; tab[_local10][_local11] = new PathElement(_local10, _local11, _local12, this.returnName(_local10, _local11), ""); _local11++; }; _local10++; }; this.elements = new Array(); this.start = PathElement(tab[_arg1][_arg2]); this.start.wakable = true; this.start.waga = 0; start.nowy = false; this.meta = PathElement(tab[_arg3][_arg4]); if (meta.wakable == false){ _local6 = 0; _local9 = false; do { _local6++; _local7 = (meta.yy - _local6); while (_local7 <= (meta.yy + _local6)) { _local8 = (meta.xx - _local6); while (_local8 <= (meta.xx + _local6)) { if (((!((tab[_local7][_local8] == null))) && (tab[_local7][_local8].wakable))){ meta = tab[_local7][_local8]; _local7 = (_local7 + (_local6 * 3)); _local8 = (_local8 + (_local6 * 3)); _local9 = true; }; _local8++; }; _local7++; }; } while (!(_local9)); } else { if (start.wakable == false){ _local6 = 0; _local9 = false; do { _local6++; _local7 = (start.yy - _local6); while (_local7 <= (start.yy + _local6)) { _local8 = (start.xx - _local6); while (_local8 <= (start.xx + _local6)) { if (((!((tab[_local7][_local8] == null))) && (tab[_local7][_local8].wakable))){ start = tab[_local7][_local8]; _local7 = (_local7 + (_local6 * 3)); _local8 = (_local8 + (_local6 * 3)); _local9 = true; }; _local8++; }; _local7++; }; } while (!(_local9)); }; }; if ((((meta.xx == start.xx)) && ((meta.yy == start.yy)))){ meta.poprzedni = start.obecny; } else { this.startSettings(); this.odliczanie2(); }; } public function findPathFrom(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):void{ this.resetTable(); this.start = PathElement(tab[_arg1][_arg2]); this.start.waga = 0; this.start.wakable = true; this.meta = tab[_arg3][_arg4]; if (this.meta.wakable != false){ this.meta = PathElement(tab[_arg3][_arg4]); this.startSettings(); this.odliczanie(); this.szukanieDrogi(); }; } private function odliczanie():void{ } private function toTable(_arg1:PathElement):void{ var _local2:Number; var _local3:Number; var _local4:PathElement; if (_arg1 != null){ _local2 = (_arg1.xx - 1); while (_local2 <= (_arg1.xx + 1)) { _local3 = (_arg1.yy - 1); while (_local3 <= (_arg1.yy + 1)) { if (((!((_local3 == _arg1.yy))) || (!((_local2 == _arg1.xx))))){ if (((!((_local3 == _arg1.yy))) && (!((_local2 == _arg1.xx))))){ } else { if ((((((((((((_local2 >= 0)) && ((_local3 >= 0)))) && ((_local2 < this._maxWidth)))) && ((_local3 < this._maxHight)))) && (!((tab[_local3][_local2] == null))))) && (tab[_local3][_local2].wakable))){ this.tablePath.push(_arg1); this.tablePath.push(tab[_local3][_local2]); if (((tab[_local3][_local2].nowy) && ((tab[_local3][_local2].wagaDo == 0)))){ this.obliczWageDo(tab[_local3][_local2], PathElement(meta)); if (((!((_local3 == _arg1.yy))) && (!((_local2 == _arg1.xx))))){ tab[_local3][_local2].wagaDo = (tab[_local3][_local2].wagaDo + 0.4); _local4 = tab[tab[_local3][_local2].yy][_arg1.xx]; if (!_local4.wakable){ tab[_local3][_local2].wagaDo = (tab[_local3][_local2].wagaDo + 0.7); }; _local4 = tab[_arg1.yy][tab[_local3][_local2].xx]; if (!_local4.wakable){ tab[_local3][_local2].wagaDo = (tab[_local3][_local2].wagaDo + 0.7); }; }; this.elements.push(tab[_local3][_local2]); }; }; }; }; _local3++; }; _local2++; }; }; } private function returnName(_arg1:Number, _arg2:Number):String{ var _local3:String; _local3 = ""; if (_arg1 < 10){ _local3 = (_local3 + "0"); }; _local3 = (_local3 + (_arg1 + "_")); if (_arg2 < 10){ _local3 = (_local3 + "0"); }; _local3 = (_local3 + _arg2); return (_local3); } private function szukanieDrogi():void{ var _local1:PathElement; var _local2:PathElement; var _local3:PathElement; var _local4:PathElement; var _local5:Number; var _local6:Boolean; var _local7:Number = 0; while (_local7 < (tablePath.length - 1)) { _local6 = false; _local1 = PathElement(tablePath[_local7]); _local2 = PathElement(tablePath[(_local7 + 1)]); if (((!((_local1.xx == _local2.xx))) && (!((_local1.yy == _local2.yy))))){ _local5 = 100000; } else { _local5 = 1; }; _local5 = (_local5 + _local1.waga); if ((((_local2.waga > _local5)) || ((_local2.waga == 0)))){ _local2.waga = _local5; _local2.poprzedni = _local1.obecny; _local1.nowy = false; }; _local7 = (_local7 + 2); }; } private function showMap():void{ var _local1:String; var _local2:Number = 0; var _local3:Number = 0; var _local4:Array = new Array(); _local4[0] = new Array(); var _local5:Array = new Array(); _local5 = this.returnPath(); _local2 = 0; while (_local2 < this._maxHight) { _local4[_local2] = new Array(); _local3 = 0; while (_local3 < this._maxWidth) { if (tab[_local2][_local3].wakable){ _local4[_local2][_local3] = "-"; } else { _local4[_local2][_local3] = "x"; }; _local4[_local2][_local3] = (_local4[_local2][_local3] + tab[_local2][_local3].wagaDo); _local3++; }; _local2++; }; _local2 = 0; while (_local2 < _local5.length) { _local4[_local5[_local2][0]][_local5[_local2][1]] = (":" + tab[_local5[_local2][0]][_local5[_local2][1]].wagaDo); _local2++; }; _local2 = 0; while (_local2 < this._maxHight) { _local1 = ""; _local3 = 0; while (_local3 < this._maxWidth) { _local1 = (_local1 + _local4[_local2][_local3]); _local3++; }; _local2++; }; } private function odliczanie2():void{ var _local1:Number; var _local3:Number; var _local2:Number = 0; _local1 = 0; while (meta.poprzedni == "") { _local3 = 0; _local2 = 0; while (_local2 < elements.length) { if (!PathElement(elements[_local2]).nowy){ elements.splice(_local2, 1); _local2--; }; _local2++; }; if (elements.length < 1){ return; }; _local2 = 0; while (_local2 < elements.length) { if (elements[_local2].wagaDo < elements[_local3].wagaDo){ _local3 = _local2; }; _local2++; }; this.tablePath = new Array(); this.elements[_local3].nowy = false; this.toTable(this.elements[_local3]); szukanieDrogi(); _local1++; }; } public function startSettings():void{ this.tablePath = new Array(); this.toTable(this.start); this.szukanieDrogi(); } public function returnPath():Array{ var _local4:Number; var _local1:PathElement = meta; var _local2:Array = new Array(); _local2[0] = new Array(); _local2[0].push(_local1.yy); _local2[0].push(_local1.xx); if (_local1.poprzedni == ""){ return (_local2); }; var _local3:Array = new Array(); _local4 = 0; do { _local4++; _local3 = new Array(); _local3 = _local1.poprzedni.split("_"); _local2[_local4] = new Array(); _local2[_local4].push(parseInt(_local3[0])); _local2[_local4].push(parseInt(_local3[1])); _local1 = PathElement(tab[parseInt(_local3[0])][parseInt(_local3[1])]); if (_local4 > 1000){ return (new Array(this.start.yy, this.start.xx)); }; } while (start.obecny != _local1.obecny); return (_local2); } public function setOneElement(_arg1:Number, _arg2:Number, _arg3:Boolean):void{ this.tab[_arg1][_arg2].wakable = _arg3; } private function obliczWageDo(_arg1:PathElement, _arg2:PathElement){ _arg1.wagaDo = (Math.abs((_arg1.yy - _arg2.yy)) + Math.abs((_arg1.xx - _arg2.xx))); } public function setlotOfElements(_arg1:Array, _arg2:Boolean):void{ var _local3:Number = 0; while (_local3 < (_arg1.length - 1)) { this.setOneElement(_arg1[_local3], _arg1[(_local3 + 1)], _arg2); _local3 = (_local3 + 2); }; } public function findPath():Array{ this.startSettings(); this.odliczanie(); this.szukanieDrogi(); var _local1:Array = new Array(); _local1 = this.returnPath(); return (_local1); } private function resetTable():void{ var _local2:Number; var _local1:Number = 0; while (_local1 < this._maxHight) { _local2 = 0; while (_local2 < this._maxWidth) { tab[_local1][_local2].waga = 100000; tab[_local1][_local2].poprzedni = ""; _local2++; }; _local1++; }; } } }//package pl.fabrykagier.framework.utils.ai
Section 25
//PathElement (pl.fabrykagier.framework.utils.ai.PathElement) package pl.fabrykagier.framework.utils.ai { public class PathElement { private var _nowy:Boolean; private var _waga:Number; private var _wakable:Boolean; private var _obecny:String; private var _xx:Number; private var _wagaDo:Number; private var _poprzedni:String; private var _yy:Number; public function PathElement(_arg1:Number, _arg2:Number, _arg3:Boolean, _arg4:String, _arg5:String){ this._yy = _arg1; this._xx = _arg2; this._wakable = _arg3; this._obecny = _arg4; this._poprzedni = _arg5; this._waga = 0; this._wagaDo = 0; this._nowy = true; } public function get xx():Number{ return (this._xx); } public function set waga(_arg1:Number):void{ this._waga = _arg1; } public function set nowy(_arg1:Boolean):void{ this._nowy = _arg1; } public function get wagaDo():Number{ return (this._wagaDo); } public function set wagaDo(_arg1:Number):void{ this._wagaDo = _arg1; } public function get yy():Number{ return (this._yy); } public function get nowy():Boolean{ return (this._nowy); } public function get waga():Number{ return (this._waga); } public function set poprzedni(_arg1:String):void{ this._poprzedni = _arg1; } public function get poprzedni():String{ return (this._poprzedni); } public function get wakable():Boolean{ return (this._wakable); } public function get obecny():String{ return (this._obecny); } public function set wakable(_arg1:Boolean):void{ this._wakable = _arg1; } } }//package pl.fabrykagier.framework.utils.ai
Section 26
//CandystandApiBridge (pl.fabrykagier.framework.utils.candystand.CandystandApiBridge) package pl.fabrykagier.framework.utils.candystand { import flash.display.*; import flash.events.*; import flash.utils.*; import flash.net.*; import flash.system.*; public class CandystandApiBridge { private var gameVersion:String; private var gameKey:String; protected var bestScore:int; private var documentClass:MovieClip; private var initUGC:Boolean; private var csLoader:Loader; private var _candystand:Object; private static var _instance:CandystandApiBridge; public function CandystandApiBridge(_arg1:MovieClip, _arg2:String, _arg3:String, _arg4:Boolean=false):void{ this.documentClass = _arg1; this.gameKey = _arg2; this.gameVersion = _arg3; this.initUGC = _arg4; _instance = this; _arg1.stop(); Security.allowDomain("www.candystand.com"); Security.allowDomain("local.candystand.com"); var _local5:String = ((LoaderInfo(_arg1.root.loaderInfo).parameters.apiurl) || ("/api/flash/cs_api_3.1.swf")); csLoader = new Loader(); csLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCandystandAPILoadComplete); csLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, onCandystandAPILoadError); csLoader.load(new URLRequest(_local5)); _arg1.addChild(csLoader); } public function quitSubmit():void{ if (_candystand != null){ _candystand.game.score = bestScore; _candystand.game.submitScore(); }; } protected function onStingerComplete(_arg1):void{ documentClass.play(); } protected function onCandystandAPILoadComplete(_arg1:Event):void{ _candystand = _arg1.target.content; candystand.debug = false; candystand.init(gameKey, gameVersion); candystand.loadStinger(); candystand.stinger.addEventListener("STINGER_COMPLETE", this.onStingerComplete); if (initUGC){ candystand.ugcontent.addEventListener("SAVE_COMPLETE", this.onContentSaved); candystand.ugcontent.addEventListener("EDIT_COMPLETE", this.onContentEdited); candystand.ugcontent.addEventListener("LOAD_COMPLETE", this.onContentLoaded); candystand.ugcontent.addEventListener("LOAD_BINARY_COMPLETE", this.onBinaryContentLoaded); candystand.ugcontent.addEventListener("RATE_COMPLETE", this.onContentRated); candystand.ugcontent.addEventListener("BROWSE_COMPLETE", this.onBrowseLoaded); candystand.ugcontent.addEventListener("URL_UPDATE", this.loadContentFromURL); candystand.ugcontent.addEventListener("ERROR", this.onError); }; } protected function onContentRated(_arg1):void{ } public function get candystand():Object{ return (_candystand); } protected function onContentSaved(_arg1):void{ } protected function onError(_arg1):void{ } protected function onContentEdited(_arg1):void{ } protected function onBrowseLoaded(_arg1):void{ var _local2:int; while (_local2 < candystand.ugcontent.browseResults.items.length) { _local2++; }; } protected function loadContentFromURL(_arg1):void{ candystand.ugcontent.loadData(_arg1.key); } protected function onCandystandAPILoadError(_arg1:Event):void{ documentClass.play(); } protected function onBinaryContentLoaded(_arg1):void{ var _local2:ByteArray = candystand.ugcontent.bindata; _local2.uncompress(); _local2.position = 0; _local2.position = 0; } protected function onContentLoaded(_arg1):void{ } public static function get instance():CandystandApiBridge{ return (_instance); } } }//package pl.fabrykagier.framework.utils.candystand
Section 27
//CandystandQuitSubmitButtonInterface (pl.fabrykagier.framework.utils.candystand.CandystandQuitSubmitButtonInterface) package pl.fabrykagier.framework.utils.candystand { import flash.events.*; import pl.fabrykagier.framework.main.*; import pl.fabrykagier.framework.ui.graphical.*; public class CandystandQuitSubmitButtonInterface extends InterfaceButton { override protected function onClick(_arg1:MouseEvent):void{ if (DocumentClass.getInstance.areButtonsLocked){ return; }; CandystandApiBridge.instance.quitSubmit(); super.onClick(_arg1); } } }//package pl.fabrykagier.framework.utils.candystand
Section 28
//Queue (pl.fabrykagier.framework.utils.queue.Queue) package pl.fabrykagier.framework.utils.queue { public class Queue { protected var lastStep:QueueStep; private var nextID:uint; private var isRunning:Boolean;// = false protected var executingQueue:Array; public function Queue(){ executingQueue = new Array(); super(); clearQueue(); } public function get executingQueueLength():int{ return (executingQueue.length); } public function nextStep():uint{ var _local1:QueueStep; if (executingQueue.length > 0){ _local1 = executingQueue.shift(); if (lastStep != null){ lastStep.destroy(); }; lastStep = _local1; isRunning = true; _local1.stepFunction.apply(null, _local1.args); return (_local1.id); //unresolved jump }; if (lastStep != null){ lastStep.destroy(); }; clearQueue(); endQueue(); return (null); } public function clearQueue():void{ var _local1:int; if (executingQueue.length > 0){ _local1 = (executingQueue.length - 1); while (_local1 >= 0) { QueueStep(executingQueue[_local1]).destroy(); _local1--; }; }; if (lastStep != null){ lastStep.destroy(); }; lastStep = null; executingQueue = []; isRunning = false; nextID = 0; } protected function addStep(_arg1:Function, ... _args):QueueStep{ var _local3:QueueStep = new QueueStep(); _local3.id = nextID++; _local3.stepFunction = _arg1; _local3.args = _args; executingQueue.push(_local3); return (_local3); } public function removeStep(_arg1:uint):Boolean{ var _local2:int = executingQueue.length; var _local3:int; while (_local3 < _local2) { if (QueueStep(executingQueue[_local3]).id == _arg1){ QueueStep(executingQueue[_local3]).destroy(); executingQueue.splice(_local3, 1); return (true); }; _local3++; }; return (false); } protected function endQueue():void{ } public function startExecution():void{ if (!isRunning){ nextStep(); }; } } }//package pl.fabrykagier.framework.utils.queue
Section 29
//QueueCharacter (pl.fabrykagier.framework.utils.queue.QueueCharacter) package pl.fabrykagier.framework.utils.queue { import flash.display.*; import flash.events.*; import flash.geom.*; public class QueueCharacter extends Queue { private var markersOnStage:Array; protected var _graphic:MovieClip; public function QueueCharacter(_arg1:MovieClip){ markersOnStage = new Array(); super(); this._graphic = _arg1; this._graphic.addEventListener(Event.REMOVED_FROM_STAGE, destroy); } private function clearMarker(_arg1:Event):void{ var _local3:int; QueueStep(_arg1.currentTarget).removeEventListener(QueueStep.DESTROY_STEP, clearMarker); QueueStep(_arg1.currentTarget).removeEventListener(QueueStep.DESTROY_STEP, updateMarkers); var _local2:int; while (_local2 < markersOnStage.length) { _local3 = 0; while (_local3 < QueueMarker(markersOnStage[_local2]).id.length) { if (QueueStep(_arg1.currentTarget).id == QueueMarker(markersOnStage[_local2]).id[_local3]){ QueueMarker(markersOnStage[_local2]).id.splice(_local3, 1); if (QueueMarker(markersOnStage[_local2]).id.length == 0){ QueueMarker(markersOnStage[_local2]).parent.removeChild(QueueMarker(markersOnStage[_local2])); QueueMarker(markersOnStage[_local2]).removeEventListener(MouseEvent.MOUSE_DOWN, kill); markersOnStage.splice(_local2, 1); break; }; }; _local3++; }; _local2++; }; } public function get graphic():MovieClip{ return (_graphic); } private function updateMarkers(_arg1:Event):void{ var _local2:int; while (_local2 < markersOnStage.length) { QueueMarker(markersOnStage[_local2]).setNumber((_local2 + 1)); _local2++; }; } protected function addExtraStep2Marker(_arg1:QueueMarker, _arg2:QueueStep):void{ _arg2.addEventListener(QueueStep.DESTROY_STEP, clearMarker); _arg2.addEventListener(QueueStep.DESTROY_STEP, updateMarkers); _arg1.id.push(_arg2.id); } public function set graphic(_arg1:MovieClip):void{ if (_graphic){ this._graphic.removeEventListener(Event.REMOVED_FROM_STAGE, destroy); }; _graphic = _arg1; this._graphic.addEventListener(Event.REMOVED_FROM_STAGE, destroy); } protected function destroy(_arg1:Event):void{ this._graphic.removeEventListener(Event.REMOVED_FROM_STAGE, destroy); clearQueue(); } protected function addMarker(_arg1:QueueStep, _arg2:Sprite, _arg3:Point=null):QueueMarker{ _arg1.addEventListener(QueueStep.DESTROY_STEP, clearMarker); _arg1.addEventListener(QueueStep.DESTROY_STEP, updateMarkers); var _local4:QueueMarker = new QueueMarker([_arg1.id]); if (_arg3 == null){ _local4.x = _arg2.mouseX; _local4.y = _arg2.mouseY; } else { _local4.x = _arg3.x; _local4.y = _arg3.y; }; _arg2.addChild(_local4); _local4.addEventListener(MouseEvent.MOUSE_DOWN, kill); markersOnStage.push(_local4); _local4.setNumber(markersOnStage.length); return (_local4); } private function kill(_arg1:MouseEvent):void{ var _local2:int; if (QueueMarker(_arg1.currentTarget).id.length > 0){ _local2 = QueueMarker(_arg1.currentTarget).id.length; while (_local2 >= 0) { this.removeStep(QueueMarker(_arg1.currentTarget).id[_local2]); _local2--; }; }; _arg1.stopImmediatePropagation(); } } }//package pl.fabrykagier.framework.utils.queue
Section 30
//QueueMarker (pl.fabrykagier.framework.utils.queue.QueueMarker) package pl.fabrykagier.framework.utils.queue { import flash.text.*; import flash.display.*; public class QueueMarker extends MovieClip { public var txt:TextField; private var texter:TextField; public var id:Array; public function QueueMarker(_arg1:Array){ this.id = _arg1; texter = TextField(this.getChildByName("txt")); texter.mouseEnabled = false; } public function setNumber(_arg1:int):void{ texter.text = _arg1.toString(); } } }//package pl.fabrykagier.framework.utils.queue
Section 31
//QueueStep (pl.fabrykagier.framework.utils.queue.QueueStep) package pl.fabrykagier.framework.utils.queue { import flash.events.*; public class QueueStep extends EventDispatcher { public var stepFunction:Function; public var id:uint; public var args:Array; public var nextStep:QueueStep; public static var DESTROY_STEP:String = "destroy_step"; public function destroy():void{ this.dispatchEvent(new Event(DESTROY_STEP)); } } }//package pl.fabrykagier.framework.utils.queue
Section 32
//IGameplay (pl.fabrykagier.framework.utils.IGameplay) package pl.fabrykagier.framework.utils { public interface IGameplay { function gameplayPause():void; function gameplayInit():void; function gameplayStop():void; function gameplayResume():void; function gameplayStart():void; } }//package pl.fabrykagier.framework.utils
Section 33
//ParametersObject (pl.fabrykagier.framework.utils.ParametersObject) package pl.fabrykagier.framework.utils { public class ParametersObject { private var handledObject:Object; private var handledString:String; public function ParametersObject(_arg1:String){ handledObject = new Object(); super(); handledString = _arg1; if (_arg1.indexOf("$") != -1){ unserialize(); }; } public function serialize():String{ return (handledString); } private function unserialize():void{ var _local2:String; var _local3:Array; var _local1:Array = handledString.split("$"); for each (_local2 in _local1) { if (_local2.indexOf("_")){ _local3 = _local2.split("_"); handledObject[_local3[0]] = _local2.substring((String(_local3[0]).length + 1)); }; }; } public function getValue(_arg1:String){ if (handledObject){ return (handledObject[_arg1]); }; return (null); } } }//package pl.fabrykagier.framework.utils
Section 34
//Utilities (pl.fabrykagier.framework.utils.Utilities) package pl.fabrykagier.framework.utils { import flash.text.*; public class Utilities { public static function shuffleArray(_arg1:Array):void{ var _local3:int; var _local2:Array = new Array(); _local2 = _arg1.splice(0, _arg1.length); while (_local2.length > 0) { _local3 = (Math.random() * _local2.length); _arg1.push(_local2[_local3]); _local2.slice(_local3, 1); }; } public static function msToTimeFormat(_arg1:Number, _arg2:Boolean=true, _arg3:Boolean=false):String{ _arg1 = Math.ceil((_arg1 / 1000)); var _local4:Number = Math.floor((_arg1 / 60)); var _local5:Number = (_arg1 % 60); var _local6:String = ((_local5 < 10)) ? ("0" + _local5) : ("" + _local5); var _local7:Number = Math.floor((_local4 / 60)); _local4 = (_local4 % 60); var _local8:String = ((_local4 < 10)) ? ("0" + _local4) : ("" + _local4); var _local9 = ""; if (_arg3){ _local9 = ((_local7 < 10)) ? ("0" + _local7) : (("" + _local7) + ":"); }; if (_arg2){ return ((((_local9 + _local8) + ":") + _local6)); }; return ((_local9 + _local8)); } public static function randomArrayElement(_arg1:Array){ return (_arg1[int((Math.random() * _arg1.length))]); } public static function addCommaToNumber(_arg1:int):String{ var _local5:int; var _local2:int = _arg1; var _local3:Array = []; do { _local3.push((_local2 % 1000)); _local2 = (_local2 / 1000); } while (_local2 > 0); var _local4 = ""; while (_local3.length > 0) { _local5 = _local3.pop(); if (_local4 == ""){ _local4 = (_local4 + ("" + _local5)); } else { if (_local5 >= 100){ _local4 = (_local4 + ("," + _local5)); } else { if (_local5 >= 10){ _local4 = (_local4 + (",0" + _local5)); } else { _local4 = (_local4 + (",00" + _local5)); }; }; }; }; return (_local4); } public static function setLetterSpacing(_arg1:TextField, _arg2:int):void{ var _local3:TextFormat = _arg1.getTextFormat(); _local3.letterSpacing = _arg2; _arg1.setTextFormat(_local3); } public static function removeFromArray(_arg1:Array, _arg2):void{ if (_arg1.indexOf(_arg2) != -1){ _arg1.splice(_arg1.indexOf(_arg2), 1); }; } public static function numberToCurrency(_arg1:Number, _arg2:String="$", _arg3:Boolean=false):String{ var _local4:String = ("" + Math.floor(_arg1)); var _local5:int = (Math.floor((_arg1 * 100)) % 100); var _local6:String = ((((_local5 < 10)) && ((_local5 > 0)))) ? ("0" + _local5) : ("" + _local5); if (_arg2 == "$"){ if (((!(_arg3)) && (!((_local5 == 0))))){ return ((((_arg2 + _local4) + ",") + _local6)); }; if (((_arg3) && ((_local5 == 0)))){ return ((_arg2 + _local4)); }; } else { if (((!(_arg3)) && (!((_local5 == 0))))){ return (((_local4 + ",") + _local6)); }; if (((_arg3) && ((_local5 == 0)))){ return (_local4); }; }; return (""); } public static function msToHours(_arg1:Number):int{ _arg1 = Math.ceil((_arg1 / 1000)); var _local2:Number = Math.floor((_arg1 / 60)); return (Math.floor((_local2 / 60))); } public static function msToMinutes(_arg1:Number):int{ _arg1 = Math.ceil((_arg1 / 1000)); return (Math.floor((_arg1 / 60))); } } }//package pl.fabrykagier.framework.utils
Section 35
//Customer (pl.fabrykagier.halls.characters.Customer) package pl.fabrykagier.halls.characters { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import pl.fabrykagier.framework.utils.queue.*; import flash.geom.*; import com.greensock.*; import pl.fabrykagier.halls.gameplay.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.framework.utils.*; import com.greensock.easing.*; import flash.utils.*; public class Customer extends MovieClip implements IHallsHolder, IGameplay { private var _targetTile:Point; private var _currentTile:Point; private var _currentHallsType:String; private var _end:Boolean; private var _speedRatio:Number;// = 1 private var _steps:Array; private var _wantedHalls:Array; private var _bouble:CustomerBouble; private var _isWoman:Boolean; private var _isStoped:Boolean;// = true private var _coughTimer:Timer; private var _throwAnimation:CustomerThrowAnimation; private var _clearServing:Boolean;// = true private var _isAngry:Boolean;// = false private var _speedUpTimeout:Timer; private var _currentHallsIsOK:Boolean; private var _wantedNum:int; private var _isAngryTimeout:Timer; private var _tween:TweenLite; private var _lockedColumns:Array; private var _targetTileXY:Point; public function Customer(){ _wantedHalls = []; _steps = []; _lockedColumns = []; super(); _coughTimer = new Timer(100, int(((Parameters.coughMinimumTime + (Math.random() * Parameters.coughMinimumTime)) / 100))); _coughTimer.addEventListener(TimerEvent.TIMER_COMPLETE, coughHandler); _isAngryTimeout = new Timer(100, int((Parameters.customerAngryTime / 100))); _isAngryTimeout.addEventListener(TimerEvent.TIMER_COMPLETE, setIsAngryHandler); _speedUpTimeout = new Timer(100, int((Parameters.customerSuperSpeedTime / 100))); _speedUpTimeout.addEventListener(TimerEvent.TIMER_COMPLETE, slowDownHandler); this.addEventListener(Event.REMOVED_FROM_STAGE, destory); } public function catchHalls(_arg1:String):void{ if (_wantedHalls.length == 0){ return; }; _currentHallsType = _arg1; _throwAnimation = new CustomerThrowAnimation(this, _arg1); _throwAnimation.addEventListener(CustomerThrowAnimation.ANIMATION_COMPLETE, eat); if (_isAngryTimeout.running){ _isAngryTimeout.stop(); }; if (_coughTimer.running){ _coughTimer.stop(); }; _currentHallsIsOK = false; if (_wantedHalls.indexOf(_currentHallsType) != -1){ _wantedHalls.splice(_wantedHalls.indexOf(_currentHallsType), 1); _currentHallsIsOK = true; }; stopMove(); this.gotoAndStop(("catch" + angryState)); HallsManager.instance.addChild(_throwAnimation); } public function stopMove(_arg1:Boolean=false):void{ if (_arg1){ delayedSetIsAngry(); }; if (_isStoped){ return; }; _isStoped = true; _tween.kill(); if (((!((this.currentLabel == ("catch" + angryState)))) && (!((this.currentLabel == "remove"))))){ this.gotoAndPlay(("stand" + angryState)); }; } private function remove():void{ var _local1:QueueStep; this.mouseEnabled = false; _isStoped = false; this.gotoAndPlay("remove"); _isAngry = false; if (_clearServing){ HallsManager.instance.addPoints((_wantedNum * Parameters.pointsClearServingBonus)); }; for each (_local1 in _steps) { HallsManager.instance.salesman.removeStep(_local1.id); }; _steps = []; } public function ForceSpeedUp():void{ _speedRatio = (_speedRatio * Parameters.customerSuperSpeedRatio); if (((((((!(_isStoped)) && (!((currentLabel == "remove"))))) && (!((currentLabel == "catch"))))) && (!((currentLabel == "catchAngry"))))){ _isStoped = true; move(); }; } private function slowDownHandler(_arg1:TimerEvent):void{ _speedRatio = (_speedRatio / Parameters.customerSuperSpeedRatio); if (((((((!(_isStoped)) && (!((currentLabel == "remove"))))) && (!((currentLabel == "catch"))))) && (!((currentLabel == "catchAngry"))))){ _isStoped = true; move(); }; } protected function removeComplete():void{ var _local1:QueueStep; for each (_local1 in _steps) { HallsManager.instance.salesman.removeStep(_local1.id); }; _steps = []; HallsManager.instance.customersArea.removeCustomer(this); this.stop(); this.parent.removeChild(this); } public function get lockedColumns():Array{ return (_lockedColumns); } public function get targetTile():Point{ return (_targetTile); } protected function giveSound(_arg1:String):void{ SoundManager.playSound({name:_arg1, loops:1, duplicate:true}); } private function eat(_arg1:Event):void{ _bouble.display(_wantedHalls); _throwAnimation.removeEventListener(CustomerThrowAnimation.ANIMATION_COMPLETE, eat); this.gotoAndPlay(("catch" + angryState)); } private function destory(_arg1:Event):void{ if (_throwAnimation){ _throwAnimation.removeEventListener(CustomerThrowAnimation.ANIMATION_COMPLETE, eat); }; if (_speedUpTimeout.running){ _speedUpTimeout.stop(); }; _speedUpTimeout.removeEventListener(TimerEvent.TIMER_COMPLETE, slowDownHandler); if (_isAngryTimeout.running){ _isAngryTimeout.stop(); }; _isAngryTimeout.removeEventListener(TimerEvent.TIMER_COMPLETE, setIsAngryHandler); if (_coughTimer.running){ _coughTimer.stop(); }; _coughTimer.removeEventListener(TimerEvent.TIMER_COMPLETE, coughHandler); this.removeEventListener(Event.REMOVED_FROM_STAGE, destory); _throwAnimation = null; if (_tween){ _tween.kill(); }; } private function get angryState():String{ if (_isAngry){ return ("Angry"); }; return (""); } public function get isAngry():Boolean{ return (_isAngry); } protected function loop():void{ this.gotoAndPlay(this.currentLabel); } public function get steps():Array{ return (_steps); } public function set isWoman(_arg1:Boolean):void{ _isWoman = _arg1; } public function ForceSlowDown():void{ _speedRatio = (_speedRatio / Parameters.customerSuperSpeedRatio); if (((((((!(_isStoped)) && (!((currentLabel == "remove"))))) && (!((currentLabel == "catch"))))) && (!((currentLabel == "catchAngry"))))){ _isStoped = true; move(); }; } protected function eatComplete():void{ _throwAnimation = null; if (_currentHallsIsOK){ HallsManager.instance.addPoints(Parameters.pointsHalls); if (isWoman){ giveSound("reliefFemale"); } else { giveSound("reliefMan"); }; if (_wantedHalls.length != 0){ this.gotoAndPlay(("stand" + angryState)); if (((!((_isAngryTimeout.currentCount == 0))) && (!((_isAngryTimeout.currentCount == _isAngryTimeout.repeatCount))))){ _isAngryTimeout.start(); }; if (((!((_coughTimer.currentCount == 0))) && (!((_coughTimer.currentCount == _coughTimer.repeatCount))))){ _coughTimer.start(); }; } else { remove(); }; } else { _clearServing = false; this.gotoAndPlay(("stand" + angryState)); if (((!((_isAngryTimeout.currentCount == 0))) && (!((_isAngryTimeout.currentCount == _isAngryTimeout.repeatCount))))){ _isAngryTimeout.start(); }; speedUp(); }; } private function setIsAngryHandler(_arg1:TimerEvent):void{ if (isWoman){ SoundManager.playRandomSound(["angryCustomerFemale_013", "angryCustomerFemale_022"], {loops:1, duplicate:false}); } else { SoundManager.playRandomSound(["angryCustomer_083", "angryCustomer_122"], {loops:1, duplicate:false}); }; _isAngry = true; _coughTimer.start(); if (((!((this.currentLabel == "catch"))) && (!((this.currentLabel == "remove"))))){ this.gotoAndPlay((this.currentLabel + "Angry")); }; } private function updateCurrentTile():void{ _currentTile = FloorTile.getCurrentTileId(new Point(this.x, this.y)); } public function coughHandler(_arg1:TimerEvent):void{ if (currentLabel == "standAngry"){ if (isWoman){ SoundManager.playRandomSound(["sneezeFemale_011", "sneezeFemale_020", "cough_065"], {loops:1, duplicate:false}); } else { SoundManager.playRandomSound(["cough_027", "cough_056", "cough_074"], {loops:1, duplicate:false}); }; this.gotoAndPlay("sneeze"); _coughTimer.repeatCount = int(((Parameters.coughMinimumTime + (Math.random() * Parameters.coughMinimumTime)) / 100)); _coughTimer.reset(); _coughTimer.start(); HallsManager.instance.salesman.makeSick(); } else { _coughTimer.reset(); _coughTimer.start(); }; } private function speedUp():void{ if (_speedRatio < Parameters.customerSuperSpeedRatio){ _speedRatio = (_speedRatio * Parameters.customerSuperSpeedRatio); }; if (((((((!(_isStoped)) && (!((currentLabel == "remove"))))) && (!((currentLabel == "catch"))))) && (!((currentLabel == "catchAngry"))))){ _isStoped = true; move(); }; _speedUpTimeout.reset(); _speedUpTimeout.start(); } public function set targetTile(_arg1:Point):void{ _targetTile = _arg1; _targetTileXY = FloorTile.getCurrentTileXY(_arg1); } public function get currentTile():Point{ return (_currentTile); } public function gameplayStop():void{ var _local2:DisplayObject; this.stop(); if (_speedUpTimeout.running){ _speedUpTimeout.stop(); }; if (_isAngryTimeout.running){ _isAngryTimeout.stop(); }; if (_coughTimer.running){ _coughTimer.stop(); }; if (_throwAnimation){ _throwAnimation.gameplayPause(); }; if (_tween){ _tween.kill(); }; this.stop(); var _local1:int = this.numChildren; var _local3:Number = 0; while (_local3 < _local1) { _local2 = this.getChildAt(_local3); if ((((_local2 is MovieClip)) && (!((_local2 is HallsGraphic))))){ MovieClip(_local2).stop(); }; _local3++; }; } public function move():void{ if (((((((_end) || (!(_isStoped)))) || (!((this.currentLabel.indexOf("catch") == -1))))) || (!((this.currentLabel.indexOf("remove") == -1))))){ return; }; if (_tween){ _tween.kill(); }; _isStoped = false; if (currentFrame != ("walk" + angryState)){ this.gotoAndPlay(("walk" + angryState)); }; var _local1:Point = new Point(this.x, this.y); var _local2:Number = (((Point.distance(_local1, _targetTileXY) / Parameters.customerNorlmalSpeed) * 1) / _speedRatio); _tween = TweenLite.to(this, _local2, {useFrames:true, x:_targetTileXY.x, y:_targetTileXY.y, onComplete:makeAngry, onUpdate:updateCurrentTile, ease:Linear.easeInOut}); updateCurrentTile(); } private function makeAngry():void{ _end = true; stopMove(true); } public function gameplayInit():void{ } private function delayedSetIsAngry():void{ if (((_isAngryTimeout.running) || (_isAngry))){ return; }; _isAngryTimeout.start(); } public function initBouble(_arg1:Array):void{ _bouble = new CustomerBouble(); this.addChild(_bouble); _bouble.display(_arg1); _wantedHalls = _arg1; _wantedNum = _wantedHalls.length; } public function get hallsType():String{ return (_currentHallsType); } public function get end():Boolean{ return (_end); } public function gameplayStart():void{ } public function get wantedHalls():Array{ return (_wantedHalls); } public function set lockedColumns(_arg1:Array):void{ _lockedColumns = _arg1; } public function gameplayResume():void{ var _local2:DisplayObject; _bouble.alpha = 1; if (((!((_speedUpTimeout.currentCount == 0))) && (!((_speedUpTimeout.currentCount == _speedUpTimeout.repeatCount))))){ _speedUpTimeout.start(); }; if (((!((_isAngryTimeout.currentCount == 0))) && (!((_isAngryTimeout.currentCount == _isAngryTimeout.repeatCount))))){ _isAngryTimeout.start(); }; if (((!((_coughTimer.currentCount == 0))) && (!((_coughTimer.currentCount == _coughTimer.repeatCount))))){ _coughTimer.start(); }; if (_throwAnimation){ _throwAnimation.gameplayResume(); }; if (((((((((((!(_isStoped)) && (parent))) && (!((currentLabel == "remove"))))) && (!((currentLabel == "catch"))))) && (!((currentLabel == "catchAngry"))))) && (((_tween.duration - _tween.currentTime) > 0.5)))){ _tween.resume(); }; this.play(); var _local1:int = this.numChildren; var _local3:Number = 0; while (_local3 < _local1) { _local2 = this.getChildAt(_local3); if ((((_local2 is MovieClip)) && (!((_local2 is HallsGraphic))))){ MovieClip(_local2).play(); }; _local3++; }; } public function quickHeal():void{ if (_wantedHalls.length == 0){ return; }; HallsManager.instance.addPoints(Parameters.pointsHalls); stopMove(); _wantedHalls = []; _bouble.display(_wantedHalls); if (isWoman){ giveSound("reliefFemale"); } else { giveSound("reliefMan"); }; remove(); } public function gameplayPause():void{ var _local2:DisplayObject; _bouble.alpha = 0; this.stop(); if (_speedUpTimeout.running){ _speedUpTimeout.stop(); }; if (_isAngryTimeout.running){ _isAngryTimeout.stop(); }; if (_coughTimer.running){ _coughTimer.stop(); }; _tween.pause(); this.stop(); var _local1:int = this.numChildren; var _local3:Number = 0; while (_local3 < _local1) { _local2 = this.getChildAt(_local3); if ((((_local2 is MovieClip)) && (!((_local2 is HallsGraphic))))){ MovieClip(_local2).stop(); }; _local3++; }; if (_throwAnimation){ _throwAnimation.gameplayPause(); }; } public function get isWoman():Boolean{ return (_isWoman); } } }//package pl.fabrykagier.halls.characters
Section 36
//CustomerBouble (pl.fabrykagier.halls.characters.CustomerBouble) package pl.fabrykagier.halls.characters { import flash.display.*; import pl.fabrykagier.halls.gameplay.*; public class CustomerBouble extends MovieClip { private var _contaier:MovieClip; public var container_:MovieClip; public function CustomerBouble(){ _contaier = MovieClip(this.getChildByName("container_")); } public function display(_arg1:Array):void{ var _local2:HallsGraphic; var _local3:int; if (_arg1.length == 0){ this.visible = false; return; }; while (_contaier.numChildren != 0) { _contaier.removeChildAt(0); }; if (_arg1.length > 1){ _local3 = 0; while (_local3 < _arg1.length) { _local2 = new HallsGraphic(); _local2.type = _arg1[_local3]; _local2.x = (25 * _local3); _local2.y = (5 * _local3); _contaier.addChild(_local2); _local3++; }; } else { _local2 = new HallsGraphic(); _local2.type = _arg1[_local3]; _local2.x = 11; _local2.y = 2; _contaier.addChild(_local2); }; this.cacheAsBitmap = true; } } }//package pl.fabrykagier.halls.characters
Section 37
//CustomerThrowAnimation (pl.fabrykagier.halls.characters.CustomerThrowAnimation) package pl.fabrykagier.halls.characters { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.gameplay.*; import pl.fabrykagier.halls.*; import fl.motion.*; public class CustomerThrowAnimation extends Sprite { private var _steps:int; private var _iterator:int; private var _halls:HallsGraphic; private var _bezier:BezierSegment; public static const ANIMATION_COMPLETE:String = "animation_cmoplete"; public function CustomerThrowAnimation(_arg1:Customer, _arg2:String){ var _local3:Point = HallsManager.instance.globalToLocal(HallsManager.instance.salesman.graphic.localToGlobal(new Point(-15, -130))); var _local4:Point = HallsManager.instance.globalToLocal(_arg1.localToGlobal(new Point(7, -107))); _steps = Math.max(16, int((Point.distance(_local3, _local4) / 30))); var _local5:Point = _local4.subtract(_local3); _local5.normalize((Point.distance(_local3, _local4) / 4)); var _temp1 = _local3.add(_local5); _local5 = _local3.add(_local5); _temp1.y = (_local5.y - (30 + (7 * (_steps - 16)))); var _local6:Point = _local4.subtract(_local3); _local6.normalize(((Point.distance(_local3, _local4) * 3) / 4)); var _temp2 = _local3.add(_local6); _local6 = _local3.add(_local6); _temp2.y = (_local6.y - (50 + (7 * (_steps - 16)))); _bezier = new BezierSegment(_local3, _local5, _local6, _local4); _halls = new HallsGraphic(); _halls.type = _arg2; _halls.x = _local3.x; _halls.y = _local3.y; this.addChild(_halls); this.addEventListener(Event.ENTER_FRAME, moveHallsHandler); this.addEventListener(Event.REMOVED_FROM_STAGE, destroy); SoundManager.playSound({name:"candyThrow_0115", loops:1, duplicate:false}); } private function moveHallsHandler(_arg1:Event):void{ var _local2:Point; _iterator++; if ((_iterator + 15) == _steps){ this.dispatchEvent(new Event(ANIMATION_COMPLETE)); }; if (_iterator >= _steps){ this.removeEventListener(Event.ENTER_FRAME, moveHallsHandler); this.parent.removeChild(this); SoundManager.playSound({name:"candyCatch_021", loops:1, duplicate:false}); } else { _local2 = _bezier.getValue((_iterator / _steps)); _halls.x = _local2.x; _halls.y = _local2.y; }; } public function gameplayResume():void{ this.visible = true; if (_iterator < _steps){ this.addEventListener(Event.ENTER_FRAME, moveHallsHandler); }; } public function gameplayPause():void{ this.visible = false; this.removeEventListener(Event.ENTER_FRAME, moveHallsHandler); } private function destroy(_arg1:Event):void{ this.removeEventListener(Event.ENTER_FRAME, moveHallsHandler); this.removeEventListener(Event.REMOVED_FROM_STAGE, destroy); } } }//package pl.fabrykagier.halls.characters
Section 38
//CustommrsArea (pl.fabrykagier.halls.characters.CustommrsArea) package pl.fabrykagier.halls.characters { import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.gameplay.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.framework.main.*; import flash.utils.*; public class CustommrsArea extends EquipmentBase { private var _slow:Boolean; private var _addTimer:Timer; private var _customers:Array; public function CustommrsArea(){ _customers = []; super(); this.removeEventListener(MouseEvent.MOUSE_DOWN, callService); _markerPosition = this.localToGlobal(new Point(40, -120)); gameplayInit(); } public function gameplayResume():void{ var _local1:Customer; _addTimer.start(); this.addEventListener(Event.ENTER_FRAME, update); for each (_local1 in _customers) { _local1.gameplayResume(); }; } private function sortDepth():void{ var _local2:Customer; _customers.sort(compareDepth); var _local1:int; for each (_local2 in _customers) { var _temp1 = _local1; _local1 = (_local1 + 1); this.setChildIndex(_local2, _temp1); }; } public function gameplayStop():void{ var _local1:Customer; if (_addTimer.running){ _addTimer.stop(); }; for each (_local1 in _customers) { _local1.gameplayStop(); _local1.removeEventListener(MouseEvent.MOUSE_DOWN, callService); }; this.removeEventListener(Event.ENTER_FRAME, update); } public function gameplayReset():void{ var _local1:Customer; for each (_local1 in _customers) { this.removeChild(_local1); }; _customers = []; _addTimer.repeatCount = Parameters.levelNewCustomerTime[DocumentClass.getInstance.stats.currentLevel]; } private function stopCustomers():void{ var _local1:int; var _local2:int; var _local3:Boolean; var _local4:Customer; var _local5:Customer; var _local6:int; var _local7:int; for each (_local4 in _customers) { _local1 = _local4.currentTile.x; _local3 = false; for each (_local5 in _customers) { if ((((_local4 == _local5)) || (_local4.end))){ } else { _local2 = _local5.currentTile.x; if ((((_local1 > _local2)) || ((_local1 < (_local2 - 1))))){ } else { for each (_local6 in _local4.lockedColumns) { for each (_local7 in _local5.lockedColumns) { if (_local6 == _local7){ _local4.stopMove(_local5.isAngry); _local3 = true; break; }; }; if (_local3){ break; }; }; if (_local3){ break; }; }; }; }; if (!_local3){ _local4.move(); }; }; } public function slowDownAll():void{ var _local1:Customer; _slow = true; for each (_local1 in _customers) { _local1.ForceSlowDown(); }; } public function gameplayPause():void{ var _local1:Customer; if (_addTimer.running){ _addTimer.stop(); }; this.removeEventListener(Event.ENTER_FRAME, update); for each (_local1 in _customers) { _local1.gameplayPause(); }; } public function removeCustomer(_arg1:Customer):void{ _arg1.removeEventListener(MouseEvent.MOUSE_DOWN, callService); _customers.splice(_customers.indexOf(_arg1), 1); if (_customers.length < (Parameters.levelMaxCustomers[DocumentClass.getInstance.stats.currentLevel] / 2)){ addCustomerHandler(null); }; } private function addCustomerHandler(_arg1:TimerEvent):void{ var _local4:Customer; var _local5:Class; var _local7:Point; var _local9:int; var _local10:Customer; var _local11:int; var _local12:String; var _local13:int; var _local14:Point; var _local15:int; var _local16:Array; var _local17:int; var _local2:Array = Parameters.levelSets[DocumentClass.getInstance.stats.currentLevel]; if (_customers.length >= Parameters.levelMaxCustomers[DocumentClass.getInstance.stats.currentLevel]){ return; }; var _local3:Array = []; _local3 = _local3.concat(HallsManager.instance.hallsTypesUsed); var _local6:Array = _local2[int((_local2.length * Math.random()))]; if (_local6.length == 1){ _local7 = new Point(-20, (int((Math.random() * 12)) + 2)); } else { _local7 = new Point(-20, (int((Math.random() * 12)) + 1)); }; var _local8:int = _local7.x; for each (_local10 in _customers) { _local9 = _local10.currentTile.x; if ((((_local8 > _local9)) || ((_local8 < (_local9 - 1))))){ } else { for each (_local13 in _local10.lockedColumns) { if (_local7.y == _local13){ _local7.x = (_local9 - 3); _local8 = _local7.x; }; }; }; }; _local11 = 0; for each (_local12 in _local6) { _local5 = (getDefinitionByName(_local12) as Class); _local4 = (new (_local5) as Customer); if (Parameters.womens.indexOf(_local12) != -1){ _local4.isWoman = true; }; switch (_local11){ case 1: _local7.y++; break; case 2: _local7.y--; _local7.x--; break; case 3: _local7.y++; break; }; _local4.targetTile = new Point(-4, _local7.y); _local4.lockedColumns = [_local7.y]; _local14 = FloorTile.getCurrentTileXY(_local7); _local4.x = (_local14.x - _local11); _local4.y = (_local14.y - _local11); _local4.addEventListener(MouseEvent.MOUSE_DOWN, callService); _local15 = 1; if ((((Math.random() < Parameters.levelDoubleOrder[DocumentClass.getInstance.stats.currentLevel])) && ((_local6.length == 1)))){ _local15++; }; _local16 = []; _local17 = 0; while (_local17 < _local15) { _local16 = _local16.concat(_local3.splice(int((Math.random() * _local3.length)), 1)); _local17++; }; _local4.initBouble(_local16); this.addChild(_local4); _local4.move(); _customers.push(_local4); if (_slow){ _local4.ForceSlowDown(); }; _local11++; }; } public function throwHalls(_arg1:Customer):void{ _arg1.steps.shift(); _arg1.steps.shift(); if (HallsManager.instance.salesman.hallsType == null){ HallsManager.instance.salesman.nextStep(); } else { HallsManager.instance.salesman.throwHalls(_arg1); }; } public function gameplayInit():void{ _addTimer = new Timer(Parameters.levelNewCustomerTime[DocumentClass.getInstance.stats.currentLevel]); _addTimer.addEventListener(TimerEvent.TIMER, addCustomerHandler); } override protected function callService(_arg1:MouseEvent):void{ if (HallsManager.instance.pointObject != null){ return; }; var _local2:Customer = Customer(_arg1.currentTarget); _floorTilePosition = FloorTile.getCurrentTileId(this.localToGlobal(new Point(_local2.x, _local2.y))); _floorTilePosition.x = 0; _floorTilePosition = FloorTile.getCurrentTileXY(_floorTilePosition); HallsManager.instance.salesman.gotoAndThrow(this, _local2); } private function update(_arg1:Event):void{ stopCustomers(); sortDepth(); } public function healAll():void{ var _local1:Customer; for each (_local1 in _customers) { _local1.quickHeal(); }; } override protected function destroy(_arg1:Event):void{ var _local2:Customer; for each (_local2 in _customers) { _local2.removeEventListener(MouseEvent.MOUSE_DOWN, callService); }; _customers = null; if (_addTimer.running){ _addTimer.stop(); }; _addTimer.removeEventListener(TimerEvent.TIMER, addCustomerHandler); this.removeEventListener(Event.ENTER_FRAME, update); super.destroy(_arg1); } public function gameplayStart():void{ addCustomerHandler(null); _addTimer.start(); this.addEventListener(Event.ENTER_FRAME, update); } private function compareDepth(_arg1:Customer, _arg2:Customer):int{ if (_arg2.currentTile.x < _arg1.currentTile.x){ return (1); }; if (_arg2.currentTile.x > _arg1.currentTile.x){ return (-1); }; if (_arg2.currentTile.y < _arg1.currentTile.y){ return (-1); }; if (_arg2.currentTile.y > _arg1.currentTile.y){ return (1); }; return (0); } public function speedUpAll():void{ var _local1:Customer; for each (_local1 in _customers) { _local1.ForceSpeedUp(); }; _slow = false; } } }//package pl.fabrykagier.halls.characters
Section 39
//StuffMember (pl.fabrykagier.halls.characters.StuffMember) package pl.fabrykagier.halls.characters { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import pl.fabrykagier.framework.utils.queue.*; import flash.geom.*; import pl.fabrykagier.framework.utils.ai.*; import com.greensock.*; import pl.fabrykagier.halls.gameplay.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.framework.utils.*; import com.greensock.easing.*; import flash.utils.*; public class StuffMember extends QueueCharacter implements IGameplay { private var _path:Array; private var _powerUpType:String; private var _speedRatio:Number;// = 1 private var _targetCustomer:Customer; private var _hallsType:String; private var _healthLevel:int; private var _currentDrawer:Drawer; private var _powerUpTimeout:Timer; private var _tween:TweenLite; public function StuffMember(_arg1:MovieClip){ super(_arg1); StuffMemberGraphic(_arg1).owner = this; _healthLevel = Parameters.StuffmemberHealth; _powerUpTimeout = new Timer(100, int((Parameters.powerUpTime / 100))); _powerUpTimeout.addEventListener(TimerEvent.TIMER_COMPLETE, removePowerUp); } private function hideDrawers():void{ var _local1:Drawer; for each (_local1 in HallsManager.instance.drawrs) { _local1.glassUnVisible = false; }; } override protected function destroy(_arg1:Event):void{ if (_powerUpTimeout.running){ _powerUpTimeout.stop(); }; _powerUpTimeout.removeEventListener(TimerEvent.TIMER_COMPLETE, removePowerUp); _graphic.removeEventListener(MouseEvent.MOUSE_DOWN, selfServe); StuffMemberGraphic(_graphic).owner = null; super.destroy(_arg1); if (_tween){ _tween.kill(); }; _currentDrawer = null; _targetCustomer = null; } public function gameplayResume():void{ if (_graphic.currentLabel != "idle"){ _graphic.play(); }; if (((!((_powerUpTimeout.currentCount == 0))) && (!((_powerUpTimeout.currentCount == _powerUpTimeout.repeatCount))))){ _powerUpTimeout.start(); }; } public function get healthLevel():int{ return (_healthLevel); } public function set healthLevel(_arg1:int):void{ if ((((_arg1 > _healthLevel)) && ((_arg1 == Math.round((Parameters.StuffmemberHealth / 2)))))){ HallsManager.instance.showMiniPopup("health50"); }; _healthLevel = _arg1; HallsManager.instance.hud.health = int(((_healthLevel / Parameters.StuffmemberHealth) * 100)); if (_healthLevel == 0){ HallsManager.instance.gameplayStop(); }; _graphic.mouseEnabled = false; } public function takeHalls(_arg1:Drawer):void{ _currentDrawer = _arg1; StuffMemberGraphic(graphic).takeHalls(); } public function throwHalls(_arg1:Customer):void{ if (_arg1.wantedHalls.length == 0){ nextStep(); return; }; _targetCustomer = _arg1; StuffMemberGraphic(this.graphic).throwHalls(); } private function healAll():void{ HallsManager.instance.customersArea.healAll(); removePowerUp(null); } public function addPowerUp(_arg1:String):void{ _powerUpType = _arg1; SoundManager.playSound({name:"powerUpCollect_028", loops:1, duplicate:false}); switch (_powerUpType){ case "slowCustomersDown": _powerUpTimeout.repeatCount = int(((Parameters.powerUpTime / 100) * 0.66)); slowDownCustomers(); break; case "seeAllDrawers": _powerUpTimeout.repeatCount = int(((Parameters.powerUpTime / 100) * 0.5)); showDrawers(); break; case "speedMeUp": _powerUpTimeout.repeatCount = int((Parameters.powerUpTime / 100)); speedUpMe(); break; case "healthUp": _powerUpTimeout.repeatCount = int((Parameters.powerUpTime / 100)); eatHalls(); break; case "hallsUp": _powerUpTimeout.repeatCount = int((Parameters.powerUpTime / 100)); healAll(); break; }; _powerUpTimeout.reset(); if (((!((_powerUpType == "healthUp"))) && (!((_powerUpType == "hallsUp"))))){ _powerUpTimeout.start(); }; StuffMemberGraphic(_graphic).takePowerUp(); } private function selfServe(_arg1:MouseEvent):void{ var _local2:QueueStep = this.addStep(eatHalls); addMarker(_local2, this.graphic, new Point(0, 30)); this.startExecution(); } public function hallsToBinComplete():void{ hallsType = null; this.nextStep(); } public function goToAndRefill(_arg1:RefillTubeTrigger, _arg2:Drawer):QueueStep{ var _local3:QueueStep = this.addStep(goto, _arg1.floorTilePosition); addMarker(_local3, HallsManager.instance, _arg2.markerPosition); _local3 = this.addStep(refill, _arg2); this.startExecution(); return (_local3); } private function moveOneTile():void{ var _local2:Point; var _local3:Point; var _local4:String; var _local5:Number; var _local1:Array = _path.pop(); if (_local1){ _local2 = new Point(this._graphic.x, this._graphic.y); _local3 = new Point(_local1[0], _local1[1]); _local3 = FloorTile.getCurrentTileXY(_local3); if (_local2.x > _local3.x){ if (_local2.y > _local3.y){ _local4 = "Back"; } else { _local4 = "Left"; }; } else { if (_local2.y > _local3.y){ _local4 = "Right"; } else { _local4 = "Front"; }; }; StuffMemberGraphic(_graphic).move(_local4); _local5 = (Point.distance(_local2, _local3) / Parameters.stuffMemberSpeed); _local5 = ((((_local5 * Parameters.StuffmemberHealth) / 10) * 1) / _speedRatio); _tween = TweenLite.to(_graphic, _local5, {useFrames:true, x:_local3.x, y:_local3.y, onComplete:moveOneTile, ease:Linear.easeInOut}); } else { StuffMemberGraphic(_graphic).toIdle(); this.nextStep(); }; } private function speedUpCustomers():void{ HallsManager.instance.customersArea.speedUpAll(); } public function get hallsType():String{ return (_hallsType); } private function slowDownMe():void{ _speedRatio = 1; } private function refill(_arg1:Drawer):void{ _currentDrawer = _arg1; _arg1.tube.setTarget(_arg1); } public function gameplayStop():void{ if (_tween){ _tween.kill(); }; _graphic.stop(); clearQueue(); if (_powerUpTimeout.running){ _powerUpTimeout.stop(); }; removePowerUp(null); } public function get currentDrawer():Drawer{ return (_currentDrawer); } public function goToServe(_arg1:EquipmentBase):QueueStep{ var _local2:QueueStep = this.addStep(goto, _arg1.floorTilePosition); var _local3:QueueMarker = addMarker(_local2, HallsManager.instance, _arg1.markerPosition); _local2.nextStep = this.addStep(_arg1.serve, _arg1); addExtraStep2Marker(_local3, _local2.nextStep); this.startExecution(); return (_local2); } public function gameplayReset():void{ _healthLevel = Parameters.StuffmemberHealth; _powerUpTimeout.reset(); var _local1:int = _graphic.parent.getChildIndex(_graphic); var _local2:DisplayObjectContainer = _graphic.parent; _graphic.gotoAndPlay(1); hallsType = null; _currentDrawer = null; _targetCustomer = null; var _local3:Point = FloorTile.getCurrentTileXY(new Point(2, 7)); _graphic.x = _local3.x; _graphic.y = _local3.y; } public function gotoAndThrow(_arg1:CustommrsArea, _arg2:Customer):QueueStep{ var _local3:QueueStep = this.addStep(goto, _arg1.floorTilePosition); var _local4:QueueMarker = addMarker(_local3, _arg2, _arg1.markerPosition); _local3.nextStep = this.addStep(_arg1.throwHalls, _arg2); addExtraStep2Marker(_local4, _local3.nextStep); _arg2.steps.push(_local3); _arg2.steps.push(_local3.nextStep); this.startExecution(); return (_local3); } public function makeSick():void{ healthLevel = (_healthLevel - 1); } public function gameplayInit():void{ } private function slowDownCustomers():void{ HallsManager.instance.customersArea.slowDownAll(); } public function hallsToBin():void{ StuffMemberGraphic(this.graphic).hallsToBin(); } private function eatHalls():void{ hallsType = "health"; StuffMemberGraphic(_graphic).eatHalls(); } public function goOnCall(_arg1:Point):void{ _arg1 = HallsManager.instance.globalToLocal(_arg1); var _local2:QueueStep = this.addStep(goto, _arg1); addMarker(_local2, HallsManager.instance, _arg1); this.startExecution(); } public function get hallsFlag():String{ if (_hallsType){ return ("_halls"); }; return (""); } public function set hallsType(_arg1:String):void{ _hallsType = _arg1; } private function goto(_arg1:Point):void{ var _local2:Point = FloorTile.getCurrentTileId(new Point(this._graphic.x, this._graphic.y)); var _local3:Point = FloorTile.getCurrentTileId(new Point(_arg1.x, _arg1.y)); var _local4:Path = new Path(_local2.x, _local2.y, _local3.x, _local3.y, HallsManager.instance.floorWalkableTiles); _path = _local4.findPath(); _path.pop(); moveOneTile(); } public function removePowerUp(_arg1:TimerEvent):void{ switch (_powerUpType){ case "slowCustomersDown": speedUpCustomers(); break; case "seeAllDrawers": hideDrawers(); break; case "speedMeUp": slowDownMe(); break; case "healthUp": nextStep(); break; case "hallsUp": nextStep(); break; }; HallsManager.instance.restartPowerUp(); } public function takeHallsComplete():void{ _currentDrawer.close(); this.nextStep(); } public function throwHallsComplete():void{ _targetCustomer.catchHalls(_hallsType); hallsType = null; } public function gameplayPause():void{ if (_graphic.currentLabel.indexOf("walk") != -1){ StuffMemberGraphic(_graphic).toIdle(); } else { _graphic.stop(); }; if (_tween){ _tween.kill(); }; clearQueue(); if (_powerUpTimeout.running){ _powerUpTimeout.stop(); }; } private function showDrawers():void{ var _local1:Drawer; for each (_local1 in HallsManager.instance.drawrs) { _local1.glassUnVisible = true; }; } private function speedUpMe():void{ _speedRatio = Parameters.stuffMemberSpeedRatio; } public function gameplayStart():void{ } } }//package pl.fabrykagier.halls.characters
Section 40
//StuffMemberGraphic (pl.fabrykagier.halls.characters.StuffMemberGraphic) package pl.fabrykagier.halls.characters { import pl.fabrykagier.framework.media.*; import flash.display.*; import pl.fabrykagier.halls.*; public class StuffMemberGraphic extends MovieClip implements IHallsHolder { private var _owner:StuffMember; public static var ANIMATION_COMPELTE:String = "anim_compelte"; public function StuffMemberGraphic(){ addFrameScript(135, frame136, 141, frame142, 146, frame147, 157, frame158, 161, frame162, 167, frame168, 177, frame178, 181, frame182, 188, frame189, 198, frame199, 201, frame202, 207, frame208, 217, frame218, 221, frame222, 227, frame228, 237, frame238, 241, frame242, 246, frame247, 0x0101, frame258, 261, frame262, 268, frame269, 277, frame278, 281, frame282, 288, frame289, 297, frame298, 301, frame302, 330, frame331, 336, frame337, 345, frame346, 351, frame352, 356, frame357, 362, frame363, 369, frame370, 381, frame382, 394, frame395, 425, frame426, 454, frame455, 487, frame488, 654, frame655); } protected function takePowerUpCompelte():void{ _owner.nextStep(); } function frame395(){ refillComplete(); } function frame352(){ SoundManager.playSound({name:"candyPickUp_0216", loops:1, duplicate:false}); updateDrawerFill(); } function frame199(){ SoundManager.playSound({name:"step_0210", loops:1, duplicate:false}); } function frame278(){ SoundManager.playSound({name:"step_0210", loops:1, duplicate:false}); } function frame158(){ SoundManager.playSound({name:"step_0210", loops:1, duplicate:false}); } function frame357(){ toIdle(); takeHallsComplete(); } function frame238(){ SoundManager.playSound({name:"step_0210", loops:1, duplicate:false}); } protected function refillComplete():void{ toIdle(); _owner.currentDrawer.tube.goOnPosition(); _owner.nextStep(); } public function takeHalls():void{ this.gotoAndPlay("pullingHallsOut"); } public function throwHalls():void{ this.gotoAndPlay("throwing"); } function frame346(){ toIdle(); } protected function throwStart():void{ _owner.throwHallsComplete(); } function frame282(){ loop(); } function frame162(){ loop(); } function frame242(){ loop(); } protected function loop():void{ this.gotoAndPlay(currentLabel); } function frame289(){ SoundManager.playSound({name:"step_020211", loops:1, duplicate:false}); } function frame202(){ loop(); } function frame247(){ SoundManager.playSound({name:"step_020211", loops:1, duplicate:false}); } function frame363(){ throwStart(); } protected function hallsToBinComplete():void{ _owner.hallsToBinComplete(); } function frame208(){ SoundManager.playSound({name:"step_020211", loops:1, duplicate:false}); } function frame488(){ eatHallsComplete(); } public function get owner():StuffMember{ return (_owner); } function frame168(){ SoundManager.playSound({name:"step_020211", loops:1, duplicate:false}); } public function refill():void{ this.gotoAndPlay("refill"); } protected function updateDrawerFill():void{ _owner.currentDrawer.updateDrawerFill(); } function frame370(){ gotoAndPlay("idle"); throwHallsComplete(); } protected function eatHallsComplete():void{ _owner.hallsType = null; toIdle(); SoundManager.playSound({name:"healthRecover_0112", loops:1, duplicate:false}); _owner.healthLevel = Parameters.StuffmemberHealth; _owner.removePowerUp(null); } public function get hallsType():String{ return (_owner.hallsType); } function frame298(){ SoundManager.playSound({name:"step_0210", loops:1, duplicate:false}); } function frame178(){ SoundManager.playSound({name:"step_0210", loops:1, duplicate:false}); } function frame136(){ loop(); } function frame258(){ SoundManager.playSound({name:"step_0210", loops:1, duplicate:false}); } function frame655(){ toIdle(); takePowerUpCompelte(); } function frame337(){ SoundManager.playSound({name:"buttonPushToFillUp_029", loops:1, duplicate:false}); } function frame331(){ gotoAndPlay("idle"); hallsToBinComplete(); } function frame218(){ SoundManager.playSound({name:"step_0210", loops:1, duplicate:false}); } function frame455(){ toIdle(); controllerComplete(); } public function move(_arg1:String):void{ if (currentLabel != (("walk" + _arg1) + _owner.hallsFlag)){ this.gotoAndPlay((("walk" + _arg1) + _owner.hallsFlag)); }; } public function hallsToBin():void{ this.gotoAndPlay("dumping"); } function frame182(){ loop(); } function frame382(){ SoundManager.playSound({name:"buttonPushToFillUp_029", loops:1, duplicate:false}); } function frame262(){ loop(); } public function eatHalls():void{ eatHallsComplete(); } function frame222(){ loop(); } public function set owner(_arg1:StuffMember):void{ _owner = _arg1; } function frame147(){ SoundManager.playSound({name:"step_020211", loops:1, duplicate:false}); } function frame269(){ SoundManager.playSound({name:"step_020211", loops:1, duplicate:false}); } function frame142(){ loop(); } function frame228(){ SoundManager.playSound({name:"step_020211", loops:1, duplicate:false}); } public function pushButton():void{ this.gotoAndPlay("pushingButton"); } protected function throwHallsComplete():void{ _owner.nextStep(); } function frame426(){ stop(); } protected function takeHallsComplete():void{ _owner.takeHallsComplete(); } function frame189(){ SoundManager.playSound({name:"step_020211", loops:1, duplicate:false}); } public function controllerComplete():void{ _owner.nextStep(); } public function toIdle():void{ this.gotoAndPlay(("idle" + _owner.hallsFlag)); } function frame302(){ loop(); } public function takePowerUp():void{ this.gotoAndPlay("takingBonus"); } } }//package pl.fabrykagier.halls.characters
Section 41
//StuffMemberGraphicHead (pl.fabrykagier.halls.characters.StuffMemberGraphicHead) package pl.fabrykagier.halls.characters { import flash.display.*; import pl.fabrykagier.halls.*; public class StuffMemberGraphicHead extends MovieClip { public function StuffMemberGraphicHead(){ if (HallsManager.instance.salesman){ this.gotoAndStop(((5 - int(((HallsManager.instance.salesman.healthLevel / Parameters.StuffmemberHealth) * 5))) + 1)); } else { stop(); }; } } }//package pl.fabrykagier.halls.characters
Section 42
//Bin (pl.fabrykagier.halls.gameplay.Bin) package pl.fabrykagier.halls.gameplay { import pl.fabrykagier.framework.media.*; import flash.geom.*; import pl.fabrykagier.halls.*; public class Bin extends EquipmentBase implements IHallsHolder { private var _hallsType:String; public function Bin(){ addFrameScript(0, frame1, 23, frame24); super(); _markerPosition = this.localToGlobal(new Point(0, 0)); _floorTilePosition.y = 7; _floorTilePosition.x = 4; _floorTilePosition = FloorTile.getCurrentTileXY(_floorTilePosition); } public function get hallsType():String{ return (_hallsType); } function frame24(){ SoundManager.playSound({name:"candySuckedIn_0117", loops:1, duplicate:false}); } function frame1(){ stop(); } override public function serve(_arg1:EquipmentBase):void{ if (HallsManager.instance.salesman.hallsType != null){ _hallsType = HallsManager.instance.salesman.hallsType; HallsManager.instance.salesman.hallsToBin(); this.play(); } else { HallsManager.instance.salesman.nextStep(); }; } } }//package pl.fabrykagier.halls.gameplay
Section 43
//BrandingWall (pl.fabrykagier.halls.gameplay.BrandingWall) package pl.fabrykagier.halls.gameplay { import flash.display.*; import com.greensock.*; public class BrandingWall extends MovieClip { private var _container:MovieClip; public function set branding(_arg1:int):void{ if (_arg1 == 1){ TweenLite.to(_container, 0.25, {alpha:0}); } else { TweenLite.to(_container, 0.5, {alpha:1}); _container.gotoAndStop(_arg1); }; } } }//package pl.fabrykagier.halls.gameplay
Section 44
//Drawer (pl.fabrykagier.halls.gameplay.Drawer) package pl.fabrykagier.halls.gameplay { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import pl.fabrykagier.halls.characters.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.framework.main.*; public class Drawer extends EquipmentBase implements IHallsHolder { private var _length:int; private var _glass:Array; private var _glassUnVisible:Boolean;// = false public var _btn:MovieClip; private var _hallsType:String;// = "blue" public var fill_:DrawerFill; private var _button:MovieClip; public var tube_:PipeAnim; private var _fill:DrawerFill; private var _tube:RefillTube; private var _excludingHallsTypes:Array; public static var drawersOnStage:int; public function Drawer(){ var _local2:int; var _local3:String; _glass = []; _excludingHallsTypes = ["02", "04", "09"]; super(); addFrameScript(0, frame1, 16, frame17, 23, frame24, 29, frame30, 33, frame34, 35, frame36, 36, frame37, 40, frame41, 53, frame54); this.mouseChildren = false; this.addEventListener(MouseEvent.MOUSE_OVER, mouseOverHandler); this.addEventListener(MouseEvent.MOUSE_OUT, mouseOutHandler); _button = MovieClip(this.getChildByName("_btn")); _tube = RefillTube(this.getChildByName("tube_")); _fill = DrawerFill(this.getChildByName("fill_")); length = Parameters.drawerMax; _fill.num = length; var _local1:int = (12 - Parameters.levelDrawers[DocumentClass.getInstance.stats.currentLevel]); if ((((drawersOnStage < Math.round(((_local1 / 2) - 0.5)))) || ((drawersOnStage >= (Math.round(((_local1 / 2) - 0.5)) + Parameters.levelDrawers[DocumentClass.getInstance.stats.currentLevel]))))){ this.visible = false; } else { _local2 = int((Math.random() * HallsManager.instance.hallsTypes.length)); _hallsType = HallsManager.instance.hallsTypes[_local2]; if ((((Parameters.levelDrawers[DocumentClass.getInstance.stats.currentLevel] <= 10)) && (!((_excludingHallsTypes.indexOf(_hallsType) == -1))))){ for each (_local3 in _excludingHallsTypes) { HallsManager.instance.hallsTypes.splice(HallsManager.instance.hallsTypes.indexOf(_local3), 1); }; } else { HallsManager.instance.hallsTypes.splice(_local2, 1); }; HallsManager.instance.hallsTypesUsed.push(_hallsType); }; HallsManager.instance.drawrs.push(this); drawersOnStage++; } public function set glassUnVisible(_arg1:Boolean):void{ var _local2:MovieClip; _glassUnVisible = _arg1; for each (_local2 in _glass) { _local2.visible = !(_glassUnVisible); }; } public function get tube():RefillTube{ return (_tube); } function frame34(){ SoundManager.playSound({name:"draweSmallrOpen_0219", loops:1, duplicate:false}); } override public function serve(_arg1:EquipmentBase):void{ if ((((((HallsManager.instance.salesman.hallsType == null)) && (!((this.currentLabel == "close"))))) && ((_tube.currentLabel == "idle")))){ open(); StuffMemberGraphic(HallsManager.instance.salesman.graphic).pushButton(); } else { HallsManager.instance.salesman.nextStep(); }; } function frame36(){ stop(); giveHalls(); } function frame37(){ SoundManager.playSound({name:"drawerSmallClose_0120", loops:1, duplicate:false}); } function frame30(){ SoundManager.playSound({name:"pipeGoingUp_0121", loops:1, duplicate:false}); } private function mouseOutHandler(_arg1:MouseEvent):void{ if (currentLabel == "showIn"){ gotoAndPlay("showOut"); } else { if (currentLabel == "show"){ gotoAndStop("idle"); }; }; } function frame41(){ SoundManager.playSound({name:"pipeGoingDown_0122", loops:1, duplicate:false}); } public function get hallsType():String{ return (_hallsType); } public function refill():void{ length = Parameters.drawerMax; _fill.num = length; _button.gotoAndStop(1); } public function updateDrawerFill():void{ _fill.num = length; if (length == 0){ _button.gotoAndPlay("red"); HallsManager.instance.showMiniPopup("refill"); }; } public function gameplayReset():void{ var _local2:int; var _local3:String; this.gotoAndStop(1); _button.gotoAndStop(1); _fill.gotoAndStop(1); length = Parameters.drawerMax; _tube.gotoAndStop(1); var _local1:int = (12 - Parameters.levelDrawers[DocumentClass.getInstance.stats.currentLevel]); this.visible = true; if ((((drawersOnStage < Math.round(((_local1 / 2) - 0.5)))) || ((drawersOnStage >= (Math.round(((_local1 / 2) - 0.5)) + Parameters.levelDrawers[DocumentClass.getInstance.stats.currentLevel]))))){ this.visible = false; } else { _local2 = int((Math.random() * HallsManager.instance.hallsTypes.length)); _hallsType = HallsManager.instance.hallsTypes[_local2]; if ((((Parameters.levelDrawers[DocumentClass.getInstance.stats.currentLevel] <= 10)) && (!((_excludingHallsTypes.indexOf(_hallsType) == -1))))){ for each (_local3 in _excludingHallsTypes) { HallsManager.instance.hallsTypes.splice(HallsManager.instance.hallsTypes.indexOf(_local3), 1); }; } else { HallsManager.instance.hallsTypes.splice(_local2, 1); }; HallsManager.instance.hallsTypesUsed.push(_hallsType); }; drawersOnStage++; } public function open():void{ this.gotoAndPlay("open"); _button.play(); } public function set length(_arg1:int):void{ _length = _arg1; } protected function giveHalls():void{ if (_length > 0){ HallsManager.instance.salesman.hallsType = _hallsType; HallsManager.instance.salesman.takeHalls(this); length--; } else { close(); HallsManager.instance.salesman.nextStep(); }; } function frame17(){ stop(); } function frame1(){ stop(); } public function get length():int{ return (_length); } public function set hallsType(_arg1:String):void{ _hallsType = _arg1; } function frame24(){ gotoAndStop("idle"); } public function gameplayPause():void{ stop(); _tube.stop(); } private function mouseOverHandler(_arg1:MouseEvent):void{ if ((((currentLabel == "idle")) || ((currentLabel == "showOut")))){ gotoAndPlay("show"); }; } public function gameplayResume():void{ if (((!((currentLabel == "idle"))) && (!((currentLabel == "opened"))))){ play(); }; if (_tube.currentLabel != "idle"){ _tube.play(); }; } public function close():void{ this.gotoAndPlay("close"); } function frame54(){ gotoAndStop("idle"); } override protected function destroy(_arg1:Event):void{ _glass = null; drawersOnStage = 0; super.destroy(_arg1); } public function get glass():Array{ return (_glass); } public function get glassUnVisible():Boolean{ return (_glassUnVisible); } } }//package pl.fabrykagier.halls.gameplay
Section 45
//DrawerFill (pl.fabrykagier.halls.gameplay.DrawerFill) package pl.fabrykagier.halls.gameplay { import flash.display.*; public class DrawerFill extends MovieClip { public function DrawerFill(){ this.gotoAndStop(6); } public function set num(_arg1:int):void{ this.gotoAndStop((_arg1 + 1)); } } }//package pl.fabrykagier.halls.gameplay
Section 46
//DrawerGlass (pl.fabrykagier.halls.gameplay.DrawerGlass) package pl.fabrykagier.halls.gameplay { import flash.display.*; import flash.events.*; public class DrawerGlass extends MovieClip { public function DrawerGlass(){ this.addEventListener(Event.ADDED_TO_STAGE, add); this.addEventListener(Event.REMOVED_FROM_STAGE, removeHandler); } private function add(_arg1:Event):void{ Drawer(this.parent).glass.push(this); if (Drawer(this.parent).glassUnVisible){ this.visible = false; }; } private function removeHandler(_arg1:Event):void{ this.removeEventListener(Event.ADDED_TO_STAGE, add); this.removeEventListener(Event.REMOVED_FROM_STAGE, removeHandler); if (((this.parent) && (Drawer(this.parent).glass))){ Drawer(this.parent).glass.splice(Drawer(this.parent).glass.indexOf(this), 1); }; } } }//package pl.fabrykagier.halls.gameplay
Section 47
//EquipmentBase (pl.fabrykagier.halls.gameplay.EquipmentBase) package pl.fabrykagier.halls.gameplay { import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.framework.utils.*; public class EquipmentBase extends MovieClip { protected var _markerPosition:Point; protected var _floorTilePosition:Point; public function EquipmentBase(){ this.buttonMode = true; var _local1:ParametersObject = new ParametersObject(this.name); if (((!((_local1.getValue("floorX") == null))) && (!((_local1.getValue("floorY") == null))))){ _floorTilePosition = new Point((int(_local1.getValue("floorX")) * FloorTile.tileWidth), (int(_local1.getValue("floorY")) * FloorTile.tileHeight)); } else { _floorTilePosition = FloorTile.getCurrentTileXY(FloorTile.getCurrentTileId(this.localToGlobal(new Point(30, 50)))); }; _markerPosition = this.localToGlobal(new Point(15, 0)); this.addEventListener(MouseEvent.MOUSE_DOWN, callService); this.addEventListener(Event.REMOVED_FROM_STAGE, destroy); } public function get markerPosition():Point{ return (_markerPosition); } public function get floorTilePosition():Point{ return (_floorTilePosition); } protected function callService(_arg1:MouseEvent):void{ if (HallsManager.instance.pointObject != null){ return; }; HallsManager.instance.salesman.goToServe(this); } protected function destroy(_arg1:Event):void{ this.removeEventListener(MouseEvent.MOUSE_DOWN, callService); this.removeEventListener(Event.REMOVED_FROM_STAGE, destroy); } public function serve(_arg1:EquipmentBase):void{ } } }//package pl.fabrykagier.halls.gameplay
Section 48
//FloorTile (pl.fabrykagier.halls.gameplay.FloorTile) package pl.fabrykagier.halls.gameplay { import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.*; public class FloorTile extends MovieClip { private var _id:Point; private static var tileWidth2:Number = 34.9; private static var sinTheta:Number = Math.sin(((-45 * Math.PI) / 180)); private static var mT:Matrix = new Matrix(); private static var m:Matrix = new Matrix(); private static var translate:Point = new Point(((360 + 34.8) - 69.8), (570 + 40.2)); public static var tileHeight:Number = 20.1; private static var cosTheta:Number = Math.cos(((-45 * Math.PI) / 180)); public static var tileWidth:Number = 69.8; private static var tileHeight2:Number = 20.1; public function FloorTile(){ this.alpha = 0; this.addEventListener(MouseEvent.MOUSE_DOWN, callService); this.addEventListener(Event.REMOVED_FROM_STAGE, destroy); } private function destroy(_arg1:Event):void{ this.removeEventListener(MouseEvent.MOUSE_DOWN, callService); this.removeEventListener(Event.REMOVED_FROM_STAGE, destroy); } public function setPosition(_arg1:Point):void{ _id = _arg1.clone(); _arg1 = getCurrentTileXY(_arg1); this.x = _arg1.x; this.y = _arg1.y; } private function callService(_arg1:MouseEvent):void{ if (HallsManager.instance.pointObject != null){ return; }; HallsManager.instance.salesman.goOnCall(this.localToGlobal(new Point())); } public static function getCurrentTileXY(_arg1:Point):Point{ _arg1 = m.transformPoint(_arg1); _arg1.x = ((_arg1.x * tileWidth2) / cosTheta); _arg1.y = ((_arg1.y * tileHeight2) / sinTheta); return (_arg1.add(translate)); } public static function getCurrentTileId(_arg1:Point):Point{ _arg1 = _arg1.subtract(translate); _arg1.x = (_arg1.x / (tileWidth2 / cosTheta)); _arg1.y = (_arg1.y / (tileHeight2 / sinTheta)); _arg1 = mT.transformPoint(_arg1); var _local2:Point = new Point(); _local2.x = Math.round(_arg1.x); _local2.y = Math.round(_arg1.y); return (_local2); } m.rotate(((-45 * Math.PI) / 180)); mT.rotate(((45 * Math.PI) / 180)); } }//package pl.fabrykagier.halls.gameplay
Section 49
//HallsGraphic (pl.fabrykagier.halls.gameplay.HallsGraphic) package pl.fabrykagier.halls.gameplay { import flash.display.*; import flash.events.*; import pl.fabrykagier.halls.*; public class HallsGraphic extends MovieClip { public function HallsGraphic(){ this.addEventListener(Event.ADDED_TO_STAGE, initSet); this.addEventListener(Event.REMOVED_FROM_STAGE, destroy); } private function initSet(_arg1:Event):void{ var _local2:DisplayObject = this.parent; while (_local2 != stage) { if ((_local2 is IHallsHolder)){ this.type = IHallsHolder(_local2).hallsType; break; }; _local2 = _local2.parent; }; } private function destroy(_arg1:Event):void{ this.removeEventListener(Event.ADDED_TO_STAGE, initSet); this.removeEventListener(Event.REMOVED_FROM_STAGE, destroy); } public function set type(_arg1:String):void{ this.gotoAndStop((HallsManager.hallsTypeID(_arg1) + 1)); this.removeEventListener(Event.ADDED_TO_STAGE, initSet); } } }//package pl.fabrykagier.halls.gameplay
Section 50
//PowerUp (pl.fabrykagier.halls.gameplay.PowerUp) package pl.fabrykagier.halls.gameplay { import flash.display.*; import flash.geom.*; import pl.fabrykagier.halls.*; public class PowerUp extends EquipmentBase { private var _hiden:Boolean; private var _labels:Array; public function PowerUp(){ addFrameScript(18, frame19, 36, frame37, 54, frame55, 72, frame73, 90, frame91); super(); this.stop(); _markerPosition = this.localToGlobal(new Point(0, 0)); _floorTilePosition.y = 1; _floorTilePosition.x = 0; this.visible = false; _floorTilePosition = FloorTile.getCurrentTileXY(_floorTilePosition); _labels = this.currentLabels; } protected function hide():void{ _hiden = false; visible = false; this.stop(); } function frame91(){ hide(); } function frame73(){ hide(); } function frame55(){ hide(); } override public function serve(_arg1:EquipmentBase):void{ if ((((((HallsManager.instance.salesman.hallsType == null)) && (!(_hiden)))) && (this.visible))){ HallsManager.instance.salesman.addPowerUp(this.powerUpType); this.play(); _hiden = true; } else { HallsManager.instance.salesman.nextStep(); }; } public function randomize():void{ var _local1:String; var _local2:Boolean; do { _local1 = FrameLabel(_labels[int((_labels.length * Math.random()))]).name; _local2 = true; switch (_local1){ case "slowCustomersDown": break; case "seeAllDrawers": break; case "speedMeUp": break; case "healthUp": break; case "hallsUp": if (Math.random() > 0.2){ _local2 = false; }; break; }; } while (!(_local2)); this.gotoAndStop(_local1); this.visible = true; } function frame19(){ hide(); } function frame37(){ hide(); } private function get powerUpType():String{ return (this.currentLabel); } } }//package pl.fabrykagier.halls.gameplay
Section 51
//RefillTube (pl.fabrykagier.halls.gameplay.RefillTube) package pl.fabrykagier.halls.gameplay { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import flash.geom.*; import com.greensock.*; import pl.fabrykagier.halls.characters.*; import pl.fabrykagier.halls.*; import com.greensock.easing.*; public class RefillTube extends MovieClip { private var _body:MovieClip; private var _currentDrawer:Drawer; private var _tween:TweenLite; private var _startPosition:Point; public var body_:MovieClip; public function RefillTube(){ _body = MovieClip(this.getChildByName("body_")); _startPosition = new Point(this.x, this.y); this.stop(); this.addEventListener(Event.REMOVED_FROM_STAGE, destroy); _body.gotoAndStop(1); } private function goUp():void{ SoundManager.stopSound({name:"cxxs"}); SoundManager.playSound({name:"pipeMovementLoop_0118", loops:999, duplicate:false}); _body.gotoAndStop(1); this.gotoAndPlay("goUp"); } protected function refill():void{ SoundManager.stopSound({name:"pipeMovementLoop_0118"}); SoundManager.playSound({name:"cxxs", loops:999, duplicate:false}); this.stop(); _tween = TweenLite.to(this, Parameters.refillTime, {onComplete:goUp, ease:Linear.easeInOut}); _currentDrawer.refill(); _body.play(); } private function goDown():void{ SoundManager.playSound({name:"pipeMovementLoop_0118", loops:999, duplicate:false}); this.gotoAndPlay("goDown"); } protected function goBack():void{ SoundManager.stopSound({name:"pipeMovementLoop_0118"}); this.gotoAndStop(1); } public function goOnPosition():void{ goDown(); } public function setTarget(_arg1:Drawer):void{ if (HallsManager.instance.salesman.hallsType == null){ _currentDrawer = _arg1; StuffMemberGraphic(HallsManager.instance.salesman.graphic).refill(); HallsManager.instance.tubeTrigger.play(); } else { HallsManager.instance.salesman.nextStep(); }; } private function destroy(_arg1:Event):void{ if (_tween){ _tween.kill(); }; _currentDrawer = null; this.addEventListener(Event.REMOVED_FROM_STAGE, destroy); SoundManager.stopSound({name:"pipeMovementLoop_0118"}); } } }//package pl.fabrykagier.halls.gameplay
Section 52
//RefillTubeTrigger (pl.fabrykagier.halls.gameplay.RefillTubeTrigger) package pl.fabrykagier.halls.gameplay { import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.*; public class RefillTubeTrigger extends EquipmentBase { public function RefillTubeTrigger(){ _markerPosition = this.localToGlobal(new Point(0, 0)); _floorTilePosition.y = 5; _floorTilePosition.x = 4; _floorTilePosition = FloorTile.getCurrentTileXY(_floorTilePosition); } override public function serve(_arg1:EquipmentBase):void{ } override protected function callService(_arg1:MouseEvent):void{ HallsManager.instance.pointObject = this; _arg1.stopImmediatePropagation(); } } }//package pl.fabrykagier.halls.gameplay
Section 53
//HUD (pl.fabrykagier.halls.UI.HUD) package pl.fabrykagier.halls.UI { import flash.text.*; import flash.display.*; import com.greensock.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.framework.main.*; import pl.fabrykagier.framework.utils.*; public class HUD extends MovieClip { private var _points:TextField; private var _healthNUMBER:int; private var _time:TextField; public var scorePanel_:MovieClip; public var helthBar_:MovieClip; private var _health:MovieClip; public function HUD(){ _health = MovieClip(this.getChildByName("helthBar_")); _points = TextField(MovieClip(this.getChildByName("scorePanel_")).getChildByName("points_")); _time = TextField(MovieClip(this.getChildByName("scorePanel_")).getChildByName("time_")); reset(); } public function set time(_arg1:int):void{ _time.text = Utilities.msToTimeFormat((_arg1 * 1000)); this.cacheAsBitmap = true; } private function updateHealth():void{ _health.gotoAndStop(_healthNUMBER); this.cacheAsBitmap = true; } public function set points(_arg1:int):void{ _points.text = int((DocumentClass.getInstance.stats.gamePoint + _arg1)).toString(); this.cacheAsBitmap = true; } public function reset():void{ health = 100; points = 0; time = (Parameters.levelTime[DocumentClass.getInstance.stats.currentLevel] / 1000); } public function set healthNUMBER(_arg1:int):void{ _healthNUMBER = _arg1; } public function get healthNUMBER():int{ return (_healthNUMBER); } public function set health(_arg1:int):void{ _healthNUMBER = _health.currentFrame; TweenLite.to(this, 1, {healthNUMBER:(99 - _arg1), onUpdate:updateHealth}); this.cacheAsBitmap = true; } } }//package pl.fabrykagier.halls.UI
Section 54
//PauseButton (pl.fabrykagier.halls.UI.PauseButton) package pl.fabrykagier.halls.UI { import flash.events.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.framework.ui.graphical.*; public class PauseButton extends InterfaceButton { private var _paused:Boolean; public function PauseButton(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5, 5, frame6); super(); } function frame6(){ stop(); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ stop(); } function frame4(){ stop(); } function frame5(){ stop(); } override protected function onClick(_arg1:MouseEvent):void{ _paused = !(_paused); if (_paused){ HallsManager.instance.gameplayPause(); } else { HallsManager.instance.gameplayResume(); }; changeLabels(); super.onClick(_arg1); } public function get paused():Boolean{ return (_paused); } protected function changeLabels():void{ if (!_paused){ mouseDownLabel = "click_on"; mouseOverLabel = "on_on"; mouseOutLabel = "off_on"; } else { mouseDownLabel = "click_off"; mouseOverLabel = "on_off"; mouseOutLabel = "off_off"; }; } } }//package pl.fabrykagier.halls.UI
Section 55
//PointsTextFiled (pl.fabrykagier.halls.UI.PointsTextFiled) package pl.fabrykagier.halls.UI { import flash.text.*; import flash.display.*; import pl.fabrykagier.framework.main.*; public class PointsTextFiled extends MovieClip { public var level_:TextField; public var game_:TextField; public function PointsTextFiled(){ TextField(this.getChildByName("level_")).text = ("Level points: " + DocumentClass.getInstance.stats.levelPoint.toString()); TextField(this.getChildByName("game_")).text = ("Total points: " + DocumentClass.getInstance.stats.gamePoint.toString()); } } }//package pl.fabrykagier.halls.UI
Section 56
//PopupLevelCompleted (pl.fabrykagier.halls.UI.PopupLevelCompleted) package pl.fabrykagier.halls.UI { import flash.text.*; import flash.display.*; import pl.fabrykagier.framework.main.*; public class PopupLevelCompleted extends MovieClip { public var playGrandparent_true$parameter_menu_false$:button_popUp_play; public var playGrandparent_true$parameter_menu_true$:button_mainMenu; public var level_:TextField; public function PopupLevelCompleted(){ TextField(this.getChildByName("level_")).text = (("Level " + DocumentClass.getInstance.stats.currentLevel) + " completed"); } } }//package pl.fabrykagier.halls.UI
Section 57
//PopupLevelStart (pl.fabrykagier.halls.UI.PopupLevelStart) package pl.fabrykagier.halls.UI { import flash.text.*; import flash.display.*; import pl.fabrykagier.framework.main.*; public class PopupLevelStart extends MovieClip { public var playGrandparent_true$:button_popUp_play2; public var level_:TextField; public function PopupLevelStart(){ TextField(this.getChildByName("level_")).text = ("Level " + DocumentClass.getInstance.stats.currentLevel); } } }//package pl.fabrykagier.halls.UI
Section 58
//PopupMinilevelHalfTime (pl.fabrykagier.halls.UI.PopupMinilevelHalfTime) package pl.fabrykagier.halls.UI { import flash.text.*; import flash.display.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.framework.main.*; public class PopupMinilevelHalfTime extends MovieClip { public var sec_:TextField; public function PopupMinilevelHalfTime(){ TextField(this.getChildByName("sec_")).text = int((Parameters.levelTime[DocumentClass.getInstance.stats.currentLevel] / 2000)).toString(); } } }//package pl.fabrykagier.halls.UI
Section 59
//PopupMiniLevelStart (pl.fabrykagier.halls.UI.PopupMiniLevelStart) package pl.fabrykagier.halls.UI { import flash.text.*; import flash.display.*; import pl.fabrykagier.halls.*; import pl.fabrykagier.framework.main.*; public class PopupMiniLevelStart extends MovieClip { public var sec_:TextField; public function PopupMiniLevelStart(){ TextField(this.getChildByName("sec_")).text = int((Parameters.levelTime[DocumentClass.getInstance.stats.currentLevel] / 1000)).toString(); } } }//package pl.fabrykagier.halls.UI
Section 60
//PopupMiniPopup (pl.fabrykagier.halls.UI.PopupMiniPopup) package pl.fabrykagier.halls.UI { import flash.display.*; import flash.events.*; import pl.fabrykagier.framework.ui.graphical.*; public class PopupMiniPopup extends MovieClip { public function PopupMiniPopup(){ this.mouseEnabled = false; this.addEventListener(Event.ADDED_TO_STAGE, setFrameHandler); } private function setFrameHandler(_arg1:Event):void{ this.gotoAndStop(PopupAnimation(this.parent).data); } } }//package pl.fabrykagier.halls.UI
Section 61
//RandomTagline (pl.fabrykagier.halls.UI.RandomTagline) package pl.fabrykagier.halls.UI { import flash.display.*; public class RandomTagline extends MovieClip { public function RandomTagline(){ this.gotoAndStop((int((Math.random() * this.totalFrames)) + 1)); } } }//package pl.fabrykagier.halls.UI
Section 62
//GameStats (pl.fabrykagier.halls.GameStats) package pl.fabrykagier.halls { public class GameStats { public var currentLive:int; public var currentLevel:int;// = 1 public var levelPoint:int; public var gamePoint:int; public function GameStats(){ currentLive = Parameters.gameLives; super(); } } }//package pl.fabrykagier.halls
Section 63
//HallsCandystandApiBridge (pl.fabrykagier.halls.HallsCandystandApiBridge) package pl.fabrykagier.halls { import pl.fabrykagier.framework.utils.candystand.*; import flash.display.*; import pl.fabrykagier.framework.main.*; public class HallsCandystandApiBridge extends CandystandApiBridge { public function HallsCandystandApiBridge(_arg1:MovieClip, _arg2:String, _arg3:String, _arg4:Boolean=false){ super(_arg1, _arg2, _arg3, _arg4); } override public function quitSubmit():void{ var _local1:int = DocumentClass.getInstance.stats.gamePoint; if (bestScore < _local1){ bestScore = _local1; }; super.quitSubmit(); } } }//package pl.fabrykagier.halls
Section 64
//HallsManager (pl.fabrykagier.halls.HallsManager) package pl.fabrykagier.halls { import pl.fabrykagier.framework.media.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.gameplay.*; import pl.fabrykagier.halls.characters.*; import pl.fabrykagier.halls.UI.*; import pl.fabrykagier.framework.main.*; import pl.fabrykagier.framework.utils.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.*; public class HallsManager extends Sprite implements IGameplay { private var _customersArea:CustommrsArea; private var _powerUpTimer:Timer; private var _floorWalkableTiles:Array; public var hallsTypesUsed:Array; private var _win:Boolean; private var _drawrs:Array; private var _miniPopup:PopupAnimation; private var _salesman:StuffMember; private var _pointObject:EquipmentBase; public var customers_:CustommrsArea; private var _hud:HUD; private var _powerUp:PowerUp; public var hallsTypes:Array; public var tubeTrigger_:RefillTrigger; private var _pendingPopups:Array; public var salesman_:StuffMemberGraphic; private var _tubeTrigger:MovieClip; private var _mouseIcon:MovieClip; public var wall_:Wall; public var sideCounter_:MovieClip; private var _gameTimer:Timer; private var _floorTiles:Array; public var powerup_:PowerUp; private static var _instance:HallsManager; private static var hallsTypesColors:Array = ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "health"]; public function HallsManager(){ _floorTiles = []; _floorWalkableTiles = []; _drawrs = []; hallsTypesUsed = []; hallsTypes = ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"]; _pendingPopups = []; _instance = this; super(); gameplayInit(); this.addEventListener(Event.REMOVED_FROM_STAGE, destroy); } private function showPowerUpHandler(_arg1:TimerEvent):void{ _powerUp.randomize(); } public function get customersArea():CustommrsArea{ return (_customersArea); } public function get drawrs():Array{ return (_drawrs); } private function gameTimeOverHandler(_arg1:TimerEvent):void{ _win = true; gameplayStop(); } private function pointServeDrinkHandler(_arg1:MouseEvent):void{ var _local2:Drawer; if ((_arg1.target is Drawer)){ _local2 = (_arg1.target as Drawer); _salesman.goToAndRefill((_pointObject as RefillTubeTrigger), _local2); }; pointObject = null; } public function gameplayPause():void{ var _local1:Drawer; SoundManager.stopSound({name:"pipeMovementLoop_0118"}); if (_gameTimer.running){ _gameTimer.stop(); }; if (_powerUpTimer.running){ _powerUpTimer.stop(); }; pointObject = null; this.mouseChildren = false; this.mouseEnabled = false; _salesman.gameplayPause(); _customersArea.gameplayPause(); for each (_local1 in _drawrs) { _local1.gameplayPause(); }; } public function get salesman():StuffMember{ return (_salesman); } public function showMiniPopup(_arg1:String):void{ _pendingPopups.push(_arg1); if (_miniPopup == null){ createNextPopupHandler(null); }; } private function gameTimeClockUpdateHandler(_arg1:TimerEvent):void{ if (((!((int(((_gameTimer.currentCount - 1) / 10)) == int((_gameTimer.currentCount / 10))))) && ((int((_gameTimer.currentCount / 10)) == int((Parameters.levelTime[DocumentClass.getInstance.stats.currentLevel] / 2000)))))){ HallsManager.instance.showMiniPopup("HALFTIME"); }; if (((!((int(((_gameTimer.currentCount - 1) / 10)) == int((_gameTimer.currentCount / 10))))) && ((int((_gameTimer.currentCount / 10)) == (int((Parameters.levelTime[DocumentClass.getInstance.stats.currentLevel] / 1000)) - 15))))){ HallsManager.instance.showMiniPopup("15s"); }; _hud.time = (int((Parameters.levelTime[DocumentClass.getInstance.stats.currentLevel] / 1000)) - int((_gameTimer.currentCount / 10))); } public function get tubeTrigger():MovieClip{ return (_tubeTrigger); } private function popupGameFailHandler(_arg1:Event):void{ PopupAnimation(_arg1.currentTarget).removeEventListener(PopupAnimation.ON_REMOVE, popupGameFailHandler); if (DocumentClass.getInstance.parameters["menu"] == "false"){ DocumentClass.getInstance.stats = new GameStats(); gameplayReset(); } else { DocumentClass.getInstance.delayedGoto = "toTitle"; DocumentClass.getInstance.play(); DocumentClass.getInstance.lockButtons(); }; } public function showPopup():void{ var _local1:PopupAnimation; var _local2:Class; if (!DocumentClass.getInstance.tutorialPopup){ DocumentClass.getInstance.tutorialPopup = true; _local2 = (getDefinitionByName("popUp_tutorial_animation") as Class); _local1 = (new (_local2) as PopupAnimation); _local1.addEventListener(PopupAnimation.ON_REMOVE, popupGameStartHandler); } else { _local2 = (getDefinitionByName("popUp_levelStart_animation") as Class); _local1 = (new (_local2) as PopupAnimation); _local1.addEventListener(PopupAnimation.ON_REMOVE, popupLevelStartHandler); }; DocumentClass.getInstance.addChild(_local1); } private function createNextPopupHandler(_arg1:Event):void{ var _local2:String; var _local3:Class; if (_miniPopup != null){ _miniPopup.removeEventListener(PopupAnimation.ON_REMOVE, createNextPopupHandler); }; if (_pendingPopups.length == 0){ _miniPopup = null; } else { _local2 = _pendingPopups.shift(); _local3 = (getDefinitionByName("popUp_inGame_animation") as Class); _miniPopup = (new (_local3) as PopupAnimation); _miniPopup.data = _local2; _miniPopup.initLock; _miniPopup.addEventListener(PopupAnimation.ON_REMOVE, createNextPopupHandler); this.addChild(_miniPopup); }; } public function get hud():HUD{ return (_hud); } private function gameplayReset():void{ var _local1:Drawer; SoundManager.refresh(); hallsTypes = ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"]; _gameTimer.repeatCount = int((Parameters.levelTime[DocumentClass.getInstance.stats.currentLevel] / 100)); _gameTimer.reset(); _win = false; hallsTypesUsed = []; _salesman.gameplayReset(); _customersArea.gameplayReset(); _powerUp.visible = false; Drawer.drawersOnStage = 0; for each (_local1 in _drawrs) { _local1.gameplayReset(); }; _powerUpTimer.reset(); _hud.reset(); MovieClip(this.getChildByName("sideCounter_")).gotoAndStop(Parameters.levelDrawers[DocumentClass.getInstance.stats.currentLevel]); gameplayStart(); } public function gameplayStop():void{ var _local1:Drawer; var _local2:PopupAnimation; var _local3:Class; pointObject = null; this.mouseChildren = false; this.mouseEnabled = false; _salesman.gameplayStop(); _customersArea.gameplayStop(); SoundManager.stopSound({name:"pipeMovementLoop_0118"}); if (_gameTimer.running){ _gameTimer.stop(); }; if (_powerUpTimer.running){ _powerUpTimer.stop(); }; for each (_local1 in _drawrs) { _local1.gameplayPause(); }; if (_win){ SoundManager.playSound({name:"yippee_0714", loops:1, duplicate:false}); DocumentClass.getInstance.stats.gamePoint = (DocumentClass.getInstance.stats.gamePoint + DocumentClass.getInstance.stats.levelPoint); if (DocumentClass.getInstance.stats.currentLevel < Parameters.gameLevels){ _local3 = (getDefinitionByName("popUp_levelComplete_animation") as Class); _local2 = (new (_local3) as PopupAnimation); _local2.addEventListener(PopupAnimation.ON_REMOVE, popupLevelCompleteHandler); } else { _local3 = (getDefinitionByName("popUp_gameComplete_animation") as Class); _local2 = (new (_local3) as PopupAnimation); _local2.addEventListener(PopupAnimation.ON_REMOVE, popupGameCompleteHandler); }; } else { if (DocumentClass.getInstance.stats.currentLive-- == 0){ _local3 = (getDefinitionByName("popUp_gameFail_animation") as Class); _local2 = (new (_local3) as PopupAnimation); _local2.addEventListener(PopupAnimation.ON_REMOVE, popupGameFailHandler); } else { _local3 = (getDefinitionByName("popUp_levelFail_animation") as Class); _local2 = (new (_local3) as PopupAnimation); _local2.addEventListener(PopupAnimation.ON_REMOVE, popupLevelFailHandler); }; }; DocumentClass.getInstance.addChild(_local2); } public function gameplayInit():void{ var _local2:FloorTile; var _local4:int; var _local1:Class = (getDefinitionByName("MouseIcon") as Class); _mouseIcon = (new (_local1) as MovieClip); _salesman = new StuffMember(MovieClip(this.getChildByName("salesman_"))); _customersArea = CustommrsArea(this.getChildByName("customers_")); _powerUp = PowerUp(this.getChildByName("powerup_")); _tubeTrigger = MovieClip(this.getChildByName("tubeTrigger_")); _hud = HUD(DocumentClass.getInstance.getChildByName("hud_")); MovieClip(this.getChildByName("sideCounter_")).gotoAndStop(Parameters.levelDrawers[DocumentClass.getInstance.stats.currentLevel]); this.mouseChildren = false; this.mouseEnabled = false; _powerUpTimer = new Timer(100, int((Parameters.powerUpShowTime / 100))); _powerUpTimer.addEventListener(TimerEvent.TIMER_COMPLETE, showPowerUpHandler); _gameTimer = new Timer(100, int((Parameters.levelTime[DocumentClass.getInstance.stats.currentLevel] / 100))); _gameTimer.addEventListener(TimerEvent.TIMER_COMPLETE, gameTimeOverHandler); _gameTimer.addEventListener(TimerEvent.TIMER, gameTimeClockUpdateHandler); var _local3:int; while (_local3 < 5) { _floorTiles.push([]); _floorWalkableTiles.push([]); _local4 = 0; while (_local4 < 15) { _local2 = new FloorTile(); _local2.setPosition(new Point(_local3, _local4)); this.addChildAt(_local2, 1); _floorTiles[_local3][_local4] = _local2; _floorWalkableTiles[_local3][_local4] = true; _local4++; }; _local3++; }; } public function set pointObject(_arg1:EquipmentBase):void{ if ((((_arg1 == null)) || ((_pointObject == _arg1)))){ _mouseIcon.stopDrag(); if (_mouseIcon.parent){ this.removeChild(_mouseIcon); }; _pointObject = null; this.removeEventListener(MouseEvent.MOUSE_DOWN, pointServeDrinkHandler); } else { _mouseIcon.x = this.mouseX; _mouseIcon.y = this.mouseY; _mouseIcon.startDrag(); this.addChild(_mouseIcon); _pointObject = _arg1; this.addEventListener(MouseEvent.MOUSE_DOWN, pointServeDrinkHandler); }; } public function gameplayStart():void{ var _local1:Drawer; _powerUpTimer.start(); _gameTimer.start(); this.mouseChildren = true; this.mouseEnabled = true; _salesman.gameplayStart(); _customersArea.gameplayStart(); for each (_local1 in _drawrs) { _local1.updateDrawerFill(); }; showMiniPopup("levelStart"); } public function addPoints(_arg1:int):void{ DocumentClass.getInstance.stats.levelPoint = (DocumentClass.getInstance.stats.levelPoint + _arg1); hud.points = DocumentClass.getInstance.stats.levelPoint; } private function popupGameStartHandler(_arg1:Event):void{ var _local2:PopupAnimation; var _local3:Class; PopupAnimation(_arg1.currentTarget).removeEventListener(PopupAnimation.ON_REMOVE, popupGameStartHandler); _local3 = (getDefinitionByName("popUp_levelStart_animation") as Class); _local2 = (new (_local3) as PopupAnimation); _local2.addEventListener(PopupAnimation.ON_REMOVE, popupLevelStartHandler); DocumentClass.getInstance.addChild(_local2); } private function popupLevelStartHandler(_arg1:Event):void{ PopupAnimation(_arg1.currentTarget).removeEventListener(PopupAnimation.ON_REMOVE, popupLevelStartHandler); gameplayStart(); } private function popupGameCompleteHandler(_arg1:Event):void{ PopupAnimation(_arg1.currentTarget).removeEventListener(PopupAnimation.ON_REMOVE, popupGameCompleteHandler); if (DocumentClass.getInstance.parameters["menu"] == "false"){ DocumentClass.getInstance.stats = new GameStats(); gameplayReset(); } else { DocumentClass.getInstance.delayedGoto = "toTitle"; DocumentClass.getInstance.play(); DocumentClass.getInstance.lockButtons(); }; } public function get pointObject():EquipmentBase{ return (_pointObject); } public function restartPowerUp():void{ _powerUpTimer.reset(); _powerUpTimer.start(); } public function gameplayResume():void{ var _local1:Drawer; if (((!((_powerUpTimer.currentCount == 0))) && (!((_powerUpTimer.currentCount == _powerUpTimer.repeatCount))))){ _powerUpTimer.start(); }; this.mouseChildren = true; this.mouseEnabled = true; _salesman.gameplayResume(); _customersArea.gameplayResume(); _gameTimer.start(); for each (_local1 in _drawrs) { _local1.gameplayResume(); }; } public function get floorWalkableTiles():Array{ return (_floorWalkableTiles); } private function popupLevelCompleteHandler(_arg1:Event):void{ PopupAnimation(_arg1.currentTarget).removeEventListener(PopupAnimation.ON_REMOVE, popupLevelCompleteHandler); DocumentClass.getInstance.stats.currentLevel++; DocumentClass.getInstance.stats.levelPoint = 0; if (DocumentClass.getInstance.parameters["menu"] == "false"){ gameplayReset(); } else { DocumentClass.getInstance.delayedGoto = "toTitle"; DocumentClass.getInstance.play(); DocumentClass.getInstance.lockButtons(); }; } private function destroy(_arg1:Event):void{ _hud = null; if (_gameTimer.running){ _gameTimer.stop(); }; _gameTimer.removeEventListener(TimerEvent.TIMER_COMPLETE, gameTimeOverHandler); _gameTimer.removeEventListener(TimerEvent.TIMER, gameTimeClockUpdateHandler); if (_miniPopup != null){ _miniPopup.stop(); if (_miniPopup.parent){ _miniPopup.parent.removeChild(_miniPopup); }; _miniPopup.removeEventListener(PopupAnimation.ON_REMOVE, createNextPopupHandler); }; if (_powerUpTimer.running){ _powerUpTimer.stop(); }; _drawrs = null; _instance = null; this.removeEventListener(MouseEvent.MOUSE_DOWN, pointServeDrinkHandler); _powerUpTimer.removeEventListener(TimerEvent.TIMER_COMPLETE, showPowerUpHandler); } private function popupLevelFailHandler(_arg1:Event):void{ DocumentClass.getInstance.stats.levelPoint = 0; PopupAnimation(_arg1.currentTarget).removeEventListener(PopupAnimation.ON_REMOVE, popupLevelFailHandler); if (DocumentClass.getInstance.parameters["menu"] == "false"){ gameplayReset(); } else { DocumentClass.getInstance.delayedGoto = "toTitle"; DocumentClass.getInstance.play(); DocumentClass.getInstance.lockButtons(); }; } public static function get instance():HallsManager{ return (_instance); } public static function hallsTypeID(_arg1:String):int{ return ((hallsTypesColors.indexOf(_arg1) + 1)); } } }//package pl.fabrykagier.halls
Section 65
//IHallsHolder (pl.fabrykagier.halls.IHallsHolder) package pl.fabrykagier.halls { public interface IHallsHolder { function get hallsType():String; } }//package pl.fabrykagier.halls
Section 66
//Parameters (pl.fabrykagier.halls.Parameters) package pl.fabrykagier.halls { public class Parameters { public static var gameLevels:int = 10; public static var pointsClearServingBonus:int = 25; public static var levelDrawers:Array = [2, 4, 5, 6, 7, 8, 8, 9, 9, 10, 10]; public static var maxAngryNumber:int = 5; public static var customerNorlmalSpeed:Number = 2.5; public static var powerUpShowTime:int = 8000; public static var refillTubeSpeed:Number = 0; public static var stuffMemberSpeedRatio:Number = 1.5; public static var StuffmemberHealth:int = 10; public static var levelSets:Array = [[["boy"], ["businessman"], ["girl"], ["professor"]], [["boy"], ["businessman"], ["girl"], ["professor"]], [["boy"], ["businessman"], ["girl"], ["nerdyKid"], ["professor"]], [["boy"], ["businessman"], ["girl"], ["hipster"], ["nerdyKid"], ["professor"]], [["boy"], ["businessman"], ["girl"], ["hipster"], ["nerdyKid"], ["professor"], ["wrestler1", "wrestler2"]], [["boy"], ["businessman"], ["girl"], ["hipster"], ["nerdyKid"], ["policeman"], ["professor"], ["wrestler1", "wrestler2"]], [["girl", "boy", "man", "woman"], ["boy"], ["businessman"], ["girl"], ["hipster"], ["nerdyKid"], ["policeman"], ["professor"], ["wrestler1", "wrestler2"]], [["girl", "boy", "man", "woman"], ["boy"], ["businessman"], ["girl"], ["hipster"], ["nerdyKid"], ["oldMan"], ["policeman"], ["professor"], ["wrestler1", "wrestler2"]], [["girl", "boy", "man", "woman"], ["boy"], ["businessman"], ["girl"], ["hipster"], ["nerdyKid"], ["oldMan"], ["policeman"], ["professor"], ["soldier1", "soldier2"], ["wrestler1", "wrestler2"]], [["girl", "boy", "man", "woman"], ["boy"], ["businessman"], ["girl"], ["hipster"], ["nerdyKid"], ["oldMan"], ["policeman"], ["professor"], ["soldier1", "soldier2"], ["wrestler1", "wrestler2"]], [["dancerFemale1", "dancerFemale2", "dancerMale", "dancerMale2"], ["girl", "boy", "man", "woman"], ["boy"], ["businessman"], ["girl"], ["hipster"], ["nerdyKid"], ["oldMan"], ["policeman"], ["professor"], ["soldier1", "soldier2"], ["wrestler1", "wrestler2"]]]; public static var levelDoubleOrder:Array = [0, 0, 0.1, 0.3, 0.2, 0.3, 0.3, 0.4, 0.4, 0.3, 0.2]; public static var customerAngryTime:Number = 3000; public static var customerSuperSpeedRatio:Number = 2; public static var refillTime:Number = 1.3; public static var levelNewCustomerTime:Array = [3000, 9000, 9000, 10000, 10000, 11000, 13000, 15000, 16000, 17000, 18000]; public static var womens:Array = ["dancerFemale1", "dancerFemale2", "woman", "girl"]; public static var powerUpTime:Number = 30000; public static var coughMinimumTime:Number = 5000; public static var drawerMax:int = 5; public static var gameLives:int = -1; public static var pointsHalls:int = 100; public static var levelTime:Array = [99000, 45000, 60000, 75000, 75000, 75000, 90000, 90000, 105000, 105000, 120000]; public static var stuffMemberSpeed:Number = 20; public static var levelMaxCustomers:Array = [8, 9, 9, 8, 8, 8, 8, 7, 6, 6, 6]; public static var customerSuperSpeedTime:Number = 3000; } }//package pl.fabrykagier.halls
Section 67
//acidDrop_012 (acidDrop_012) package { import pl.fabrykagier.framework.media.*; public dynamic class acidDrop_012 extends SoundObject { } }//package
Section 68
//angryCustomer_083 (angryCustomer_083) package { import pl.fabrykagier.framework.media.*; public dynamic class angryCustomer_083 extends SoundObject { } }//package
Section 69
//angryCustomer_122 (angryCustomer_122) package { import pl.fabrykagier.framework.media.*; public dynamic class angryCustomer_122 extends SoundObject { } }//package
Section 70
//angryCustomerFemale_013 (angryCustomerFemale_013) package { import pl.fabrykagier.framework.media.*; public dynamic class angryCustomerFemale_013 extends SoundObject { } }//package
Section 71
//angryCustomerFemale_022 (angryCustomerFemale_022) package { import pl.fabrykagier.framework.media.*; public dynamic class angryCustomerFemale_022 extends SoundObject { } }//package
Section 72
//boy (boy) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class boy extends Customer { public function boy(){ addFrameScript(40, frame41, 80, frame81, 120, frame121, 141, frame142, 182, frame183, 206, frame207, 210, frame211, 228, frame229, 252, frame253, 277, frame278); } function frame253(){ removeComplete(); } function frame142(){ gotoAndPlay("standAngry"); } function frame121(){ stop(); } function frame211(){ giveSound("disappear_puff_024"); } function frame81(){ stop(); } function frame41(){ loop(); } function frame229(){ giveSound("scooter_010"); } function frame207(){ eatComplete(); } function frame278(){ eatComplete(); } function frame183(){ loop(); } } }//package
Section 73
//businessman (businessman) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class businessman extends Customer { public function businessman(){ addFrameScript(39, frame40, 78, frame79, 117, frame118, 139, frame140, 179, frame180, 234, frame235, 289, frame290, 293, frame294, 303, frame304, 321, frame322, 326, frame327, 339, frame340); } function frame140(){ gotoAndPlay("standAngry"); } function frame340(){ removeComplete(); } function frame180(){ loop(); } function frame322(){ giveSound("whoosh_500"); } function frame235(){ eatComplete(); } function frame40(){ loop(); } function frame304(){ giveSound("suitcaseOpen_011"); } function frame327(){ giveSound("suitcaseClose_022"); } function frame294(){ giveSound("disappear_puff_024"); } function frame118(){ stop(); } function frame79(){ stop(); } function frame290(){ eatComplete(); } } }//package
Section 74
//button_mainMenu (button_mainMenu) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_mainMenu extends GotoButton { public function button_mainMenu(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 75
//button_mute (button_mute) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_mute extends MutteButton { public function button_mute(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5, 5, frame6); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ stop(); } function frame4(){ stop(); } function frame5(){ stop(); } function frame6(){ stop(); } } }//package
Section 76
//button_playTitle (button_playTitle) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_playTitle extends DelayedGotoButton { public function button_playTitle(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 77
//button_popUp_play (button_popUp_play) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_popUp_play extends GotoButton { public function button_popUp_play(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 78
//button_popUp_play2 (button_popUp_play2) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_popUp_play2 extends GotoButton { public function button_popUp_play2(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 79
//button_popUp_playAgain (button_popUp_playAgain) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_popUp_playAgain extends GotoButton { public function button_popUp_playAgain(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 80
//button_popUp_playGame (button_popUp_playGame) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_popUp_playGame extends GotoButton { public function button_popUp_playGame(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 81
//button_popUp_tryAgain (button_popUp_tryAgain) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_popUp_tryAgain extends GotoButton { public function button_popUp_tryAgain(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 82
//button_submitScore (button_submitScore) package { import flash.text.*; import pl.fabrykagier.framework.utils.candystand.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_submitScore extends CandystandQuitSubmitButtonInterface { public function button_submitScore(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 83
//button_submitScoreTitle (button_submitScoreTitle) package { import flash.text.*; import pl.fabrykagier.framework.utils.candystand.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_submitScoreTitle extends CandystandQuitSubmitButtonInterface { public function button_submitScoreTitle(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 84
//button_Title_tutorial (button_Title_tutorial) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_Title_tutorial extends DelayedGotoButton { public function button_Title_tutorial(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 85
//button_tutorial_arrowExit (button_tutorial_arrowExit) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_tutorial_arrowExit extends GotoButton { public function button_tutorial_arrowExit(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 86
//button_tutorial_arrowNext (button_tutorial_arrowNext) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_tutorial_arrowNext extends GotoButton { public function button_tutorial_arrowNext(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 87
//button_tutorial_arrowPrev (button_tutorial_arrowPrev) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_tutorial_arrowPrev extends GotoButton { public function button_tutorial_arrowPrev(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 88
//button_tutorial_X (button_tutorial_X) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.buttons.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class button_tutorial_X extends GotoButton { public function button_tutorial_X(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4); } function frame1(){ stop(); } function frame2(){ stop(); } function frame3(){ gotoAndPlay("off"); } function frame4(){ stop(); } } }//package
Section 89
//buttonPushToFillUp_029 (buttonPushToFillUp_029) package { import pl.fabrykagier.framework.media.*; public dynamic class buttonPushToFillUp_029 extends SoundObject { } }//package
Section 90
//candyBite_0213 (candyBite_0213) package { import pl.fabrykagier.framework.media.*; public dynamic class candyBite_0213 extends SoundObject { } }//package
Section 91
//candyCatch_021 (candyCatch_021) package { import pl.fabrykagier.framework.media.*; public dynamic class candyCatch_021 extends SoundObject { } }//package
Section 92
//candyPickUp_0216 (candyPickUp_0216) package { import pl.fabrykagier.framework.media.*; public dynamic class candyPickUp_0216 extends SoundObject { } }//package
Section 93
//candySuckedIn_0117 (candySuckedIn_0117) package { import pl.fabrykagier.framework.media.*; public dynamic class candySuckedIn_0117 extends SoundObject { } }//package
Section 94
//candyThrow_0115 (candyThrow_0115) package { import pl.fabrykagier.framework.media.*; public dynamic class candyThrow_0115 extends SoundObject { } }//package
Section 95
//clickSound (clickSound) package { import pl.fabrykagier.framework.media.*; public dynamic class clickSound extends SoundObject { } }//package
Section 96
//cough_027 (cough_027) package { import pl.fabrykagier.framework.media.*; public dynamic class cough_027 extends SoundObject { } }//package
Section 97
//cough_056 (cough_056) package { import pl.fabrykagier.framework.media.*; public dynamic class cough_056 extends SoundObject { } }//package
Section 98
//cough_065 (cough_065) package { import pl.fabrykagier.framework.media.*; public dynamic class cough_065 extends SoundObject { } }//package
Section 99
//cough_074 (cough_074) package { import pl.fabrykagier.framework.media.*; public dynamic class cough_074 extends SoundObject { } }//package
Section 100
//cxxs (cxxs) package { import pl.fabrykagier.framework.media.*; public dynamic class cxxs extends SoundObject { } }//package
Section 101
//dancerFemale1 (dancerFemale1) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class dancerFemale1 extends Customer { public function dancerFemale1(){ addFrameScript(40, frame41, 80, frame81, 120, frame121, 141, frame142, 181, frame182, 230, frame231, 234, frame235, 252, frame253, 294, frame295, 341, frame342); } function frame295(){ removeComplete(); } function frame142(){ gotoAndPlay("standAngry"); } function frame231(){ eatComplete(); } function frame342(){ eatComplete(); } function frame253(){ giveSound("sing_010"); } function frame81(){ stop(); } function frame235(){ giveSound("disappear_puff_024"); } function frame41(){ loop(); } function frame121(){ stop(); } function frame182(){ loop(); } } }//package
Section 102
//dancerFemale2 (dancerFemale2) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class dancerFemale2 extends Customer { public function dancerFemale2(){ addFrameScript(40, frame41, 80, frame81, 120, frame121, 141, frame142, 182, frame183, 227, frame228, 230, frame231, 248, frame249, 285, frame286, 331, frame332); } function frame286(){ removeComplete(); } function frame249(){ giveSound("sing_010"); } function frame142(){ gotoAndPlay("standAngry"); } function frame121(){ stop(); } function frame231(){ giveSound("disappear_puff_024"); } function frame81(){ stop(); } function frame41(){ loop(); } function frame228(){ eatComplete(); } function frame332(){ eatComplete(); } function frame183(){ loop(); } } }//package
Section 103
//dancerMale (dancerMale) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class dancerMale extends Customer { public function dancerMale(){ addFrameScript(40, frame41, 80, frame81, 120, frame121, 141, frame142, 182, frame183, 231, frame232, 240, frame241, 291, frame292, 344, frame345); } function frame142(){ gotoAndPlay("standAngry"); } function frame121(){ stop(); } function frame232(){ eatComplete(); } function frame81(){ stop(); } function frame345(){ eatComplete(); } function frame241(){ giveSound("disappear_puff_024"); giveSound("scratch_011"); } function frame41(){ loop(); } function frame292(){ removeComplete(); } function frame183(){ loop(); } } }//package
Section 104
//dancerMale2 (dancerMale2) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class dancerMale2 extends Customer { public function dancerMale2(){ addFrameScript(40, frame41, 80, frame81, 120, frame121, 141, frame142, 182, frame183, 231, frame232, 236, frame237, 253, frame254, 0xFF, frame256, 295, frame296, 344, frame345); } function frame296(){ removeComplete(); } function frame121(){ stop(); } function frame232(){ eatComplete(); } function frame81(){ stop(); } function frame345(){ eatComplete(); } function frame142(){ gotoAndPlay("standAngry"); } function frame41(){ loop(); } function frame254(){ giveSound("jump_032"); } function frame256(){ giveSound("yeah_01"); } function frame237(){ giveSound("disappear_puff_024"); } function frame183(){ loop(); } } }//package
Section 105
//disappear_01 (disappear_01) package { import pl.fabrykagier.framework.media.*; public dynamic class disappear_01 extends SoundObject { } }//package
Section 106
//disappear_puff_024 (disappear_puff_024) package { import pl.fabrykagier.framework.media.*; public dynamic class disappear_puff_024 extends SoundObject { } }//package
Section 107
//Drawer_drawer_body (Drawer_drawer_body) package { import pl.fabrykagier.halls.gameplay.*; public dynamic class Drawer_drawer_body extends DrawerGlass { } }//package
Section 108
//drawerSmallClose_0120 (drawerSmallClose_0120) package { import pl.fabrykagier.framework.media.*; public dynamic class drawerSmallClose_0120 extends SoundObject { } }//package
Section 109
//draweSmallrOpen_0219 (draweSmallrOpen_0219) package { import pl.fabrykagier.framework.media.*; public dynamic class draweSmallrOpen_0219 extends SoundObject { } }//package
Section 110
//girl (girl) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class girl extends Customer { public function girl(){ addFrameScript(40, frame41, 80, frame81, 120, frame121, 141, frame142, 181, frame182, 240, frame241, 298, frame299, 315, frame316, 332, frame333, 369, frame370); } function frame142(){ gotoAndPlay("standAngry"); } function frame121(){ stop(); } function frame299(){ eatComplete(); } function frame81(){ stop(); } function frame241(){ eatComplete(); } function frame41(){ loop(); } function frame316(){ giveSound("disappear_puff_024"); } function frame333(){ giveSound("goingUp_013"); } function frame182(){ loop(); } function frame370(){ removeComplete(); } } }//package
Section 111
//glass (glass) package { import pl.fabrykagier.halls.gameplay.*; public dynamic class glass extends DrawerGlass { } }//package
Section 112
//glass2 (glass2) package { import pl.fabrykagier.halls.gameplay.*; public dynamic class glass2 extends DrawerGlass { } }//package
Section 113
//goingUp_013 (goingUp_013) package { import pl.fabrykagier.framework.media.*; public dynamic class goingUp_013 extends SoundObject { } }//package
Section 114
//grunt_010 (grunt_010) package { import pl.fabrykagier.framework.media.*; public dynamic class grunt_010 extends SoundObject { } }//package
Section 115
//grunt_021 (grunt_021) package { import pl.fabrykagier.framework.media.*; public dynamic class grunt_021 extends SoundObject { } }//package
Section 116
//gunShot_011 (gunShot_011) package { import pl.fabrykagier.framework.media.*; public dynamic class gunShot_011 extends SoundObject { } }//package
Section 117
//healthRecover_0112 (healthRecover_0112) package { import pl.fabrykagier.framework.media.*; public dynamic class healthRecover_0112 extends SoundObject { } }//package
Section 118
//hipster (hipster) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class hipster extends Customer { public function hipster(){ addFrameScript(40, frame41, 80, frame81, 120, frame121, 141, frame142, 182, frame183, 224, frame225, 227, frame228, 252, frame253, 265, frame266, 277, frame278, 319, frame320); } function frame142(){ gotoAndPlay("standAngry"); } function frame121(){ stop(); } function frame320(){ eatComplete(); } function frame266(){ giveSound("whoosh_530"); } function frame81(){ stop(); } function frame225(){ eatComplete(); } function frame253(){ giveSound("stretch_011"); } function frame228(){ giveSound("disappear_puff_024"); } function frame278(){ removeComplete(); } function frame41(){ loop(); } function frame183(){ loop(); } } }//package
Section 119
//jump_032 (jump_032) package { import pl.fabrykagier.framework.media.*; public dynamic class jump_032 extends SoundObject { } }//package
Section 120
//kiss_012 (kiss_012) package { import pl.fabrykagier.framework.media.*; public dynamic class kiss_012 extends SoundObject { } }//package
Section 121
//man (man) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class man extends Customer { public function man(){ addFrameScript(39, frame40, 78, frame79, 118, frame119, 139, frame140, 179, frame180, 234, frame235, 289, frame290, 293, frame294, 317, frame318, 344, frame345); } function frame140(){ gotoAndPlay("standAngry"); } function frame119(){ stop(); } function frame235(){ eatComplete(); } function frame294(){ giveSound("disappear_puff_024"); } function frame40(){ loop(); } function frame290(){ eatComplete(); } function frame180(){ loop(); } function frame318(){ giveSound("tornado_020"); } function frame345(){ removeComplete(); } function frame79(){ stop(); } } }//package
Section 122
//MouseIcon (MouseIcon) package { import flash.display.*; public dynamic class MouseIcon extends MovieClip { } }//package
Section 123
//nerdyKid (nerdyKid) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class nerdyKid extends Customer { public function nerdyKid(){ addFrameScript(31, frame32, 71, frame72, 111, frame112, 132, frame133, 163, frame164, 223, frame224, 279, frame280, 296, frame297, 317, frame318, 327, frame328, 333, frame334, 348, frame349); } function frame164(){ loop(); } function frame297(){ giveSound("disappear_puff_024"); } function frame133(){ gotoAndPlay("standAngry"); } function frame112(){ loop(); } function frame224(){ eatComplete(); } function frame72(){ loop(); } function frame349(){ removeComplete(); } function frame328(){ giveSound("phoneFalls_011"); } function frame318(){ giveSound("disappear_01"); } function frame334(){ giveSound("phoneFalls_020"); } function frame32(){ loop(); } function frame280(){ eatComplete(); } } }//package
Section 124
//oldMan (oldMan) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class oldMan extends Customer { public function oldMan(){ addFrameScript(39, frame40, 78, frame79, 118, frame119, 139, frame140, 179, frame180, 230, frame231, 289, frame290, 292, frame293, 309, frame310, 339, frame340); } function frame140(){ gotoAndPlay("standAngry"); } function frame340(){ removeComplete(); } function frame231(){ eatComplete(); } function frame290(){ eatComplete(); } function frame310(){ giveSound("oldManDisappear_020"); } function frame293(){ giveSound("disappear_puff_024"); } function frame40(){ loop(); } function frame119(){ stop(); } function frame180(){ loop(); } function frame79(){ stop(); } } }//package
Section 125
//oldManDisappear_020 (oldManDisappear_020) package { import pl.fabrykagier.framework.media.*; public dynamic class oldManDisappear_020 extends SoundObject { } }//package
Section 126
//phoneFalls_011 (phoneFalls_011) package { import pl.fabrykagier.framework.media.*; public dynamic class phoneFalls_011 extends SoundObject { } }//package
Section 127
//phoneFalls_020 (phoneFalls_020) package { import pl.fabrykagier.framework.media.*; public dynamic class phoneFalls_020 extends SoundObject { } }//package
Section 128
//PipeAnim (PipeAnim) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.gameplay.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class PipeAnim extends RefillTube { public function PipeAnim(){ addFrameScript(3, frame4, 18, frame19, 36, frame37); } function frame37(){ goBack(); } function frame19(){ refill(); } function frame4(){ stop(); } } }//package
Section 129
//pipeGoingDown_0122 (pipeGoingDown_0122) package { import pl.fabrykagier.framework.media.*; public dynamic class pipeGoingDown_0122 extends SoundObject { } }//package
Section 130
//pipeGoingUp_0121 (pipeGoingUp_0121) package { import pl.fabrykagier.framework.media.*; public dynamic class pipeGoingUp_0121 extends SoundObject { } }//package
Section 131
//pipeMovementLoop_0118 (pipeMovementLoop_0118) package { import pl.fabrykagier.framework.media.*; public dynamic class pipeMovementLoop_0118 extends SoundObject { } }//package
Section 132
//policeman (policeman) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class policeman extends Customer { public function policeman(){ addFrameScript(39, frame40, 78, frame79, 118, frame119, 139, frame140, 179, frame180, 234, frame235, 289, frame290, 293, frame294, 309, frame310, 348, frame349); } function frame140(){ gotoAndPlay("standAngry"); } function frame349(){ removeComplete(); } function frame119(){ stop(); } function frame310(){ giveSound("policemanRadioTalk_011"); } function frame235(){ eatComplete(); } function frame294(){ giveSound("disappear_puff_024"); } function frame40(){ loop(); } function frame290(){ eatComplete(); } function frame180(){ loop(); } function frame79(){ stop(); } } }//package
Section 133
//policemanRadioTalk_011 (policemanRadioTalk_011) package { import pl.fabrykagier.framework.media.*; public dynamic class policemanRadioTalk_011 extends SoundObject { } }//package
Section 134
//popUp_gameComplete_animation (popUp_gameComplete_animation) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class popUp_gameComplete_animation extends PopupAnimation { public function popUp_gameComplete_animation(){ addFrameScript(12, frame13, 24, frame25); } function frame25(){ selfRemove(); } function frame13(){ onPlace(); } } }//package
Section 135
//popUp_gameFail_animation (popUp_gameFail_animation) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class popUp_gameFail_animation extends PopupAnimation { public function popUp_gameFail_animation(){ addFrameScript(12, frame13, 24, frame25); } function frame25(){ selfRemove(); } function frame13(){ onPlace(); } } }//package
Section 136
//popUp_gameStart_animation (popUp_gameStart_animation) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class popUp_gameStart_animation extends PopupAnimation { public function popUp_gameStart_animation(){ addFrameScript(12, frame13, 24, frame25); } function frame25(){ MovieClip(parent).play(); selfRemove(); } function frame13(){ onPlace(); } } }//package
Section 137
//popUp_inGame_animation (popUp_inGame_animation) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class popUp_inGame_animation extends PopupAnimation { public function popUp_inGame_animation(){ addFrameScript(56, frame57); } function frame57(){ selfRemove(true); } } }//package
Section 138
//popUp_ingame_levelStart (popUp_ingame_levelStart) package { import pl.fabrykagier.halls.UI.*; public dynamic class popUp_ingame_levelStart extends PopupMiniLevelStart { } }//package
Section 139
//popUp_levelComplete_animation (popUp_levelComplete_animation) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class popUp_levelComplete_animation extends PopupAnimation { public function popUp_levelComplete_animation(){ addFrameScript(12, frame13, 24, frame25); } function frame25(){ selfRemove(); } function frame13(){ onPlace(); } } }//package
Section 140
//popUp_levelComplete_content (popUp_levelComplete_content) package { import pl.fabrykagier.halls.UI.*; public dynamic class popUp_levelComplete_content extends PopupLevelCompleted { } }//package
Section 141
//popUp_levelFail_animation (popUp_levelFail_animation) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class popUp_levelFail_animation extends PopupAnimation { public function popUp_levelFail_animation(){ addFrameScript(12, frame13, 24, frame25); } function frame25(){ selfRemove(); } function frame13(){ onPlace(); } } }//package
Section 142
//popUp_levelStart_animation (popUp_levelStart_animation) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class popUp_levelStart_animation extends PopupAnimation { public function popUp_levelStart_animation(){ addFrameScript(12, frame13, 24, frame25); } function frame25(){ selfRemove(); } function frame13(){ onPlace(); } } }//package
Section 143
//popUp_levelStart_content (popUp_levelStart_content) package { import pl.fabrykagier.halls.UI.*; public dynamic class popUp_levelStart_content extends PopupLevelStart { } }//package
Section 144
//popUp_tutorial_animation (popUp_tutorial_animation) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.media.*; import flash.utils.*; import pl.fabrykagier.framework.ui.graphical.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class popUp_tutorial_animation extends PopupAnimation { public function popUp_tutorial_animation(){ addFrameScript(12, frame13, 24, frame25); } function frame25(){ selfRemove(); } function frame13(){ onPlace(); } } }//package
Section 145
//powerUpCollect_028 (powerUpCollect_028) package { import pl.fabrykagier.framework.media.*; public dynamic class powerUpCollect_028 extends SoundObject { } }//package
Section 146
//professor (professor) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class professor extends Customer { public function professor(){ addFrameScript(39, frame40, 78, frame79, 118, frame119, 139, frame140, 179, frame180, 237, frame238, 296, frame297, 300, frame301, 338, frame339, 344, frame345, 352, frame353, 360, frame361); } function frame140(){ gotoAndPlay("standAngry"); } function frame361(){ removeComplete(); } function frame297(){ eatComplete(); } function frame353(){ giveSound("whoosh_560"); } function frame301(){ giveSound("disappear_puff_024"); } function frame40(){ loop(); } function frame238(){ eatComplete(); } function frame119(){ stop(); } function frame345(){ giveSound("acidDrop_012"); } function frame79(){ stop(); } function frame339(){ giveSound("spillAcid_011"); } function frame180(){ loop(); } } }//package
Section 147
//RandomTagline_levelComplete (RandomTagline_levelComplete) package { import pl.fabrykagier.halls.UI.*; public dynamic class RandomTagline_levelComplete extends RandomTagline { } }//package
Section 148
//RandomTagline_levelFail (RandomTagline_levelFail) package { import pl.fabrykagier.halls.UI.*; public dynamic class RandomTagline_levelFail extends RandomTagline { } }//package
Section 149
//RandomTagline_levelStart (RandomTagline_levelStart) package { import pl.fabrykagier.halls.UI.*; public dynamic class RandomTagline_levelStart extends RandomTagline { } }//package
Section 150
//RefillTrigger (RefillTrigger) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.gameplay.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class RefillTrigger extends RefillTubeTrigger { public function RefillTrigger(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package
Section 151
//reliefFemale (reliefFemale) package { import pl.fabrykagier.framework.media.*; public dynamic class reliefFemale extends SoundObject { } }//package
Section 152
//reliefMan (reliefMan) package { import pl.fabrykagier.framework.media.*; public dynamic class reliefMan extends SoundObject { } }//package
Section 153
//rollOverSound (rollOverSound) package { import pl.fabrykagier.framework.media.*; public dynamic class rollOverSound extends SoundObject { } }//package
Section 154
//salesmanBack_head (salesmanBack_head) package { import pl.fabrykagier.halls.characters.*; public dynamic class salesmanBack_head extends StuffMemberGraphicHead { } }//package
Section 155
//salesmanFront_head (salesmanFront_head) package { import pl.fabrykagier.halls.characters.*; public dynamic class salesmanFront_head extends StuffMemberGraphicHead { } }//package
Section 156
//scooter_010 (scooter_010) package { import pl.fabrykagier.framework.media.*; public dynamic class scooter_010 extends SoundObject { } }//package
Section 157
//scratch_011 (scratch_011) package { import pl.fabrykagier.framework.media.*; public dynamic class scratch_011 extends SoundObject { } }//package
Section 158
//sing_010 (sing_010) package { import pl.fabrykagier.framework.media.*; public dynamic class sing_010 extends SoundObject { } }//package
Section 159
//smoke (smoke) package { import flash.display.*; public dynamic class smoke extends MovieClip { } }//package
Section 160
//sneezeFemale_011 (sneezeFemale_011) package { import pl.fabrykagier.framework.media.*; public dynamic class sneezeFemale_011 extends SoundObject { } }//package
Section 161
//sneezeFemale_020 (sneezeFemale_020) package { import pl.fabrykagier.framework.media.*; public dynamic class sneezeFemale_020 extends SoundObject { } }//package
Section 162
//soldier1 (soldier1) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class soldier1 extends Customer { public function soldier1(){ addFrameScript(39, frame40, 79, frame80, 119, frame120, 141, frame142, 181, frame182, 240, frame241, 297, frame298, 301, frame302, 322, frame323, 332, frame333, 342, frame343, 353, frame354, 367, frame368); } function frame142(){ gotoAndPlay("standAngry"); } function frame298(){ eatComplete(); } function frame80(){ stop(); } function frame333(){ giveSound("gunShot_011"); } function frame323(){ giveSound("gunShot_011"); } function frame302(){ giveSound("disappear_puff_024"); } function frame120(){ stop(); } function frame343(){ giveSound("gunShot_011"); } function frame368(){ removeComplete(); } function frame40(){ loop(); } function frame241(){ eatComplete(); } function frame354(){ giveSound("whoosh 50-020"); } function frame182(){ loop(); } } }//package
Section 163
//soldier2 (soldier2) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class soldier2 extends Customer { public function soldier2(){ addFrameScript(39, frame40, 79, frame80, 119, frame120, 141, frame142, 181, frame182, 240, frame241, 297, frame298, 301, frame302, 327, frame328, 337, frame338, 348, frame349, 359, frame360, 367, frame368); } function frame360(){ giveSound("whoosh 50-020"); } function frame142(){ gotoAndPlay("standAngry"); } function frame298(){ eatComplete(); } function frame80(){ stop(); } function frame302(){ giveSound("disappear_puff_024"); } function frame120(){ stop(); } function frame349(){ giveSound("gunShot_011"); } function frame328(){ giveSound("gunShot_011"); } function frame368(){ removeComplete(); } function frame40(){ loop(); } function frame241(){ eatComplete(); } function frame338(){ giveSound("gunShot_011"); } function frame182(){ loop(); } } }//package
Section 164
//spillAcid_011 (spillAcid_011) package { import pl.fabrykagier.framework.media.*; public dynamic class spillAcid_011 extends SoundObject { } }//package
Section 165
//step_020211 (step_020211) package { import pl.fabrykagier.framework.media.*; public dynamic class step_020211 extends SoundObject { } }//package
Section 166
//step_0210 (step_0210) package { import pl.fabrykagier.framework.media.*; public dynamic class step_0210 extends SoundObject { } }//package
Section 167
//stretch_011 (stretch_011) package { import pl.fabrykagier.framework.media.*; public dynamic class stretch_011 extends SoundObject { } }//package
Section 168
//suitcaseClose_022 (suitcaseClose_022) package { import pl.fabrykagier.framework.media.*; public dynamic class suitcaseClose_022 extends SoundObject { } }//package
Section 169
//suitcaseOpen_011 (suitcaseOpen_011) package { import pl.fabrykagier.framework.media.*; public dynamic class suitcaseOpen_011 extends SoundObject { } }//package
Section 170
//titleMusic (titleMusic) package { import pl.fabrykagier.framework.media.*; public dynamic class titleMusic extends SoundObject { } }//package
Section 171
//tornado_020 (tornado_020) package { import pl.fabrykagier.framework.media.*; public dynamic class tornado_020 extends SoundObject { } }//package
Section 172
//Wall (Wall) package { import pl.fabrykagier.halls.gameplay.*; public dynamic class Wall extends BrandingWall { } }//package
Section 173
//whoosh (whoosh) package { import pl.fabrykagier.framework.media.*; public dynamic class whoosh extends SoundObject { } }//package
Section 174
//whoosh 50-020 (whoosh 50-020) package { import pl.fabrykagier.framework.media.*; public dynamic class whoosh 50-020 extends SoundObject { } }//package
Section 175
//whoosh_500 (whoosh_500) package { import pl.fabrykagier.framework.media.*; public dynamic class whoosh_500 extends SoundObject { } }//package
Section 176
//whoosh_530 (whoosh_530) package { import pl.fabrykagier.framework.media.*; public dynamic class whoosh_530 extends SoundObject { } }//package
Section 177
//whoosh_560 (whoosh_560) package { import pl.fabrykagier.framework.media.*; public dynamic class whoosh_560 extends SoundObject { } }//package
Section 178
//woman (woman) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class woman extends Customer { public function woman(){ addFrameScript(39, frame40, 78, frame79, 118, frame119, 139, frame140, 179, frame180, 233, frame234, 288, frame289, 292, frame293, 334, frame335, 348, frame349); } function frame140(){ gotoAndPlay("standAngry"); } function frame119(){ stop(); } function frame234(){ eatComplete(); } function frame335(){ giveSound("kiss_012"); } function frame40(){ loop(); } function frame349(){ removeComplete(); } function frame180(){ loop(); } function frame289(){ eatComplete(); } function frame293(){ giveSound("disappear_puff_024"); } function frame79(){ stop(); } } }//package
Section 179
//wrestler1 (wrestler1) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class wrestler1 extends Customer { public function wrestler1(){ addFrameScript(40, frame41, 80, frame81, 121, frame122, 141, frame142, 182, frame183, 232, frame233, 235, frame236, 261, frame262, 298, frame299, 348, frame349); } function frame262(){ giveSound("grunt_010"); } function frame142(){ gotoAndPlay("standAngry"); } function frame122(){ stop(); } function frame233(){ eatComplete(); } function frame81(){ stop(); } function frame236(){ giveSound("disappear_puff_024"); } function frame41(){ loop(); } function frame349(){ eatComplete(); } function frame299(){ removeComplete(); } function frame183(){ loop(); } } }//package
Section 180
//wrestler2 (wrestler2) package { import flash.text.*; import flash.display.*; import flash.events.*; import flash.geom.*; import pl.fabrykagier.halls.characters.*; import flash.media.*; import flash.utils.*; import flash.ui.*; import flash.net.*; import flash.system.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; public dynamic class wrestler2 extends Customer { public function wrestler2(){ addFrameScript(40, frame41, 80, frame81, 121, frame122, 141, frame142, 182, frame183, 232, frame233, 236, frame237, 262, frame263, 298, frame299, 348, frame349); } function frame263(){ giveSound("grunt_021"); } function frame142(){ gotoAndPlay("standAngry"); } function frame122(){ stop(); } function frame233(){ eatComplete(); } function frame81(){ stop(); } function frame237(){ giveSound("disappear_puff_024"); } function frame41(){ loop(); } function frame349(){ eatComplete(); } function frame299(){ removeComplete(); } function frame183(){ loop(); } } }//package
Section 181
//yeah_01 (yeah_01) package { import pl.fabrykagier.framework.media.*; public dynamic class yeah_01 extends SoundObject { } }//package
Section 182
//yippee_0714 (yippee_0714) package { import pl.fabrykagier.framework.media.*; public dynamic class yippee_0714 extends SoundObject { } }//package

Library Items

Symbol 1 Sound {disappear_01}Used by:1841
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:14
Symbol 6 GraphicUsed by:14
Symbol 7 ShapeTweeningUsed by:14
Symbol 8 GraphicUsed by:14
Symbol 9 FontUsed by:10 1393 1396 1398 1399 1400 1402 1403 1407 1410 1411 1414 1415 1416 1424 1425 1426 1427 1428 1433 1434 1437 1440 1441 1444 1445 1446 1447 1448 1449 1455 1460 1461 1462 1463 1464 1465 1495 1620 1701 1736 1739 1756 1757 1758 1759 1766 1855 1872 1873 1874 1875
Symbol 10 TextUses:9Used by:14
Symbol 11 GraphicUsed by:14
Symbol 12 GraphicUsed by:14 1700 1881
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClip {halls_fla.interface_hud_preloader_2}Uses:5 6 7 8 10 11 12 13Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:Timeline
Symbol 17 FontUsed by:18 1384 1577 1578
Symbol 18 EditableTextUses:17Used by:1841
Symbol 19 GraphicUsed by:21 1535
Symbol 20 MovieClipUsed by:21
Symbol 21 MovieClip {pl.fabrykagier.halls.characters.CustomerBouble}Uses:19 20Used by:1841
Symbol 22 GraphicUsed by:23 105 452 555 581 600 627 687 733 801 876 892 1507 1595 1603 1628
Symbol 23 MovieClipUses:22Used by:151
Symbol 24 GraphicUsed by:151 1532 1660
Symbol 25 GraphicUsed by:26 1508 1629
Symbol 26 MovieClipUses:25Used by:151
Symbol 27 GraphicUsed by:28 805 1509 1630
Symbol 28 MovieClipUses:27Used by:151
Symbol 29 GraphicUsed by:151 918 940 1532 1619 1660
Symbol 30 GraphicUsed by:151 918 940 1532 1619 1660
Symbol 31 GraphicUsed by:32 806 1510 1631
Symbol 32 MovieClipUses:31Used by:151
Symbol 33 GraphicUsed by:151 918 940 1532 1619 1660
Symbol 34 GraphicUsed by:151 918 940 1532 1619 1660
Symbol 35 GraphicUsed by:151 1532 1619 1660
Symbol 36 GraphicUsed by:37 178 216 310 808 1269 1511 1632
Symbol 37 MovieClipUses:36Used by:151
Symbol 38 GraphicUsed by:151 1532 1660
Symbol 39 GraphicUsed by:40 1512 1633
Symbol 40 MovieClipUses:39Used by:151
Symbol 41 GraphicUsed by:151 812
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:69 151 193 227 295 329 354 380 393 447 500 626 653 800 812 1001 1026 1155 1226 1277 1310
Symbol 44 GraphicUsed by:45 659 836
Symbol 45 MovieClipUses:44Used by:70 151
Symbol 46 ShapeTweeningUsed by:49
Symbol 47 ShapeTweeningUsed by:49
Symbol 48 GraphicUsed by:49 354 394 447 472 505 626 658 685 756 940 985 1026 1191 1310 1516 1619
Symbol 49 MovieClipUses:46 47 48Used by:70 151
Symbol 50 GraphicUsed by:51 473 506 606 660 758 813 1518
Symbol 51 MovieClipUses:50Used by:70 151
Symbol 52 GraphicUsed by:53 474 507 607 661 759 814 1519
Symbol 53 MovieClipUses:52Used by:70 151
Symbol 54 GraphicUsed by:58 76 93 665 706 721 763 818 850 869 927 1523 1637 1653
Symbol 55 GraphicUsed by:58
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:54 55 56 57Used by:70 151
Symbol 59 GraphicUsed by:63 82 97 669 711 725 767 822 855 873 932 1527 1642 1657
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:59 60 61 62Used by:70 151
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:70 151
Symbol 66 GraphicUsed by:67 87 489 520 541 577 615 672 714 769 838 862 939 1530 1647
Symbol 67 MovieClipUses:66Used by:70 151
Symbol 68 GraphicUsed by:69 393 653
Symbol 69 MovieClipUses:68 43Used by:70
Symbol 70 MovieClipUses:69 49 45 51 53 58 63 65 67Used by:151
Symbol 71 GraphicUsed by:151 1659
Symbol 72 GraphicUsed by:101 151 354 419 447 563 626 728 800 875 940 1026 1659
Symbol 73 GraphicUsed by:76
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:54 73 74 75Used by:151
Symbol 77 GraphicUsed by:78 103 532 568 707 731 851 889 928 1638
Symbol 78 MovieClipUses:77Used by:151
Symbol 79 GraphicUsed by:82
Symbol 80 GraphicUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:59 79 80 81Used by:151
Symbol 83 GraphicUsed by:84 104 537 573 712 732 856 890 933 1643
Symbol 84 MovieClipUses:83Used by:151
Symbol 85 GraphicUsed by:86 102 713 861 938 1644
Symbol 86 MovieClipUses:85Used by:151
Symbol 87 MovieClipUses:66Used by:151
Symbol 88 ShapeTweeningUsed by:151
Symbol 89 ShapeTweeningUsed by:151
Symbol 90 GraphicUsed by:93
Symbol 91 GraphicUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:54 90 91 92Used by:151
Symbol 94 GraphicUsed by:97
Symbol 95 GraphicUsed by:97
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:59 94 95 96Used by:151
Symbol 98 ShapeTweeningUsed by:151
Symbol 99 GraphicUsed by:151 354 447 626 800 940 982 985 1026 1116 1191 1242 1251 1310 1659
Symbol 100 GraphicUsed by:151 727 888
Symbol 101 MovieClipUses:72Used by:151
Symbol 102 MovieClipUses:85Used by:151
Symbol 103 MovieClipUses:77Used by:151
Symbol 104 MovieClipUses:83Used by:151
Symbol 105 MovieClipUses:22Used by:151
Symbol 106 GraphicUsed by:107 111 1596 1599 1604 1607
Symbol 107 MovieClipUses:106Used by:151
Symbol 108 GraphicUsed by:109 112 1597 1600 1605 1608
Symbol 109 MovieClipUses:108Used by:151
Symbol 110 GraphicUsed by:151
Symbol 111 MovieClipUses:106Used by:151
Symbol 112 MovieClipUses:108Used by:151
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:151
Symbol 115 GraphicUsed by:129
Symbol 116 GraphicUsed by:129
Symbol 117 GraphicUsed by:129
Symbol 118 GraphicUsed by:129
Symbol 119 GraphicUsed by:129
Symbol 120 GraphicUsed by:129
Symbol 121 GraphicUsed by:129
Symbol 122 GraphicUsed by:129
Symbol 123 GraphicUsed by:129
Symbol 124 GraphicUsed by:129
Symbol 125 GraphicUsed by:129
Symbol 126 GraphicUsed by:129
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:129 1755 1965 1967 2089
Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic}Uses:115 116 117 118 119 120 121 122 123 124 125 126 128Used by:151 193 227 261 295 354 447 626 800 940 985 1026 1116 1191 1251 1310 1357 1382 1916 2089 2098
Symbol 130 GraphicUsed by:131 779 1513 1598 1606
Symbol 131 MovieClipUses:130Used by:151
Symbol 132 GraphicUsed by:151 626 800 1619
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:151
Symbol 135 GraphicUsed by:136 777 899 913 1611
Symbol 136 MovieClipUses:135Used by:151
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:151
Symbol 139 GraphicUsed by:140 191 432 616 782 904 1612
Symbol 140 MovieClipUses:139Used by:151
Symbol 141 GraphicUsed by:142 192 433 617 783 905 1613
Symbol 142 MovieClipUses:141Used by:151
Symbol 143 GraphicUsed by:144 1616
Symbol 144 MovieClipUses:143Used by:151
Symbol 145 GraphicUsed by:146 910 1617
Symbol 146 MovieClipUses:145Used by:151
Symbol 147 GraphicUsed by:148 1618
Symbol 148 MovieClipUses:147Used by:151
Symbol 149 GraphicUsed by:150 799
Symbol 150 MovieClipUses:149Used by:151
Symbol 151 MovieClip {boy}Uses:23 24 26 28 29 30 32 33 34 35 37 38 40 41 43 45 49 51 53 58 63 65 67 70 71 72 76 78 82 84 86 87 88 89 93 97 98 99 100 101 102 103 104 105 107 109 110 111 112 114 129 131 132 134 136 138 140 142 144 146 148 150Used by:1841
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:193
Symbol 154 GraphicUsed by:155 194
Symbol 155 MovieClipUses:154Used by:193
Symbol 156 GraphicUsed by:157 195
Symbol 157 MovieClipUses:156Used by:193
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:193
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:193
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:193
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:193
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:193
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:193
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:193
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172Used by:193
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:193
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:193
Symbol 178 MovieClipUses:36Used by:193
Symbol 179 GraphicUsed by:193 227
Symbol 180 GraphicUsed by:193
Symbol 181 GraphicUsed by:182 219
Symbol 182 MovieClipUses:181Used by:193
Symbol 183 GraphicUsed by:184 220
Symbol 184 MovieClipUses:183Used by:193
Symbol 185 GraphicUsed by:186 221
Symbol 186 MovieClipUses:185Used by:193
Symbol 187 GraphicUsed by:193
Symbol 188 GraphicUsed by:193
Symbol 189 GraphicUsed by:193
Symbol 190 GraphicUsed by:193
Symbol 191 MovieClipUses:139Used by:193 226 261 295 354 985 1026 1116 1191 1251 1310 1357 1382
Symbol 192 MovieClipUses:141Used by:193 226 261 295 354 985 1026 1116 1191 1251 1310 1357 1382
Symbol 193 MovieClip {dancerFemale1}Uses:153 155 157 159 161 163 165 167 169 171 173 175 177 178 179 43 180 182 184 186 187 188 129 189 190 191 192Used by:1841
Symbol 194 MovieClipUses:154Used by:227
Symbol 195 MovieClipUses:156Used by:227
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:227
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:227
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:227
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:227
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:227
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:227
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:227
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:227
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:227
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:227
Symbol 216 MovieClipUses:36Used by:227
Symbol 217 GraphicUsed by:227
Symbol 218 GraphicUsed by:227
Symbol 219 MovieClipUses:181Used by:227
Symbol 220 MovieClipUses:183Used by:227
Symbol 221 MovieClipUses:185Used by:227
Symbol 222 GraphicUsed by:227
Symbol 223 GraphicUsed by:227
Symbol 224 GraphicUsed by:227
Symbol 225 GraphicUsed by:227
Symbol 226 MovieClipUses:191 192Used by:227
Symbol 227 MovieClip {dancerFemale2}Uses:194 195 197 199 201 203 205 207 209 211 213 215 216 179 43 217 218 219 220 221 222 223 129 224 225 226Used by:1841
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:261
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:261
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:261
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:261
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:236Used by:261
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:261
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:261
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:261
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:261
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:246Used by:261
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:248Used by:261
Symbol 250 GraphicUsed by:261
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:251Used by:261
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:253Used by:261
Symbol 255 GraphicUsed by:256
Symbol 256 MovieClipUses:255Used by:261
Symbol 257 GraphicUsed by:261
Symbol 258 GraphicUsed by:261
Symbol 259 GraphicUsed by:261
Symbol 260 GraphicUsed by:261
Symbol 261 MovieClip {dancerMale}Uses:229 231 233 235 237 239 241 243 245 247 249 250 252 254 256 257 129 258 259 260 191 192Used by:1841
Symbol 262 GraphicUsed by:263 286
Symbol 263 MovieClipUses:262Used by:295
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:264Used by:295
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:295
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:295
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:295
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:295
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:295
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:295
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:278Used by:295
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:295
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:295
Symbol 284 GraphicUsed by:295
Symbol 285 GraphicUsed by:295
Symbol 286 MovieClipUses:262Used by:295
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:295
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289Used by:295
Symbol 291 GraphicUsed by:295
Symbol 292 GraphicUsed by:295
Symbol 293 GraphicUsed by:295
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClip {dancerMale2}Uses:263 265 267 269 271 273 275 277 279 281 283 284 43 285 286 288 290 291 129 292 293 294 191 192Used by:1841
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:354
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:298Used by:354
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:300Used by:354
Symbol 302 GraphicUsed by:303
Symbol 303 MovieClipUses:302Used by:354
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:354
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:354
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308Used by:354
Symbol 310 MovieClipUses:36Used by:354
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:311Used by:354
Symbol 313 GraphicUsed by:329
Symbol 314 GraphicUsed by:329
Symbol 315 GraphicUsed by:327
Symbol 316 GraphicUsed by:327
Symbol 317 GraphicUsed by:327
Symbol 318 GraphicUsed by:327
Symbol 319 GraphicUsed by:327
Symbol 320 GraphicUsed by:327
Symbol 321 GraphicUsed by:327
Symbol 322 GraphicUsed by:327
Symbol 323 GraphicUsed by:327
Symbol 324 GraphicUsed by:327
Symbol 325 GraphicUsed by:327
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:315 316 317 318 319 320 321 322 323 324 325 326Used by:329 349 354
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:313 43 314 327 328Used by:354
Symbol 330 GraphicUsed by:354
Symbol 331 ShapeTweeningUsed by:354
Symbol 332 GraphicUsed by:354
Symbol 333 GraphicUsed by:354
Symbol 334 ShapeTweeningUsed by:354
Symbol 335 ShapeTweeningUsed by:354
Symbol 336 GraphicUsed by:354
Symbol 337 GraphicUsed by:354 395 447 1026 1191 1310
Symbol 338 GraphicUsed by:354
Symbol 339 GraphicUsed by:354
Symbol 340 GraphicUsed by:354
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:341Used by:354
Symbol 343 GraphicUsed by:354 447 626 940 985 1026 1116 1191 1619
Symbol 344 GraphicUsed by:354
Symbol 345 GraphicUsed by:354
Symbol 346 GraphicUsed by:354
Symbol 347 GraphicUsed by:349
Symbol 348 GraphicUsed by:349
Symbol 349 MovieClipUses:347 327 348Used by:354
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:354
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:354
Symbol 354 MovieClip {man}Uses:297 299 301 303 305 307 309 310 312 329 330 331 332 327 333 334 335 99 72 336 43 337 48 338 339 340 342 129 343 344 345 346 191 192 349 351 353Used by:1841
Symbol 355 GraphicUsed by:381 420 447
Symbol 356 GraphicUsed by:388 407 420 447
Symbol 357 GraphicUsed by:358 988
Symbol 358 MovieClipUses:357Used by:447
Symbol 359 GraphicUsed by:360 989
Symbol 360 MovieClipUses:359Used by:447
Symbol 361 GraphicUsed by:362 990
Symbol 362 MovieClipUses:361Used by:447
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:447
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:365Used by:447
Symbol 367 GraphicUsed by:368
Symbol 368 MovieClipUses:367Used by:447
Symbol 369 GraphicUsed by:370 997
Symbol 370 MovieClipUses:369Used by:447
Symbol 371 GraphicUsed by:372 423
Symbol 372 MovieClipUses:371Used by:389 408 447
Symbol 373 GraphicUsed by:374
Symbol 374 MovieClipUses:373Used by:389 408 447
Symbol 375 GraphicUsed by:447
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:392 409 447
Symbol 378 GraphicUsed by:380 1001 1026
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:378 43 379Used by:447
Symbol 381 MovieClipUses:355Used by:388 407
Symbol 382 GraphicUsed by:388
Symbol 383 GraphicUsed by:388
Symbol 384 GraphicUsed by:388
Symbol 385 GraphicUsed by:388
Symbol 386 GraphicUsed by:388
Symbol 387 GraphicUsed by:388
Symbol 388 MovieClipUses:381 356 382 383 384 385 386 387Used by:447
Symbol 389 MovieClipUses:372 374Used by:447
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:390Used by:392 409
Symbol 392 MovieClipUses:391 377Used by:447
Symbol 393 MovieClipUses:68 43Used by:406
Symbol 394 MovieClipUses:48Used by:406
Symbol 395 MovieClipUses:337Used by:406
Symbol 396 GraphicUsed by:397
Symbol 397 MovieClipUses:396Used by:406 419 447
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:406 419 447
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:400Used by:406 419 447
Symbol 402 GraphicUsed by:403 1026
Symbol 403 MovieClipUses:402Used by:406
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:404Used by:406 419 447
Symbol 406 MovieClipUses:393 394 395 397 399 401 403 405Used by:447
Symbol 407 MovieClipUses:381 356Used by:447
Symbol 408 MovieClipUses:372 374Used by:447
Symbol 409 MovieClipUses:391 377Used by:447
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:410Used by:419 447
Symbol 412 ShapeTweeningUsed by:447
Symbol 413 GraphicUsed by:414
Symbol 414 MovieClipUses:413Used by:419 447
Symbol 415 GraphicUsed by:416
Symbol 416 MovieClipUses:415Used by:419 447
Symbol 417 ShapeTweeningUsed by:447
Symbol 418 ShapeTweeningUsed by:447
Symbol 419 MovieClipUses:411 72 414 397 399 401 416 405Used by:447
Symbol 420 MovieClipUses:355 356Used by:447
Symbol 421 GraphicUsed by:447
Symbol 422 GraphicUsed by:447
Symbol 423 MovieClipUses:371Used by:447
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClipUses:424Used by:447
Symbol 426 GraphicUsed by:447
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:447
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:429Used by:447
Symbol 431 GraphicUsed by:447
Symbol 432 MovieClipUses:139Used by:447
Symbol 433 MovieClipUses:141Used by:447
Symbol 434 GraphicUsed by:447
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:435Used by:447
Symbol 437 GraphicUsed by:438
Symbol 438 MovieClipUses:437Used by:447
Symbol 439 GraphicUsed by:447
Symbol 440 GraphicUsed by:447
Symbol 441 GraphicUsed by:447
Symbol 442 GraphicUsed by:447
Symbol 443 GraphicUsed by:447
Symbol 444 GraphicUsed by:447 1026 1242 1251
Symbol 445 ShapeTweeningUsed by:447
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClip {businessman}Uses:355 356 358 360 362 364 366 368 370 372 374 375 377 380 388 389 392 406 407 408 409 411 412 414 397 399 401 416 405 417 418 99 72 419 420 421 43 337 48 422 423 425 129 343 426 428 430 431 432 433 434 436 438 439 440 441 442 443 444 445 446Used by:1841
Symbol 448 GraphicUsed by:449 553 579 598
Symbol 449 MovieClipUses:448Used by:626
Symbol 450 GraphicUsed by:451 554 580 599
Symbol 451 MovieClipUses:450Used by:626
Symbol 452 MovieClipUses:22Used by:626
Symbol 453 GraphicUsed by:626
Symbol 454 GraphicUsed by:455 556
Symbol 455 MovieClipUses:454Used by:626
Symbol 456 GraphicUsed by:626
Symbol 457 GraphicUsed by:626
Symbol 458 GraphicUsed by:626
Symbol 459 GraphicUsed by:626
Symbol 460 GraphicUsed by:626
Symbol 461 GraphicUsed by:462 559
Symbol 462 MovieClipUses:461Used by:626
Symbol 463 GraphicUsed by:626
Symbol 464 GraphicUsed by:465 560
Symbol 465 MovieClipUses:464Used by:626
Symbol 466 GraphicUsed by:626
Symbol 467 GraphicUsed by:626
Symbol 468 GraphicUsed by:469
Symbol 469 MovieClipUses:468Used by:626
Symbol 470 ShapeTweeningUsed by:472
Symbol 471 ShapeTweeningUsed by:472
Symbol 472 MovieClipUses:470 471 48Used by:626
Symbol 473 MovieClipUses:50Used by:626
Symbol 474 MovieClipUses:52Used by:626
Symbol 475 GraphicUsed by:479 511 531 547 567
Symbol 476 GraphicUsed by:479
Symbol 477 GraphicUsed by:479
Symbol 478 GraphicUsed by:479
Symbol 479 MovieClipUses:475 476 477 478Used by:626
Symbol 480 GraphicUsed by:484 515 536 551 572
Symbol 481 GraphicUsed by:484
Symbol 482 GraphicUsed by:484
Symbol 483 GraphicUsed by:484
Symbol 484 MovieClipUses:480 481 482 483Used by:626
Symbol 485 GraphicUsed by:486 538 574 612
Symbol 486 MovieClipUses:485Used by:626
Symbol 487 GraphicUsed by:488
Symbol 488 MovieClipUses:487Used by:626
Symbol 489 MovieClipUses:66Used by:626
Symbol 490 GraphicUsed by:626
Symbol 491 GraphicUsed by:492 578
Symbol 492 MovieClipUses:491Used by:626
Symbol 493 GraphicUsed by:626
Symbol 494 GraphicUsed by:626
Symbol 495 GraphicUsed by:626
Symbol 496 GraphicUsed by:626
Symbol 497 GraphicUsed by:626
Symbol 498 GraphicUsed by:626
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:499 43Used by:521
Symbol 501 GraphicUsed by:502
Symbol 502 MovieClipUses:501Used by:521
Symbol 503 ShapeTweeningUsed by:505
Symbol 504 ShapeTweeningUsed by:505
Symbol 505 MovieClipUses:503 504 48Used by:521
Symbol 506 MovieClipUses:50Used by:521
Symbol 507 MovieClipUses:52Used by:521
Symbol 508 GraphicUsed by:511
Symbol 509 GraphicUsed by:511
Symbol 510 GraphicUsed by:511
Symbol 511 MovieClipUses:475 508 509 510Used by:521
Symbol 512 GraphicUsed by:515
Symbol 513 GraphicUsed by:515
Symbol 514 GraphicUsed by:515
Symbol 515 MovieClipUses:480 512 513 514Used by:521
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClipUses:516Used by:521
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClipUses:518Used by:521
Symbol 520 MovieClipUses:66Used by:521
Symbol 521 MovieClipUses:500 502 505 506 507 511 515 517 519 520Used by:626
Symbol 522 GraphicUsed by:626
Symbol 523 GraphicUsed by:626
Symbol 524 GraphicUsed by:626
Symbol 525 GraphicUsed by:626
Symbol 526 GraphicUsed by:527
Symbol 527 MovieClipUses:526Used by:626
Symbol 528 GraphicUsed by:531
Symbol 529 GraphicUsed by:531
Symbol 530 GraphicUsed by:531
Symbol 531 MovieClipUses:475 528 529 530Used by:626
Symbol 532 MovieClipUses:77Used by:626
Symbol 533 GraphicUsed by:536
Symbol 534 GraphicUsed by:536
Symbol 535 GraphicUsed by:536
Symbol 536 MovieClipUses:480 533 534 535Used by:626
Symbol 537 MovieClipUses:83Used by:626
Symbol 538 MovieClipUses:485Used by:626
Symbol 539 GraphicUsed by:540
Symbol 540 MovieClipUses:539Used by:626
Symbol 541 MovieClipUses:66Used by:626
Symbol 542 ShapeTweeningUsed by:626
Symbol 543 ShapeTweeningUsed by:626
Symbol 544 GraphicUsed by:547
Symbol 545 GraphicUsed by:547
Symbol 546 GraphicUsed by:547
Symbol 547 MovieClipUses:475 544 545 546Used by:626
Symbol 548 GraphicUsed by:551
Symbol 549 GraphicUsed by:551
Symbol 550 GraphicUsed by:551
Symbol 551 MovieClipUses:480 548 549 550Used by:626
Symbol 552 ShapeTweeningUsed by:626
Symbol 553 MovieClipUses:448Used by:626
Symbol 554 MovieClipUses:450Used by:626
Symbol 555 MovieClipUses:22Used by:626
Symbol 556 MovieClipUses:454Used by:626
Symbol 557 GraphicUsed by:626
Symbol 558 GraphicUsed by:626
Symbol 559 MovieClipUses:461Used by:626
Symbol 560 MovieClipUses:464Used by:626
Symbol 561 GraphicUsed by:562
Symbol 562 MovieClipUses:561Used by:626
Symbol 563 MovieClipUses:72Used by:626
Symbol 564 GraphicUsed by:567
Symbol 565 GraphicUsed by:567
Symbol 566 GraphicUsed by:567
Symbol 567 MovieClipUses:475 564 565 566Used by:626
Symbol 568 MovieClipUses:77Used by:626
Symbol 569 GraphicUsed by:572
Symbol 570 GraphicUsed by:572
Symbol 571 GraphicUsed by:572
Symbol 572 MovieClipUses:480 569 570 571Used by:626
Symbol 573 MovieClipUses:83Used by:626
Symbol 574 MovieClipUses:485Used by:626
Symbol 575 GraphicUsed by:576
Symbol 576 MovieClipUses:575Used by:626
Symbol 577 MovieClipUses:66Used by:626
Symbol 578 MovieClipUses:491Used by:626
Symbol 579 MovieClipUses:448Used by:626
Symbol 580 MovieClipUses:450Used by:626
Symbol 581 MovieClipUses:22Used by:626
Symbol 582 GraphicUsed by:583 601
Symbol 583 MovieClipUses:582Used by:626
Symbol 584 GraphicUsed by:585 602
Symbol 585 MovieClipUses:584Used by:626
Symbol 586 GraphicUsed by:626
Symbol 587 GraphicUsed by:626
Symbol 588 GraphicUsed by:589 603
Symbol 589 MovieClipUses:588Used by:626
Symbol 590 GraphicUsed by:591 604
Symbol 591 MovieClipUses:590Used by:626
Symbol 592 GraphicUsed by:593
Symbol 593 MovieClipUses:592Used by:626
Symbol 594 GraphicUsed by:626
Symbol 595 GraphicUsed by:626
Symbol 596 GraphicUsed by:626
Symbol 597 GraphicUsed by:626
Symbol 598 MovieClipUses:448Used by:626
Symbol 599 MovieClipUses:450Used by:626
Symbol 600 MovieClipUses:22Used by:623 626
Symbol 601 MovieClipUses:582Used by:626
Symbol 602 MovieClipUses:584Used by:626
Symbol 603 MovieClipUses:588Used by:623 626
Symbol 604 MovieClipUses:590Used by:623 626
Symbol 605 GraphicUsed by:622 626
Symbol 606 MovieClipUses:50Used by:622 626
Symbol 607 MovieClipUses:52Used by:622 626
Symbol 608 GraphicUsed by:609
Symbol 609 MovieClipUses:608Used by:622 626
Symbol 610 GraphicUsed by:611
Symbol 611 MovieClipUses:610Used by:622 626
Symbol 612 MovieClipUses:485Used by:622 626
Symbol 613 GraphicUsed by:614
Symbol 614 MovieClipUses:613Used by:622 626
Symbol 615 MovieClipUses:66Used by:622 626
Symbol 616 MovieClipUses:139Used by:626
Symbol 617 MovieClipUses:141Used by:626
Symbol 618 GraphicUsed by:619
Symbol 619 MovieClipUses:618Used by:626
Symbol 620 GraphicUsed by:621
Symbol 621 MovieClipUses:620Used by:626
Symbol 622 MovieClipUses:605 606 607 609 611 612 614 615Used by:626
Symbol 623 MovieClipUses:600 603 604Used by:626
Symbol 624 GraphicUsed by:625
Symbol 625 MovieClipUses:624Used by:626
Symbol 626 MovieClip {girl}Uses:449 451 452 453 455 456 457 458 459 460 462 463 465 466 467 43 469 472 473 474 479 484 486 488 489 490 492 493 494 495 496 497 498 521 522 523 524 525 527 72 531 532 536 537 538 540 541 542 543 547 551 552 99 553 554 555 556 557 558 559 560 562 563 567 568 572 573 574 576 577 578 579 580 581 583 585 586 587 48 589 591 593 129 343 594 595 596 597 598 599 600 601 602 603 604 605 606 607 609 611 612 614 615 616 617 619 621 622 623 625 132Used by:1841
Symbol 627 MovieClipUses:22Used by:800
Symbol 628 GraphicUsed by:800
Symbol 629 GraphicUsed by:630
Symbol 630 MovieClipUses:629Used by:800
Symbol 631 GraphicUsed by:800
Symbol 632 GraphicUsed by:633
Symbol 633 MovieClipUses:632Used by:800
Symbol 634 GraphicUsed by:635 743
Symbol 635 MovieClipUses:634Used by:800
Symbol 636 GraphicUsed by:637
Symbol 637 MovieClipUses:636Used by:800
Symbol 638 GraphicUsed by:639
Symbol 639 MovieClipUses:638Used by:800
Symbol 640 GraphicUsed by:641 746
Symbol 641 MovieClipUses:640Used by:800
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:642Used by:800
Symbol 644 GraphicUsed by:800
Symbol 645 GraphicUsed by:800
Symbol 646 GraphicUsed by:647 699 751
Symbol 647 MovieClipUses:646Used by:800
Symbol 648 GraphicUsed by:649 700
Symbol 649 MovieClipUses:648Used by:800
Symbol 650 GraphicUsed by:651 701
Symbol 651 MovieClipUses:650Used by:800
Symbol 652 GraphicUsed by:800
Symbol 653 MovieClipUses:68 43Used by:686 800
Symbol 654 GraphicUsed by:655 753
Symbol 655 MovieClipUses:654Used by:686 800
Symbol 656 ShapeTweeningUsed by:658
Symbol 657 ShapeTweeningUsed by:658
Symbol 658 MovieClipUses:656 657 48Used by:800
Symbol 659 MovieClipUses:44Used by:686 800
Symbol 660 MovieClipUses:50Used by:686 800
Symbol 661 MovieClipUses:52Used by:686 800
Symbol 662 GraphicUsed by:665
Symbol 663 GraphicUsed by:665
Symbol 664 GraphicUsed by:665
Symbol 665 MovieClipUses:54 662 663 664Used by:686 800
Symbol 666 GraphicUsed by:669
Symbol 667 GraphicUsed by:669
Symbol 668 GraphicUsed by:669
Symbol 669 MovieClipUses:59 666 667 668Used by:686 800
Symbol 670 GraphicUsed by:671 768
Symbol 671 MovieClipUses:670Used by:686 800
Symbol 672 MovieClipUses:66Used by:686 800
Symbol 673 GraphicUsed by:674 770
Symbol 674 MovieClipUses:673Used by:686 800
Symbol 675 GraphicUsed by:800
Symbol 676 GraphicUsed by:677
Symbol 677 MovieClipUses:676Used by:800
Symbol 678 GraphicUsed by:800
Symbol 679 GraphicUsed by:800
Symbol 680 GraphicUsed by:800
Symbol 681 GraphicUsed by:800
Symbol 682 GraphicUsed by:800
Symbol 683 ShapeTweeningUsed by:685
Symbol 684 ShapeTweeningUsed by:685
Symbol 685 MovieClipUses:683 684 48Used by:686
Symbol 686 MovieClipUses:653 655 685 659 660 661 665 669 671 672 674Used by:800
Symbol 687 MovieClipUses:22Used by:694 715
Symbol 688 GraphicUsed by:689
Symbol 689 MovieClipUses:688Used by:694 715
Symbol 690 GraphicUsed by:691
Symbol 691 MovieClipUses:690Used by:694 715
Symbol 692 GraphicUsed by:693
Symbol 693 MovieClipUses:692Used by:694
Symbol 694 MovieClipUses:687 689 691 693Used by:800
Symbol 695 GraphicUsed by:800
Symbol 696 GraphicUsed by:697
Symbol 697 MovieClipUses:696Used by:800
Symbol 698 GraphicUsed by:800
Symbol 699 MovieClipUses:646Used by:800
Symbol 700 MovieClipUses:648Used by:800
Symbol 701 MovieClipUses:650Used by:800
Symbol 702 GraphicUsed by:800
Symbol 703 GraphicUsed by:706
Symbol 704 GraphicUsed by:706
Symbol 705 GraphicUsed by:706
Symbol 706 MovieClipUses:54 703 704 705Used by:800
Symbol 707 MovieClipUses:77Used by:800
Symbol 708 GraphicUsed by:711
Symbol 709 GraphicUsed by:711
Symbol 710 GraphicUsed by:711
Symbol 711 MovieClipUses:59 708 709 710Used by:800
Symbol 712 MovieClipUses:83Used by:800
Symbol 713 MovieClipUses:85Used by:800
Symbol 714 MovieClipUses:66Used by:800
Symbol 715 MovieClipUses:687 689 691Used by:800
Symbol 716 ShapeTweeningUsed by:800
Symbol 717 ShapeTweeningUsed by:800
Symbol 718 GraphicUsed by:721
Symbol 719 GraphicUsed by:721
Symbol 720 GraphicUsed by:721
Symbol 721 MovieClipUses:54 718 719 720Used by:800
Symbol 722 GraphicUsed by:725
Symbol 723 GraphicUsed by:725
Symbol 724 GraphicUsed by:725
Symbol 725 MovieClipUses:59 722 723 724Used by:800
Symbol 726 ShapeTweeningUsed by:800
Symbol 727 MovieClipUses:100Used by:800
Symbol 728 MovieClipUses:72Used by:800
Symbol 729 GraphicUsed by:730 891
Symbol 730 MovieClipUses:729Used by:800
Symbol 731 MovieClipUses:77Used by:800
Symbol 732 MovieClipUses:83Used by:800
Symbol 733 MovieClipUses:22Used by:800
Symbol 734 GraphicUsed by:735 771
Symbol 735 MovieClipUses:734Used by:800
Symbol 736 GraphicUsed by:737 772
Symbol 737 MovieClipUses:736Used by:800
Symbol 738 GraphicUsed by:739
Symbol 739 MovieClipUses:738Used by:800
Symbol 740 GraphicUsed by:800
Symbol 741 GraphicUsed by:742
Symbol 742 MovieClipUses:741Used by:800
Symbol 743 MovieClipUses:634Used by:800
Symbol 744 GraphicUsed by:745
Symbol 745 MovieClipUses:744Used by:800
Symbol 746 MovieClipUses:640Used by:800
Symbol 747 GraphicUsed by:748
Symbol 748 MovieClipUses:747Used by:800
Symbol 749 GraphicUsed by:800
Symbol 750 GraphicUsed by:800
Symbol 751 MovieClipUses:646Used by:800
Symbol 752 GraphicUsed by:800
Symbol 753 MovieClipUses:654Used by:800
Symbol 754 ShapeTweeningUsed by:756
Symbol 755 ShapeTweeningUsed by:756
Symbol 756 MovieClipUses:754 755 48Used by:800
Symbol 757 GraphicUsed by:800
Symbol 758 MovieClipUses:50Used by:800
Symbol 759 MovieClipUses:52Used by:800
Symbol 760 GraphicUsed by:763
Symbol 761 GraphicUsed by:763
Symbol 762 GraphicUsed by:763
Symbol 763 MovieClipUses:54 760 761 762Used by:800
Symbol 764 GraphicUsed by:767
Symbol 765 GraphicUsed by:767
Symbol 766 GraphicUsed by:767
Symbol 767 MovieClipUses:59 764 765 766Used by:800
Symbol 768 MovieClipUses:670Used by:800
Symbol 769 MovieClipUses:66Used by:800
Symbol 770 MovieClipUses:673Used by:800
Symbol 771 MovieClipUses:734Used by:800
Symbol 772 MovieClipUses:736Used by:800
Symbol 773 GraphicUsed by:774
Symbol 774 MovieClipUses:773Used by:800
Symbol 775 GraphicUsed by:776
Symbol 776 MovieClipUses:775Used by:800
Symbol 777 MovieClipUses:135Used by:800
Symbol 778 GraphicUsed by:800
Symbol 779 MovieClipUses:130Used by:800
Symbol 780 GraphicUsed by:781 1517
Symbol 781 MovieClipUses:780Used by:800
Symbol 782 MovieClipUses:139Used by:800
Symbol 783 MovieClipUses:141Used by:800
Symbol 784 GraphicUsed by:800
Symbol 785 GraphicUsed by:800
Symbol 786 ShapeTweeningUsed by:800
Symbol 787 ShapeTweeningUsed by:800
Symbol 788 ShapeTweeningUsed by:800
Symbol 789 ShapeTweeningUsed by:800
Symbol 790 ShapeTweeningUsed by:800
Symbol 791 ShapeTweeningUsed by:800
Symbol 792 ShapeTweeningUsed by:800
Symbol 793 ShapeTweeningUsed by:800
Symbol 794 ShapeTweeningUsed by:800
Symbol 795 ShapeTweeningUsed by:800
Symbol 796 ShapeTweeningUsed by:800
Symbol 797 ShapeTweeningUsed by:800
Symbol 798 GraphicUsed by:800
Symbol 799 MovieClipUses:149Used by:800
Symbol 800 MovieClip {hipster}Uses:627 628 630 631 633 635 637 639 641 643 644 645 647 649 651 652 653 655 658 659 660 661 665 669 671 672 674 675 677 678 679 680 681 682 686 694 695 697 698 699 700 701 702 72 706 707 711 712 713 714 715 716 717 721 725 726 99 727 728 730 731 732 733 735 737 739 740 742 743 745 746 748 749 750 751 752 43 753 756 757 758 759 763 767 768 769 770 771 772 774 129 132 776 777 778 779 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799Used by:1841
Symbol 801 MovieClipUses:22Used by:940
Symbol 802 GraphicUsed by:940
Symbol 803 GraphicUsed by:804
Symbol 804 MovieClipUses:803Used by:940
Symbol 805 MovieClipUses:27Used by:918 940
Symbol 806 MovieClipUses:31Used by:918 940
Symbol 807 GraphicUsed by:918 940
Symbol 808 MovieClipUses:36Used by:918 940
Symbol 809 GraphicUsed by:940
Symbol 810 GraphicUsed by:811
Symbol 811 MovieClipUses:810Used by:940
Symbol 812 MovieClipUses:41 43Used by:843 940
Symbol 813 MovieClipUses:50Used by:843 918 940
Symbol 814 MovieClipUses:52Used by:843 918 940
Symbol 815 GraphicUsed by:818
Symbol 816 GraphicUsed by:818
Symbol 817 GraphicUsed by:818
Symbol 818 MovieClipUses:54 815 816 817Used by:843 940
Symbol 819 GraphicUsed by:822
Symbol 820 GraphicUsed by:822
Symbol 821 GraphicUsed by:822
Symbol 822 MovieClipUses:59 819 820 821Used by:843 940
Symbol 823 GraphicUsed by:824 940
Symbol 824 MovieClipUses:823Used by:843 940
Symbol 825 GraphicUsed by:826
Symbol 826 MovieClipUses:825Used by:843 918 940
Symbol 827 ShapeTweeningUsed by:833
Symbol 828 GraphicUsed by:833 842 860 918 937 940
Symbol 829 ShapeTweeningUsed by:833
Symbol 830 ShapeTweeningUsed by:833
Symbol 831 ShapeTweeningUsed by:833
Symbol 832 GraphicUsed by:833 842 860 918 937 940
Symbol 833 MovieClipUses:827 828 829 830 831 832Used by:940
Symbol 834 GraphicUsed by:835
Symbol 835 MovieClipUses:834Used by:843 918 940
Symbol 836 MovieClipUses:44Used by:843 940
Symbol 837 GraphicUsed by:843 918 940
Symbol 838 MovieClipUses:66Used by:843 918 940
Symbol 839 ShapeTweeningUsed by:842
Symbol 840 ShapeTweeningUsed by:842
Symbol 841 ShapeTweeningUsed by:842
Symbol 842 MovieClipUses:832 828 839 840 841Used by:843
Symbol 843 MovieClipUses:812 813 814 818 822 824 826 842 835 836 837 838Used by:940
Symbol 844 GraphicUsed by:940
Symbol 845 GraphicUsed by:846
Symbol 846 MovieClipUses:845Used by:875 940
Symbol 847 GraphicUsed by:850
Symbol 848 GraphicUsed by:850
Symbol 849 GraphicUsed by:850
Symbol 850 MovieClipUses:54 847 848 849Used by:940
Symbol 851 MovieClipUses:77Used by:940
Symbol 852 GraphicUsed by:855
Symbol 853 GraphicUsed by:855
Symbol 854 GraphicUsed by:855
Symbol 855 MovieClipUses:59 852 853 854Used by:940
Symbol 856 MovieClipUses:83Used by:940
Symbol 857 ShapeTweeningUsed by:860
Symbol 858 ShapeTweeningUsed by:860
Symbol 859 ShapeTweeningUsed by:860
Symbol 860 MovieClipUses:832 828 857 858 859Used by:940
Symbol 861 MovieClipUses:85Used by:940
Symbol 862 MovieClipUses:66Used by:940
Symbol 863 ShapeTweeningUsed by:940
Symbol 864 ShapeTweeningUsed by:940
Symbol 865 GraphicUsed by:869
Symbol 866 GraphicUsed by:869
Symbol 867 GraphicUsed by:869
Symbol 868 GraphicUsed by:869
Symbol 869 MovieClipUses:54 865 866 867 868Used by:940
Symbol 870 GraphicUsed by:873
Symbol 871 GraphicUsed by:873
Symbol 872 GraphicUsed by:873
Symbol 873 MovieClipUses:59 870 871 872Used by:940
Symbol 874 ShapeTweeningUsed by:940
Symbol 875 MovieClipUses:72 846Used by:940
Symbol 876 MovieClipUses:22Used by:940
Symbol 877 GraphicUsed by:878 881 893 895
Symbol 878 MovieClipUses:877Used by:940
Symbol 879 GraphicUsed by:880 882 894 896
Symbol 880 MovieClipUses:879Used by:940
Symbol 881 MovieClipUses:877Used by:940
Symbol 882 MovieClipUses:879Used by:940
Symbol 883 GraphicUsed by:884
Symbol 884 MovieClipUses:883Used by:940
Symbol 885 GraphicUsed by:918 940
Symbol 886 GraphicUsed by:918 940
Symbol 887 GraphicUsed by:940
Symbol 888 MovieClipUses:100Used by:940
Symbol 889 MovieClipUses:77Used by:940
Symbol 890 MovieClipUses:83Used by:940
Symbol 891 MovieClipUses:729Used by:940
Symbol 892 MovieClipUses:22Used by:918 940
Symbol 893 MovieClipUses:877Used by:918 940
Symbol 894 MovieClipUses:879Used by:918 940
Symbol 895 MovieClipUses:877Used by:918 940
Symbol 896 MovieClipUses:879Used by:918 940
Symbol 897 GraphicUsed by:898
Symbol 898 MovieClipUses:897Used by:940
Symbol 899 MovieClipUses:135Used by:940
Symbol 900 GraphicUsed by:903
Symbol 901 GraphicUsed by:902
Symbol 902 MovieClipUses:901Used by:903
Symbol 903 MovieClipUses:900 902Used by:940
Symbol 904 MovieClipUses:139Used by:940
Symbol 905 MovieClipUses:141Used by:940
Symbol 906 GraphicUsed by:907
Symbol 907 MovieClipUses:906Used by:940
Symbol 908 GraphicUsed by:909
Symbol 909 MovieClipUses:908Used by:940
Symbol 910 MovieClipUses:145Used by:918 940
Symbol 911 GraphicUsed by:912
Symbol 912 MovieClipUses:911Used by:918 940
Symbol 913 MovieClipUses:135Used by:918 940
Symbol 914 GraphicUsed by:917
Symbol 915 GraphicUsed by:916
Symbol 916 MovieClipUses:915Used by:917
Symbol 917 MovieClipUses:914 916Used by:918 940
Symbol 918 MovieClipUses:892 893 894 805 29 30 806 33 34 807 808 885 813 814 912 913 917 826 832 828 835 886 837 838 910 895 896Used by:940
Symbol 919 GraphicUsed by:940
Symbol 920 GraphicUsed by:921
Symbol 921 MovieClipUses:920Used by:940
Symbol 922 GraphicUsed by:923
Symbol 923 MovieClipUses:922Used by:940
Symbol 924 GraphicUsed by:927
Symbol 925 GraphicUsed by:927
Symbol 926 GraphicUsed by:927
Symbol 927 MovieClipUses:54 924 925 926Used by:940
Symbol 928 MovieClipUses:77Used by:940
Symbol 929 GraphicUsed by:932
Symbol 930 GraphicUsed by:932
Symbol 931 GraphicUsed by:932
Symbol 932 MovieClipUses:59 929 930 931Used by:940
Symbol 933 MovieClipUses:83Used by:940
Symbol 934 ShapeTweeningUsed by:937
Symbol 935 ShapeTweeningUsed by:937
Symbol 936 ShapeTweeningUsed by:937
Symbol 937 MovieClipUses:832 828 934 935 936Used by:940
Symbol 938 MovieClipUses:85Used by:940
Symbol 939 MovieClipUses:66Used by:940
Symbol 940 MovieClip {nerdyKid}Uses:801 802 804 805 29 30 806 33 34 807 808 809 811 812 813 814 818 822 824 826 833 835 836 837 838 843 844 72 846 850 851 855 856 860 861 862 863 864 869 873 874 99 875 876 878 880 823 832 828 881 882 884 129 343 48 885 886 887 888 889 890 891 892 893 894 895 896 898 899 903 904 905 907 909 910 918 919 921 923 927 928 932 933 937 938 939 912 913 917Used by:1841
Symbol 941 GraphicUsed by:942
Symbol 942 MovieClipUses:941Used by:985
Symbol 943 GraphicUsed by:944
Symbol 944 MovieClipUses:943Used by:985
Symbol 945 GraphicUsed by:946
Symbol 946 MovieClipUses:945Used by:985
Symbol 947 GraphicUsed by:948
Symbol 948 MovieClipUses:947Used by:985
Symbol 949 GraphicUsed by:950
Symbol 950 MovieClipUses:949Used by:985
Symbol 951 GraphicUsed by:952
Symbol 952 MovieClipUses:951Used by:985
Symbol 953 GraphicUsed by:954
Symbol 954 MovieClipUses:953Used by:985
Symbol 955 GraphicUsed by:956
Symbol 956 MovieClipUses:955Used by:985
Symbol 957 GraphicUsed by:958
Symbol 958 MovieClipUses:957Used by:985
Symbol 959 GraphicUsed by:960
Symbol 960 MovieClipUses:959Used by:985
Symbol 961 GraphicUsed by:968
Symbol 962 GraphicUsed by:963
Symbol 963 MovieClipUses:962Used by:968 1057 1075 1116
Symbol 964 GraphicUsed by:968
Symbol 965 GraphicUsed by:967
Symbol 966 GraphicUsed by:967
Symbol 967 MovieClipUses:965 966Used by:968 982 984 985
Symbol 968 MovieClipUses:961 963 964 967Used by:985
Symbol 969 GraphicUsed by:982 985
Symbol 970 ShapeTweeningUsed by:982 985
Symbol 971 GraphicUsed by:982 985
Symbol 972 ShapeTweeningUsed by:982 985
Symbol 973 ShapeTweeningUsed by:982 985
Symbol 974 GraphicUsed by:975
Symbol 975 MovieClipUses:974Used by:985
Symbol 976 GraphicUsed by:985
Symbol 977 GraphicUsed by:985
Symbol 978 GraphicUsed by:985
Symbol 979 GraphicUsed by:985
Symbol 980 GraphicUsed by:985
Symbol 981 GraphicUsed by:982
Symbol 982 MovieClipUses:969 970 971 967 972 973 99 981Used by:985
Symbol 983 GraphicUsed by:984
Symbol 984 MovieClipUses:983 967Used by:985
Symbol 985 MovieClip {oldMan}Uses:942 944 946 948 950 952 954 956 958 960 968 969 970 971 967 972 973 99 975 129 976 343 977 978 48 979 980 982 191 192 984Used by:1841
Symbol 986 GraphicUsed by:987 1026
Symbol 987 MovieClipUses:986Used by:1026
Symbol 988 MovieClipUses:357Used by:1026
Symbol 989 MovieClipUses:359Used by:1026
Symbol 990 MovieClipUses:361Used by:1026
Symbol 991 GraphicUsed by:992
Symbol 992 MovieClipUses:991Used by:1026
Symbol 993 GraphicUsed by:994
Symbol 994 MovieClipUses:993Used by:1026
Symbol 995 GraphicUsed by:996
Symbol 996 MovieClipUses:995Used by:1026
Symbol 997 MovieClipUses:369Used by:1026
Symbol 998 GraphicUsed by:999
Symbol 999 MovieClipUses:998Used by:1026
Symbol 1000 GraphicUsed by:1001
Symbol 1001 MovieClipUses:378 43 1000Used by:1026
Symbol 1002 ShapeTweeningUsed by:1026
Symbol 1003 GraphicUsed by:1026
Symbol 1004 ShapeTweeningUsed by:1026
Symbol 1005 ShapeTweeningUsed by:1026
Symbol 1006 GraphicUsed by:1026
Symbol 1007 GraphicUsed by:1026
Symbol 1008 GraphicUsed by:1009
Symbol 1009 MovieClipUses:1008Used by:1026
Symbol 1010 GraphicUsed by:1026
Symbol 1011 GraphicUsed by:1026
Symbol 1012 GraphicUsed by:1026
Symbol 1013 GraphicUsed by:1026 1191
Symbol 1014 GraphicUsed by:1026
Symbol 1015 GraphicUsed by:1026
Symbol 1016 GraphicUsed by:1026
Symbol 1017 GraphicUsed by:1018
Symbol 1018 MovieClipUses:1017Used by:1026
Symbol 1019 GraphicUsed by:1026
Symbol 1020 GraphicUsed by:1026
Symbol 1021 GraphicUsed by:1026
Symbol 1022 GraphicUsed by:1026
Symbol 1023 GraphicUsed by:1026
Symbol 1024 GraphicUsed by:1025
Symbol 1025 MovieClipUses:1024Used by:1026
Symbol 1026 MovieClip {policeman}Uses:987 988 989 990 992 994 996 997 999 1001 444 1002 1003 1004 1005 99 72 378 43 337 48 1006 402 1007 1009 129 343 1010 1011 1012 1013 1014 1015 1016 191 192 986 1018 1019 1020 1021 1022 1023 1025Used by:1841
Symbol 1027 GraphicUsed by:1028 1059
Symbol 1028 MovieClipUses:1027Used by:1116
Symbol 1029 GraphicUsed by:1030
Symbol 1030 MovieClipUses:1029Used by:1116
Symbol 1031 GraphicUsed by:1116
Symbol 1032 GraphicUsed by:1033
Symbol 1033 MovieClipUses:1032Used by:1116
Symbol 1034 GraphicUsed by:1035
Symbol 1035 MovieClipUses:1034Used by:1116
Symbol 1036 GraphicUsed by:1037
Symbol 1037 MovieClipUses:1036Used by:1116
Symbol 1038 GraphicUsed by:1039
Symbol 1039 MovieClipUses:1038Used by:1116
Symbol 1040 GraphicUsed by:1041
Symbol 1041 MovieClipUses:1040Used by:1116
Symbol 1042 GraphicUsed by:1043
Symbol 1043 MovieClipUses:1042Used by:1116
Symbol 1044 GraphicUsed by:1045
Symbol 1045 MovieClipUses:1044Used by:1116
Symbol 1046 GraphicUsed by:1057 1075 1116
Symbol 1047 GraphicUsed by:1057 1075 1116
Symbol 1048 GraphicUsed by:1055
Symbol 1049 GraphicUsed by:1055
Symbol 1050 GraphicUsed by:1055
Symbol 1051 GraphicUsed by:1055
Symbol 1052 GraphicUsed by:1055
Symbol 1053 GraphicUsed by:1055
Symbol 1054 GraphicUsed by:1055
Symbol 1055 MovieClipUses:1048 1049 1050 1051 1052 1053 1054Used by:1057 1075 1085 1097 1116
Symbol 1056 GraphicUsed by:1057 1116
Symbol 1057 MovieClipUses:1046 963 1047 1055 1056Used by:1116
Symbol 1058 GraphicUsed by:1116
Symbol 1059 MovieClipUses:1027Used by:1066
Symbol 1060 GraphicUsed by:1061
Symbol 1061 MovieClipUses:1060Used by:1066
Symbol 1062 GraphicUsed by:1063
Symbol 1063 MovieClipUses:1062Used by:1066
Symbol 1064 GraphicUsed by:1065
Symbol 1065 MovieClipUses:1064Used by:1066
Symbol 1066 MovieClipUses:1059 1061 1063 1065Used by:1116
Symbol 1067 GraphicUsed by:1068
Symbol 1068 MovieClipUses:1067Used by:1116
Symbol 1069 GraphicUsed by:1075
Symbol 1070 GraphicUsed by:1071 1072
Symbol 1071 MovieClipUses:1070Used by:1075
Symbol 1072 MovieClipUses:1070Used by:1075
Symbol 1073 GraphicUsed by:1074
Symbol 1074 MovieClipUses:1073Used by:1075
Symbol 1075 MovieClipUses:1046 963 1047 1055 1069 1071 1072 1074Used by:1116
Symbol 1076 GraphicUsed by:1116
Symbol 1077 ShapeTweeningUsed by:1116
Symbol 1078 GraphicUsed by:1116
Symbol 1079 GraphicUsed by:1116
Symbol 1080 GraphicUsed by:1116
Symbol 1081 ShapeTweeningUsed by:1116
Symbol 1082 ShapeTweeningUsed by:1116
Symbol 1083 GraphicUsed by:1085
Symbol 1084 GraphicUsed by:1085
Symbol 1085 MovieClipUses:1083 1055 1084Used by:1116
Symbol 1086 GraphicUsed by:1087
Symbol 1087 MovieClipUses:1086Used by:1116
Symbol 1088 GraphicUsed by:1116
Symbol 1089 GraphicUsed by:1116
Symbol 1090 GraphicUsed by:1116
Symbol 1091 GraphicUsed by:1116
Symbol 1092 GraphicUsed by:1116
Symbol 1093 GraphicUsed by:1116
Symbol 1094 GraphicUsed by:1116
Symbol 1095 GraphicUsed by:1097
Symbol 1096 GraphicUsed by:1097
Symbol 1097 MovieClipUses:1095 1055 1096Used by:1116
Symbol 1098 ShapeTweeningUsed by:1116
Symbol 1099 GraphicUsed by:1116
Symbol 1100 GraphicUsed by:1116
Symbol 1101 GraphicUsed by:1116
Symbol 1102 ShapeTweeningUsed by:1116
Symbol 1103 GraphicUsed by:1116
Symbol 1104 GraphicUsed by:1116
Symbol 1105 GraphicUsed by:1116
Symbol 1106 GraphicUsed by:1116
Symbol 1107 GraphicUsed by:1116
Symbol 1108 GraphicUsed by:1116
Symbol 1109 GraphicUsed by:1116
Symbol 1110 GraphicUsed by:1116
Symbol 1111 GraphicUsed by:1116
Symbol 1112 GraphicUsed by:1116
Symbol 1113 GraphicUsed by:1116
Symbol 1114 ShapeTweeningUsed by:1116
Symbol 1115 ShapeTweeningUsed by:1116
Symbol 1116 MovieClip {professor}Uses:1028 1030 1031 1033 1035 1037 1039 1041 1043 1045 1057 1058 1066 1068 1075 1076 1077 1078 1055 1079 1080 1081 1082 99 1085 1087 129 1046 963 1047 1056 1088 343 1089 1090 191 192 1091 1092 1093 1094 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115Used by:1841
Symbol 1117 GraphicUsed by:1118 1192
Symbol 1118 MovieClipUses:1117Used by:1191
Symbol 1119 GraphicUsed by:1120
Symbol 1120 MovieClipUses:1119Used by:1191
Symbol 1121 GraphicUsed by:1122 1195
Symbol 1122 MovieClipUses:1121Used by:1191
Symbol 1123 GraphicUsed by:1124
Symbol 1124 MovieClipUses:1123Used by:1191
Symbol 1125 GraphicUsed by:1126
Symbol 1126 MovieClipUses:1125Used by:1191
Symbol 1127 GraphicUsed by:1128
Symbol 1128 MovieClipUses:1127Used by:1191
Symbol 1129 GraphicUsed by:1130
Symbol 1130 MovieClipUses:1129Used by:1191
Symbol 1131 GraphicUsed by:1132
Symbol 1132 MovieClipUses:1131Used by:1191
Symbol 1133 GraphicUsed by:1134
Symbol 1134 MovieClipUses:1133Used by:1191
Symbol 1135 GraphicUsed by:1136
Symbol 1136 MovieClipUses:1135Used by:1191
Symbol 1137 GraphicUsed by:1138
Symbol 1138 MovieClipUses:1137Used by:1191
Symbol 1139 GraphicUsed by:1155 1226
Symbol 1140 GraphicUsed by:1155
Symbol 1141 GraphicUsed by:1153
Symbol 1142 GraphicUsed by:1153
Symbol 1143 GraphicUsed by:1153
Symbol 1144 GraphicUsed by:1153
Symbol 1145 GraphicUsed by:1153
Symbol 1146 GraphicUsed by:1153
Symbol 1147 GraphicUsed by:1153
Symbol 1148 GraphicUsed by:1153
Symbol 1149 GraphicUsed by:1153
Symbol 1150 GraphicUsed by:1153
Symbol 1151 GraphicUsed by:1153
Symbol 1152 GraphicUsed by:1153
Symbol 1153 MovieClipUses:1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152Used by:1155 1174 1191
Symbol 1154 GraphicUsed by:1155
Symbol 1155 MovieClipUses:1139 43 1140 1153 1154Used by:1191
Symbol 1156 ShapeTweeningUsed by:1191
Symbol 1157 GraphicUsed by:1191
Symbol 1158 GraphicUsed by:1159
Symbol 1159 MovieClipUses:1158Used by:1191
Symbol 1160 ShapeTweeningUsed by:1191
Symbol 1161 ShapeTweeningUsed by:1191
Symbol 1162 GraphicUsed by:1163
Symbol 1163 MovieClipUses:1162Used by:1191
Symbol 1164 GraphicUsed by:1191
Symbol 1165 GraphicUsed by:1191
Symbol 1166 GraphicUsed by:1191
Symbol 1167 GraphicUsed by:1191
Symbol 1168 GraphicUsed by:1169
Symbol 1169 MovieClipUses:1168Used by:1191
Symbol 1170 GraphicUsed by:1171
Symbol 1171 MovieClipUses:1170Used by:1191
Symbol 1172 GraphicUsed by:1174
Symbol 1173 GraphicUsed by:1174
Symbol 1174 MovieClipUses:1172 1153 1173Used by:1191
Symbol 1175 GraphicUsed by:1176
Symbol 1176 MovieClipUses:1175Used by:1191
Symbol 1177 GraphicUsed by:1178
Symbol 1178 MovieClipUses:1177Used by:1191
Symbol 1179 GraphicUsed by:1191 1251
Symbol 1180 GraphicUsed by:1191 1251
Symbol 1181 GraphicUsed by:1191 1251
Symbol 1182 GraphicUsed by:1191 1251
Symbol 1183 GraphicUsed by:1191 1251
Symbol 1184 GraphicUsed by:1191 1251
Symbol 1185 GraphicUsed by:1191 1251
Symbol 1186 GraphicUsed by:1191 1251
Symbol 1187 GraphicUsed by:1191 1251
Symbol 1188 GraphicUsed by:1191 1251
Symbol 1189 GraphicUsed by:1191 1251
Symbol 1190 GraphicUsed by:1191 1251
Symbol 1191 MovieClip {soldier1}Uses:1118 1120 1122 1124 1126 1128 1130 1132 1134 1136 1138 1155 1013 1156 1157 1153 1159 1160 1161 99 1163 129 1164 337 343 1165 48 1166 1167 191 192 1169 1171 1174 1176 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190Used by:1841
Symbol 1192 MovieClipUses:1117Used by:1251
Symbol 1193 GraphicUsed by:1194
Symbol 1194 MovieClipUses:1193Used by:1251
Symbol 1195 MovieClipUses:1121Used by:1251
Symbol 1196 GraphicUsed by:1197
Symbol 1197 MovieClipUses:1196Used by:1251
Symbol 1198 GraphicUsed by:1199
Symbol 1199 MovieClipUses:1198Used by:1251
Symbol 1200 GraphicUsed by:1201
Symbol 1201 MovieClipUses:1200Used by:1251
Symbol 1202 GraphicUsed by:1203
Symbol 1203 MovieClipUses:1202Used by:1251
Symbol 1204 GraphicUsed by:1205
Symbol 1205 MovieClipUses:1204Used by:1251
Symbol 1206 GraphicUsed by:1207
Symbol 1207 MovieClipUses:1206Used by:1251
Symbol 1208 GraphicUsed by:1209
Symbol 1209 MovieClipUses:1208Used by:1251
Symbol 1210 GraphicUsed by:1211
Symbol 1211 MovieClipUses:1210Used by:1251
Symbol 1212 GraphicUsed by:1226
Symbol 1213 GraphicUsed by:1225
Symbol 1214 GraphicUsed by:1225
Symbol 1215 GraphicUsed by:1225
Symbol 1216 GraphicUsed by:1225
Symbol 1217 GraphicUsed by:1225
Symbol 1218 GraphicUsed by:1225
Symbol 1219 GraphicUsed by:1225
Symbol 1220 GraphicUsed by:1225
Symbol 1221 GraphicUsed by:1225
Symbol 1222 GraphicUsed by:1225
Symbol 1223 GraphicUsed by:1225
Symbol 1224 GraphicUsed by:1225
Symbol 1225 MovieClipUses:1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224Used by:1226 1242 1248 1251
Symbol 1226 MovieClipUses:1139 43 1212 1225Used by:1251
Symbol 1227 ShapeTweeningUsed by:1242 1251
Symbol 1228 GraphicUsed by:1242 1251
Symbol 1229 GraphicUsed by:1230
Symbol 1230 MovieClipUses:1229Used by:1242 1251
Symbol 1231 GraphicUsed by:1242 1251
Symbol 1232 ShapeTweeningUsed by:1242 1251
Symbol 1233 ShapeTweeningUsed by:1242 1251
Symbol 1234 GraphicUsed by:1242 1251
Symbol 1235 GraphicUsed by:1236
Symbol 1236 MovieClipUses:1235Used by:1251
Symbol 1237 GraphicUsed by:1251
Symbol 1238 GraphicUsed by:1251
Symbol 1239 GraphicUsed by:1251
Symbol 1240 GraphicUsed by:1251
Symbol 1241 GraphicUsed by:1251
Symbol 1242 MovieClipUses:444 1227 1228 1230 1231 1225 1232 99 1233 1234Used by:1251
Symbol 1243 GraphicUsed by:1244
Symbol 1244 MovieClipUses:1243Used by:1251
Symbol 1245 GraphicUsed by:1246
Symbol 1246 MovieClipUses:1245Used by:1251
Symbol 1247 GraphicUsed by:1248
Symbol 1248 MovieClipUses:1247 1225Used by:1251
Symbol 1249 GraphicUsed by:1250
Symbol 1250 MovieClipUses:1249Used by:1251
Symbol 1251 MovieClip {soldier2}Uses:1192 1194 1195 1197 1199 1201 1203 1205 1207 1209 1211 1226 444 1227 1228 1230 1231 1225 1232 99 1233 1234 1236 129 1237 1238 1239 1240 1241 1242 191 192 1244 1246 1248 1250 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190Used by:1841
Symbol 1252 GraphicUsed by:1253
Symbol 1253 MovieClipUses:1252Used by:1310
Symbol 1254 GraphicUsed by:1255
Symbol 1255 MovieClipUses:1254Used by:1310
Symbol 1256 GraphicUsed by:1257
Symbol 1257 MovieClipUses:1256Used by:1310
Symbol 1258 GraphicUsed by:1259
Symbol 1259 MovieClipUses:1258Used by:1310
Symbol 1260 GraphicUsed by:1261
Symbol 1261 MovieClipUses:1260Used by:1310
Symbol 1262 ShapeTweeningUsed by:1310
Symbol 1263 GraphicUsed by:1264
Symbol 1264 MovieClipUses:1263Used by:1310
Symbol 1265 GraphicUsed by:1266
Symbol 1266 MovieClipUses:1265Used by:1310
Symbol 1267 GraphicUsed by:1268
Symbol 1268 MovieClipUses:1267Used by:1310
Symbol 1269 MovieClipUses:36Used by:1310
Symbol 1270 GraphicUsed by:1277 1310
Symbol 1271 GraphicUsed by:1277 1310
Symbol 1272 GraphicUsed by:1275
Symbol 1273 GraphicUsed by:1275
Symbol 1274 GraphicUsed by:1275
Symbol 1275 MovieClipUses:1272 1273 1274Used by:1277 1310
Symbol 1276 GraphicUsed by:1277 1310
Symbol 1277 MovieClipUses:1270 43 1271 1275 1276Used by:1310
Symbol 1278 ShapeTweeningUsed by:1310
Symbol 1279 ShapeTweeningUsed by:1310
Symbol 1280 ShapeTweeningUsed by:1310
Symbol 1281 GraphicUsed by:1310
Symbol 1282 GraphicUsed by:1283 1310
Symbol 1283 MovieClipUses:1282Used by:1310
Symbol 1284 GraphicUsed by:1310
Symbol 1285 GraphicUsed by:1286
Symbol 1286 MovieClipUses:1285Used by:1310
Symbol 1287 ShapeTweeningUsed by:1310
Symbol 1288 GraphicUsed by:1310
Symbol 1289 ShapeTweeningUsed by:1310
Symbol 1290 ShapeTweeningUsed by:1310
Symbol 1291 GraphicUsed by:1292
Symbol 1292 MovieClipUses:1291Used by:1310
Symbol 1293 GraphicUsed by:1310
Symbol 1294 GraphicUsed by:1310
Symbol 1295 GraphicUsed by:1310
Symbol 1296 GraphicUsed by:1310
Symbol 1297 GraphicUsed by:1310
Symbol 1298 ShapeTweeningUsed by:1310
Symbol 1299 GraphicUsed by:1310
Symbol 1300 GraphicUsed by:1301
Symbol 1301 MovieClipUses:1300Used by:1310
Symbol 1302 GraphicUsed by:1303
Symbol 1303 MovieClipUses:1302Used by:1310
Symbol 1304 GraphicUsed by:1305
Symbol 1305 MovieClipUses:1304Used by:1310
Symbol 1306 ShapeTweeningUsed by:1310
Symbol 1307 ShapeTweeningUsed by:1310
Symbol 1308 ShapeTweeningUsed by:1310
Symbol 1309 GraphicUsed by:1310
Symbol 1310 MovieClip {woman}Uses:1253 1255 1257 1259 1261 1262 1264 1266 1268 1269 1277 1278 1279 1280 1281 1283 1270 43 1271 1275 1276 1284 1286 1287 1288 1289 1290 99 48 1282 1292 129 1293 1294 337 1295 1296 191 192 1297 1298 1299 1301 1303 1305 1306 1307 1308 1309Used by:1841
Symbol 1311 GraphicUsed by:1312
Symbol 1312 MovieClipUses:1311Used by:1357
Symbol 1313 GraphicUsed by:1314
Symbol 1314 MovieClipUses:1313Used by:1357
Symbol 1315 GraphicUsed by:1316 1345 1362 1377
Symbol 1316 MovieClipUses:1315Used by:1357
Symbol 1317 GraphicUsed by:1318 1363
Symbol 1318 MovieClipUses:1317Used by:1357
Symbol 1319 GraphicUsed by:1320 1364
Symbol 1320 MovieClipUses:1319Used by:1357
Symbol 1321 GraphicUsed by:1322 1365
Symbol 1322 MovieClipUses:1321Used by:1357
Symbol 1323 GraphicUsed by:1324
Symbol 1324 MovieClipUses:1323Used by:1357
Symbol 1325 GraphicUsed by:1326
Symbol 1326 MovieClipUses:1325Used by:1357
Symbol 1327 GraphicUsed by:1328 1368
Symbol 1328 MovieClipUses:1327Used by:1357
Symbol 1329 GraphicUsed by:1330 1369
Symbol 1330 MovieClipUses:1329Used by:1357
Symbol 1331 GraphicUsed by:1332 1370
Symbol 1332 MovieClipUses:1331Used by:1357
Symbol 1333 GraphicUsed by:1334 1371
Symbol 1334 MovieClipUses:1333Used by:1357
Symbol 1335 GraphicUsed by:1357 1382
Symbol 1336 GraphicUsed by:1337
Symbol 1337 MovieClipUses:1336Used by:1357 1382
Symbol 1338 GraphicUsed by:1357 1382
Symbol 1339 GraphicUsed by:1357 1382
Symbol 1340 GraphicUsed by:1357
Symbol 1341 GraphicUsed by:1342 1375
Symbol 1342 MovieClipUses:1341Used by:1357
Symbol 1343 GraphicUsed by:1344 1376
Symbol 1344 MovieClipUses:1343Used by:1357
Symbol 1345 MovieClipUses:1315Used by:1357
Symbol 1346 GraphicUsed by:1347
Symbol 1347 MovieClipUses:1346Used by:1357
Symbol 1348 GraphicUsed by:1357 1382
Symbol 1349 GraphicUsed by:1357 1382
Symbol 1350 GraphicUsed by:1357
Symbol 1351 GraphicUsed by:1357
Symbol 1352 GraphicUsed by:1357 1382
Symbol 1353 GraphicUsed by:1357
Symbol 1354 GraphicUsed by:1357
Symbol 1355 GraphicUsed by:1357 1382
Symbol 1356 GraphicUsed by:1357
Symbol 1357 MovieClip {wrestler1}Uses:1312 1314 1316 1318 1320 1322 1324 1326 1328 1330 1332 1334 1335 1337 1338 1339 1340 1342 1344 1345 1347 1348 1349 1350 1351 129 1352 1353 1354 1355 1356 191 192Used by:1841
Symbol 1358 GraphicUsed by:1359
Symbol 1359 MovieClipUses:1358Used by:1382
Symbol 1360 GraphicUsed by:1361
Symbol 1361 MovieClipUses:1360Used by:1382
Symbol 1362 MovieClipUses:1315Used by:1382
Symbol 1363 MovieClipUses:1317Used by:1382
Symbol 1364 MovieClipUses:1319Used by:1382
Symbol 1365 MovieClipUses:1321Used by:1382
Symbol 1366 GraphicUsed by:1367
Symbol 1367 MovieClipUses:1366Used by:1382
Symbol 1368 MovieClipUses:1327Used by:1382
Symbol 1369 MovieClipUses:1329Used by:1382
Symbol 1370 MovieClipUses:1331Used by:1382
Symbol 1371 MovieClipUses:1333Used by:1382
Symbol 1372 GraphicUsed by:1382
Symbol 1373 GraphicUsed by:1382
Symbol 1374 GraphicUsed by:1382
Symbol 1375 MovieClipUses:1341Used by:1382
Symbol 1376 MovieClipUses:1343Used by:1382
Symbol 1377 MovieClipUses:1315Used by:1382
Symbol 1378 GraphicUsed by:1382
Symbol 1379 GraphicUsed by:1382
Symbol 1380 GraphicUsed by:1382
Symbol 1381 GraphicUsed by:1382
Symbol 1382 MovieClip {wrestler2}Uses:1359 1361 1362 1363 1364 1365 1367 1368 1369 1370 1371 1335 1337 1338 1372 1339 1373 1374 1375 1376 1377 1348 1349 1378 1379 129 1352 1380 1355 1381 191 192Used by:1841
Symbol 1383 GraphicUsed by:1385 1619 1735
Symbol 1384 EditableTextUses:17Used by:1385
Symbol 1385 MovieClip {pl.fabrykagier.framework.utils.queue.QueueMarker}Uses:1383 1384Used by:1841
Symbol 1386 GraphicUsed by:1387 1726
Symbol 1387 MovieClip {MouseIcon}Uses:1386Used by:1841
Symbol 1388 GraphicUsed by:1389
Symbol 1389 MovieClip {pl.fabrykagier.halls.gameplay.FloorTile}Uses:1388Used by:1841
Symbol 1390 GraphicUsed by:1409 1419 1431 1452 1468 1771
Symbol 1391 GraphicUsed by:1408 1418
Symbol 1392 GraphicUsed by:1397 1401 1404 1412 1435 1442
Symbol 1393 TextUses:9Used by:1397
Symbol 1394 GraphicUsed by:1397 1401 1404 1412 1435 1442
Symbol 1395 GraphicUsed by:1397 1401 1404 1412 1435 1442
Symbol 1396 TextUses:9Used by:1397
Symbol 1397 MovieClip {button_popUp_tryAgain}Uses:1392 1393 1394 1395 1396Used by:1408 1430
Symbol 1398 TextUses:9Used by:1401 1862
Symbol 1399 TextUses:9Used by:1401 1862
Symbol 1400 TextUses:9Used by:1401 1862
Symbol 1401 MovieClip {button_submitScore}Uses:1392 1398 1394 1399 1395 1400Used by:1408 1418 1430 1451
Symbol 1402 TextUses:9Used by:1404
Symbol 1403 TextUses:9Used by:1404
Symbol 1404 MovieClip {button_mainMenu}Uses:1392 1402 1394 1395 1403Used by:1408 1418 1430 1451
Symbol 1405 FontUsed by:1406 1413 1421 1436 1443 1459 1498 1500 1623 1625 1767 1768 1772 1773 1775 1776 1778 1779 1780
Symbol 1406 TextUses:1405Used by:1408
Symbol 1407 TextUses:9Used by:1408
Symbol 1408 MovieClipUses:1391 1397 1401 1404 1406 1407Used by:1409
Symbol 1409 MovieClip {popUp_gameFail_animation}Uses:1390 1408Used by:1841
Symbol 1410 TextUses:9Used by:1412
Symbol 1411 TextUses:9Used by:1412
Symbol 1412 MovieClip {button_popUp_playAgain}Uses:1392 1410 1394 1395 1411Used by:1418
Symbol 1413 TextUses:1405Used by:1418
Symbol 1414 TextUses:9Used by:1418
Symbol 1415 EditableTextUses:9 1423Used by:1417
Symbol 1416 EditableTextUses:9 1423Used by:1417
Symbol 1417 MovieClip {pl.fabrykagier.halls.UI.PointsTextFiled}Uses:1415 1416Used by:1418 1451
Symbol 1418 MovieClipUses:1391 1412 1401 1404 1413 1414 1417Used by:1419
Symbol 1419 MovieClip {popUp_gameComplete_animation}Uses:1390 1418Used by:1841
Symbol 1420 GraphicUsed by:1430 1451
Symbol 1421 TextUses:1405Used by:1430
Symbol 1422 FontUsed by:1424 1437
Symbol 1423 FontUsed by:1415 1416 1872 1874
Symbol 1424 TextUses:9 1422Used by:1430
Symbol 1425 TextUses:9Used by:1429
Symbol 1426 TextUses:9Used by:1429
Symbol 1427 TextUses:9Used by:1429 1450
Symbol 1428 TextUses:9Used by:1429 1450
Symbol 1429 MovieClip {RandomTagline_levelFail}Uses:1425 1426 1427 1428Used by:1430
Symbol 1430 MovieClipUses:1420 1397 1401 1404 1421 1424 1429Used by:1431
Symbol 1431 MovieClip {popUp_levelFail_animation}Uses:1390 1430Used by:1841
Symbol 1432 GraphicUsed by:1438
Symbol 1433 TextUses:9Used by:1435
Symbol 1434 TextUses:9Used by:1435
Symbol 1435 MovieClip {button_popUp_playGame}Uses:1392 1433 1394 1395 1434Used by:1438
Symbol 1436 TextUses:1405Used by:1438
Symbol 1437 TextUses:9 1422Used by:1438
Symbol 1438 MovieClipUses:1432 1435 1436 1437Used by:1439
Symbol 1439 MovieClip {popUp_gameStart_animation}Uses:1438Used by:1841  Timeline
Symbol 1440 TextUses:9Used by:1442
Symbol 1441 TextUses:9Used by:1442
Symbol 1442 MovieClip {button_popUp_play}Uses:1392 1440 1394 1395 1441Used by:1451
Symbol 1443 EditableTextUses:1405Used by:1451
Symbol 1444 TextUses:9Used by:1451
Symbol 1445 TextUses:9Used by:1450
Symbol 1446 TextUses:9Used by:1450
Symbol 1447 TextUses:9Used by:1450
Symbol 1448 TextUses:9Used by:1450
Symbol 1449 TextUses:9Used by:1450
Symbol 1450 MovieClip {RandomTagline_levelComplete}Uses:1445 1446 1428 1447 1427 1448 1449Used by:1451
Symbol 1451 MovieClip {popUp_levelComplete_content}Uses:1420 1442 1401 1404 1417 1443 1444 1450Used by:1452
Symbol 1452 MovieClip {popUp_levelComplete_animation}Uses:1390 1451Used by:1841
Symbol 1453 GraphicUsed by:1467
Symbol 1454 GraphicUsed by:1458 1853
Symbol 1455 TextUses:9Used by:1458 1853
Symbol 1456 GraphicUsed by:1458 1853
Symbol 1457 GraphicUsed by:1458 1853
Symbol 1458 MovieClip {button_popUp_play2}Uses:1454 1455 1456 1457Used by:1467
Symbol 1459 EditableTextUses:1405Used by:1467
Symbol 1460 TextUses:9Used by:1467
Symbol 1461 TextUses:9Used by:1466
Symbol 1462 TextUses:9Used by:1466
Symbol 1463 TextUses:9Used by:1466
Symbol 1464 TextUses:9Used by:1466
Symbol 1465 TextUses:9Used by:1466
Symbol 1466 MovieClip {RandomTagline_levelStart}Uses:1461 1462 1463 1464 1465Used by:1467
Symbol 1467 MovieClip {popUp_levelStart_content}Uses:1453 1458 1459 1460 1466Used by:1468
Symbol 1468 MovieClip {popUp_levelStart_animation}Uses:1390 1467Used by:1841
Symbol 1469 GraphicUsed by:1770
Symbol 1470 GraphicUsed by:1770
Symbol 1471 GraphicUsed by:1770
Symbol 1472 GraphicUsed by:1493
Symbol 1473 GraphicUsed by:1474 1536 1663 1703 1909
Symbol 1474 MovieClipUses:1473Used by:1493
Symbol 1475 GraphicUsed by:1493 1619 1700 1735 1947
Symbol 1476 GraphicUsed by:1477
Symbol 1477 MovieClipUses:1476Used by:1493
Symbol 1478 GraphicUsed by:1493
Symbol 1479 GraphicUsed by:1480 1539 1667 1917
Symbol 1480 MovieClipUses:1479Used by:1493
Symbol 1481 GraphicUsed by:1484
Symbol 1482 GraphicUsed by:1483 1542 1669 1707 1921
Symbol 1483 MovieClipUses:1482Used by:1484
Symbol 1484 MovieClipUses:1481 1483Used by:1493
Symbol 1485 GraphicUsed by:1493
Symbol 1486 GraphicUsed by:1493
Symbol 1487 GraphicUsed by:1493
Symbol 1488 GraphicUsed by:1490
Symbol 1489 GraphicUsed by:1490
Symbol 1490 MovieClipUses:1488 1489Used by:1493
Symbol 1491 GraphicUsed by:1492 1735
Symbol 1492 MovieClipUses:1491Used by:1493 1619
Symbol 1493 MovieClipUses:1472 1474 1475 1477 1478 1480 1484 1485 1486 1487 1490 1492Used by:1770
Symbol 1494 GraphicUsed by:1770
Symbol 1495 TextUses:9Used by:1770
Symbol 1496 GraphicUsed by:1501 1769
Symbol 1497 GraphicUsed by:1501 1769
Symbol 1498 TextUses:1405Used by:1501
Symbol 1499 GraphicUsed by:1501 1769
Symbol 1500 TextUses:1405Used by:1501
Symbol 1501 MovieClip {button_tutorial_arrowNext}Uses:1496 1497 1498 1499 1500Used by:1770
Symbol 1502 GraphicUsed by:1505
Symbol 1503 GraphicUsed by:1505
Symbol 1504 GraphicUsed by:1505
Symbol 1505 MovieClip {button_tutorial_X}Uses:1502 1503 1504Used by:1770
Symbol 1506 GraphicUsed by:1619
Symbol 1507 MovieClipUses:22Used by:1532
Symbol 1508 MovieClipUses:25Used by:1532
Symbol 1509 MovieClipUses:27Used by:1532 1619
Symbol 1510 MovieClipUses:31Used by:1532 1619
Symbol 1511 MovieClipUses:36Used by:1532 1619
Symbol 1512 MovieClipUses:39Used by:1532
Symbol 1513 MovieClipUses:130Used by:1531
Symbol 1514 ShapeTweeningUsed by:1516
Symbol 1515 ShapeTweeningUsed by:1516
Symbol 1516 MovieClipUses:1514 1515 48Used by:1531 1619
Symbol 1517 MovieClipUses:780Used by:1531 1619
Symbol 1518 MovieClipUses:50Used by:1531 1619
Symbol 1519 MovieClipUses:52Used by:1531 1619
Symbol 1520 GraphicUsed by:1523
Symbol 1521 GraphicUsed by:1523
Symbol 1522 GraphicUsed by:1523
Symbol 1523 MovieClipUses:54 1520 1521 1522Used by:1531 1619
Symbol 1524 GraphicUsed by:1527
Symbol 1525 GraphicUsed by:1527
Symbol 1526 GraphicUsed by:1527
Symbol 1527 MovieClipUses:59 1524 1525 1526Used by:1531 1619
Symbol 1528 GraphicUsed by:1529
Symbol 1529 MovieClipUses:1528Used by:1531 1619
Symbol 1530 MovieClipUses:66Used by:1531 1619
Symbol 1531 MovieClipUses:1513 1516 1517 1518 1519 1523 1527 1529 1530Used by:1532
Symbol 1532 MovieClipUses:1507 24 1508 1509 29 30 1510 33 34 35 1511 38 1512 1531Used by:1619
Symbol 1533 GraphicUsed by:1619
Symbol 1534 GraphicUsed by:1535 1619
Symbol 1535 MovieClipUses:19 1534Used by:1619
Symbol 1536 MovieClipUses:1473Used by:1619
Symbol 1537 GraphicUsed by:1538
Symbol 1538 MovieClipUses:1537Used by:1619
Symbol 1539 MovieClipUses:1479Used by:1619
Symbol 1540 GraphicUsed by:1619
Symbol 1541 GraphicUsed by:1619
Symbol 1542 MovieClipUses:1482Used by:1619
Symbol 1543 GraphicUsed by:1545
Symbol 1544 GraphicUsed by:1545
Symbol 1545 MovieClipUses:1543 1544Used by:1619
Symbol 1546 GraphicUsed by:1547
Symbol 1547 MovieClipUses:1546Used by:1619
Symbol 1548 GraphicUsed by:1549 1675 2063
Symbol 1549 MovieClipUses:1548Used by:1619
Symbol 1550 GraphicUsed by:1551 1676 2064
Symbol 1551 MovieClipUses:1550Used by:1619
Symbol 1552 GraphicUsed by:1553 1677 1971 2089
Symbol 1553 MovieClipUses:1552Used by:1619
Symbol 1554 GraphicUsed by:1555 1678 1972
Symbol 1555 MovieClipUses:1554Used by:1619
Symbol 1556 GraphicUsed by:1557 1679 1973
Symbol 1557 MovieClipUses:1556Used by:1619
Symbol 1558 GraphicUsed by:1559 1680 1974
Symbol 1559 MovieClipUses:1558Used by:1619
Symbol 1560 GraphicUsed by:1561
Symbol 1561 MovieClipUses:1560Used by:1619
Symbol 1562 GraphicUsed by:1563 1683 1977
Symbol 1563 MovieClipUses:1562Used by:1619
Symbol 1564 GraphicUsed by:1565 1684 1978
Symbol 1565 MovieClipUses:1564Used by:1619
Symbol 1566 GraphicUsed by:1567 1685 1970
Symbol 1567 MovieClipUses:1566Used by:1619
Symbol 1568 GraphicUsed by:1569 1686 1999
Symbol 1569 MovieClipUses:1568Used by:1576
Symbol 1570 GraphicUsed by:1571 1687 1999
Symbol 1571 MovieClipUses:1570Used by:1576
Symbol 1572 GraphicUsed by:1573
Symbol 1573 MovieClipUses:1572Used by:1576
Symbol 1574 GraphicUsed by:1575 1690
Symbol 1575 MovieClipUses:1574Used by:1576
Symbol 1576 MovieClipUses:1569 1571 1573 1575Used by:1619
Symbol 1577 TextUses:17Used by:1619 1735
Symbol 1578 TextUses:17Used by:1619 1735
Symbol 1579 GraphicUsed by:1580 2062
Symbol 1580 MovieClipUses:1579Used by:1619
Symbol 1581 ShapeTweeningUsed by:1619
Symbol 1582 ShapeTweeningUsed by:1619
Symbol 1583 ShapeTweeningUsed by:1619
Symbol 1584 ShapeTweeningUsed by:1619
Symbol 1585 ShapeTweeningUsed by:1619
Symbol 1586 ShapeTweeningUsed by:1619
Symbol 1587 GraphicUsed by:1588 1944
Symbol 1588 MovieClipUses:1587Used by:1619
Symbol 1589 GraphicUsed by:1590
Symbol 1590 MovieClipUses:1589Used by:1619
Symbol 1591 GraphicUsed by:1592 2000
Symbol 1592 MovieClipUses:1591Used by:1619
Symbol 1593 GraphicUsed by:1594
Symbol 1594 MovieClipUses:1593Used by:1619
Symbol 1595 MovieClipUses:22Used by:1619
Symbol 1596 MovieClipUses:106Used by:1619
Symbol 1597 MovieClipUses:108Used by:1619
Symbol 1598 MovieClipUses:130Used by:1619
Symbol 1599 MovieClipUses:106Used by:1619
Symbol 1600 MovieClipUses:108Used by:1619
Symbol 1601 GraphicUsed by:1602
Symbol 1602 MovieClipUses:1601Used by:1619
Symbol 1603 MovieClipUses:22Used by:1619
Symbol 1604 MovieClipUses:106Used by:1619
Symbol 1605 MovieClipUses:108Used by:1619
Symbol 1606 MovieClipUses:130Used by:1619
Symbol 1607 MovieClipUses:106Used by:1619
Symbol 1608 MovieClipUses:108Used by:1619
Symbol 1609 GraphicUsed by:1610
Symbol 1610 MovieClipUses:1609Used by:1619
Symbol 1611 MovieClipUses:135Used by:1619
Symbol 1612 MovieClipUses:139Used by:1619
Symbol 1613 MovieClipUses:141Used by:1619
Symbol 1614 GraphicUsed by:1615
Symbol 1615 MovieClipUses:1614Used by:1619
Symbol 1616 MovieClipUses:143Used by:1619
Symbol 1617 MovieClipUses:145Used by:1619
Symbol 1618 MovieClipUses:147Used by:1619
Symbol 1619 MovieClipUses:1506 1532 1533 1535 1536 1475 1538 1534 1539 1540 1541 1542 1545 1547 1549 1551 1553 1555 1557 1559 1561 1563 1565 1567 1576 1492 1383 1577 1578 1580 1581 1582 1583 1584 1585 1586 1588 1590 1592 1594 1595 1596 1597 1509 29 30 1510 33 34 35 1511 1598 1516 1517 1518 1519 1523 1527 1529 1530 1599 1600 1602 343 48 1603 1604 1605 1606 1607 1608 132 1610 1611 1612 1613 1615 1616 1617 1618Used by:1770
Symbol 1620 TextUses:9Used by:1770
Symbol 1621 GraphicUsed by:1626
Symbol 1622 GraphicUsed by:1626
Symbol 1623 TextUses:1405Used by:1626
Symbol 1624 GraphicUsed by:1626
Symbol 1625 TextUses:1405Used by:1626
Symbol 1626 MovieClip {button_tutorial_arrowPrev}Uses:1621 1622 1623 1624 1625Used by:1770
Symbol 1627 GraphicUsed by:1700
Symbol 1628 MovieClipUses:22Used by:1660
Symbol 1629 MovieClipUses:25Used by:1660
Symbol 1630 MovieClipUses:27Used by:1660
Symbol 1631 MovieClipUses:31Used by:1660
Symbol 1632 MovieClipUses:36Used by:1660
Symbol 1633 MovieClipUses:39Used by:1660
Symbol 1634 GraphicUsed by:1637
Symbol 1635 GraphicUsed by:1637
Symbol 1636 GraphicUsed by:1637
Symbol 1637 MovieClipUses:54 1634 1635 1636Used by:1659
Symbol 1638 MovieClipUses:77Used by:1659
Symbol 1639 GraphicUsed by:1642
Symbol 1640 GraphicUsed by:1642
Symbol 1641 GraphicUsed by:1642
Symbol 1642 MovieClipUses:59 1639 1640 1641Used by:1659
Symbol 1643 MovieClipUses:83Used by:1659
Symbol 1644 MovieClipUses:85Used by:1659
Symbol 1645 GraphicUsed by:1646
Symbol 1646 MovieClipUses:1645Used by:1659
Symbol 1647 MovieClipUses:66Used by:1659
Symbol 1648 ShapeTweeningUsed by:1659
Symbol 1649 ShapeTweeningUsed by:1659
Symbol 1650 GraphicUsed by:1653
Symbol 1651 GraphicUsed by:1653
Symbol 1652 GraphicUsed by:1653
Symbol 1653 MovieClipUses:54 1650 1651 1652Used by:1659
Symbol 1654 GraphicUsed by:1657
Symbol 1655 GraphicUsed by:1657
Symbol 1656 GraphicUsed by:1657
Symbol 1657 MovieClipUses:59 1654 1655 1656Used by:1659
Symbol 1658 ShapeTweeningUsed by:1659
Symbol 1659 MovieClipUses:71 72 1637 1638 1642 1643 1644 1646 1647 1648 1649 1653 1657 1658 99Used by:1660
Symbol 1660 MovieClipUses:1628 24 1629 1630 29 30 1631 33 34 35 1632 38 1633 1659Used by:1661
Symbol 1661 MovieClipUses:1660Used by:1700
Symbol 1662 GraphicUsed by:1700
Symbol 1663 MovieClipUses:1473Used by:1700
Symbol 1664 GraphicUsed by:1665
Symbol 1665 MovieClipUses:1664Used by:1700
Symbol 1666 GraphicUsed by:1700
Symbol 1667 MovieClipUses:1479Used by:1700
Symbol 1668 GraphicUsed by:1700
Symbol 1669 MovieClipUses:1482Used by:1700
Symbol 1670 GraphicUsed by:1672
Symbol 1671 GraphicUsed by:1672
Symbol 1672 MovieClipUses:1670 1671Used by:1700
Symbol 1673 GraphicUsed by:1674
Symbol 1674 MovieClipUses:1673Used by:1700
Symbol 1675 MovieClipUses:1548Used by:1700
Symbol 1676 MovieClipUses:1550Used by:1700
Symbol 1677 MovieClipUses:1552Used by:1700
Symbol 1678 MovieClipUses:1554Used by:1700
Symbol 1679 MovieClipUses:1556Used by:1700
Symbol 1680 MovieClipUses:1558Used by:1700
Symbol 1681 GraphicUsed by:1682
Symbol 1682 MovieClipUses:1681Used by:1700
Symbol 1683 MovieClipUses:1562Used by:1700
Symbol 1684 MovieClipUses:1564Used by:1700
Symbol 1685 MovieClipUses:1566Used by:1700
Symbol 1686 MovieClipUses:1568Used by:1691
Symbol 1687 MovieClipUses:1570Used by:1691
Symbol 1688 GraphicUsed by:1689
Symbol 1689 MovieClipUses:1688Used by:1691
Symbol 1690 MovieClipUses:1574Used by:1691
Symbol 1691 MovieClipUses:1686 1687 1689 1690Used by:1700
Symbol 1692 GraphicUsed by:1700 1881
Symbol 1693 ShapeTweeningUsed by:1700
Symbol 1694 GraphicUsed by:1700 1881
Symbol 1695 GraphicUsed by:1700 1881
Symbol 1696 FontUsed by:1697 1699 1878
Symbol 1697 TextUses:1696Used by:1699
Symbol 1698 TextUsed by:1699
Symbol 1699 MovieClipUses:1696 1697 1698Used by:1700
Symbol 1700 MovieClipUses:1627 1661 1662 1663 1475 1665 1666 1667 1668 1669 1672 1674 1675 1676 1677 1678 1679 1680 1682 1683 1684 1685 1691 1692 1693 1694 1695 1699 12Used by:1770
Symbol 1701 TextUses:9Used by:1770
Symbol 1702 GraphicUsed by:1735
Symbol 1703 MovieClipUses:1473Used by:1735
Symbol 1704 GraphicUsed by:1705
Symbol 1705 MovieClipUses:1704Used by:1735
Symbol 1706 GraphicUsed by:1708
Symbol 1707 MovieClipUses:1482Used by:1708 1710 1735
Symbol 1708 MovieClipUses:1706 1707Used by:1735
Symbol 1709 GraphicUsed by:1710
Symbol 1710 MovieClipUses:1709 1707Used by:1735
Symbol 1711 GraphicUsed by:1713
Symbol 1712 GraphicUsed by:1713
Symbol 1713 MovieClipUses:1711 1712Used by:1735
Symbol 1714 GraphicUsed by:1735
Symbol 1715 FontUsed by:1716 1717
Symbol 1716 TextUses:1715Used by:1735
Symbol 1717 TextUses:1715Used by:1735
Symbol 1718 GraphicUsed by:1735
Symbol 1719 GraphicUsed by:1734 1735
Symbol 1720 GraphicUsed by:1734 1735 1942
Symbol 1721 ShapeTweeningUsed by:1734 1735
Symbol 1722 ShapeTweeningUsed by:1734 1735
Symbol 1723 ShapeTweeningUsed by:1734 1735
Symbol 1724 GraphicUsed by:1725 1935
Symbol 1725 MovieClipUses:1724Used by:1734 1735
Symbol 1726 MovieClipUses:1386Used by:1735
Symbol 1727 ShapeTweeningUsed by:1734
Symbol 1728 ShapeTweeningUsed by:1734
Symbol 1729 ShapeTweeningUsed by:1734
Symbol 1730 ShapeTweeningUsed by:1734
Symbol 1731 ShapeTweeningUsed by:1734
Symbol 1732 ShapeTweeningUsed by:1734
Symbol 1733 GraphicUsed by:1734 1942
Symbol 1734 MovieClipUses:1719 1720 1721 1722 1723 1725 1727 1728 1729 1730 1731 1732 1733Used by:1735
Symbol 1735 MovieClipUses:1702 1703 1475 1705 1708 1710 1713 1714 1716 1717 1718 1707 1719 1720 1721 1722 1723 1725 1491 1726 1383 1577 1578 1734Used by:1770
Symbol 1736 TextUses:9Used by:1770
Symbol 1737 GraphicUsed by:1738
Symbol 1738 MovieClipUses:1737Used by:1770
Symbol 1739 TextUses:9Used by:1770
Symbol 1740 GraphicUsed by:1741
Symbol 1741 MovieClipUses:1740Used by:1744 1751 1754 1755 1765
Symbol 1742 GraphicUsed by:1743
Symbol 1743 MovieClipUses:1742Used by:1744
Symbol 1744 MovieClipUses:1741 1743Used by:1770
Symbol 1745 GraphicUsed by:1750 1963
Symbol 1746 GraphicUsed by:1750 1963
Symbol 1747 GraphicUsed by:1750 1963
Symbol 1748 GraphicUsed by:1750 1963
Symbol 1749 GraphicUsed by:1750 1963
Symbol 1750 MovieClipUses:1745 1746 1747 1748 1749Used by:1751
Symbol 1751 MovieClipUses:1741 1750Used by:1770
Symbol 1752 GraphicUsed by:1753 1958
Symbol 1753 MovieClipUses:1752Used by:1754
Symbol 1754 MovieClipUses:1741 1753Used by:1770
Symbol 1755 MovieClipUses:1741 128Used by:1770
Symbol 1756 TextUses:9Used by:1770
Symbol 1757 TextUses:9Used by:1770
Symbol 1758 TextUses:9Used by:1770
Symbol 1759 TextUses:9Used by:1770
Symbol 1760 GraphicUsed by:1764
Symbol 1761 GraphicUsed by:1762
Symbol 1762 MovieClipUses:1761Used by:1763
Symbol 1763 MovieClip {smoke}Uses:1762Used by:1764
Symbol 1764 MovieClipUses:1760 1763Used by:1765 1966 1967
Symbol 1765 MovieClipUses:1741 1764Used by:1770
Symbol 1766 TextUses:9Used by:1770
Symbol 1767 TextUses:1405Used by:1769
Symbol 1768 TextUses:1405Used by:1769
Symbol 1769 MovieClip {button_tutorial_arrowExit}Uses:1496 1497 1767 1499 1768Used by:1770
Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587}Uses:1469 1470 1471 1493 1494 1495 1501 1505 1619 1620 1626 1700 1701 1735 1736 1738 1739 1744 1751 1754 1755 1756 1757 1758 1759 1765 1766 1769Used by:1771  Timeline
Symbol 1771 MovieClip {popUp_tutorial_animation}Uses:1390 1770Used by:1841
Symbol 1772 TextUses:1405Used by:1774
Symbol 1773 EditableTextUses:1405Used by:1774
Symbol 1774 MovieClip {popUp_ingame_levelStart}Uses:1772 1773Used by:1781
Symbol 1775 TextUses:1405Used by:1777
Symbol 1776 EditableTextUses:1405Used by:1777
Symbol 1777 MovieClip {pl.fabrykagier.halls.UI.PopupMinilevelHalfTime}Uses:1775 1776Used by:1781
Symbol 1778 TextUses:1405Used by:1781
Symbol 1779 TextUses:1405Used by:1781
Symbol 1780 TextUses:1405Used by:1781
Symbol 1781 MovieClip {pl.fabrykagier.halls.UI.PopupMiniPopup}Uses:1774 1777 1778 1779 1780Used by:1782
Symbol 1782 MovieClip {popUp_inGame_animation}Uses:1781Used by:1841
Symbol 1783 Sound {acidDrop_012}Used by:1841
Symbol 1784 Sound {angryCustomer_083}Used by:1841
Symbol 1785 Sound {buttonPushToFillUp_029}Used by:1841
Symbol 1786 Sound {candySuckedIn_0117}Used by:1841
Symbol 1787 Sound {clickSound}Used by:1841
Symbol 1788 Sound {angryCustomer_122}Used by:1841
Symbol 1789 Sound {candyBite_0213}Used by:1841
Symbol 1790 Sound {drawerSmallClose_0120}Used by:1841
Symbol 1791 Sound {rollOverSound}Used by:1841
Symbol 1792 Sound {disappear_puff_024}Used by:1841
Symbol 1793 Sound {candyCatch_021}Used by:1841
Symbol 1794 Sound {candyPickUp_0216}Used by:1841
Symbol 1795 Sound {draweSmallrOpen_0219}Used by:1841
Symbol 1796 Sound {whoosh}Used by:1841
Symbol 1797 Sound {goingUp_013}Used by:1841
Symbol 1798 Sound {cough_027}Used by:1841
Symbol 1799 Sound {candyThrow_0115}Used by:1841
Symbol 1800 Sound {pipeGoingDown_0122}Used by:1841
Symbol 1801 Sound {titleMusic}Used by:1841
Symbol 1802 Sound {grunt_010}Used by:1841
Symbol 1803 Sound {cough_056}Used by:1841
Symbol 1804 Sound {healthRecover_0112}Used by:1841
Symbol 1805 Sound {pipeGoingUp_0121}Used by:1841
Symbol 1806 Sound {grunt_021}Used by:1841
Symbol 1807 Sound {cough_065}Used by:1841
Symbol 1808 Sound {powerUpCollect_028}Used by:1841
Symbol 1809 Sound {pipeMovementLoop_0118}Used by:1841
Symbol 1810 Sound {gunShot_011}Used by:1841
Symbol 1811 Sound {cough_074}Used by:1841
Symbol 1812 Sound {step_020211}Used by:1841
Symbol 1813 Sound {cxxs}Used by:1841
Symbol 1814 Sound {jump_032}Used by:1841
Symbol 1815 Sound {angryCustomerFemale_013}Used by:1841
Symbol 1816 Sound {step_0210}Used by:1841
Symbol 1817 Sound {oldManDisappear_020}Used by:1841
Symbol 1818 Sound {angryCustomerFemale_022}Used by:1841
Symbol 1819 Sound {yippee_0714}Used by:1841
Symbol 1820 Sound {phoneFalls_011}Used by:1841
Symbol 1821 Sound {sneezeFemale_011}Used by:1841
Symbol 1822 Sound {phoneFalls_020}Used by:1841
Symbol 1823 Sound {sneezeFemale_020}Used by:1841
Symbol 1824 Sound {scooter_010}Used by:1841
Symbol 1825 Sound {reliefMan}Used by:1841
Symbol 1826 Sound {scratch_011}Used by:1841
Symbol 1827 Sound {reliefFemale}Used by:1841
Symbol 1828 Sound {sing_010}Used by:1841
Symbol 1829 Sound {spillAcid_011}Used by:1841
Symbol 1830 Sound {stretch_011}Used by:1841
Symbol 1831 Sound {suitcaseClose_022}Used by:1841
Symbol 1832 Sound {suitcaseOpen_011}Used by:1841
Symbol 1833 Sound {whoosh_500}Used by:1841
Symbol 1834 Sound {whoosh 50-020}Used by:1841
Symbol 1835 Sound {whoosh_530}Used by:1841
Symbol 1836 Sound {whoosh_560}Used by:1841
Symbol 1837 Sound {yeah_01}Used by:1841
Symbol 1838 Sound {kiss_012}Used by:1841
Symbol 1839 Sound {policemanRadioTalk_011}Used by:1841
Symbol 1840 Sound {tornado_020}Used by:1841
Symbol 1841 MovieClip {halls_fla.__NFF_crap_4}Uses:18 21 151 193 227 261 295 354 447 626 800 940 985 1026 1116 1191 1251 1310 1357 1382 1385 1387 1389 1409 1419 1431 1439 1452 1468 1771 1782 1783 1784 1785 1786 1787 1 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840Used by:Timeline
Symbol 1842 GraphicUsed by:1843
Symbol 1843 MovieClipUses:1842Used by:Timeline
Symbol 1844 GraphicUsed by:1845
Symbol 1845 MovieClipUses:1844Used by:Timeline
Symbol 1846 BitmapUsed by:1847
Symbol 1847 GraphicUses:1846Used by:1848
Symbol 1848 MovieClipUses:1847Used by:Timeline
Symbol 1849 GraphicUsed by:1850
Symbol 1850 MovieClipUses:1849Used by:Timeline
Symbol 1851 GraphicUsed by:1852
Symbol 1852 MovieClipUses:1851Used by:Timeline
Symbol 1853 MovieClip {button_playTitle}Uses:1454 1455 1456 1457Used by:Timeline
Symbol 1854 GraphicUsed by:1858
Symbol 1855 TextUses:9Used by:1858
Symbol 1856 GraphicUsed by:1858
Symbol 1857 GraphicUsed by:1858
Symbol 1858 MovieClip {button_Title_tutorial}Uses:1854 1855 1856 1857Used by:Timeline
Symbol 1859 GraphicUsed by:1862
Symbol 1860 GraphicUsed by:1862
Symbol 1861 GraphicUsed by:1862
Symbol 1862 MovieClip {button_submitScoreTitle}Uses:1859 1398 1860 1399 1861 1400Used by:Timeline
Symbol 1863 GraphicUsed by:1869
Symbol 1864 GraphicUsed by:1869
Symbol 1865 GraphicUsed by:1869
Symbol 1866 GraphicUsed by:1869
Symbol 1867 GraphicUsed by:1869
Symbol 1868 GraphicUsed by:1869
Symbol 1869 MovieClip {button_mute}Uses:1863 1864 1865 1866 1867 1868Used by:Timeline
Symbol 1870 ShapeTweeningUsed by:Timeline
Symbol 1871 GraphicUsed by:1876
Symbol 1872 EditableTextUses:9 1423Used by:1876
Symbol 1873 TextUses:9Used by:1876
Symbol 1874 EditableTextUses:9 1423Used by:1876
Symbol 1875 TextUses:9Used by:1876
Symbol 1876 MovieClipUses:1871 1872 1873 1874 1875Used by:1884
Symbol 1877 ShapeTweeningUsed by:1881
Symbol 1878 TextUses:1696Used by:1880
Symbol 1879 TextUsed by:1880
Symbol 1880 MovieClipUses:1878 1879Used by:1881
Symbol 1881 MovieClipUses:1692 1877 1694 1695 1880 12Used by:1884
Symbol 1882 BitmapUsed by:1883
Symbol 1883 GraphicUses:1882Used by:1884
Symbol 1884 MovieClip {pl.fabrykagier.halls.UI.HUD}Uses:1876 1881 1883Used by:Timeline
Symbol 1885 GraphicUsed by:Timeline
Symbol 1886 GraphicUsed by:Timeline
Symbol 1887 GraphicUsed by:1888
Symbol 1888 MovieClipUses:1887Used by:2115
Symbol 1889 BitmapUsed by:1890
Symbol 1890 GraphicUses:1889Used by:1893
Symbol 1891 FontUsed by:1892
Symbol 1892 TextUses:1891Used by:1893
Symbol 1893 MovieClipUses:1890 1892Used by:2115
Symbol 1894 GraphicUsed by:1895
Symbol 1895 MovieClipUses:1894Used by:2115
Symbol 1896 GraphicUsed by:1903
Symbol 1897 GraphicUsed by:1898
Symbol 1898 MovieClipUses:1897Used by:1903
Symbol 1899 GraphicUsed by:1900
Symbol 1900 MovieClipUses:1899Used by:1903
Symbol 1901 BitmapUsed by:1902
Symbol 1902 GraphicUses:1901Used by:1903
Symbol 1903 MovieClip {Wall}Uses:1896 1898 1900 1902Used by:2115
Symbol 1904 MovieClip {pl.fabrykagier.halls.characters.CustommrsArea}Used by:2115
Symbol 1905 GraphicUsed by:1906
Symbol 1906 MovieClipUses:1905Used by:2115
Symbol 1907 GraphicUsed by:1908
Symbol 1908 MovieClipUses:1907Used by:2115
Symbol 1909 MovieClipUses:1473Used by:1947
Symbol 1910 GraphicUsed by:1911
Symbol 1911 MovieClipUses:1910Used by:1947
Symbol 1912 GraphicUsed by:1913
Symbol 1913 MovieClipUses:1912Used by:1916
Symbol 1914 GraphicUsed by:1915
Symbol 1915 MovieClipUses:1914Used by:1916
Symbol 1916 MovieClip {pl.fabrykagier.halls.gameplay.DrawerFill}Uses:1913 1915 129Used by:1947
Symbol 1917 MovieClip {glass2}Uses:1479Used by:1947
Symbol 1918 GraphicUsed by:1930
Symbol 1919 GraphicUsed by:1930
Symbol 1920 GraphicUsed by:1930
Symbol 1921 MovieClipUses:1482Used by:1930 2114
Symbol 1922 ShapeTweeningUsed by:1930
Symbol 1923 ShapeTweeningUsed by:1930
Symbol 1924 ShapeTweeningUsed by:1930
Symbol 1925 ShapeTweeningUsed by:1930
Symbol 1926 ShapeTweeningUsed by:1930
Symbol 1927 ShapeTweeningUsed by:1930
Symbol 1928 GraphicUsed by:1930
Symbol 1929 GraphicUsed by:1930
Symbol 1930 MovieClip {halls_fla.Drawer_back_762}Uses:1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929Used by:1947
Symbol 1931 GraphicUsed by:1942
Symbol 1932 ShapeTweeningUsed by:1942
Symbol 1933 ShapeTweeningUsed by:1942
Symbol 1934 ShapeTweeningUsed by:1942
Symbol 1935 MovieClipUses:1724Used by:1942
Symbol 1936 ShapeTweeningUsed by:1942
Symbol 1937 ShapeTweeningUsed by:1942
Symbol 1938 ShapeTweeningUsed by:1942
Symbol 1939 ShapeTweeningUsed by:1942
Symbol 1940 ShapeTweeningUsed by:1942
Symbol 1941 ShapeTweeningUsed by:1942
Symbol 1942 MovieClipUses:1931 1720 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1733Used by:1943
Symbol 1943 MovieClip {PipeAnim}Uses:1942Used by:1947
Symbol 1944 MovieClip {glass}Uses:1587Used by:1947
Symbol 1945 GraphicUsed by:1946
Symbol 1946 MovieClip {Drawer_drawer_body}Uses:1945Used by:1947
Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer}Uses:1909 1475 1911 1916 1917 1930 1943 1944 1946Used by:2115
Symbol 1948 GraphicUsed by:1954
Symbol 1949 GraphicUsed by:1954
Symbol 1950 GraphicUsed by:1954
Symbol 1951 GraphicUsed by:1954
Symbol 1952 GraphicUsed by:1954
Symbol 1953 GraphicUsed by:1954
Symbol 1954 MovieClipUses:1948 1949 1950 1951 1952 1953Used by:2115
Symbol 1955 GraphicUsed by:1967
Symbol 1956 GraphicUsed by:1957
Symbol 1957 MovieClipUses:1956Used by:1959 1962 1964 1965 1966 1967
Symbol 1958 MovieClipUses:1752Used by:1959 1967
Symbol 1959 MovieClipUses:1957 1958Used by:1967
Symbol 1960 GraphicUsed by:1961
Symbol 1961 MovieClipUses:1960Used by:1962 1967
Symbol 1962 MovieClipUses:1957 1961Used by:1967
Symbol 1963 MovieClipUses:1745 1746 1747 1748 1749Used by:1964 1967
Symbol 1964 MovieClipUses:1957 1963Used by:1967
Symbol 1965 MovieClipUses:1957 128Used by:1967
Symbol 1966 MovieClipUses:1957 1764Used by:1967
Symbol 1967 MovieClip {pl.fabrykagier.halls.gameplay.PowerUp}Uses:1955 1959 1957 1958 1962 1961 1964 1963 1965 128 1966 1764Used by:2115
Symbol 1968 GraphicUsed by:1969
Symbol 1969 MovieClipUses:1968Used by:2089
Symbol 1970 MovieClipUses:1566Used by:2089
Symbol 1971 MovieClipUses:1552Used by:2089
Symbol 1972 MovieClipUses:1554Used by:2089
Symbol 1973 MovieClipUses:1556Used by:2089
Symbol 1974 MovieClipUses:1558Used by:2089
Symbol 1975 GraphicUsed by:1976
Symbol 1976 MovieClipUses:1975Used by:2089
Symbol 1977 MovieClipUses:1562Used by:2089
Symbol 1978 MovieClipUses:1564Used by:2089
Symbol 1979 GraphicUsed by:1980
Symbol 1980 MovieClipUses:1979Used by:1999
Symbol 1981 GraphicUsed by:1999
Symbol 1982 GraphicUsed by:1999
Symbol 1983 GraphicUsed by:1999
Symbol 1984 GraphicUsed by:1999
Symbol 1985 GraphicUsed by:1999
Symbol 1986 GraphicUsed by:1999
Symbol 1987 GraphicUsed by:1999
Symbol 1988 GraphicUsed by:1999
Symbol 1989 GraphicUsed by:1999
Symbol 1990 GraphicUsed by:1999
Symbol 1991 GraphicUsed by:1999
Symbol 1992 GraphicUsed by:1999
Symbol 1993 GraphicUsed by:1999
Symbol 1994 GraphicUsed by:1999
Symbol 1995 GraphicUsed by:1999
Symbol 1996 GraphicUsed by:1997
Symbol 1997 MovieClipUses:1996Used by:1998
Symbol 1998 MovieClipUses:1997Used by:1999 2055
Symbol 1999 MovieClip {salesmanBack_head}Uses:1568 1570 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1998Used by:2089
Symbol 2000 MovieClipUses:1591Used by:2089
Symbol 2001 GraphicUsed by:2002
Symbol 2002 MovieClipUses:2001Used by:2089
Symbol 2003 GraphicUsed by:2004
Symbol 2004 MovieClipUses:2003Used by:2089
Symbol 2005 GraphicUsed by:2006
Symbol 2006 MovieClipUses:2005Used by:2089
Symbol 2007 GraphicUsed by:2008
Symbol 2008 MovieClipUses:2007Used by:2089
Symbol 2009 GraphicUsed by:2010
Symbol 2010 MovieClipUses:2009Used by:2089
Symbol 2011 GraphicUsed by:2012
Symbol 2012 MovieClipUses:2011Used by:2089
Symbol 2013 GraphicUsed by:2014
Symbol 2014 MovieClipUses:2013Used by:2089
Symbol 2015 GraphicUsed by:2016
Symbol 2016 MovieClipUses:2015Used by:2089
Symbol 2017 GraphicUsed by:2018
Symbol 2018 MovieClipUses:2017Used by:2089
Symbol 2019 GraphicUsed by:2055 2073
Symbol 2020 GraphicUsed by:2055 2074
Symbol 2021 GraphicUsed by:2055
Symbol 2022 GraphicUsed by:2055 2076
Symbol 2023 GraphicUsed by:2055 2076
Symbol 2024 GraphicUsed by:2055
Symbol 2025 GraphicUsed by:2027
Symbol 2026 GraphicUsed by:2027 2084
Symbol 2027 MovieClipUses:2025 2026Used by:2055
Symbol 2028 GraphicUsed by:2055 2073
Symbol 2029 GraphicUsed by:2055 2074
Symbol 2030 GraphicUsed by:2055 2076
Symbol 2031 GraphicUsed by:2055
Symbol 2032 GraphicUsed by:2055 2073
Symbol 2033 GraphicUsed by:2055 2074
Symbol 2034 GraphicUsed by:2055 2076
Symbol 2035 GraphicUsed by:2055
Symbol 2036 GraphicUsed by:2041
Symbol 2037 GraphicUsed by:2041
Symbol 2038 GraphicUsed by:2041
Symbol 2039 GraphicUsed by:2041
Symbol 2040 GraphicUsed by:2041
Symbol 2041 MovieClipUses:2036 2037 2038 2039 2040Used by:2055 2078 2088
Symbol 2042 GraphicUsed by:2055 2073
Symbol 2043 GraphicUsed by:2055 2074
Symbol 2044 GraphicUsed by:2055 2076
Symbol 2045 GraphicUsed by:2055
Symbol 2046 GraphicUsed by:2055
Symbol 2047 GraphicUsed by:2055 2073
Symbol 2048 GraphicUsed by:2055 2074
Symbol 2049 GraphicUsed by:2055 2076
Symbol 2050 GraphicUsed by:2055
Symbol 2051 GraphicUsed by:2053
Symbol 2052 GraphicUsed by:2053
Symbol 2053 MovieClipUses:2051 2052Used by:2055 2081
Symbol 2054 GraphicUsed by:2055
Symbol 2055 MovieClip {salesmanFront_head}Uses:2019 2020 2021 2022 2023 2024 2027 2028 2029 2030 2031 2032 2033 2034 2035 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2053 2054 1998Used by:2089
Symbol 2056 GraphicUsed by:2057
Symbol 2057 MovieClipUses:2056Used by:2089
Symbol 2058 GraphicUsed by:2059
Symbol 2059 MovieClipUses:2058Used by:2089
Symbol 2060 GraphicUsed by:2061
Symbol 2061 MovieClipUses:2060Used by:2089
Symbol 2062 MovieClipUses:1579Used by:2089
Symbol 2063 MovieClipUses:1548Used by:2089
Symbol 2064 MovieClipUses:1550Used by:2089
Symbol 2065 GraphicUsed by:2066
Symbol 2066 MovieClipUses:2065Used by:2089
Symbol 2067 GraphicUsed by:2089
Symbol 2068 GraphicUsed by:2070
Symbol 2069 GraphicUsed by:2070
Symbol 2070 MovieClipUses:2068 2069Used by:2072
Symbol 2071 GraphicUsed by:2072
Symbol 2072 MovieClipUses:2070 2071Used by:2089
Symbol 2073 MovieClipUses:2019 2028 2032 2042 2047Used by:2078 2081 2084 2088
Symbol 2074 MovieClipUses:2020 2029 2033 2043 2048Used by:2078 2081 2084 2088
Symbol 2075 GraphicUsed by:2078
Symbol 2076 MovieClipUses:2022 2023 2030 2034 2044 2049Used by:2078 2081 2084 2088
Symbol 2077 GraphicUsed by:2078
Symbol 2078 MovieClipUses:2073 2074 2075 2076 2077 2041Used by:2089
Symbol 2079 GraphicUsed by:2081
Symbol 2080 GraphicUsed by:2081
Symbol 2081 MovieClipUses:2073 2074 2079 2076 2080 2053Used by:2089
Symbol 2082 GraphicUsed by:2084
Symbol 2083 GraphicUsed by:2084
Symbol 2084 MovieClipUses:2073 2082 2076 2083 2074 2026Used by:2089
Symbol 2085 GraphicUsed by:2088
Symbol 2086 GraphicUsed by:2087
Symbol 2087 MovieClipUses:2086Used by:2088
Symbol 2088 MovieClipUses:2073 2074 2085 2076 2087 2041Used by:2089
Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic}Uses:1969 1970 1971 1972 1973 1974 1976 1977 1978 1999 2000 1552 129 2002 2004 2006 2008 2010 2012 2014 2016 2018 2055 2057 2059 2061 2062 2063 2064 2066 2067 2072 128 2078 2081 2084 2088Used by:2115
Symbol 2090 GraphicUsed by:2091
Symbol 2091 MovieClipUses:2090Used by:2115
Symbol 2092 GraphicUsed by:2093
Symbol 2093 MovieClipUses:2092Used by:2098
Symbol 2094 ShapeTweeningUsed by:2098
Symbol 2095 ShapeTweeningUsed by:2098
Symbol 2096 ShapeTweeningUsed by:2098
Symbol 2097 GraphicUsed by:2098
Symbol 2098 MovieClip {pl.fabrykagier.halls.gameplay.Bin}Uses:2093 2094 129 2095 2096 2097Used by:2115
Symbol 2099 GraphicUsed by:2100
Symbol 2100 MovieClipUses:2099Used by:2115
Symbol 2101 GraphicUsed by:2114
Symbol 2102 FontUsed by:2103 2104
Symbol 2103 TextUses:2102Used by:2114
Symbol 2104 TextUses:2102Used by:2114
Symbol 2105 GraphicUsed by:2114
Symbol 2106 GraphicUsed by:2114
Symbol 2107 ShapeTweeningUsed by:2114
Symbol 2108 ShapeTweeningUsed by:2114
Symbol 2109 ShapeTweeningUsed by:2114
Symbol 2110 ShapeTweeningUsed by:2114
Symbol 2111 ShapeTweeningUsed by:2114
Symbol 2112 ShapeTweeningUsed by:2114
Symbol 2113 GraphicUsed by:2114
Symbol 2114 MovieClip {RefillTrigger}Uses:2101 2103 2104 2105 2106 1921 2107 2108 2109 2110 2111 2112 2113Used by:2115
Symbol 2115 MovieClip {pl.fabrykagier.halls.HallsManager}Uses:1888 1893 1895 1903 1904 1906 1908 1947 1954 1967 2089 2091 2098 2100 2114Used by:Timeline
Symbol 2116 ShapeTweeningUsed by:Timeline
Symbol 2117 GraphicUsed by:Timeline
Symbol 2118 GraphicUsed by:2124
Symbol 2119 GraphicUsed by:2124
Symbol 2120 GraphicUsed by:2124
Symbol 2121 GraphicUsed by:2124
Symbol 2122 GraphicUsed by:2124
Symbol 2123 GraphicUsed by:2124
Symbol 2124 MovieClip {pl.fabrykagier.halls.UI.PauseButton}Uses:2118 2119 2120 2121 2122 2123Used by:Timeline
Symbol 2125 ShapeTweeningUsed by:Timeline
Symbol 2126 ShapeTweeningUsed by:Timeline

Instance Names

"progress_mc"Frame 2Symbol 14 MovieClip {halls_fla.interface_hud_preloader_2}
"goto_welcome$"Frame 94Symbol 1853 MovieClip {button_playTitle}
"goto_tutorial$"Frame 95Symbol 1858 MovieClip {button_Title_tutorial}
"hud_"Frame 166Symbol 1884 MovieClip {pl.fabrykagier.halls.UI.HUD}
"game_"Frame 169Symbol 2115 MovieClip {pl.fabrykagier.halls.HallsManager}
"container_"Symbol 21 MovieClip {pl.fabrykagier.halls.characters.CustomerBouble} Frame 1Symbol 20 MovieClip
"txt"Symbol 1385 MovieClip {pl.fabrykagier.framework.utils.queue.QueueMarker} Frame 1Symbol 1384 EditableText
"playGrandparent_true$parameter_menu_false$"Symbol 1408 MovieClip Frame 1Symbol 1397 MovieClip {button_popUp_tryAgain}
"playGrandparent_true$parameter_menu_true$"Symbol 1408 MovieClip Frame 1Symbol 1404 MovieClip {button_mainMenu}
"level_"Symbol 1417 MovieClip {pl.fabrykagier.halls.UI.PointsTextFiled} Frame 1Symbol 1415 EditableText
"game_"Symbol 1417 MovieClip {pl.fabrykagier.halls.UI.PointsTextFiled} Frame 1Symbol 1416 EditableText
"playGrandparent_true$parameter_menu_false$"Symbol 1418 MovieClip Frame 1Symbol 1412 MovieClip {button_popUp_playAgain}
"playGrandparent_true$parameter_menu_false$"Symbol 1430 MovieClip Frame 1Symbol 1397 MovieClip {button_popUp_tryAgain}
"playGrandparent_true$parameter_menu_true$"Symbol 1430 MovieClip Frame 1Symbol 1404 MovieClip {button_mainMenu}
"playGrandparent_true$"Symbol 1438 MovieClip Frame 1Symbol 1435 MovieClip {button_popUp_playGame}
"playGrandparent_true$parameter_menu_false$"Symbol 1451 MovieClip {popUp_levelComplete_content} Frame 1Symbol 1442 MovieClip {button_popUp_play}
"playGrandparent_true$parameter_menu_true$"Symbol 1451 MovieClip {popUp_levelComplete_content} Frame 1Symbol 1404 MovieClip {button_mainMenu}
"level_"Symbol 1451 MovieClip {popUp_levelComplete_content} Frame 1Symbol 1443 EditableText
"playGrandparent_true$"Symbol 1467 MovieClip {popUp_levelStart_content} Frame 1Symbol 1458 MovieClip {button_popUp_play2}
"level_"Symbol 1467 MovieClip {popUp_levelStart_content} Frame 1Symbol 1459 EditableText
"_btn"Symbol 1493 MovieClip Frame 1Symbol 1484 MovieClip
"_btn"Symbol 1493 MovieClip Frame 1Symbol 1484 MovieClip
"_btn"Symbol 1493 MovieClip Frame 1Symbol 1484 MovieClip
"_btn"Symbol 1493 MovieClip Frame 1Symbol 1484 MovieClip
"sideCounter_"Symbol 1493 MovieClip Frame 1Symbol 1490 MovieClip
"sideCounter_"Symbol 1619 MovieClip Frame 1Symbol 1545 MovieClip
"sideCounter_"Symbol 1700 MovieClip Frame 1Symbol 1672 MovieClip
"sideCounter_"Symbol 1735 MovieClip Frame 1Symbol 1713 MovieClip
"game_"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 1Symbol 1493 MovieClip
"lockEnabled_false$gotoAndStopParent_t2$"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 1Symbol 1501 MovieClip {button_tutorial_arrowNext}
"playGrandparent_true$"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 1Symbol 1505 MovieClip {button_tutorial_X}
"game_"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 2Symbol 1619 MovieClip
"lockEnabled_false$gotoAndStopParent_t1$_2"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 2Symbol 1626 MovieClip {button_tutorial_arrowPrev}
"lockEnabled_false$gotoAndStopParent_t3$"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 2Symbol 1501 MovieClip {button_tutorial_arrowNext}
"game_"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 3Symbol 1700 MovieClip
"lockEnabled_false$gotoAndStopParent_t2$_2"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 3Symbol 1626 MovieClip {button_tutorial_arrowPrev}
"lockEnabled_false$gotoAndStopParent_t4$"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 3Symbol 1501 MovieClip {button_tutorial_arrowNext}
"game_"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 4Symbol 1735 MovieClip
"lockEnabled_false$gotoAndStopParent_t3$_2"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 4Symbol 1626 MovieClip {button_tutorial_arrowPrev}
"lockEnabled_false$gotoAndStopParent_t5$"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 4Symbol 1501 MovieClip {button_tutorial_arrowNext}
"lockEnabled_false$gotoAndStopParent_t4$_2"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 5Symbol 1626 MovieClip {button_tutorial_arrowPrev}
"playGrandparent_true$_1"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 5Symbol 1769 MovieClip {button_tutorial_arrowExit}
"sec_"Symbol 1774 MovieClip {popUp_ingame_levelStart} Frame 1Symbol 1773 EditableText
"sec_"Symbol 1777 MovieClip {pl.fabrykagier.halls.UI.PopupMinilevelHalfTime} Frame 1Symbol 1776 EditableText
"points_"Symbol 1876 MovieClip Frame 1Symbol 1872 EditableText
"time_"Symbol 1876 MovieClip Frame 1Symbol 1874 EditableText
"scorePanel_"Symbol 1884 MovieClip {pl.fabrykagier.halls.UI.HUD} Frame 1Symbol 1876 MovieClip
"helthBar_"Symbol 1884 MovieClip {pl.fabrykagier.halls.UI.HUD} Frame 1Symbol 1881 MovieClip
"body_"Symbol 1943 MovieClip {PipeAnim} Frame 1Symbol 1942 MovieClip
"fill_"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 1Symbol 1916 MovieClip {pl.fabrykagier.halls.gameplay.DrawerFill}
"_btn"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 1Symbol 1930 MovieClip {halls_fla.Drawer_back_762}
"tube_"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 1Symbol 1943 MovieClip {PipeAnim}
"wall_"Symbol 2115 MovieClip {pl.fabrykagier.halls.HallsManager} Frame 1Symbol 1903 MovieClip {Wall}
"customers_"Symbol 2115 MovieClip {pl.fabrykagier.halls.HallsManager} Frame 1Symbol 1904 MovieClip {pl.fabrykagier.halls.characters.CustommrsArea}
"sideCounter_"Symbol 2115 MovieClip {pl.fabrykagier.halls.HallsManager} Frame 1Symbol 1954 MovieClip
"powerup_"Symbol 2115 MovieClip {pl.fabrykagier.halls.HallsManager} Frame 1Symbol 1967 MovieClip {pl.fabrykagier.halls.gameplay.PowerUp}
"salesman_"Symbol 2115 MovieClip {pl.fabrykagier.halls.HallsManager} Frame 1Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic}
"tubeTrigger_"Symbol 2115 MovieClip {pl.fabrykagier.halls.HallsManager} Frame 1Symbol 2114 MovieClip {RefillTrigger}

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS3.

Labels

"preloaderIn"Frame 1
"preloader"Frame 9
"preloaderOut"Frame 15
"crap"Frame 15
"startTitle"Frame 26
"titleIn"Frame 75
"title"Frame 105
"titleOut"Frame 111
"tutorial"Frame 127
"welcome"Frame 155
"gameIn"Frame 168
"game"Frame 216
"gameOut"Frame 221
"toTitle"Frame 237
"assortedCitrus"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 2
"honeyLemonNaturals"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 3
"harvestPeach"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 4
"icyLemons"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 5
"mentholyptus"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 6
"coolBerry"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 7
"tropicalWave"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 8
"creamyStrawberry"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 9
"honeyLemonSF"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 10
"juicyStrawberry"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 11
"strawberry"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 12
"cherry"Symbol 129 MovieClip {pl.fabrykagier.halls.gameplay.HallsGraphic} Frame 13
"walk"Symbol 151 MovieClip {boy} Frame 1
"stand"Symbol 151 MovieClip {boy} Frame 42
"standAngry"Symbol 151 MovieClip {boy} Frame 82
"sneeze"Symbol 151 MovieClip {boy} Frame 122
"walkAngry"Symbol 151 MovieClip {boy} Frame 143
"catch"Symbol 151 MovieClip {boy} Frame 184
"remove"Symbol 151 MovieClip {boy} Frame 208
"catchAngry"Symbol 151 MovieClip {boy} Frame 254
"walk"Symbol 193 MovieClip {dancerFemale1} Frame 1
"stand"Symbol 193 MovieClip {dancerFemale1} Frame 42
"standAngry"Symbol 193 MovieClip {dancerFemale1} Frame 82
"sneeze"Symbol 193 MovieClip {dancerFemale1} Frame 122
"walkAngry"Symbol 193 MovieClip {dancerFemale1} Frame 143
"catch"Symbol 193 MovieClip {dancerFemale1} Frame 183
"remove"Symbol 193 MovieClip {dancerFemale1} Frame 232
"catchAngry"Symbol 193 MovieClip {dancerFemale1} Frame 296
"walk"Symbol 227 MovieClip {dancerFemale2} Frame 1
"stand"Symbol 227 MovieClip {dancerFemale2} Frame 42
"standAngry"Symbol 227 MovieClip {dancerFemale2} Frame 82
"sneeze"Symbol 227 MovieClip {dancerFemale2} Frame 122
"walkAngry"Symbol 227 MovieClip {dancerFemale2} Frame 143
"catch"Symbol 227 MovieClip {dancerFemale2} Frame 184
"remove"Symbol 227 MovieClip {dancerFemale2} Frame 229
"catchAngry"Symbol 227 MovieClip {dancerFemale2} Frame 287
"walk"Symbol 261 MovieClip {dancerMale} Frame 1
"stand"Symbol 261 MovieClip {dancerMale} Frame 42
"standAngry"Symbol 261 MovieClip {dancerMale} Frame 82
"sneeze"Symbol 261 MovieClip {dancerMale} Frame 122
"walkAngry"Symbol 261 MovieClip {dancerMale} Frame 143
"catch"Symbol 261 MovieClip {dancerMale} Frame 184
"remove"Symbol 261 MovieClip {dancerMale} Frame 233
"catchAngry"Symbol 261 MovieClip {dancerMale} Frame 293
"walk"Symbol 295 MovieClip {dancerMale2} Frame 1
"stand"Symbol 295 MovieClip {dancerMale2} Frame 42
"standAngry"Symbol 295 MovieClip {dancerMale2} Frame 82
"sneeze"Symbol 295 MovieClip {dancerMale2} Frame 122
"walkAngry"Symbol 295 MovieClip {dancerMale2} Frame 143
"catch"Symbol 295 MovieClip {dancerMale2} Frame 184
"remove"Symbol 295 MovieClip {dancerMale2} Frame 233
"catchAngry"Symbol 295 MovieClip {dancerMale2} Frame 297
"walk"Symbol 354 MovieClip {man} Frame 1
"stand"Symbol 354 MovieClip {man} Frame 41
"standAngry"Symbol 354 MovieClip {man} Frame 80
"sneeze"Symbol 354 MovieClip {man} Frame 120
"walkAngry"Symbol 354 MovieClip {man} Frame 141
"catch"Symbol 354 MovieClip {man} Frame 181
"catchAngry"Symbol 354 MovieClip {man} Frame 236
"remove"Symbol 354 MovieClip {man} Frame 291
"walk"Symbol 447 MovieClip {businessman} Frame 1
"stand"Symbol 447 MovieClip {businessman} Frame 41
"standAngry"Symbol 447 MovieClip {businessman} Frame 80
"sneeze"Symbol 447 MovieClip {businessman} Frame 119
"walkAngry"Symbol 447 MovieClip {businessman} Frame 141
"catch"Symbol 447 MovieClip {businessman} Frame 181
"catchAngry"Symbol 447 MovieClip {businessman} Frame 236
"remove"Symbol 447 MovieClip {businessman} Frame 291
"walk"Symbol 626 MovieClip {girl} Frame 1
"stand"Symbol 626 MovieClip {girl} Frame 42
"standAngry"Symbol 626 MovieClip {girl} Frame 82
"sneeze"Symbol 626 MovieClip {girl} Frame 122
"walkAngry"Symbol 626 MovieClip {girl} Frame 143
"catch"Symbol 626 MovieClip {girl} Frame 183
"catchAngry"Symbol 626 MovieClip {girl} Frame 242
"remove"Symbol 626 MovieClip {girl} Frame 300
"walk"Symbol 800 MovieClip {hipster} Frame 1
"stand"Symbol 800 MovieClip {hipster} Frame 42
"standAngry"Symbol 800 MovieClip {hipster} Frame 82
"sneeze"Symbol 800 MovieClip {hipster} Frame 122
"walkAngry"Symbol 800 MovieClip {hipster} Frame 143
"catch"Symbol 800 MovieClip {hipster} Frame 184
"remove"Symbol 800 MovieClip {hipster} Frame 226
"catchAngry"Symbol 800 MovieClip {hipster} Frame 279
"walk"Symbol 940 MovieClip {nerdyKid} Frame 1
"stand"Symbol 940 MovieClip {nerdyKid} Frame 33
"standAngry"Symbol 940 MovieClip {nerdyKid} Frame 73
"sneeze"Symbol 940 MovieClip {nerdyKid} Frame 113
"walkAngry"Symbol 940 MovieClip {nerdyKid} Frame 134
"catch"Symbol 940 MovieClip {nerdyKid} Frame 165
"catchAngry"Symbol 940 MovieClip {nerdyKid} Frame 225
"remove"Symbol 940 MovieClip {nerdyKid} Frame 281
"walk"Symbol 985 MovieClip {oldMan} Frame 1
"stand"Symbol 985 MovieClip {oldMan} Frame 41
"standAngry"Symbol 985 MovieClip {oldMan} Frame 80
"sneeze"Symbol 985 MovieClip {oldMan} Frame 120
"walkAngry"Symbol 985 MovieClip {oldMan} Frame 141
"catch"Symbol 985 MovieClip {oldMan} Frame 181
"catchAngry"Symbol 985 MovieClip {oldMan} Frame 236
"remove"Symbol 985 MovieClip {oldMan} Frame 291
"walk"Symbol 1026 MovieClip {policeman} Frame 1
"stand"Symbol 1026 MovieClip {policeman} Frame 41
"standAngry"Symbol 1026 MovieClip {policeman} Frame 80
"sneeze"Symbol 1026 MovieClip {policeman} Frame 120
"walkAngry"Symbol 1026 MovieClip {policeman} Frame 141
"catch"Symbol 1026 MovieClip {policeman} Frame 181
"catchAngry"Symbol 1026 MovieClip {policeman} Frame 236
"remove"Symbol 1026 MovieClip {policeman} Frame 291
"walk"Symbol 1116 MovieClip {professor} Frame 1
"stand"Symbol 1116 MovieClip {professor} Frame 41
"standAngry"Symbol 1116 MovieClip {professor} Frame 80
"sneeze"Symbol 1116 MovieClip {professor} Frame 120
"walkAngry"Symbol 1116 MovieClip {professor} Frame 141
"catch"Symbol 1116 MovieClip {professor} Frame 182
"catchAngry"Symbol 1116 MovieClip {professor} Frame 239
"remove"Symbol 1116 MovieClip {professor} Frame 298
"walk"Symbol 1191 MovieClip {soldier1} Frame 1
"stand"Symbol 1191 MovieClip {soldier1} Frame 41
"standAngry"Symbol 1191 MovieClip {soldier1} Frame 81
"sneeze"Symbol 1191 MovieClip {soldier1} Frame 121
"walkAngry"Symbol 1191 MovieClip {soldier1} Frame 143
"catch"Symbol 1191 MovieClip {soldier1} Frame 183
"catchAngry"Symbol 1191 MovieClip {soldier1} Frame 242
"remove"Symbol 1191 MovieClip {soldier1} Frame 299
"walk"Symbol 1251 MovieClip {soldier2} Frame 1
"stand"Symbol 1251 MovieClip {soldier2} Frame 41
"standAngry"Symbol 1251 MovieClip {soldier2} Frame 81
"sneeze"Symbol 1251 MovieClip {soldier2} Frame 121
"walkAngry"Symbol 1251 MovieClip {soldier2} Frame 143
"catch"Symbol 1251 MovieClip {soldier2} Frame 183
"catchAngry"Symbol 1251 MovieClip {soldier2} Frame 242
"remove"Symbol 1251 MovieClip {soldier2} Frame 299
"walk"Symbol 1310 MovieClip {woman} Frame 1
"stand"Symbol 1310 MovieClip {woman} Frame 41
"standAngry"Symbol 1310 MovieClip {woman} Frame 80
"sneeze"Symbol 1310 MovieClip {woman} Frame 120
"walkAngry"Symbol 1310 MovieClip {woman} Frame 141
"catch"Symbol 1310 MovieClip {woman} Frame 181
"catchAngry"Symbol 1310 MovieClip {woman} Frame 236
"remove"Symbol 1310 MovieClip {woman} Frame 290
"walk"Symbol 1357 MovieClip {wrestler1} Frame 1
"stand"Symbol 1357 MovieClip {wrestler1} Frame 42
"standAngry"Symbol 1357 MovieClip {wrestler1} Frame 82
"sneeze"Symbol 1357 MovieClip {wrestler1} Frame 123
"walkAngry"Symbol 1357 MovieClip {wrestler1} Frame 143
"catch"Symbol 1357 MovieClip {wrestler1} Frame 184
"remove"Symbol 1357 MovieClip {wrestler1} Frame 234
"catchAngry"Symbol 1357 MovieClip {wrestler1} Frame 300
"walk"Symbol 1382 MovieClip {wrestler2} Frame 1
"stand"Symbol 1382 MovieClip {wrestler2} Frame 42
"standAngry"Symbol 1382 MovieClip {wrestler2} Frame 82
"sneeze"Symbol 1382 MovieClip {wrestler2} Frame 123
"walkAngry"Symbol 1382 MovieClip {wrestler2} Frame 143
"catch"Symbol 1382 MovieClip {wrestler2} Frame 184
"remove"Symbol 1382 MovieClip {wrestler2} Frame 234
"catchAngry"Symbol 1382 MovieClip {wrestler2} Frame 300
"off"Symbol 1397 MovieClip {button_popUp_tryAgain} Frame 1
"on"Symbol 1397 MovieClip {button_popUp_tryAgain} Frame 2
"out"Symbol 1397 MovieClip {button_popUp_tryAgain} Frame 3
"click"Symbol 1397 MovieClip {button_popUp_tryAgain} Frame 4
"off"Symbol 1401 MovieClip {button_submitScore} Frame 1
"on"Symbol 1401 MovieClip {button_submitScore} Frame 2
"out"Symbol 1401 MovieClip {button_submitScore} Frame 3
"click"Symbol 1401 MovieClip {button_submitScore} Frame 4
"off"Symbol 1404 MovieClip {button_mainMenu} Frame 1
"on"Symbol 1404 MovieClip {button_mainMenu} Frame 2
"out"Symbol 1404 MovieClip {button_mainMenu} Frame 3
"click"Symbol 1404 MovieClip {button_mainMenu} Frame 4
"popUp_in"Symbol 1409 MovieClip {popUp_gameFail_animation} Frame 1
"popUp_Stop"Symbol 1409 MovieClip {popUp_gameFail_animation} Frame 13
"popUp_Out"Symbol 1409 MovieClip {popUp_gameFail_animation} Frame 14
"off"Symbol 1412 MovieClip {button_popUp_playAgain} Frame 1
"on"Symbol 1412 MovieClip {button_popUp_playAgain} Frame 2
"out"Symbol 1412 MovieClip {button_popUp_playAgain} Frame 3
"click"Symbol 1412 MovieClip {button_popUp_playAgain} Frame 4
"popUp_in"Symbol 1419 MovieClip {popUp_gameComplete_animation} Frame 1
"popUp_Stop"Symbol 1419 MovieClip {popUp_gameComplete_animation} Frame 13
"popUp_Out"Symbol 1419 MovieClip {popUp_gameComplete_animation} Frame 14
"popUp_in"Symbol 1431 MovieClip {popUp_levelFail_animation} Frame 1
"popUp_Stop"Symbol 1431 MovieClip {popUp_levelFail_animation} Frame 13
"popUp_Out"Symbol 1431 MovieClip {popUp_levelFail_animation} Frame 14
"off"Symbol 1435 MovieClip {button_popUp_playGame} Frame 1
"on"Symbol 1435 MovieClip {button_popUp_playGame} Frame 2
"out"Symbol 1435 MovieClip {button_popUp_playGame} Frame 3
"click"Symbol 1435 MovieClip {button_popUp_playGame} Frame 4
"popUp_in"Symbol 1439 MovieClip {popUp_gameStart_animation} Frame 1
"popUp_Stop"Symbol 1439 MovieClip {popUp_gameStart_animation} Frame 13
"popUp_Out"Symbol 1439 MovieClip {popUp_gameStart_animation} Frame 14
"off"Symbol 1442 MovieClip {button_popUp_play} Frame 1
"on"Symbol 1442 MovieClip {button_popUp_play} Frame 2
"out"Symbol 1442 MovieClip {button_popUp_play} Frame 3
"click"Symbol 1442 MovieClip {button_popUp_play} Frame 4
"popUp_in"Symbol 1452 MovieClip {popUp_levelComplete_animation} Frame 1
"popUp_Stop"Symbol 1452 MovieClip {popUp_levelComplete_animation} Frame 13
"popUp_Out"Symbol 1452 MovieClip {popUp_levelComplete_animation} Frame 14
"off"Symbol 1458 MovieClip {button_popUp_play2} Frame 1
"on"Symbol 1458 MovieClip {button_popUp_play2} Frame 2
"out"Symbol 1458 MovieClip {button_popUp_play2} Frame 3
"click"Symbol 1458 MovieClip {button_popUp_play2} Frame 4
"popUp_in"Symbol 1468 MovieClip {popUp_levelStart_animation} Frame 1
"popUp_Stop"Symbol 1468 MovieClip {popUp_levelStart_animation} Frame 13
"popUp_Out"Symbol 1468 MovieClip {popUp_levelStart_animation} Frame 14
"off"Symbol 1501 MovieClip {button_tutorial_arrowNext} Frame 1
"on"Symbol 1501 MovieClip {button_tutorial_arrowNext} Frame 2
"out"Symbol 1501 MovieClip {button_tutorial_arrowNext} Frame 3
"click"Symbol 1501 MovieClip {button_tutorial_arrowNext} Frame 4
"off"Symbol 1505 MovieClip {button_tutorial_X} Frame 1
"on"Symbol 1505 MovieClip {button_tutorial_X} Frame 2
"out"Symbol 1505 MovieClip {button_tutorial_X} Frame 3
"click"Symbol 1505 MovieClip {button_tutorial_X} Frame 4
"off"Symbol 1626 MovieClip {button_tutorial_arrowPrev} Frame 1
"on"Symbol 1626 MovieClip {button_tutorial_arrowPrev} Frame 2
"out"Symbol 1626 MovieClip {button_tutorial_arrowPrev} Frame 3
"click"Symbol 1626 MovieClip {button_tutorial_arrowPrev} Frame 4
"off"Symbol 1769 MovieClip {button_tutorial_arrowExit} Frame 1
"on"Symbol 1769 MovieClip {button_tutorial_arrowExit} Frame 2
"out"Symbol 1769 MovieClip {button_tutorial_arrowExit} Frame 3
"click"Symbol 1769 MovieClip {button_tutorial_arrowExit} Frame 4
"t1"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 1
"t2"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 2
"t3"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 3
"t4"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 4
"t5"Symbol 1770 MovieClip {halls_fla.popUp_tutorial_content_587} Frame 5
"popUp_in"Symbol 1771 MovieClip {popUp_tutorial_animation} Frame 1
"popUp_Stop"Symbol 1771 MovieClip {popUp_tutorial_animation} Frame 13
"popUp_Out"Symbol 1771 MovieClip {popUp_tutorial_animation} Frame 14
"levelStart"Symbol 1781 MovieClip {pl.fabrykagier.halls.UI.PopupMiniPopup} Frame 1
"HALFTIME"Symbol 1781 MovieClip {pl.fabrykagier.halls.UI.PopupMiniPopup} Frame 2
"15s"Symbol 1781 MovieClip {pl.fabrykagier.halls.UI.PopupMiniPopup} Frame 3
"health50"Symbol 1781 MovieClip {pl.fabrykagier.halls.UI.PopupMiniPopup} Frame 4
"refill"Symbol 1781 MovieClip {pl.fabrykagier.halls.UI.PopupMiniPopup} Frame 5
"customerAnim"Symbol 1841 MovieClip {halls_fla.__NFF_crap_4} Frame 1
"customers"Symbol 1841 MovieClip {halls_fla.__NFF_crap_4} Frame 1
"salesman"Symbol 1841 MovieClip {halls_fla.__NFF_crap_4} Frame 1
"equipment"Symbol 1841 MovieClip {halls_fla.__NFF_crap_4} Frame 1
"interface"Symbol 1841 MovieClip {halls_fla.__NFF_crap_4} Frame 1
"popups"Symbol 1841 MovieClip {halls_fla.__NFF_crap_4} Frame 1
"UI"Symbol 1841 MovieClip {halls_fla.__NFF_crap_4} Frame 1
"characters"Symbol 1841 MovieClip {halls_fla.__NFF_crap_4} Frame 1
"off"Symbol 1853 MovieClip {button_playTitle} Frame 1
"on"Symbol 1853 MovieClip {button_playTitle} Frame 2
"out"Symbol 1853 MovieClip {button_playTitle} Frame 3
"click"Symbol 1853 MovieClip {button_playTitle} Frame 4
"off"Symbol 1858 MovieClip {button_Title_tutorial} Frame 1
"on"Symbol 1858 MovieClip {button_Title_tutorial} Frame 2
"out"Symbol 1858 MovieClip {button_Title_tutorial} Frame 3
"click"Symbol 1858 MovieClip {button_Title_tutorial} Frame 4
"off"Symbol 1862 MovieClip {button_submitScoreTitle} Frame 1
"on"Symbol 1862 MovieClip {button_submitScoreTitle} Frame 2
"out"Symbol 1862 MovieClip {button_submitScoreTitle} Frame 3
"click"Symbol 1862 MovieClip {button_submitScoreTitle} Frame 4
"off_off"Symbol 1869 MovieClip {button_mute} Frame 1
"on_off"Symbol 1869 MovieClip {button_mute} Frame 2
"click_off"Symbol 1869 MovieClip {button_mute} Frame 3
"on_on"Symbol 1869 MovieClip {button_mute} Frame 4
"off_on"Symbol 1869 MovieClip {button_mute} Frame 5
"click_on"Symbol 1869 MovieClip {button_mute} Frame 6
"off"Symbol 1930 MovieClip {halls_fla.Drawer_back_762} Frame 1
"press"Symbol 1930 MovieClip {halls_fla.Drawer_back_762} Frame 11
"red"Symbol 1930 MovieClip {halls_fla.Drawer_back_762} Frame 20
"idle"Symbol 1943 MovieClip {PipeAnim} Frame 1
"goDown"Symbol 1943 MovieClip {PipeAnim} Frame 5
"goUp"Symbol 1943 MovieClip {PipeAnim} Frame 19
"idle"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 1
"show"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 10
"showIn"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 11
"showOut"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 18
"open"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 25
"opened"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 36
"close"Symbol 1947 MovieClip {pl.fabrykagier.halls.gameplay.Drawer} Frame 37
"speedMeUp"Symbol 1967 MovieClip {pl.fabrykagier.halls.gameplay.PowerUp} Frame 1
"slowCustomersDown"Symbol 1967 MovieClip {pl.fabrykagier.halls.gameplay.PowerUp} Frame 20
"seeAllDrawers"Symbol 1967 MovieClip {pl.fabrykagier.halls.gameplay.PowerUp} Frame 38
"healthUp"Symbol 1967 MovieClip {pl.fabrykagier.halls.gameplay.PowerUp} Frame 56
"hallsUp"Symbol 1967 MovieClip {pl.fabrykagier.halls.gameplay.PowerUp} Frame 74
"idle"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 1
"idle_halls"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 137
"walkFront"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 143
"walkFront_halls"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 163
"walkLeft"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 183
"walkLeft_halls"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 203
"walkBack"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 223
"walkBack_halls"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 243
"walkRight"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 263
"walkRight_halls"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 283
"dumping"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 303
"pushingButton"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 332
"pullingHallsOut"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 347
"throwing"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 358
"refill"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 371
"controler"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 411
"controlerOut"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 427
"eating"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 456
"sick1"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 489
"sick2"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 490
"happy"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 491
"sad"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 544
"takingBonus"Symbol 2089 MovieClip {pl.fabrykagier.halls.characters.StuffMemberGraphic} Frame 629
"idle"Symbol 2098 MovieClip {pl.fabrykagier.halls.gameplay.Bin} Frame 1
"on"Symbol 2098 MovieClip {pl.fabrykagier.halls.gameplay.Bin} Frame 20
"off_on"Symbol 2124 MovieClip {pl.fabrykagier.halls.UI.PauseButton} Frame 1
"on_on"Symbol 2124 MovieClip {pl.fabrykagier.halls.UI.PauseButton} Frame 2
"click_on"Symbol 2124 MovieClip {pl.fabrykagier.halls.UI.PauseButton} Frame 3
"off_off"Symbol 2124 MovieClip {pl.fabrykagier.halls.UI.PauseButton} Frame 4
"on_off"Symbol 2124 MovieClip {pl.fabrykagier.halls.UI.PauseButton} Frame 5
"click_off"Symbol 2124 MovieClip {pl.fabrykagier.halls.UI.PauseButton} Frame 6




http://swfchan.com/23/114106/info.shtml
Created: 11/3 -2019 02:16:09 Last modified: 11/3 -2019 02:16:09 Server time: 02/05 -2024 01:16:18