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

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

Texas Hold'em Poker - Heads Up.swf

This is the info page for
Flash #131955

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


ActionScript [AS3]
Section 1
//BitmapAsset (mx.core.BitmapAsset) package mx.core { import flash.display.*; public class BitmapAsset extends FlexBitmap implements IFlexAsset, IFlexDisplayObject { mx_internal static const VERSION:String = "3.3.0.4852"; public function BitmapAsset(_arg1:BitmapData=null, _arg2:String="auto", _arg3:Boolean=false){ super(_arg1, _arg2, _arg3); } public function get measuredWidth():Number{ if (bitmapData){ return (bitmapData.width); }; return (0); } public function get measuredHeight():Number{ if (bitmapData){ return (bitmapData.height); }; return (0); } public function setActualSize(_arg1:Number, _arg2:Number):void{ width = _arg1; height = _arg2; } public function move(_arg1:Number, _arg2:Number):void{ this.x = _arg1; this.y = _arg2; } } }//package mx.core
Section 2
//ByteArrayAsset (mx.core.ByteArrayAsset) package mx.core { import flash.utils.*; public class ByteArrayAsset extends ByteArray implements IFlexAsset { mx_internal static const VERSION:String = "3.3.0.4852"; } }//package mx.core
Section 3
//EdgeMetrics (mx.core.EdgeMetrics) package mx.core { public class EdgeMetrics { public var top:Number; public var left:Number; public var bottom:Number; public var right:Number; mx_internal static const VERSION:String = "3.3.0.4852"; public static const EMPTY:EdgeMetrics = new EdgeMetrics(0, 0, 0, 0); ; public function EdgeMetrics(_arg1:Number=0, _arg2:Number=0, _arg3:Number=0, _arg4:Number=0){ this.left = _arg1; this.top = _arg2; this.right = _arg3; this.bottom = _arg4; } public function clone():EdgeMetrics{ return (new EdgeMetrics(left, top, right, bottom)); } } }//package mx.core
Section 4
//FlexBitmap (mx.core.FlexBitmap) package mx.core { import flash.display.*; import mx.utils.*; public class FlexBitmap extends Bitmap { mx_internal static const VERSION:String = "3.3.0.4852"; public function FlexBitmap(_arg1:BitmapData=null, _arg2:String="auto", _arg3:Boolean=false){ var bitmapData = _arg1; var pixelSnapping = _arg2; var smoothing = _arg3; super(bitmapData, pixelSnapping, smoothing); try { name = NameUtil.createUniqueName(this); } catch(e:Error) { }; } override public function toString():String{ return (NameUtil.displayObjectToString(this)); } } }//package mx.core
Section 5
//FlexMovieClip (mx.core.FlexMovieClip) package mx.core { import flash.display.*; import mx.utils.*; public class FlexMovieClip extends MovieClip { mx_internal static const VERSION:String = "3.3.0.4852"; public function FlexMovieClip(){ super(); try { name = NameUtil.createUniqueName(this); } catch(e:Error) { }; } override public function toString():String{ return (NameUtil.displayObjectToString(this)); } } }//package mx.core
Section 6
//FlexSprite (mx.core.FlexSprite) package mx.core { import flash.display.*; import mx.utils.*; public class FlexSprite extends Sprite { mx_internal static const VERSION:String = "3.3.0.4852"; public function FlexSprite(){ super(); try { name = NameUtil.createUniqueName(this); } catch(e:Error) { }; } override public function toString():String{ return (NameUtil.displayObjectToString(this)); } } }//package mx.core
Section 7
//FontAsset (mx.core.FontAsset) package mx.core { import flash.text.*; public class FontAsset extends Font implements IFlexAsset { mx_internal static const VERSION:String = "3.3.0.4852"; } }//package mx.core
Section 8
//IBorder (mx.core.IBorder) package mx.core { public interface IBorder { function get borderMetrics():EdgeMetrics; } }//package mx.core
Section 9
//IFlexAsset (mx.core.IFlexAsset) package mx.core { public interface IFlexAsset { } }//package mx.core
Section 10
//IFlexDisplayObject (mx.core.IFlexDisplayObject) package mx.core { import flash.events.*; import flash.display.*; import flash.geom.*; import flash.accessibility.*; public interface IFlexDisplayObject extends IBitmapDrawable, IEventDispatcher { function get visible():Boolean; function get rotation():Number; function localToGlobal(_arg1:Point):Point; function get name():String; function set width(_arg1:Number):void; function get measuredHeight():Number; function get blendMode():String; function get scale9Grid():Rectangle; function set name(_arg1:String):void; function set scaleX(_arg1:Number):void; function set scaleY(_arg1:Number):void; function get measuredWidth():Number; function get accessibilityProperties():AccessibilityProperties; function set scrollRect(_arg1:Rectangle):void; function get cacheAsBitmap():Boolean; function globalToLocal(_arg1:Point):Point; function get height():Number; function set blendMode(_arg1:String):void; function get parent():DisplayObjectContainer; function getBounds(_arg1:DisplayObject):Rectangle; function get opaqueBackground():Object; function set scale9Grid(_arg1:Rectangle):void; function setActualSize(_arg1:Number, _arg2:Number):void; function set alpha(_arg1:Number):void; function set accessibilityProperties(_arg1:AccessibilityProperties):void; function get width():Number; function hitTestPoint(_arg1:Number, _arg2:Number, _arg3:Boolean=false):Boolean; function set cacheAsBitmap(_arg1:Boolean):void; function get scaleX():Number; function get scaleY():Number; function get scrollRect():Rectangle; function get mouseX():Number; function get mouseY():Number; function set height(_arg1:Number):void; function set mask(_arg1:DisplayObject):void; function getRect(_arg1:DisplayObject):Rectangle; function get alpha():Number; function set transform(_arg1:Transform):void; function move(_arg1:Number, _arg2:Number):void; function get loaderInfo():LoaderInfo; function get root():DisplayObject; function hitTestObject(_arg1:DisplayObject):Boolean; function set opaqueBackground(_arg1:Object):void; function set visible(_arg1:Boolean):void; function get mask():DisplayObject; function set x(_arg1:Number):void; function set y(_arg1:Number):void; function get transform():Transform; function set filters(_arg1:Array):void; function get x():Number; function get y():Number; function get filters():Array; function set rotation(_arg1:Number):void; function get stage():Stage; } }//package mx.core
Section 11
//IRepeaterClient (mx.core.IRepeaterClient) package mx.core { public interface IRepeaterClient { function get instanceIndices():Array; function set instanceIndices(_arg1:Array):void; function get isDocument():Boolean; function set repeaters(_arg1:Array):void; function initializeRepeaterArrays(_arg1:IRepeaterClient):void; function get repeaters():Array; function set repeaterIndices(_arg1:Array):void; function get repeaterIndices():Array; } }//package mx.core
Section 12
//MovieClipAsset (mx.core.MovieClipAsset) package mx.core { public class MovieClipAsset extends FlexMovieClip implements IFlexAsset, IFlexDisplayObject, IBorder { private var _measuredHeight:Number; private var _measuredWidth:Number; mx_internal static const VERSION:String = "3.3.0.4852"; public function MovieClipAsset(){ _measuredWidth = width; _measuredHeight = height; } public function get measuredWidth():Number{ return (_measuredWidth); } public function get measuredHeight():Number{ return (_measuredHeight); } public function setActualSize(_arg1:Number, _arg2:Number):void{ width = _arg1; height = _arg2; } public function move(_arg1:Number, _arg2:Number):void{ this.x = _arg1; this.y = _arg2; } public function get borderMetrics():EdgeMetrics{ if (scale9Grid == null){ return (EdgeMetrics.EMPTY); }; return (new EdgeMetrics(scale9Grid.left, scale9Grid.top, Math.ceil((measuredWidth - scale9Grid.right)), Math.ceil((measuredHeight - scale9Grid.bottom)))); } } }//package mx.core
Section 13
//MovieClipLoaderAsset (mx.core.MovieClipLoaderAsset) package mx.core { import flash.events.*; import flash.display.*; import flash.utils.*; import flash.system.*; public class MovieClipLoaderAsset extends MovieClipAsset implements IFlexAsset, IFlexDisplayObject { protected var initialHeight:Number;// = 0 private var loader:Loader;// = null private var initialized:Boolean;// = false protected var initialWidth:Number;// = 0 private var requestedHeight:Number; private var requestedWidth:Number; mx_internal static const VERSION:String = "3.3.0.4852"; public function MovieClipLoaderAsset(){ var _local1:LoaderContext = new LoaderContext(); _local1.applicationDomain = new ApplicationDomain(ApplicationDomain.currentDomain); if (("allowLoadBytesCodeExecution" in _local1)){ _local1["allowLoadBytesCodeExecution"] = true; }; loader = new Loader(); loader.contentLoaderInfo.addEventListener(Event.COMPLETE, completeHandler); loader.loadBytes(movieClipData, _local1); addChild(loader); } override public function get width():Number{ if (!initialized){ return (initialWidth); }; return (super.width); } override public function set width(_arg1:Number):void{ if (!initialized){ requestedWidth = _arg1; } else { loader.width = _arg1; }; } override public function get measuredHeight():Number{ return (initialHeight); } private function completeHandler(_arg1:Event):void{ initialized = true; initialWidth = loader.width; initialHeight = loader.height; if (!isNaN(requestedWidth)){ loader.width = requestedWidth; }; if (!isNaN(requestedHeight)){ loader.height = requestedHeight; }; dispatchEvent(_arg1); } override public function set height(_arg1:Number):void{ if (!initialized){ requestedHeight = _arg1; } else { loader.height = _arg1; }; } override public function get measuredWidth():Number{ return (initialWidth); } override public function get height():Number{ if (!initialized){ return (initialHeight); }; return (super.height); } public function get movieClipData():ByteArray{ return (null); } } }//package mx.core
Section 14
//mx_internal (mx.core.mx_internal) package mx.core { public namespace mx_internal = "http://www.adobe.com/2006/flex/mx/internal"; }//package mx.core
Section 15
//SoundAsset (mx.core.SoundAsset) package mx.core { import flash.media.*; public class SoundAsset extends Sound implements IFlexAsset { mx_internal static const VERSION:String = "3.3.0.4852"; } }//package mx.core
Section 16
//SpriteAsset (mx.core.SpriteAsset) package mx.core { public class SpriteAsset extends FlexSprite implements IFlexAsset, IFlexDisplayObject, IBorder { private var _measuredHeight:Number; private var _measuredWidth:Number; mx_internal static const VERSION:String = "3.3.0.4852"; public function SpriteAsset(){ _measuredWidth = width; _measuredHeight = height; } public function get measuredWidth():Number{ return (_measuredWidth); } public function get measuredHeight():Number{ return (_measuredHeight); } public function setActualSize(_arg1:Number, _arg2:Number):void{ width = _arg1; height = _arg2; } public function move(_arg1:Number, _arg2:Number):void{ this.x = _arg1; this.y = _arg2; } public function get borderMetrics():EdgeMetrics{ if (scale9Grid == null){ return (EdgeMetrics.EMPTY); }; return (new EdgeMetrics(scale9Grid.left, scale9Grid.top, Math.ceil((measuredWidth - scale9Grid.right)), Math.ceil((measuredHeight - scale9Grid.bottom)))); } } }//package mx.core
Section 17
//UIComponentGlobals (mx.core.UIComponentGlobals) package mx.core { import flash.display.*; import flash.geom.*; import mx.managers.*; public class UIComponentGlobals { mx_internal static var callLaterSuspendCount:int = 0; mx_internal static var layoutManager:ILayoutManager; mx_internal static var nextFocusObject:InteractiveObject; mx_internal static var designTime:Boolean = false; mx_internal static var tempMatrix:Matrix = new Matrix(); mx_internal static var callLaterDispatcherCount:int = 0; private static var _catchCallLaterExceptions:Boolean = false; public static function set catchCallLaterExceptions(_arg1:Boolean):void{ _catchCallLaterExceptions = _arg1; } public static function get designMode():Boolean{ return (designTime); } public static function set designMode(_arg1:Boolean):void{ designTime = _arg1; } public static function get catchCallLaterExceptions():Boolean{ return (_catchCallLaterExceptions); } } }//package mx.core
Section 18
//Cubic (mx.effects.easing.Cubic) package mx.effects.easing { public class Cubic { mx_internal static const VERSION:String = "3.3.0.4852"; public static function easeIn(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / _arg4); return (((((_arg3 * _arg1) * _arg1) * _arg1) + _arg2)); } public static function easeInOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / (_arg4 / 2)); if (_arg1 < 1){ return ((((((_arg3 / 2) * _arg1) * _arg1) * _arg1) + _arg2)); }; _arg1 = (_arg1 - 2); return ((((_arg3 / 2) * (((_arg1 * _arg1) * _arg1) + 2)) + _arg2)); } public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = ((_arg1 / _arg4) - 1); return (((_arg3 * (((_arg1 * _arg1) * _arg1) + 1)) + _arg2)); } } }//package mx.effects.easing
Section 19
//Elastic (mx.effects.easing.Elastic) package mx.effects.easing { public class Elastic { mx_internal static const VERSION:String = "3.3.0.4852"; public static function easeIn(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=0, _arg6:Number=0):Number{ var _local7:Number; if (_arg1 == 0){ return (_arg2); }; _arg1 = (_arg1 / _arg4); if (_arg1 == 1){ return ((_arg2 + _arg3)); }; if (!_arg6){ _arg6 = (_arg4 * 0.3); }; if (((!(_arg5)) || ((_arg5 < Math.abs(_arg3))))){ _arg5 = _arg3; _local7 = (_arg6 / 4); } else { _local7 = ((_arg6 / (2 * Math.PI)) * Math.asin((_arg3 / _arg5))); }; --_arg1; return ((-(((_arg5 * Math.pow(2, (10 * _arg1))) * Math.sin(((((_arg1 * _arg4) - _local7) * (2 * Math.PI)) / _arg6)))) + _arg2)); } public static function easeInOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=0, _arg6:Number=0):Number{ var _local7:Number; if (_arg1 == 0){ return (_arg2); }; _arg1 = (_arg1 / (_arg4 / 2)); if (_arg1 == 2){ return ((_arg2 + _arg3)); }; if (!_arg6){ _arg6 = (_arg4 * (0.3 * 1.5)); }; if (((!(_arg5)) || ((_arg5 < Math.abs(_arg3))))){ _arg5 = _arg3; _local7 = (_arg6 / 4); } else { _local7 = ((_arg6 / (2 * Math.PI)) * Math.asin((_arg3 / _arg5))); }; if (_arg1 < 1){ --_arg1; return (((-0.5 * ((_arg5 * Math.pow(2, (10 * _arg1))) * Math.sin(((((_arg1 * _arg4) - _local7) * (2 * Math.PI)) / _arg6)))) + _arg2)); }; --_arg1; return ((((((_arg5 * Math.pow(2, (-10 * _arg1))) * Math.sin(((((_arg1 * _arg4) - _local7) * (2 * Math.PI)) / _arg6))) * 0.5) + _arg3) + _arg2)); } public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=0, _arg6:Number=0):Number{ var _local7:Number; if (_arg1 == 0){ return (_arg2); }; _arg1 = (_arg1 / _arg4); if (_arg1 == 1){ return ((_arg2 + _arg3)); }; if (!_arg6){ _arg6 = (_arg4 * 0.3); }; if (((!(_arg5)) || ((_arg5 < Math.abs(_arg3))))){ _arg5 = _arg3; _local7 = (_arg6 / 4); } else { _local7 = ((_arg6 / (2 * Math.PI)) * Math.asin((_arg3 / _arg5))); }; return (((((_arg5 * Math.pow(2, (-10 * _arg1))) * Math.sin(((((_arg1 * _arg4) - _local7) * (2 * Math.PI)) / _arg6))) + _arg3) + _arg2)); } } }//package mx.effects.easing
Section 20
//Exponential (mx.effects.easing.Exponential) package mx.effects.easing { public class Exponential { mx_internal static const VERSION:String = "3.3.0.4852"; public static function easeIn(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return (((_arg1 == 0)) ? _arg2 : ((_arg3 * Math.pow(2, (10 * ((_arg1 / _arg4) - 1)))) + _arg2)); } public static function easeInOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ if (_arg1 == 0){ return (_arg2); }; if (_arg1 == _arg4){ return ((_arg2 + _arg3)); }; _arg1 = (_arg1 / (_arg4 / 2)); if (_arg1 < 1){ return ((((_arg3 / 2) * Math.pow(2, (10 * (_arg1 - 1)))) + _arg2)); }; --_arg1; return ((((_arg3 / 2) * (-(Math.pow(2, (-10 * _arg1))) + 2)) + _arg2)); } public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return (((_arg1 == _arg4)) ? (_arg2 + _arg3) : ((_arg3 * (-(Math.pow(2, ((-10 * _arg1) / _arg4))) + 1)) + _arg2)); } } }//package mx.effects.easing
Section 21
//Linear (mx.effects.easing.Linear) package mx.effects.easing { public class Linear { mx_internal static const VERSION:String = "3.3.0.4852"; 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 mx.effects.easing
Section 22
//Quadratic (mx.effects.easing.Quadratic) package mx.effects.easing { public class Quadratic { mx_internal static const VERSION:String = "3.3.0.4852"; public static function easeIn(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / _arg4); return ((((_arg3 * _arg1) * _arg1) + _arg2)); } public static function easeInOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / (_arg4 / 2)); if (_arg1 < 1){ return (((((_arg3 / 2) * _arg1) * _arg1) + _arg2)); }; --_arg1; return ((((-(_arg3) / 2) * ((_arg1 * (_arg1 - 2)) - 1)) + _arg2)); } public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / _arg4); return ((((-(_arg3) * _arg1) * (_arg1 - 2)) + _arg2)); } } }//package mx.effects.easing
Section 23
//Quintic (mx.effects.easing.Quintic) package mx.effects.easing { public class Quintic { mx_internal static const VERSION:String = "3.3.0.4852"; public static function easeIn(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / _arg4); return (((((((_arg3 * _arg1) * _arg1) * _arg1) * _arg1) * _arg1) + _arg2)); } public static function easeInOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / (_arg4 / 2)); if (_arg1 < 1){ return ((((((((_arg3 / 2) * _arg1) * _arg1) * _arg1) * _arg1) * _arg1) + _arg2)); }; _arg1 = (_arg1 - 2); return ((((_arg3 / 2) * (((((_arg1 * _arg1) * _arg1) * _arg1) * _arg1) + 2)) + _arg2)); } public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = ((_arg1 / _arg4) - 1); return (((_arg3 * (((((_arg1 * _arg1) * _arg1) * _arg1) * _arg1) + 1)) + _arg2)); } } }//package mx.effects.easing
Section 24
//Tween (mx.effects.Tween) package mx.effects { import flash.events.*; import mx.core.*; import flash.utils.*; import mx.events.*; public class Tween extends EventDispatcher { private var started:Boolean;// = false private var previousUpdateTime:Number; public var duration:Number;// = 3000 private var id:int; private var arrayMode:Boolean; private var _isPlaying:Boolean;// = true private var startValue:Object; public var listener:Object; private var userEquation:Function; mx_internal var needToLayout:Boolean;// = false private var updateFunction:Function; private var _doSeek:Boolean;// = false mx_internal var startTime:Number; private var endFunction:Function; private var endValue:Object; private var _doReverse:Boolean;// = false private var _playheadTime:Number;// = 0 private var _invertValues:Boolean;// = false private var maxDelay:Number;// = 87.5 mx_internal static const VERSION:String = "3.3.0.4852"; private static var timer:Timer = null; private static var interval:Number = 10; mx_internal static var activeTweens:Array = []; mx_internal static var intervalTime:Number = NAN; public function Tween(_arg1:Object, _arg2:Object, _arg3:Object, _arg4:Number=-1, _arg5:Number=-1, _arg6:Function=null, _arg7:Function=null){ userEquation = defaultEasingFunction; super(); if (!_arg1){ return; }; if ((_arg2 is Array)){ arrayMode = true; }; this.listener = _arg1; this.startValue = _arg2; this.endValue = _arg3; if (((!(isNaN(_arg4))) && (!((_arg4 == -1))))){ this.duration = _arg4; }; if (((!(isNaN(_arg5))) && (!((_arg5 == -1))))){ maxDelay = (1000 / _arg5); }; this.updateFunction = _arg6; this.endFunction = _arg7; if (_arg4 == 0){ id = -1; endTween(); } else { Tween.addTween(this); }; } mx_internal function get playheadTime():Number{ return (_playheadTime); } public function stop():void{ if (id >= 0){ Tween.removeTweenAt(id); }; } mx_internal function get playReversed():Boolean{ return (_invertValues); } mx_internal function set playReversed(_arg1:Boolean):void{ _invertValues = _arg1; } public function resume():void{ _isPlaying = true; startTime = (intervalTime - _playheadTime); if (_doReverse){ reverse(); _doReverse = false; }; } public function setTweenHandlers(_arg1:Function, _arg2:Function):void{ this.updateFunction = _arg1; this.endFunction = _arg2; } private function defaultEasingFunction(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return ((((_arg3 / 2) * (Math.sin((Math.PI * ((_arg1 / _arg4) - 0.5))) + 1)) + _arg2)); } public function set easingFunction(_arg1:Function):void{ userEquation = _arg1; } public function endTween():void{ var _local1:TweenEvent = new TweenEvent(TweenEvent.TWEEN_END); var _local2:Object = getCurrentValue(duration); _local1.value = _local2; dispatchEvent(_local1); if (endFunction != null){ endFunction(_local2); } else { listener.onTweenEnd(_local2); }; if (id >= 0){ Tween.removeTweenAt(id); }; } public function reverse():void{ if (_isPlaying){ _doReverse = false; seek((duration - _playheadTime)); _invertValues = !(_invertValues); } else { _doReverse = !(_doReverse); }; } mx_internal function getCurrentValue(_arg1:Number):Object{ var _local2:Array; var _local3:int; var _local4:int; if (duration == 0){ return (endValue); }; if (_invertValues){ _arg1 = (duration - _arg1); }; if (arrayMode){ _local2 = []; _local3 = startValue.length; _local4 = 0; while (_local4 < _local3) { _local2[_local4] = userEquation(_arg1, startValue[_local4], (endValue[_local4] - startValue[_local4]), duration); _local4++; }; return (_local2); //unresolved jump }; return (userEquation(_arg1, startValue, (Number(endValue) - Number(startValue)), duration)); } mx_internal function doInterval():Boolean{ var _local2:Number; var _local3:Object; var _local4:TweenEvent; var _local5:TweenEvent; var _local1:Boolean; previousUpdateTime = intervalTime; if (((_isPlaying) || (_doSeek))){ _local2 = (intervalTime - startTime); _playheadTime = _local2; _local3 = getCurrentValue(_local2); if ((((_local2 >= duration)) && (!(_doSeek)))){ endTween(); _local1 = true; } else { if (!started){ _local5 = new TweenEvent(TweenEvent.TWEEN_START); dispatchEvent(_local5); started = true; }; _local4 = new TweenEvent(TweenEvent.TWEEN_UPDATE); _local4.value = _local3; dispatchEvent(_local4); if (updateFunction != null){ updateFunction(_local3); } else { listener.onTweenUpdate(_local3); }; }; _doSeek = false; }; return (_local1); } public function pause():void{ _isPlaying = false; } public function seek(_arg1:Number):void{ var _local2:Number = intervalTime; previousUpdateTime = _local2; startTime = (_local2 - _arg1); _doSeek = true; } mx_internal static function removeTween(_arg1:Tween):void{ removeTweenAt(_arg1.id); } private static function addTween(_arg1:Tween):void{ _arg1.id = activeTweens.length; activeTweens.push(_arg1); if (!timer){ timer = new Timer(interval); timer.addEventListener(TimerEvent.TIMER, timerHandler); timer.start(); } else { timer.start(); }; if (isNaN(intervalTime)){ intervalTime = getTimer(); }; _arg1.startTime = (_arg1.previousUpdateTime = intervalTime); } private static function timerHandler(_arg1:TimerEvent):void{ var _local6:Tween; var _local2:Boolean; var _local3:Number = intervalTime; intervalTime = getTimer(); var _local4:int = activeTweens.length; var _local5:int = _local4; while (_local5 >= 0) { _local6 = Tween(activeTweens[_local5]); if (_local6){ _local6.needToLayout = false; _local6.doInterval(); if (_local6.needToLayout){ _local2 = true; }; }; _local5--; }; if (_local2){ UIComponentGlobals.layoutManager.validateNow(); }; _arg1.updateAfterEvent(); } private static function removeTweenAt(_arg1:int):void{ var _local4:Tween; if ((((_arg1 >= activeTweens.length)) || ((_arg1 < 0)))){ return; }; activeTweens.splice(_arg1, 1); var _local2:int = activeTweens.length; var _local3:int = _arg1; while (_local3 < _local2) { _local4 = Tween(activeTweens[_local3]); _local4.id--; _local3++; }; if (_local2 == 0){ intervalTime = NaN; timer.reset(); }; } } }//package mx.effects
Section 25
//TweenEvent (mx.events.TweenEvent) package mx.events { import flash.events.*; public class TweenEvent extends Event { public var value:Object; public static const TWEEN_END:String = "tweenEnd"; mx_internal static const VERSION:String = "3.3.0.4852"; public static const TWEEN_UPDATE:String = "tweenUpdate"; public static const TWEEN_START:String = "tweenStart"; public function TweenEvent(_arg1:String, _arg2:Boolean=false, _arg3:Boolean=false, _arg4:Object=null){ super(_arg1, _arg2, _arg3); this.value = _arg4; } override public function clone():Event{ return (new TweenEvent(type, bubbles, cancelable, value)); } } }//package mx.events
Section 26
//ILayoutManager (mx.managers.ILayoutManager) package mx.managers { import flash.events.*; public interface ILayoutManager extends IEventDispatcher { function validateNow():void; function validateClient(_arg1:ILayoutManagerClient, _arg2:Boolean=false):void; function isInvalid():Boolean; function invalidateDisplayList(_arg1:ILayoutManagerClient):void; function set usePhasedInstantiation(_arg1:Boolean):void; function invalidateSize(_arg1:ILayoutManagerClient):void; function get usePhasedInstantiation():Boolean; function invalidateProperties(_arg1:ILayoutManagerClient):void; } }//package mx.managers
Section 27
//ILayoutManagerClient (mx.managers.ILayoutManagerClient) package mx.managers { import flash.events.*; public interface ILayoutManagerClient extends IEventDispatcher { function get updateCompletePendingFlag():Boolean; function set updateCompletePendingFlag(_arg1:Boolean):void; function set initialized(_arg1:Boolean):void; function validateProperties():void; function validateDisplayList():void; function get nestLevel():int; function get initialized():Boolean; function get processedDescriptors():Boolean; function validateSize(_arg1:Boolean=false):void; function set nestLevel(_arg1:int):void; function set processedDescriptors(_arg1:Boolean):void; } }//package mx.managers
Section 28
//NameUtil (mx.utils.NameUtil) package mx.utils { import flash.display.*; import mx.core.*; import flash.utils.*; public class NameUtil { mx_internal static const VERSION:String = "3.3.0.4852"; private static var counter:int = 0; public static function displayObjectToString(_arg1:DisplayObject):String{ var result:String; var o:DisplayObject; var s:String; var indices:Array; var displayObject = _arg1; try { o = displayObject; while (o != null) { if (((((o.parent) && (o.stage))) && ((o.parent == o.stage)))){ break; }; s = o.name; if ((o is IRepeaterClient)){ indices = IRepeaterClient(o).instanceIndices; if (indices){ s = (s + (("[" + indices.join("][")) + "]")); }; }; result = ((result == null)) ? s : ((s + ".") + result); o = o.parent; }; } catch(e:SecurityError) { }; return (result); } public static function createUniqueName(_arg1:Object):String{ if (!_arg1){ return (null); }; var _local2:String = getQualifiedClassName(_arg1); var _local3:int = _local2.indexOf("::"); if (_local3 != -1){ _local2 = _local2.substr((_local3 + 2)); }; var _local4:int = _local2.charCodeAt((_local2.length - 1)); if ((((_local4 >= 48)) && ((_local4 <= 57)))){ _local2 = (_local2 + "_"); }; return ((_local2 + counter++)); } } }//package mx.utils
Section 29
//_ae962 (_ae962) package { public class _ae962 { private static const _lp1020:Array = [0, 1, 2, 3, 4, 0, 1, 2, 3, 5, 0, 1, 2, 3, 6, 0, 1, 2, 4, 5, 0, 1, 2, 4, 6, 0, 1, 2, 5, 6, 0, 1, 3, 4, 5, 0, 1, 3, 4, 6, 0, 1, 3, 5, 6, 0, 1, 4, 5, 6, 0, 2, 3, 4, 5, 0, 2, 3, 4, 6, 0, 2, 3, 5, 6, 0, 2, 4, 5, 6, 0, 3, 4, 5, 6, 1, 2, 3, 4, 5, 1, 2, 3, 4, 6, 1, 2, 3, 5, 6, 1, 2, 4, 5, 6, 1, 3, 4, 5, 6, 2, 3, 4, 5, 6]; private static const _fg39:Array = [0, 1, 2, 3, 4, 0, 1, 2, 3, 5, 0, 1, 2, 4, 5, 0, 1, 3, 4, 5, 0, 2, 3, 4, 5, 1, 2, 3, 4, 5]; private static const _py463:Array = [1058, 1177, 433, 1110, 917, 1256, 1472, 1598, 665, 8, 1239, 402, 390, 762, 667, 439, 325, 704, 1531, 1526, 972, 345, 396, 1126, 1244, 1423, 779, 980, 1093, 1473, 722, 1099, 482, 1087, 1589, 369, 1588, 438, 987, 506, 9, 794, 1359, 427, 1511, 1192, 377, 1012, 999, 1025, 1095, 1142, 991, 760, 343, 1051, 375, 1164, 1136, 857, 339, 1504, 1225, 1057, 1527, 328, 905, 346, 568, 872, 387, 866, 1053, 1551, 327, 863, 556, 1591, 1295, 1477, 1476, 925, 352, 394, 2, 923, 918, 1064, 908, 657, 1070, 775, 1550, 1140, 922, 420, 608, 647, 1381, 1127, 0x0202, 1502, 1455, 1134, 1273, 654, 1279, 645, 1045, 1509, 493, 510, 554, 901, 900, 1267, 1495, 1571, 1350, 511, 1343, 1344, 520, 449, 1580, 560, 1218, 1568, 988, 1469, 935, 1090, 1169, 638, 635, 1466, 465, 1486, 1485, 601, 547, 1154, 787, 444, 1211, 990, 1564, 1209, 1453, 687, 1052, 640, 793, 1555, 1549, 938, 1421, 540, 1426, 885, 368, 978, 805, 1525, 1311, 837, 355, 758, 680, 625, 1193, 434, 1076, 1203, 910, 372, 815, 880, 501, 1063, 1545, 600, 861, 683, 969, 1243, 1187, 533, 963, 0x0600, 966, 1019, 481, 564, 1029, 869, 995, 1442, 1441, 1435, 1300, 1222, 1215, 739, 445, 544, 1003, 1521, 1365, 412, 1050, 617, 535, 588, 457, 413, 736, 795, 380, 1491, 602, 595, 784, 586, 1189, 1422, 1238, 734, 421, 1077, 1054, 7, 806, 895, 530, 364, 1305, 1085, 1452, 1372, 1199, 1298, 581, 841, 1356, 835, 1075, 766, 818, 574, 571, 1331, 1319, 937, 1382, 1096, 1352, 1520, 782, 415, 524, 370, 831, 485, 1474, 708, 1123, 1528, 329, 565, 955, 865, 393, 786, 1412, 1068, 534, 919, 1258, 783, 619, 1060, 1351, 823, 659, 616, 1470, 677, 1335, 1380, 642, 1299, 1133, 519, 517, 0x0200, 1326, 1163, 650, 1168, 382, 518, 904, 1132, 899, 1119, 902, 641, 1041, 1116, 1484, 884, 1017, 1347, 1346, 1340, 504, 1508, 1574, 1113, 1112, 505, 467, 525, 561, 1257, 825, 962, 1414, 1240, 780, 1597, 1308, 347, 1467, 492, 460, 1328, 432, 710, 1595, 1327, 772, 1156, 1475, 605, 435, 1205, 1265, 399, 700, 870, 649, 930, 553, 1272, 1575, 731, 1548, 959, 1251, 864, 1120, 1128, 469, 1118, 896, 692, 652, 1138, 1004, 1174, 1573, 756, 543, 1507, 1170, 385, 1162, 1562, 1446, 1048, 507, 406, 1552, 348, 1223, 1036, 1438, 1439, 1159, 992, 989, 1214, 1208, 1563, 1207, 792, 1447, 1432, 773, 827, 1107, 1482, 1152, 604, 790, 1461, 1310, 745, 470, 740, 636, 496, 591, 459, 451, 374, 726, 1145, 1083, 1546, 1234, 934, 441, 351, 354, 769, 1178, 1534, 814, 921, 976, 1301, 961, 404, 324, 1078, 630, 717, 1425, 624, 575, 1303, 1229, 1074, 466, 799, 796, 486, 816, 998, 593, 386, 639, 1315, 1150, 1092, 1098, 1444, 1284, 789, 476, 500, 828, 341, 1383, 939, 590, 376, 379, 542, 1489, 1386, 1033, 359, 1027, 844, 985, 936, 572, 982, 977, 1082, 1021, 1330, 720, 1393, 631, 889, 981, 580, 707, 3, 1405, 1148, 817, 830, 361, 686, 685, 1237, 811, 598, 1543, 1316, 1182, 840, 1541, 965, 964, 1367, 1554, 1538, 611, 614, 1035, 1094, 1500, 1044, 424, 1278, 1463, 1073, 1341, 1269, 585, 807, 1286, 676, 711, 529, 878, 531, 706, 1283, 1404, 859, 1293, 836, 637, 911, 454, 1515, 733, 490, 916, 1181, 1366, 1353, 1034, 763, 691, 694, 610, 558, 428, 411, 1501, 410, 549, 545, 541, 757, 557, 622, 1459, 648, 430, 843, 472, 1437, 850, 829, 1261, 620, 1371, 597, 463, 798, 1131, 743, 832, 326, 1197, 1522, 747, 1392, 408, 662, 1457, 1530, 1268, 462, 914, 920, 1379, 1431, 1039, 1424, 1220, 838, 693, 994, 842, 1416, 426, 894, 573, 1458, 847, 797, 334, 890, 599, 1230, 819, 724, 644, 1324, 1302, 0x0303, 1401, 340, 392, 803, 1397, 1481, 1450, 1488, 809, 1448, 475, 1585, 567, 666, 735, 1241, 1139, 503, 1593, 1236, 776, 589, 1587, 1355, 362, 606, 970, 709, 626, 715, 1175, 903, 538, 1325, 1390, 1510, 1506, 1032, 342, 879, 932, 1565, 897, 1262, 1184, 893, 480, 1385, 1537, 1362, 1487, 323, 1445, 1155, 1572, 750, 537, 746, 664, 984, 1497, 1173, 338, 1006, 1002, 755, 867, 1434, 1210, 1102, 949, 1091, 1596, 478, 1364, 1370, 1427, 1402, 1067, 1294, 1413, 1418, 1317, 1141, 559, 1440, 0, 365, 1579, 337, 1065, 389, 810, 754, 1449, 1496, 915, 1544, 695, 643, 1357, 1454, 670, 1462, 1377, 627, 456, 458, 767, 1403, 1407, 1354, 461, 442, 1363, 1578, 436, 1157, 1217, 1124, 523, 1338, 846, 1468, 1172, 943, 1408, 414, 701, 1069, 1320, 1292, 349, 333, 1100, 1282, 479, 583, 331, 1398, 1224, 874, 945, 634, 1030, 1221, 753, 967, 587, 1228, 409, 1186, 1185, 1206, 682, 716, 1318, 1323, 1494, 1104, 1080, 1151, 388, 1250, 613, 1031, 1314, 395, 968, 0x0300, 422, 607, 473, 1433, 1055, 477, 1245, 727, 1478, 494, 1160, 516, 940, 738, 1333, 1161, 578, 1079, 1529, 1213, 725, 663, 752, 1465, 450, 983, 487, 446, 1264, 1270, 669, 1212, 1394, 698, 423, 1420, 826, 455, 452, 1345, 770, 858, 764, 800, 1415, 1026, 344, 1231, 1561, 1249, 681, 719, 1307, 1339, 1252, 1297, 886, 1281, 1088, 400, 765, 1287, 1483, 1047, 1023, 1020, 1288, 468, 1242, 960, 1399, 788, 499, 440, 1204, 1117, 570, 744, 742, 741, 1008, 1011, 688, 448, 1263, 358, 1014, 551, 705, 1471, 804, 1049, 1247, 1216, 1146, 384, 728, 1517, 974, 1396, 1594, 730, 1226, 488, 702, 1369, 453, 1158, 489, 1165, 1259, 761, 881, 1492, 582, 419, 671, 1007, 1005, 579, 1010, 1153, 1195, 1202, 576, 552, 975, 1108, 696, 1149, 781, 416, 791, 956, 718, 953, 813, 1125, 1570, 1560, 1105, 853, 1115, 495, 1266, 357, 1066, 1084, 1348, 1233, 360, 689, 723, 1248, 383, 1556, 1375, 509, 646, 909, 887, 873, 941, 712, 1201, 860, 801, 1378, 1533, 497, 1290, 577, 954, 1121, 1081, 1342, 1523, 1103, 431, 443, 1271, 1001, 1106, 931, 986, 1391, 1334, 1406, 566, 0x0500, 483, 1274, 618, 521, 833, 513, 1368, 1313, 1254, 1419, 491, 1015, 1389, 942, 944, 1166, 973, 979, 721, 1321, 824, 751, 464, 1304, 971, 603, 1436, 684, 778, 1171, 1558, 1373, 1018, 363, 1196, 1130, 1180, 1260, 678, 502, 1109, 1183, 367, 418, 699, 1137, 1129, 0x0505, 1400, 656, 1514, 774, 1569, 1276, 1576, 335, 777, 1349, 875, 381, 403, 871, 1043, 621, 407, 1061, 907, 1122, 1503, 1535, 1376, 653, 1176, 997, 528, 1493, 1062, 405, 929, 924, 1147, 820, 1071, 1559, 1567, 1518, 1135, 4, 749, 397, 1191, 1, 1532, 673, 401, 1490, 672, 615, 732, 1059, 1056, 674, 1143, 1312, 371, 1296, 1336, 1524, 623, 1387, 515, 661, 690, 655, 748, 947, 651, 612, 933, 1009, 584, 550, 1582, 877, 883, 868, 1411, 532, 1040, 1586, 1144, 1246, 1227, 366, 1114, 946, 1329, 1479, 1111, 737, 802, 808, 660, 1464, 555, 1499, 993, 1198, 1577, 856, 675, 1037, 563, 1235, 632, 1584, 1232, 1384, 425, 1337, 536, 6, 1583, 1358, 350, 471, 855, 1253, 1456, 913, 1557, 1167, 1046, 958, 1022, 812, 891, 562, 569, 1000, 629, 1309, 849, 1553, 1086, 1255, 1306, 1361, 948, 474, 1089, 876, 522, 1581, 546, 888, 1188, 1480, 713, 1388, 1540, 0x0400, 1592, 951, 1590, 1097, 1516, 1519, 1513, 1512, 658, 594, 1194, 697, 1042, 484, 834, 0x0404, 703, 862, 1038, 1275, 1101, 1332, 1360, 1417, 548, 1409, 527, 1460, 498, 668, 1219, 378, 1443, 429, 1566, 353, 892, 950, 398, 539, 633, 628, 596, 1200, 1451, 1016, 952, 332, 851, 906, 336, 1505, 356, 1374, 1498, 912, 0x0606, 679, 957, 1072, 391, 1539, 1430, 1179, 821, 373, 1277, 928, 996, 508, 785, 1289, 852, 854, 848, 330, 926, 322, 1547, 5, 839, 1395, 759, 882, 1013, 927, 1190, 898, 822, 437, 609, 417, 1410, 1291, 592, 447, 1428, 714, 526, 1322, 729, 1429, 845]; private static const _sn796:Array = [83, 764, 1529, 336, 1212, 764, 702, 0, 333, 11, 1140, 1109, 605, 665, 323, 574, 0, 764, 864, 0, 1481, 517, 517, 1109, 1453, 891, 323, 988, 0, 988, 0, 864, 823, 323, 83, 1338, 1213, 702, 630, 47, 829, 988, 0, 665, 605, 11, 823, 281, 323, 0, 1213, 109, 83, 1312, 517, 702, 0, 358, 323, 517, 605, 1109, 896, 0, 807, 1116, 517, 1095, 0, 0, 323, 0, 0, 444, 440, 0, 508, 0, 281, 11, 1481, 328, 0, 793, 517, 215, 665, 665, 1042, 829, 988, 83, 1000, 864, 0, 764, 1044, 1338, 293, 1213, 1109, 506, 1312, 0, 884, 1212, 347, 1481, 427, 0, 323, 933, 1312, 1530, 1509, 508, 348, 665, 864, 518, 0, 924, 1044, 303, 1295, 519, 864, 665, 0, 0, 1432, 1042, 1312, 1140, 197, 83, 864, 1203, 764, 807, 0, 605, 702, 764, 1042, 307, 508, 864, 1140, 0, 605, 733, 764, 395, 1107, 1481, 1481, 823, 824, 348, 1212, 281, 281, 239, 517, 0, 0, 83, 1312, 399, 0, 1140, 1338, 1312, 281, 1203, 328, 1213, 517, 0, 1044, 0, 83, 508, 605, 1312, 574, 83, 11, 605, 1481, 508, 764, 83, 1105, 630, 1312, 815, 988, 1481, 1140, 1338, 215, 1484, 1213, 988, 307, 1312, 336, 1140, 525, 1432, 1509, 64, 281, 444, 427, 0, 1509, 281, 630, 46, 11, 1213, 1432, 762, 1203, 546, 0, 215, 1189, 1042, 888, 1338, 1477, 323, 0, 1295, 0, 1481, 0, 323, 0, 232, 803, 517, 884, 629, 0, 1109, 0, 6, 1034, 281, 323, 1529, 665, 488, 824, 668, 1379, 1481, 11, 0, 109, 1312, 197, 605, 679, 1212, 132, 567, 1140, 358, 0, 0, 764, 0, 1295, 0, 553, 1109, 281, 0, 180, 764, 1295, 553, 1295, 0, 909, 1074, 815, 323, 943, 864, 95, 0, 1213, 11, 1379, 630, 0, 702, 1477, 0, 336, 351, 265, 1312, 1338, 83, 1213, 765, 665, 0, 605, 1312, 1044, 1140, 249, 1020, 1481, 281, 0, 345, 281, 1379, 1338, 76, 1338, 1529, 358, 1432, 517, 1212, 1204, 764, 230, 630, 0, 1044, 1044, 988, 1027, 702, 605, 0, 1089, 935, 1379, 1312, 793, 988, 323, 83, 1430, 1453, 1232, 83, 271, 986, 215, 629, 721, 674, 427, 1044, 1058, 702, 891, 764, 714, 1312, 702, 823, 823, 897, 1530, 988, 665, 440, 211, 232, 1232, 440, 281, 0, 1109, 764, 208, 1059, 793, 0, 665, 323, 0, 64, 109, 572, 427, 1042, 1295, 6, 924, 0, 1000, 197, 1140, 924, 1429, 988, 265, 733, 0, 517, 729, 508, 1312, 111, 0, 389, 988, 669, 1185, 665, 1519, 1474, 51, 158, 943, 1446, 1312, 896, 1232, 1189, 0, 302, 605, 729, 0, 913, 707, 0, 446, 0, 83, 630, 650, 231, 976, 632, 517, 1203, 0, 1453, 702, 1042, 888, 358, 1020, 435, 1074, 0, 988, 1530, 918, 176, 764, 395, 0, 1506, 323, 333, 873, 1467, 0, 0, 159, 605, 125, 943, 0, 427, 986, 351, 0, 605, 1481, 0, 630, 0, 764, 377, 11, 1213, 892, 747, 506, 517, 764, 1217, 1232, 517, 83, 533, 1223, 35, 373, 988, 146, 1364]; private static const _wu669:Array = [1, 5, 22, 94, 399, 1691, 7164, 30348, 128557, 544577, 2306866, 9772042, 41395035]; private static const _cf601:Array = [5249, 2545, 6911, 40, 5017, 4549, 6446, 1772, 2103, 240, 6906, 1787, 3141, 4806, 5466, 2621, 2421, 5683, 7328, 7329, 6121, 6995, 6831, 4394, 4031, 2611, 6286, 2189, 5244, 5967, 6855, 1864, 6566, 4383, 7015, 4760, 5725, 4896, 161, 6688, 6567, 2988, 3937, 5672, 7305, 6801, 2775, 3370, 5328, 5134, 4111, 2037, 3938, 7280, 6349, 3117, 2740, 3753, 5770, 2616, 6208, 3305, 6923, 4070, 3333, 5560, 3742, 2673, 2761, 5129, 6064, 3639, 2991, 3402, 5798, 6672, 3547, 3003, 6420, 2972, 4263, 6269, 6722, 5086, 4108, 2041, 3655, 4583, 6035, 2995, 2651, 2737, 6429, 3127, 1817, 5377, 5651, 2451, 6254, 6186, 2404, 6708, 197, 1933, 223, 4093, 3105, 2177, 1878, 2567, 2618, 4721, 5910, 7361, 2896, 1779, 2936, 2828, 1917, 5002, 6498, 5969, 5966, 2814, 6019, 1805, 2826, 2307, 2036, 4586, 5390, 5343, 6897, 1699, 4032, 6219, 5457, 2329, 5303, 2198, 6624, 4589, 51, 5348, 5402, 5808, 5618, 6992, 0x1313, 296, 3053, 5841, 5419, 3948, 1893, 7145, 3097, 5342, 7324, 4090, 3755, 4396, 4713, 2340, 2089, 3185, 4135, 3916, 7202, 6668, 5791, 5364, 1979, 5301, 6623, 1838, 2671, 7356, 3294, 3853, 6886, 4604, 5391, 3939, 4884, 4790, 5009, 1818, 2513, 1887, 2364, 3749, 2772, 1869, 1839, 1853, 3895, 3957, 2246, 1710, 2099, 3961, 3920, 2992, 0x1700, 3912, 6909, 2609, 6905, 32, 1894, 7227, 6454, 2217, 3626, 6449, 6877, 6225, 3017, 3567, 13, 1771, 1865, 6851, 5821, 3873, 7370, 2495, 3555, 4315, 1714, 6947, 4768, 6553, 6806, 5168, 2644, 5895, 5235, 6038, 5207, 226, 3095, 7008, 3477, 2547, 2817, 6611, 4044, 3199, 5318, 4046, 1911, 3981, 5712, 7326, 6817, 6971, 4156, 4828, 7091, 4207, 5455, 2657, 2964, 3345, 5424, 4197, 141, 4084, 5206, 6241, 6416, 2980, 2027, 5032, 6127, 2758, 2930, 234, 2760, 1652, 6015, 7053, 4277, 4030, 4307, 4164, 104, 1924, 3572, 5068, 2965, 224, 5997, 2489, 222, 2442, 5045, 4893, 5485, 6574, 3500, 5042, 3727, 3055, 4852, 2444, 3962, 7342, 3787, 2890, 1912, 4115, 4811, 3216, 4249, 2287, 4934, 2225, 2624, 81, 5920, 3965, 4368, 3155, 5612, 2353, 4547, 3175, 4123, 1789, 62, 2906, 4784, 6683, 1879, 5461, 289, 3229, 1967, 4631, 2074, 5113, 5903, 5090, 5703, 7401, 4504, 6340, 5760, 3497, 2028, 3029, 5092, 2069, 6456, 5799, 3314, 3125, 7035, 2047, 5992, 3331, 2723, 6513, 2366, 6174, 5611, 95, 92, 4219, 7432, 7266, 2058, 7151, 2480, 5547, 7163, 0x1414, 4739, 3142, 4980, 6521, 5302, 7261, 2163, 3250, 5160, 3147, 5975, 4867, 3995, 5425, 5226, 2842, 1961, 1717, 1881, 1876, 274, 6311, 3418, 2094, 4675, 7044, 2975, 2032, 3813, 7393, 6045, 2597, 5214, 93, 6299, 5827, 6968, 6735, 6933, 3889, 5220, 3065, 4874, 3457, 6949, 5517, 2414, 7200, 4145, 6804, 3899, 7182, 5164, 3432, 6938, 2601, 6316, 3091, 3589, 1606, 2186, 3056, 5406, 3610, 6736, 3807, 1701, 2638, 2730, 1986, 5729, 2190, 2332, 2465, 4334, 3410, 3800, 4544, 1945, 309, 2908, 6373, 3414, 3362, 5411, 6136, 7137, 6360, 4202, 3996, 5152, 3699, 3870, 2296, 7109, 2055, 7077, 4592, 2431, 7141, 1705, 7379, 5696, 5067, 253, 6462, 2128, 6196, 5942, 6198, 1950, 6716, 4855, 3864, 3060, 2788, 5266, 4181, 5614, 5173, 5831, 3437, 6884, 7212, 2110, 2598, 5919, 4026, 6100, 5479, 191, 6885, 4802, 2956, 242, 178, 2491, 3559, 6459, 2204, 2942, 5644, 2207, 5103, 2725, 6907, 4251, 5362, 5907, 6469, 6388, 6448, 3042, 1770, 2822, 6224, 7292, 5460, 3086, 4695, 6772, 6027, 4551, 2945, 1711, 6779, 6792, 1674, 3551, 3630, 6811, 7303, 7293, 5367, 5076, 7275, 1844, 7290, 283, 2666, 6549, 3309, 263, 2481, 7450, 3138, 1901, 5108, 2258, 5734, 6543, 5135, 112, 6824, 4492, 5759, 5345, 5577, 6669, 2773, 6423, 6538, 6729, 5569, 5935, 3763, 3677, 6426, 3636, 5574, 3664, 1843, 3346, 4566, 6840, 5707, 2298, 208, 3884, 3882, 4468, 4548, 4919, 3470, 11, 6187, 7056, 7375, 6597, 1617, 6242, 2526, 4932, 4936, 1682, 4335, 6411, 6718, 7219, 2854, 7240, 6850, 1925, 4101, 4106, 4441, 6499, 6209, 4134, 7368, 5535, 4045, 3903, 2578, 0x0D0D, 4151, 2272, 2599, 3465, 6978, 2645, 2727, 4055, 5257, 319, 5124, 3350, 2496, 6755, 2273, 5858, 6258, 2268, 3637, 2838, 1777, 4578, 2302, 2201, 4582, 3205, 3661, 3353, 2153, 2351, 2885, 3271, 1691, 2354, 3886, 188, 4289, 6007, 7284, 6497, 3921, 4381, 5366, 4380, 6614, 3679, 2583, 3261, 6767, 2835, 5968, 3146, 3918, 4968, 1816, 2931, 6070, 2430, 1649, 4698, 6848, 4113, 4665, 6867, 5282, 4524, 2622, 2318, 4610, 1830, 6010, 2802, 4400, 4097, 4873, 2735, 1685, 2833, 4887, 1854, 3568, 4379, 2184, 2500, 6056, 2039, 1623, 7180, 142, 4063, 7415, 4471, 4015, 172, 7229, 2325, 6398, 2394, 3472, 4653, 7263, 1659, 7253, 2898, 5883, 4979, 4975, 5493, 1747, 5109, 6561, 6936, 5882, 3347, 3462, 1715, 2471, 2425, 2106, 6527, 5914, 2932, 5382, 3277, 2805, 3526, 3533, 7351, 2120, 3842, 1745, 2262, 5622, 4081, 4879, 1809, 2744, 6508, 4973, 5566, 5212, 3311, 4542, 6428, 2342, 6516, 2857, 205, 5349, 4075, 6680, 7098, 6020, 6701, 6868, 147, 4346, 4915, 2063, 6989, 7050, 1641, 7429, 5665, 237, 3613, 4560, 2466, 2887, 6576, 6239, 6159, 1647, 2635, 47, 3765, 3120, 1753, 5555, 7161, 5971, 5361, 6514, 5646, 4291, 5330, 3015, 4633, 5491, 4246, 3058, 4618, 5264, 6480, 2630, 4953, 2731, 2690, 3701, 6467, 3865, 5224, 1966, 2178, 3508, 6122, 2921, 5465, 33, 5964, 6155, 4326, 113, 7140, 3688, 3209, 6377, 3273, 7023, 5261, 2052, 4841, 4839, 2164, 6382, 5851, 5629, 3687, 7088, 7297, 5066, 5423, 5285, 2132, 2455, 4818, 2871, 2067, 2476, 4826, 3202, 6810, 5511, 0x0808, 6819, 6712, 6706, 5203, 1605, 2410, 298, 7014, 5891, 5106, 4572, 5513, 2388, 3332, 4759, 5948, 5505, 5293, 3221, 6820, 6141, 5033, 3361, 4080, 2367, 320, 5159, 7106, 4943, 176, 4009, 3262, 1743, 6957, 4466, 1880, 1991, 4017, 2390, 2324, 6302, 233, 6305, 7101, 1852, 5667, 6105, 4238, 3835, 4481, 4132, 6741, 4300, 5492, 5291, 3326, 6395, 4769, 7011, 5826, 4632, 5030, 4186, 2818, 4042, 2392, 5955, 5845, 7025, 3496, 7115, 4814, 3809, 4684, 5299, 6086, 116, 137, 5737, 7414, 3591, 3741, 4329, 5706, 6003, 2507, 4550, 6370, 0x1400, 6743, 4275, 189, 6826, 3087, 3692, 3794, 83, 271, 3224, 2267, 2648, 1736, 6679, 1858, 2243, 2123, 4332, 7175, 3988, 6384, 4194, 2331, 4195, 1726, 6091, 2700, 5702, 3178, 304, 6622, 2130, 4366, 4157, 3601, 3444, 1601, 3673, 6344, 4821, 3366, 2553, 3768, 2576, 6066, 6845, 6545, 71, 3720, 5501, 0x1111, 4925, 2319, 0x1818, 3394, 6523, 1782, 7164, 5205, 5937, 5115, 5873, 2343, 3150, 6297, 6986, 4047, 6298, 6080, 7458, 2254, 7156, 3198, 4221, 6563, 3861, 2868, 0x0100, 5084, 3379, 2068, 3189, 4961, 2869, 7149, 6559, 5004, 3111, 7399, 6390, 6184, 2528, 5052, 3754, 7136, 6457, 4843, 2625, 2845, 4833, 3595, 4293, 220, 1609, 3232, 6353, 6394, 4546, 7405, 1683, 2765, 241, 6894, 3648, 2008, 1984, 6074, 306, 2461, 3987, 3051, 3563, 3036, 1803, 4636, 1769, 3066, 3067, 291, 4801, 6768, 3092, 4796, 2253, 2116, 53, 4530, 7191, 6678, 6410, 3641, 1793, 6746, 149, 7017, 5096, 2767, 3875, 5996, 2338, 3845, 6244, 3435, 3118, 6048, 2276, 2024, 4564, 2687, 4308, 4585, 6308, 4569, 4576, 254, 6823, 2000, 5874, 1759, 3013, 305, 2631, 5865, 251, 2133, 7176, 2147, 3642, 3619, 6338, 3387, 3633, 2333, 3635, 1882, 1629, 3168, 3850, 6025, 2620, 4612, 3914, 7347, 5640, 2450, 6827, 3993, 6163, 3792, 3811, 5534, 3781, 4950, 4314, 3115, 2088, 4385, 6570, 3791, 3391, 1642, 7363, 5800, 2877, 2961, 6345, 318, 6061, 2137, 3322, 7317, 3774, 3528, 5842, 72, 7142, 2291, 2417, 3516, 4673, 2530, 5735, 5053, 3539, 3389, 7123, 4482, 4370, 4457, 4348, 5635, 4167, 2540, 3164, 4188, 4336, 152, 3268, 5994, 6625, 7027, 2192, 2633, 5274, 7132, 4523, 5834, 5210, 3430, 2193, 2391, 5519, 4428, 6315, 5216, 6233, 6231, 2607, 6325, 5931, 4091, 5649, 3488, 5089, 4150, 6964, 2579, 321, 6942, 3797, 1811, 3388, 5626, 1883, 6049, 4611, 3494, 6953, 2187, 110, 7442, 3991, 3891, 5666, 1819, 4235, 2191, 7172, 2732, 6085, 6980, 6921, 4831, 3126, 3702, 7134, 4074, 3344, 7135, 2933, 1643, 7068, 2796, 119, 4641, 2501, 5616, 3082, 4699, 2862, 1831, 1626, 3090, 2807, 6858, 3078, 5786, 3049, 1619, 1929, 6913, 7354, 1741, 5982, 3034, 7113, 6715, 6926, 7371, 6714, 2216, 5986, 3833, 1836, 4306, 3838, 2503, 3337, 6109, 1904, 6869, 6861, 4911, 5130, 4310, 4917, 5099, 5371, 2040, 4257, 4215, 2825, 2072, 5792, 6794, 6422, 4423, 2694, 3764, 2978, 4473, 6471, 6031, 2660, 2664, 2004, 2968, 3019, 4406, 4408, 5157, 2381, 3165, 7208, 3653, 6413, 3259, 6547, 5275, 2249, 5056, 252, 4371, 4099, 7054, 85, 2642, 2168, 7298, 4999, 3756, 5307, 21, 1870, 4094, 4143, 3408, 1812, 4438, 1889, 4436, 3208, 2549, 4963, 5678, 2529, 2947, 2155, 5248, 1909, 5022, 4794, 6536, 109, 3412, 4799, 4229, 2909, 2372, 2438, 3119, 6460, 6562, 5981, 44, 4703, 6541, 5813, 4878, 1827, 2998, 7236, 6173, 1955, 4866, 6317, 2795, 4116, 163, 5529, 4691, 4783, 7369, 6318, 2829, 3606, 7254, 6631, 7259, 7260, 6916, 1750, 3256, 6185, 4463, 6932, 3604, 7174, 6321, 7243, 7242, 5599, 2271, 2603, 4475, 2026, 6676, 4451, 4023, 4122, 7232, 2777, 302, 1863, 5437, 3824, 6223, 225, 6795, 6427, 6314, 6764, 314, 3676, 2093, 2115, 3954, 6202, 3264, 2684, 1667, 7051, 6178, 5454, 2738, 4476, 3352, 2156, 5878, 1833, 5218, 5949, 2768, 3356, 3917, 1896, 2779, 3393, 7222, 3798, 1612, 1982, 3919, 7203, 4384, 5779, 4388, 185, 5892, 3409, 6473, 4192, 1758, 3719, 250, 7294, 5681, 5843, 3943, 4597, 3799, 3172, 3194, 1906, 4034, 5617, 7358, 2572, 2286, 5844, 7332, 2882, 7255, 4807, 2582, 5340, 6636, 7319, 2235, 6601, 6828, 5802, 2370, 2269, 2347, 5811, 6217, 2840, 3320, 3287, 7428, 90, 5289, 5727, 6164, 2786, 5719, 5204, 4153, 0x1C00, 3306, 1781, 4981, 2337, 7387, 3153, 4532, 246, 4526, 3372, 7067, 6493, 5071, 4862, 5112, 3201, 1697, 2577, 3746, 2134, 5271, 3822, 4838, 1639, 5426, 6252, 5921, 5553, 5739, 6386, 5482, 6391, 3247, 4321, 4510, 150, 5711, 3489, 2400, 6766, 3820, 6681, 6653, 3504, 3697, 5041, 7217, 3502, 3506, 4054, 5704, 2247, 2121, 2377, 134, 5050, 5298, 5689, 201, 6478, 4515, 1602, 2629, 2203, 7367, 6482, 2311, 5116, 6018, 5918, 4997, 4353, 6595, 3440, 6607, 7009, 4302, 6604, 0x0700, 6415, 1795, 2617, 2935, 1794, 7269, 2423, 4985, 6271, 4956, 4208, 1996, 4965, 4709, 7100, 5413, 7302, 3758, 2875, 3139, 4417, 5179, 1775, 3386, 4117, 6517, 3234, 4890, 7090, 2658, 5581, 4747, 2897, 4435, 5292, 4891, 6821, 3851, 3966, 2573, 3540, 6530, 4678, 2669, 6161, 286, 7026, 262, 2242, 7063, 3685, 4575, 7059, 5915, 1990, 4845, 5916, 2475, 5314, 2720, 6973, 100, 258, 5267, 3377, 2809, 3860, 4861, 4863, 5638, 6941, 2224, 2126, 6363, 2904, 6379, 5755, 2309, 5962, 1897, 2197, 3446, 1732, 5472, 4537, 4767, 3534, 7130, 1910, 48, 307, 3793, 1733, 4598, 7125, 5993, 3054, 5062, 4974, 4039, 3703, 6077, 7190, 3628, 3481, 2792, 2850, 3484, 7461, 5202, 6065, 1939, 2096, 6438, 3561, 6732, 6021, 5141, 6969, 3074, 4766, 3449, 1951, 7037, 5323, 4404, 4038, 6354, 1806, 3151, 7198, 3325, 5536, 4137, 1757, 6042, 5600, 5495, 5227, 2034, 2514, 4008, 5870, 6952, 6958, 3844, 4868, 1860, 3298, 5208, 5530, 313, 7143, 77, 3748, 2385, 2699, 5863, 5369, 5170, 4072, 2769, 6864, 4450, 3131, 6024, 7362, 6476, 2369, 2852, 29, 5319, 5619, 3397, 5930, 6259, 7409, 7239, 6249, 7373, 7215, 3149, 7244, 1926, 4255, 115, 5669, 1938, 6937, 5684, 1935, 1886, 1931, 3420, 1657, 7423, 3772, 3473, 6268, 3160, 6665, 2485, 1875, 4957, 6114, 2486, 5499, 5676, 2739, 6101, 4049, 2893, 4798, 6034, 6689, 275, 3399, 5027, 2926, 2874, 6649, 5746, 2015, 5358, 3596, 4158, 1624, 2867, 63, 5988, 3226, 6842, 3005, 4872, 2278, 4437, 1725, 6304, 27, 1766, 5550, 6107, 1813, 5771, 1821, 4529, 6189, 2174, 4217, 5427, 2049, 4710, 5026, 6496, 167, 192, 4119, 5670, 3766, 3354, 5230, 6281, 2172, 5899, 4354, 4693, 7335, 3657, 2918, 2104, 6263, 3466, 7396, 5677, 2075, 1826, 6833, 2605, 6765, 5003, 1916, 5563, 5016, 6659, 3929, 1680, 4881, 7323, 5797, 1735, 2127, 5100, 2238, 3750, 3482, 3483, 2637, 1954, 3930, 1808, 2665, 4043, 6435, 6374, 1936, 3907, 2784, 4067, 6324, 5061, 6935, 214, 5693, 6919, 6924, 3812, 6917, 7258, 2510, 5443, 2038, 4720, 1784, 6915, 7408, 3144, 2081, 5441, 1604, 5745, 2149, 3182, 2288, 4844, 2704, 6862, 1943, 5659, 4016, 2561, 1866, 5787, 1855, 3952, 4128, 2803, 6433, 6277, 2087, 2097, 5150, 1756, 2780, 2275, 3909, 2443, 5793, 3537, 5917, 4880, 6205, 3039, 5334, 5478, 6228, 5081, 279, 2963, 2228, 2229, 6082, 7286, 120, 7291, 5217, 4930, 4705, 3971, 5359, 6212, 4266, 5213, 6210, 7285, 3206, 5449, 6961, 2470, 5365, 6028, 3718, 75, 4285, 7070, 4121, 7224, 3075, 4927, 2659, 7080, 6071, 5250, 6776, 6361, 3837, 3064, 6637, 6758, 6466, 6215, 2270, 265, 1704, 6000, 3739, 2509, 2728, 3272, 7314, 5121, 4875, 1709, 4002, 2135, 2940, 6288, 5288, 317, 2808, 6790, 3242, 0x0101, 1868, 5939, 4726, 6280, 0x1D00, 4628, 1970, 6113, 1633, 3157, 3145, 4857, 3288, 7449, 7446, 5551, 4256, 2387, 2456, 108, 156, 1940, 2098, 162, 186, 1673, 2915, 5019, 1668, 7443, 1969, 2770, 6335, 7327, 5153, 3363, 6247, 7226, 3801, 7235, 4774, 3698, 1742, 7267, 228, 4185, 30, 6686, 3704, 1666, 3911, 3280, 7020, 5381, 3463, 3307, 7030, 56, 2872, 5898, 3808, 4365, 6694, 4775, 3782, 2393, 130, 3159, 5901, 3319, 193, 3433, 2556, 2627, 6839, 3316, 7440, 3025, 245, 4889, 5584, 7434, 7282, 6255, 3897, 7366, 5588, 3282, 5692, 6221, 6218, 2161, 7181, 2911, 4902, 3804, 5111, 6900, 2966, 5444, 5123, 5731, 3945, 3978, 4037, 2401, 4028, 184, 4729, 2188, 138, 3225, 4345, 5252, 4565, 5237, 1737, 3123, 6123, 4706, 7218, 5276, 5497, 7349, 6849, 7107, 4573, 2257, 2322, 7300, 2320, 7452, 7448, 3191, 7019, 3023, 2065, 5093, 6910, 3998, 3374, 5075, 102, 6162, 3990, 6581, 88, 1708, 5280, 6270, 6720, 5757, 2941, 4625, 4196, 6798, 6661, 297, 6267, 6331, 5795, 2445, 5568, 2910, 3786, 0x1500, 2078, 5902, 6837, 5521, 3558, 5024, 1752, 3736, 2142, 2143, 2348, 4085, 5592, 1702, 6542, 4279, 6257, 5494, 22, 7402, 2472, 2623, 2019, 3779, 4276, 6799, 3212, 1971, 4228, 269, 1974, 3248, 5514, 5272, 4735, 3292, 6029, 6179, 5781, 87, 3154, 2328, 4849, 2195, 1622, 7264, 3233, 1611, 6282, 4606, 3364, 3818, 2361, 2255, 180, 7316, 2843, 6590, 3934, 2757, 4311, 6131, 6464, 4511, 5185, 7022, 7201, 5526, 4712, 2830, 169, 5064, 61, 3950, 6585, 4832, 4772, 4056, 4313, 3846, 6967, 3085, 2711, 5840, 4102, 1800, 4211, 4360, 4367, 6139, 6847, 3112, 98, 5587, 4190, 4967, 4412, 4087, 3878, 4237, 6491, 3308, 2092, 5925, 4900, 4461, 7249, 6102, 2043, 7074, 5222, 0x1600, 4098, 6002, 6419, 284, 3615, 4485, 4743, 5270, 5716, 5785, 3382, 2378, 2643, 5122, 1820, 5332, 5812, 2124, 2989, 3166, 2661, 3100, 46, 3300, 4007, 5418, 2263, 6873, 6876, 5133, 3663, 2205, 2003, 4462, 4456, 2009, 5867, 4714, 4191, 4407, 4139, 2902, 4556, 6737, 2362, 7422, 1713, 4205, 3355, 4941, 4679, 4201, 2712, 114, 2543, 7417, 5979, 2053, 6355, 5139, 6450, 4966, 1856, 5180, 3529, 5615, 2810, 5186, 1669, 7003, 2791, 4694, 4692, 3486, 2716, 2615, 4327, 4955, 3217, 202, 6383, 6414, 6632, 76, 5341, 2782, 6380, 2571, 5784, 3385, 6436, 3109, 2350, 3083, 3514, 2948, 4439, 3211, 6565, 6180, 5007, 6814, 5778, 7052, 4662, 5082, 1977, 3376, 281, 261, 2542, 4827, 7013, 3877, 7016, 3997, 7444, 4650, 4700, 5241, 6809, 3686, 4786, 5117, 3450, 4724, 1764, 5906, 6740, 5011, 2403, 7431, 4100, 4320, 6757, 5558, 2033, 3590, 1829, 7392, 6461, 4109, 5326, 2459, 118, 5352, 4402, 1842, 3856, 3694, 4958, 2222, 5049, 5838, 5936, 6658, 5126, 2419, 6060, 6147, 3230, 5188, 2552, 1930, 221, 6846, 2954, 6412, 4409, 5137, 5136, 5756, 6494, 4933, 3854, 3757, 4040, 2841, 3625, 5721, 2714, 5420, 3773, 6972, 6838, 4172, 4304, 4543, 1721, 2397, 6512, 2346, 3227, 6630, 6993, 5127, 2308, 6859, 4657, 4343, 5790, 6675, 6158, 5788, 5036, 3693, 1694, 1988, 5374, 3662, 2290, 1985, 1824, 4446, 6586, 6554, 7433, 5320, 1895, 6866, 4869, 3116, 4685, 2844, 3204, 5832, 5172, 2218, 7146, 4962, 6088, 3052, 2285, 5166, 5383, 3454, 6948, 6525, 3847, 5317, 146, 3577, 5268, 6633, 6856, 5610, 6657, 6940, 6519, 2277, 5201, 7169, 4226, 5459, 3490, 3521, 4174, 5416, 4553, 7148, 4904, 1867, 4750, 7374, 3951, 7083, 2422, 3001, 6378, 2519, 5500, 5773, 3743, 5043, 6364, 6970, 2899, 4349, 3550, 7124, 1871, 1963, 2022, 4509, 4605, 4029, 5525, 6943, 5556, 174, 2162, 6739, 3858, 2090, 4630, 2469, 6960, 7086, 4939, 2413, 3588, 3592, 5337, 7205, 6709, 6558, 4557, 144, 0x1616, 2686, 6095, 1786, 6991, 3073, 4057, 5869, 7194, 3434, 6987, 7186, 5783, 4212, 2440, 5405, 6874, 1874, 3517, 0x1515, 5395, 5404, 5181, 1992, 5400, 5817, 2083, 4982, 5853, 5765, 6660, 3511, 4025, 2125, 2958, 4283, 6083, 1731, 1798, 6181, 3841, 2200, 7094, 1932, 5221, 4669, 2420, 2154, 3323, 5396, 3423, 6251, 4495, 3161, 7167, 4738, 4751, 4477, 2702, 6285, 5306, 3651, 1658, 5833, 5174, 5118, 6594, 1913, 4763, 6569, 6392, 3523, 2046, 1763, 3519, 5700, 3881, 2159, 3689, 4033, 6662, 6468, 2109, 6229, 6674, 4455, 2452, 3710, 1825, 5854, 7112, 7248, 260, 6878, 5593, 6004, 4552, 0x0A0A, 6078, 107, 2707, 3010, 2157, 4189, 4602, 2175, 2663, 7390, 3459, 6951, 7384, 4727, 4559, 5606, 268, 1801, 5642, 5648, 6149, 7111, 7079, 5575, 5837, 7451, 5421, 6829, 7179, 2592, 2411, 6220, 3128, 3887, 4978, 3788, 7126, 7378, 6627, 4850, 6629, 6011, 4214, 4940, 5864, 5467, 4600, 4465, 4803, 2305, 4534, 1664, 5014, 5862, 1993, 5018, 7178, 2649, 6402, 2108, 3770, 4514, 4677, 6117, 3014, 2752, 7330, 2012, 5904, 3675, 6587, 6552, 5999, 4992, 5000, 5839, 4014, 3605, 2776, 3984, 5398, 1634, 2117, 3927, 4152, 2785, 3982, 4835, 203, 6043, 7204, 5162, 7412, 6092, 2781, 3228, 4281, 2259, 3557, 3507, 2196, 5976, 4243, 2749, 2748, 6908, 3265, 2483, 1899, 4619, 4938, 4643, 3608, 1632, 3415, 2059, 5197, 4788, 5013, 6963, 3411, 2771, 2916, 2477, 5077, 4820, 3972, 3244, 3102, 5636, 3245, 6275, 6079, 3170, 2596, 7394, 5664, 3451, 6612, 6697, 5145, 6883, 6170, 2546, 4779, 3777, 5163, 6927, 4061, 6509, 2432, 2429, 7210, 6504, 264, 2764, 6323, 3784, 5586, 6684, 6213, 5209, 2071, 7188, 4993, 7271, 5961, 3548, 5995, 4634, 7436, 2057, 2681, 219, 5158, 2169, 6301, 5688, 3947, 5807, 2774, 6094, 4587, 6705, 5524, 3163, 6955, 1630, 3289, 5679, 5388, 3368, 2237, 28, 6407, 4834, 7320, 7216, 4506, 6227, 4223, 3200, 6564, 3299, 6409, 6133, 5057, 7299, 6110, 4086, 3872, 294, 2202, 7416, 7150, 2315, 5277, 6081, 6453, 4127, 312, 2398, 3612, 4744, 7445, 5105, 4781, 5595, 3977, 4502, 2589, 4261, 1898, 1788, 2185, 5283, 3427, 1703, 5685, 2166, 5219, 4661, 4225, 3044, 2698, 3852, 4614, 2824, 73, 3173, 2107, 3771, 5965, 4493, 2889, 3031, 7325, 4577, 5242, 4239, 3132, 4755, 3134, 5565, 6579, 68, 3783, 7439, 5502, 3047, 5944, 6888, 2208, 5777, 4252, 4617, 3318, 3195, 4104, 5532, 6306, 243, 4296, 7276, 4518, 3365, 6699, 3235, 3485, 5439, 2428, 3380, 6191, 5871, 6385, 4204, 3609, 6289, 5247, 6037, 2368, 5749, 3602, 5239, 2458, 5020, 4309, 3099, 3381, 5522, 1734, 3910, 5273, 4110, 153, 5754, 6852, 124, 5151, 7315, 4913, 1989, 6920, 5456, 4148, 4563, 4937, 145, 5908, 2815, 5510, 6812, 6818, 2823, 2436, 0x1C1C, 4568, 5549, 4003, 4138, 4268, 5393, 3210, 7309, 7307, 3384, 6774, 3926, 3069, 6918, 4012, 6118, 4270, 5462, 127, 121, 1761, 1698, 5545, 3122, 3566, 2813, 4996, 4704, 1688, 3339, 2504, 7274, 6548, 5331, 6264, 6172, 5804, 6800, 5989, 2753, 2558, 7206, 3223, 6150, 3940, 6193, 5432, 20, 2295, 3040, 5657, 5660, 1751, 5621, 5520, 6126, 4162, 1872, 4449, 2487, 3218, 2924, 2221, 5171, 78, 6399, 2789, 2233, 5631, 3796, 4432, 6362, 3269, 2064, 2745, 4599, 3871, 4193, 7306, 5894, 2321, 6728, 2035, 6902, 31, 4921, 4340, 6367, 4906, 6492, 7391, 3543, 4671, 4154, 5308, 7062, 0x1800, 7372, 2150, 4920, 2482, 6500, 5766, 2713, 6979, 6783, 4155, 3834, 3922, 2569, 5189, 4644, 2851, 4707, 2389, 7380, 2176, 1958, 2449, 5231, 7301, 5087, 2879, 5713, 19, 0x0900, 4286, 4805, 3130, 5080, 6725, 2252, 3135, 7102, 6695, 2001, 1599, 4305, 3338, 5943, 5503, 5142, 6533, 2706, 2433, 2005, 6120, 4567, 5741, 5527, 4358, 2864, 2839, 5091, 2464, 5533, 5431, 6620, 5913, 5451, 6483, 6505, 7295, 2181, 5768, 4809, 2382, 3574, 6670, 2778, 2628, 3915, 7272, 5653, 5880, 6664, 6925, 164, 6791, 5148, 6238, 5963, 2750, 65, 7278, 7404, 5047, 6274, 4124, 2878, 2675, 4159, 3487, 0x1B1B, 6124, 4216, 6279, 3340, 4991, 3974, 4562, 4500, 2701, 2457, 3257, 2042, 4053, 1740, 5983, 5074, 1615, 3913, 2251, 7033, 2114, 4050, 6582, 3177, 3474, 5287, 7048, 2373, 259, 3181, 3422, 3684, 6930, 3336, 4062, 3104, 5957, 5655, 3373, 5764, 6261, 6808, 6506, 1760, 6406, 0x0B0B, 7350, 7345, 3620, 5970, 1677, 6359, 3471, 5912, 6166, 2894, 6375, 4581, 4258, 5346, 6646, 5373, 181, 6639, 6511, 6875, 4935, 2044, 4892, 7071, 7233, 3281, 3738, 3297, 6013, 5098, 6343, 0x1000, 7311, 5748, 3712, 3522, 5354, 4333, 4603, 4674, 4125, 6138, 4350, 2574, 3544, 3600, 5559, 5429, 1765, 6485, 6556, 5828, 3728, 5102, 4813, 7114, 25, 4107, 2876, 3658, 1802, 7338, 6789, 6786, 7187, 5256, 4224, 5010, 3030, 4389, 3925, 6844, 299, 2812, 1859, 4361, 5355, 210, 1610, 6368, 6442, 3731, 2011, 4355, 2703, 5483, 6691, 5384, 4525, 7082, 5190, 2326, 4949, 7283, 6452, 5408, 5143, 7231, 7407, 3570, 2357, 6262, 2559, 7133, 3690, 4089, 4761, 6062, 2718, 3593, 7057, 5305, 4088, 6544, 4711, 5215, 1637, 290, 7250, 5537, 7047, 7166, 5324, 3162, 7265, 2562, 4142, 4147, 3900, 2565, 6893, 2551, 5847, 4414, 2979, 6577, 4785, 5794, 5923, 7177, 6616, 4392, 2976, 5262, 0xFF, 4373, 7199, 2608, 3348, 2721, 4886, 3652, 2999, 7160, 5605, 6463, 3197, 5387, 2209, 2002, 1994, 5435, 4539, 4342, 58, 2365, 4077, 3059, 4356, 3587, 5990, 2944, 3461, 195, 3129, 2139, 5650, 5896, 6738, 2990, 2641, 3460, 5776, 5782, 3849, 7038, 5928, 2379, 2045, 4561, 5333, 4819, 2352, 3654, 3222, 6477, 4488, 117, 4129, 2091, 23, 5315, 5571, 4210, 6762, 3696, 4797, 5849, 7089, 5044, 4690, 5199, 3503, 3505, 6645, 3094, 2310, 6365, 2632, 2396, 4071, 1738, 2493, 1927, 5890, 4324, 7395, 6372, 5375, 4330, 2080, 2981, 3759, 6571, 4810, 6524, 2654, 6132, 3723, 3725, 6638, 6470, 7055, 4528, 2709, 5025, 4817, 2575, 4670, 4440, 2160, 4672, 6046, 2907, 5258, 7376, 4442, 5848, 6613, 6243, 3580, 3468, 6605, 6982, 2536, 5850, 6608, 1861, 6642, 6573, 2077, 1778, 5780, 2424, 1796, 6793, 5570, 6465, 1890, 5602, 1613, 5245, 4484, 4696, 4036, 5701, 4250, 4508, 2524, 6996, 5709, 5183, 3530, 7002, 5624, 5475, 5596, 6201, 6966, 2689, 4594, 5392, 3848, 2590, 3902, 3969, 4377, 4376, 4649, 4895, 5868, 4430, 1636, 5695, 5866, 6084, 2672, 3744, 5590, 3986, 2934, 6588, 38, 6073, 5463, 5195, 1995, 6236, 2799, 6575, 3883, 6058, 2219, 2895, 3828, 6860, 5620, 5625, 6673, 3618, 6591, 3525, 3515, 4877, 3674, 3171, 5814, 5155, 4448, 7096, 4418, 0x0707, 4517, 1997, 1644, 6644, 3638, 196, 1700, 2685, 4227, 4459, 6640, 7355, 6137, 5926, 2499, 2490, 4942, 4163, 0x1010, 2820, 4688, 2494, 3016, 1834, 3857, 3071, 4378, 7400, 4715, 4558, 6051, 1903, 3495, 4027, 2800, 6956, 6520, 5927, 2017, 3879, 5929, 5953, 4341, 7420, 5763, 3737, 4218, 1934, 2085, 2484, 6330, 7005, 2355, 4596, 2418, 5835, 7000, 4242, 3880, 4322, 3513, 4083, 2662, 5194, 2677, 4419, 7121, 4445, 3623, 4393, 4421, 3158, 7406, 3709, 6887, 3080, 1835, 6502, 2974, 5336, 3330, 7118, 5775, 2341, 4736, 267, 1767, 6098, 6617, 6863, 6451, 4386, 3599, 7110, 6067, 2564, 3009, 5607, 7041, 5165, 3062, 4375, 7049, 6560, 7043, 3594, 5031, 2441, 3546, 4487, 5128, 6648, 6006, 1837, 3456, 5385, 3826, 2946, 2847, 6421, 7155, 4918, 3839, 5350, 5546, 84, 2856, 154, 4664, 6458, 4494, 2680, 6190, 4847, 43, 7189, 3722, 1965, 2061, 4464, 3274, 6371, 7241, 2819, 2060, 4411, 3629, 7251, 4954, 4609, 6296, 3169, 5327, 4590, 4364, 26, 4199, 2265, 4177, 2794, 3729, 5980, 2855, 4220, 5978, 2873, 2141, 6434, 4431, 5767, 3532, 6994, 4574, 6278, 4198, 6059, 2913, 1942, 6771, 2073, 6336, 5178, 3114, 1692, 4964, 2880, 67, 6248, 0x0D00, 5225, 2837, 4427, 3767, 3524, 3617, 6546, 3520, 1953, 3979, 1905, 3964, 3246, 4642, 3367, 3045, 5088, 3894, 6528, 2973, 5732, 4301, 3401, 3403, 4623, 4995, 4254, 4640, 5023, 6447, 6785, 6326, 6432, 5253, 4652, 6177, 1707, 7024, 2462, 5228, 4387, 316, 2360, 2427, 3552, 6312, 2952, 3398, 2334, 308, 5698, 4292, 6068, 4680, 3464, 3614, 2248, 2912, 6300, 3643, 5312, 1678, 6022, 7131, 6781, 5471, 3538, 1640, 1884, 5699, 5470, 5518, 2726, 2881, 187, 2903, 3429, 5603, 4808, 2938, 6692, 3829, 3989, 2226, 2923, 1638, 3816, 3203, 4244, 6230, 4983, 4860, 1846, 218, 4708, 3890, 69, 5360, 2447, 1957, 5940, 3027, 3022, 4854, 6753, 6780, 248, 5309, 6303, 3110, 7277, 2199, 6787, 2710, 101, 5147, 6803, 4171, 2473, 5294, 5161, 3152, 4374, 3180, 209, 6008, 2434, 4793, 4165, 2679, 3174, 7270, 2105, 2602, 229, 6671, 3312, 5468, 6998, 6272, 4297, 4914, 3007, 2955, 5498, 6628, 2100, 6053, 4413, 6756, 3220, 5671, 6713, 7296, 6396, 5232, 6750, 2031, 1832, 3805, 3935, 6647, 4858, 4248, 4638, 0x0800, 3077, 5060, 4588, 5822, 6903, 57, 7308, 7321, 3565, 3571, 165, 139, 5972, 6333, 4317, 6599, 4882, 5897, 3405, 3885, 7262, 6495, 6097, 5434, 2696, 2232, 3407, 6730, 4579, 1840, 4540, 278, 3622, 2376, 3928, 3631, 2336, 4398, 7437, 2183, 4637, 3068, 3953, 4069, 5370, 2870, 4041, 5573, 6899, 4846, 4629, 6666, 3046, 3624, 5951, 5950, 6703, 2928, 2386, 7447, 6293, 7441, 3026, 3682, 4648, 4719, 183, 3284, 4182, 5715, 1671, 3905, 2646, 2943, 7281, 2148, 4271, 5567, 5193, 5254, 4988, 2531, 3480, 2240, 6328, 4627, 4391, 3293, 3240, 2171, 5021, 4725, 1614, 2223, 1773, 3603, 7092, 5175, 311, 6981, 2301, 4447, 2293, 4403, 2095, 4929, 4206, 3196, 7195, 5430, 4555, 1981, 5857, 6076, 3048, 3285, 2234, 1660, 4323, 3769, 6232, 2535, 3893, 7129, 3564, 4681, 5876, 2806, 4288, 7184, 2086, 2606, 1949, 3942, 6332, 6337, 5656, 7120, 4535, 4791, 4458, 7158, 3747, 3302, 2306, 5107, 2674, 7117, 6700, 4200, 122, 5484, 5805, 2520, 3705, 3700, 6782, 5448, 6047, 7144, 6568, 3931, 1975, 6770, 6405, 1983, 3717, 7346, 6199, 2523, 6696, 4580, 207, 5829, 6112, 6615, 4584, 1822, 6775, 2280, 5830, 5176, 7313, 5440, 5238, 3395, 5718, 5872, 0x1100, 6488, 6012, 6487, 42, 1790, 3476, 4822, 6761, 2144, 6944, 6892, 54, 2241, 2939, 2406, 6778, 0x1A1A, 3553, 2729, 45, 1684, 5356, 7360, 4136, 3037, 6962, 4764, 2759, 2751, 7336, 6946, 6510, 3453, 64, 1978, 3949, 2359, 2395, 6087, 4776, 6719, 2025, 3645, 5338, 4639, 2861, 2736, 3089, 215, 6182, 2984, 4931, 4624, 2920, 6266, 3018, 6724, 2695, 4987, 2746, 6539, 5240, 2236, 3342, 6593, 2335, 6881, 4682, 2407, 6276, 5877, 2682, 5191, 5561, 244, 6052, 4170, 5114, 3436, 6550, 66, 2969, 4837, 2715, 4064, 1785, 4092, 3467, 4415, 5474, 4325, 2949, 15, 2518, 4269, 3043, 1679, 4339, 5909, 70, 3646, 6192, 2798, 6584, 5243, 5623, 6572, 6931, 2118, 7064, 6055, 2563, 6287, 3874, 2532, 5758, 5934, 5598, 3814, 7430, 2719, 7165, 5198, 5956, 7152, 3660, 1956, 2754, 4433, 5634, 1919, 50, 1768, 0x0A00, 2182, 3802, 74, 0x0E0E, 3819, 3616, 3290, 2586, 3541, 5627, 4501, 6999, 4753, 3260, 4752, 155, 3527, 6518, 6898, 3734, 0x1717, 2790, 7078, 2891, 7108, 4947, 6744, 2527, 2977, 6195, 6111, 5453, 7381, 4971, 4166, 36, 2435, 5211, 5900, 6600, 7001, 4655, 5095, 6319, 6440, 6376, 6381, 5410, 6069, 2831, 6358, 2724, 4620, 4131, 1848, 132, 3283, 2231, 2692, 4001, 3024, 3008, 6369, 3936, 2541, 5686, 2437, 5628, 3869, 3956, 2951, 5378, 3493, 2292, 6984, 3207, 4545, 3586, 2488, 2917, 3967, 4989, 2636, 4144, 5987, 277, 4140, 4425, 5407, 2585, 4130, 5037, 4505, 7036, 7039, 5752, 3267, 6226, 3775, 2668, 1873, 2647, 5313, 5818, 6404, 4924, 7348, 7352, 5820, 4762, 111, 3740, 5260, 5169, 6039, 4977, 5415, 5647, 6424, 7438, 2584, 0x0B00, 3810, 86, 232, 3650, 7154, 0x0E00, 288, 7418, 4741, 5762, 5051, 1847, 5184, 5846, 3295, 6290, 7045, 4668, 3944, 3334, 4260, 6797, 131, 5658, 6295, 4513, 5973, 7310, 6357, 1739, 3419, 6116, 5984, 7333, 7018, 3251, 5601, 2349, 7435, 2170, 4168, 7287, 2151, 5167, 2892, 3452, 3360, 3186, 5824, 3745, 3941, 2014, 6350, 2639, 6320, 5637, 4149, 5585, 4059, 6145, 6945, 5597, 2111, 3708, 3924, 7103, 2860, 2113, 315, 4536, 1728, 5960, 4141, 5196, 4264, 3536, 5893, 7214, 3498, 4812, 2537, 5192, 60, 6481, 4758, 3576, 2180, 6327, 3296, 2463, 6745, 2970, 4357, 5452, 2708, 3632, 2983, 7386, 3000, 5310, 3357, 4916, 4723, 1857, 5029, 3081, 2245, 3441, 5738, 5531, 1921, 3421, 5974, 6747, 7012, 3932, 235, 4593, 3535, 1999, 6408, 5335, 2919, 3711, 6157, 4970, 4519, 4079, 1804, 4595, 3955, 2848, 2013, 2260, 2297, 7095, 3581, 4460, 1670, 5284, 3327, 5322, 2402, 4905, 4702, 2538, 5458, 4052, 0x1D1D, 3239, 2525, 6484, 1998, 6283, 4748, 2734, 3033, 4469, 6441, 5985, 2299, 2498, 2021, 6534, 1662, 6026, 6773, 4065, 4656, 7075, 204, 2517, 7246, 3823, 3778, 3968, 4253, 3093, 3236, 6265, 3832, 6734, 5012, 2314, 7421, 276, 1631, 5295, 6339, 2220, 5329, 3780, 2261, 213, 3803, 18, 2846, 3806, 3303, 1755, 2213, 3583, 3255, 2408, 6807, 151, 3279, 5564, 4836, 4019, 6759, 2619, 7456, 3569, 5506, 6655, 6654, 4267, 2539, 2122, 5073, 6865, 1754, 0x1200, 5079, 4401, 1607, 2468, 3665, 4230, 1762, 3760, 6188, 3304, 3726, 4118, 4180, 5836, 6997, 5403, 5038, 3510, 1695, 6211, 6621, 7304, 5187, 3113, 4319, 2516, 6135, 3253, 4416, 2849, 5694, 2957, 123, 7455, 1625, 2986, 2146, 1696, 4908, 4395, 5059, 2244, 5490, 7413, 5815, 5675, 6726, 190, 6822, 6273, 4351, 6830, 6503, 5959, 5015, 6016, 4382, 6292, 1960, 3607, 4926, 7419, 2743, 1689, 4948, 1651, 4073, 5069, 5005, 5691, 1972, 166, 2733, 3575, 3219, 6130, 3263, 2865, 7344, 4756, 6618, 3469, 6733, 3545, 4497, 4103, 7268, 1810, 2167, 1902, 4870, 2446, 2960, 6206, 2717, 2358, 6551, 4842, 2971, 3896, 2993, 5810, 2505, 4420, 3028, 1627, 2925, 7072, 1941, 2412, 2467, 2327, 6014, 1690, 1720, 6329, 3785, 5722, 3286, 4410, 3012, 4474, 6535, 6763, 4607, 4022, 4472, 2112, 4666, 5040, 2834, 3501, 5661, 6154, 6685, 2997, 7426, 6928, 5304, 3868, 1891, 4960, 5255, 287, 4390, 7046, 4287, 227, 4161, 3999, 5806, 7340, 4716, 5094, 5054, 3329, 6348, 5357, 5728, 6489, 7389, 4499, 39, 3425, 4853, 16, 5641, 3301, 5879, 5583, 2478, 4683, 2811, 6313, 82, 1845, 2051, 52, 2062, 3713, 6796, 2212, 1952, 7457, 106, 1650, 4241, 5751, 6752, 4295, 7032, 2479, 3669, 7042, 4303, 0x1300, 2356, 5674, 2264, 5523, 4823, 5008, 2612, 2927, 1646, 4952, 6389, 7454, 5769, 4359, 6522, 1900, 6974, 1730, 2693, 5886, 2900, 4331, 1724, 3426, 5724, 6843, 2214, 3706, 4697, 2676, 2953, 2691, 6108, 2416, 79, 6754, 1968, 4922, 4483, 2742, 6486, 3428, 2640, 175, 2670, 6294, 7341, 4907, 80, 6148, 5265, 4278, 5509, 2626, 5922, 4114, 4533, 5001, 6017, 6954, 3762, 3892, 6234, 2987, 6322, 7085, 4470, 4478, 0x0C00, 4778, 5070, 7183, 293, 3375, 6307, 2982, 5528, 5006, 2474, 5223, 4048, 4490, 3906, 2688, 7388, 2007, 3597, 5572, 6176, 3317, 6403, 2554, 2374, 6431, 6171, 4969, 2853, 3821, 5947, 4591, 3721, 4531, 7061, 5938, 4183, 91, 5182, 3647, 2793, 2010, 5177, 6284, 1693, 6710, 6704, 5540, 2119, 4209, 3358, 4178, 5339, 7312, 249, 4830, 2678, 3678, 4824, 7104, 4429, 4222, 6156, 7385, 6235, 5548, 5131, 6352, 7230, 4647, 4058, 2888, 7427, 3640, 3378, 2866, 2129, 1976, 1815, 1686, 5991, 7028, 7410, 5508, 6417, 4901, 6635, 6626, 5861, 2460, 6643, 5297, 6479, 3252, 231, 2312, 5958, 6879, 2511, 3732, 6723, 3215, 4635, 5579, 4615, 4434, 5351, 303, 2741, 3076, 140, 3187, 3038, 3656, 5594, 282, 5132, 2050, 5480, 7403, 3349, 2650, 5630, 5852, 2863, 2996, 136, 1774, 2985, 2591, 7359, 12, 2006, 1663, 4078, 6129, 3455, 239, 5469, 5251, 4527, 6610, 4825, 1719, 6134, 7066, 177, 1851, 6727, 170, 4745, 2600, 7060, 5544, 1748, 1749, 198, 6959, 2610, 7127, 5720, 3621, 5083, 0x0909, 1946, 3404, 3960, 2967, 2683, 3761, 34, 3585, 2762, 5149, 5730, 3359, 6816, 2550, 4011, 2787, 6104, 6197, 7006, 5428, 3985, 6557, 5952, 1828, 2506, 2804, 2783, 6165, 7122, 1618, 2165, 4290, 4265, 2266, 6309, 4004, 3231, 3959, 6151, 4840, 3143, 2653, 2282, 3790, 3491, 7153, 125, 5085, 1718, 5300, 2215, 270, 5372, 4005, 4570, 4865, 5954, 5856, 3041, 7357, 5710, 3795, 4491, 3324, 3313, 4645, 3644, 6598, 41, 4616, 3088, 6532, 3006, 4299, 4232, 6841, 3611, 2227, 7207, 4730, 0x1919, 3237, 6882, 2705, 3270, 4372, 4280, 7139, 7209, 2283, 272, 2426, 6183, 2905, 3238, 1980, 5389, 6896, 4006, 6063, 3107, 3156, 2832, 2508, 4856, 1746, 6050, 4959, 216, 3994, 2448, 3752, 2020, 5281, 1948, 4731, 4734, 1914, 6988, 5690, 5200, 4984, 3439, 6889, 5924, 6250, 179, 4829, 3670, 5643, 6115, 1937, 2029, 5380, 5823, 4233, 3278, 3396, 2179, 1603, 158, 4773, 4787, 3096, 3876, 3492, 4765, 3862, 3859, 6444, 4480, 4133, 1616, 6342, 3825, 7237, 7238, 5668, 94, 6334, 5507, 5512, 7220, 6651, 4646, 4184, 6397, 6401, 37, 2145, 5609, 2883, 4770, 1849, 7031, 3103, 2697, 4467, 5144, 1706, 1791, 1987, 2937, 3061, 168, 3634, 2929, 4397, 1675, 6589, 4179, 6650, 4454, 5110, 4516, 4521, 4452, 4405, 3431, 3627, 6619, 4621, 5450, 5855, 4424, 4175, 1648, 2079, 6891, 6603, 6490, 3518, 7193, 3063, 6237, 3249, 3888, 5401, 4871, 1918, 7337, 5753, 6813, 4848, 2950, 105, 5078, 5344, 2375, 4676, 6310, 3167, 2588, 5065, 3214, 4173, 133, 5905, 4347, 5290, 2533, 1654, 3667, 2454, 2256, 1888, 0x1900, 4503, 2497, 6832, 4851, 2384, 97, 3445, 3980, 6216, 6214, 6001, 1850, 7322, 3108, 6430, 4095, 6609, 1973, 3863, 3050, 3188, 0x0F0F, 5589, 3831, 6693, 5613, 4689, 1620, 4240, 6784, 3121, 3392, 3193, 4899, 7339, 4282, 7334, 6835, 5063, 6346, 3315, 7004, 4951, 3672, 2884, 3448, 4757, 3830, 4298, 5311, 4020, 5119, 6393, 4176, 4754, 5580, 6030, 5417, 3004, 7213, 5438, 1722, 4946, 6985, 3970, 2522, 6387, 2959, 5582, 5496, 6687, 6690, 6096, 4728, 4686, 6950, 2568, 3975, 4538, 211, 6090, 6965, 3531, 7197, 96, 6044, 2521, 7185, 6596, 4169, 7228, 0x1B00, 2914, 4312, 6929, 1661, 4903, 4018, 5742, 2821, 6119, 7331, 4990, 5442, 3827, 1716, 1723, 6455, 5662, 2656, 5645, 6204, 2101, 3148, 4909, 6256, 3275, 5663, 6443, 6146, 6041, 7128, 4687, 2858, 3815, 4507, 4259, 2667, 4622, 5825, 4771, 238, 6540, 2755, 6200, 4541, 6836, 1645, 5409, 5278, 2502, 7147, 5055, 6702, 5541, 5552, 7034, 3751, 89, 6975, 6347, 1920, 247, 2070, 159, 5889, 7159, 4021, 5557, 7171, 2655, 5717, 3106, 4737, 5750, 5819, 5744, 128, 3776, 4897, 7225, 4658, 5233, 3184, 1672, 4898, 4294, 3843, 6099, 2054, 4660, 4663, 10, 4746, 14, 2345, 6341, 6128, 4051, 5138, 2548, 4234, 3867, 3866, 1729, 5743, 3258, 4512, 4236, 6036, 4247, 3079, 3958, 5789, 2281, 4498, 0x1212, 3035, 6663, 5932, 6606, 4338, 2859, 5353, 6853, 3659, 7460, 199, 5156, 1915, 6033, 6872, 6253, 2140, 6032, 1687, 3479, 0x0C0C, 6537, 6472, 6203, 2371, 3946, 3904, 2084, 3183, 1923, 6634, 3176, 4105, 6057, 1908, 2173, 2766, 2289, 1947, 2604, 6592, 5447, 6106, 4273, 6240, 5697, 3011, 5229, 2994, 217, 266, 1744, 3668, 6125, 3683, 5941, 4013, 6291, 6707, 4888, 5279, 2614, 7173, 6169, 3057, 3901, 4489, 1628, 4986, 2303, 5639, 2515, 4944, 2415, 5723, 4010, 1776, 6351, 3101, 4318, 3136, 3098, 2030, 2555, 2023, 4816, 4316, 4780, 7192, 3266, 4777, 3714, 2557, 4654, 5885, 5604, 5481, 3458, 3390, 7252, 5386, 1885, 6555, 4426, 7364, 285, 4976, 182, 3442, 2836, 1665, 4453, 5881, 3691, 5046, 5705, 3562, 5473, 2581, 3310, 5487, 2634, 3241, 2300, 5414, 2316, 5504, 5542, 3680, 3070, 3447, 4422, 4613, 7411, 7029, 2158, 3730, 7279, 35, 4945, 3369, 6207, 5633, 7273, 6153, 2279, 5809, 5859, 5538, 292, 7138, 5887, 1807, 2747, 4804, 1877, 143, 24, 0x0F00, 6976, 4066, 7097, 4284, 3443, 5412, 7087, 6418, 2211, 1962, 1823, 6167, 5236, 2962, 160, 4068, 3438, 4732, 3666, 4126, 6054, 3335, 2763, 3475, 5035, 6698, 5726, 5945, 3020, 3716, 3715, 2317, 3789, 4782, 3560, 3542, 7377, 5488, 3578, 6667, 4972, 2544, 3983, 7382, 5747, 3898, 5399, 3579, 2131, 6717, 2566, 4000, 7076, 4443, 3124, 4444, 5796, 6777, 4742, 7081, 7170, 6977, 7099, 0x1A00, 7425, 126, 6602, 5998, 4120, 6880, 2922, 5591, 135, 1635, 4894, 4789, 5772, 295, 5554, 4520, 4912, 4328, 200, 4795, 6152, 4701, 5394, 6904, 55, 5608, 2399, 6760, 4994, 6641, 5736, 1814, 4554, 17, 212, 7058, 5028, 6731, 3671, 7318, 5433, 5803, 7211, 2323, 2066, 2082, 5884, 3383, 6583, 5072, 6439, 6580, 6445, 2076, 4146, 1727, 1922, 1944, 5263, 6245, 5101, 6142, 5321, 3923, 3137, 5543, 3695, 3413, 2797, 2580, 4231, 1653, 6890, 2383, 6501, 5733, 1780, 3817, 1783, 7162, 6711, 7157, 5860, 3243, 1600, 2102, 5576, 7289, 5363, 5562, 4274, 4272, 4859, 280, 3908, 4885, 7365, 6901, 103, 3724, 6531, 5039, 3179, 300, 6788, 4035, 5146, 4740, 2801, 4733, 3733, 6474, 2250, 2018, 7383, 1676, 3992, 6160, 6103, 2330, 230, 6871, 5154, 4245, 2613, 6089, 4749, 4998, 4262, 4479, 6072, 4667, 3554, 7073, 3406, 3291, 273, 2210, 2294, 2363, 1907, 6857, 5347, 6652, 3512, 129, 1608, 5058, 4337, 4601, 6366, 2593, 2901, 5325, 6578, 4060, 5714, 5977, 2206, 5933, 3973, 5801, 3933, 7010, 4082, 3254, 5682, 3032, 5436, 6356, 6507, 194, 236, 4522, 6749, 1797, 5296, 3582, 4160, 2194, 5516, 7459, 4363, 4024, 49, 4722, 6914, 6815, 7245, 5578, 7223, 171, 1656, 6922, 7040, 5259, 3417, 6934, 6834, 6040, 3976, 6175, 5489, 6515, 7343, 2405, 5445, 4717, 3499, 4399, 157, 6983, 5446, 1841, 2138, 5104, 6825, 3213, 5286, 2239, 2339, 2512, 3190, 2016, 3735, 5234, 2152, 1712, 3681, 4651, 6805, 3371, 7084, 3133, 3556, 2652, 7021, 2722, 4815, 7247, 4571, 7256, 1655, 3276, 5246, 3400, 5680, 5464, 3351, 7398, 6140, 5476, 5379, 4910, 5673, 3343, 7116, 7119, 2594, 6870, 4928, 5125, 3649, 1862, 6005, 3140, 2595, 3424, 6526, 5486, 148, 3509, 310, 2587, 4344, 7065, 6475, 6677, 3549, 2230, 4486, 2439, 2344, 5316, 5816, 3573, 4187, 2534, 7353, 5708, 3963, 4792, 7288, 4876, 4923, 5034, 5687, 6742, 6143, 6769, 4800, 5740, 6009, 5774, 3021, 4362, 4659, 173, 4213, 5368, 301, 4496, 6437, 4203, 6023, 3416, 2284, 6093, 4076, 6854, 1928, 2409, 99, 6748, 1964, 7105, 2492, 7257, 2886, 7069, 2756, 5422, 5761, 6222, 6260, 3836, 206, 6246, 5652, 3321, 5097, 2274, 3002, 7093, 6802, 5269, 5477, 3478, 59, 5539, 6529, 4718, 6194, 3192, 7007, 1892, 2380, 2136, 3707, 5875, 6751, 1681, 2453, 6895, 1621, 1959, 6075, 5946, 5515, 7234, 6990, 6721, 7397, 7221, 5048]; private static const _xq258:Array = [1232, 0, 5389, 3210, 3056, 2918, 2209, 2478, 6110, 5389, 0, 0, 0, 2794, 1810, 3083, 5345, 6029, 3950, 3056, 3083, 1905, 6029, 12, 1533, 3056, 330, 3822, 7733, 2987, 6029, 2139, 0, 3210, 3056, 3969, 1449, 5499, 3083, 5389, 322, 1403, 5743, 2280, 2987, 3056, 3155, 0, 2110, 5345, 747, 3509, 0, 522, 7733, 5389, 0, 0, 2139, 3210, 322, 1968, 3210, 2139, 2139, 3950, 12, 2139, 1403, 6029, 1533, 3204, 5345, 0, 5743, 3056, 4400, 6029, 2918, 5345, 3969, 322, 1533, 1232, 5628, 6110, 12, 0, 2478, 1403, 3083, 3969, 3950, 3950, 6110, 218, 5628, 4491, 3083, 2794, 0, 5345, 3921, 131, 330, 6110, 5628, 4832, 6029, 5743, 0, 330, 2918, 5628, 0, 4400, 131, 0, 4491, 2794, 2139, 1785, 3120, 1905, 3056, 322, 2794, 2280, 2794, 0, 5743, 2209, 330, 1428, 2478, 2518, 1533, 330, 3303, 218, 4303, 3056, 5345, 6110, 4400, 3083, 1403, 5628, 3366, 2794, 6029, 6029, 1403, 6110, 3056, 3950, 3879, 6110, 1524, 322, 5963, 2987, 0, 6110, 12, 5196, 2987, 2478, 0, 5562, 4400, 4099, 0, 2987, 1905, 922, 2918, 5345, 3304, 0, 3155, 2110, 0, 4055, 6029, 1338, 922, 5628, 1210, 522, 4813, 5345, 322, 859, 6849, 4491, 4491, 5389, 5345, 2794, 3465, 322, 2794, 5325, 2987, 3155, 5628, 3366, 2280, 0, 6029, 3822, 3210, 330, 522, 522, 5952, 2987, 3879, 0, 2987, 5628, 1533, 4064, 5499, 1533, 3056, 1403, 4600, 2280, 0, 1905, 7084, 2798, 1905, 4491, 1905, 6029, 218, 2209, 1041, 2653, 1533, 5345, 4600, 0, 4400, 0, 0, 2572, 2478, 3969, 2987, 6029, 3579, 3083, 1905, 5743, 0, 4400, 5389, 7525, 1810, 1968, 322, 0, 4813, 6029, 6029, 5345, 3969, 0, 3210, 0, 2794, 3950, 1524, 4491, 1905, 4303, 2918, 0, 2139, 2987, 4400, 1905, 522, 2139, 2028, 5743, 1533, 1905, 4303, 5499, 1533, 4400, 3842, 4099, 1533, 3210, 1533, 5345, 0, 1858, 5743, 1533, 5512, 4400, 6029, 5499, 3056, 5499, 2987, 5225, 859, 3056, 2987, 2987, 4055, 896, 5345, 5355, 2794, 2478, 0, 3879, 5743, 5743, 5512, 3083, 6029, 2918, 5345, 4303, 844, 2442, 4813, 2794, 322, 0, 6029, 5225, 5325, 1905, 1524, 2794, 2478, 859, 5743, 0, 4400, 4672, 218, 6029, 2918, 0, 0x0E00, 5389, 6029, 1905, 0x0E00, 2918, 1968, 4099, 6029, 2280, 4491, 4099, 1905, 4491, 532, 6029, 3056, 2918, 1403, 3155, 2209, 3083, 190, 3210, 3950, 322, 6029, 6029, 4303, 6029, 3822, 7017, 5345, 1858, 5355, 2918, 1968, 3303, 1810, 0, 2794, 6110, 3822, 4262, 5743, 3155, 2794, 2794, 4303, 5389, 2987, 2918, 4491, 532, 5978, 4491, 0, 5562, 1905, 4813, 0, 3155, 1403, 7992, 4099, 4262, 4491, 1533, 3083, 4491, 5628, 1403, 2209, 1810, 1905, 3155, 4099, 1516, 4927, 3879, 1403, 1232, 5628, 3969, 1403, 3969, 2918, 2918, 218, 522, 2794, 3969, 5225, 4099, 4099, 5512, 0, 2139, 5345, 2209, 6029, 4491, 747, 1905, 1810, 2918, 1905, 6029, 5743, 1524, 5628, 330, 3083, 3950, 0, 522, 6110, 3210, 5743, 3155, 1533, 1785, 2209, 1403, 3155, 2028, 3210, 4099, 3822, 5562, 1338, 5628, 3056, 6029, 2028, 3509, 1403, 6029, 4600, 131, 3950, 7733, 4400, 4400, 2517, 2794, 922, 4400, 3056, 3465, 1041, 896, 0, 4491, 0, 2280, 747, 2209, 5743, 4099, 3969, 3155, 330, 2987, 4099, 3083, 3509, 859, 2794, 4400, 322, 4491, 2794, 0, 12, 3969, 859, 1905, 12, 5345, 2600, 4986, 4400, 4600, 5628, 0, 4999, 3921, 2442, 1905, 5512, 4813, 4303, 359, 4491, 2794, 6029, 1905, 2110, 5225, 0, 6029, 4491, 330, 0, 5345, 2918, 359, 183, 5978, 532, 183, 2918, 2794, 330, 3056, 1607, 330, 2139, 6110, 4400, 2918, 859, 6029, 5512, 0, 5325, 3083, 5225, 5743, 2209, 3229, 2478, 3969, 3950, 4672, 3969, 684, 322, 5225, 0, 218, 5628, 5499, 0, 2794, 0, 578, 5743, 1533, 3210, 1905, 4813, 5499, 4491, 3083, 2110, 2987, 0, 4491, 1403, 131, 0, 2280, 5562, 2918, 5743, 4400, 3921, 5862, 5743, 1403, 1403, 2918, 4813, 642, 3509, 0, 3950, 2918, 1403, 2110, 1533, 5345, 3304, 12, 2987, 2110, 218, 322, 2191, 2794, 2280, 12, 4099, 642, 1905, 3950, 12, 4462, 3969, 3969, 0, 2794, 1810, 2478, 922, 5311, 1403, 6110, 4400, 322, 0, 1524, 5866, 0x0E00, 4400, 5774, 237, 3210, 4672, 5345, 6029, 1403, 6849, 2987, 237, 706, 4303, 2987, 3822, 3366, 522, 2209, 4491, 1293, 3056, 1533, 3056, 3083, 0, 4055, 2110, 2280, 330, 3950, 6029, 3083, 4600, 0, 2028, 131, 2987, 5499, 5628, 2794, 1533, 4099, 3210, 4491, 0, 2209, 4600, 3155, 6110, 2572, 5499, 1905, 5562, 922, 1905, 859, 1905, 4491, 6029, 522, 3969, 2918, 1810, 747, 2794, 3083, 3056, 5345, 3921, 4055, 642, 237, 1968, 4099, 5499, 3056, 2280, 4400, 1905, 3509, 4099, 2918, 2918, 4099, 4600, 1607, 5389, 2987, 1810, 4099, 6110, 2110, 3969, 3950, 2987, 3155, 1810, 1858, 4303, 2987, 2918, 0, 5774, 131, 1403, 3969, 2517, 0, 4099, 1403, 6029, 2794, 1338, 131, 6029, 3366, 2478, 330, 0, 0, 0, 3969, 1403, 4927, 5345, 2987, 1524, 6029, 2478, 859, 5355, 5562, 5325, 2191, 5562, 1533, 2794, 4099, 3879, 3056, 5586, 2918, 3366, 2110, 3155, 0, 3056, 1905, 5345, 2794, 1968, 1533, 4400, 5628, 3969, 7017, 5963, 0, 1524, 3210, 4303, 1810, 2478, 1810, 3969, 1900, 4491, 6029, 859, 2987, 3921, 322, 2987, 5512, 2918, 5743, 5325, 322, 416, 706, 1428, 1905, 1570, 5628, 0, 2209, 3204, 4099, 3056, 3210, 4491, 2794, 0, 859, 1403, 5345, 2883, 2987, 1403, 2987, 4491, 2794, 3304, 3155, 5196, 5325, 4400, 3304, 2209, 3083, 2028, 2139, 1814, 3304, 642, 2794, 5345, 5355, 3509, 3969, 3083, 4400, 1858, 2110, 4303, 5743, 5743, 2518, 1524, 4303, 5345, 3027, 859, 5628, 359, 3975, 922, 12, 2139, 2209, 4099, 3050, 3545, 0, 2442, 3204, 1232, 1403, 1480, 0, 4099, 2379, 4099, 0, 2987, 4491, 3056, 4099, 578, 1338, 6029, 3969, 0, 5952, 2987, 522, 5562, 1905, 4099, 608, 578, 4813, 3229, 896, 5345, 5345, 0, 3056, 1091, 5345, 922, 4986, 1810, 4927, 5764, 4303, 5615, 2191, 1814, 522, 5345, 3056, 2478, 4755, 4832, 4491, 3303, 1814, 1041, 5743, 1516, 322, 522, 5978, 131, 7017, 1533, 3210, 4600, 4099, 1403, 4491, 4491, 4600, 747, 4400, 6029, 157, 4813, 706, 3290, 3056, 237, 0, 0, 2191, 6029, 1428, 2987, 5743, 2987, 3210, 5389, 1210, 5499, 3210, 0, 7084, 5743, 4813, 5952, 5743, 1900, 3969, 0x0E00, 1896, 3669, 896, 157, 1607, 330, 5628, 131, 6026, 3155, 4303, 1810, 5225, 0, 1905, 0, 5628, 131, 1403, 578, 5774, 2028, 2794, 522, 4303, 131, 0, 3325, 1905, 3579, 5325, 5978, 3950, 1905, 3579, 183, 642, 1403, 359, 1403, 4942, 5325, 4064, 3959, 4400, 5615, 2517, 2987, 6383, 5499, 5412, 4303, 3822, 2209, 5963, 6110, 218, 2028, 3210, 3921, 5615, 131, 5345, 4986, 0, 2055, 4064, 1905, 0x0E00, 508, 642, 859, 4672, 12, 4491, 4400, 3950, 12, 322, 1041, 1428, 7745, 859, 5522, 6029, 0, 3155, 0, 4400, 6029, 5325, 2191, 0, 706, 2110, 5452, 1533, 4491, 1968, 5512, 3950, 5963, 5345, 747, 3056, 1858, 2478, 2518, 859, 6322, 2280, 5184, 2139, 322, 4262, 5712, 1810, 3056, 1968, 1533, 5196, 859, 6029, 5743, 7798, 4474, 1192, 5499, 4099, 5512, 6029, 237, 4303, 522, 0, 3950, 1533, 0, 5890, 1232, 532, 522, 1060, 2918, 1814, 642, 1338, 0, 2794, 6029, 0, 3579, 1451, 4262, 71, 5345, 1232, 1533, 5628, 0, 4262, 4462, 7525, 4813, 6029, 0, 5401, 992, 4474, 0, 747, 6110, 1607, 1968, 4303, 3879, 5345, 532, 5743, 2280, 1810, 2987, 12, 2546, 3991, 5978, 1905, 1041, 4400, 5743, 3950, 5220, 330, 2918, 2918, 0, 1533, 5499, 642, 1905, 0, 922, 4491, 8070, 3083, 3507, 2918, 1533, 5628, 322, 1377, 3155, 6029, 516, 706, 0, 4813, 5562, 2478, 3879, 5522, 747, 3579, 3842, 4303, 1377, 237, 4986, 2518, 3452, 5345, 4491, 5389, 5389, 3975, 1403, 2883, 2442, 4751, 1905, 0, 2918, 5628, 2794, 0, 3304, 6029, 3950, 4064, 6110, 0, 1968, 5412, 922, 2518, 0, 2028, 131, 5000, 578, 2110, 330, 4055, 896, 4491, 5389, 2798, 3056, 578, 5985, 2139, 747, 3210, 3304, 4927, 3969, 5743, 0, 706, 12, 3842, 0, 5389, 5225, 3155, 4474, 3155, 2139, 5452, 4164, 859, 5743, 3822, 5412, 922, 4491, 5325, 642, 0x0E00, 4303, 2918, 322, 2139, 3950, 4813, 522, 0, 4942, 359, 7966, 608, 5769, 2918, 5628, 5499, 4491, 5361, 5499, 330, 3842, 5499, 5963, 4927, 859, 3313, 4672, 237, 322, 1533, 0x0E00, 1524, 30, 1232, 1146, 1524, 3229, 0, 4230, 322, 522, 131, 6029, 322, 4491, 3056, 330, 1298, 578, 5663, 5862, 5628, 4351, 642, 237, 2021, 2976, 3933, 357, 2987, 578, 1905, 3204, 3083, 6008, 282, 5952, 565, 5866, 4415, 3204, 6137, 4303, 2139, 5220, 3950, 522, 2139, 4491, 522, 542, 1338, 237, 532, 218, 5499, 3155, 2199, 1810, 0, 0, 4491, 944, 4177, 2987, 3210, 1403, 3451, 0, 2139, 2280, 5512, 12, 2794, 3210, 218, 4491, 4220, 5774, 5389, 5562, 1905, 4099, 2918, 2918, 5743, 2794, 3822, 5743, 359, 4400, 0, 5743, 1533, 2280, 1533, 785, 0, 0, 3304, 5325, 3083, 4474, 4813, 1810, 2163, 3913, 4672, 3155, 3879, 5355, 359, 3056, 0, 4672, 4481, 4400, 238, 5978, 2518, 3083, 3056, 2794, 5774, 0, 1858, 1538, 1403, 6029, 0x0E00, 0, 2987, 4400, 4600, 1041, 4099, 0, 0, 4303, 3950, 0, 4462, 5774, 5890, 2820, 0, 2794, 4486, 5156, 5345, 3969, 5325, 1785, 3210, 540, 2110, 5225, 1192, 4033, 0, 5389, 4274, 4303, 2790, 522, 5389, 3969, 5389, 706, 12, 1446, 3155, 4303, 5389, 1905, 3210, 3083, 5628, 1785, 0, 3288, 3325, 592, 1905, 522, 1785, 5990, 1968, 2679, 2794, 0, 2110, 6029, 1538, 2883, 0, 1206, 4049, 3303, 359, 4832, 4529, 5345, 3303, 4703, 896, 5225, 4099, 5628, 1403, 4164, 4400, 4986, 1905, 1766, 4986, 1940, 2139, 2918, 4491, 0, 3304, 3969, 1896, 1785, 3027, 1905, 3969, 5512, 4368, 4942, 0, 7017, 4535, 1533, 1905, 4600, 2794, 859, 4927, 6029, 3579, 3950, 2600, 2679, 3959, 3842, 1560, 322, 3056, 1533, 5220, 3574, 330, 3969, 2018, 2139, 2679, 2918, 4813, 1533, 1403, 1533, 6613, 2794, 7081, 508, 5499, 2139, 1480, 4974, 6029, 1905, 4027, 5615, 6029, 0, 46, 0, 2191, 3822, 1428, 1858, 1607, 4672, 1905, 4974, 238, 2139, 1538, 2794, 4049, 2918, 4220, 4491, 0x0E00, 4262, 1607, 3083, 5628, 12, 6126, 5952, 2922, 1524, 3822, 2794, 3950, 4710, 3950, 4942, 5663, 1343, 5890, 0, 1814, 1607, 1194, 0, 5499, 6675, 2987, 5345, 0, 3879, 2883, 5993, 3921, 4400, 5628, 1232, 3545, 859, 3465, 2546, 5890, 1533, 2918, 2794, 2679, 5963, 5000, 3229, 0, 4474, 3313, 2918, 322, 2616, 578, 896, 5355, 5544, 592, 1428, 3577, 4703, 5389, 4600, 4230, 3083, 4055, 190, 5225, 2139, 2987, 4351, 5345, 5628, 0, 3913, 3921, 5985, 706, 5225, 4099, 2478, 1810, 747, 5628, 2110, 2653, 2280, 1403, 4857, 6109, 2110, 4591, 0, 1538, 1968, 1560, 7077, 4099, 1810, 4491, 4099, 2021, 6004, 3499, 5345, 416, 2110, 237, 1810, 1444, 1403, 1403, 2139, 1533, 2191, 578, 2018, 5985, 6029, 4303, 4400, 2987, 1403, 3969, 1607, 161, 330, 4060, 1428, 6103, 1538, 540, 1905, 1338, 3959, 0, 4986, 4751, 3109, 4666, 3210, 322, 0, 5628, 3669, 2572, 2110, 4600, 1524, 5389, 4099, 3056, 3050, 0, 1905, 5743, 6029, 5412, 1192, 2546, 4649, 4901, 2572, 1298, 5355, 0x1616, 2191, 4220, 2042, 3366, 0, 310, 5591, 0, 4672, 2794, 4718, 3304, 4832, 5499, 859, 3969, 1041, 1905, 4055, 1810, 1533, 5357, 5499, 3601, 6029, 4083, 4064, 5963, 3362, 4672, 5985, 1825, 2794, 592, 982, 3625, 2055, 522, 0, 2844, 3987, 3950, 3969, 2280, 3210, 4474, 6126, 1940, 0, 508, 131, 4600, 157, 3109, 2110, 4600, 5628, 4230, 0, 1905, 5389, 4099, 6029, 5345, 896, 922, 2883, 4610, 3083, 1533, 896, 5544, 5325, 3056, 4351, 4400, 5448, 2478, 4491, 237, 3056, 3083, 4099, 0, 4491, 3842, 1377, 0, 5978, 5743, 6029, 4491, 1403, 2139, 7822, 5395, 6714, 2572, 5311, 3950, 747, 2918, 4491, 5779, 5452, 4164, 6609, 5562, 0, 4857, 2918, 131, 4491, 3507, 5184, 5952, 3056, 0, 1607, 1338, 1905, 1701, 1607, 2517, 4027, 4828, 1905, 4400, 330, 3155, 846, 5345, 3545, 5325, 578, 2648, 4418, 4400, 562, 3699, 4319, 1146, 6029, 157, 1444, 3056, 5512, 747, 1338, 2702, 0, 4682, 846, 508, 5562, 1830, 628, 3056, 41, 4491, 859, 5779, 6029, 4600, 1403, 4672, 2918, 2400, 727, 523, 941, 3056, 3499, 2906, 3950, 5216, 1825, 4663, 4372, 2139, 5663, 5534, 532, 859, 2110, 3509, 1061, 0, 131, 4999, 5512, 3465, 1896, 2359, 6134, 5499, 4813, 6278, 2532, 5913, 2465, 5986, 6632, 892, 2209, 4610, 2506, 3056, 2918, 0, 0, 3204, 0, 46, 5662, 3366, 593, 3921, 4213, 1210, 4474, 5952, 5539, 747, 5776, 1533, 3792, 1403, 1041, 2163, 3313, 5993, 3879, 1810, 6289, 3921, 1298, 2110, 1403, 586]; private static var _lp971:Array = new Array(); private static var _un1014:Array = new Array(); public static function _xp669(_arg1:Array):uint{ var _local2:uint = _uv21(_arg1); if (_mm924(_arg1)){ return (_rl279(_local2)); }; return (_aq353(_local2)); } private static function _hd569(_arg1:Array):String{ var _local2:int; while (_local2 < _arg1.length) { if (_arg1[_local2] == 2){ return (("Pair of " + _oh296._ag566(_local2))); }; _local2++; }; return (""); } private static function _sq619(_arg1:Array):String{ var _local2:int = _arg1.length; while (_local2-- > 0) { if (_arg1[_local2] > 0){ return ((("Flush, " + _oh296._xv1125(_local2)) + " High")); }; }; return (""); } private static function _dj893(_arg1:Array):String{ var _local2:int = _arg1.length; while (_local2-- > 0) { if (_arg1[_local2] > 0){ return ((_oh296._xv1125(_local2) + " High")); }; }; return (""); } public static function _kr653(_arg1:Array, _arg2:Array, _arg3:int):uint{ _un1014[0] = _arg1[0]; _un1014[1] = _arg1[1]; var _local4:int; while (_local4 < _arg3) { _un1014[(_local4 + 2)] = _arg2[_local4]; _local4++; }; switch ((_arg3 + 2)){ case 5: return (_xp669(_un1014)); case 6: return (_id42(_un1014)); case 7: return (_ee536(_un1014)); }; return (10000); } public static function _xc1116(_arg1:Array, _arg2:Array, _arg3:Array, _arg4:int):Array{ var _local5:int; var _local6:Array = _hi1093(_arg1, _arg3, _arg4); _local5 = 0; while (_local5 < _local6.length) { switch (_local6[_local5]){ case 0: _local6[_local5] = 0; break; case 1: _local6[_local5] = 1; break; case 2: _local6[_local5] = 4; break; case 3: _local6[_local5] = 5; break; case 4: _local6[_local5] = 6; break; case 5: _local6[_local5] = 7; break; case 6: _local6[_local5] = 8; break; }; _local5++; }; var _local7:Array = _hi1093(_arg2, _arg3, _arg4); _local5 = 0; while (_local5 < _local7.length) { switch (_local7[_local5]){ case 0: _local7[_local5] = 2; break; case 1: _local7[_local5] = 3; break; case 2: _local7[_local5] = 4; break; case 3: _local7[_local5] = 5; break; case 4: _local7[_local5] = 6; break; case 5: _local7[_local5] = 7; break; case 6: _local7[_local5] = 8; break; }; _local5++; }; var _local8:int = _am535(_arg1, _arg2, _arg3, _arg4); if (_local8 < 0){ return (_local6); }; if (_local8 > 0){ return (_local7); }; return (mergeArrays(_local6, _local7)); } public static function _yy365(_arg1:Array, _arg2:Array, _arg3:int):Array{ var _local4:Array = new Array(); var _local5:Array = new Array(); _local4.push(_arg1[0]); _local4.push(_arg1[1]); var _local6:int; while (_local6 < _arg3) { _local4.push(_arg2[_local6]); _local6++; }; if (_local4.length == 5){ return (new Array(_local4[0], _local4[1], _local4[2], _local4[3], _local4[4])); }; if (_local4.length == 6){ _local5 = _eb871(_arg1, _arg2, _arg3); return (new Array(_local4[_local5[0]], _local4[_local5[1]], _local4[_local5[2]], _local4[_local5[3]], _local4[_local5[4]])); }; _local5 = _hi1093(_arg1, _arg2, _arg3); return (new Array(_local4[_local5[0]], _local4[_local5[1]], _local4[_local5[2]], _local4[_local5[3]], _local4[_local5[4]])); } public static function _eb871(_arg1:Array, _arg2:Array, _arg3:int):Array{ var _local6:int; var _local7:int; var _local8:uint; var _local4:Array = new Array(); var _local5:Array = new Array(); _local4[0] = _arg1[0]; _local4[1] = _arg1[1]; _local4[2] = _arg2[0]; _local4[3] = _arg2[1]; _local4[4] = _arg2[2]; _local4[5] = _arg2[3]; var _local9:uint = 10000; var _local10 = -1; _local6 = 0; while (_local6 < 6) { _local7 = 0; while (_local7 < 5) { _local5[_local7] = _local4[_fg39[((_local6 * 5) + _local7)]]; _local7++; }; _local8 = _xp669(_local5); if (_local8 <= _local9){ _local10 = _local6; _local9 = _local8; }; _local6++; }; return (new Array(_fg39[((_local10 * 5) + 0)], _fg39[((_local10 * 5) + 1)], _fg39[((_local10 * 5) + 2)], _fg39[((_local10 * 5) + 3)], _fg39[((_local10 * 5) + 4)])); } private static function _qr734(_arg1:Array):String{ var _local2:int = _arg1.length; while (_local2-- > 0) { if (_arg1[_local2] > 0){ if ((((_local2 == 12)) && ((_arg1[0] > 0)))){ return ((("Straight Flush, " + _oh296._xv1125(3)) + " High")); }; return ((("Straight Flush, " + _oh296._xv1125(_local2)) + " High")); }; }; return (""); } private static function mergeArrays(_arg1:Array, _arg2:Array):Array{ var _local3:Array = new Array(); var _local4:int; var _local5:int; var _local6:int; while ((((_local4 < _arg1.length)) && ((_local5 < _arg2.length)))) { if (_arg1[_local4] < _arg2[_local5]){ var _temp1 = _local6; _local6 = (_local6 + 1); var _local7 = _temp1; _local3[_local7] = _arg1[_local4]; _local4++; } else { if (_arg1[_local4] > _arg2[_local5]){ var _temp2 = _local6; _local6 = (_local6 + 1); _local7 = _temp2; _local3[_local7] = _arg2[_local5]; _local5++; } else { var _temp3 = _local6; _local6 = (_local6 + 1); _local7 = _temp3; _local3[_local7] = _arg1[_local4]; _local4++; _local5++; }; }; }; return (_local3); } private static function _rl279(_arg1:uint):uint{ var _local2:uint = ((_arg1 << 15) >>> 23); var _local3:uint = (_arg1 & 511); return (_py463[(_local2 ^ _sn796[_local3])]); } public static function _tb291(_arg1:Array, _arg2:Array, _arg3:int):String{ var _local4:int; var _local5:Array = new Array(); _local4 = 0; while (_local4 < 13) { _local5[_local4] = 0; _local4++; }; if (_arg3 == 0){ var _local8 = _local5; var _local9 = _arg1[0]._mr269(); var _local10 = (_local8[_local9] + 1); _local8[_local9] = _local10; _local8 = _local5; _local9 = _arg1[1]._mr269(); _local10 = (_local8[_local9] + 1); _local8[_local9] = _local10; if (_arg1[0]._mr269() == _arg1[1]._mr269()){ return (_hd569(_local5)); }; return (_dj893(_local5)); }; var _local6:Array = _yy365(_arg1, _arg2, _arg3); _local4 = 0; while (_local4 < _local6.length) { _local8 = _local5; _local9 = _local6[_local4]._mr269(); _local10 = (_local8[_local9] + 1); _local8[_local9] = _local10; _local4++; }; var _local7:int = _kr653(_arg1, _arg2, _arg3); if (_local7 < 10){ return (_qr734(_local5)); }; if (_local7 < 166){ return (_yr1058(_local5)); }; if (_local7 < 322){ return (_pu1099(_local5)); }; if (_local7 < 1599){ return (_sq619(_local5)); }; if (_local7 < 1609){ return (_pa658(_local5)); }; if (_local7 < 2467){ return (_dl1061(_local5)); }; if (_local7 < 3325){ return (_ii933(_local5)); }; if (_local7 < 6185){ return (_hd569(_local5)); }; if (_local7 < 7462){ return (_dj893(_local5)); }; return (""); } private static function _pa658(_arg1:Array):String{ var _local2:int = _arg1.length; while (_local2-- > 0) { if (_arg1[_local2] > 0){ if ((((_local2 == 12)) && ((_arg1[0] > 0)))){ return ((("Straight, " + _oh296._xv1125(3)) + " High")); }; return ((("Straight, " + _oh296._xv1125(_local2)) + " High")); }; }; return (""); } private static function _pu1099(_arg1:Array):String{ var _local2:String; var _local3:String; var _local4:int; while (_local4 < _arg1.length) { if (_arg1[_local4] == 3){ _local2 = _oh296._ag566(_local4); } else { if (_arg1[_local4] == 2){ _local3 = _oh296._ag566(_local4); }; }; _local4++; }; return (((("Full House, " + _local2) + " full of ") + _local3)); } public static function _id42(_arg1:Array):uint{ var _local2:int; var _local3:int; var _local4:uint; var _local5:uint = 10000; _local2 = 0; while (_local2 < 6) { _local3 = 0; while (_local3 < 5) { _lp971[_local3] = _arg1[_fg39[((_local2 * 5) + _local3)]]; _local3++; }; _local4 = _xp669(_lp971); if (_local4 < _local5){ _local5 = _local4; }; _local2++; }; return (_local5); } private static function _yr1058(_arg1:Array):String{ var _local2:int; while (_local2 < _arg1.length) { if (_arg1[_local2] == 4){ return (("Four of a Kind, " + _oh296._ag566(_local2))); }; _local2++; }; return (""); } public static function _hi1093(_arg1:Array, _arg2:Array, _arg3:int):Array{ var _local6:int; var _local7:int; var _local8:uint; var _local4:Array = new Array(); var _local5:Array = new Array(); _local4[0] = _arg1[0]; _local4[1] = _arg1[1]; _local4[2] = _arg2[0]; _local4[3] = _arg2[1]; _local4[4] = _arg2[2]; _local4[5] = _arg2[3]; _local4[6] = _arg2[4]; var _local9:uint = 10000; var _local10 = -1; _local6 = 0; while (_local6 < 21) { _local7 = 0; while (_local7 < 5) { _local5[_local7] = _local4[_lp1020[((_local6 * 5) + _local7)]]; _local7++; }; _local8 = _xp669(_local5); if (_local8 <= _local9){ _local10 = _local6; _local9 = _local8; }; _local6++; }; return (new Array(_lp1020[((_local10 * 5) + 0)], _lp1020[((_local10 * 5) + 1)], _lp1020[((_local10 * 5) + 2)], _lp1020[((_local10 * 5) + 3)], _lp1020[((_local10 * 5) + 4)])); } private static function _aq353(_arg1:uint):uint{ _arg1 = (_arg1 + 1347826767); _arg1 = (_arg1 ^ (_arg1 >>> 16)); _arg1 = (_arg1 + (_arg1 << 8)); _arg1 = (_arg1 ^ (_arg1 >>> 4)); var _local2:uint = ((_arg1 + (_arg1 << 4)) >>> 21); var _local3:uint = ((_arg1 >>> 6) & 2047); return (_cf601[(_local2 ^ _xq258[_local3])]); } public static function _mm924(_arg1:Array):Boolean{ return (!((((((_arg1[0]._rn1087() & _arg1[1]._rn1087()) & _arg1[2]._rn1087()) & _arg1[3]._rn1087()) & _arg1[4]._rn1087()) == 0))); } public static function _am535(_arg1:Array, _arg2:Array, _arg3:Array, _arg4:int):int{ return ((int(_kr653(_arg1, _arg3, _arg4)) - int(_kr653(_arg2, _arg3, _arg4)))); } private static function _dl1061(_arg1:Array):String{ var _local2:int; while (_local2 < _arg1.length) { if (_arg1[_local2] == 3){ return (("Three of a Kind, " + _oh296._ag566(_local2))); }; _local2++; }; return (""); } private static function _ii933(_arg1:Array):String{ var _local2:String; var _local3:String; var _local4:Boolean; var _local5:int; while (_local5 < _arg1.length) { if (_arg1[_local5] == 2){ if (!_local4){ _local4 = true; _local3 = _oh296._ag566(_local5); } else { _local2 = _oh296._ag566(_local5); }; }; _local5++; }; return (((("Two Pair, " + _local2) + " and ") + _local3)); } public static function _ee536(_arg1:Array):uint{ var _local2:int; var _local3:int; var _local4:uint; var _local5:uint = 10000; _local2 = 0; while (_local2 < 21) { _local3 = 0; while (_local3 < 5) { _lp971[_local3] = _arg1[_lp1020[((_local2 * 5) + _local3)]]; _local3++; }; _local4 = _xp669(_lp971); if (_local4 < _local5){ _local5 = _local4; }; _local2++; }; return (_local5); } private static function _uv21(_arg1:Array):uint{ return (((((_wu669[_arg1[0]._mr269()] + _wu669[_arg1[1]._mr269()]) + _wu669[_arg1[2]._mr269()]) + _wu669[_arg1[3]._mr269()]) + _wu669[_arg1[4]._mr269()])); } } }//package
Section 30
//_at163 (_at163) package { import flash.display.*; import flash.text.*; public class _at163 extends Sprite { private var _ug776:TextFormat; private var _sy1038:Sprite; private var _yg439:Array; private var _iq368:Array; private var _bb531:Sprite; private var titleTextField:TextField; private var _id16:int; private var _qf318:int; private var embedFonts:Boolean; private var _wt287:int; private var _qd462:Array; public static const CENTER:int = 1; public static const LEFT:int = 0; public static const RIGHT:int = 2; public function _at163(_arg1:DisplayObject, _arg2:DisplayObject, _arg3:int, _arg4:int, _arg5:Array, _arg6:Array, _arg7:TextFormat=null, _arg8:Boolean=false, _arg9:String=" "){ var _local10:TextField; var _local12:int; super(); this._wt287 = 8; this._qf318 = 2; this._iq368 = _arg6; this.embedFonts = _arg8; if (_arg7 == null){ this._ug776 = new TextFormat(); } else { this._ug776 = _arg7; }; this._id16 = ((_arg2.height - (2 * _qf318)) / _arg3); _arg5[_arg4] = _arg2.width; this._qd462 = _arg5; _bb531 = new Sprite(); _bb531.addChild(_arg1); titleTextField = createTextField(); title = _arg9; _bb531.addChild(titleTextField); addChild(_bb531); _sy1038 = new Sprite(); _sy1038.y = (_bb531.y + _bb531.height); _sy1038.addChild(_arg2); addChild(_sy1038); _yg439 = new Array(_arg3); var _local11:int; while (_local11 < _arg3) { _yg439[_local11] = new Array(); _local12 = 0; while (_local12 < _arg4) { _local10 = createTextField(); switch (_arg6[_local12]){ case LEFT: _local10.autoSize = TextFieldAutoSize.LEFT; break; case CENTER: _local10.autoSize = TextFieldAutoSize.LEFT; break; case RIGHT: _local10.autoSize = TextFieldAutoSize.RIGHT; break; }; _yg439[_local11].push(_local10); _local12++; }; _local11++; }; _local11 = 0; while (_local11 < _arg3) { _local12 = 0; while (_local12 < _arg4) { _sy1038.addChild(_yg439[_local11][_local12]); _local12++; }; _local11++; }; } public function _qn470(_arg1:String, _arg2:int, _arg3:int):void{ if (_yg439[_arg2][_arg3] == null){ return; }; _yg439[_arg2][_arg3].text = _arg1; _yg439[_arg2][_arg3].y = (((_arg2 * _id16) + ((_id16 - _yg439[_arg2][_arg3].textHeight) >> 1)) + _qf318); switch (_iq368[_arg3]){ case LEFT: _yg439[_arg2][_arg3].x = (_qd462[_arg3] + _wt287); break; case CENTER: _yg439[_arg2][_arg3].x = (_qd462[_arg3] + (((_qd462[(_arg3 + 1)] - _qd462[_arg3]) - _yg439[_arg2][_arg3].width) >> 1)); break; case RIGHT: _yg439[_arg2][_arg3].x = ((_qd462[(_arg3 + 1)] - _yg439[_arg2][_arg3].width) - _wt287); break; }; } public function set offsetY(_arg1:int):void{ _qf318 = _arg1; } public function set offsetX(_arg1:int):void{ _wt287 = _arg1; } public function set text(_arg1:String):void{ _qn470(_arg1, 0, 0); } public function set title(_arg1:String):void{ titleTextField.text = _arg1; titleTextField.x = ((_bb531.width - titleTextField.width) >> 1); titleTextField.y = ((_bb531.height - titleTextField.textHeight) >> 1); } private function createTextField():TextField{ var _local1:TextField = new TextField(); _local1.embedFonts = embedFonts; _local1.autoSize = TextFieldAutoSize.LEFT; _local1.defaultTextFormat = this._ug776; _local1.antiAliasType = AntiAliasType.ADVANCED; _local1.selectable = false; _local1.mouseEnabled = false; return (_local1); } } }//package
Section 31
//_ax810 (_ax810) package { import flash.text.*; public class _ax810 extends TextField { public function _ax810(_arg1:TextFormat, _arg2:String=" "){ embedFonts = true; autoSize = TextFieldAutoSize.CENTER; defaultTextFormat = _arg1; antiAliasType = AntiAliasType.ADVANCED; selectable = false; mouseEnabled = false; text = _arg2; } } }//package
Section 32
//_bk836 (_bk836) package { public class _bk836 implements _jc1124 { private var _yp302:Model; public function _bk836(_arg1:Model){ _yp302 = _arg1; } public function execute():void{ _yp302._pu504(); } public function _vy723():void{ } public function _fu818():void{ _yp302._me871(); } } }//package
Section 33
//_cj1048 (_cj1048) package { public class _cj1048 extends _io1043 { public function _cj1048(_arg1:Model):void{ super(_arg1); } override protected function _vd547():void{ _cc173(); _su811(2.5, 3); var _local1:Number = _wr1120(_ka788._aq606); if (_ec54 <= 0){ _ka788.action = _dl298._nk777; } else { if (_ka788._ci1137){ if (_ka788._ih928 == 0){ _og644([0, (1 - _ec54)]); } else { _og644([0, ((1 - _ec54) * 2)]); }; } else { if (_ka788._ih928 == 0){ _og644([0, (1 - _ec54)]); } else { _og644([0, ((1 - _ec54) * 2)]); }; }; }; _le517(); } override protected function _nv429():void{ _cc173(); _su811(2.5, 3); var _local1:Number = _wr1120(_ka788._aq606); if (_ec54 <= 0){ _ka788.action = _dl298._nk777; } else { if (_ka788._ci1137){ if ((_fd622 + _is905) == 0){ _og644([0, (1 - _ec54)]); } else { _su811((_local1 * 2.5), (_local1 * 3)); _og644([0, ((1 - _ec54) * 2)]); }; } else { if (_ka788._ih928 == 0){ _og644([0, (1 - _ec54)]); } else { _su811((_local1 * 2.5), (_local1 * 3)); _og644([0, ((1 - _ec54) * 2)]); }; }; }; _le517(); } override protected function _fe1088():void{ _vd547(); } override protected function _ck691():void{ _vd547(); } } }//package
Section 34
//_ck834 (_ck834) package { import flash.display.*; import flash.text.*; public class _ck834 extends Sprite { private var textField:TextField; public function _ck834(_arg1:TextFormat, _arg2:String=" "){ buttonMode = true; mouseChildren = false; tabEnabled = false; textField = createTextField(_arg1); addChild(textField); text = _arg2; } private function createTextField(_arg1:TextFormat):TextField{ var _local2:TextField = new TextField(); _local2.defaultTextFormat = _arg1; _local2.embedFonts = true; _local2.autoSize = TextFieldAutoSize.LEFT; _local2.antiAliasType = AntiAliasType.ADVANCED; _local2.selectable = false; _local2.mouseEnabled = false; return (_local2); } public function set text(_arg1:String):void{ textField.text = _arg1; } public function get text():String{ return (textField.text); } } }//package
Section 35
//_dl298 (_dl298) package { public class _dl298 { public var _ml1135:Array; public var _ih928:int; public var _wh1117:int; public var _ci1137:Boolean; public var _aq606:int; public var _lf801:int; public var _ay1058:int; public var _ia622:int; public var _ka904:int; public var _vd810:Array; public var _nw117:Boolean; public var _bc113:int; public var action:int; public var _gf820:int; public var _vs1020:int; public var _yl285:int; public static var _ap92:int = 2; public static var _nk777:int = 0; public static var _dc307:int = 1; } }//package
Section 36
//_dl831 (_dl831) package { public class _dl831 { private var _yb349:_pk1021; private var _ql941:int;// = 0 private var _on836:Array; public function _dl831(){ _on836 = new Array(); _yb349 = new _pk1021(); super(); var _local1:int; while (_local1 < 13) { _on836.push(new _oh296(_oh296._qb924, _local1)); _on836.push(new _oh296(_oh296._ef416, _local1)); _on836.push(new _oh296(_oh296._yi1076, _local1)); _on836.push(new _oh296(_oh296._nb802, _local1)); _local1++; }; reset(); } public function _af502(_arg1:int):_oh296{ return (_on836[(_ql941 + _arg1)]); } public function _sa513(_arg1:_oh296, _arg2:int):Boolean{ var _local3:int; while (_local3 < _on836.length) { if ((((_arg1._rn1087() == _on836[_local3]._rn1087())) && ((_arg1._mr269() == _on836[_local3]._mr269())))){ _gc10(_local3, _arg2); return (true); }; _local3++; }; return (false); } public function _fu606(_arg1:_oh296):Boolean{ var _local2:int = _ql941; while (_local2 < _on836.length) { if ((((_arg1._rn1087() == _on836[_local2]._rn1087())) && ((_arg1._mr269() == _on836[_local2]._mr269())))){ _gc10(_ql941, _local2); _ql941++; return (true); }; _local2++; }; return (false); } public function reset():void{ _ql941 = 0; } public function _ny725():void{ reset(); _rp97(); } private function _gc10(_arg1:int, _arg2:int):void{ var _local3:_oh296 = _on836[_arg1]; _on836[_arg1] = _on836[_arg2]; _on836[_arg2] = _local3; } public function _rp97():void{ var _local1:int = _ql941; while (_local1 < _on836.length) { _gc10(_local1, _yb349._ov178(_local1, (_on836.length - 1))); _local1++; }; } public function getSize():int{ return ((_on836.length - _ql941)); } public function _op899():_oh296{ return (_on836[_ql941++]); } } }//package
Section 37
//_du817 (_du817) package { public class _du817 implements _jc1124 { private var _yp302:Model; public function _du817(_arg1:Model){ _yp302 = _arg1; } public function execute():void{ _yp302._ek755(); } public function _vy723():void{ } public function _fu818():void{ _yp302._hg204(); } } }//package
Section 38
//_ea570 (_ea570) package { import flash.events.*; import flash.display.*; import flash.media.*; public class _ea570 extends Sprite { private var _gt1017:DisplayObject; private var _lh176:SoundTransform; private var _pq764:Boolean; private var _jp265:DisplayObject; public function _ea570(_arg1:DisplayObject=null, _arg2:DisplayObject=null){ _lh176 = new SoundTransform(); super(); if ((((_arg1 == null)) || ((_arg2 == null)))){ return; }; this._gt1017 = _arg1; this._jp265 = _arg2; addChild(_arg1); addChild(_arg2); buttonMode = true; mouseChildren = false; tabEnabled = false; if (SoundMixer.soundTransform.volume == 0){ _arg2.visible = true; _arg1.visible = false; _pq764 = true; } else { _arg2.visible = false; _arg1.visible = true; _pq764 = false; }; addEventListener(MouseEvent.CLICK, _hg1113, false, 0, true); } private function _hg1113(_arg1:MouseEvent):void{ _pq764 = !(_pq764); if (_pq764){ _lh176.volume = 0; SoundMixer.soundTransform = _lh176; _gt1017.visible = false; _jp265.visible = true; } else { _lh176.volume = 1; SoundMixer.soundTransform = _lh176; _jp265.visible = false; _gt1017.visible = true; }; _arg1.updateAfterEvent(); } } }//package
Section 39
//_ei706 (_ei706) package { import flash.display.*; import mx.effects.easing.*; public class _ei706 extends Sprite { private var _vo895:Array; private var _gp166:Array; private var counter:int;// = 0 private var _le1045:Class; public static const _bn264:int = 700; public function _ei706(_arg1:int=20){ var _local2:Bitmap; _le1045 = _ei706__le1045; super(); _gp166 = new Array(_arg1); _vo895 = new Array(_arg1); var _local3:int; while (_local3 < 20) { _gp166[_local3] = new Sprite(); _local2 = new _le1045(); _local2.x = -((_local2.width >> 1)); _local2.y = -((_local2.height >> 1)); _gp166[_local3].addChild(_local2); _gp166[_local3].visible = false; addChild(_gp166[_local3]); _vo895[_local3] = true; _local3++; }; } private function _ov178(_arg1:int, _arg2:int):int{ return ((_arg1 + Math.floor((Math.random() * ((_arg2 - _arg1) + 1))))); } private function _up90(_arg1:int):void{ _fc817.animate(_gp166[_arg1], _bn264, {onEndCall:_tk173, endFuncArgs:[_arg1], rotation:180, alpha:0, scaleX:0, scaleY:0, hide:true, easingFunction:Linear.easeOut}); } private function _tk173(_arg1:int):void{ _vo895[_arg1] = true; } public function _bf1050(_arg1:int=0, _arg2:int=0, _arg3:int=700):void{ if (counter >= _gp166.length){ counter = 0; }; if (_vo895[counter] != true){ return; }; _vo895[counter] = false; var _local4:Sprite = _gp166[counter]; _local4.x = _arg1; _local4.y = _arg2; _local4.scaleX = 0; _local4.scaleY = 0; _local4.rotation = 0; _local4.alpha = 1; var _local5:Number = ((Math.random() * 0.1) + 1.5); _fc817.animate(_local4, _arg3, {onEndCall:_up90, endFuncArgs:[counter], rotation:90, visible:true, scaleX:_local5, scaleY:_local5, easingFunction:Quintic.easeIn}); counter++; } } }//package
Section 40
//_ei706__le1045 (_ei706__le1045) package { import mx.core.*; public class _ei706__le1045 extends BitmapAsset { } }//package
Section 41
//_el429 (_el429) package { import flash.events.*; import flash.display.*; import flash.geom.*; public class _el429 extends Sprite { private var _hk1048:Number; private var _al573:Rectangle; private var _vv370:int; private var _ws655:Number; private var _mo425:Sprite; private var _xp450:Number; private var _ts848:Sprite; private var _jp1151:Number; private var _nq513:Number; private var _xn386:Number; public static const _uv651:String = "valueChange"; public static const _ib493:String = "sliderChange"; public function _el429(_arg1:Number=0, _arg2:Number=10000, _arg3:Number=100){ this._jp1151 = _arg1; this._xp450 = _arg2; this._hk1048 = _arg3; _ws655 = 20; _nq513 = 200; _vv370 = (_nq513 + 8); _mo425 = _my645(); _mo425.tabEnabled = true; addChild(_mo425); _ts848 = _ib1059(); _ts848.tabEnabled = true; _ts848.y = (_mo425.y + (_mo425.height >> 1)); addChild(_ts848); _al573 = new Rectangle(_ws655, _ts848.y, (_nq513 - _ws655), 0); _ts848.x = _ws655; _mb733(_ts848.x); _ts848.addEventListener(MouseEvent.MOUSE_DOWN, _km189, false, 0, true); _mo425.addEventListener(MouseEvent.MOUSE_DOWN, _nv411, false, 0, true); } public function set max(_arg1:Number):void{ this._xp450 = _arg1; _mb733(_ts848.x); } private function _my645(_arg1:int=281, _arg2:int=28):Sprite{ var _local3:Sprite = new Sprite(); var _local4:int = _ws655; var _local5:int = (_arg1 - _nq513); var _local6:Matrix = new Matrix(); _local6.createGradientBox(_arg1, _arg2, (Math.PI / 2), 0, 0); var _local7:Graphics = _local3.graphics; _local7.lineStyle(1, 0x565656); _local7.beginGradientFill(GradientType.LINEAR, [0x444444, 0x141414], [1, 1], [0, 0xFF], _local6); _local7.drawRoundRect(0, 0, _arg1, _arg2, _arg2); _local7.endFill(); var _local8 = (_local3.height >> 1); _local7.lineStyle(1, 0); _local7.moveTo(_local4, (_local8 - 1)); _local7.lineTo((_arg1 - _local5), (_local8 - 1)); _local7.lineStyle(1, 0x444444); _local7.moveTo(_local4, _local8); _local7.lineTo((_arg1 - _local5), _local8); _local7.lineStyle(1, 0); _local7.drawRoundRect(1, 1, (_arg1 - 2), (_arg2 - 2), (_arg2 - 2)); return (_local3); } public function reset():void{ _ts848.x = _ws655; _mb733(_ts848.x); } public function set _nx84(_arg1:Number):void{ var _local2:Number; if (_arg1 <= _jp1151){ _local2 = _ws655; _arg1 = _jp1151; } else { if (_arg1 >= _xp450){ _local2 = _nq513; _arg1 = _xp450; } else { _local2 = Math.floor((((((_xp450 - _arg1) * _ws655) + ((_arg1 - _jp1151) * _nq513)) / (_xp450 - _jp1151)) + 0.5)); }; }; _ts848.x = _local2; _xn386 = _arg1; dispatchEvent(new Event(_uv651)); } public function get min():Number{ return (this._jp1151); } private function _nv411(_arg1:MouseEvent):void{ var _local2:Number = mouseX; if (_local2 <= _ws655){ _ts848.x = _ws655; } else { if (_local2 < _nq513){ _ts848.x = _local2; } else { if (_local2 < _vv370){ _ts848.x = _nq513; } else { return; }; }; }; _mb733(_ts848.x); _arg1.updateAfterEvent(); } private function _ig79(_arg1:MouseEvent):void{ _mb733(_ts848.x); _arg1.updateAfterEvent(); } private function _km189(_arg1:MouseEvent):void{ stage.addEventListener(MouseEvent.MOUSE_UP, _kx464, false, 0, true); stage.addEventListener(MouseEvent.MOUSE_MOVE, _ig79, false, 0, true); _ts848.startDrag(false, _al573); _arg1.updateAfterEvent(); } private function _mb733(_arg1:Number, _arg2:Boolean=true):void{ var _local3:Number; if (_arg1 <= _ws655){ _xn386 = _jp1151; } else { if (_arg1 >= _nq513){ _xn386 = _xp450; } else { _local3 = ((((_arg1 * (_xp450 - _jp1151)) + (_jp1151 * _nq513)) - (_xp450 * _ws655)) / (_nq513 - _ws655)); _xn386 = (Math.floor(((_local3 / _hk1048) + 0.5)) * _hk1048); if (_xn386 < _jp1151){ _xn386 = _jp1151; } else { if (_xn386 > _xp450){ _xn386 = _xp450; }; }; }; }; dispatchEvent(new Event(_uv651)); if (_arg2){ dispatchEvent(new Event(_ib493)); }; } public function set min(_arg1:Number):void{ this._jp1151 = _arg1; _mb733(_ts848.x); } public function get _nx84():Number{ return (_xn386); } public function _rf735():void{ } public function set stepSize(_arg1:Number):void{ this._hk1048 = _arg1; } public function get max():Number{ return (this._xp450); } private function _kx464(_arg1:MouseEvent):void{ stage.removeEventListener(MouseEvent.MOUSE_UP, _kx464); stage.removeEventListener(MouseEvent.MOUSE_MOVE, _ig79); _ts848.stopDrag(); _arg1.updateAfterEvent(); } public function setValue(_arg1:Number, _arg2:Boolean=false):void{ var _local3:Number; if (_arg1 <= _jp1151){ _local3 = _ws655; _arg1 = _jp1151; } else { if (_arg1 >= _xp450){ _local3 = _nq513; _arg1 = _xp450; } else { _local3 = Math.floor((((((_xp450 - _arg1) * _ws655) + ((_arg1 - _jp1151) * _nq513)) / (_xp450 - _jp1151)) + 0.5)); }; }; _ts848.x = _local3; _xn386 = _arg1; dispatchEvent(new Event(_uv651)); if (_arg2){ dispatchEvent(new Event(_ib493)); }; } public function _ip800():void{ } private function setPosition(_arg1:Number, _arg2:Boolean=true):void{ if (_arg1 <= _ws655){ _ts848.x = _ws655; } else { if (_arg1 < _nq513){ _ts848.x = _arg1; } else { _ts848.x = _nq513; }; }; _mb733(_ts848.x, _arg2); } private function _ib1059(_arg1:int=9, _arg2:int=12):Sprite{ var _local3:Sprite = new Sprite(); var _local4:Shape = new Shape(); var _local5:Matrix = new Matrix(); _local5.createGradientBox(_arg1, _arg2, 0, 0, 0); var _local6:Graphics = _local4.graphics; _local6.beginGradientFill(GradientType.LINEAR, [0x555555, 0xCCCCCC, 0x555555], [1, 1, 1], [0, 110, 0xFF], _local5); _local6.drawRect(0, 0, _arg1, _arg2); _local6.endFill(); _local4.x = -((_local4.width >> 1)); _local4.y = -((_local4.height >> 1)); _local3.addChild(_local4); return (_local3); } } }//package
Section 42
//_ev459 (_ev459) package { import flash.display.*; import flash.text.*; public class _ev459 extends Sprite { private var buttonWidth:int; private var _ug776:TextFormat; private var buttonHeight:int; private var textField:TextField; public function _ev459(_arg1:Bitmap, _arg2:Bitmap, _arg3:Bitmap, _arg4:TextFormat, _arg5:String=" "){ var _local6:SimpleButton = new SimpleButton(_arg1, _arg2, _arg3, _arg1); addChild(_local6); buttonWidth = width; buttonHeight = height; this._ug776 = _arg4; _local6.tabEnabled = false; tabEnabled = false; textField = createTextField(); textField.x = ((buttonWidth - textField.width) >> 1); textField.y = ((buttonHeight - textField.height) >> 1); addChild(textField); text = _arg5; } private function createTextField():TextField{ var _local1:TextField = new TextField(); _local1.embedFonts = true; _local1.autoSize = TextFieldAutoSize.CENTER; _local1.defaultTextFormat = this._ug776; _local1.antiAliasType = AntiAliasType.ADVANCED; _local1.selectable = false; _local1.mouseEnabled = false; return (_local1); } public function set text(_arg1:String):void{ textField.text = _arg1; textField.y = ((buttonHeight - textField.height) >> 1); } } }//package
Section 43
//_fc817 (_fc817) package { import flash.events.*; import flash.display.*; import flash.utils.*; import mx.effects.*; import mx.effects.easing.*; public class _fc817 { private var hide:Boolean; private var defaultEasingFunction:Function; private var timer:Timer; private var _yy1017:Array; private var _sr171:Array; private var _wu182:Function; private var _hu57:Timer; private var tweens:Array; private var _ml362:Function; private var visible:Boolean; private var _ae774:DisplayObject; private var _gl507:int;// = 0 private static const _un1091:Number = 30; private static var _di934:Dictionary = new Dictionary(true); public function _fc817(_arg1:DisplayObject){ defaultEasingFunction = Exponential.easeOut; tweens = new Array(); super(); this._ae774 = _arg1; } private function _qb658(_arg1:Number):void{ _ae774.y = _arg1; } private function stop():void{ var _local1:Tween; if (timer != null){ timer.stop(); timer.removeEventListener(TimerEvent.TIMER, _ua105); timer = null; }; if (_hu57 != null){ _hu57.stop(); _hu57.removeEventListener(TimerEvent.TIMER, _ub274); _hu57 = null; }; for each (_local1 in tweens) { if (_local1 != null){ _local1.stop(); _local1 = null; }; }; } private function _lp1146(_arg1:Number, _arg2:Object):void{ if (_arg2.onStartCall != undefined){ this._ml362 = _arg2.onStartCall; } else { this._ml362 = null; }; if (_arg2.onEndCall != undefined){ this._wu182 = _arg2.onEndCall; } else { this._wu182 = null; }; if (_arg2.endFuncArgs != undefined){ _sr171 = _arg2.endFuncArgs; } else { _sr171 = null; }; if (_arg2.startFuncArgs != undefined){ _yy1017 = _arg2.startFuncArgs; } else { _yy1017 = null; }; if (_arg2.visible == true){ visible = true; } else { visible = false; }; if (_arg2.hide == true){ hide = true; } else { hide = false; }; var _local3:Number = 0; if (_arg2.delay != undefined){ _local3 = _arg2.delay; }; if (_arg2.x != undefined){ tweens.push(new Tween(_ae774, _ae774.x, _arg2.x, _arg1, _un1091, _ba862, _nf459)); }; if (_arg2.y != undefined){ tweens.push(new Tween(_ae774, _ae774.y, _arg2.y, _arg1, _un1091, _qb658, _vc375)); }; if (_arg2.scaleX != undefined){ tweens.push(new Tween(_ae774, _ae774.scaleX, _arg2.scaleX, _arg1, _un1091, _wv361, _cx893)); }; if (_arg2.scaleY != undefined){ tweens.push(new Tween(_ae774, _ae774.scaleY, _arg2.scaleY, _arg1, _un1091, _hk1121, _tu977)); }; if (_arg2.rotation != undefined){ tweens.push(new Tween(_ae774, _ae774.rotation, _arg2.rotation, _arg1, _un1091, _ub417, _pg460)); }; if (_arg2.alpha != undefined){ tweens.push(new Tween(_ae774, _ae774.alpha, _arg2.alpha, _arg1, _un1091, _ye293, _bp837)); }; var _local4:Function = defaultEasingFunction; if (_arg2.easingFunction != undefined){ _local4 = _arg2.easingFunction; }; var _local5:int; while (_local5 < tweens.length) { tweens[_local5].easingFunction = _local4; tweens[_local5].pause(); _local5++; }; timer = new Timer(_local3, 1); timer.addEventListener(TimerEvent.TIMER, _ua105, false, 0, true); timer.start(); } private function _vc375(_arg1:Number):void{ _qb658(_arg1); _es835(); } private function _ba862(_arg1:Number):void{ _ae774.x = _arg1; } private function _jv759():void{ if (_ml362 != null){ if (_yy1017 != null){ _ml362.apply(null, _yy1017); } else { _ml362(); }; }; } private function _pg460(_arg1:Number):void{ _ub417(_arg1); _es835(); } private function _hk1121(_arg1:Number):void{ _ae774.scaleY = _arg1; } private function _bp837(_arg1:Number):void{ _ye293(_arg1); _es835(); } private function _nf459(_arg1:Number):void{ _ba862(_arg1); _es835(); } private function _ub274(_arg1:TimerEvent):void{ if (_wu182 != null){ if (_sr171 != null){ _wu182.apply(null, _sr171); } else { _wu182(); }; }; if (hide){ _ae774.visible = false; }; delete _di934[this]; _arg1.updateAfterEvent(); } private function _ua105(_arg1:TimerEvent):void{ if (visible){ _ae774.visible = true; }; _jv759(); var _local2:int; while (_local2 < tweens.length) { tweens[_local2].resume(); _local2++; }; _arg1.updateAfterEvent(); } private function _es835():void{ if (++_gl507 == tweens.length){ _hu57 = new Timer(0, 1); _hu57.addEventListener(TimerEvent.TIMER, _ub274, false, 0, true); _hu57.start(); }; } private function _ub417(_arg1:Number):void{ _ae774.rotation = _arg1; } private function _wv361(_arg1:Number):void{ _ae774.scaleX = _arg1; } private function _tu977(_arg1:Number):void{ _hk1121(_arg1); _es835(); } private function _ye293(_arg1:Number):void{ _ae774.alpha = _arg1; } private function _cx893(_arg1:Number):void{ _wv361(_arg1); _es835(); } public static function animate(_arg1:DisplayObject, _arg2:Number, _arg3:Object):_fc817{ var _local4:_fc817 = new _fc817(_arg1); _local4._lp1146(_arg2, _arg3); _di934[_local4] = _local4; return (_local4); } public static function _up715():void{ var _local1:Object; for each (_local1 in _di934) { _local1.stop(); delete _di934[_local1]; }; } } }//package
Section 44
//_gs21 (_gs21) package { import flash.display.*; import flash.geom.*; public class _gs21 { public static function max(_arg1:int, _arg2:int):int{ return (((_arg1)>_arg2) ? _arg1 : _arg2); } public static function _bv108(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number, _arg6:Number, _arg7:Number, _arg8:Number):Array{ var _local9:Array = _vd909(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8); var _local10:Array = new Array(); _local10[0] = ((_local9[4] * _local9[8]) - (_local9[7] * _local9[5])); _local10[1] = ((_local9[7] * _local9[2]) - (_local9[1] * _local9[8])); _local10[2] = ((_local9[1] * _local9[5]) - (_local9[4] * _local9[2])); _local10[3] = ((_local9[6] * _local9[5]) - (_local9[3] * _local9[8])); _local10[4] = ((_local9[0] * _local9[8]) - (_local9[6] * _local9[2])); _local10[5] = ((_local9[3] * _local9[2]) - (_local9[0] * _local9[5])); _local10[6] = ((_local9[3] * _local9[7]) - (_local9[6] * _local9[4])); _local10[7] = ((_local9[6] * _local9[1]) - (_local9[0] * _local9[7])); _local10[8] = ((_local9[0] * _local9[4]) - (_local9[3] * _local9[1])); return (_local10); } public static function _mw441(_arg1:Array, _arg2:Number, _arg3:Number):Number{ return (((((_arg1[0] * _arg2) + (_arg1[1] * _arg3)) + _arg1[2]) / (((_arg1[6] * _arg2) + (_arg1[7] * _arg3)) + _arg1[8]))); } public static function _wg188(_arg1:BitmapData, _arg2:int, _arg3:int, _arg4:int, _arg5:int, _arg6:int, _arg7:int, _arg8:int, _arg9:int):BitmapData{ var _local30:Number; var _local31:Number; var _local32:Number; var _local33:int; var _local34:Number; var _local35:Number; var _local36:Number; var _local37:int; var _local38:int; var _local39:int; var _local40:int; var _local41:Number; var _local42:Number; var _local43:uint; var _local44:uint; var _local45:uint; var _local46:uint; var _local47:int; var _local48:int; var _local49:int; var _local50:int; var _local51:uint; var _local10:int = _arg1.width; var _local11:int = _arg1.height; var _local12:int = min(min(_arg2, _arg4), min(_arg6, _arg8)); var _local13:int = min(min(_arg3, _arg5), min(_arg7, _arg9)); var _local14:int = max(max(_arg2, _arg4), max(_arg6, _arg8)); var _local15:int = max(max(_arg3, _arg5), max(_arg7, _arg9)); var _local16:int = ((_local14 - _local12) + 1); var _local17:int = ((_local15 - _local13) + 1); var _local18:BitmapData = new BitmapData(_local16, _local17, true, 0); _arg2 = (_arg2 - _local12); _arg4 = (_arg4 - _local12); _arg6 = (_arg6 - _local12); _arg8 = (_arg8 - _local12); _arg3 = (_arg3 - _local13); _arg5 = (_arg5 - _local13); _arg7 = (_arg7 - _local13); _arg9 = (_arg9 - _local13); var _local19:Array = _nv950(_arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8, _arg9, 0, 0, (_local10 - 1), 0, (_local10 - 1), (_local11 - 1), 0, (_local11 - 1)); var _local20:Number = Number(_local19[0]); var _local21:Number = Number(_local19[1]); var _local22:Number = Number(_local19[2]); var _local23:Number = Number(_local19[3]); var _local24:Number = Number(_local19[4]); var _local25:Number = Number(_local19[5]); var _local26:Number = Number(_local19[6]); var _local27:Number = Number(_local19[7]); var _local28:Number = Number(_local19[8]); _arg1.lock(); _local18.lock(); var _local29:int; while (_local29 < _local17) { _local30 = ((_local27 * _local29) + _local28); _local31 = ((_local21 * _local29) + _local22); _local32 = ((_local24 * _local29) + _local25); _local33 = 0; while (_local33 < _local16) { _local34 = ((_local26 * _local33) + _local30); _local35 = (((_local20 * _local33) + _local31) / _local34); _local36 = (((_local23 * _local33) + _local32) / _local34); if ((((((((_local35 < 0)) || ((_local35 >= _local10)))) || ((_local36 < 0)))) || ((_local36 >= _local11)))){ _local18.setPixel32(_local33, _local29, 0); } else { _local37 = int(_local35); _local38 = (_local37 + 1); _local39 = int(_local36); _local40 = (_local39 + 1); if (_local38 >= _local10){ _local38 = (_local10 - 1); }; if (_local40 >= _local11){ _local40 = (_local11 - 1); }; _local41 = (_local35 - _local37); _local42 = (_local36 - _local39); _local43 = _arg1.getPixel32(_local37, _local39); _local44 = _arg1.getPixel32(_local38, _local39); _local45 = _arg1.getPixel32(_local37, _local40); _local46 = _arg1.getPixel32(_local38, _local40); _local47 = _va407(_arg1, _local43, _local44, _local45, _local46, _local41, _local42, 0); _local48 = _va407(_arg1, _local43, _local44, _local45, _local46, _local41, _local42, 8); _local49 = _va407(_arg1, _local43, _local44, _local45, _local46, _local41, _local42, 16); _local50 = _va407(_arg1, _local43, _local44, _local45, _local46, _local41, _local42, 24); _local51 = ((((_local50 << 24) | (_local49 << 16)) | (_local48 << 8)) | _local47); _local18.setPixel32(_local33, _local29, _local51); }; _local33++; }; _local29++; }; _arg1.unlock(); _local18.unlock(); return (_local18); } public static function _nv950(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number, _arg6:Number, _arg7:Number, _arg8:Number, _arg9:Number, _arg10:Number, _arg11:Number, _arg12:Number, _arg13:Number, _arg14:Number, _arg15:Number, _arg16:Number):Array{ var _local17:Array = _bv108(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8); var _local18:Array = _vd909(_arg9, _arg10, _arg11, _arg12, _arg13, _arg14, _arg15, _arg16); return (_lb49(_local17, _local18)); } public static function _co465(_arg1:BitmapData, _arg2:BitmapData, _arg3:Number, _arg4:Number, _arg5:Number, _arg6:Number, _arg7:Number, _arg8:Number, _arg9:Number, _arg10:Number, _arg11:Number, _arg12:Number, _arg13:Number, _arg14:Number, _arg15:Number, _arg16:Number, _arg17:Number, _arg18:Number):void{ var _local32:Number; var _local33:Number; var _local34:Number; var _local35:int; var _local36:Number; var _local37:Number; var _local38:Number; var _local39:int; var _local40:int; var _local41:int; var _local42:int; var _local43:Number; var _local44:Number; var _local45:uint; var _local46:uint; var _local47:uint; var _local48:uint; var _local49:int; var _local50:int; var _local51:int; var _local52:int; var _local53:uint; var _local19:int = _arg1.height; var _local20:int = _arg1.width; var _local21:Array = _nv950(_arg11, _arg12, _arg13, _arg14, _arg15, _arg16, _arg17, _arg18, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8, _arg9, _arg10); var _local22:Number = Number(_local21[0]); var _local23:Number = Number(_local21[1]); var _local24:Number = Number(_local21[2]); var _local25:Number = Number(_local21[3]); var _local26:Number = Number(_local21[4]); var _local27:Number = Number(_local21[5]); var _local28:Number = Number(_local21[6]); var _local29:Number = Number(_local21[7]); var _local30:Number = Number(_local21[8]); _arg1.lock(); _arg2.lock(); var _local31:int; while (_local31 < _local19) { _local32 = ((_local29 * _local31) + _local30); _local33 = ((_local23 * _local31) + _local24); _local34 = ((_local26 * _local31) + _local27); _local35 = 0; while (_local35 < _local20) { _local36 = ((_local28 * _local35) + _local32); _local37 = (((_local22 * _local35) + _local33) / _local36); _local38 = (((_local25 * _local35) + _local34) / _local36); if ((((((((_local37 < 0)) || ((_local37 > (_local20 - 1))))) || ((_local38 < 0)))) || ((_local38 > (_local19 - 1))))){ _arg2.setPixel32(_local35, _local31, 0); } else { _local39 = int(_local37); _local40 = (_local39 + 1); _local41 = int(_local38); _local42 = (_local41 + 1); if (_local40 >= _local20){ _local40 = (_local20 - 1); }; if (_local42 >= _local19){ _local42 = (_local19 - 1); }; _local43 = (_local37 - _local39); _local44 = (_local38 - _local41); _local45 = _arg1.getPixel32(_local39, _local41); _local46 = _arg1.getPixel32(_local40, _local41); _local47 = _arg1.getPixel32(_local39, _local42); _local48 = _arg1.getPixel32(_local40, _local42); _local49 = _va407(_arg1, _local45, _local46, _local47, _local48, _local43, _local44, 0); _local50 = _va407(_arg1, _local45, _local46, _local47, _local48, _local43, _local44, 8); _local51 = _va407(_arg1, _local45, _local46, _local47, _local48, _local43, _local44, 16); _local52 = _va407(_arg1, _local45, _local46, _local47, _local48, _local43, _local44, 24); _local53 = ((((_local52 << 24) | (_local51 << 16)) | (_local50 << 8)) | _local49); _arg2.setPixel32(_local35, _local31, _local53); }; _local35++; }; _local31++; }; _arg1.unlock(); _arg2.unlock(); } public static function _va407(_arg1:BitmapData, _arg2:uint, _arg3:uint, _arg4:uint, _arg5:uint, _arg6:Number, _arg7:Number, _arg8:uint):int{ var _local9:Number = ((_arg2 >>> _arg8) & 0xFF); var _local10:Number = ((_arg3 >>> _arg8) & 0xFF); var _local11:Number = ((_arg4 >>> _arg8) & 0xFF); var _local12:Number = ((_arg5 >>> _arg8) & 0xFF); var _local13:Number = (((_local10 - _local9) * _arg6) + _local9); var _local14:Number = (((_local12 - _local11) * _arg6) + _local11); var _local15:Number = (((_local14 - _local13) * _arg7) + _local13); var _local16:int = int((_local15 + 0.5)); return (((_local16 < 0)) ? 0 : ((_local16 > 0xFF)) ? 0xFF : _local16); } public static function min(_arg1:int, _arg2:int):int{ return (((_arg1)<_arg2) ? _arg1 : _arg2); } public static function _vd909(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number, _arg6:Number, _arg7:Number, _arg8:Number):Array{ var _local12:Number; var _local13:Number; var _local14:Number; var _local15:Number; var _local9:Array = new Array(); var _local10:Number = (((_arg1 - _arg3) + _arg5) - _arg7); var _local11:Number = (((_arg2 - _arg4) + _arg6) - _arg8); if ((((_local10 == 0)) && ((_local11 == 0)))){ _local9[0] = (_arg3 - _arg1); _local9[1] = (_arg5 - _arg3); _local9[2] = _arg1; _local9[3] = (_arg4 - _arg2); _local9[4] = (_arg6 - _arg4); _local9[5] = _arg2; _local9[6] = 0; _local9[7] = 0; } else { _local12 = (_arg3 - _arg5); _local13 = (_arg7 - _arg5); _local14 = (_arg4 - _arg6); _local15 = (_arg8 - _arg6); _local9[6] = (((_local10 * _local15) - (_local13 * _local11)) / ((_local12 * _local15) - (_local13 * _local14))); _local9[7] = (((_local12 * _local11) - (_local10 * _local14)) / ((_local12 * _local15) - (_local13 * _local14))); _local9[0] = ((_arg3 - _arg1) + (_local9[6] * _arg3)); _local9[1] = ((_arg7 - _arg1) + (_local9[7] * _arg7)); _local9[2] = _arg1; _local9[3] = ((_arg4 - _arg2) + (_local9[6] * _arg4)); _local9[4] = ((_arg8 - _arg2) + (_local9[7] * _arg8)); _local9[5] = _arg2; }; _local9[8] = 1; return (_local9); } public static function _pk297(_arg1:Array, _arg2:Number, _arg3:Number):Number{ return (((((_arg1[3] * _arg2) + (_arg1[4] * _arg3)) + _arg1[5]) / (((_arg1[6] * _arg2) + (_arg1[7] * _arg3)) + _arg1[8]))); } public static function _sv108(_arg1:Array, _arg2:BitmapData, _arg3:int, _arg4:int, _arg5:Point):BitmapData{ var _local6:int = _arg2.width; var _local7:int = _arg2.height; var _local8:int = ((_arg3 + _local6) - 1); var _local9:int = _arg4; var _local10:int = ((_arg3 + _local6) - 1); var _local11:int = ((_arg4 + _local7) - 1); var _local12:int = _arg3; var _local13:int = ((_arg4 + _local7) - 1); var _local14:int = _mw441(_arg1, _arg3, _arg4); var _local15:int = _pk297(_arg1, _arg3, _arg4); var _local16:int = _mw441(_arg1, _local8, _local9); var _local17:int = _pk297(_arg1, _local8, _local9); var _local18:int = _mw441(_arg1, _local10, _local11); var _local19:int = _pk297(_arg1, _local10, _local11); var _local20:int = _mw441(_arg1, _local12, _local13); var _local21:int = _pk297(_arg1, _local12, _local13); var _local22:int = min(min(_local14, _local16), min(_local18, _local20)); var _local23:int = min(min(_local15, _local17), min(_local19, _local21)); _arg5.x = _local22; _arg5.y = _local23; return (_wg188(_arg2, _local14, _local15, _local16, _local17, _local18, _local19, _local20, _local21)); } private static function _lb49(_arg1:Array, _arg2:Array):Array{ var _local3:Array = new Array(); _local3[0] = (((_arg1[0] * _arg2[0]) + (_arg1[3] * _arg2[1])) + (_arg1[6] * _arg2[2])); _local3[1] = (((_arg1[1] * _arg2[0]) + (_arg1[4] * _arg2[1])) + (_arg1[7] * _arg2[2])); _local3[2] = (((_arg1[2] * _arg2[0]) + (_arg1[5] * _arg2[1])) + (_arg1[8] * _arg2[2])); _local3[3] = (((_arg1[0] * _arg2[3]) + (_arg1[3] * _arg2[4])) + (_arg1[6] * _arg2[5])); _local3[4] = (((_arg1[1] * _arg2[3]) + (_arg1[4] * _arg2[4])) + (_arg1[7] * _arg2[5])); _local3[5] = (((_arg1[2] * _arg2[3]) + (_arg1[5] * _arg2[4])) + (_arg1[8] * _arg2[5])); _local3[6] = (((_arg1[0] * _arg2[6]) + (_arg1[3] * _arg2[7])) + (_arg1[6] * _arg2[8])); _local3[7] = (((_arg1[1] * _arg2[6]) + (_arg1[4] * _arg2[7])) + (_arg1[7] * _arg2[8])); _local3[8] = (((_arg1[2] * _arg2[6]) + (_arg1[5] * _arg2[7])) + (_arg1[8] * _arg2[8])); return (_local3); } } }//package
Section 45
//_hd947 (_hd947) package { import flash.display.*; import flash.text.*; public class _hd947 extends Sprite { private var _pi514:Array; private var _xs608:int; private var _vc235:Boolean; private var textField:TextField; private var _ov615:int; private var _ug375:TextField; private var _dh727:SimpleButton; public function _hd947(_arg1:int, _arg2:int, _arg3:Bitmap, _arg4:Bitmap, _arg5:Bitmap, _arg6:TextFormat, _arg7:String=" ", _arg8:uint=0, _arg9:Number=1, _arg10:Boolean=false){ var _local14:int; var _local15:Object; _ug375 = new TextField(); textField = new TextField(); super(); this._xs608 = _arg1; this._ov615 = _arg2; var _local11:uint = 17; var _local12:uint = 0x666666; var _local13:uint = 2; graphics.lineStyle(_local13, _local12, _arg9); graphics.beginFill(_arg8, _arg9); graphics.drawRoundRect(0, 0, _arg1, _arg2, _local11); graphics.endFill(); textField.defaultTextFormat = _arg6; textField.embedFonts = true; textField.autoSize = TextFieldAutoSize.LEFT; textField.antiAliasType = AntiAliasType.ADVANCED; textField.selectable = false; textField.mouseEnabled = false; if (_arg10){ textField.wordWrap = true; textField.width = (_arg1 - 50); }; addChild(textField); _vc235 = false; if (((((!((_arg3 == null))) && (!((_arg4 == null))))) && (!((_arg5 == null))))){ _vc235 = true; mouseEnabled = false; _dh727 = new SimpleButton(_arg3, _arg4, _arg5, _arg3); _dh727.x = ((_arg1 - _dh727.width) >> 1); _local14 = 15; _dh727.y = ((_arg2 - _dh727.height) - _local14); addChild(_dh727); _local15 = _arg6.leading; _arg6.leading = 0; _ug375.defaultTextFormat = _arg6; _arg6.leading = _local15; _ug375.embedFonts = true; _ug375.autoSize = TextFieldAutoSize.LEFT; _ug375.antiAliasType = AntiAliasType.ADVANCED; _ug375.selectable = false; _ug375.mouseEnabled = false; _nf45 = _arg7; addChild(_ug375); }; } public function set text(_arg1:String):void{ textField.text = _arg1; textField.x = ((_xs608 - textField.width) >> 1); if (_vc235){ textField.y = ((_dh727.y - textField.height) >> 1); } else { textField.y = ((_ov615 - textField.height) >> 1); }; } public function set _nf45(_arg1:String):void{ if (_vc235){ _ug375.text = _arg1; _ug375.x = (_dh727.x + ((_dh727.width - _ug375.width) >> 1)); _ug375.y = (_dh727.y + ((_dh727.height - _ug375.height) >> 1)); }; } } }//package
Section 46
//_hj902 (_hj902) package { import flash.events.*; import flash.display.*; public class _hj902 extends Sprite { public function _fu818():void{ } public function execute(_arg1:Event):void{ } public function exit():void{ } } }//package
Section 47
//_ib409 (_ib409) package { public class _ib409 { private var _of1154:Boolean; private var _bt931:int; private var _py302:Boolean; private var _bs589:String; private var _qf22:int; private var _ip946:Array; public function _ib409(){ _ip946 = new Array(); super(); } public function _ej86():Boolean{ return (_of1154); } public function _ew884(_arg1:String):void{ _bs589 = _arg1; } public function _hx598():String{ return (_bs589); } public function _dr114(_arg1:int):void{ _bt931 = _arg1; } public function _bm564(_arg1:_oh296, _arg2:_oh296):void{ _ip946[0] = _arg1; _ip946[1] = _arg2; } public function _ny643():int{ return (_bt931); } public function _nw448():void{ _of1154 = true; } public function _ax60():Array{ return (_ip946); } public function _si16():void{ _py302 = true; } public function _no786():int{ return ((_qf22 + _bt931)); } public function _ca34():void{ _qf22 = 0; } public function _ii1025(_arg1:int):void{ _qf22 = _arg1; } public function _es230():void{ var _local1:_oh296; if (_ip946[0]._mr269() < _ip946[1]._mr269()){ _local1 = _ip946[0]; _ip946[0] = _ip946[1]; _ip946[1] = _local1; }; } public function _im78(_arg1:int):void{ _bt931 = (_bt931 + _arg1); } public function _ks174():int{ return (_qf22); } public function _po206():Boolean{ return (_py302); } public function _gc82():void{ _of1154 = false; _py302 = false; _qf22 = 0; _bs589 = ""; } } }//package
Section 48
//_im495 (_im495) package { import flash.text.*; public class _im495 extends TextField { public function _im495(_arg1:TextFormat, _arg2:Number=41, _arg3:Number=13, _arg4:int=5){ this.embedFonts = true; this.antiAliasType = AntiAliasType.ADVANCED; this.gridFitType = GridFitType.PIXEL; this.type = TextFieldType.INPUT; this.restrict = "0-9"; this.defaultTextFormat = _arg1; this.width = _arg2; this.height = _arg3; this.background = true; this.border = true; this.maxChars = _arg4; } } }//package
Section 49
//_io1043 (_io1043) package { import flash.events.*; public class _io1043 { protected var _vv34:int; protected var _tc497:Number; protected var _kh297:_jn1110; protected var _is905:int; protected var _ec54:Number; protected var _ec1089:Number; protected var _ka788:_dl298; protected var _yg344:Number; protected var _bm1018:Number; protected var _fd622:int; protected var _yp302:Model; protected static const _lq295:int = 3; protected static const _dq928:int = 0; protected static const _xd264:int = 2; protected static const _bj792:int = 4; protected static const _nu368:int = 1; public function _io1043(_arg1:Model):void{ _kh297 = new _jn1110(); super(); _yp302 = _arg1; _yp302.addEventListener(Model._ub396, _kc129, false, 0, true); _yp302.addEventListener(Model._ud557, _go894, false, 0, true); _yp302.addEventListener(Model._wn75, _jo876, false, 0, true); _yp302.addEventListener(Model._xg131, _hw187, false, 0, true); _yp302.addEventListener(Model._jp465, _pc724, false, 0, true); } private function _jo876(_arg1:Event):void{ _vv34 = _xd264; } protected function _le517():void{ if (_ka788.action == _dl298._ap92){ if (_ka788._nw117){ _ka788.action = _dl298._dc307; } else { _ka788._wh1117 = Math.min(_ka788._vs1020, _ka788._wh1117); _ka788._wh1117 = Math.max(_ka788._yl285, _ka788._wh1117); }; } else { if (_ka788.action == _dl298._dc307){ } else { if (_ka788._ih928 == 0){ _ka788.action = _dl298._dc307; }; }; }; _fe88(); } private function _hw187(_arg1:Event):void{ _vv34 = _lq295; } private function round(_arg1:Number, _arg2:Number):int{ return ((Math.round((_arg1 / _arg2)) * _arg2)); } protected function _nh485(_arg1:int):Boolean{ return ((_bm1018 < _arg1)); } protected function _vd547():void{ } protected function _wr1120(_arg1:Number):Number{ return ((_arg1 / _ka788._ka904)); } protected function _cw573(_arg1:Number):void{ if (Math.random() < _arg1){ _ka788.action = _dl298._dc307; } else { _ka788.action = _dl298._ap92; }; } protected function _og644(_arg1:Array, _arg2:Boolean=false):void{ var _local3:int; while (_local3 < _arg1.length) { if (_tc497 >= _arg1[_local3]){ if (_arg1[(_local3 + 1)] < 0){ _ka788.action = _dl298._nk777; } else { _cw573(_arg1[(_local3 + 1)]); if (_arg2){ _ka788._wh1117 = _ka788._vs1020; }; }; return; }; _local3 = (_local3 + 2); }; if (_ec54 > 0){ _ka788.action = _dl298._dc307; } else { _ka788.action = _dl298._nk777; }; } private function _kc129(_arg1:Event):void{ _vv34 = _dq928; _fd622 = 0; _is905 = 0; } protected function _fe88():void{ if (_ka788.action == _dl298._dc307){ _fd622++; } else { if (_ka788.action == _dl298._ap92){ _is905++; }; }; } private function _pc724(_arg1:Event):void{ _vv34 = _bj792; } public function _ug727(_arg1:_dl298):void{ _ka788 = _arg1; switch (_vv34){ case _nu368: _nv429(); break; case _xd264: _vd547(); break; case _lq295: _ck691(); break; case _bj792: _fe1088(); break; }; } private function _go894(_arg1:Event):void{ _vv34 = _nu368; } protected function _oa249(_arg1:Array, _arg2:Number):void{ var _local3:int; while (_local3 < _arg1.length) { if (_tc497 >= _arg1[_local3]){ if (_arg1[(_local3 + 1)] < 0){ _ka788.action = _dl298._nk777; } else { _cw573(_arg1[(_local3 + 1)]); }; break; }; _local3 = (_local3 + 2); }; if ((((_ka788.action == _dl298._nk777)) && ((_ec54 >= _arg2)))){ _ka788.action = _dl298._dc307; }; } protected function _cc173():void{ _kh297._cc173(_ka788._vd810, _ka788._ml1135, _ka788._bc113); _tc497 = (_kh297._nt893() / 100); _ec1089 = (_kh297._su200() / 100); _yg344 = (_jn1110._oj548(_ka788._ih928, _ka788._gf820) / 100); _ec54 = ((_ec1089 * _ka788._gf820) - ((1 - _ec1089) * _ka788._ih928)); if (_ka788._gf820 != 0){ _ec54 = (_ec54 / _ka788._gf820); }; _bm1018 = (_ka788._lf801 / (_ka788._ay1058 + _ka788._ka904)); } protected function _nv429():void{ } protected function _ec81(_arg1:int):Boolean{ return (_vq57(_ka788._ih928, _arg1)); } protected function _su811(_arg1:Number, _arg2:Number):void{ _arg1 = (_arg1 * _ka788._ka904); _arg2 = (_arg2 * _ka788._ka904); var _local3:Number = Math.random(); var _local4:Number = (((_arg2 - _arg1) * _local3) + _arg1); _ka788._wh1117 = round(_local4, _ka788._ay1058); _ka788._wh1117 = Math.min(_ka788._vs1020, _ka788._wh1117); _ka788._wh1117 = Math.max(_ka788._yl285, _ka788._wh1117); if (_vq57((_ka788._wh1117 - _ka788._ia622), 5)){ _ka788._wh1117 = _ka788._vs1020; }; } protected function _ck691():void{ } protected function _vq57(_arg1:int, _arg2:int):Boolean{ return ((((_ka788._lf801 - _ka788._ia622) / (_ka788._ay1058 + _ka788._ka904)) < _arg2)); } protected function _fe1088():void{ } } }//package
Section 50
//_jc1124 (_jc1124) package { public interface _jc1124 { function _fu818():void; function execute():void; function _vy723():void; } }//package
Section 51
//_jn1110 (_jn1110) package { public class _jn1110 { private var _hy452:_dl831; private var _yi755:Array; private var _ox100:Array; private var _bp639:Number; private var _xo254:Number; private var _ec1089:Number; private static const _db1039:Array = [[2, 6, 6, 6, 6, 6, 5, 5, 5, 5, 4, 4, 4], [6, 2, 6, 6, 6, 6, 5, 5, 5, 5, 4, 4, 4], [6, 6, 2, 6, 6, 6, 5, 5, 5, 5, 4, 4, 4], [6, 6, 6, 1, 6, 6, 5, 5, 5, 5, 4, 4, 4], [6, 6, 6, 6, 1, 5, 5, 5, 4, 4, 4, 4, 4], [5, 5, 5, 5, 5, 1, 5, 4, 4, 4, 4, 4, 3], [5, 5, 5, 5, 5, 5, 1, 4, 4, 4, 3, 3, 3], [5, 5, 5, 5, 5, 4, 4, 1, 3, 3, 3, 3, 3], [5, 5, 5, 5, 4, 4, 4, 3, 1, 3, 3, 2, 2], [4, 4, 4, 4, 4, 4, 3, 3, 3, 1, 2, 2, 2], [4, 4, 4, 4, 4, 4, 3, 3, 3, 2, 1, 2, 2], [4, 4, 4, 4, 4, 3, 3, 3, 2, 2, 2, 1, 2], [4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 1]]; private static const _ax1104:Array = [[49, 29, 30, 31, 31, 32, 34, 37, 39, 42, 45, 48, 53], [33, 53, 32, 33, 33, 34, 35, 37, 40, 43, 46, 49, 54], [34, 36, 56, 35, 35, 36, 37, 38, 41, 44, 47, 50, 55], [35, 37, 39, 60, 37, 38, 39, 40, 42, 45, 48, 51, 56], [35, 37, 38, 40, 63, 40, 41, 42, 44, 46, 49, 52, 56], [35, 37, 39, 41, 43, 66, 43, 44, 46, 48, 50, 53, 57], [38, 38, 40, 42, 44, 46, 69, 46, 48, 50, 52, 54, 58], [40, 41, 41, 43, 45, 47, 49, 72, 50, 52, 54, 56, 59], [43, 43, 44, 45, 47, 49, 51, 52, 75, 54, 56, 58, 62], [45, 46, 47, 48, 49, 50, 52, 54, 56, 77, 57, 59, 63], [48, 49, 50, 51, 52, 53, 54, 56, 58, 59, 80, 60, 64], [51, 52, 53, 54, 55, 56, 57, 59, 61, 61, 62, 82, 64], [56, 56, 57, 58, 58, 59, 61, 62, 63, 64, 65, 66, 85]]; private static const _la135:Array = [[50, 32, 33, 34, 34, 35, 37, 39, 42, 44, 47, 51, 55], [36, 54, 35, 36, 36, 37, 37, 40, 43, 45, 48, 51, 56], [37, 39, 57, 38, 38, 39, 39, 41, 44, 46, 49, 52, 57], [38, 40, 41, 60, 40, 41, 41, 43, 44, 47, 50, 53, 58], [38, 40, 41, 43, 63, 42, 43, 44, 46, 48, 51, 54, 58], [38, 40, 42, 44, 45, 66, 45, 46, 48, 50, 52, 55, 59], [40, 41, 43, 45, 46, 48, 69, 48, 50, 51, 54, 56, 60], [42, 43, 44, 46, 47, 49, 51, 72, 52, 53, 55, 58, 61], [45, 46, 47, 47, 49, 51, 52, 54, 75, 55, 57, 60, 63], [47, 48, 49, 50, 51, 52, 54, 56, 58, 77, 58, 61, 64], [50, 51, 52, 53, 54, 54, 56, 58, 59, 60, 80, 61, 64], [53, 54, 55, 56, 57, 58, 58, 60, 62, 63, 63, 82, 65], [57, 58, 59, 60, 60, 61, 62, 63, 65, 65, 66, 67, 85]]; public function _jn1110(){ _hy452 = new _dl831(); _yi755 = new Array(); _ox100 = new Array(); super(); } public function _nt893():Number{ return (_bp639); } public function _cc173(_arg1:Array, _arg2:Array, _arg3:int):void{ var _local4:int; var _local5:int; var _local6:int; var _local7:int; var _local8:int; var _local9:int; var _local10:int; var _local11:int; var _local12:int; var _local13:int; var _local14:Number; var _local15:int; var _local16:int; var _local17:int; if (_arg3 == 0){ if (_arg1[0]._rn1087() == _arg1[1]._rn1087()){ _local6 = Math.max(_arg1[0]._mr269(), _arg1[1]._mr269()); _local7 = Math.min(_arg1[0]._mr269(), _arg1[1]._mr269()); } else { _local6 = Math.min(_arg1[0]._mr269(), _arg1[1]._mr269()); _local7 = Math.max(_arg1[0]._mr269(), _arg1[1]._mr269()); }; _bp639 = _ax1104[_local6][_local7]; _xo254 = _db1039[_local6][_local7]; _ec1089 = _la135[_local6][_local7]; } else { _local8 = 0; _local9 = 0; _local10 = 0; _hy452.reset(); _local4 = 0; while (_local4 < _arg1.length) { _hy452._fu606(_arg1[_local4]); _local4++; }; _local4 = 0; while (_local4 < _arg3) { _hy452._fu606(_arg2[_local4]); _local4++; }; if (_arg3 == 5){ _local11 = _hy452.getSize(); _local12 = _ae962._kr653(_arg1, _arg2, _arg3); _local4 = 0; while (_local4 < _local11) { _local5 = (_local4 + 1); while (_local5 < _local11) { _ox100[0] = _hy452._af502(_local4); _ox100[1] = _hy452._af502(_local5); _local13 = _ae962._kr653(_ox100, _arg2, _arg3); if (_local12 < _local13){ _local8++; } else { if (_local12 > _local13){ _local9++; } else { _local10++; }; }; _local5++; }; _local4++; }; _local14 = ((_local8 + _local9) + _local10); _bp639 = Math.round(((_local8 / _local14) * 100)); _xo254 = Math.round(((_local10 / _local14) * 100)); _ec1089 = Math.round((((_local8 + (0.5 * _local10)) / _local14) * 100)); } else { _local15 = 1000; _local16 = 0; _local4 = 0; while (_local4 < _arg3) { _yi755[_local4] = _arg2[_local4]; _local4++; }; _local4 = 0; while (_local4 < _local15) { _hy452._rp97(); _local16 = 0; var _temp1 = _local16; _local16 = (_local16 + 1); _ox100[0] = _hy452._af502(_temp1); var _temp2 = _local16; _local16 = (_local16 + 1); _ox100[1] = _hy452._af502(_temp2); _local5 = _arg3; while (_local5 < 5) { var _temp3 = _local16; _local16 = (_local16 + 1); _yi755[_local5] = _hy452._af502(_temp3); _local5++; }; _local17 = _ae962._am535(_arg1, _ox100, _yi755, 5); if (_local17 < 0){ _local8++; } else { if (_local17 > 0){ _local9++; } else { _local10++; }; }; _local4++; }; _bp639 = ((_local8 * 100) / _local15); _xo254 = ((_local10 * 100) / _local15); _ec1089 = Math.round((_bp639 + (_xo254 / 2))); _bp639 = Math.round(_bp639); _xo254 = Math.round(_xo254); }; }; } public function _su200():Number{ return (_ec1089); } public function _ae463():Number{ return (_xo254); } public static function _oj548(_arg1:Number, _arg2:Number):Number{ return (Math.round(((_arg1 / (_arg2 + _arg1)) * 100))); } } }//package
Section 52
//_jq1065 (_jq1065) package { import flash.display.*; import flash.text.*; public class _jq1065 extends Sprite { private var _hy495:Number;// = 4 private var _nd209:Number; private var textField:TextField; private var bar:Shape; private var _ll147:Number;// = 100 private var EmbeddedFont:Class; private var _ss805:Sprite; public static const _xi244:int = 0xFF0000; public static const _cv158:int = 0xAAAAAA; public static const _er93:int = 0; public static const _gy129:int = 0xAAAAAA; public function _jq1065(_arg1:int=9){ EmbeddedFont = _jq1065_EmbeddedFont; _ss805 = new Sprite(); bar = new Shape(); super(); this._nd209 = _arg1; textField = createTextField(_pj184()); textField.text = "10%"; textField.x = (-(textField.width) / 2); textField.y = (-(textField.height) / 2); textField.text = ""; addChild(textField); _ss805.graphics.lineStyle(2, _gy129); _ss805.graphics.beginFill(_er93); _ss805.graphics.drawRoundRect(0, 0, (_ll147 + (3 * _hy495)), (3 * _hy495), (3 * _hy495)); _ss805.graphics.endFill(); _ss805.x = -((_ss805.width >> 1)); _ss805.y = 15; _ss805.addChild(bar); bar.x = ((_ss805.width - _ll147) >> 1); addChild(_ss805); } public function update(_arg1:Number):void{ textField.text = (("LOADING " + String(int(Math.round((_arg1 * 100))))) + "% "); bar.graphics.clear(); bar.graphics.beginFill(_xi244); bar.graphics.drawRect(0, _hy495, (_arg1 * _ll147), _hy495); bar.graphics.endFill(); } private function createTextField(_arg1:TextFormat):TextField{ var _local2:TextField = new TextField(); _local2.embedFonts = true; _local2.antiAliasType = AntiAliasType.ADVANCED; _local2.autoSize = TextFieldAutoSize.CENTER; _local2.selectable = false; _local2.defaultTextFormat = _arg1; return (_local2); } private function _pj184():TextFormat{ var _local1:TextFormat = new TextFormat(); _local1.font = "EmbeddedFont"; _local1.size = _nd209; _local1.color = _cv158; _local1.bold = true; return (_local1); } } }//package
Section 53
//_jq1065_EmbeddedFont (_jq1065_EmbeddedFont) package { import mx.core.*; public class _jq1065_EmbeddedFont extends FontAsset { } }//package
Section 54
//_kv271 (_kv271) package { public class _kv271 implements _jc1124 { private var _yp302:Model; public function _kv271(_arg1:Model){ _yp302 = _arg1; } public function execute():void{ _yp302._pu135(); } public function _vy723():void{ } public function _fu818():void{ _yp302._ue242(); } } }//package
Section 55
//_lf356 (_lf356) package { import flash.events.*; import flash.display.*; import flash.text.*; public class _lf356 extends Sprite { private var _id848:Boolean; private var _ev851:TextField; private var _fk747:TextField; public static const STATE_CHANGE:String = "stateChange"; public function _lf356(_arg1:TextFormat, _arg2:String, _arg3:String, _arg4:Boolean=true){ buttonMode = true; mouseChildren = false; _ev851 = createTextField(_arg1); _ev851.text = _arg2; _fk747 = createTextField(_arg1); _fk747.text = _arg3; addChild(_ev851); addChild(_fk747); if (_arg4){ _ub401(); } else { _wq221(); }; addEventListener(MouseEvent.CLICK, _hg1113, false, 0, true); } private function _hg1113(_arg1:MouseEvent):void{ if (_id848){ _wq221(); } else { _ub401(); }; dispatchEvent(new Event(_lf356.STATE_CHANGE)); _arg1.updateAfterEvent(); } public function get checked():Boolean{ return (_id848); } private function _ub401():void{ _id848 = true; _ev851.visible = true; _fk747.visible = false; } private function createTextField(_arg1:TextFormat):TextField{ var _local2:TextField = new TextField(); _local2.defaultTextFormat = _arg1; _local2.embedFonts = true; _local2.autoSize = TextFieldAutoSize.LEFT; _local2.antiAliasType = AntiAliasType.ADVANCED; _local2.selectable = false; _local2.mouseEnabled = false; return (_local2); } private function _wq221():void{ _id848 = false; _fk747.visible = true; _ev851.visible = false; } } }//package
Section 56
//_na1007 (_na1007) package { import flash.events.*; import flash.display.*; public class _na1007 extends Sprite { private var state:int; private var length:int; private var _as724:Array; public function _na1007(_arg1:Array, _arg2:int=0){ buttonMode = true; mouseChildren = false; tabEnabled = false; this._as724 = _arg1; length = _arg1.length; if (length == 0){ return; }; state = 0; var _local3:int; while (_local3 < length) { DisplayObject(_arg1[_local3]).visible = false; addChild(_arg1[_local3]); _local3++; }; setState(_arg2); addEventListener(MouseEvent.CLICK, _hg1113, false, 0, true); } private function _hg1113(_arg1:MouseEvent):void{ _uo367(); _arg1.updateAfterEvent(); } private function _uo367():void{ setState((state + 1)); } public function getState():int{ return (state); } private function setState(_arg1:int):void{ _as724[state].visible = false; if ((((_arg1 < 0)) || ((_arg1 >= length)))){ state = 0; } else { state = _arg1; }; _as724[state].visible = true; } } }//package
Section 57
//_oh296 (_oh296) package { public class _oh296 { private var _fg545:int; private var _sj229:int; public static const _jm12:int = 4; public static const _nb802:int = 8; public static const _ap559:int = -1; public static const _jq486:int = 3; public static const _jf173:int = 1; public static const _np339:int = 2; public static const _ef416:int = 2; public static const _qb924:int = 1; public static const _xn536:int = 6; public static const _br324:int = 0; public static const _jx664:int = 12; private static const _yi221:Array = ["Deuce", "Trey", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Jack", "Queen", "King", "Ace"]; public static const _fq1052:int = 5; public static const _dm518:int = 10; private static const _xa986:Array = ["Deuces", "Treys", "Fours", "Fives", "Sixes", "Sevens", "Eights", "Nines", "Tens", "Jacks", "Queens", "Kings", "Aces"]; public static const _nx980:int = 8; public static const _jj844:int = 11; public static const _gl943:int = 7; public static const _yi1076:int = 4; public static const _kw935:int = 9; public function _oh296(_arg1:int=-1, _arg2:int=-1){ _sj229 = _arg2; _fg545 = _arg1; } public function getName():String{ var _local1:String = new String(); switch (_sj229){ case _br324: _local1 = (_local1 + "2"); break; case _jf173: _local1 = (_local1 + "3"); break; case _np339: _local1 = (_local1 + "4"); break; case _jq486: _local1 = (_local1 + "5"); break; case _jm12: _local1 = (_local1 + "6"); break; case _fq1052: _local1 = (_local1 + "7"); break; case _xn536: _local1 = (_local1 + "8"); break; case _gl943: _local1 = (_local1 + "9"); break; case _nx980: _local1 = (_local1 + "T"); break; case _kw935: _local1 = (_local1 + "J"); break; case _dm518: _local1 = (_local1 + "Q"); break; case _jj844: _local1 = (_local1 + "K"); break; case _jx664: _local1 = (_local1 + "A"); break; }; switch (_fg545){ case _qb924: _local1 = (_local1 + "c"); break; case _ef416: _local1 = (_local1 + "d"); break; case _yi1076: _local1 = (_local1 + "h"); break; case _nb802: _local1 = (_local1 + "s"); break; }; return (_local1); } public function _mr269():int{ return (_sj229); } public function _rn1087():int{ return (_fg545); } public static function _xv1125(_arg1:int):String{ return (_yi221[_arg1]); } public static function _ag566(_arg1:int):String{ return (_xa986[_arg1]); } } }//package
Section 58
//_oj963 (_oj963) package { import flash.events.*; import flash.display.*; import flash.media.*; public class _oj963 { private var isPlaying:Boolean; private var _tm679:Class; private var stage:Stage; private var _hn378:Number;// = 18976 private var _ic72:Number;// = 28 private var _lh176:SoundTransform; private var sound:Sound; private var soundChannel:SoundChannel; public function _oj963(_arg1:Stage, _arg2:Number=1){ _tm679 = _oj963__tm679; sound = new _tm679(); super(); this.stage = _arg1; _lh176 = new SoundTransform(_arg2); } public function stop():void{ if (soundChannel != null){ soundChannel.stop(); }; if (stage != null){ stage.removeEventListener(Event.ENTER_FRAME, onEnterFrame); }; isPlaying = false; } private function onEnterFrame(_arg1:Event):void{ if (soundChannel.position >= _hn378){ soundChannel.stop(); soundChannel = sound.play(_ic72, 0, _lh176); }; } public function play():void{ if (!isPlaying){ soundChannel = sound.play(_ic72, 0, _lh176); if (stage != null){ stage.addEventListener(Event.ENTER_FRAME, onEnterFrame, false, 0, true); }; isPlaying = true; }; } } }//package
Section 59
//_oj963__tm679 (_oj963__tm679) package { import mx.core.*; public class _oj963__tm679 extends SoundAsset { } }//package
Section 60
//_oo1095 (_oo1095) package { public class _oo1095 implements _jc1124 { private var _yp302:Model; public function _oo1095(_arg1:Model){ _yp302 = _arg1; } public function execute():void{ _yp302._fx805(); } public function _vy723():void{ } public function _fu818():void{ _yp302._gh225(); } } }//package
Section 61
//_or398 (_or398) package { import flash.events.*; import flash.display.*; import flash.utils.*; import flash.text.*; import flash.geom.*; import mx.effects.easing.*; import flash.media.*; import flash.ui.*; public class _or398 extends Sprite { private var _ss1015:Class; private var _eo101:Class; private var _ix1079:Sprite; private var _bb773:Sprite; private var _sl115:Class; private var _kq1020:_hd947; private var _wh557:_ax810; private var _am17:_rg302; private var _ph249:Class; private var _md249:Class; private var _oa933:Class; private var _mo241:Sprite; private var _wq260:Point; private var _ld337:Sprite; private var _xl855:Class; private var _be1139:Class; private var _bn25:Class; private var _bc651:Sprite; private var _qn846:Point; private var _ug776:TextFormat; private var _pr291:Sound; private var _fq1105:Sprite; private var _de685:Class; private var _kq846:Class; private var _wg1148:Point; private var _aa208:_rg302; private var _hs270:_ev459; private var _kg1109:BitmapData; private var _ao957:Array; private var _qx409:Class; private var _pf1148:Class; private var _jc438:Class; private var _jx570:_ev459; private var _ly149:Class; private var _rx333:Class; private var _ej954:Point; private var _rp731:Class; private var _ts848:_el429; private var _nk840:Class; private var _yl211:Class; private var _rf713:Class; private var _me263:Class; private var _lo377:_rg302; private var _mq358:Sprite; private var _oi471:_rg302; private var _bw380:Sprite; private var _xl544:Point; private var _hu37:Class; private var _tq565:Class; private var _lc189:Point; private var _tt1098:Sprite; private var _vt314:Point; private var _ip712:_at163; private var _pu1132:Class; private var _nh117:Sprite; private var _qk154:Class; private var _ro437:_im495; private var _er597:Class; private var _oc1000:Point; private var _rn358:Class; private var _uu507:Class; private var _yq700:Class; private var _vj311:int; private var _fw734:Class; private var _ap867:Class; private var _kp586:Sprite; private var _ou591:int; private var _ie512:BitmapData; private var _hx679:int; private var _tr1052:Class; private var _fa641:Bitmap; private var _se249:Point; private var _gv587:Point; private var _ts318:Class; private var _ki731:Class; private var _on868:Sprite; private var _mu786:Class; private var _hb237:Point; private var _ix382:Class; private var _gy996:Sound; private var _vc723:int;// = 100 private var _ks414:Class; private var _mu319:_xg541; private var _af528:Class; private var _uk779:Class; private var _go981:Class; private var _sb53:Class; private var _ku843:Class; private var _ob1020:_rg302; private var _xf966:Class; private var _df1096:Bitmap; private var _yc386:_hd947; private var _we723:Class; private var _hj1061:Class; private var _qx170:Class; private var _yh14:Class; private var _ti1076:Class; private var _mw409:Sprite; private var _lh499:Class; private var _si543:_rg302; private var _fp814:int; private var _fx421:BitmapData; private var _sg127:_xn44; private var _ib1154:BitmapData; private var _qt1150:Point; private var _uk334:Class; private var _rn38:TextFormat; private var _fy889:int; private var _hp550:Class; private var _it715:Class; private var _ut396:_at163; private var _xo346:Class; private var muteButton:_ea570; private var _dj223:Class; private var _mf40:Point; private var _vi1125:_rg302; private var _qk1018:Class; private var _ci226:Class; private var _lh176:SoundTransform; private var _jk722:_ev459; private var _kn912:Class; private var _wr710:Sound; private var _vu186:_ax810; private var _sb835:_ax810; private var _pb1162:Class; private var _bs450:_ax810; private var _bj888:Class; private var _vw499:Class; private var _hh1162:Point; private var _le913:Class; private var _xf326:Class; private var _uv492:Model; private var _kk427:Sound; private var _nd552:Class; private var _rm927:BitmapData; private var _do831:_lf356; private var _fq618:_at163; private var _mk391:Point; private var _cj589:Point; private var _if149:_hd947; private var _yt403:Sprite; private var _mx214:Sprite; private var _pu943:Class; private var _sx735:BitmapData; private var _vr712:Class; private var _oy1083:Class; private var _du24:Class; private var _ie196:Class; private var _tk494:Class; private var _pv807:Class; private var _cl799:Point; private var _bl637:int; private var _cc622:Class; private var _ma281:Class; private var _ba526:Point; private var _ab77:Class; private var _mf735:Sprite; private var _xh798:SimpleButton; private var _vf777:Point; private var _sc747:_ax810; private var _il961:Class; private var _cx1149:Class; private var _lc1025:_ck834; private var _qi331:Array; private var _fi821:Dictionary; private var _ih379:Bitmap; private var _dx340:Class; private var _ws526:Point; private var _jb516:Class; private var _xe189:_rg302; private var _jy1059:Class; private var _yx823:_ck834; private static const _bt556:Number = 1; private static const _vm963:int = 500; private static const _ik1134:int = 1500; private static const _nx184:int = 350; private static const _bn1147:int = 350; private static const _bn27:int = 600; private static const _np475:int = 400; private static const _mk394:int = 20; private static const _mo237:int = 2000; private static const _gd763:int = 150; private static const _md918:int = 600; public function _or398(_arg1:Model, _arg2:_xg541){ _bj888 = _or398__bj888; _we723 = _or398__we723; _qx170 = _or398__qx170; _tr1052 = _or398__tr1052; _ma281 = _or398__ma281; _nd552 = _or398__nd552; _fw734 = _or398__fw734; _vr712 = _or398__vr712; _hu37 = _or398__hu37; _md249 = _or398__md249; _ph249 = _or398__ph249; _sl115 = _or398__sl115; _lh499 = _or398__lh499; _uk334 = _or398__uk334; _oa933 = _or398__oa933; _dx340 = _or398__dx340; _it715 = _or398__it715; _cx1149 = _or398__cx1149; _qx409 = _or398__qx409; _le913 = _or398__le913; _pv807 = _or398__pv807; _rn358 = _or398__rn358; _oy1083 = _or398__oy1083; _qk1018 = _or398__qk1018; _uk779 = _or398__uk779; _ly149 = _or398__ly149; _be1139 = _or398__be1139; _nk840 = _or398__nk840; _yl211 = _or398__yl211; _bn25 = _or398__bn25; _tk494 = _or398__tk494; _il961 = _or398__il961; _kn912 = _or398__kn912; _ie196 = _or398__ie196; _mu786 = _or398__mu786; _hp550 = _or398__hp550; _me263 = _or398__me263; _ab77 = _or398__ab77; _xl855 = _or398__xl855; _yq700 = _or398__yq700; _rf713 = _or398__rf713; _jc438 = _or398__jc438; _yh14 = _or398__yh14; _vw499 = _or398__vw499; _sb53 = _or398__sb53; _pf1148 = _or398__pf1148; _rp731 = _or398__rp731; _eo101 = _or398__eo101; _ss1015 = _or398__ss1015; _jy1059 = _or398__jy1059; _du24 = _or398__du24; _xf326 = _or398__xf326; _er597 = _or398__er597; _ts318 = _or398__ts318; _ki731 = _or398__ki731; _ks414 = _or398__ks414; _go981 = _or398__go981; _ix382 = _or398__ix382; _ku843 = _or398__ku843; _ti1076 = _or398__ti1076; _de685 = _or398__de685; _ap867 = _or398__ap867; _xf966 = _or398__xf966; _rx333 = _or398__rx333; _ci226 = _or398__ci226; _uu507 = _or398__uu507; _dj223 = _or398__dj223; _hj1061 = _or398__hj1061; _xo346 = _or398__xo346; _tq565 = _or398__tq565; _pu943 = _or398__pu943; _af528 = _or398__af528; _kk427 = new _af528(); _kq846 = _or398__kq846; _gy996 = new _kq846(); _pu1132 = _or398__pu1132; _wr710 = new _pu1132(); _jb516 = _or398__jb516; _pr291 = new _jb516(); _qk154 = _or398__qk154; _cc622 = _or398__cc622; _lh176 = new SoundTransform(_bt556); _fi821 = new Dictionary(); _ie512 = new _ph249().bitmapData; _rm927 = new _sl115().bitmapData; _sx735 = new _uk334().bitmapData; _ib1154 = new _lh499().bitmapData; _fx421 = new _oa933().bitmapData; _ug776 = new TextFormat(); _rn38 = new TextFormat(); _ih379 = new _tq565(); _df1096 = new _pu943(); _kg1109 = new _nd552().bitmapData; _ao957 = new Array(); muteButton = new _ea570(new _xo346(), new _hj1061()); _pb1162 = _or398__pb1162; _fa641 = new _pb1162(); super(); this._mu319 = _arg2; this._uv492 = _arg1; init(); } private function _xt792(_arg1:String, _arg2:int=230, _arg3:int=100):void{ _tt251(); _if149 = new _hd947(_arg2, _arg3, null, null, null, _rn38, " ", 0, 0.5); _if149.text = _arg1; _if149.x = ((_hx679 - _if149.width) >> 1); _if149.y = ((_bl637 - _if149.height) >> 1); addChild(_if149); } private function _dq729(_arg1:TimerEvent):void{ _uv492._ea142(); _arg1.updateAfterEvent(); } private function _yh155(_arg1:MouseEvent):void{ _yl1153._ng234(); } private function _qc704(_arg1:_oh296):BitmapData{ return (_ao957[_arg1._rn1087()][_arg1._mr269()]); } private function _yk1050(_arg1:DisplayObject, _arg2:DisplayObject, _arg3:TextFormat, _arg4:String=" "):_at163{ var _local5:Array = [0]; var _local6:Array = [_at163.CENTER]; return (new _at163(_arg1, _arg2, 2, 1, _local5, _local6, _arg3, true, _arg4)); } private function _oj853(_arg1:int):int{ return (Math.ceil(((_vc723 * _arg1) / Number(_ou591)))); } private function _um293(_arg1:Event):void{ var _local2:String = _yl1153._ic1044(_ts848._nx84); if (_ts848._nx84 == _ts848.max){ _jx570.text = ("ALL IN\n" + _local2); } else { _jx570.text = ((_uv492._tu837() + "\n") + _local2); }; } private function _ef667(_arg1:Event):void{ _uv492._de752(); _jm1122(); _xr958(); _mi984(); _wu39(_uv492._ek863()); _sb835.visible = false; _mo241.visible = (_nh117.visible = (_ld337.visible = (_on868.visible = (_bw380.visible = false)))); _yt403.visible = (_mw409.visible = (_fq1105.visible = (_mq358.visible = (_bb773.visible = (_ix1079.visible = (_bc651.visible = (_mf735.visible = false))))))); _mo241.alpha = (_nh117.alpha = (_ld337.alpha = (_on868.alpha = (_bw380.alpha = 1)))); _yt403.alpha = (_mw409.alpha = (_fq1105.alpha = (_mq358.alpha = (_bb773.alpha = (_ix1079.alpha = (_bc651.alpha = (_mf735.alpha = 1))))))); _yt403.scaleX = (_mw409.scaleX = 1); _hc126(); } public function _bm647(_arg1:Sprite, _arg2:BitmapData):void{ var _local3:Bitmap = Bitmap(_arg1.getChildAt(0)); _local3.bitmapData = _arg2; _local3.x = -((_local3.width >> 1)); _local3.y = -((_local3.height >> 1)); } private function _yu211(_arg1:MouseEvent):void{ _cs143(); _arg1.updateAfterEvent(); } private function _rp804(_arg1:_rg302, _arg2:_rg302, _arg3:_rg302, _arg4:BitmapData, _arg5:int, _arg6:Function=null):void{ _arg3.visible = false; _arg3._ql70(_arg4); _arg3.x = _arg1.x; _arg3.y = _arg1.y; _arg3.setSize(_arg5); var _local7:Function = Quadratic.easeOut; if (_arg6 == null){ _fc817.animate(_arg3, _md918, {visible:true, hide:true, easingFunction:_local7, x:_arg2.x, y:_arg2.y}); } else { _fc817.animate(_arg3, _md918, {onEndCall:_arg6, visible:true, hide:true, easingFunction:_local7, x:_arg2.x, y:_arg2.y}); }; } private function _ba77():void{ var _local1:int = _uv492._qs227(); _jv737(_local1); _vi1125.setSize(_oj853(_local1)); } private function _yh288():void{ _cl799 = _nh820(_on868, _qc704(_uv492._bt1082()), _hb237.x, _hb237.y); var _local1:Function = Quadratic.easeOut; _fc817.animate(_on868, _bn27, {onStartCall:_ug1124, visible:true, onEndCall:_hn571, easingFunction:_local1, x:_cl799.x, y:_cl799.y}); } private function _qy709(_arg1:Number, _arg2:Function, _arg3:int=1):void{ var _local4:Timer = new Timer(_arg1, _arg3); _local4.addEventListener(TimerEvent.TIMER, _arg2, false, 0, true); _local4.addEventListener(TimerEvent.TIMER_COMPLETE, _go742, false, 0, true); _fi821[_local4] = _local4; _local4.start(); } private function _jm302(_arg1:Event):void{ _uv492._de752(); var _local2:Boolean; var _local3:int = _si543.getSize(); var _local4:int = _xe189.getSize(); if (_local3 != 0){ _rp804(_si543, _lo377, _ob1020, _fx421, _local3, _nt61); _local2 = true; }; if (_local4 != 0){ if (_local2){ _rp804(_xe189, _lo377, _aa208, _fx421, _local4); } else { _rp804(_xe189, _lo377, _aa208, _fx421, _local4, _nt61); _local2 = true; }; }; _xe189.setSize(0); _si543.setSize(0); if (!_local2){ _nt61(); }; } private function _ff356(_arg1:MouseEvent):void{ _pi466(); _arg1.updateAfterEvent(); } private function _qo803():void{ _qy709(_vm963, _dq729); } private function _pi466():void{ _jm1122(); _qy709(0, _tm934); } private function _cx462(_arg1:MouseEvent):void{ _pr207(); _mu319._ak472(); _arg1.updateAfterEvent(); } private function _rm675(_arg1:Event):void{ _uv492._de752(); _ow17(); _dr369(); var _local2:int = _uv492._my642(); if (_local2 != 0){ _rp804(_am17, _xe189, _aa208, _rm927, _oj853(_local2), _fp401); } else { _fp401(); }; } private function _am523(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == Keyboard.ENTER){ _vy1112(); }; _arg1.updateAfterEvent(); } private function _ky200(_arg1:String, _arg2:int=275, _arg3:int=85, _arg4:Boolean=true, _arg5:String="Continue"):void{ _ju105(); if (_arg4){ _yc386 = new _hd947(_arg2, _arg3, new _hu37(), new _md249(), new _hu37(), _rn38, _arg5, 0, 0); } else { _yc386 = new _hd947(_arg2, _arg3, null, null, null, _rn38, "Continue", 0, 0.5); }; _yc386.text = _arg1; _yc386.x = ((_hx679 - _yc386.width) >> 1); _yc386.y = (_bl637 - _yc386.height); addChild(_yc386); _yc386.addEventListener(MouseEvent.CLICK, _qm1118, false, 0, true); if (stage != null){ stage.focus = stage; stage.addEventListener(KeyboardEvent.KEY_DOWN, _fi920, false, 0, true); }; } private function _lh706(_arg1:TimerEvent):void{ var _local5:Point; var _local6:Point; var _local2:Function = Quadratic.easeOut; var _local3 = 500; var _local4 = 110; _bc651.x = _bb773.x; _bc651.y = _bb773.y; _mf735.x = _ix1079.x; _mf735.y = _ix1079.y; _bb773.visible = false; _ix1079.visible = false; _local5 = _km488(_bc651, _qc704(_uv492._xv868()), _vf777.x, (_vf777.y + _local4)); _local6 = _km488(_mf735, _qc704(_uv492._bq965()), _mk391.x, (_mk391.y + _local4)); _fc817.animate(_bc651, _local3, {visible:true, easingFunction:_local2, x:_local5.x, y:_local5.y}); _fc817.animate(_mf735, _local3, {onEndCall:_qo803, visible:true, easingFunction:_local2, x:_local6.x, y:_local6.y}); _arg1.updateAfterEvent(); } private function _il438(_arg1:TimerEvent):void{ var _local5:Point; var _local6:Point; var _local2:Function = Quadratic.easeOut; var _local3 = 500; var _local4 = 110; _bc651.x = _bb773.x; _bc651.y = _bb773.y; _mf735.x = _ix1079.x; _mf735.y = _ix1079.y; _bb773.visible = false; _ix1079.visible = false; _local5 = _km488(_bc651, _qc704(_uv492._xv868()), _vf777.x, (_vf777.y + _local4)); _local6 = _km488(_mf735, _qc704(_uv492._bq965()), _mk391.x, (_mk391.y + _local4)); _fc817.animate(_bc651, _local3, {visible:true, easingFunction:_local2, x:_local5.x, y:_local5.y}); _fc817.animate(_mf735, _local3, {onEndCall:_wf878, visible:true, easingFunction:_local2, x:_local6.x, y:_local6.y}); _arg1.updateAfterEvent(); } private function _qw551():void{ _xl544 = _nh820(_bw380, _qc704(_uv492._qe421()), _se249.x, _se249.y); var _local1:Function = Quadratic.easeOut; _fc817.animate(_bw380, _bn27, {onStartCall:_ug1124, visible:true, onEndCall:_xl592, easingFunction:_local1, x:_xl544.x, y:_xl544.y}); } private function _km488(_arg1:Sprite, _arg2:BitmapData, _arg3:Number, _arg4:Number):Point{ var _local5:Point = new Point(); var _local6:BitmapData = _gs21._sv108(_qi331, _arg2, _arg3, _arg4, _local5); _bm647(_arg1, _local6); _local5.x = (_local5.x + (_arg1.width >> 1)); _local5.y = (_local5.y + (_arg1.height >> 1)); return (_local5); } private function _jo876(_arg1:Event):void{ _uv492._de752(); _jm1122(); _xy101(); } private function _li1023():void{ _jk722.text = _uv492._mb245(); if (_uv492._os946()){ _jx570.text = _uv492._tu837(); _jx570.visible = true; _kp586.visible = true; } else { _jx570.visible = false; _kp586.visible = false; }; _ts848.reset(); _ts848.min = _uv492._lq868(); _ts848.max = _uv492._te1130(); _jk722.visible = true; _hs270.visible = true; if (stage != null){ stage.focus = _ts848; stage.addEventListener(KeyboardEvent.KEY_DOWN, _cy847, false, 0, true); }; _ts848.addEventListener(KeyboardEvent.KEY_DOWN, _ya563, false, 0, true); } private function _mj704(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == Keyboard.ENTER){ _cs143(); }; _arg1.updateAfterEvent(); } private function _ya563(_arg1:KeyboardEvent):void{ switch (_arg1.keyCode){ case Keyboard.LEFT: _ts848.setValue((_ts848._nx84 - 100), true); break; case Keyboard.RIGHT: _ts848.setValue((_ts848._nx84 + 100), true); break; case Keyboard.UP: _ts848.setValue((_ts848._nx84 + _uv492._bm446()), true); break; case Keyboard.DOWN: _ts848.setValue((_ts848._nx84 - _uv492._bm446()), true); break; case Keyboard.ENTER: _vy1112(); break; case 33: _ts848.setValue((_ts848._nx84 + _uv492._iy107()), true); break; case 34: _ts848.setValue((_ts848._nx84 - _uv492._iy107()), true); break; }; _arg1.updateAfterEvent(); } private function _ic756(_arg1:MouseEvent):void{ _vy1112(); _arg1.updateAfterEvent(); } private function _cn1034():void{ _wf39(); _gk379(); if (_uv492._po206()){ _qy709(_mo237, _wo603); } else { _qy709(0, _wo603); }; } private function _mi984():void{ _ip712._qn470("Win", 0, 0); _ip712._qn470(" ", 0, 1); _ip712._qn470("Split Pot", 1, 0); _ip712._qn470(" ", 1, 1); _ip712._qn470("Pot Equity", 2, 0); _ip712._qn470(" ", 2, 1); _ip712._qn470("Pot Odds", 3, 0); _ip712._qn470(" ", 3, 1); } private function _wi581(_arg1:Event):void{ _uv492._de752(); _fq618._qn470(_uv492._km92(), 1, 0); _ut396._qn470(_uv492._pp900(), 1, 0); _uv492._ea142(); } private function _tc1037(_arg1:String, _arg2:uint=0xFFFFFF):void{ _sg127.y = 116; _sg127.color = _arg2; _sg127.text = _arg1; _sg127.scaleX = 1; _sg127.scaleY = 1; _sg127.alpha = 0; _fc817.animate(_sg127, 400, {visible:true, alpha:1, onEndCall:_vv158, scaleX:2, scaleY:2, easingFunction:Cubic.easeOut}); } private function _rx221(_arg1:Event):void{ var _local2:String; var _local3:int; var _local4:int; var _local5:int; var _local6:int; var _local7:int; var _local8:int; var _local9:int; var _local10:int; var _local11:int; var _local12:Point; var _local13:int; var _local14:int; var _local15:int; _uv492._de752(); if (_uv492._bb331() == Model.COMPUTER){ _local2 = "Sorry, you've lost the game."; _ky200(_local2, 275, 85, true, "Continue"); } else { _pr207(); _local3 = (_hx679 >> 1); _local4 = (_local3 - (2 * _fy889)); _local5 = (_bl637 - (4 * _vj311)); _local6 = ((_local3 + (2 * _fy889)) - 1); _local7 = _local5; _local8 = _local6; _local9 = (_bl637 - 1); _local10 = _local4; _local11 = _local9; _qi331 = _gs21._nv950(_local4, _local5, _local6, _local7, _local8, _local9, _local10, _local11, 199, 110, 283, 140, 73, 205, 7, 155); _local12 = new Point(); _yt403.visible = (_mw409.visible = (_bb773.visible = (_ix1079.visible = true))); _yt403.scaleX = (_yt403.scaleY = (_mw409.scaleX = (_mw409.scaleY = 1))); _local13 = 160; _local12 = _km488(_yt403, _qc704(_uv492._co767()), (_ba526.x + _local13), (_ba526.y - 5)); _yt403.x = _local12.x; _yt403.y = _local12.y; _local12 = _km488(_mw409, _qc704(_uv492._vf605()), ((_ws526.x + _local13) - 5), (_ws526.y - 10)); _mw409.x = _local12.x; _mw409.y = _local12.y; _local14 = 250; _local15 = 250; _local12 = _km488(_bb773, _qc704(_uv492._xv868()), (_vf777.x + _local14), ((_vf777.y + _local15) - 5)); _bb773.x = _local12.x; _bb773.y = _local12.y; _local12 = _km488(_ix1079, _qc704(_uv492._bq965()), ((_mk391.x + _local14) - 5), (_mk391.y + _local15)); _ix1079.x = _local12.x; _ix1079.y = _local12.y; _mu319._mx840(_yt403, _mw409, _bb773, _ix1079); }; } private function _pv207():void{ _xh798 = new SimpleButton(_fa641, _fa641, _fa641, _fa641); _xh798.tabEnabled = false; _xh798.x = ((_hx679 - _xh798.width) >> 1); _xh798.y = 0; _xh798.addEventListener(MouseEvent.CLICK, _yh155, false, 0, true); addChild(_xh798); } private function _pc724(_arg1:Event):void{ _uv492._de752(); _jm1122(); _qw551(); } public function _ep274(_arg1:Sprite, _arg2:BitmapData):void{ var _local3:Bitmap = Bitmap(_arg1.getChildAt(0)); _local3.bitmapData = _arg2; } private function _ch704(_arg1:BitmapData=null):Sprite{ var _local2:Bitmap = new Bitmap(_arg1); _local2.x = -((_local2.width >> 1)); _local2.y = -((_local2.height >> 1)); var _local3:Sprite = new Sprite(); _local3.addChild(_local2); return (_local3); } private function init():void{ _hx679 = Main._hx679; _bl637 = Main._bl637; _ao957[_oh296._qb924] = new Array(); _ao957[_oh296._qb924].push(new _dx340().bitmapData); _ao957[_oh296._qb924].push(new _le913().bitmapData); _ao957[_oh296._qb924].push(new _qk1018().bitmapData); _ao957[_oh296._qb924].push(new _nk840().bitmapData); _ao957[_oh296._qb924].push(new _il961().bitmapData); _ao957[_oh296._qb924].push(new _hp550().bitmapData); _ao957[_oh296._qb924].push(new _yq700().bitmapData); _ao957[_oh296._qb924].push(new _vw499().bitmapData); _ao957[_oh296._qb924].push(new _eo101().bitmapData); _ao957[_oh296._qb924].push(new _xf326().bitmapData); _ao957[_oh296._qb924].push(new _ks414().bitmapData); _ao957[_oh296._qb924].push(new _ti1076().bitmapData); _ao957[_oh296._qb924].push(new _rx333().bitmapData); _ao957[_oh296._ef416] = new Array(); _ao957[_oh296._ef416].push(new _it715().bitmapData); _ao957[_oh296._ef416].push(new _pv807().bitmapData); _ao957[_oh296._ef416].push(new _uk779().bitmapData); _ao957[_oh296._ef416].push(new _yl211().bitmapData); _ao957[_oh296._ef416].push(new _kn912().bitmapData); _ao957[_oh296._ef416].push(new _me263().bitmapData); _ao957[_oh296._ef416].push(new _rf713().bitmapData); _ao957[_oh296._ef416].push(new _sb53().bitmapData); _ao957[_oh296._ef416].push(new _ss1015().bitmapData); _ao957[_oh296._ef416].push(new _er597().bitmapData); _ao957[_oh296._ef416].push(new _go981().bitmapData); _ao957[_oh296._ef416].push(new _de685().bitmapData); _ao957[_oh296._ef416].push(new _ci226().bitmapData); _ao957[_oh296._yi1076] = new Array(); _ao957[_oh296._yi1076].push(new _cx1149().bitmapData); _ao957[_oh296._yi1076].push(new _rn358().bitmapData); _ao957[_oh296._yi1076].push(new _ly149().bitmapData); _ao957[_oh296._yi1076].push(new _bn25().bitmapData); _ao957[_oh296._yi1076].push(new _ie196().bitmapData); _ao957[_oh296._yi1076].push(new _ab77().bitmapData); _ao957[_oh296._yi1076].push(new _jc438().bitmapData); _ao957[_oh296._yi1076].push(new _pf1148().bitmapData); _ao957[_oh296._yi1076].push(new _jy1059().bitmapData); _ao957[_oh296._yi1076].push(new _ts318().bitmapData); _ao957[_oh296._yi1076].push(new _ix382().bitmapData); _ao957[_oh296._yi1076].push(new _ap867().bitmapData); _ao957[_oh296._yi1076].push(new _uu507().bitmapData); _ao957[_oh296._nb802] = new Array(); _ao957[_oh296._nb802].push(new _qx409().bitmapData); _ao957[_oh296._nb802].push(new _oy1083().bitmapData); _ao957[_oh296._nb802].push(new _be1139().bitmapData); _ao957[_oh296._nb802].push(new _tk494().bitmapData); _ao957[_oh296._nb802].push(new _mu786().bitmapData); _ao957[_oh296._nb802].push(new _xl855().bitmapData); _ao957[_oh296._nb802].push(new _yh14().bitmapData); _ao957[_oh296._nb802].push(new _rp731().bitmapData); _ao957[_oh296._nb802].push(new _du24().bitmapData); _ao957[_oh296._nb802].push(new _ki731().bitmapData); _ao957[_oh296._nb802].push(new _ku843().bitmapData); _ao957[_oh296._nb802].push(new _xf966().bitmapData); _ao957[_oh296._nb802].push(new _dj223().bitmapData); _yt403 = _ch704(_kg1109); _mw409 = _ch704(_kg1109); _fq1105 = _ch704(_kg1109); _mq358 = _ch704(_kg1109); _bb773 = _ch704(_kg1109); _ix1079 = _ch704(_kg1109); _bc651 = _ch704(_kg1109); _mf735 = _ch704(_kg1109); _mo241 = _rw1082(_kg1109); _nh117 = _rw1082(_kg1109); _ld337 = _rw1082(_kg1109); _on868 = _rw1082(_kg1109); _bw380 = _rw1082(_kg1109); _mo241.visible = (_nh117.visible = (_ld337.visible = (_on868.visible = (_bw380.visible = false)))); _yt403.visible = (_mw409.visible = (_fq1105.visible = (_mq358.visible = (_bb773.visible = (_ix1079.visible = (_bc651.visible = (_mf735.visible = false))))))); _fy889 = _bb773.width; _vj311 = _bb773.height; var _local1 = 2; var _local2 = (_hx679 >> 1); _ba526 = new Point(((_local2 - _fy889) - (_local1 >> 1)), (_bl637 - _vj311)); _ws526 = new Point((_local2 + (_local1 >> 1)), (_bl637 - _vj311)); var _local3 = -93; _vf777 = new Point(((_local2 - _fy889) - (_local1 >> 1)), _local3); _mk391 = new Point((_local2 + (_local1 >> 1)), _local3); var _local4:int = ((_local2 - (2 * (_fy889 + _local1))) - (_fy889 >> 1)); var _local5 = ((_ba526.y + _mk391.y) >> 1); _wg1148 = new Point(_local4, _local5); _cj589 = new Point(((_local4 + _fy889) + _local1), _local5); _vt314 = new Point((_local4 + (2 * (_fy889 + _local1))), _local5); _hb237 = new Point((_local4 + (3 * (_fy889 + _local1))), _local5); _se249 = new Point((_local4 + (4 * (_fy889 + _local1))), _local5); _ug776.font = "BoldFont"; _ug776.size = 10; _ug776.color = 0xDDDDDD; _ug776.align = TextFormatAlign.CENTER; _rn38.font = "BoldFont"; _rn38.size = 11; _rn38.color = 0xEFEFEF; _rn38.leading = 4; _rn38.align = TextFormatAlign.CENTER; var _local6:int = (_local2 - (5 * _fy889)); var _local7:int = (_bl637 - (10 * _vj311)); var _local8:int = ((_local2 + (5 * _fy889)) - 1); var _local9:int = _local7; var _local10:int = _local8; var _local11:int = (_bl637 - 1); var _local12:int = _local6; var _local13:int = _local11; _qi331 = _gs21._nv950(_local6, _local7, _local8, _local9, _local10, _local11, _local12, _local13, 194, 55, 445, 55, 528, 338, 111, 338); var _local14:BitmapData = new _vr712().bitmapData; var _local15:BitmapData = new _fw734().bitmapData; var _local16:Bitmap = new Bitmap(_local15); _jk722 = new _ev459(_local16, new Bitmap(_local14), _local16, _ug776, "CALL"); _local16 = new Bitmap(_local15); _jx570 = new _ev459(_local16, new Bitmap(_local14), _local16, _ug776, "RAISE TO"); _local16 = new Bitmap(_local15); _hs270 = new _ev459(_local16, new Bitmap(_local14), _local16, _ug776, "FOLD"); _local16 = new Bitmap(_local15); var _local17 = 5; var _local18 = (((_hx679 - (3 * _jx570.width)) - (2 * _local17)) >> 1); var _local19:int = ((_bl637 - _hs270.height) - 7); _hs270.x = _local18; _hs270.y = _local19; _jk722.x = ((_local18 + _jx570.width) + _local17); _jk722.y = _local19; _jx570.x = ((_local18 + (2 * _jx570.width)) + (2 * _local17)); _jx570.y = _local19; _jx570.visible = false; _jk722.visible = false; _hs270.visible = false; var _local20:TextFormat = new TextFormat(); _local20.font = "BoldFont"; _local20.size = 10; _local20.color = 0xCACACA; _local20.align = TextFormatAlign.LEFT; _yx823 = new _ck834(_local20, "Main Menu"); _do831 = new _lf356(_local20, "Hide Odds", "Show Odds"); _lc1025 = new _ck834(_local20, "?"); muteButton.x = 5; muteButton.y = 5; _yx823.x = 30; _yx823.y = 6; _do831.x = 110; _do831.y = _yx823.y; var _local21:TextFormat = new TextFormat(); _local21.font = "NormalFont"; _local21.size = 10; _local21.color = 0xFFFFFF; _local21.align = TextFormatAlign.LEFT; _local21.leading = 3; _kq1020 = new _hd947(375, 275, new _hu37(), new _md249(), new _hu37(), _local21, "Close", 0x1919, 0.8, true); _kq1020.x = ((_hx679 - _kq1020.width) >> 1); _kq1020.y = 40; _kq1020.text = "Win:\nThe probability that your hand is stronger than your opponent's hand at the showdown.\n\nSplit Pot:\nThe probability of ending in a tie.\n\nPot Equity:\nYour expected share of the pot. (Defined as: win probability plus half split pot probability.)\n\nPot Odds:\nIf this value is less than your pot equity then calling is profitable in the long run."; _kq1020.visible = false; var _local22:TextFormat = new TextFormat(); _local22.font = "BoldFont"; _local22.align = TextFormatAlign.CENTER; _local22.size = 10; _sg127 = new _xn44(_local22); _sg127.x = (_hx679 >> 1); _sg127.visible = false; _ts848 = new _el429(); var _local23:TextFormat = new TextFormat(); _local23.font = "BoldFont"; _local23.size = 10; _local23.color = 0x222222; _local23.align = TextFormatAlign.CENTER; _local23.leading = 5; _ro437 = new _im495(_local23); _ro437.borderColor = 0x8B8B8B; _ro437.backgroundColor = 0xDDDDDD; _ro437.transform.colorTransform = new ColorTransform(-1, -1, -1, 1, 0xFF, 0xFF, 0xFF, 0); _mx214 = _yx187(); _mx214.buttonMode = true; _mx214.tabEnabled = false; _tt1098 = _kl1125(); _tt1098.buttonMode = true; _tt1098.tabEnabled = false; _kp586 = new Sprite(); _kp586.mouseEnabled = false; _ts848.x = 0; _ts848.y = 0; _ro437.x = (((_ts848.x + _ts848.width) - _ro437.width) - 33); _ro437.y = ((_ts848.y + ((_ts848.height - _ro437.height) >> 1)) - 1); _mx214.x = (((_ts848.x + _ts848.width) - _mx214.width) - 14); _mx214.y = (_ts848.y + 3); _tt1098.x = _mx214.x; _tt1098.y = ((_mx214.y + _mx214.height) + 1); _kp586.addChild(_ts848); _kp586.addChild(_ro437); _kp586.addChild(_mx214); _kp586.addChild(_tt1098); _kp586.x = ((_hx679 - _kp586.width) >> 1); _kp586.y = (_bl637 - 78); _kp586.visible = false; var _local24:BitmapData = new _tr1052().bitmapData; var _local25:BitmapData = new _ma281().bitmapData; var _local26:BitmapData = new _we723().bitmapData; var _local27:BitmapData = new _qx170().bitmapData; var _local28 = 12; _fq618 = _yk1050(new Bitmap(_local24), new Bitmap(_local26), _ug776, "PLAYER"); _fq618.x = ((_hx679 - _fq618.width) - _local28); _fq618.y = (_bl637 - 74); _ip712 = new _at163(new Bitmap(_local24), new Bitmap(_local27), 4, 2, new Array(0, 92), new Array(_at163.LEFT, _at163.RIGHT), _ug776, true, "ODDS"); _ip712.x = 24; _ip712.y = (_bl637 - 112); _ip712.visible = _do831.checked; _lc1025.x = ((_ip712.width - _lc1025.width) - 8); _lc1025.y = 4; _ip712.addChild(_lc1025); _ut396 = _yk1050(new Bitmap(_local25), new Bitmap(_local26), _ug776, "COMPUTER"); _ut396.x = ((_hx679 - _ut396.width) - _local28); _ut396.y = 28; _vu186 = new _ax810(_ug776, ""); _vu186.autoSize = TextFieldAutoSize.CENTER; _vu186.x = 560; _vu186.y = 6; _wh557 = new _ax810(_ug776, ""); _wh557.autoSize = TextFieldAutoSize.CENTER; _wh557.x = (_hx679 - 40); _wh557.y = 157; _sb835 = new _ax810(_ug776, "-"); _sb835.x = ((_hx679 - _sb835.width) >> 1); _sb835.y = 272; _sb835.visible = false; _am17 = new _rg302(_ie512, 0, _mk394, 3); _am17.x = 467; _am17.y = 326; _xe189 = new _rg302(_rm927, 0, _mk394, 2); _xe189.x = 448; _xe189.y = 222; _vi1125 = new _rg302(_sx735, 0, _mk394, 2); _vi1125.x = 395; _vi1125.y = 80; _si543 = new _rg302(_ib1154, 0, _mk394, 2); _si543.x = 421; _si543.y = 109; _lo377 = new _rg302(_fx421, 0, _mk394, 2); _lo377.x = 455; _lo377.y = 166; _aa208 = new _rg302(_fx421, 0, _mk394, 2); _aa208.visible = false; _ob1020 = new _rg302(_fx421, 0, _mk394, 2); _ob1020.visible = false; _oi471 = new _rg302(_fx421, 0, _mk394, 2); _oi471.visible = false; _bs450 = new _ax810(_ug776, " "); _bs450.x = (_xe189.x + 10); _bs450.y = (_xe189.y + 18); _sc747 = new _ax810(_ug776, " "); _sc747.x = (_si543.x + 6); _sc747.y = (_si543.y + 10); _wq260 = new Point(199, 105); _qt1150 = new Point(165, 228); _ih379.x = _qt1150.x; _ih379.y = _qt1150.y; _df1096.x = _wq260.x; _df1096.y = _wq260.y; _ih379.visible = false; _df1096.visible = false; var _local29:Bitmap = new _bj888(); _local29.x = 0; _local29.y = 0; addChild(_local29); addChild(_mo241); addChild(_nh117); addChild(_ld337); addChild(_on868); addChild(_bw380); addChild(_vi1125); addChild(_ob1020); addChild(_si543); addChild(_lo377); addChild(_xe189); addChild(_aa208); addChild(_oi471); addChild(_am17); addChild(_df1096); addChild(_ih379); addChild(_vu186); addChild(_ut396); addChild(_ip712); addChild(_sb835); addChild(_bs450); addChild(_sc747); addChild(_fq618); addChild(_wh557); addChild(_bb773); addChild(_ix1079); addChild(_bc651); addChild(_mf735); addChild(_fq1105); addChild(_mq358); addChild(_yt403); addChild(_mw409); addChild(_kp586); addChild(_hs270); addChild(_jk722); addChild(_jx570); addChild(muteButton); addChild(_yx823); addChild(_do831); addChild(_sg127); addChild(_kq1020); _yx823.addEventListener(MouseEvent.CLICK, _cx462, false, 0, true); _lc1025.addEventListener(MouseEvent.CLICK, _cm196, false, 0, true); _kq1020.addEventListener(MouseEvent.CLICK, _jc1047, false, 0, true); _do831.addEventListener(_lf356.STATE_CHANGE, _tx431, false, 0, true); _hs270.addEventListener(MouseEvent.CLICK, _ff356, false, 0, true); _jk722.addEventListener(MouseEvent.CLICK, _lt1000, false, 0, true); _jx570.addEventListener(MouseEvent.CLICK, _ic756, false, 0, true); _ts848.addEventListener(_el429._ib493, _go1058, false, 0, true); _ts848.addEventListener(_el429._uv651, _um293, false, 0, true); _ro437.addEventListener(Event.CHANGE, _aq398, false, 0, true); _ro437.addEventListener(KeyboardEvent.KEY_DOWN, _am523, false, 0, true); _mx214.addEventListener(MouseEvent.CLICK, _sh1004, false, 0, true); _tt1098.addEventListener(MouseEvent.CLICK, _qq861, false, 0, true); _uv492.addEventListener(Model._ny943, _ih831, false, 0, true); _uv492.addEventListener(Model._nw187, _ef667, false, 0, true); _uv492.addEventListener(Model._bb213, _qq167, false, 0, true); _uv492.addEventListener(Model._ga875, _wx464, false, 0, true); _uv492.addEventListener(Model._ud557, _go894, false, 0, true); _uv492.addEventListener(Model._wn75, _jo876, false, 0, true); _uv492.addEventListener(Model._xg131, _hw187, false, 0, true); _uv492.addEventListener(Model._jp465, _pc724, false, 0, true); _uv492.addEventListener(Model._rk793, _yx299, false, 0, true); _uv492.addEventListener(Model._js370, _qm714, false, 0, true); _uv492.addEventListener(Model._rc1054, _rx221, false, 0, true); _uv492.addEventListener(Model._oh92, _rm675, false, 0, true); _uv492.addEventListener(Model._co38, _fg929, false, 0, true); _uv492.addEventListener(Model._jw948, _jm302, false, 0, true); _uv492.addEventListener(Model._di256, _qt500, false, 0, true); _uv492.addEventListener(Model._fb670, _wi581, false, 0, true); _pv207(); } private function _jm1122():void{ _jk722.visible = false; _jx570.visible = false; _hs270.visible = false; _kp586.visible = false; _ts848.removeEventListener(KeyboardEvent.KEY_DOWN, _ya563); if (stage != null){ stage.removeEventListener(KeyboardEvent.KEY_DOWN, _cy847); }; } private function _ko122(_arg1:TimerEvent):void{ _uv492._ea142(); _arg1.updateAfterEvent(); } private function _sh1004(_arg1:MouseEvent):void{ _ts848.setValue((_ts848._nx84 + _uv492._iy107()), true); _arg1.updateAfterEvent(); } private function _cm196(_arg1:MouseEvent):void{ _kq1020.visible = !(_kq1020.visible); _arg1.updateAfterEvent(); } private function _mr369():void{ _uv492._ea142(); } private function _jd220(_arg1:Number):void{ _fq618.text = _yl1153._ic1044(_arg1); } private function _qm1118(_arg1:MouseEvent):void{ _dx679(); _arg1.updateAfterEvent(); } private function _xl592():void{ _wf39(); _gk379(); if (_uv492._po206()){ _qy709(_vm963, _nf1000); } else { _qy709(0, _nf1000); }; } private function _sf456():void{ var _local1:Timer; for each (_local1 in _fi821) { _local1.stop(); delete _fi821[_local1]; }; } private function _fs399():void{ if (!_uv492._fl479()){ _jh449(); }; _jm1122(); _qy709(0, _kh381); } private function _qg957():void{ if (_yc386 != null){ _yc386.removeEventListener(MouseEvent.CLICK, _qm1118); if (stage != null){ stage.removeEventListener(KeyboardEvent.KEY_DOWN, _fi920); }; if (_yc386.parent != null){ _yc386.parent.removeChild(_yc386); }; _yc386 = null; }; } private function _qq861(_arg1:MouseEvent):void{ _ts848.setValue((_ts848._nx84 - _uv492._iy107()), true); _arg1.updateAfterEvent(); } private function _wo603(_arg1:TimerEvent):void{ _uv492._ea142(); _arg1.updateAfterEvent(); } private function _an238(_arg1:TimerEvent):void{ var _local2:int = _uv492._kw19(); switch (_local2){ case Model._jk984: _tc1037("FOLD"); break; case Model._ne173: _tc1037("CHECK"); break; case Model._xo957: _tc1037("CALL"); break; case Model._if590: _tc1037(("BET\n" + _yl1153._ic1044(_uv492._wn725()))); break; case Model._bs139: _tc1037(("RAISE TO\n" + _yl1153._ic1044(_uv492._wn725()))); break; case Model._an964: _tc1037("ALL IN"); break; }; _arg1.updateAfterEvent(); } private function _gk379():void{ _ba47(_uv492._nt893(), _uv492._ae463(), _uv492._oj548(), _uv492._su200()); } private function _dr369():void{ var _local1:int = _uv492._sh1015(); _jd220(_local1); _am17.setSize(_oj853(_local1)); } private function _um710():void{ _yt403.x = (_mw409.x = (-2 * _yt403.width)); _yt403.y = (_mw409.y = (_bl637 >> 1)); _bb773.x = (_ix1079.x = (-2 * _bb773.width)); _bb773.y = (_ix1079.y = (_bl637 >> 1)); _oc1000 = _km488(_bb773, _kg1109, _vf777.x, _vf777.y); _ej954 = _km488(_ix1079, _kg1109, _mk391.x, _mk391.y); _qn846 = _km488(_yt403, _kg1109, _ba526.x, _ba526.y); _hh1162 = _km488(_mw409, _kg1109, _ws526.x, _ws526.y); var _local1:Function = Quadratic.easeOut; if (_fp814 == Model.COMPUTER){ _fc817.animate(_yt403, _nx184, {onStartCall:_ug1124, visible:true, easingFunction:_local1, rotation:360, x:_qn846.x, y:_qn846.y}); _fc817.animate(_bb773, _nx184, {onStartCall:_ug1124, visible:true, easingFunction:_local1, rotation:360, x:_oc1000.x, y:_oc1000.y, delay:_np475}); _fc817.animate(_mw409, _nx184, {onStartCall:_ug1124, visible:true, easingFunction:_local1, rotation:360, x:_hh1162.x, y:_hh1162.y, delay:(2 * _np475)}); _fc817.animate(_ix1079, _nx184, {onEndCall:_ap357, onStartCall:_ug1124, visible:true, easingFunction:_local1, rotation:360, x:_ej954.x, y:_ej954.y, delay:(3 * _np475)}); } else { _fc817.animate(_bb773, _nx184, {onStartCall:_ug1124, visible:true, onStartCall:_ug1124, easingFunction:_local1, rotation:360, x:_oc1000.x, y:_oc1000.y}); _fc817.animate(_yt403, _nx184, {onStartCall:_ug1124, visible:true, easingFunction:_local1, rotation:360, x:_qn846.x, y:_qn846.y, delay:_np475}); _fc817.animate(_ix1079, _nx184, {onStartCall:_ug1124, visible:true, easingFunction:_local1, rotation:360, x:_ej954.x, y:_ej954.y, delay:(2 * _np475)}); _fc817.animate(_mw409, _nx184, {onEndCall:_ap357, onStartCall:_ug1124, visible:true, easingFunction:_local1, rotation:360, x:_hh1162.x, y:_hh1162.y, delay:(3 * _np475)}); }; } private function _id218():void{ _rj53(_uv492._oj548(), _uv492._su200()); } private function _hn571():void{ _wf39(); _gk379(); if (_uv492._po206()){ _qy709(_ik1134, _ko122); } else { _qy709(0, _ko122); }; } private function _go742(_arg1:TimerEvent):void{ delete _fi821[_arg1.currentTarget]; _arg1.updateAfterEvent(); } private function _ih831(_arg1:Event):void{ _ou591 = _uv492._ec592(); _jm1122(); _dr369(); _ba77(); _ab837(); _xr958(); } private function _xr810(_arg1:Number):void{ _wh557.text = ("POT\n" + _yl1153._ic1044(_arg1)); } private function _tv860():void{ var _local2:Point; var _local1:int; _local2 = _km488(_bb773, _qc704(_uv492._xv868()), _vf777.x, (_vf777.y + _local1)); _bb773.x = _local2.x; _bb773.y = _local2.y; _local2 = _km488(_ix1079, _qc704(_uv492._bq965()), _mk391.x, (_mk391.y + _local1)); _ix1079.x = _local2.x; _ix1079.y = _local2.y; _qy709(200, _il438); } private function _bq695():void{ var _local1:int = _uv492._oy464(); if (_local1 != 0){ _sc747.visible = true; _sc747.text = _yl1153._ic1044(_local1); _si543.setSize(_oj853(_local1)); }; _ab837(); _uv492._ea142(); } private function _rw1082(_arg1:BitmapData=null):Sprite{ var _local2:Bitmap = new Bitmap(_arg1); var _local3:Sprite = new Sprite(); _local3.addChild(_local2); return (_local3); } private function _tm934(_arg1:TimerEvent):void{ _uv492._ea142(); _uv492._qm714(); _arg1.updateAfterEvent(); } private function _qo64():void{ _pr291.play(0, 0, _lh176); } private function _hc126():void{ var _local2:DisplayObject; var _local3:int; var _local4:int; var _local1:Function = Quadratic.easeOut; if (_ih379.visible){ if (_fp814 == Model._fu220){ _mr369(); } else { _ih379.visible = false; _df1096.x = _ih379.x; _df1096.y = _ih379.y; _fc817.animate(_df1096, _bn1147, {onEndCall:_mr369, visible:true, easingFunction:_local1, x:_wq260.x, y:_wq260.y}); }; } else { if (_df1096.visible){ if (_fp814 == Model.COMPUTER){ _mr369(); } else { _df1096.visible = false; _ih379.x = _df1096.x; _ih379.y = _df1096.y; _fc817.animate(_ih379, _bn1147, {onEndCall:_mr369, visible:true, easingFunction:_local1, x:_qt1150.x, y:_qt1150.y}); }; } else { _ih379.visible = false; _df1096.visible = false; if (_fp814 == Model.COMPUTER){ _local2 = _df1096; _local3 = _df1096.x; _local4 = _df1096.y; } else { _local2 = _ih379; _local3 = _ih379.x; _local4 = _ih379.y; }; _local2.x = -(_local2.width); _local2.y = (_bl637 / 3); _fc817.animate(_local2, _bn1147, {onEndCall:_mr369, visible:true, easingFunction:_local1, x:_local3, y:_local4}); }; }; } private function _xy101():void{ var _local1:int; _local1 = _np475; _mf40 = _nh820(_mo241, _qc704(_uv492._nj1001()), _wg1148.x, _wg1148.y); _gv587 = _nh820(_nh117, _qc704(_uv492._dv852()), _cj589.x, _cj589.y); _lc189 = _nh820(_ld337, _qc704(_uv492._vx1042()), _vt314.x, _vt314.y); _mo241.x = (_nh117.x = (_ld337.x = (_on868.x = (_bw380.x = -(_mo241.width))))); _mo241.y = (_nh117.y = (_ld337.y = (_on868.y = (_bw380.y = _mf40.y)))); var _local2:Function = Quadratic.easeOut; _fc817.animate(_mo241, _bn27, {onStartCall:_ug1124, visible:true, easingFunction:_local2, x:_mf40.x, y:_mf40.y}); _fc817.animate(_nh117, _bn27, {onStartCall:_ug1124, visible:true, delay:_local1, easingFunction:_local2, x:_gv587.x, y:_gv587.y}); _fc817.animate(_ld337, _bn27, {onStartCall:_ug1124, visible:true, onEndCall:_cn1034, delay:(2 * _local1), easingFunction:_local2, x:_lc189.x, y:_lc189.y}); } private function _go894(_arg1:Event):void{ _uv492._de752(); _jm1122(); _wu39(_uv492._ek863()); _um710(); } private function _wx464(_arg1:Event):void{ _uv492._de752(); _li1023(); _id218(); } private function _eu1020():void{ _sb835.visible = true; _wf39(); _gk379(); _uv492._ea142(); } private function _yx299(_arg1:Event):void{ _uv492._de752(); _jm1122(); if (!_uv492._po206()){ _tv860(); } else { _qy709(0, _ae142); }; } private function _yx187(_arg1:int=14, _arg2:int=10):Sprite{ var _local3:Sprite = new Sprite(); var _local4:Shape = new Shape(); var _local5:Shape = new Shape(); var _local6:Shape = new Shape(); var _local7:Shape = new Shape(); var _local8:Matrix = new Matrix(); _local8.createGradientBox(_arg1, _arg2, (Math.PI / 2), 0, 0); var _local9:Graphics = _local4.graphics; _local9.lineStyle(1, 0); _local9.beginGradientFill(GradientType.LINEAR, [0x444444, 0], [1, 1], [0, 0xFF], _local8); _local9.drawRect(0, 0, _arg1, _arg2); _local9.endFill(); var _local10 = 5; var _local11:uint = 0x888888; _local9 = _local6.graphics; _local9.lineStyle(1, _local11); _local9.lineTo(_local10, 0); _local6.y = (_arg2 >> 1); _local6.x = ((_local4.width - _local10) >> 1); var _local12 = (_local10 >> 1); _local9.lineStyle(1, _local11); _local9.moveTo(_local12, -(_local12)); _local9.lineTo(_local12, (_local12 + 1)); _local9 = _local5.graphics; _local9.lineStyle(1, 0x333333); _local9.drawRect(1, 1, (_arg1 - 2), (_arg2 - 2)); _local3.addChild(_local4); _local3.addChild(_local5); _local3.addChild(_local6); return (_local3); } private function _kl1125(_arg1:int=14, _arg2:int=10):Sprite{ var _local3:Sprite = new Sprite(); var _local4:Shape = new Shape(); var _local5:Shape = new Shape(); var _local6:Shape = new Shape(); var _local7:Shape = new Shape(); var _local8:Matrix = new Matrix(); _local8.createGradientBox(_arg1, _arg2, (-(Math.PI) / 2), 0, 0); var _local9:Graphics = _local4.graphics; _local9.lineStyle(1, 0); _local9.beginGradientFill(GradientType.LINEAR, [0x444444, 0], [1, 1], [0, 0xFF], _local8); _local9.drawRect(0, 0, _arg1, _arg2); _local9.endFill(); var _local10 = 5; var _local11:uint = 0x888888; _local9 = _local6.graphics; _local9.lineStyle(1, _local11); _local9.lineTo(_local10, 0); _local6.y = (_arg2 >> 1); _local6.x = ((_local4.width - _local10) >> 1); _local9 = _local5.graphics; _local9.lineStyle(1, 0x333333); _local9.drawRect(1, 1, (_arg1 - 2), (_arg2 - 2)); _local3.addChild(_local4); _local3.addChild(_local5); _local3.addChild(_local6); return (_local3); } private function _wf39():void{ _lb894(_uv492._ai820()); } private function _hw187(_arg1:Event):void{ _uv492._de752(); _jm1122(); _yh288(); } private function _xr958():void{ _kj1124(_uv492._iy107(), _uv492._bm446()); } private function _px274():void{ var _local2:Point; var _local1:int; _local2 = _km488(_bb773, _qc704(_uv492._xv868()), _vf777.x, (_vf777.y + _local1)); _bb773.x = _local2.x; _bb773.y = _local2.y; _local2 = _km488(_ix1079, _qc704(_uv492._bq965()), _mk391.x, (_mk391.y + _local1)); _ix1079.x = _local2.x; _ix1079.y = _local2.y; _qy709(200, _lh706); } private function _vy1112():void{ _jm1122(); _qy709(0, _cl514); } private function _ap357():void{ var _local1:Point = _km488(_fq1105, _qc704(_uv492._co767()), _ba526.x, _ba526.y); var _local2:Point = _km488(_mq358, _qc704(_uv492._vf605()), _ws526.x, _ws526.y); _fq1105.x = _local1.x; _fq1105.y = _local1.y; _mq358.x = _local2.x; _mq358.y = _local2.y; _fq1105.scaleX = 0; _mq358.scaleX = 0; var _local3:Function = Linear.easeOut; _fc817.animate(_yt403, _gd763, {easingFunction:_local3, scaleX:0, hide:true}); _fc817.animate(_fq1105, _gd763, {visible:true, easingFunction:_local3, delay:_gd763, scaleX:1}); _fc817.animate(_mw409, _gd763, {easingFunction:_local3, scaleX:0, hide:true}); _fc817.animate(_mq358, _gd763, {visible:true, onEndCall:_eu1020, easingFunction:_local3, delay:_gd763, scaleX:1}); } private function _nl480():void{ _uv492._ea142(); _uv492._uy583(); } private function _wu39(_arg1:int):void{ _fp814 = _arg1; } private function _gf623():void{ _sc747.visible = false; _bs450.visible = false; _ab837(); _dr369(); _ba77(); _uv492._ea142(); } private function _pr742(_arg1:DisplayObject, _arg2:DisplayObject, _arg3:TextFormat, _arg4:String=" "):_at163{ var _local5:Array = [0]; var _local6:Array = [_at163.CENTER]; return (new _at163(_arg1, _arg2, 1, 1, _local5, _local6, _arg3, true, _arg4)); } private function _jh449():void{ _wr710.play(0, 0, _lh176); } private function _jc1047(_arg1:MouseEvent):void{ _kq1020.visible = false; _arg1.updateAfterEvent(); } private function _ae142(_arg1:TimerEvent):void{ var _local2:Number = 0.5; _mo241.alpha = _local2; _nh117.alpha = _local2; _ld337.alpha = _local2; _on868.alpha = _local2; _bw380.alpha = _local2; _fq1105.alpha = _local2; _mq358.alpha = _local2; _bc651.alpha = _local2; _mf735.alpha = _local2; var _local3:Array = _uv492._vq163(); _local2 = 1; var _local4:int; while (_local4 < _local3.length) { switch (int(_local3[_local4])){ case 0: _bc651.alpha = _local2; break; case 1: _mf735.alpha = _local2; break; case 2: _fq1105.alpha = _local2; break; case 3: _mq358.alpha = _local2; break; case 4: _mo241.alpha = _local2; break; case 5: _nh117.alpha = _local2; break; case 6: _ld337.alpha = _local2; break; case 7: _on868.alpha = _local2; break; case 8: _bw380.alpha = _local2; break; }; _local4++; }; switch (_uv492._bb331()){ case Model._fu220: _ek288("YOU WIN!", 0xFFB600); break; case Model.COMPUTER: _ek288("YOU LOSE!", 15206665); break; case Model._sx15: _ek288("SPLIT POT!", 0xFFFFFF); break; }; _arg1.updateAfterEvent(); } private function _tt251():void{ if (_if149 != null){ if (_if149.parent != null){ _if149.parent.removeChild(_if149); }; _if149 = null; }; } private function _fg929(_arg1:Event):void{ _uv492._de752(); _ow17(); _ba77(); var _local2:int = _uv492._oy464(); if (_local2 != 0){ _rp804(_vi1125, _si543, _ob1020, _ib1154, _oj853(_local2), _bq695); } else { _bq695(); }; } private function _wf878():void{ _qy709(_vm963, _ae142); } private function _kh381(_arg1:TimerEvent):void{ _uv492._ea142(); _uv492._cw871(); _arg1.updateAfterEvent(); } private function _av808():void{ _qo64(); var _local1:int = _lo377.getSize(); _lo377.setSize(0); switch (_uv492._bb331()){ case Model._fu220: _rp804(_lo377, _am17, _aa208, _ie512, _local1, _ci135); break; case Model.COMPUTER: _rp804(_lo377, _vi1125, _ob1020, _sx735, _local1, _ci135); break; case Model._sx15: _rp804(_lo377, _am17, _aa208, _ie512, Math.ceil((_local1 >> 1)), _ci135); _rp804(_lo377, _vi1125, _ob1020, _sx735, Math.ceil((_local1 >> 1)), _ci135); break; }; } private function _vv158():void{ _fc817.animate(_sg127, 650, {onEndCall:_nl480, hide:true, alpha:0, scaleX:1, scaleY:1, easingFunction:Quadratic.easeIn}); } private function _qt500(_arg1:Event):void{ _uv492._de752(); _xr958(); _xt792(((("Blinds increase to " + _yl1153._ic1044(_uv492._bm446())) + " / ") + _yl1153._ic1044(_uv492._iy107()))); _qy709(2000, _gs645); } private function _ow17():void{ _kk427.play(0, 0, _lh176); } private function _cs143():void{ _ju105(); _uv492._ea142(); } private function _lt1000(_arg1:MouseEvent):void{ _fs399(); _arg1.updateAfterEvent(); } private function _go1058(_arg1:Event):void{ _ro437.text = String(_ts848._nx84); } private function _cl514(_arg1:TimerEvent):void{ _uv492._ea142(); _uv492._ma795(_ts848._nx84); _arg1.updateAfterEvent(); } private function _ug1124():void{ _gy996.play(0, 0, _lh176); } private function _jv737(_arg1:Number):void{ _ut396.text = _yl1153._ic1044(_arg1); } private function _lb894(_arg1:String):void{ _sb835.text = _arg1; } private function _fp401():void{ var _local1:int = _uv492._my642(); if (_local1 != 0){ _bs450.visible = true; _bs450.text = _yl1153._ic1044(_local1); _xe189.setSize(_oj853(_local1)); }; _ab837(); _uv492._ea142(); } private function _nf1000(_arg1:TimerEvent):void{ _uv492._ea142(); _arg1.updateAfterEvent(); } private function _ci135():void{ _ab837(); _dr369(); _ba77(); var _local1:String = new String(); switch (_uv492._bb331()){ case Model.COMPUTER: _local1 = ("Computer wins the pot with\n" + _uv492._ae341()); break; case Model._fu220: _local1 = ("You win the pot with\n" + _uv492._ai820()); break; case Model._sx15: _local1 = ("Split Pot!\n" + _uv492._ai820()); break; }; _hs447(_local1); } private function _ek288(_arg1:String, _arg2:uint=0xFFFFFF):void{ _sg127.y = 172; _sg127.color = _arg2; _sg127.text = _arg1; _sg127.scaleX = 1; _sg127.scaleY = 1; _sg127.alpha = 1; _fc817.animate(_sg127, 1000, {visible:true, onEndCall:_lc896, scaleX:5, scaleY:5, easingFunction:Quintic.easeOut}); } private function _kj1124(_arg1:Number, _arg2:Number):void{ _vu186.text = ((("Blinds: " + _yl1153._ic1044(_arg2)) + " / ") + _yl1153._ic1044(_arg1)); } private function _aq398(_arg1:Event):void{ _ts848._nx84 = int(_ro437.text); } private function _nh820(_arg1:Sprite, _arg2:BitmapData, _arg3:Number, _arg4:Number):Point{ var _local5:Point = new Point(); var _local6:BitmapData = _gs21._sv108(_qi331, _arg2, _arg3, _arg4, _local5); _ep274(_arg1, _local6); return (_local5); } private function _dx679():void{ _qg957(); _pr207(); _mu319._ak472(); _uv492._ea142(); } private function _lc896():void{ _fc817.animate(_sg127, 650, {onEndCall:_av808, hide:true, alpha:0, scaleX:7, scaleY:7, easingFunction:Quadratic.easeOut}); } private function _pr207():void{ SoundMixer.stopAll(); _sf456(); _fc817._up715(); _do831.removeEventListener(_lf356.STATE_CHANGE, _tx431); _yx823.removeEventListener(MouseEvent.CLICK, _cx462); _lc1025.removeEventListener(MouseEvent.CLICK, _cm196); _kq1020.removeEventListener(MouseEvent.CLICK, _jc1047); _hs270.removeEventListener(MouseEvent.CLICK, _ff356); _jk722.removeEventListener(MouseEvent.CLICK, _lt1000); _jx570.removeEventListener(MouseEvent.CLICK, _ic756); _ts848.removeEventListener(_el429._ib493, _go1058); _ts848.removeEventListener(_el429._uv651, _um293); _ro437.removeEventListener(Event.CHANGE, _aq398); _ro437.removeEventListener(KeyboardEvent.KEY_DOWN, _am523); _mx214.removeEventListener(MouseEvent.CLICK, _sh1004); _tt1098.removeEventListener(MouseEvent.CLICK, _qq861); _uv492.removeEventListener(Model._ny943, _ih831); _uv492.removeEventListener(Model._nw187, _ef667); _uv492.removeEventListener(Model._bb213, _qq167); _uv492.removeEventListener(Model._ga875, _wx464); _uv492.removeEventListener(Model._ud557, _go894); _uv492.removeEventListener(Model._wn75, _jo876); _uv492.removeEventListener(Model._xg131, _hw187); _uv492.removeEventListener(Model._jp465, _pc724); _uv492.removeEventListener(Model._rk793, _yx299); _uv492.removeEventListener(Model._js370, _qm714); _uv492.removeEventListener(Model._rc1054, _rx221); _uv492.removeEventListener(Model._oh92, _rm675); _uv492.removeEventListener(Model._co38, _fg929); _uv492.removeEventListener(Model._jw948, _jm302); _uv492.removeEventListener(Model._di256, _qt500); _uv492.removeEventListener(Model._fb670, _wi581); if (_yc386 != null){ _yc386.removeEventListener(MouseEvent.CLICK, _yu211); _yc386.removeEventListener(MouseEvent.CLICK, _qm1118); }; if (stage != null){ stage.removeEventListener(KeyboardEvent.KEY_DOWN, _mj704); stage.removeEventListener(KeyboardEvent.KEY_DOWN, _fi920); stage.removeEventListener(KeyboardEvent.KEY_DOWN, _cy847); }; if (_ts848 != null){ _ts848.removeEventListener(KeyboardEvent.KEY_DOWN, _ya563); }; _ow1153(); } private function _cy847(_arg1:KeyboardEvent):void{ switch (_arg1.keyCode){ case 67: _fs399(); break; case 70: _pi466(); break; case 82: _vy1112(); break; }; _arg1.updateAfterEvent(); } private function _qq167(_arg1:Event):void{ _uv492._de752(); _jm1122(); _ut396._qn470("THINKING...", 1, 0); var _local2 = 300; _qy709(_local2, _an238); } private function _fi920(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == Keyboard.ENTER){ _dx679(); }; _arg1.updateAfterEvent(); } private function _tx431(_arg1:Event):void{ _ip712.visible = _do831.checked; } private function _rj53(_arg1:Number, _arg2:Number):void{ _ip712._qn470("Pot Equity", 2, 0); _ip712._qn470((_arg2 + "%"), 2, 1); _ip712._qn470("Pot Odds", 3, 0); _ip712._qn470((_arg1 + "%"), 3, 1); } private function _ow1153():void{ _xh798.removeEventListener(MouseEvent.MOUSE_DOWN, _yh155); } private function _hs447(_arg1:String, _arg2:int=275, _arg3:int=85, _arg4:Boolean=true, _arg5:String="Continue"):void{ _ju105(); if (_arg4){ _yc386 = new _hd947(_arg2, _arg3, new _hu37(), new _md249(), new _hu37(), _rn38, _arg5, 0, 0); } else { _yc386 = new _hd947(_arg2, _arg3, null, null, null, _rn38, "Continue", 0, 0.5); }; _yc386.text = _arg1; _yc386.x = ((_hx679 - _yc386.width) >> 1); _yc386.y = (_bl637 - _yc386.height); addChild(_yc386); _yc386.addEventListener(MouseEvent.CLICK, _yu211, false, 0, true); if (stage != null){ stage.focus = stage; stage.addEventListener(KeyboardEvent.KEY_DOWN, _mj704, false, 0, true); }; } private function _gs645(_arg1:TimerEvent):void{ _tt251(); _uv492._ea142(); _arg1.updateAfterEvent(); } private function _ju105():void{ if (_yc386 != null){ _yc386.removeEventListener(MouseEvent.CLICK, _yu211); if (stage != null){ stage.removeEventListener(KeyboardEvent.KEY_DOWN, _mj704); }; if (_yc386.parent != null){ _yc386.parent.removeChild(_yc386); }; _yc386 = null; }; } private function _nt61():void{ _sc747.visible = false; _bs450.visible = false; _lo377.setSize(_oj853(_uv492._oj287())); if (_uv492._po206()){ _px274(); } else { _qy709(0, _dq729); }; } private function _ba47(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):void{ _ip712._qn470("Win", 0, 0); _ip712._qn470((_arg1 + "%"), 0, 1); _ip712._qn470("Split Pot", 1, 0); _ip712._qn470((_arg2 + "%"), 1, 1); _rj53(_arg3, _arg4); } private function _ab837():void{ var _local1:int = _uv492._oj287(); _xr810(_local1); } private function _of470(_arg1:Sprite, _arg2:_oh296):void{ var _local3:int = _arg2._rn1087(); var _local4:int = _arg2._mr269(); _ep274(_arg1, _ao957[_local3][_local4]); } private function _qm714(_arg1:Event):void{ _uv492._de752(); var _local2:int = _lo377.getSize(); var _local3:int = _xe189.getSize(); var _local4:int = _si543.getSize(); _lo377.setSize(0); _xe189.setSize(0); _si543.setSize(0); _qo64(); var _local5:Boolean; switch (_uv492._bb331()){ case Model._fu220: if (_local2 != 0){ _rp804(_lo377, _am17, _aa208, _ie512, _local2, _gf623); _local5 = true; }; if (_local3 != 0){ if (_local5){ _rp804(_xe189, _am17, _ob1020, _ie512, _local3); } else { _rp804(_xe189, _am17, _ob1020, _ie512, _local3, _gf623); _local5 = true; }; }; if (_local4 != 0){ if (_local5){ _rp804(_si543, _am17, _oi471, _ie512, _local4); } else { _rp804(_si543, _am17, _oi471, _ie512, _local4, _gf623); _local5 = true; }; }; break; case Model.COMPUTER: if (_local2 != 0){ _rp804(_lo377, _vi1125, _aa208, _sx735, _local2, _gf623); _local5 = true; }; if (_local3 != 0){ if (_local5){ _rp804(_xe189, _vi1125, _ob1020, _sx735, _local3); } else { _rp804(_xe189, _vi1125, _ob1020, _sx735, _local3, _gf623); _local5 = true; }; }; if (_local4 != 0){ if (_local5){ _rp804(_si543, _vi1125, _oi471, _sx735, _local4); } else { _rp804(_si543, _vi1125, _oi471, _sx735, _local4, _gf623); _local5 = true; }; }; break; }; if (!_local5){ _gf623(); }; } } }//package
Section 62
//_or398__ab77 (_or398__ab77) package { import mx.core.*; public class _or398__ab77 extends BitmapAsset { } }//package
Section 63
//_or398__af528 (_or398__af528) package { import mx.core.*; public class _or398__af528 extends SoundAsset { } }//package
Section 64
//_or398__ap867 (_or398__ap867) package { import mx.core.*; public class _or398__ap867 extends BitmapAsset { } }//package
Section 65
//_or398__be1139 (_or398__be1139) package { import mx.core.*; public class _or398__be1139 extends BitmapAsset { } }//package
Section 66
//_or398__bj888 (_or398__bj888) package { import mx.core.*; public class _or398__bj888 extends BitmapAsset { } }//package
Section 67
//_or398__bn25 (_or398__bn25) package { import mx.core.*; public class _or398__bn25 extends BitmapAsset { } }//package
Section 68
//_or398__cc622 (_or398__cc622) package { import mx.core.*; public class _or398__cc622 extends FontAsset { } }//package
Section 69
//_or398__ci226 (_or398__ci226) package { import mx.core.*; public class _or398__ci226 extends BitmapAsset { } }//package
Section 70
//_or398__cx1149 (_or398__cx1149) package { import mx.core.*; public class _or398__cx1149 extends BitmapAsset { } }//package
Section 71
//_or398__de685 (_or398__de685) package { import mx.core.*; public class _or398__de685 extends BitmapAsset { } }//package
Section 72
//_or398__dj223 (_or398__dj223) package { import mx.core.*; public class _or398__dj223 extends BitmapAsset { } }//package
Section 73
//_or398__du24 (_or398__du24) package { import mx.core.*; public class _or398__du24 extends BitmapAsset { } }//package
Section 74
//_or398__dx340 (_or398__dx340) package { import mx.core.*; public class _or398__dx340 extends BitmapAsset { } }//package
Section 75
//_or398__eo101 (_or398__eo101) package { import mx.core.*; public class _or398__eo101 extends BitmapAsset { } }//package
Section 76
//_or398__er597 (_or398__er597) package { import mx.core.*; public class _or398__er597 extends BitmapAsset { } }//package
Section 77
//_or398__fw734 (_or398__fw734) package { import mx.core.*; public class _or398__fw734 extends BitmapAsset { } }//package
Section 78
//_or398__go981 (_or398__go981) package { import mx.core.*; public class _or398__go981 extends BitmapAsset { } }//package
Section 79
//_or398__hj1061 (_or398__hj1061) package { import mx.core.*; public class _or398__hj1061 extends BitmapAsset { } }//package
Section 80
//_or398__hp550 (_or398__hp550) package { import mx.core.*; public class _or398__hp550 extends BitmapAsset { } }//package
Section 81
//_or398__hu37 (_or398__hu37) package { import mx.core.*; public class _or398__hu37 extends BitmapAsset { } }//package
Section 82
//_or398__ie196 (_or398__ie196) package { import mx.core.*; public class _or398__ie196 extends BitmapAsset { } }//package
Section 83
//_or398__il961 (_or398__il961) package { import mx.core.*; public class _or398__il961 extends BitmapAsset { } }//package
Section 84
//_or398__it715 (_or398__it715) package { import mx.core.*; public class _or398__it715 extends BitmapAsset { } }//package
Section 85
//_or398__ix382 (_or398__ix382) package { import mx.core.*; public class _or398__ix382 extends BitmapAsset { } }//package
Section 86
//_or398__jb516 (_or398__jb516) package { import mx.core.*; public class _or398__jb516 extends SoundAsset { } }//package
Section 87
//_or398__jc438 (_or398__jc438) package { import mx.core.*; public class _or398__jc438 extends BitmapAsset { } }//package
Section 88
//_or398__jy1059 (_or398__jy1059) package { import mx.core.*; public class _or398__jy1059 extends BitmapAsset { } }//package
Section 89
//_or398__ki731 (_or398__ki731) package { import mx.core.*; public class _or398__ki731 extends BitmapAsset { } }//package
Section 90
//_or398__kn912 (_or398__kn912) package { import mx.core.*; public class _or398__kn912 extends BitmapAsset { } }//package
Section 91
//_or398__kq846 (_or398__kq846) package { import mx.core.*; public class _or398__kq846 extends SoundAsset { } }//package
Section 92
//_or398__ks414 (_or398__ks414) package { import mx.core.*; public class _or398__ks414 extends BitmapAsset { } }//package
Section 93
//_or398__ku843 (_or398__ku843) package { import mx.core.*; public class _or398__ku843 extends BitmapAsset { } }//package
Section 94
//_or398__le913 (_or398__le913) package { import mx.core.*; public class _or398__le913 extends BitmapAsset { } }//package
Section 95
//_or398__lh499 (_or398__lh499) package { import mx.core.*; public class _or398__lh499 extends BitmapAsset { } }//package
Section 96
//_or398__ly149 (_or398__ly149) package { import mx.core.*; public class _or398__ly149 extends BitmapAsset { } }//package
Section 97
//_or398__ma281 (_or398__ma281) package { import mx.core.*; public class _or398__ma281 extends BitmapAsset { } }//package
Section 98
//_or398__md249 (_or398__md249) package { import mx.core.*; public class _or398__md249 extends BitmapAsset { } }//package
Section 99
//_or398__me263 (_or398__me263) package { import mx.core.*; public class _or398__me263 extends BitmapAsset { } }//package
Section 100
//_or398__mu786 (_or398__mu786) package { import mx.core.*; public class _or398__mu786 extends BitmapAsset { } }//package
Section 101
//_or398__nd552 (_or398__nd552) package { import mx.core.*; public class _or398__nd552 extends BitmapAsset { } }//package
Section 102
//_or398__nk840 (_or398__nk840) package { import mx.core.*; public class _or398__nk840 extends BitmapAsset { } }//package
Section 103
//_or398__oa933 (_or398__oa933) package { import mx.core.*; public class _or398__oa933 extends BitmapAsset { } }//package
Section 104
//_or398__oy1083 (_or398__oy1083) package { import mx.core.*; public class _or398__oy1083 extends BitmapAsset { } }//package
Section 105
//_or398__pb1162 (_or398__pb1162) package { import mx.core.*; public class _or398__pb1162 extends BitmapAsset { } }//package
Section 106
//_or398__pf1148 (_or398__pf1148) package { import mx.core.*; public class _or398__pf1148 extends BitmapAsset { } }//package
Section 107
//_or398__ph249 (_or398__ph249) package { import mx.core.*; public class _or398__ph249 extends BitmapAsset { } }//package
Section 108
//_or398__pu1132 (_or398__pu1132) package { import mx.core.*; public class _or398__pu1132 extends SoundAsset { } }//package
Section 109
//_or398__pu943 (_or398__pu943) package { import mx.core.*; public class _or398__pu943 extends BitmapAsset { } }//package
Section 110
//_or398__pv807 (_or398__pv807) package { import mx.core.*; public class _or398__pv807 extends BitmapAsset { } }//package
Section 111
//_or398__qk1018 (_or398__qk1018) package { import mx.core.*; public class _or398__qk1018 extends BitmapAsset { } }//package
Section 112
//_or398__qk154 (_or398__qk154) package { import mx.core.*; public class _or398__qk154 extends FontAsset { } }//package
Section 113
//_or398__qx170 (_or398__qx170) package { import mx.core.*; public class _or398__qx170 extends BitmapAsset { } }//package
Section 114
//_or398__qx409 (_or398__qx409) package { import mx.core.*; public class _or398__qx409 extends BitmapAsset { } }//package
Section 115
//_or398__rf713 (_or398__rf713) package { import mx.core.*; public class _or398__rf713 extends BitmapAsset { } }//package
Section 116
//_or398__rn358 (_or398__rn358) package { import mx.core.*; public class _or398__rn358 extends BitmapAsset { } }//package
Section 117
//_or398__rp731 (_or398__rp731) package { import mx.core.*; public class _or398__rp731 extends BitmapAsset { } }//package
Section 118
//_or398__rx333 (_or398__rx333) package { import mx.core.*; public class _or398__rx333 extends BitmapAsset { } }//package
Section 119
//_or398__sb53 (_or398__sb53) package { import mx.core.*; public class _or398__sb53 extends BitmapAsset { } }//package
Section 120
//_or398__sl115 (_or398__sl115) package { import mx.core.*; public class _or398__sl115 extends BitmapAsset { } }//package
Section 121
//_or398__ss1015 (_or398__ss1015) package { import mx.core.*; public class _or398__ss1015 extends BitmapAsset { } }//package
Section 122
//_or398__ti1076 (_or398__ti1076) package { import mx.core.*; public class _or398__ti1076 extends BitmapAsset { } }//package
Section 123
//_or398__tk494 (_or398__tk494) package { import mx.core.*; public class _or398__tk494 extends BitmapAsset { } }//package
Section 124
//_or398__tq565 (_or398__tq565) package { import mx.core.*; public class _or398__tq565 extends BitmapAsset { } }//package
Section 125
//_or398__tr1052 (_or398__tr1052) package { import mx.core.*; public class _or398__tr1052 extends BitmapAsset { } }//package
Section 126
//_or398__ts318 (_or398__ts318) package { import mx.core.*; public class _or398__ts318 extends BitmapAsset { } }//package
Section 127
//_or398__uk334 (_or398__uk334) package { import mx.core.*; public class _or398__uk334 extends BitmapAsset { } }//package
Section 128
//_or398__uk779 (_or398__uk779) package { import mx.core.*; public class _or398__uk779 extends BitmapAsset { } }//package
Section 129
//_or398__uu507 (_or398__uu507) package { import mx.core.*; public class _or398__uu507 extends BitmapAsset { } }//package
Section 130
//_or398__we723 (_or398__we723) package { import mx.core.*; public class _or398__we723 extends BitmapAsset { } }//package
Section 131
//_or398__vr712 (_or398__vr712) package { import mx.core.*; public class _or398__vr712 extends BitmapAsset { } }//package
Section 132
//_or398__vw499 (_or398__vw499) package { import mx.core.*; public class _or398__vw499 extends BitmapAsset { } }//package
Section 133
//_or398__xf326 (_or398__xf326) package { import mx.core.*; public class _or398__xf326 extends BitmapAsset { } }//package
Section 134
//_or398__xf966 (_or398__xf966) package { import mx.core.*; public class _or398__xf966 extends BitmapAsset { } }//package
Section 135
//_or398__xl855 (_or398__xl855) package { import mx.core.*; public class _or398__xl855 extends BitmapAsset { } }//package
Section 136
//_or398__xo346 (_or398__xo346) package { import mx.core.*; public class _or398__xo346 extends BitmapAsset { } }//package
Section 137
//_or398__yh14 (_or398__yh14) package { import mx.core.*; public class _or398__yh14 extends BitmapAsset { } }//package
Section 138
//_or398__yl211 (_or398__yl211) package { import mx.core.*; public class _or398__yl211 extends BitmapAsset { } }//package
Section 139
//_or398__yq700 (_or398__yq700) package { import mx.core.*; public class _or398__yq700 extends BitmapAsset { } }//package
Section 140
//_ox372 (_ox372) package { import flash.events.*; import flash.display.*; import flash.utils.*; public class _ox372 extends _hj902 { private var movieClip:MovieClip; private var timer:Timer; private var _nh1111:int;// = 8333 private var _hx679:int;// = 640 private var _ra1163:uint;// = 0xFFFFFF private var _ri1147:Class; private var _tg1103:Main; private var _bl637:int;// = 430 public function _ox372(_arg1:Main){ _ri1147 = _ox372__ri1147; super(); this._tg1103 = _arg1; graphics.beginFill(_ra1163); graphics.drawRect(0, 0, _hx679, _bl637); graphics.endFill(); movieClip = new _ri1147(); movieClip.x = -((movieClip.width >> 1)); movieClip.y = -((movieClip.height >> 1)); var _local2:Sprite = new Sprite(); _local2.addChild(movieClip); addChild(_local2); _local2.x = (_hx679 / 2); _local2.y = (_bl637 / 2); timer = new Timer(_nh1111, 1); timer.addEventListener(TimerEvent.TIMER, _ua105, false, 0, true); timer.start(); } override public function exit():void{ } private function _rx354(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ if ((((_arg1 == 0)) || ((_arg2 == 0)))){ return (1); }; var _local5:Number = (_arg3 / _arg1); var _local6:Number = (_arg4 / _arg2); if (_local5 < _local6){ return (_local5); }; return (_local6); } private function _ua105(_arg1:TimerEvent):void{ var _local2:DisplayObjectContainer; if (timer != null){ timer.removeEventListener(TimerEvent.TIMER, _ua105); timer.stop(); timer = null; }; Loader(movieClip.getChildAt(0)).unload(); if (movieClip != null){ _local2 = movieClip.parent; if (_local2 != null){ _local2.removeChild(movieClip); }; }; movieClip = null; _tg1103._hb878(new _pp208(_tg1103)); } override public function execute(_arg1:Event):void{ } override public function _fu818():void{ } } }//package
Section 141
//_ox372__ri1147 (_ox372__ri1147) package { import mx.core.*; import flash.utils.*; public class _ox372__ri1147 extends MovieClipLoaderAsset { public var dataClass:Class; private static var bytes:ByteArray = null; public function _ox372__ri1147(){ dataClass = _ox372__ri1147_dataClass; super(); initialWidth = (11000 / 20); initialHeight = (8000 / 20); } override public function get movieClipData():ByteArray{ if (bytes == null){ bytes = ByteArray(new dataClass()); }; return (bytes); } } }//package
Section 142
//_ox372__ri1147_dataClass (_ox372__ri1147_dataClass) package { import mx.core.*; public class _ox372__ri1147_dataClass extends ByteArrayAsset { } }//package
Section 143
//_pk1021 (_pk1021) package { public class _pk1021 { private var _mj512:int; private var _rv458:int; private var _dl144:int; private var _ws144:int; private var _aa689:int; private static const _te521:int = 104480; private static const _sk407:int = 107374182; private static const M:int = 2147483647; private static const _tu210:int = 7; private static const _pp574:int = 20554; private static const _wv127:int = 20; private static const _jf466:int = 1727; public function _pk1021(){ _rv458 = Math.floor((Math.random() * 2147483647)); _mj512 = Math.floor((Math.random() * 2147483647)); _aa689 = Math.floor((Math.random() * 2147483647)); _dl144 = Math.floor((Math.random() * 2147483647)); _ws144 = Math.floor((Math.random() * 2147483647)); super(); if ((((((((((_rv458 == 0)) && ((_mj512 == 0)))) && ((_aa689 == 0)))) && ((_dl144 == 0)))) && ((_ws144 == 0)))){ _rv458 = 1; }; } public function _ov178(_arg1:int, _arg2:int):int{ return ((_arg1 + (_so1044() % ((_arg2 - _arg1) + 1)))); } public function _so1044():int{ var _local1:int; var _local2:int; var _local3:int; _local1 = (_ws144 / _pp574); _local3 = ((_te521 * (_ws144 - (_local1 * _pp574))) - (_local1 * _jf466)); _ws144 = _dl144; _dl144 = _aa689; _aa689 = _mj512; _mj512 = _rv458; _local1 = (_rv458 / _wv127); _local2 = ((_sk407 * (_rv458 - (_local1 * _wv127))) - (_local1 * _tu210)); if (_local2 < 0){ _local2 = (_local2 + M); }; if (_local3 > 0){ _local3 = (_local3 - M); }; _rv458 = (_local2 + _local3); if (_rv458 < 0){ _rv458 = (_rv458 + M); }; return (_rv458); } } }//package
Section 144
//_pp208 (_pp208) package { import flash.events.*; import flash.display.*; import flash.utils.*; import flash.geom.*; import mx.effects.easing.*; import flash.ui.*; public class _pp208 extends _hj902 { private var _gm1014:SimpleButton; private var _hx679:int;// = 640 private var _yf727:Sprite; private var _bl637:int;// = 430 private var playButton:SimpleButton; private var _od222:Class; private var _to266:Sprite; private var _sq447:Class; private var _ol634:Sprite; private var _xo346:Class; private var _jc229:_ei706; private var _em94:Class; private var _wm327:Class; private var _rd679:Sprite; private var _fa641:Bitmap; private var _jr463:Class; private var muteButton:_ea570; private var _ni647:Sprite; private var _ht636:Sprite; private var _lo676:Sprite; private var _tg1103:Main; private var _so795:Class; private var _hj1061:Class; private var _cy389:Array; private var _bh1120:Class; private var _xl329:_na1007; private var _qu260:Class; private var _rc355:Class; private var _dq385:Class; private var _ht170:Class; private var _ed929:Class; private var _aj319:Sprite; private var _jm344:Sprite; private var _qi140:Timer; private var _nx1090:Timer; private var _xh798:SimpleButton; private var _pb1162:Class; private var _bj489:Class; private var _ol504:Boolean; public static const _ov245:int = 700; public function _pp208(_arg1:Main){ _rc355 = _pp208__rc355; _bj489 = _pp208__bj489; _od222 = _pp208__od222; _wm327 = _pp208__wm327; _bh1120 = _pp208__bh1120; _em94 = _pp208__em94; _sq447 = _pp208__sq447; _qu260 = _pp208__qu260; _ht170 = _pp208__ht170; _hj1061 = _pp208__hj1061; _xo346 = _pp208__xo346; muteButton = new _ea570(new _xo346(), new _hj1061()); _cy389 = [new Point(13, 41), new Point(50, 44), new Point(32, 88), new Point(12, 88), new Point(26, 63), new Point(106, 51), new Point(74, 53), new Point(93, 89), new Point(150, 51), new Point(125, 51), new Point(137, 87), new Point(173, 88), new Point(140, 63), new Point(212, 39), new Point(216, 51), new Point(181, 51), new Point(219, 73), new Point(242, 50), new Point(277, 91), new Point(269, 50), new Point(231, 88), new Point(232, 40)]; _jr463 = _pp208__jr463; _aj319 = new _jr463(); _ed929 = _pp208__ed929; _rd679 = new _ed929(); _dq385 = _pp208__dq385; _ni647 = new _dq385(); _so795 = _pp208__so795; _ht636 = new _so795(); _to266 = new Sprite(); _lo676 = new Sprite(); _ol634 = new Sprite(); _jm344 = new Sprite(); _pb1162 = _pp208__pb1162; _fa641 = new _pb1162(); super(); this._tg1103 = _arg1; _arg1._qg983.play(); _yf727 = _rn163(new _bh1120()); var _local2 = 139; _yf727.x = (_hx679 >> 1); _yf727.y = _local2; _yf727.visible = false; var _local3:Sprite = _rn163(new _em94()); var _local4:Sprite = _rn163(new _sq447()); playButton = new SimpleButton(_local3, _local4, _local4, _local3); playButton.tabEnabled = false; playButton.x = (_hx679 >> 1); playButton.y = 377; var _local5:Sprite = _rn163(new _qu260()); var _local6:Sprite = _rn163(new _ht170()); _gm1014 = new SimpleButton(_local5, _local6, _local6, _local5); _gm1014.tabEnabled = false; _gm1014.x = 87; _gm1014.y = 400; var _local7:int = _arg1._gv1079(); _xl329 = new _na1007([new _rc355(), new _bj489(), new _od222()], _local7); _xl329.x = (_hx679 - 229); _xl329.y = 388; var _local8 = 315; _to266.addChild(_aj319); _aj319.x = -((_aj319.width >> 1)); _aj319.y = -(_aj319.height); _to266.x = (_hx679 >> 1); _to266.y = _local8; _lo676.addChild(_rd679); _rd679.x = -((_rd679.width >> 1)); _rd679.y = -(_rd679.height); _lo676.x = (_hx679 >> 1); _lo676.y = _local8; _ol634.addChild(_ni647); _ni647.x = -((_ni647.width >> 1)); _ni647.y = -(_ni647.height); _ol634.x = (_hx679 >> 1); _ol634.y = _local8; _jm344.addChild(_ht636); _ht636.x = -((_ht636.width >> 1)); _ht636.y = -(_ht636.height); _jm344.x = (_hx679 >> 1); _jm344.y = _local8; _to266.visible = false; _lo676.visible = false; _ol634.visible = false; _jm344.visible = false; _jc229 = new _ei706(); _jc229.x = (_yf727.x - (_yf727.width >> 1)); _jc229.y = (_yf727.y - (_yf727.height >> 1)); muteButton.x = 5; muteButton.y = 5; addChild(new _wm327()); addChild(_to266); addChild(_lo676); addChild(_ol634); addChild(_jm344); addChild(_yf727); addChild(playButton); addChild(_xl329); addChild(_jc229); addChild(muteButton); playButton.addEventListener(MouseEvent.CLICK, _ad451, false, 0, true); _gm1014.addEventListener(MouseEvent.CLICK, _rn1121, false, 0, true); addEventListener(Event.ADDED_TO_STAGE, _ie792, false, 0, true); _nx1090 = new Timer(250, 0); _nx1090.addEventListener(TimerEvent.TIMER, _va739, false, 0, true); _nx1090.start(); _ol504 = false; _pv207(); } private function _md788(_arg1:KeyboardEvent):void{ if ((((_arg1.keyCode == Keyboard.ENTER)) || ((_arg1.keyCode == Keyboard.SPACE)))){ _bo327(); }; _arg1.updateAfterEvent(); } private function _ov178(_arg1:int, _arg2:int):int{ return ((_arg1 + Math.floor((Math.random() * ((_arg2 - _arg1) + 1))))); } private function _ad451(_arg1:MouseEvent):void{ this.visible = false; _qi140 = new Timer(0, 1); _qi140.addEventListener(TimerEvent.TIMER, _lt138, false, 0, true); _qi140.start(); _arg1.updateAfterEvent(); } private function _in922():void{ var _local1 = 30; var _local2 = (_to266.height >> 1); var _local3 = 350; var _local4:Function = Quadratic.easeOut; _to266.rotation = -90; _lo676.rotation = -90; _ol634.rotation = -90; _jm344.rotation = -90; _fc817.animate(_to266, _local3, {visible:true, rotation:-((_local1 + (_local1 / 2))), easingFunction:_local4}); _fc817.animate(_lo676, _local3, {visible:true, rotation:-((_local1 / 2)), easingFunction:_local4}); _fc817.animate(_ol634, _local3, {visible:true, rotation:(_local1 / 2), easingFunction:_local4}); _fc817.animate(_jm344, _local3, {visible:true, rotation:(_local1 + (_local1 / 2)), easingFunction:_local4}); } override public function exit():void{ } override public function _fu818():void{ } private function _rn1121(_arg1:MouseEvent):void{ _arg1.updateAfterEvent(); } private function _ow1153():void{ _xh798.removeEventListener(MouseEvent.MOUSE_DOWN, _yh155); } private function _lt138(_arg1:TimerEvent):void{ _bo327(); _arg1.updateAfterEvent(); } private function _yh155(_arg1:MouseEvent):void{ _yl1153._ng234(); } private function _bo327():void{ _tg1103._qg983.stop(); if (_nx1090 != null){ _nx1090.stop(); _nx1090.removeEventListener(TimerEvent.TIMER, _va739); _nx1090 = null; }; if (_qi140 != null){ _qi140.stop(); _qi140.removeEventListener(TimerEvent.TIMER, _lt138); _qi140 = null; }; _fc817._up715(); playButton.removeEventListener(MouseEvent.MOUSE_DOWN, _ad451); _gm1014.removeEventListener(MouseEvent.MOUSE_DOWN, _rn1121); stage.removeEventListener(KeyboardEvent.KEY_DOWN, _md788); _ow1153(); var _local1:int = _xl329.getState(); _tg1103._ru472(_local1); _tg1103._hb878(new _xg541(_tg1103, _local1)); } private function _va739(_arg1:TimerEvent):void{ var _local2:int = _ov178(0, (_cy389.length - 1)); var _local3:Point = Point(_cy389[_local2]); _jc229._bf1050(_local3.x, _local3.y); _arg1.updateAfterEvent(); } override public function execute(_arg1:Event):void{ if (!_ol504){ _yf727.scaleX = 0.6; _yf727.scaleY = 0.6; _fc817.animate(_yf727, _ov245, {onEndCall:_in922, visible:true, easingFunction:Elastic.easeOut, scaleX:1, scaleY:1}); _ol504 = true; }; } private function _rn163(_arg1:DisplayObject):Sprite{ var _local2:Sprite = new Sprite(); _local2.addChild(_arg1); _arg1.x = -((_arg1.width >> 1)); _arg1.y = -((_arg1.height >> 1)); return (_local2); } private function _pv207():void{ _xh798 = new SimpleButton(_fa641, _fa641, _fa641, _fa641); _xh798.tabEnabled = false; _xh798.x = 32; _xh798.y = 376; _xh798.addEventListener(MouseEvent.CLICK, _yh155, false, 0, true); addChild(_xh798); } private function _ie792(_arg1:Event):void{ removeEventListener(Event.ADDED_TO_STAGE, _ie792); stage.frameRate = 30; stage.focus = stage; stage.addEventListener(KeyboardEvent.KEY_DOWN, _md788, false, 0, true); } } }//package
Section 145
//_pp208__bh1120 (_pp208__bh1120) package { import mx.core.*; public class _pp208__bh1120 extends BitmapAsset { } }//package
Section 146
//_pp208__bj489 (_pp208__bj489) package { import mx.core.*; public class _pp208__bj489 extends BitmapAsset { } }//package
Section 147
//_pp208__dq385 (_pp208__dq385) package { import mx.core.*; public class _pp208__dq385 extends SpriteAsset { } }//package
Section 148
//_pp208__ed929 (_pp208__ed929) package { import mx.core.*; public class _pp208__ed929 extends SpriteAsset { } }//package
Section 149
//_pp208__em94 (_pp208__em94) package { import mx.core.*; public class _pp208__em94 extends BitmapAsset { } }//package
Section 150
//_pp208__hj1061 (_pp208__hj1061) package { import mx.core.*; public class _pp208__hj1061 extends BitmapAsset { } }//package
Section 151
//_pp208__ht170 (_pp208__ht170) package { import mx.core.*; public class _pp208__ht170 extends BitmapAsset { } }//package
Section 152
//_pp208__jr463 (_pp208__jr463) package { import mx.core.*; public class _pp208__jr463 extends SpriteAsset { } }//package
Section 153
//_pp208__od222 (_pp208__od222) package { import mx.core.*; public class _pp208__od222 extends BitmapAsset { } }//package
Section 154
//_pp208__pb1162 (_pp208__pb1162) package { import mx.core.*; public class _pp208__pb1162 extends BitmapAsset { } }//package
Section 155
//_pp208__qu260 (_pp208__qu260) package { import mx.core.*; public class _pp208__qu260 extends BitmapAsset { } }//package
Section 156
//_pp208__rc355 (_pp208__rc355) package { import mx.core.*; public class _pp208__rc355 extends BitmapAsset { } }//package
Section 157
//_pp208__so795 (_pp208__so795) package { import mx.core.*; public class _pp208__so795 extends SpriteAsset { } }//package
Section 158
//_pp208__sq447 (_pp208__sq447) package { import mx.core.*; public class _pp208__sq447 extends BitmapAsset { } }//package
Section 159
//_pp208__wm327 (_pp208__wm327) package { import mx.core.*; public class _pp208__wm327 extends BitmapAsset { } }//package
Section 160
//_pp208__xo346 (_pp208__xo346) package { import mx.core.*; public class _pp208__xo346 extends BitmapAsset { } }//package
Section 161
//_pq474 (_pq474) package { public class _pq474 implements _jc1124 { private var _yp302:Model; public function _pq474(_arg1:Model){ _yp302 = _arg1; } public function execute():void{ _yp302._bh150(); } public function _vy723():void{ } public function _fu818():void{ _yp302._hp848(); } } }//package
Section 162
//_pt744 (_pt744) package { public class _pt744 implements _jc1124 { private var _yp302:Model; public function _pt744(_arg1:Model){ _yp302 = _arg1; } public function execute():void{ _yp302._fx877(); } public function _vy723():void{ } public function _fu818():void{ _yp302._wh380(); } } }//package
Section 163
//_qs615 (_qs615) package { public class _qs615 extends _io1043 { public function _qs615(_arg1:Model):void{ super(_arg1); } override protected function _vd547():void{ _cc173(); _su811(2.5, 3); var _local1:Number = _wr1120(_ka788._aq606); if (_ka788._ci1137){ if (_ka788._ih928 == 0){ _su811(2, 3.5); _og644([0.5, (1 - _ec54), 0, 0.62]); } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _oa249([0.58, 1, 0, -1], 0.33); } else { _su811((_local1 * 2.5), (_local1 * 3)); _og644([0.62, 0, 0.58, 1]); }; } else { _su811((_local1 * 2.5), (_local1 * 3)); _oa249([0.8, (1 - _ec54), 0.58, 1, 0, -1], 0.33); }; }; } else { if (_ka788._ih928 == 0){ _su811(2, 3); _og644([0, 0.9]); } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _oa249([0.58, 1, 0, -1], 0.33); } else { _su811((_local1 * 2.5), (_local1 * 3)); _oa249([0.6, 0.66, 0.5, 0.75, 0.4, 0.8, 0, -1], 0.33); }; } else { _oa249([0.58, 1, 0, -1], 0.33); }; }; }; _le517(); } override protected function _nv429():void{ _cc173(); _su811(2.5, 3); var _local1:Number = _wr1120(_ka788._aq606); if (_ka788._ci1137){ if ((_fd622 + _is905) == 0){ _og644([0, (1 - _ec54)]); } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _og644([0.58, 1, 0, -1]); } else { _og644([0.55, 1]); }; } else { _og644([0.62, 1]); }; }; } else { if (_ka788._ih928 == 0){ _og644([0, (1 - _ec54)]); } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _og644([0.58, 1, 0, -1]); } else { _su811((_local1 * 2.5), (_local1 * 3)); _og644([0.62, 0, 0.58, 1]); }; } else { _og644([0.58, 1]); }; }; }; _le517(); } override protected function _fe1088():void{ _cc173(); _su811(2.5, 3); var _local1:Number = _wr1120(_ka788._aq606); if (_ka788._ci1137){ if (_ka788._ih928 == 0){ if (_nh485(10)){ _og644([0.79, 0, 0.52, 0.33]); } else { _og644([0.79, 0, 0.55, 0.33]); }; } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _og644([0.58, 1, 0, -1]); } else { _og644([0.55, 1]); }; } else { _oa249([0.58, 1, 0, -1], 0.33); }; }; } else { if (_ka788._ih928 == 0){ if (_nh485(5)){ _og644([0.55, 0], true); } else { if (_nh485(10)){ _og644([0.55, 0]); } else { _og644([0.58, 0]); }; }; } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _oa249([0.58, 1, 0, -1], 0.33); } else { _su811((_local1 * 2.5), (_local1 * 3)); _og644([0.62, 0, 0.58, 1]); }; } else { _oa249([0.58, 1, 0, -1], 0.33); }; }; }; _le517(); } override protected function _ck691():void{ _vd547(); } } }//package
Section 164
//_rg302 (_rg302) package { import flash.display.*; public class _rg302 extends Sprite { private var _lt709:Array; private var size:int; private var _tp838:int; private var _cp856:int; private var _oh98:BitmapData; private var _pk465:int; public function _rg302(_arg1:BitmapData, _arg2:int=0, _arg3:int=20, _arg4:int=3){ _lt709 = new Array(); super(); this._oh98 = _arg1; this._cp856 = _arg3; this._pk465 = _arg4; _cx92 = 1; setSize(_arg2); } public function setSize(_arg1:int):void{ var _local4:_ua153; this.size = _arg1; var _local2:int = Math.ceil((Number(_arg1) / _cp856)); var _local3:int = (Number(_arg1) % Number(_cp856)); var _local5:int = (_local2 - _lt709.length); if (_local5 > 0){ _local4 = _va1160(); if (_local4 != null){ _local4.setSize(_cp856); }; add(_local5); } else { if (_local5 < 0){ remove(-(_local5)); }; }; _local4 = _va1160(); if (_local4 == null){ return; }; if (_local3 != 0){ _local4.setSize(_local3); } else { _local4.setSize(_cp856); }; } private function _va1160():_ua153{ if (_lt709.length > 0){ return (_lt709[(_lt709.length - 1)]); }; return (null); } public function set _cx92(_arg1:int):void{ this._tp838 = _arg1; } public function add(_arg1:int=1):void{ var _local3:_ua153; var _local4:int; var _local5:_ua153; var _local2:int; while (_local2 < _arg1) { _local3 = new _ua153(_oh98, _pk465); _local3.setSize(_cp856); _local4 = 0; _local5 = _va1160(); if (_local5 != null){ _local4 = ((_local5.x + _local5.width) + _tp838); }; _local3.x = _local4; addChild(_local3); _lt709.push(_local3); _local2++; }; } public function _ql70(_arg1:BitmapData):void{ this._oh98 = _arg1; var _local2:int = getSize(); setSize(0); setSize(_local2); } public function remove(_arg1:int=1):void{ var _local3:_ua153; var _local2:int; while (_local2 < _arg1) { _local3 = _lt709.pop(); if (_local3 != null){ removeChild(_local3); }; _local2++; }; } public function getSize():int{ return (this.size); } } }//package
Section 165
//_si967 (_si967) package { public class _si967 extends _io1043 { public function _si967(_arg1:Model):void{ super(_arg1); } override protected function _vd547():void{ _cc173(); _su811(2.5, 3); var _local1:Number = _wr1120(_ka788._aq606); if (_ka788._ci1137){ if (_ka788._ih928 == 0){ _og644([0.55, 0]); } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _oa249([0.58, 1, 0, -1], 0.33); } else { _su811((_local1 * 2.5), (_local1 * 3)); _og644([0.62, 0, 0.58, 1]); }; } else { _oa249([0.58, 1, 0, -1], 0.33); }; }; } else { if (_ka788._ih928 == 0){ if (_nh485(10)){ _og644([0.79, 0.67, 0.52, 0.33]); } else { _og644([0.79, 0.67, 0.55, 0.33]); }; } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _oa249([0.58, 1, 0, -1], 0.33); } else { _og644([0.55, 1]); }; } else { _oa249([0.58, 1, 0, -1], 0.33); }; }; }; _le517(); } override protected function _nv429():void{ _cc173(); _su811(2.5, 3); var _local1:Number = _wr1120(_ka788._aq606); if (_ka788._ci1137){ if ((_fd622 + _is905) == 0){ if (_nh485(10)){ _og644([0.79, 0.67, 0.52, 0.33]); } else { _og644([0.79, 0.67, 0.55, 0.33]); }; } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _og644([0.58, 1, 0, -1]); } else { _og644([0.55, 1]); }; } else { _og644([0.62, 1]); }; }; } else { if (_ka788._ih928 == 0){ if (_nh485(5)){ _og644([0.55, 0], true); } else { if (_nh485(10)){ _og644([0.55, 0]); } else { _og644([0.58, 0]); }; }; } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _og644([0.58, 1, 0, -1]); } else { _su811((_local1 * 2.5), (_local1 * 3)); _og644([0.62, 0, 0.58, 1]); }; } else { _og644([0.58, 1]); }; }; }; _le517(); } override protected function _fe1088():void{ _cc173(); _su811(2.5, 3); var _local1:Number = _wr1120(_ka788._aq606); if (_ka788._ci1137){ if (_ka788._ih928 == 0){ if (_nh485(10)){ _og644([0.79, 0, 0.52, 0.33]); } else { _og644([0.79, 0, 0.55, 0.33]); }; } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _og644([0.58, 1, 0, -1]); } else { _og644([0.55, 1]); }; } else { _oa249([0.58, 1, 0, -1], 0.33); }; }; } else { if (_ka788._ih928 == 0){ if (_nh485(5)){ _og644([0.55, 0], true); } else { if (_nh485(10)){ _og644([0.55, 0]); } else { _og644([0.58, 0]); }; }; } else { if (_is905 == 0){ if (((_ka788._nw117) || (_ec81(5)))){ _oa249([0.58, 1, 0, -1], 0.33); } else { _su811((_local1 * 2.5), (_local1 * 3)); _og644([0.62, 0, 0.58, 1]); }; } else { _oa249([0.58, 1, 0, -1], 0.33); }; }; }; _le517(); } override protected function _ck691():void{ _vd547(); } } }//package
Section 166
//_sj1158 (_sj1158) package { import flash.events.*; import flash.display.*; import flash.utils.*; import mx.effects.easing.*; import flash.ui.*; public class _sj1158 extends _hj902 { private var playButton:SimpleButton; private var _hx679:int;// = 640 private var _bl637:int;// = 430 private var _fa641:Bitmap; private var _sq447:Class; private var _xo346:Class; private var _jc229:_ei706; private var _em94:Class; private var _xh798:SimpleButton; private var _wm327:Class; private var muteButton:_ea570; private var _tg1103:Main; private var _hj1061:Class; private var _me733:Sprite; private var _pm1025:Bitmap; private var _nx1090:Timer; private var _pb1162:Class; private var _di1080:Class; private var _ol504:Boolean;// = false public static const _pq794:int = 250; public static const _ov245:int = 250; public function _sj1158(_arg1:Main, _arg2:Sprite, _arg3:Sprite, _arg4:Sprite, _arg5:Sprite){ _wm327 = _sj1158__wm327; _pm1025 = new _wm327(); _di1080 = _sj1158__di1080; _me733 = _rn163(new _di1080()); _em94 = _sj1158__em94; _sq447 = _sj1158__sq447; _hj1061 = _sj1158__hj1061; _xo346 = _sj1158__xo346; muteButton = new _ea570(new _xo346(), new _hj1061()); _pb1162 = _sj1158__pb1162; _fa641 = new _pb1162(); super(); this._tg1103 = _arg1; _arg1._qg983.play(); var _local6:Sprite = new Sprite(); var _local7:Bitmap = new _em94(); _local6.addChild(_local7); _local7.x = -((_local7.width >> 1)); _local7.y = -((_local7.height >> 1)); var _local8:Sprite = new Sprite(); var _local9:Bitmap = new _sq447(); _local8.addChild(_local9); _local9.x = -((_local9.width >> 1)); _local9.y = -((_local9.height >> 1)); playButton = new SimpleButton(_local6, _local8, _local8, _local6); playButton.x = 575; playButton.y = 400; _jc229 = new _ei706(); _me733.x = (_hx679 >> 1); _me733.y = 20; _me733.visible = false; muteButton.x = 5; muteButton.y = 5; addChild(_pm1025); addChild(_arg2); addChild(_arg3); addChild(_arg4); addChild(_arg5); addChild(_me733); addChild(playButton); addChild(_jc229); addChild(muteButton); playButton.addEventListener(MouseEvent.CLICK, _ad451, false, 0, true); addEventListener(Event.ADDED_TO_STAGE, _ie792, false, 0, true); _nx1090 = new Timer(200, 0); _nx1090.addEventListener(TimerEvent.TIMER, _va739, false, 0, true); _nx1090.start(); _pv207(); } private function _md788(_arg1:KeyboardEvent):void{ if ((((_arg1.keyCode == Keyboard.ENTER)) || ((_arg1.keyCode == Keyboard.SPACE)))){ _bo327(); }; _arg1.updateAfterEvent(); } private function _sc615():void{ _fc817.animate(_me733, 600, {easingFunction:Elastic.easeOut, scaleX:1, scaleY:1}); } private function _ov178(_arg1:int, _arg2:int):int{ return ((_arg1 + Math.floor((Math.random() * ((_arg2 - _arg1) + 1))))); } override public function exit():void{ } private function _yh155(_arg1:MouseEvent):void{ _yl1153._ng234(); } override public function _fu818():void{ } private function _ow1153():void{ _xh798.removeEventListener(MouseEvent.MOUSE_DOWN, _yh155); } private function _bo327():void{ if (_nx1090 != null){ _nx1090.stop(); _nx1090.removeEventListener(TimerEvent.TIMER, _va739); _nx1090 = null; }; _fc817._up715(); playButton.removeEventListener(MouseEvent.MOUSE_DOWN, _ad451); stage.removeEventListener(KeyboardEvent.KEY_DOWN, _md788); _ow1153(); _tg1103._hb878(new _pp208(_tg1103)); } private function _va739(_arg1:TimerEvent):void{ _jc229._bf1050(_ov178(49, 582), _ov178(92, 132)); _arg1.updateAfterEvent(); } private function _ad451(_arg1:MouseEvent):void{ _bo327(); _arg1.updateAfterEvent(); } private function _rn163(_arg1:DisplayObject):Sprite{ var _local2:Sprite = new Sprite(); _local2.addChild(_arg1); _arg1.x = -((_arg1.width >> 1)); _arg1.y = -((_arg1.height >> 1)); return (_local2); } private function _pv207():void{ _xh798 = new SimpleButton(_fa641, _fa641, _fa641, _fa641); _xh798.tabEnabled = false; _xh798.x = 32; _xh798.y = 376; _xh798.addEventListener(MouseEvent.CLICK, _yh155, false, 0, true); addChild(_xh798); } private function _ie792(_arg1:Event):void{ stage.focus = stage; stage.addEventListener(KeyboardEvent.KEY_DOWN, _md788, false, 0, true); } override public function execute(_arg1:Event):void{ if (!_ol504){ _me733.scaleX = 0; _me733.scaleY = 0; _fc817.animate(_me733, 300, {onEndCall:_sc615, visible:true, easingFunction:Quadratic.easeIn, x:(_hx679 >> 1), y:115, scaleX:0.6, scaleY:0.6}); _ol504 = true; }; } } }//package
Section 167
//_sj1158__di1080 (_sj1158__di1080) package { import mx.core.*; public class _sj1158__di1080 extends BitmapAsset { } }//package
Section 168
//_sj1158__em94 (_sj1158__em94) package { import mx.core.*; public class _sj1158__em94 extends BitmapAsset { } }//package
Section 169
//_sj1158__hj1061 (_sj1158__hj1061) package { import mx.core.*; public class _sj1158__hj1061 extends BitmapAsset { } }//package
Section 170
//_sj1158__pb1162 (_sj1158__pb1162) package { import mx.core.*; public class _sj1158__pb1162 extends BitmapAsset { } }//package
Section 171
//_sj1158__sq447 (_sj1158__sq447) package { import mx.core.*; public class _sj1158__sq447 extends BitmapAsset { } }//package
Section 172
//_sj1158__wm327 (_sj1158__wm327) package { import mx.core.*; public class _sj1158__wm327 extends BitmapAsset { } }//package
Section 173
//_sj1158__xo346 (_sj1158__xo346) package { import mx.core.*; public class _sj1158__xo346 extends BitmapAsset { } }//package
Section 174
//_ua153 (_ua153) package { import flash.display.*; public class _ua153 extends Sprite { private var _oh98:BitmapData; private var _pk465:int; private var _le568:Array; public function _ua153(_arg1:BitmapData, _arg2:int=3, _arg3:int=0){ this._oh98 = _arg1; this._pk465 = _arg2; _le568 = new Array(); add(_arg3); } public function add(_arg1:int=1):void{ var _local3:int; var _local4:Bitmap; var _local2:int = _le568.length; if (_local2 == 0){ _local3 = 0; } else { _local3 = _le568[(_local2 - 1)].y; }; var _local5 = 1; while (_local5 <= _arg1) { _local4 = new Bitmap(_oh98); _local4.y = (_local3 - (_local5 * _pk465)); _le568.push(_local4); addChild(_local4); _local5++; }; } public function remove(_arg1:int=1):void{ var _local3:Bitmap; var _local2:int = _le568.length; if (_arg1 > _local2){ _arg1 = _local2; }; var _local4:int; while (_local4 < _arg1) { _local3 = _le568.pop(); removeChild(_local3); _local4++; }; } public function set offset(_arg1:int):void{ this._pk465 = _arg1; } public function setSize(_arg1:int):void{ var _local2:int = (_arg1 - _le568.length); if (_local2 > 0){ add(_local2); } else { if (_local2 < 0){ remove(-(_local2)); }; }; } } }//package
Section 175
//_uj16 (_uj16) package { public class _uj16 implements _jc1124 { private var _yp302:Model; public function _uj16(_arg1:Model){ _yp302 = _arg1; } public function execute():void{ _yp302._gq465(); } public function _vy723():void{ } public function _fu818():void{ _yp302._ug1094(); } } }//package
Section 176
//_uk464 (_uk464) package { public class _uk464 implements _jc1124 { private var _yp302:Model; public function _uk464(_arg1:Model){ _yp302 = _arg1; } public function execute():void{ _yp302._ir105(); } public function _vy723():void{ } public function _fu818():void{ _yp302._jq24(); } } }//package
Section 177
//_um617 (_um617) package { import flash.display.*; import flash.text.*; public class _um617 extends Sprite { private var EmbeddedFont:Class; private var textField:TextField; public function _um617(_arg1:String, _arg2:int=640, _arg3:int=430, _arg4:uint=0x555555, _arg5:uint=0xFFFFFF){ EmbeddedFont = _um617_EmbeddedFont; super(); graphics.beginFill(_arg4); graphics.drawRect(0, 0, _arg2, _arg3); graphics.endFill(); var _local6:TextField = createTextField(_pj184(_arg5)); _local6.text = _arg1; _local6.x = ((_arg2 - _local6.width) / 2); _local6.y = ((_arg3 - _local6.height) / 2); addChild(_local6); } private function createTextField(_arg1:TextFormat):TextField{ var _local2:TextField = new TextField(); _local2.embedFonts = true; _local2.defaultTextFormat = _arg1; _local2.autoSize = TextFieldAutoSize.CENTER; _local2.antiAliasType = AntiAliasType.ADVANCED; _local2.wordWrap = true; _local2.width = 600; return (_local2); } private function _pj184(_arg1:uint=0xFFFFFF):TextFormat{ var _local2:TextFormat = new TextFormat(); _local2.font = "EmbeddedFont"; _local2.size = 12; _local2.color = _arg1; _local2.align = TextFormatAlign.CENTER; return (_local2); } } }//package
Section 178
//_um617_EmbeddedFont (_um617_EmbeddedFont) package { import mx.core.*; public class _um617_EmbeddedFont extends FontAsset { } }//package
Section 179
//_xg541 (_xg541) package { import flash.events.*; import flash.display.*; public class _xg541 extends _hj902 { private var _tg1103:Main; private var view:_or398; private var _uv492:Model; public function _xg541(_arg1:Main, _arg2:int){ this._tg1103 = _arg1; this.mouseEnabled = false; _uv492 = new Model(); view = new _or398(_uv492, this); addChild(view); _uv492._mr473(_arg2); _uv492.start(); } public function _mx840(_arg1:Sprite, _arg2:Sprite, _arg3:Sprite, _arg4:Sprite):void{ _tg1103._hb878(new _sj1158(_tg1103, _arg1, _arg2, _arg3, _arg4)); } override public function execute(_arg1:Event):void{ _uv492.update(); } public function _ak472():void{ _tg1103._hb878(new _pp208(_tg1103)); } override public function _fu818():void{ } override public function exit():void{ } } }//package
Section 180
//_xn44 (_xn44) package { import flash.display.*; import flash.text.*; public class _xn44 extends Sprite { private var textField:TextField; public function _xn44(_arg1:TextFormat, _arg2:String=""){ textField = createTextField(_arg1); text = _arg2; addChild(textField); } private function createTextField(_arg1:TextFormat):TextField{ var _local2:TextField; _local2 = new TextField(); _local2.defaultTextFormat = _arg1; _local2.embedFonts = true; _local2.autoSize = TextFieldAutoSize.CENTER; _local2.selectable = false; _local2.mouseEnabled = false; return (_local2); } public function set color(_arg1:uint):void{ textField.textColor = _arg1; } public function set text(_arg1:String):void{ textField.text = _arg1; textField.x = -((textField.width >> 1)); textField.y = -((textField.height >> 1)); } } }//package
Section 181
//_yl1153 (_yl1153) package { import flash.net.*; import flash.system.*; public class _yl1153 { public static function _ml1047(_arg1:Number):String{ var _local2:String = _arg1.toString(); var _local3:int = _local2.length; var _local4:int = (_local3 / 3); var _local5:int = (_local3 - (3 * _local4)); if (_local5 == 0){ _local5 = (_local5 + 3); }; var _local6:String = _local2.substr(0, _local5); var _local7:int = _local5; while (_local7 < _local3) { _local6 = (_local6 + ("," + _local2.substr(_local7, 3))); _local7 = (_local7 + 3); }; return (_local6); } public static function _ng234(_arg1:String="http://www.maxgames.com"):void{ navigateToURL(new URLRequest(_arg1), "_blank"); } public static function _px226(_arg1:Number, _arg2:Number, _arg3:Number):Boolean{ var _local4:String = Capabilities.version; var _local5:Array = _local4.split(","); var _local6:Array = _local5[0].split(" "); var _local7:Number = parseInt(_local6[1]); var _local8:Number = parseInt(_local5[1]); var _local9:Number = parseInt(_local5[2]); if (_local7 < _arg1){ return (true); }; if (_local8 < _arg2){ return (true); }; if (_local9 < _arg3){ return (true); }; return (false); } public static function _ic1044(_arg1:int):String{ return (("$" + _ml1047(_arg1))); } } }//package
Section 182
//_yr764 (_yr764) package { public class _yr764 implements _jc1124 { private var _yp302:Model; public function _yr764(_arg1:Model){ _yp302 = _arg1; } public function execute():void{ _yp302._ko457(); } public function _vy723():void{ } public function _fu818():void{ _yp302._qs544(); } } }//package
Section 183
//Main (Main) package { import flash.events.*; import flash.display.*; import flash.text.*; import mx.effects.easing.*; public dynamic class Main extends Sprite { private var _oe403:int;// = 1 private var newState:_hj902; private var currentState:_hj902; public var _qg983:_oj963; public static const _bl637:int = 430; public static const _hx679:int = 640; public static const _ls650:int = 400; public function Main(){ super(); try { addEventListener(Event.ADDED_TO_STAGE, _ie792, false, 0, true); } catch(error:Error) { if (_yl1153._px226(9, 0, 28)){ addChild(new _um617("Flash Player 9.0.28 or higher required!")); }; }; } public function _hb878(_arg1:_hj902):void{ if ((((_arg1 == null)) || ((currentState == null)))){ return; }; this.newState = _arg1; currentState.exit(); _ce815(); } private function _ce815():void{ currentState.removeEventListener(Event.ENTER_FRAME, currentState.execute); var _local1:DisplayObjectContainer = currentState.parent; if (_local1 != null){ _local1.removeChild(currentState); }; currentState = newState; addChild(currentState); currentState._fu818(); currentState.alpha = 0; _fc817.animate(currentState, _ls650, {onEndCall:_xk1085, easingFunction:Quadratic.easeOut, alpha:1}); } public function _ru472(_arg1:int):void{ _oe403 = _arg1; } private function _xk1085():void{ currentState.addEventListener(Event.ENTER_FRAME, currentState.execute, false, 0, true); } public function _gv1079():int{ return (_oe403); } private function _ie792(_arg1:Event):void{ stage.quality = StageQuality.HIGH; stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; stage.stageFocusRect = false; stage.showDefaultContextMenu = false; stage.frameRate = 24; graphics.beginFill(0); graphics.drawRect(0, 0, _hx679, _bl637); graphics.endFill(); _qg983 = new _oj963(stage); _jb1016(new _ox372(this)); } private function _qy127():String{ var _local1:String = stage.loaderInfo.loaderURL; var _local2:int = (_local1.indexOf("://") + 3); var _local3:int = _local1.indexOf("/", _local2); var _local4:String = _local1.substring(_local2, _local3); var _local5:int = _local4.lastIndexOf("."); var _local6:int = (_local4.lastIndexOf(".", (_local5 - 1)) + 1); _local4 = _local4.substring(_local6); _local4 = _local4.toLowerCase(); return (_local4); } public function _jb1016(_arg1:_hj902):void{ currentState = _arg1; addChild(currentState); currentState.addEventListener(Event.ENTER_FRAME, currentState.execute, false, 0, true); } public function _nm1153(_arg1:String):void{ graphics.beginFill(0); graphics.drawRect(0, 0, _hx679, _bl637); graphics.endFill(); var _local2:TextField = new TextField(); _local2.textColor = 0xFFFFFF; _local2.autoSize = TextFieldAutoSize.LEFT; _local2.selectable = false; _local2.text = _arg1; _local2.x = ((_hx679 - _local2.width) >> 1); _local2.y = ((_bl637 - _local2.height) >> 1); addChild(_local2); } } }//package
Section 184
//Model (Model) package { import flash.events.*; public class Model extends EventDispatcher { private var _vv34:_jc1124; private var _kv491:Boolean; private var _yi755:Array; private var _np512:_pq474; private var _og692:_du817; private var _hy452:_dl831; private var _ca927:Boolean; private var _fn860:int;// = 8 private var _rk591:int;// = 10000 private var _tc116:int; private var _ci143:_yr764; private var _kh297:_jn1110; private var _yd889:int; private var _so246:_io1043; private var _fc886:_bk836; private var _aq273:int; private var _mt1069:Boolean;// = false private var _tu153:_uj16; private var _qa829:_oo1095; private var _oi396:int; private var _yv206:int;// = 0 private var _la479:_pt744; private var _fw1105:int; private var _fe721:int; private var _xm165:_uk464; private var _lm1099:int; private var _wk868:Array; private var _uh521:int; private var _ay902:int; private var _ko724:_kv271; private var _ad1061:int; private var _pb878:_dl298; public static const _xg131:String = "turn"; public static const _an964:int = 5; public static const _nw187:String = "initRound"; public static const _ay768:int = 0; public static const _oh92:String = "movePlayerChipsToBettingStack"; public static const _bb213:String = "computerTurn"; public static const _jw948:String = "moveChipsToPot"; public static const COMPUTER:int = 0; public static const _bj419:int = 2; private static const _oh1058:Array = [100, 200, 300, 400, 500]; public static const _jk984:int = 0; public static const _di256:String = "blindsIncrease"; public static const _ud557:String = "preflop"; private static const _ng1158:Array = [200, 400, 600, 800, 1000]; public static const _ne173:int = 1; public static const _rk793:String = "showdown"; public static const _co38:String = "moveComputerChipsToBettingStack"; public static const _xo957:int = 2; public static const _fu220:int = 1; public static const _sx15:int = 2; public static const _ny943:String = "initGame"; public static const _if590:int = 3; public static const _wn75:String = "flop"; public static const _rc1054:String = "gameOver"; public static const _fb670:String = "actionTextChange"; public static const _ub396:String = "initBettingRound"; public static const _bs139:int = 4; public static const _js370:String = "fold"; public static const _jp465:String = "river"; public static const _dc1085:int = 1; public static const _ga875:String = "playerTurn"; public function Model(){ _hy452 = new _dl831(); _kh297 = new _jn1110(); _wk868 = new Array(); _yi755 = new Array(); _pb878 = new _dl298(); super(); _xm165 = new _uk464(this); _ko724 = new _kv271(this); _tu153 = new _uj16(this); _ci143 = new _yr764(this); _qa829 = new _oo1095(this); _la479 = new _pt744(this); _fc886 = new _bk836(this); _og692 = new _du817(this); _np512 = new _pq474(this); _wk868[COMPUTER] = new _ib409(); _wk868[_fu220] = new _ib409(); _so246 = new _si967(this); } public function _pp900():String{ return (_wk868[COMPUTER]._hx598()); } public function _qm714():void{ _mc820(_fu220); } public function _my642():int{ return (_wk868[_fu220]._ks174()); } public function _bq965():_oh296{ return (_wk868[COMPUTER]._ax60()[1]); } public function _vf605():_oh296{ return (_wk868[_fu220]._ax60()[1]); } public function _fx877():void{ if (_gc698()){ _hb878(_bu127()); }; } public function _su200():Number{ return (_kh297._su200()); } public function _bu127():_bk836{ return (_fc886); } public function _qs544():void{ _ca34(); _ay902 = _vi269(_fe721); _tc116 = 3; _cc173(); _ho445(_wn75); } public function _os946():Boolean{ return (!(_wk868[COMPUTER]._po206())); } public function _fj1070():int{ return (_ad1061); } public function _dv852():_oh296{ return (_yi755[1]); } private function _ca34():void{ _lm1099 = 0; _uh521 = 0; _ad1061 = _yd889; _wk868[COMPUTER]._ca34(); _wk868[_fu220]._ca34(); dispatchEvent(new Event(_ub396)); } public function _cw871():void{ _gi902(_fu220); } public function _vq163():Array{ return (_ae962._xc1116(_wk868[COMPUTER]._ax60(), _wk868[_fu220]._ax60(), _yi755, _tc116)); } public function _al482():_du817{ return (_og692); } public function _fx805():void{ if (_gc698()){ _hb878(_sp227()); }; } public function _ir105():void{ _hb878(_vm1045()); } public function _pu135():void{ _lm1099++; if (_lm1099 == 1){ _nr294(); } else { if (_lm1099 == 2){ _jv163(_fe721); } else { if (_lm1099 == 3){ _vp183(_vi269(_fe721)); } else { _hb878(_dm790()); }; }; }; } public function _ug1094():void{ _gx936(); _ay902 = _fe721; _tc116 = 0; _cc173(); _ho445(_ud557); } public function _vm1045():_kv271{ return (_ko724); } private function _mc820(_arg1:int):void{ _bo726(_arg1); _hb878(_al482()); } public function _nj1001():_oh296{ return (_yi755[0]); } public function _xv868():_oh296{ return (_wk868[COMPUTER]._ax60()[0]); } private function _hn985(_arg1:int):void{ if (_arg1 == COMPUTER){ _ho445(_co38); } else { _ho445(_oh92); }; } private function _ew884(_arg1:int, _arg2:String):void{ _wk868[_arg1]._ew884(_arg2); _ho445(_fb670); } private function _ds401():Boolean{ _ay902 = _vi269(_ay902); return (_hg328()); } public function _mr473(_arg1:int):void{ switch (_arg1){ case _ay768: _so246 = new _cj1048(this); break; case _dc1085: _so246 = new _si967(this); break; case _bj419: _so246 = new _qs615(this); break; }; } public function _ae341():String{ return (_ae962._tb291(_wk868[COMPUTER]._ax60(), _yi755, _tc116)); } private function setState(_arg1:_jc1124):void{ _vv34 = _arg1; _vv34._fu818(); } public function _jx373():int{ return (_el1128(_fu220)); } public function _ae463():Number{ return (_kh297._ae463()); } public function _hg204():void{ _jf243(); _ho445(_js370); } private function _hg328():Boolean{ _ca927 = false; _kv491 = false; if (_po206()){ return (true); }; if (_wk868[_ay902]._po206()){ return (false); }; if (_ay902 == COMPUTER){ _ho445(_bb213); } else { _ho445(_ga875); }; return (false); } public function _co767():_oh296{ return (_wk868[_fu220]._ax60()[0]); } private function _ho445(_arg1:String):void{ dispatchEvent(new Event(_arg1)); } public function _po206():Boolean{ return (((_wk868[_fu220]._po206()) && (_wk868[COMPUTER]._po206()))); } private function _gd810(_arg1:int, _arg2:int):int{ var _local3:_ib409 = _wk868[_arg1]; if (_arg2 >= _iw611()){ _local3._si16(); }; var _local4:int = _lw179(_arg1, (_arg2 - _local3._ks174())); _ad1061 = Math.max(_ad1061, (_arg2 - _uh521)); _uh521 = Math.max(_uh521, _arg2); return (_local4); } public function _ea142():void{ _mt1069 = false; } private function _lh83():int{ return ((_uh521 + _ad1061)); } public function _dm790():_uj16{ return (_tu153); } private function _bo726(_arg1:int):void{ _wk868[_arg1]._nw448(); _ew884(_arg1, "FOLD"); } private function _lw179(_arg1:int, _arg2:int):int{ var _local3:_ib409 = _wk868[_arg1]; if (_arg2 >= _local3._ny643()){ _local3._si16(); _arg2 = _local3._ny643(); }; _local3._dr114((_local3._ny643() - _arg2)); _local3._ii1025((_local3._ks174() + _arg2)); _oi396 = (_oi396 + _arg2); return (_arg2); } private function _cc173():void{ _kh297._cc173(_wk868[_fu220]._ax60(), _yi755, _tc116); } public function _ai820():String{ return (_ae962._tb291(_wk868[_fu220]._ax60(), _yi755, _tc116)); } public function _kw19():int{ var _local1:_ib409 = _wk868[COMPUTER]; _pb878._vd810 = _local1._ax60(); _pb878._ml1135 = _yi755; _pb878._bc113 = _tc116; _pb878._gf820 = _oi396; _pb878._lf801 = _qs227(); _pb878._ia622 = _oy464(); _pb878._ay1058 = _fw1105; _pb878._ka904 = _yd889; _pb878._ci1137 = (_fe721 == COMPUTER); _pb878._nw117 = _wk868[_fu220]._po206(); _pb878._aq606 = _uh521; _pb878._ih928 = _el1128(COMPUTER); _pb878._yl285 = _lr356(); _pb878._vs1020 = _iw611(); _so246._ug727(_pb878); switch (_pb878.action){ case _dl298._nk777: return (_jk984); case _dl298._dc307: if ((_uh521 - _local1._ks174()) == 0){ return (_ne173); }; return (_xo957); case _dl298._ap92: if (_pb878._wh1117 >= _iw611()){ return (_an964); }; if (_uh521 == 0){ return (_if590); }; return (_bs139); }; return (-1); } public function _gh225():void{ _ca34(); _ay902 = _vi269(_fe721); _tc116 = 4; _cc173(); _ho445(_xg131); } private function _jf243():void{ var _local1:int; var _local2:int; switch (_bb331()){ case COMPUTER: _wk868[COMPUTER]._im78(_oi396); _ew884(COMPUTER, ("WIN " + _yl1153._ic1044(_oi396))); _ew884(_fu220, ""); break; case _fu220: _wk868[_fu220]._im78(_oi396); _ew884(_fu220, ("WIN " + _yl1153._ic1044(_oi396))); _ew884(COMPUTER, ""); break; case _sx15: _local1 = (_oi396 / 2); _local2 = (_oi396 - _local1); _wk868[_fe721]._im78(_local1); _wk868[_vi269(_fe721)]._im78(_local2); _ew884(_fe721, ("WIN " + _yl1153._ic1044(_local1))); _ew884(_vi269(_fe721), ("WIN " + _yl1153._ic1044(_local2))); break; }; _oi396 = 0; } public function _lq868():int{ return (_lr356()); } private function _gc698():Boolean{ _lm1099++; if (_lm1099 == 1){ return (_hg328()); }; if (_lm1099 == 2){ return (_ds401()); }; if (_kv491){ return (true); }; if (_ca927){ _ca927 = false; _kv491 = true; _ho445(_jw948); return (false); }; return (_ds401()); } public function _sp227():_pt744{ return (_la479); } public function _sh1015():int{ return (_wk868[_fu220]._ny643()); } public function _mb245():String{ var _local1:int; if (_fl479()){ _local1 = Math.min(_el1128(_fu220), _wk868[_fu220]._ny643()); if (_wk868[COMPUTER]._po206()){ return (("CALL ALL IN\n" + _yl1153._ic1044(_local1))); }; return (("CALL\n" + _yl1153._ic1044(_local1))); } else { }; return (!NULL!); } public function _ma795(_arg1:int):void{ _hh1016(_fu220, _arg1); } public function _tu837():String{ if (_uh521 == 0){ return ("BET"); }; return ("RAISE TO"); } public function _bh150():void{ _hb878(_aq990()); } private function _nr294():void{ if ((((_aq273 > 0)) && (((_aq273 % _fn860) == 0)))){ if (_yv206 <= (_oh1058.length - 2)){ _yv206++; _fw1105 = _oh1058[_yv206]; _yd889 = _ng1158[_yv206]; _ho445(_di256); }; }; } public function _wn725():int{ return (_pb878._wh1117); } public function _bm446():int{ return (_fw1105); } public function _te1130():int{ return (_iw611()); } public function start():void{ _mt1069 = false; setState(_aq990()); } public function _fl479():Boolean{ var _local1:_ib409 = _wk868[_fu220]; return (!((_local1._ks174() == _uh521))); } public function _bb331():int{ if (_wk868[COMPUTER]._ej86()){ return (_fu220); }; if (_wk868[_fu220]._ej86()){ return (COMPUTER); }; var _local1:int = _ae962._am535(_wk868[COMPUTER]._ax60(), _wk868[_fu220]._ax60(), _yi755, _tc116); if (_local1 < 0){ return (COMPUTER); }; if (_local1 > 0){ return (_fu220); }; return (_sx15); } public function _me871():void{ _jf243(); _ho445(_rk793); } public function _ek863():int{ return (_fe721); } public function _qs227():int{ return (_wk868[COMPUTER]._ny643()); } public function _ue242():void{ _aq273++; _lm1099 = 0; _oi396 = 0; _fe721 = _vi269(_fe721); _hy452._ny725(); _wk868[COMPUTER]._gc82(); _wk868[_fu220]._gc82(); _ca34(); _ay902 = _fe721; _tc116 = 0; _wk868[_fu220]._bm564(_hy452._op899(), _hy452._op899()); _wk868[COMPUTER]._bm564(_hy452._op899(), _hy452._op899()); _wk868[_fu220]._es230(); _wk868[COMPUTER]._es230(); _yi755[0] = _hy452._op899(); _yi755[1] = _hy452._op899(); _yi755[2] = _hy452._op899(); _yi755[3] = _hy452._op899(); _yi755[4] = _hy452._op899(); _cc173(); _ho445(_nw187); } private function _hh1016(_arg1:int, _arg2:int):void{ _hv325(_arg1, _arg2); } public function _ta242():_oo1095{ return (_qa829); } public function _il145():Boolean{ return (_wk868[_fu220]._po206()); } private function _rk946(_arg1:int):int{ var _local2:_ib409 = _wk868[_arg1]; if (_wk868[_vi269(_arg1)]._po206()){ _local2._si16(); }; var _local3:int = (_uh521 - _local2._ks174()); var _local4:int = _lw179(_arg1, _local3); if (_local3 == 0){ _ew884(_arg1, "CHECK"); } else { if (_wk868[_vi269(_arg1)]._po206()){ _ew884(_arg1, ("CALL ALL IN " + _yl1153._ic1044(_local3))); } else { _ew884(_arg1, ("CALL " + _yl1153._ic1044(_local3))); }; _hn985(_arg1); }; return (_local4); } public function _nj1035():Boolean{ return (((_uh521)==0) ? true : false); } public function _jq24():void{ _aq273 = -1; _fe721 = int((2 * Math.random())); _yv206 = 0; _fw1105 = _oh1058[_yv206]; _yd889 = _ng1158[_yv206]; _wk868[COMPUTER]._dr114(_rk591); _wk868[_fu220]._dr114(_rk591); _ho445(_ny943); } public function _hn423():_pq474{ return (_np512); } public function _ec592():Number{ return ((_wk868[_fu220]._ny643() + _wk868[COMPUTER]._ny643())); } private function _el1128(_arg1:int):int{ var _local2:_ib409 = _wk868[_arg1]; return ((_uh521 - _local2._ks174())); } public function _hp848():void{ _ho445(_rc1054); } public function _ek755():void{ _hb878(_vm1045()); } public function _pj1132():_yr764{ return (_ci143); } public function _oj548():Number{ return (_jn1110._oj548(_el1128(_fu220), _oi396)); } public function _wr421():Boolean{ return (_wk868[COMPUTER]._po206()); } private function isWaiting():Boolean{ return (_mt1069); } private function _kh631():Boolean{ _lm1099++; if (_lm1099 == 1){ if (_po206()){ _lm1099 = 4; _kv491 = true; _ho445(_jw948); }; return (false); //unresolved jump }; if (_lm1099 == 2){ return (_hg328()); }; if (_lm1099 == 3){ if (_po206()){ _lm1099 = 4; _kv491 = true; _ho445(_jw948); }; return (false); //unresolved jump }; if (_lm1099 == 4){ return (_ds401()); }; if (_kv491){ return (true); }; if (_ca927){ _ca927 = false; _kv491 = true; _ho445(_jw948); return (false); }; return (_ds401()); } public function _iy107():int{ return (_yd889); } public function _gq465():void{ if (_kh631()){ _hb878(_pj1132()); }; } private function _gx936():void{ _lm1099 = 0; _ad1061 = _yd889; } public function _uy583():void{ switch (_pb878.action){ case _dl298._nk777: _mc820(COMPUTER); break; case _dl298._dc307: _gi902(COMPUTER); break; case _dl298._ap92: _hh1016(COMPUTER, _pb878._wh1117); break; }; } private function _lr356():int{ var _local1:int = _lh83(); var _local2:int = _iw611(); return (((_local1)<=_local2) ? _local1 : _local2); } public function _bt1082():_oh296{ return (_yi755[3]); } public function _nt893():Number{ return (_kh297._nt893()); } private function _at47():Boolean{ if ((((_wk868[_fu220]._ny643() <= 0)) || ((_wk868[COMPUTER]._ny643() <= 0)))){ return (true); }; return (false); } public function _oy464():int{ return (_wk868[COMPUTER]._ks174()); } private function _gi902(_arg1:int):void{ _rk946(_arg1); _ca927 = true; } private function _hb878(_arg1:_jc1124):void{ _vv34._vy723(); _vv34 = _arg1; _vv34._fu818(); } public function _aq990():_uk464{ return (_xm165); } private function _vi269(_arg1:int):int{ return (((_arg1 + 1) % 2)); } public function _pu504():void{ if (_at47()){ _hb878(_hn423()); } else { _hb878(_vm1045()); }; } private function _hv325(_arg1:int, _arg2:int):int{ var _local3:_ib409 = _wk868[_arg1]; if (_arg2 >= _iw611()){ _local3._si16(); }; var _local4:int = _lw179(_arg1, (_arg2 - _local3._ks174())); if (_local3._po206()){ _ew884(_arg1, ("ALL IN " + _yl1153._ic1044(_arg2))); } else { if (_uh521 == 0){ _ew884(_arg1, ("BET " + _yl1153._ic1044(_arg2))); } else { _ew884(_arg1, ("RAISE TO " + _yl1153._ic1044(_arg2))); }; }; _ad1061 = Math.max(_ad1061, (_arg2 - _uh521)); _uh521 = Math.max(_uh521, _arg2); _hn985(_arg1); return (_local4); } private function _jv163(_arg1:int):void{ var _local2:_ib409 = _wk868[_arg1]; var _local3:int = Math.min(_fw1105, _iw611()); _local3 = _gd810(_arg1, _local3); if (_local2._po206()){ _ew884(_arg1, ("ALL IN " + _yl1153._ic1044(_local3))); } else { _ew884(_arg1, ("SMALL BLIND " + _yl1153._ic1044(_local3))); }; _hn985(_arg1); } public function _vx1042():_oh296{ return (_yi755[2]); } public function _qe421():_oh296{ return (_yi755[4]); } public function _va826():int{ return (_uh521); } private function _vp183(_arg1:int):void{ var _local2:_ib409 = _wk868[_arg1]; var _local3:int = Math.min(_yd889, _iw611()); _local3 = _gd810(_arg1, _local3); if (_local2._po206()){ _ew884(_arg1, ("ALL IN " + _yl1153._ic1044(_local3))); } else { _ew884(_arg1, ("BIG BLIND " + _yl1153._ic1044(_local3))); }; _hn985(_arg1); } public function _de752():void{ _mt1069 = true; } public function update():void{ if (!isWaiting()){ _vv34.execute(); }; } public function _oj287():int{ return (_oi396); } private function _iw611():int{ return (Math.min(_wk868[_fu220]._no786(), _wk868[COMPUTER]._no786())); } public function _ko457():void{ if (_gc698()){ _hb878(_ta242()); }; } public function _wh380():void{ _ca34(); _ay902 = _vi269(_fe721); _tc116 = 5; _cc173(); _ho445(_jp465); } public function _km92():String{ return (_wk868[_fu220]._hx598()); } } }//package
Section 185
//Preloader (Preloader) package { import flash.events.*; import flash.display.*; import flash.utils.*; public class Preloader extends MovieClip { private var _lg466:Class; private var _xh798:SimpleButton; private var _ct1152:int;// = 640 private var _iq887:Class; private var _dk656:Bitmap; private var _ug1017:Bitmap; private var _wy118:_jq1065; private var _ki439:int;// = 430 public function Preloader(){ _lg466 = Preloader__lg466; _ug1017 = new _lg466(); _iq887 = Preloader__iq887; _dk656 = new _iq887(); super(); if (stage != null){ init(); } else { addEventListener(Event.ADDED_TO_STAGE, _ie792); }; } private function onEnterFrame(_arg1:Event):void{ var _local3:Class; var _local2:Number = (root.loaderInfo.bytesLoaded / root.loaderInfo.bytesTotal); _wy118.update(_local2); if (currentFrame == totalFrames){ removeEventListener(Event.ENTER_FRAME, onEnterFrame); stop(); _pr207(); _local3 = (getDefinitionByName("Main") as Class); addChild((new (_local3) as DisplayObject)); }; } private function _yh155(_arg1:MouseEvent):void{ _yl1153._ng234(); } private function _pr207():void{ removeEventListener(MouseEvent.CLICK, _yh155); graphics.clear(); if (_wy118 != null){ removeChild(_wy118); }; _wy118 = null; if (_xh798 != null){ removeChild(_xh798); }; _xh798 = null; _ug1017 = null; if (_dk656 != null){ removeChild(_dk656); }; _dk656 = null; } private function _pv207():void{ graphics.beginFill(0); graphics.drawRect(0, 0, _ct1152, _ki439); graphics.endFill(); _xh798 = new SimpleButton(_ug1017, _ug1017, _ug1017, _ug1017); _xh798.tabEnabled = false; _xh798.x = ((_ct1152 - _xh798.width) >> 1); _xh798.y = 322; _xh798.addEventListener(MouseEvent.CLICK, _yh155, false, 0, true); addChild(_xh798); } private function _ie792(_arg1:Event):void{ removeEventListener(Event.ADDED_TO_STAGE, _ie792); init(); } private function init():void{ try { stage.quality = StageQuality.HIGH; stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; stage.stageFocusRect = false; stage.showDefaultContextMenu = false; addEventListener(Event.ADDED_TO_STAGE, _ie792); _dk656.x = (((_ct1152 - _dk656.width) >> 1) + 2); _dk656.y = 90; addChild(_dk656); _pv207(); _wy118 = new _jq1065(); _wy118.x = (_ct1152 >> 1); _wy118.y = 252; addChild(_wy118); addEventListener(Event.ENTER_FRAME, onEnterFrame); } catch(error:Error) { if (_yl1153._px226(9, 0, 28)){ addChild(new _um617("Flash Player 9.0.28 or higher required!")); }; }; } } }//package
Section 186
//Preloader__iq887 (Preloader__iq887) package { import mx.core.*; public class Preloader__iq887 extends BitmapAsset { } }//package
Section 187
//Preloader__lg466 (Preloader__lg466) package { import mx.core.*; public class Preloader__lg466 extends BitmapAsset { } }//package

Library Items

Symbol 1 Font {_jq1065_EmbeddedFont}
Symbol 2 Bitmap {_pp208__bh1120}
Symbol 3 Bitmap {Preloader__lg466}
Symbol 4 Font {_um617_EmbeddedFont}
Symbol 5 Sound {_oj963__tm679} [_oj963__tm679]
Symbol 6 GraphicUsed by:12
Symbol 7 GraphicUsed by:12
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip {_pp208__so795} [_pp208__so795]Uses:6 7 8 9 10 11
Symbol 13 GraphicUsed by:19
Symbol 14 GraphicUsed by:19
Symbol 15 GraphicUsed by:19
Symbol 16 GraphicUsed by:19
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClip {_pp208__jr463} [_pp208__jr463]Uses:13 14 15 16 17 18
Symbol 20 GraphicUsed by:26
Symbol 21 GraphicUsed by:26
Symbol 22 GraphicUsed by:26
Symbol 23 GraphicUsed by:26
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip {_pp208__ed929} [_pp208__ed929]Uses:20 21 22 23 24 25
Symbol 27 GraphicUsed by:33
Symbol 28 GraphicUsed by:33
Symbol 29 GraphicUsed by:33
Symbol 30 GraphicUsed by:33
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClip {_pp208__dq385} [_pp208__dq385]Uses:27 28 29 30 31 32
Symbol 34 Sound {_or398__jb516} [_or398__jb516]
Symbol 35 Sound {_or398__af528} [_or398__af528]
Symbol 36 Sound {_or398__pu1132} [_or398__pu1132]
Symbol 37 Sound {_or398__kq846} [_or398__kq846]
Symbol 38 Bitmap {_or398__er597}
Symbol 39 Bitmap {_or398__ss1015}
Symbol 40 Font {_or398__qk154}
Symbol 41 Bitmap {_or398__qk1018}
Symbol 42 BinaryData {_ox372__ri1147_dataClass}
Symbol 43 Bitmap {_or398__yq700}
Symbol 44 Bitmap {_or398__ie196}
Symbol 45 Bitmap {_sj1158__di1080}
Symbol 46 Bitmap {_or398__qx409}
Symbol 47 Bitmap {_or398__fw734}
Symbol 48 Bitmap {_or398__nk840}
Symbol 49 Bitmap {_sj1158__wm327}
Symbol 50 Bitmap {_or398__jc438}
Symbol 51 Bitmap {_or398__xf326}
Symbol 52 Bitmap {_pp208__od222}
Symbol 53 Bitmap {_or398__pf1148}
Symbol 54 Bitmap {_or398__kn912}
Symbol 55 Bitmap {_pp208__em94}
Symbol 56 Bitmap {_or398__cx1149}
Symbol 57 Bitmap {_or398__bn25}
Symbol 58 Bitmap {_or398__uk334}
Symbol 59 Bitmap {_or398__pb1162}
Symbol 60 Bitmap {_or398__hj1061}
Symbol 61 Bitmap {_sj1158__pb1162}
Symbol 62 Bitmap {_or398__qx170}
Symbol 63 Bitmap {_pp208__ht170}
Symbol 64 Bitmap {_or398__yh14}
Symbol 65 Bitmap {_or398__ku843}
Symbol 66 Bitmap {_or398__mu786}
Symbol 67 Bitmap {_or398__ki731}
Symbol 68 Bitmap {_or398__rx333}
Symbol 69 Bitmap {_or398__ph249}
Symbol 70 Bitmap {_or398__du24}
Symbol 71 Bitmap {_or398__eo101}
Symbol 72 Bitmap {_or398__we723}
Symbol 73 Bitmap {_or398__go981}
Symbol 74 Bitmap {_or398__nd552}
Symbol 75 Bitmap {_or398__dx340}
Symbol 76 Bitmap {_or398__sl115}
Symbol 77 Bitmap {_pp208__qu260}
Symbol 78 Bitmap {_or398__tk494}
Symbol 79 Bitmap {_pp208__sq447}
Symbol 80 Bitmap {_or398__sb53}
Symbol 81 Bitmap {_or398__lh499}
Symbol 82 Bitmap {_or398__me263}
Symbol 83 Bitmap {_or398__dj223}
Symbol 84 Bitmap {_pp208__xo346}
Symbol 85 Bitmap {_or398__rf713}
Symbol 86 Bitmap {_or398__bj888}
Symbol 87 Bitmap {_or398__ix382}
Symbol 88 Bitmap {_or398__tr1052}
Symbol 89 Bitmap {_or398__jy1059}
Symbol 90 Bitmap {_or398__it715}
Symbol 91 Bitmap {_or398__tq565}
Symbol 92 MovieClip {_ox372__ri1147}
Symbol 93 Bitmap {_or398__xl855}
Symbol 94 Bitmap {_or398__ap867}
Symbol 95 Bitmap {_or398__pv807}
Symbol 96 Bitmap {_or398__hu37}
Symbol 97 Bitmap {_ei706__le1045}
Symbol 98 Bitmap {_or398__ly149}
Symbol 99 Bitmap {_pp208__bj489}
Symbol 100 Bitmap {_pp208__rc355}
Symbol 101 Bitmap {_or398__le913}
Symbol 102 Bitmap {_or398__ab77}
Symbol 103 Bitmap {_sj1158__em94}
Symbol 104 Bitmap {_or398__uu507}
Symbol 105 Bitmap {_or398__ks414}
Symbol 106 Bitmap {_or398__be1139}
Symbol 107 Bitmap {_or398__ma281}
Symbol 108 Bitmap {_or398__rn358}
Symbol 109 Bitmap {_or398__rp731}
Symbol 110 Bitmap {_or398__oy1083}
Symbol 111 Bitmap {_or398__uk779}
Symbol 112 Font {_or398__cc622}
Symbol 113 Bitmap {_or398__il961}
Symbol 114 Bitmap {_or398__ts318}
Symbol 115 Bitmap {_or398__ci226}
Symbol 116 Bitmap {_or398__de685}
Symbol 117 Bitmap {_or398__pu943}
Symbol 118 Bitmap {_pp208__wm327}
Symbol 119 Bitmap {_or398__ti1076}
Symbol 120 Bitmap {_or398__oa933}
Symbol 121 Bitmap {_or398__xf966}
Symbol 122 Bitmap {_or398__md249}
Symbol 123 Bitmap {_or398__vr712}
Symbol 124 Bitmap {_or398__hp550}
Symbol 125 Bitmap {_or398__yl211}
Symbol 126 Bitmap {_sj1158__sq447}
Symbol 127 Bitmap {_or398__vw499}

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata present, AS3.
SWFMetaData (77)Timeline Frame 1457 bytes "<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'><rdf:Description rdf:about='' xmlns ..."
ScriptLimits (65)Timeline Frame 1MaxRecursionDepth: 1000, ScriptTimeout: 60 seconds
ExportAssets (56)Timeline Frame 2Symbol 5 as "_oj963__tm679"
ExportAssets (56)Timeline Frame 2Symbol 12 as "_pp208__so795"
ExportAssets (56)Timeline Frame 2Symbol 19 as "_pp208__jr463"
ExportAssets (56)Timeline Frame 2Symbol 26 as "_pp208__ed929"
ExportAssets (56)Timeline Frame 2Symbol 33 as "_pp208__dq385"
ExportAssets (56)Timeline Frame 2Symbol 34 as "_or398__jb516"
ExportAssets (56)Timeline Frame 2Symbol 35 as "_or398__af528"
ExportAssets (56)Timeline Frame 2Symbol 36 as "_or398__pu1132"
ExportAssets (56)Timeline Frame 2Symbol 37 as "_or398__kq846"
SerialNumber (41)Timeline Frame 1

Labels

"Preloader"Frame 1
"main"Frame 2




http://swfchan.com/27/131955/info.shtml
Created: 20/2 -2019 18:18:12 Last modified: 20/2 -2019 18:18:12 Server time: 02/05 -2024 08:14:24